/***** Reset & Basics *****/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

body {
line-height:1;
}

ol,ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}
	
/***** Basic Styles *****/	
html {
overflow:0;
}

/***** Typography *****/
h1,h2,h3,h4,h5,h6 {
font-family:'Lato', Helvetica, Arial;
font-weight:300;
line-height:29px;
padding:0;
color:#565555;
margin:0 0 15px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit;}

h1 {font-size:34px;}
h2 {font-size:30px;}
h3 {font-size:28px;}
h4 {font-size:22px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
.valignmiddle{vertical-align:middle;}

p {
margin:0 0 20px;
padding:0;
}

sup,sub {
height:0;
line-height:1px;
vertical-align:baseline;
position:relative;
}

sup {bottom:1px;}
sub {top:1px;font-size:.6em;}
em {font-style:italic;}
strong {font-weight:700;}
small {font-size:80%;}

.low-bottom{margin-bottom:2px;}
	
/***** Blockquotes *****/
blockquote, blockquote p {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:24px;
color:#9c9c9c;
font-style:italic;
}

blockquote {
background-image:url(/uploads/images/quote.png);
background-repeat:no-repeat;
background-position:0 5px;
padding-left:30px;
float:left;
}

blockquote cite {
display:block;
margin-top:-5px;
font-size:12px;
color:#555;
}

blockquote cite:before {
content:"\2014 \0020";
}

blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
color:#555;
}

blockquote span {
width:15px;
display:inline-block;
}

/***** Horizontal Line *****/
hr {
border:0;
border-top:1px solid #999;
height:2px;
width:100%;
text-align:left;
margin:20px 0;
}
		
/***** Pullquotes *****/
.pullquote_right,.pullquote_left {
color:#9c9c9c;
float:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
letter-spacing:0;
margin-bottom:0;
margin-top:3px;
margin-left:10px;
padding-left:15px;
width:40%;
font-style:italic;
line-height:1.4em;
border-left:2px solid #ccc;
}

.pullquote_left {
border-right:2px solid #ccc;
border-left:none;
float:left;
margin-left:0;
margin-right:10px;
padding-left:0;
padding-right:15px;
}

/***** Links *****/
a:hover {
color:#999;
text-decoration:none;
outline:0;
}

a:link,a:visited,a:active {
color:#333;
text-decoration:none;
outline:0;
}	

/***** Lists *****/
ul,ol {
margin:0 0 20px;
}

ul {
list-style:none outside;
}

ol {
list-style:decimal;
}

ol,ul.square,ul.circle,ul.disc {
margin-left:15px;
}

ul.square {
list-style:square outside;
}

ul.circle {
list-style:circle outside;
}

ul.disc {
list-style:disc outside;
}

ul.star li {
background:transparent url(/uploads/images/list-star.png) no-repeat 0 0px;
padding:0 0 0 23px;
}

ul.arrow2 li {
background:transparent url(/uploads/images/list-greenarw.png) no-repeat 0 0px;
padding:0 0 0 23px;
}

ul.check li {
background:transparent url(/uploads/images/list-check.png) no-repeat 0 0px;
padding:0 0 0 23px;
}

ul.cross li {
background:transparent url(/uploads/images/list-cross.png) no-repeat 0 0px;
padding:0 0 0 23px;
}

ul.gear li {
background:transparent url(/uploads/images/list-gear.png) no-repeat 0 0px;
padding:0 0 0 23px;
}

ul.pen li {
background:transparent url(/uploads/images/list-pen.png) no-repeat 0 0px;
padding:0 0 0 23px;
}

ul.arrow li {
background:transparent url(/uploads/images/list-arrow.png) no-repeat 0 6px;
padding:0 0 0 18px;
}

ul.sidebar-list li {
background:transparent url(/uploads/images/list-arrow2.png) no-repeat 0 5px;
border-bottom:1px solid #e8e8e8;
margin-bottom:10px;
padding:0 0 9px 15px;
}

ul.sidebar-list li a,ul.sidebar-list li a:visited {
color:#979797;
text-decoration:none;
}

ul.sidebar-list li a:hover, ul.sidebar-list li a.current {
color:#003168;
text-decoration:none;
}

ul.square,ul.circle,ul.disc
ul.star,ul.arrow {
float:left;
}

ul ul,ul ol,ol ol,ol ul {
font-size:90%;
margin:4px 0 5px 30px;
}

ul ul li,ul ol li,ol ol li,ol ul li {
margin-bottom:6px;
}

li {
line-height:16px;
margin-bottom:12px;
}

ul.large li,li p {
line-height:21px;
}

/***** Images *****/
img {
border:0;
-ms-interpolation-mode:bicubic;
}

.max-image {
width:100%;
height:auto;
}


/***** Buttons  *****/ 
.button{
display:inline-block;
font-family:'Lato', Georgia, Arial !important;
color:#fff !important;
cursor:pointer;
text-decoration:none;
margin:0 0 10px;
}

.button:hover{
text-decoration:none;
}

.button.small {
font-size:12px;
padding:5px 16px 6px 16px;
}

.button.medium{
font-size:14px;
padding:6px 18px 7px 18px;
}

.button.large {
font-size:16px;
padding:9px 24px 11px 24px;
}

.button.grey{
background-color:#353535;
}

.button.white {
color:#505050 !important;
background-color:#e1e1e1;
}

.button.red {
background-color:#e62727;
}

.button.orange {
background-color:#ff5c00;
}

.button.blue {
background-color:#00ADEE;
}

.button.green {
background-color:#a2c437;
}

.arrow-icon {
padding-right:33px !important;
}

.arrow-icon:after {
content:"";
display:block;	
background:url(/uploads/images/btn-arrow.png) no-repeat;
width:9px;
height:12px;
position:absolute;
top:16px;
right:32px;
}

/***** Tables  *****/
table {
width:100%;
margin:0 0 20px;
}

table th {
color:#fff;
text-shadow:0 1px 1px rgba(0,0,0,0.25);
font-family:'Lato', Georgia, Arial;
font-size:14px;
letter-spacing:-1px;
text-align:left;
padding:12px;
}

table td {
background-color:#f0f0f0;
color:#828282;
text-align:left;
padding:12px;
}

table td.highlight {
color:#fff;
font-weight:700;
}

.table-green table tr th {
background-color:#91bd09;
}

.table-cyan table tr th {
background-color:#46C7C7;
}

.table-purple table tr th {
background-color:purple;
}

.table-brown table tr th {
background-color:#804000;
}

.table-rosy table tr th {
background-color:#F16C7C;
}

.table-gold table tr th {
background-color:#D4A017;
}

.table-pink table tr th {
background-color:#e22092;
}

.table-blue table tr th {
background-color:#00ADEE;
}

.table-yellow table tr th {
background-color:#ffb515;
}

.table-magenta table tr th {
background-color:#A9014B;
}

.table-orange table tr th {
background-color:#ff5c00;
}

.table-red table tr th {
background-color:#e62727;
}

.table-grey table tr th {
background-color:#666;
}

.table-white .table th {
color:#666;
}

.table-white table tr th {
background-color:#FFF;
}

table tr.even td,table tr.odd td {
background-color:#fff;
}

table tr td.highlight,.table-black table tr th {
background-color:#333;
}

/***** Back to Top *****/
#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:12px;
right:12px;
overflow:hidden;
width:50px;
height:50px;
border:none;
text-indent:100%;
background:url(/uploads/images/ui.totop.png) no-repeat left top;
z-index:190;
}

#toTopHover {
background:url(/uploads/images/ui.totop.png) no-repeat left -50px;
width:50px;
height:50px;
display:block;
overflow:hidden;
float:left;
opacity:0;
-moz-opacity:0;
filter:alpha(opacity=0);
}

#toTop:active,#toTop:focus {
outline:none;
}
		
/***** Global Classes *****/
.img-left {
float:left;
border:none;
margin:5px 16px 11px 0;
}

.img-right {
float:right;
border:none;
margin:5px 0 11px 16px;
}

.img-center {
display:block;
margin:5px auto 11px;
}

.img-border {
background-color:#eaeaea;
padding:8px;
}

.clear {
clear:both !important;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.text-big {
color:#a2bd30;
font-weight:700;
line-height:26px;
}

.text-left {
text-align:left;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}

.text-justify {
text-align:justify;
}

.normal {
font-weight:400;
}

.bold {
font-weight:700;
}

.italic {
font-style:italic;
}

.underline {
border-bottom:1px solid;
}

.highlight {
background:#ffc;
}

.nopadding {
padding:0;
}

.noindent {
margin-left:0;
padding-left:0;
}

.nobullet {
list-style:none;
list-style-image:none;
}

.block {
display:block;
}

.hidden,.hide {
display:none;
}
		
/***** Highlight Text Styling *****/	
.highlighttext {
color:#939292;
font-family:Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
font-size:18px;
font-style:italic;
font-weight:100;
line-height:26px;
}
	
/***** Divider Styling *****/		
.divider {    
width:100%;
height:1px;
margin:10px 0px 28px 0px;
background:#e8e8e8;
clear:both;
display:block; 
}
		
/****** Dropcap *****/
.dropcap1 {
width:39px;
height:39px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
background-image:url(/uploads/images/dropcap-circle.png);
background-repeat:no-repeat;
font-size:20px;
color:#fff;
text-align:center;
float:left;
margin:3px 8px 0 0;
padding:6px 0 3px;
}

.dropcap2 {
width:39px;
height:39px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
background-image:url(/uploads/images/dropcap-square.png);
background-repeat:no-repeat;
font-size:20px;
color:#fff;
text-align:center;
float:left;
margin:3px 8px 0 0;
padding:6px 0 3px;
}

.dropcap3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:32px;
color:#4f4f4f;
text-align:center;
float:left;
margin:-3px 9px 0 0;
padding:5px 3px 0;
}

/***** Title Color Styling *****/
.title-green {
color:#619e10;
}

.title-blue {
color:#2d8aad;
}

.title-orange {
color:#f4902d;
}

.title-red {
color:#d12525;
}
	
/***** Custom Message Styling *****/
.info {
color:#478BBF;
background:#DCEFF5 url(/uploads/images/list-info.png) 17px 17px no-repeat;
border:1px solid #B8E7F5;
margin:15px 0;
padding:14px 10px 15px 40px;
}

.success {
color:#3F9153;
background:#D7F7DF url(/uploads/images/list-check.png) 17px 17px no-repeat;
border:1px solid #A3F7B8;
margin:15px 0;
padding:14px 10px 15px 40px;
}

.error {
color:#C24848;
background:#FFD6D6 url(/uploads/images/list-cross.png) 17px 17px no-repeat;
border:1px solid #FFC2C2;
margin:15px 0;
padding:14px 10px 15px 40px;
}

.warning {
color:#CF9E00;
background:#FAF2D7 url(/uploads/images/list-warning.png) 17px 17px no-repeat;
border:1px solid #FAE8AF;
margin:15px 0;
padding:14px 10px 15px 40px;
}

/***** Form Styling *****/
input[type="text"], input[type="email"], form select, textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
padding: 9px 9px;
border: none;
outline: 0;
width: 100%;
color:#000000;
background: #f7f7f7;
}

textarea { 
font-family:Arial, Helvetica, sans-serif;
width: 100%;
height: 150px;
line-height: 150%;
}

input[type="text"]:hover, textarea:hover,
input[type="text"]:focus, textarea:focus { 
border-color: #d7d7d7; 
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.form label {
  margin-left: 10px; 
}
	
/***** Tab Styling *****/
ul.tabs {
display:block;
margin-bottom:0px;
border-bottom:solid 1px #ddd;
height:40px;
list-style:none;
padding:4px 0 0 2px;
float:left;
}

ul.tabs li {
float:left;
height:40px;
}

ul.tabs li a {
display:block;
height:38px;
line-height:40px;
border-top:solid 1px #ddd;
border-left:solid 1px #ddd;
border-right:solid 1px #ddd;
color:#7d7b7b;
background:#fafafa;
font-size:13px;
text-decoration:none;
border-width:1px 1px 0;
margin:0 0 0 -1px;
padding:0 19px;
position:relative;
z-index:100;
}

ul.tabs li.active a {
position:relative;
height:39px;
top:-2px;
padding-top:4px;
background:#fff;
border-bottom:none;
color:#7d7b7b;
position:relative;
z-index:100;
}

.tab_container {
width:99.6%!important;
margin:0px 0px 12px 1px;
border-top:none;
clear:both;
background:#fff;
border: solid 1px #ddd;
position:relative;
float:left;
}

.tab_content {
padding:18px 25px 10px;
}

.tab_content p {
font-size:13px;
padding-top:5px;
}

.tab_content img {
float:left;
}

/***** Code Styling *****/
pre {
clear:both;
font:11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
background:url(/uploads/images/pre_bg.gif) repeat;
border:1px solid #d3d3d3;
line-height:19px;
overflow:auto;
overflow-y:hidden;
color:#555;
margin:0 0 20px;
padding:18px 20px 15px;
}

/***** Testimonials Styling *****/
.testi-container {
width:100%;
padding: 10px 12px 4px 12px; 
background-image:url(/uploads/images/testi-bgbox.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#FFF;
border: solid 1px #dbdcde;
position:relative;
float:left;
}

.testi-container:after {	
left: 4px;
right: 4px;
bottom: -5px;
box-shadow: 0 0 2px #ddd;
}

.testi-container, .testi-container:before, .testi-container:after {
border: 1px solid #dbdcde;
}

.testi-container:before, .testi-container:after {
content: "";
position: absolute;
bottom: -3px;
left: 3px;
right: 3px;
height: 1px;
border-top: none;
}

.testi-baloon {
width:100%;
height:22px;
margin:-1px 0px 4px 0px;
background-image:url(/uploads/images/testi-baloon.png);
background-repeat:no-repeat;
background-position:43px 0px;
position:relative;
float:left;
z-index:100;
}

.testi-text {
width:100%;
float:left;
margin:0px;
padding:10px 14px 0px 14px;
}

.testi-image{
width:48px;
height:48px;
margin:-4px 10px 25px 21px;
background-color:#e7e7e7;
border:3px solid #c9c9c9;
float:left;
}

.testi-image img{
width:46px;
height:42px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
float:left;
}

.testi-name {
color:#4a4a4a;
line-height:20px;
font-family:'Lato', Georgia, Arial;
letter-spacing:-1px;
font-size:14px;
margin-top:0px;
float:left;
}

.company-name {
letter-spacing:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#a6a6a6;
}

/***** FAQ STYLING *****/
.ask {
cursor:pointer;
background-color:#ededed;
padding:9px 13px 10px;
clear:both;
}

.question {
background-color:#fff;
border:1px solid #dfdfdf;
border-top:1px solid #dfdfdf;
border-left:1px solid #eee;
margin:0 0 8px;
padding:15px 18px 1px;
position:relative;
}

.openquestion,.closedquestion {
color:#979797!important;
margin-bottom:5px;
}

/***** 404 Page Styling *****/
#error-wrapper{
margin:20px 0px 40px 0px;
}

#error-wrapper h4 {
margin:-10px 0 24px;
}

.error-img {
margin-top:22px;
}

#search-error {
float:left;
margin:0px 0px 45px 0px;
}

#search-form-error {
width:278px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px 12px 0px 0px;
padding: 12px 9px;
border: none;
outline: 0;
color:#c1c1c1;
background: #f7f7f7;
float:left;
}

#search-button{
padding-top:7px;
padding-bottom:8px;
}

/***** Pricing Plan Styling *****/
.pricing-wrapper {
padding:35px 0 50px;
}

.pricing-wrapper .pricing-column:first-child {
margin-left:1px;
}

.pricing-column {
width:25%;
margin:20px 0px 25px 0px;
margin:20px -1px 25px 0px \0/;
background-color:#393939;
-webkit-box-shadow:0 0 20px rgba(0,0,0,.35);
-moz-box-shadow:0 0 20px rgba(0,0,0,.35);
box-shadow:0 0 20px rgba(0,0,0,.35);
border:1px solid #e4e4e4 \0/;
float:left;
}

.pricing-title {
color:#A0A0A0;
text-shadow:0px 1px 1px #323232;
text-align:center;
padding:10px 0 12px;
}

.pricing-price {
margin:-15px 0px -20px 0px;
background-color:#4c4c4c;
border-top:1px solid #505050;
text-align:center;
padding:6px 0 0;
}

.pricing-price h1 {
color:#fff;
text-shadow:0px 1px 1px #323232;
margin-top:14px;
}

.pricing-price p {
margin-top:5px;
padding-bottom:20px;
color:#A0A0A0;
text-shadow:0px 1px 1px #323232;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:18px;
}

ul.pricing-feature {
width:100%;
background-color:#fff;
text-align:center;
margin:0 auto;
padding:0 8%;
}

.pricing-feature li {
font-size:11px;
font-family:Tahoma, Geneva, sans-serif;
border-bottom:1px solid #e4e4e4;
margin:0;
padding:10px 8px;
}

.pricing-button {
text-align:center;
margin-top:-1px;
background-color:#e4e4e4;
border-top:1px solid #e4e4e4;
padding:20px 0 10px;
}

.feature-package {
position:relative;
z-index:100;
margin:5px 0px 25px 0px;
margin:5px -1px 25px 0px \0/;
}

.feature-package .pricing-button {
padding:25px 0 28px;
}

.feature-package .pricing-button a {
margin-top:5px;
}

.orange-pr {
background-color:#e25100;
}

.orange-pr .pricing-price {
background-color:#fe6c1a;
border-top:1px solid #fe7223;	
}

.green-pr {
background-color:#779710;
}

.green-pr .pricing-price {
background-color:#9ec032;
border-top:1px solid #a2c536;	
}

.blue-pr {
background-color:#008cc0;
}

.blue-pr .pricing-price {
background-color:#01aeef;
border-top:1px solid #00b4f8;	
}

.red-pr {
background-color:#cd0d0d;
}

.red-pr .pricing-price {
background-color:#ef2b2b;
border-top:1px solid #f53636;	
}

.orange-pr .pricing-title, .orange-pr .pricing-price p,
.green-pr .pricing-title, .green-pr .pricing-price p,
.blue-pr .pricing-title, .blue-pr .pricing-price p,
.red-pr .pricing-title, .red-pr .pricing-price p {
color:#fff;
}

/***** Tooltip Styling *****/
#tooltip {
font-size: 0.875em;
text-align: center;
text-shadow: 0 1px rgba( 0, 0, 0, .5 );
line-height: 1.5;
color: #fff;
background: #333;
zoom: 1 !important;
filter: alpha(opacity=80) !important;
opacity: 0.8 !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: absolute;
z-index: 100;
padding: 7px 11px;
}

#tooltip:after {
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top-color: #333;
border-top: 7px solid rgba( 0, 0, 0, .8 );
content: '';
position: absolute;
left: 50%;
bottom: -7px;
margin-left: -7px;
}

#tooltip.top:after {
border-top-color: transparent;
border-bottom-color: #333;
border-bottom: 10px solid rgba( 0, 0, 0, .6 );
top: -20px;
bottom: auto;
}

#tooltip.left:after	{
left: 10px;
margin: 0;
}

#tooltip.right:after {
right: 10px;
left: auto;
margin: 0;
}
		
/***** Fancybox Styling *****/
.fancybox-tmp iframe, .fancybox-tmp object {
vertical-align: top;
padding: 0;
margin: 0;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
padding: 0;
margin: 0;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
}

.fancybox-outer, .fancybox-inner {
padding: 0;
margin: 0;
position: relative;
outline: none;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 10px;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('/uploads/images/fancybox_sprite.png');
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8020;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url('/uploads/images/loading_lightbox.gif') center center no-repeat;
}

.fancybox-close {
position: absolute;
top: 5px;
right: 5px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 15%;
height: 100%;
cursor: pointer;
background: transparent url('/uploads/images/blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: -13px;
}

.fancybox-next {
right: -13px;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 20px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 20px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -9999px;
left: -9999px;
padding: 0;
overflow: visible;
visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: #000;
background: url(/uploads/images/fancy_overlay.png) repeat;
}

#fancybox-overlay.overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}

/* Title helper */
.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 45px;
right: 50%;
margin-bottom: -45px;
z-index: 8030;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
margin-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}

/***** Portfolio Filter *****/
.isotope-item {
z-index: 2;
}

.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}

.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}


/***** Box Content Panels *****/
.panel { background: #fafafa; border: solid 1px #ddd; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.panel > :first-child { margin-top: 0; }
.panel > :last-child { margin-bottom: 0; }
.panel.callout { background: #2ba6cb; color: #fff; border-color: #2284a1; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); }
.panel.callout a { color: #fff; }
.panel.callout .button { background: white; border: none; color: #2ba6cb; text-shadow: none; }
.panel.callout .button:hover { background: rgba(255, 255, 255, 0.8); }
.panel.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.panel:after {
left: 4px;
right: 4px;
bottom: -5px;
box-shadow: 0 0 2px #ddd;
}
.panel, .panel:before, .panel:after {
background: #fafafa;
border: 1px solid #ddd;
}
.panel:before, .panel:after {
content: "";
position: absolute;
bottom: -3px;
left: 3px;
right: 3px;
height: 1px;
border-top: none;
}
.panel:hover {
-webkit-box-shadow: 0 0px 7px #ddd;
-moz-box-shadow: 0 0px 7px #ddd;
box-shadow: 0 0px 7px #ddd;
}

/***** Box Content Color *****/
.box-blue { background: #01afee; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.box-blue h1, .box-blue h2, .box-blue h3, .box-blue h4, .box-blue h5, .box-blue h6, .box-blue p, .box-blue ul {color:#fff;}
.box-green { background: #5ea919; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.box-green h1, .box-green h2, .box-green h3, .box-green h4, .box-green h5, .box-green h6, .box-green p, .box-green ul {color:#fff;}
.box-purple { background: #5134ab; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.box-purple h1, .box-purple h2, .box-purple h3, .box-purple h4, .box-purple h5, .box-purple h6, .box-purple p, .box-purple ul {color:#fff;}
.box-red { background: #f22601; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.box-red h1, .box-red h2, .box-red h3, .box-red h4, .box-red h5, .box-red h6, .box-red p, .box-red ul {color:#fff;}
.box-yellow { background: #eaac01; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.box-yellow h1, .box-yellow h2, .box-yellow h3, .box-yellow h4, .box-yellow h5, .box-yellow h6, .box-yellow p, .box-yellow ul {color:#fff;}
.box-grey { background: #ededed; margin: 0 0 22px 0; padding: 20px 25px 20px 25px; position:relative; }
.box-grey h1, .box-grey h2, .box-grey h3, .box-grey h4, .box-grey h5, .box-grey h6 {color:#565555;}
.box-grey p {color:#898989;}

/***** Camera Slideshow *****/
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
background: none;
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
list-style: none
}
.camera_wrap {
display: none;
position: relative;
margin:0 auto;
z-index: 0;
}
.camera_wrap img {
max-width: none!important;
}
.camera_fakehover {
height: 100%;
min-height: 60px;
position: relative;
width: 100%;
z-index: 1;
}
.camera_wrap {
width: 100%;
}
.camera_src {
display: none;
}
.cameraCont, .cameraContents {
height: 100%;
position: relative;
width: 100%;
z-index: 1;
}
.cameraSlide {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.camera_target {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 100%;
z-index: 0;
}
.camera_overlayer {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
.camera_target_content {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.camera_target_content .camera_link {
background: url(/uploads/images/blank.gif);
display: block;
height: 100%;
text-decoration: none;
}
.camera_loader {
background: #fff url(/uploads/images/loading_slideshow.gif) no-repeat center;
background: rgba(255, 255, 255, 0.9) url(/uploads/images/loading_slideshow.gif) no-repeat center;
border: 1px solid #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
height: 44px;
left: 50%;
overflow: hidden;
position: absolute;
margin: -18px 0 0 -18px;
top: 50%;
width: 44px;
z-index: 3;
}
.camera_bar {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
height: 100%;
position: absolute;
width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
height: auto;
position: absolute;
width: 100%;
}
.camera_nav_cont {
height: 65px;
overflow: hidden;
position: absolute;
right: 9px;
top: 15px;
width: 120px;
z-index: 4;
}
.camerarelative {
overflow: hidden;
position: relative;
}
.imgFake {
cursor: pointer;
}
.camera_prevThumbs {
bottom: 4px;
cursor: pointer;
left: 0;
position: absolute;
top: 4px;
visibility: hidden;
width: 30px;
z-index: 10;
}
.camera_prevThumbs div {
background: url(/uploads/images/camera_skins.png) no-repeat -160px 0;
display: block;
height: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 30px;
}
.camera_nextThumbs {
bottom: 4px;
cursor: pointer;
position: absolute;
right: 0;
top: 4px;
visibility: hidden;
width: 30px;
z-index: 10;
}
.camera_nextThumbs div {
background: url(/uploads/images/camera_skins.png) no-repeat -190px 0;
display: block;
height: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 30px;
}
.camera_command_wrap .hideNav {
display: none;
}
.camera_command_wrap {
left: 0;
position: relative;
right:0;
z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
display: inline-block;
height: 16px;
margin: 20px 5px;
position: relative;
text-align: left;
text-indent: -9999px;
width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
-moz-box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 8px;
left: 4px;
overflow: hidden;
position: absolute;
top: 4px;
width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
-moz-box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.camera_pag_ul li img {
display: none;
position: absolute;
}
.camera_pag_ul .thumb_arrow {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid;
top: 0;
left: 50%;
margin-left: -4px;
position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
cursor: pointer;
height: 60px;
margin-top: -30px;
position: absolute;
top: 50%;
width: 40px;
z-index: 2;
}
.camera_prev {
left: 0;
}
.camera_prev > span {
background: url(/uploads/images/camera_skins.png) no-repeat 0 10px;
display: block;
height: 60px;
width: 40px;
}
.camera_next {
right: 0;
}
.camera_next > span {
background: url(/uploads/images/camera_skins.png) no-repeat -40px 10px;
display: block;
height: 60px;
width: 40px;
}
.camera_commands {
right: 41px;
}
.camera_commands > .camera_play {
background: url(/uploads/images/camera_skins.png) no-repeat -80px 0;
height: 60px;
width: 40px;
}
.camera_commands > .camera_stop {
background: url(/uploads/images/camera_skins.png) no-repeat -120px 0;
display: block;
height: 60px;
width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
display: inline-block;
height: 16px;
margin: 20px 5px;
position: relative;
text-indent: -9999px;
width: 16px;
}
.camera_thumbs_cont {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
position: relative;
width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
-moz-box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
box-shadow:
	0px 1px 0px rgba(255,255,255,1),
	inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
float: left;
width: 100%;
}
.camera_thumbs_cont ul {
overflow: hidden;
padding: 3px 4px 8px;
position: relative;
text-align: center;
}
.camera_thumbs_cont ul li {
display: inline;
padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
border: 1px solid;
cursor: pointer;
margin-top: 5px;
vertical-align:bottom;
}
.camera_clear {
display: block;
clear: both;
}
.showIt {
display: none;
}
.camera_clear {
clear: both;
display: block;
height: 1px;
margin: -1px 0 25px;
position: relative;
}
.pattern .camera_overlayer {
background: url(/uploads/images/slideshow/slide-overlay.png) repeat;
}

.camera_wrap .camera_pag .camera_pag_ul li {
background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
background: #434648;
}
.camera_pag_ul li img {
border: 4px solid #e6e6e6;
-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
background-color: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li {
background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
border-color: 1px solid #000;
}

/* Caption stylesheet */
.caption-image-left, 
.caption-text-right, 
.caption-text-left {
width:460px;
bottom: 0;
display: block;
position: relative;
margin-left:50px;
float:left;
}

.caption-image-left-people {
width:460px;
bottom: -15px;
display: block;
position: relative;
margin-left:50px;
float:left;
}

.caption-text-center {
width:960px;
bottom: 0;
display: block;
position: relative;
margin-left:40px;
float:left;
}

.caption-image-right {
width:460px;
bottom: 0;
right:0;
display: block;
position: absolute;
float:left;
}

.caption-image-center {
width:960px;
margin-left:40px;
text-align:center;
bottom: 0;
display: block;
position: absolute;
}

.caption-image-left img {
top:5px;
left:30px;
position:relative;
}

.caption-image-right img {
top:10px;
right:50px;
position:relative;
}

.caption-image-center img {
top:10px;
position:relative;
}

.caption-text-right h1 {
width:400px;
font-size: 36px;
font-weight:300;
color:#fff;
letter-spacing: -1px;
line-height: 36px;
position:relative;
top:100px;
}

.caption-text-left h1 {
width:400px;
font-size: 36px;
font-weight:300;
color:#fff;
line-height: 36px;
position:relative;
top:100px;
left:40px;
}

.caption-text-center h1 {
font-size: 36px;
font-weight:300;
text-align:center;
color:#fff;
line-height: 36px;
position:relative;
top:50px;
}

.caption-text-right p {
width:400px;
font-size: 18px;
font-family:'Lato',Arial,Tahoma,Verdana;
font-weight:300;
color:#fff;
position:relative;
top:100px;
}

.caption-text-left p {
width:400px;
font-size: 18px;
font-family:'Lato',Arial,Tahoma,Verdana;
font-weight:300;
color:#fff;
position:relative;
top:100px;
left:40px;
}

.caption-text-center p {
font-size: 18px;
font-family:'Lato',Arial,Tahoma,Verdana;
font-weight:300;
text-align:center;
color:#fff;
position:relative;
top:50px;
}

.caption-text-right a {
position:relative;
top:110px;
}

.caption-text-left a {
position:relative;
top:110px;
left:40px;
}
/* Stylesheet: Flagship - Base Modified On 2014-02-03 20:46:32 */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* The Grid ---------------------- */
.row { width: 996px; max-width: 100%; min-width: 768px; margin: 0 auto 20px auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -18px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -18px; }
.row .row.collapse { margin: 0; }
.column, .columns { float: left; min-height: 1px; margin-bottom: 8px; padding: 0 18px; position: relative;}
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: left; }
[class*="column"] + [class*="column"].end { float: left; }
.row .one { width: 8.333%; }
.row .two { width: 16.667%; }
.row .three { width: 25%; }
.row .four { width: 33.333%; }
.row .five { width: 41.667%; }
.row .six { width: 50%; }
.row .seven { width: 58.333%; }
.row .eight { width: 66.667%; }
.row .nine { width: 75%; }
.row .ten { width: 83.333%; }
.row .eleven { width: 91.667%; }
.row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.333%; }
.row .offset-by-two { margin-left: 16.667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.333%; }
.row .offset-by-five { margin-left: 41.667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.333%; }
.row .offset-by-eight { margin-left: 66.667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.333%; }
.push-two { left: 16.667%; }
.pull-two { right: 16.667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.333%; }
.pull-four { right: 33.333%; }
.push-five { left: 41.667%; }
.pull-five { right: 41.667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.333%; }
.pull-seven { right: 58.333%; }
.push-eight { left: 66.667%; }
.pull-eight { right: 66.667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.333%; }
.pull-ten { right: 83.333%; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: ""; display: table; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
 }
.row,
.clearfix{
  zoom: 1;
 }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

img, object, embed { max-width: 100%; height: auto; }
.google_map img{max-width:inherit; height:auto;}
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img { max-width: none!important; }

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid { display: block; overflow: hidden; padding: 0; }
.block-grid > li { display: block; height: auto; float: left; }
.block-grid.one-up { margin: 0; margin: 0 -17px; }
.block-grid.one-up > li { width: 100%; padding: 0 0 15px; padding: 0 17px 17px; }
.block-grid.two-up { margin: 0 -15px; margin: 0 -17px; }
.block-grid.two-up > li { width: 50%; padding: 0 15px 15px; padding: 0 17px 17px; }
.block-grid.two-up > li:nth-child(2n+1) { clear: both; }
.block-grid.three-up { margin: 0 -12px; margin: 0 -17px; }
.block-grid.three-up > li { width: 33.33333%; padding: 0 12px 12px; padding: 0 17px 17px; }
.block-grid.three-up > li:nth-child(3n+1) { clear: both; }
.block-grid.four-up { margin: 0 -18px; }
.block-grid.four-up > li { width: 25%; padding: 0 17px 17px; }
.block-grid.four-up > li:nth-child(4n+1) { clear: both; }
.block-grid.five-up { margin: 0 -8px; }
.block-grid.five-up > li { width: 20%; padding: 0 8px 8px; }
.block-grid.five-up > li:nth-child(5n+1) { clear: both; }
.block-grid.six-up { margin: 0 -8px; }
.block-grid.six-up > li { width: 16.66667%; padding: 0 8px 8px; }
.block-grid.six-up > li:nth-child(6n+1) { clear: both; }
.block-grid.seven-up { margin: 0 -8px; }
.block-grid.seven-up > li { width: 14.28571%; padding: 0 8px 8px; }
.block-grid.seven-up > li:nth-child(7n+1) { clear: both; }
.block-grid.eight-up { margin: 0 -8px; }
.block-grid.eight-up > li { width: 12.5%; padding: 0 8px 8px; }
.block-grid.eight-up > li:nth-child(8n+1) { clear: both; }
.block-grid.nine-up { margin: 0 -8px; }
.block-grid.nine-up > li { width: 11.11111%; padding: 0 8px 8px; }
.block-grid.nine-up > li:nth-child(9n+1) { clear: both; }
.block-grid.ten-up { margin: 0 -8px; }
.block-grid.ten-up > li { width: 10%; padding: 0 8px 8px; }
.block-grid.ten-up > li:nth-child(10n+1) { clear: both; }
.block-grid.eleven-up { margin: 0 -8px; }
.block-grid.eleven-up > li { width: 9.09091%; padding: 0 8px 8px; }
.block-grid.eleven-up > li:nth-child(11n+1) { clear: both; }
.block-grid.twelve-up { margin: 0 -8px; }
.block-grid.twelve-up > li { width: 8.33333%; padding: 0 8px 8px; }
.block-grid.twelve-up > li:nth-child(12n+1) { clear: both; }

@media only screen and (max-width: 768px) {
.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
.column, .columns { width: auto !important; float: none; }
.column:last-child, .columns:last-child { float: none; }
[class*="column"] + [class*="column"]:last-child { float: none; }
.column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
.column:after, .columns:after { clear: both; }
.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }

/* Mobile 4-column Grid */
.row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
.row .mobile-one:last-child { float: left; }
.row .mobile-one.end { float: left; }
.row.collapse .mobile-one { padding: 0; }
.row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
.row .mobile-two:last-child { float: left; }
.row .mobile-two.end { float: left; }
.row.collapse .mobile-two { padding: 0; }
.row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
.row .mobile-three:last-child { float: left; }
.row .mobile-three.end { float: left; }
.row.collapse .mobile-three { padding: 0; }
.row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
.row .mobile-four:last-child { float: left; }
.row .mobile-four.end { float: left; }
.row.collapse .mobile-four { padding: 0; }
.push-one-mobile { left: 25%; }
.pull-one-mobile { right: 25%; }
.push-two-mobile { left: 50%; }
.pull-two-mobile { right: 50%; }
.push-three-mobile { left: 75%; }
.pull-three-mobile { right: 75%; }

/* Block Grids */
.block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
.block-grid > li { clear: none !important; }
.block-grid.mobile-one-up > li { width: 100%; }
.block-grid.mobile-two-up > li { width: 50%; }
.block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; }
.block-grid.mobile-three-up > li { width: 33.33333%; }
.block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both; }
.block-grid.mobile-four-up > li { width: 25%; }
.block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; }
.block-grid.mobile-five-up > li { width: 20%; }
.block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; }
.block-grid.mobile-six-up > li { width: 16.66667%; }
.block-grid.mobile-six-up > li:nth-child(6n+1) { clear: both; }
.block-grid.mobile-seven-up > li { width: 14.28571%; }
.block-grid.mobile-seven-up > li:nth-child(7n+1) { clear: both; }
.block-grid.mobile-eight-up > li { width: 12.5%; }
.block-grid.mobile-eight-up > li:nth-child(8n+1) { clear: both; }
.block-grid.mobile-nine-up > li { width: 11.11111%; }
.block-grid.mobile-nine-up > li:nth-child(9n+1) { clear: both; }
.block-grid.mobile-ten-up > li { width: 10%; }
.block-grid.mobile-ten-up > li:nth-child(10n+1) { clear: both; }
.block-grid.mobile-eleven-up > li { width: 9.09091%; }
.block-grid.mobile-eleven-up > li:nth-child(11n+1) { clear: both; }
.block-grid.mobile-twelve-up > li { width: 8.33333%; }
.block-grid.mobile-twelve-up > li:nth-child(12n+1) { clear: both; }	
}
/* Stylesheet: Flagship - Framework Modified On 2014-01-29 19:34:29 */
/*----------------------------------------------------
                  Flagship - CSS File
------------------------------------------------------*/
body {
background:#FFF url(/uploads/images/bg_pattern.jpg) repeat;
font:14px Arial, Tahoma, Verdana;
color:#898989;
margin:0;
padding:0;
line-height:24px;
}

#main-wrapper {
max-width: 1040px;
margin: 40px auto;
background:#fff;
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
}

#content-wrapper {
max-width: 1040px;
margin:0px auto;
padding:45px 0px 20px 0px;
clear:both;
}

#bottom-wrap {
background-color:#ededed;
max-width: 1040px;
margin:0px auto;
padding:25px 0px 5px 0px;
clear:both;
}

/* Header styling */
#top_wrapper {
width:100%;
border-bottom:1px solid #e8e8e8;	
}

.logo {
margin:35px 0px 4px 0px;
}

.top_search {
margin-top:39px;
}

.top_search input, 
.top_search button {
float:right;
}

#search input {
width:40%;
}

#search button {
width:22px;
height:22px;
font-size:0px;
background:transparent url(/uploads/images/search_btn.png);
background-position:right;
background-repeat:no-repeat;
cursor:pointer;
border:none;
position:relative;
top:8px;
top:6px\0/IE9;
left:6px;
}

/* Extra styling */
.link-zoom, li.link-zoom {
width:100%;
height:100%;
margin-bottom:10px;
background:url(/uploads/images/link-zoom.png) no-repeat center center;
position:relative;
z-index:100;
float:left;
}

.link-url {
width:100%;
height:100%;
margin-bottom:10px;
background:url(/uploads/images/link-url.png) no-repeat center center;
position:relative;
z-index:100;
float:left;
}

.link-video {
width:100%;
height:100%;
margin-bottom:10px;
background:url(/uploads/images/link-video.png) no-repeat center center;
position:relative;
z-index:100;
float:left;
}

.link-more {
width:100%;
height:100%;
margin-bottom:10px;
background:url(/uploads/images/link-more.png) no-repeat center center;
position:relative;
z-index:100;
float:left;
}

.metro-icon {
background-color:#fff;
padding:5px;
}

.front-desc{
margin-bottom:25px;
padding-bottom:20px;
border-bottom:1px solid #e8e8e8;
}

.btm-margin {
margin-bottom:0px;	
}

h5.client-title {
width:10%;
margin:0 auto;
text-align:center;
background-color:#fff;
color:#989898;
position:relative;
top:-18px;
z-index:100;
}

ul.client-box {
width:100%;
margin:-32px 0px 20px 0px;
border-top:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
float:left;
}

ul.client-box li {
width:16.3%;
height:30px;
text-align:center;
margin:0px;
padding:21px 0px 64px 0px;	
display:inline-block;
}

ul.pricing-payment li {
float:left;
margin:0px 7px 7px 0px;
}

.text-indent p {
overflow:hidden;
}

/* More button styling */
.more-btn {
color:#fff;
padding:0px 14px 0px 0px;
background-image:url(/uploads/images/more_arrow.png);
background-repeat:no-repeat;
background-position:right 4px;
font-size:14px;
cursor:pointer;
}

a.more-btn, a.more-btn:visited {
color:#fff;
text-decoration:none;
}

/* Carousel styling */
.carousel-content .slides img {
padding:0px 10px;
}

.carousel-content .slides li {
margin-top:20px;
margin-bottom:7px;
}

ul.slides {
width:100%;
border-top:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
float:left;
}

.carousel-content .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flex-direction-nav { height: 0; }
.flex-direction-nav a {width: 19px; height: 19px; margin: 24px 0 0; display: block; background: url(/uploads/images/carousel_nav.png) no-repeat; position: absolute; top:1px; cursor: pointer; text-indent: -999em;}
.flex-direction-nav .flex-next {background-position: -20px 0; right: 18px;}
.flex-direction-nav .flex-prev {right: 42px;}
.flex-direction-nav .flex-disabled {opacity: .4; filter:alpha(opacity=40); cursor: default;}

/* Socials list */
#top-socials {
width:15%;
float:right;
margin-right:40px;
}

ul.socials-list  {
float:right;
margin:15px 0px 0px 0px;
font-size:11px;
}

.socials-list li{
width:24px;
margin-right:0px;
display:inline-block;
}

/* Mainmenu styling */
#mainmenu_wrapper {
width:100%;
float:left;
}

#mainmenu {
width:80%;
margin:0px 0px 0px 19px;
}

#mainmenu ul {
margin-bottom:0px;
font-family:'Lato',Arial,Tahoma,Verdana;
font-size:16px;
font-weight:300;
float:left;
}

#mainmenu ul li {
color:#323232;
list-style:none;
line-height:22px;
position:relative;
margin:2px 0px 5px 0px;
padding:13px 18px;
float:left;
}

#mainmenu ul li a, #mainmenu ul li a:visited {
color:#323232;
text-decoration:none;
}

#mainmenu ul li li a {
display:block;
float:left;
}

#mainmenu ul li a:hover {
color:#999;
text-decoration:none;
}

#mainmenu ul li.selected a {
text-decoration:none;
color:#999;
}

#mainmenu ul li.selected li a {
text-decoration:none;
color:#999;
}

#mainmenu ul li.selected li a:hover {
text-decoration:none;
color:#999;
}

#mainmenu ul li.dropdown a:hover {
text-decoration:none;
color:#999;
}

#mainmenu ul li.selected ul li a, #mainmenu ul li.selected ul li a:hover{
color:#999;
background-image:none;
}

#mainmenu ul li.dropdown:hover {
}

#menu li li {
position:relative;
z-index:100;
line-height:20px!important;
border-left:none!important;
border-bottom:1px solid #e8e8e8;
margin:0!important;
padding:0!important;
}

#menu ul {
display:none;
position:absolute;
top:40px;
left:-20px;
width:147px;
background-color:#fff;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.12);
-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 0.12);
box-shadow:         3px 3px 3px rgba(50, 50, 50, 0.12);
padding:0px;
z-index:9900;
}

#menu ul ul {
display:none;
position:absolute;
top:-5px;
left:115px;
width:147px;
padding:0px;
z-index:900;
}

#menu li ul a,#menu li ul a:visited {
width:145px;
font-family:'Lato',Arial,Tahoma,Verdana;
color:#999;
font-size:13px;
text-transform:capitalize;
line-height:18px;
z-index:190;
text-decoration:none;
padding:9px 0 10px 11px;
}

#menu li ul a:hover {
border:none;
}

#menu ul ul li:first-child a {
border-top:1px solid #e8e8e8;
}

#menu ul li a span {
display:none;
}


.tinynav {
display:none;
}

/* Pagetitle styling */
#pagetitle-wrapper {
width: 100%;
padding:28px 0px 0px 0px;
background:#ededed;
float:left;	
}

#pagetitle-wrapper .row, #pagetitle-wrapper .twelve {
margin-bottom:1px;
}

#pagetitle-wrapper h3{
color:#00a3de;
background:url(/uploads/images/pagetitle_star_grey.png) no-repeat 0px 18px;
border-right:1px solid #dbdbdb;
margin-right:24px;
padding:10px 24px 14px 28px;
float:left;
}

#pagetitle-wrapper p {
font-size:16px;
color:#a3a3a3;
padding:15px 0px 17px 0px;
}

#breadcrumb {
height:20px;
margin:-32px -14px 0px 0px;
float:right;
}

#breadcrumb #breadcrumb_home {
  background: transparent url(/uploads/images/breadcrumb_home_grey.png) no-repeat right top;
  display:block;
  width:12px;
  height:12px;
} 

#breadcrumb ul li {
color: #A3A3A3;
padding:0px 14px 0px 5px;
background-image:url(/uploads/images/breadcrumb_line_grey.png);
background-repeat:no-repeat;
background-position:right 5px;
font-size:11px;
display:inline-block;
}

#breadcrumb ul li:first-child img {
position:relative;
top:2px;
}

#breadcrumb ul li:last-child {
background-image:none;
}

#breadcrumb ul li.current-page a, #breadcrumb ul li.current-page a:visited {
color: #A3A3A3;
text-decoration:none;	
}

#breadcrumb ul li a, #breadcrumb ul li a:visited {
color: #A3A3A3;
text-decoration:none;	
}

#breadcrumb ul li a:hover {
text-decoration:underline;	
}


/***** Slideshow Stylesheet *****/
#slideshow-wrapper {
width: 100%;
background:#f2f2f2;
float:left;	
}

#camera-slide {
height:500px !important;
}

#slideshow-noscript {
display:none;
}

/***** About Area Stylesheet *****/
.team_wrap {
margin-bottom:32px;
}

.team_wrap img {
margin-bottom:-7px;
}

.job-position {
margin-top:-22px;
margin-bottom:8px;
font-size:11px;
text-transform:uppercase;
}

/***** Services Area Stylesheet *****/
.services-content {
margin-bottom:-60px;
}

.services-content .six,
.services-content .four,
.services-content .three {
margin-bottom:24px;
}

.indent-left{
overflow:hidden;	
}

.featured-box {
margin:15px 0px 25px 0px;
padding:23px 0px 13px 0px;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}

.featured-box .nine {
background:url(/uploads/images/featured_icon.png) no-repeat 25px 5px;
}

.featured-box h4 {
margin-bottom:0px;
padding-left:60px;
}

.featured-box p {
margin-bottom:3px;
padding-left:60px;
}

.featured-box a.button {
margin:4px 15px 0px 0px;
float:right;	
}

/***** Portfolio Area Stylesheet *****/
.pf-container {

}

.pf-container h5 {
margin-bottom:5px;
padding:0px;
float:left;	
}

.pf-container li p {
line-height:24px;
margin-bottom:5px;
padding:0px;
float:left;	
}

#pf-filter ul {
background-color:#FFF !important;
border:1px solid #e2e1e1;
margin-bottom:40px;
padding:0px 4px 0px 2px;
float:right;
}

#pf-filter ul li {
font-size:12px;
list-style:none;
display:inline-block;
margin:0px -5px 0px 0px;
padding-top:16px;
padding-bottom:16px;
float:left;
}

#pf-filter ul li:last-child {
border-right:none;
}

#pf-filter ul li a {
border-right:1px solid #e2e1e1;
padding:5px 15px;
color:#a3a3a3;
text-decoration:none;
}

#pf-filter ul li a:hover {
color:#01afee;
text-decoration:none;
}

#pf-filter ul li a:active, #pf-filter ul li a.selected {
color:#01afee;
text-decoration:none;
}

#pf-camera-slide {
height:480px;
margin-bottom:22px;
}

/***** Blog Area Stylesheet *****/
.blog-post {
border-bottom:1px solid #e8e8e8;
margin-bottom:30px;
padding-bottom:30px;
float:left;
}

.blog-post img {
margin-bottom:16px;
}

.post-info {
font-size:11px;
color:#a4a4a4;
margin:0px;
float:left;
}

.post-info ul {
width:100%;
border-bottom:1px solid #e8e8e8;
margin-bottom:25px;
padding-bottom:10px;
float:left;	
}

.post-info ul li {
font-size:11px;
font-style:italic;
color:#a4a4a4;
display:inline-block;
}

.post-info ul li a:hover {
color:#7e7e7e;
text-decoration:none;	
}

.post-info ul li a, .post-info ul li a:visited {
color:#a4a4a4;
text-decoration:none;	
}

.post-info ul li.author-icon {
background:transparent url(/uploads/images/icon-author.png) no-repeat 0 0px;
color:#acb0b5;
padding:0 0 0 20px;
}

.post-info ul li.tag-icon {
background:transparent url(/uploads/images/icon-tag.png) no-repeat 0 1px;
color:#acb0b5;
padding:0 0 0 20px;
}

.post-info ul li.comment-icon {
background:transparent url(/uploads/images/icon-comment.png) no-repeat 0 0px;
color:#acb0b5;
padding:0 0 0 20px;
}

.post-date {
width:100%;
background-color:#01afee !important;
margin:10px 0px 15px 0px;
padding:11px 9px 5px 10px;
clear:both;
float:left;
}

.post-date img {
margin:2px 10px 0px 1px;
float:left;
}

.post-date p {
margin-bottom:6px;
padding:0px 0px 0px 11px;
border-left:1px solid #fff;
color:#fff;
float:left;
}

.post-content {
float:left;	
}

.post-content img {
width:100%;
}

.post-content h4 {
margin-top:5px;	
}

.post-content h4 a:hover {
color:#7c7c7c;
text-decoration:none;	
}

.post-content h4 a, .post-content h5 a:visited {
color:#565555;
text-decoration:none;	
}

.post-content iframe {
margin-bottom:16px;
}

.post-slide {
height:267px;
margin-bottom:23px;	
}

.continue-btn {
color:#01afee;
padding:3px 0px;
font-size:14px;
cursor:pointer;
float:left;
}

.continue-btn:before {
content:"\2014 \0020";
}

a.continue-btn, a.continue-btn:visited {
color:#01afee;
text-decoration:none;
}

/* Sidebar styling */
aside {
width:100%;
margin-bottom:30px;
float:left;
}

/* Popular List */
ul.popular-list {
width:100%;
margin-bottom:0px;
float:left;	
}

ul.popular-list li p.popular-title {
width:61%;
font-size:14px;
line-height:22px;
overflow:hidden;
margin:9px 0 12px;
}

ul.popular-list li img {
width:85px;
height:85px;
margin:0px 15px 0px 0px;
float:left;
}

ul.popular-list li {
width:100%;
background: #01afee; 
margin: 0 0 22px 0; 
padding: 0px 0px 0px 0px;
list-style-type:none;
float:left;
}

ul.popular-list li p.comment-count {
float:right;
}

ul.popular-list li p.comment-count a, ul.popular-list li p.comment-count a:visited {
color:#898989;
font-size:11px;
font-style:italic;
margin:-1px 0px -20px 0px;
padding:0px 8px 0px 5px;
background-color:#fff;
float:left;
}

ul.popular-list li a,ul.popular-list li a:visited {
color:#fff;
text-decoration:none;
}

ul.popular-list li a:hover {
color:#fff;
text-decoration:none;
}

/* Archives List */
ul.archive-list {
width:100%;
margin:16px auto 23px auto;
float:left;
}

ul.archive-list li {
width:100%;
border-bottom:1px solid #ededed;
margin-top:-7px;
padding-bottom:4px;
float:left;
}

ul.archive-list li p.month-arch {
font-size:13px;
margin-top:-2px;
margin-bottom:5px;
float:left;	
}

ul.archive-list li p.month-arch a, ul.archive-list li p.month-arch a:visited {
color:#979797;
text-decoration:none;
}

ul.archive-list li p.post-count {
margin:-2px 0px -12px 0px;
float:right;	
}

ul.archive-list li p.post-count a, ul.archive-list li p.post-count a:visited {
color:#fff;
text-decoration:none;
font-size:11px;
font-style:italic;
padding:0px 8px 0px 5px;
background-color:#01afee;
float:right;	
}

/* Comments List */
ul.comments-list {
width:100%;
margin:5px auto 23px auto;
float:left;
}

ul.comments-list li {
background:transparent url(/uploads/images/icon-comment.png) no-repeat 0 8px;
margin-top:-2px;
padding:0 0 0 20px;
border-bottom:1px solid #e8e8e8;
}

ul.comments-list li p.comment-info {
font-size:11px;
font-style:italic;
margin-bottom:-5px;	
}

ul.comments-list li p.comment-info a, ul.comments-list li p.comment-info a:visited {
color:#01afee;
text-decoration:none;
}

ul.comments-list li p.title-with-comment {
margin-bottom:14px;
font-size:13px;
line-height:22px;
overflow:hidden;
}

ul.comments-list li p.title-with-comment a, ul.comments-list li p.title-with-comment a:visited {
color:#979797;
text-decoration:none;
}

ul.comments-list li p.title-with-comment a:hover {
color:#807f7f;
text-decoration:none;
}

/* Tag Cloud */
.tag-cloud {
width:100%;
float:left;
margin:5px 0 45px;
}

.tag-cloud a,.tag-cloud a:visited {
font-size:12px;
text-shadow:0 1px 0 #ffecb7;
display:block;
color:#b0753f;
background-color:#fed86f;
-webkit-border-top-right-radiu
text-decoration:none;
float:left;
margin:0 8px 9px 0;
padding:2px 9px 3px 9px;
}

.tag-cloud a:hover {
font-size:12px;
text-shadow:0 1px 0 #555555;
display:block;
color:#fff;
background-color:#775908;
text-decoration:none;
float:left;
margin:0 8px 9px 0;
padding:2px 9px 3px 9px;
}

/* Blog Pagination */
.blog-pagination {
width:100%;
margin:10px 0px 20px 0px;
float:left;
}

.pages {
line-height:28px;
clear:left;
}

.blogpages {
margin:8px 0;
}

.pfpages {
margin:-15px 0 12px;
}

.pageof {
font-size:12px;
display:block;
color:#898989;
float:left;
background-color:#ededed !important;
margin:0 5px 0 0;
padding:6px 16px;
}

.pages a {
font-size:11px;
text-transform:uppercase;
display:block;
color:#898989;
float:left;
background-color:#ededed !important;
text-decoration:none;
margin:0 5px 5px 0;
padding:6px 14px;
}

.pages a:hover, .pages a.current {
color:#fff;
background-color:#01afee !important;
}

/* Sharing Social */
.sharing-box {
width:100%;
float:left;
margin-top:-10px;
padding:0px;
}

.share-facebook {
width:200px;
margin-top:20px;
float:left;
}

.share-social {
margin-top:-24px;
float:right;
}

ul.sharesocial-bloglist {
float:left;
margin:42px 0px 0px 0px;
}

ul.sharesocial-bloglist li {
display:inline-block;
float:left;
margin-right:4px;
}

ul.sharesocial-bloglist li a {
border:none;
}

ul.sharesocial-bloglist li img {
width:24px;
height:24px;
}

/* Comment list */
#comment {
width:100%;
float:left;
padding:20px 0 8px;
}

.comment-text h5 {
margin-bottom:-2px;
}

#comment ol {
list-style-type:none!important;
margin:0;
padding:10px 0 0;
}

#comment ol li ol {
margin:0px 0px 20px 80px;
}

.commentlist li {
position:relative;
list-style:none;
line-height:22px;
list-style-position:outside;
}

.commentlist li small {
font-size:11px;
text-transform:uppercase;
}

.commentlist li p {
margin-top:10px;
}

.avatar {
width:64px \0/;
height:64px \0/;
position:absolute;
top:0;
left:0;
}

.avatar img {
width:64px;
height:64px;
background-color:#ebebeb;
padding:6px;
}

.comment-text {
border-bottom:1px solid #e8e8e8;
margin-left:85px;
width:auto;
margin-bottom:10px;
padding:0px 0px 7px;
}

.comment-text p {
font-size:14px;
margin-bottom:5px;
line-height:24px;
}

a.reply {
float:right;
}

a.reply, a:visited.reply {
padding:1px 11px 3px 11px;
font-size:10px;
color:#fff;
text-transform:lowercase;
text-decoration:none;
background-color:#01afee;
position:relative;
top:-15px;
}

/* Comment form */
#commentform-wrap {
width:70%;
margin-top:20px;
float:left;	
}

fieldset {
border:0;
}

form#comment-form label {
font-size:13px;
line-height:57px;
width:37%;
margin-top:-11px;
margin-bottom:0px;
float:right;
}

form#comment-form input {
width:60%;
margin-bottom:15px;
float:left;	
}

form#comment-form textarea {
margin-bottom:15px;
overflow:hidden;
float:left;	
}

form#comment-form .buttoncontact {
width:20%;
border:none;
display:inline-block;
font-size:14px;
font-family:'Lato', Arial, Georgia !important;
letter-spacing:-0.5px;
color:#fff;
cursor:pointer;
text-decoration:none;
margin:0 0 10px;
padding:9px 18px 11px 18px;
background-color:#01afee !important;
float:left;
}

form#comment-form em {
color:#db4e43;
display:inline;
}

/***** Contact Area Stylesheet *****/
#map-wrapper {
width: 100%;
float:left;	
}

#map_canvas {
width:100%;
height:440px;
border-bottom:1px solid #e3e3e3;
float:left;
}

ul.button-socials li {
margin-right:5px;
display:inline-block;
}

.contact-wrap-info {
margin-bottom:-30px;
}

.contact-wrap-info h5 {
margin-bottom:4px;
}

.contact-wrap-form {
margin-top:-12px;
}

#contact-form-area {
width:100%;
float:left;	
}

fieldset {
border:0;
}

.label-form-inline{
width:194px;
width:193px\0/IE9;
margin:0px 23px 19px 0px;
float:left;
}

.label-form-inline-last{
width:194px;
margin:0px 0px 19px 0px;
float:left;
}

form#contactform textarea {
margin-bottom:25px;
float:left;
overflow:hidden;	
}

form#contactform .buttoncontact, .submit input {
border:none;
display:inline-block;
font-size:14px;
font-family:'Lato', Arial, Georgia !important;
letter-spacing:-0.5px;
color:#fff;
cursor:pointer;
text-decoration:none;
margin:0 0 10px;
padding:9px 18px 11px 18px;
background-color:#01afee !important;
float:left;
}

form#contactform em {
color:#db4e43;
display:inline;
}

.loading {
font-size:12px;
height:24px;
background:url(/uploads/images/loading_slideshow.gif) 0 0 no-repeat;
margin:5px 0px 0px 10px;
padding:0px 0px 0px 30px;
color:#797979;
float:left;
}

.success-contact {
width:99%;
font-size:12px;
text-align:center;
color:#3F9153;
background-color:#D7F7DF;
border:1px solid #A3F7B8;
clear:both;
display:block;
margin:4px 0 20px 0px;
padding:10px;
}


/***** Footer Area Stylesheet *****/
footer {
width:100%;
padding:42px 0px;
background-color:#3e3e3e;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color:#fff;
}

footer p {
font-size:13px;
color:#a2a2a2;
}

ul.footer-list {
border-right:1px solid #696868;
}

.footer-list li a, .footer-list li a:visited, .footer-list-address li a, .footer-list-address li a:visited {
font-size:13px;
color:#a2a2a2;
}

.copyright div {
position:relative;
right:-173px;
float:right;	
}

.copyright p {
font-size:10px;
text-align:right;
line-height:18px;
}

/* Twitter Styling */
ul#twitter {
width:100%;
list-style: none;
float:left;
}

#twitter li {
margin: 0 0 -15px 0;
padding:10px 0px 16px 0px;
font-size: 22px;
font-family:'Lato',Arial,Tahoma,Verdana;
font-weight:300;
line-height:32px;
color: #a2a2a2;
}

#twitter a {color: #01afee;}

#twitter b a,
#twitter b a:hover {
display: none;
}

.twitter-button {
width:14%;
margin-top:7px;
float:left;
}

/* Flickr */
#flickr-noscript { display:none; }
ul#flck-thumb { margin-top:-10px;}
ul#flck-thumb div.no-image { display:none; }
.thumbs { margin: 0px -7px; padding: 0; overflow: hidden; }
.thumbs div { width:60px; height:60px; list-style: none; float: left; margin: 7px; }
.thumbs div a { }
.thumbs div img { display: block; }
:root .thumbs div img{ margin-top: 0px\0/ie9; }
.thumbs div a img { border: none; }
/* Stylesheet: Flagship - Style Base Modified On 2014-02-02 21:54:35 */
.clearboth {
  clear:both;
}

.logo {
  margin:-30px 0px 4px 0px;
  }
  
.align_right {
  text-align:right;  
  }
  
.pad-match {
  padding-left:24px;
  padding-right:0px;
  }
  
.align_center {
  text-align:center;  
  }
  
.title-bold {
  font-weight:bold;
  }
  
.title-phone {
  font-size: 42px;
  }
  
.title-white {
  color: #ffffff;
  }

.title-orange {
  color: #f7941e !important;
  }
  
.title-blue {
  color: #00396d;
  }

.box-blue {
  background-color: #00afee;
  }

.box-green {
  background-color: #5ea919;
  }

.box-yellow {
  background-color: #f9962f;
  }
  
a:hover .box-blue, a:hover .box-green, a:hover .box-yellow, a.button:hover {
 opacity: 0.75;
 }
  
.box-blue .more-btn, .box-green .more-btn, .box-yellow .more-btn {
  font-weight:bold;
  font-size:16px;
  }
  
footer b {
  font-weight:bold;
  color:#ffffff;
  }
  
.full-height {
  height:100%;
  }
  
footer .right-border {
  border-right:1px solid #696868;
}
  
footer ul.square {
  float:none;
  }
  
footer ul.footer-list {
  border:none;
  }
  
footer .row {
  margin-bottom:0px;
  }
  
.credits p {
    font-size: 10px;
    line-height: 18px;
    text-align: right;
    margin:0px 40px 0px 0px;
  }
  
.credits a {
    color: #A2A2A2;
  }
  
.credits a:hover {
    text-decoration:underline;
  }

#content-wrapper .home-boxes h3 {
  color:#ffffff !important;
  font-weight:bold;
  margin-bottom:10px;
  }

.right-col h3 {
  margin-bottom:10px !important;
  }
  
.home-boxes p, .home-boxes a {
  font-size:16px;
  font-weight:bold;
  }
  
.home-boxes ul {
  padding-bottom:0px;
  margin-bottom:0px;
  }
  
.home-boxes li {
  font-weight:normal;
  }
  
.box-blue span.more-btn, .box-green span.more-btn, .box-yellow span.more-btn {
  background-position: right 5px;
  }
  
.box-body {
  min-height:280px;
  }
  
.box-footer {
  clear:both;
  width:100%;
  padding:0px 0px 0px 0px;
  //border-top:1px solid white;
  }
  
.front-desc p {
  font-size:16px;
  margin-top:1em;
  min-height:4em;
  }
  
ul.client-box li {
  width:19.5%;
  height:auto;
  padding:10px 0px 10px 0px;
}

#content-wrapper h3 {
  color:#8f9194;
  line-height:36px;
  font-weight:500;
  margin-bottom:40px;
}

#content-wrapper h4 {
  color:#8f9194;
  font-weight:500;
  margin-bottom:10px;
}

.pagetitle-wrapper-fire section {
  background:#f7941e /* url('/uploads/images/content/fire-banner-bg.jpg') no-repeat right top */ !important;
}

.pagetitle-wrapper-water section {
  background:#00afee /* url('/uploads/images/content/water-banner-bg.jpg') no-repeat right top */ !important;
}

.pagetitle-wrapper-mold section {
  background:#5ea919 /* url('/uploads/images/content/mold-banner-bg.jpg') no-repeat right top */ !important;
}

.pagetitle-wrapper-fire #breadcrumb ul li, .pagetitle-wrapper-water #breadcrumb ul li, .pagetitle-wrapper-mold #breadcrumb ul li {
    color: #FFFFFF;
    background-image:url(/uploads/images/breadcrumb_line.png);
}

.pagetitle-wrapper-fire section h3, .pagetitle-wrapper-mold section h3, .pagetitle-wrapper-water section h3,
.pagetitle-wrapper-fire section p, .pagetitle-wrapper-mold section p, .pagetitle-wrapper-water section p,
.pagetitle-wrapper-fire ul li a, .pagetitle-wrapper-mold ul li a, .pagetitle-wrapper-water ul li a {
  color: #ffffff !important;
  font-weight:500 !important;
}

.pagetitle-wrapper-fire section h3, .pagetitle-wrapper-mold section h3, .pagetitle-wrapper-water section h3 {
  background:url(/uploads/images/pagetitle_star.png) no-repeat 0px 18px !important;
}

.pagetitle-wrapper-fire #breadcrumb_home, .pagetitle-wrapper-water #breadcrumb_home, .pagetitle-wrapper-mold #breadcrumb_home {
  background: transparent url(/uploads/images/breadcrumb_home.png) no-repeat right top !important;
}

.button.orange {
    background-color: #f7941e;
}

.button.blue {
    background-color: #00afee;
}

.button.green {
    background-color: #5ea919;
}

ul.check-orange li {
    background-image: url("/uploads/images/list-check-orange.png");
}

#mainmenu ul li a, #mainmenu ul li a:visited {
    color: #003168 !important;
}

#mainmenu ul li a:hover {
    color: #979797 !important;
}

#menu ul {
  width:210px;
}

#menu ul ul {
  width:210px;
  left:178px;
}

#menu li ul a,#menu li ul a:visited {
  width:208px;
}

#menu li ul a:hover {
  color:#003168;
}

.team-desc {
margin-top:10px;
margin-bottom:0px;
font-size:11px;
line-height:12px;
}

.accordprefix img {
  margin-left:20px !important;
}

.label-form-textarea {
  clear:both;
}

input[type="text"], input[type="email"], form select, textarea {
  border: 1px solid #e8e8e8 !important;
}

select, option {
  padding:9px;
  height:38px;
  line-height:38px;
}

.fb_invalid input, .fb_invalid select, .fb_invalid textarea {
  background-color: #f7941e;
  color:#ffffff;
}


/* Stylesheet: Flagship - Style Modified On 2014-11-04 20:34:43 */
/* Tablet Landscape ----------- */
@media only screen and (max-width : 1024px) {
#main-wrapper {max-width:100%; margin: 0px auto;}
.top_search input {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
}

/* Tablet Potrait ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tinynav {width:100%; display:block !important; background:#fff; font-size:14px; border-top:1px solid #e8e8e8; border-bottom:1px solid #c0c0c0; border-left:none; border-right:none; height:56px; zoom:0; margin:-4px auto -29px auto; padding:10px 15px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font-family:'Lato',Arial,Tahoma,Verdana;}
#mainmenu {width:100%; margin:3px 0px 29px 0px;}
#menu {display:none;}

.logo {margin:0px auto; top:35px; text-align:center;}
.top_search {top:25px; right:26%; margin-bottom:60px;}
#top-socials ul{display:none;}

#main-wrapper {max-width:100%; margin: 0px auto;}
#camera-slide {height:450px !important;}

.caption-text-right {width:38%; margin-left:6.2%;}
.caption-text-right h1 {width:350px; font-size: 32px; line-height: 34px; top:70px;}
.caption-text-right p {width:350px; font-size: 18px; top:70px;}
.caption-text-right a {top:80px;}

.caption-text-left {width:38%; margin-left:2.9%;}
.caption-text-left h1 {width:350px; font-size: 32px; line-height: 34px; top:70px;}
.caption-text-left p {width:350px; font-size: 18px; top:70px;}
.caption-text-left a {top:80px;}


.caption-text-center {width:90%; margin-left:5%;}
.caption-text-center h1 {font-size: 32px; line-height: 34px; top:40px;}
.caption-text-center p {font-size: 18px; top:40px;}

.caption-image-center {width:90%; margin-left:5%;}
.caption-image-center img {width:100%;}
.caption-image-left {width:38%; margin-left:6.2%;}
.caption-image-left img {width:100%; top:60px; left:0px;}
.caption-image-right img {width:90%; top:-15px; right:-130px;}
.caption-image-left-people {width:38%; margin-right:20px;}
.caption-image-left-people img {left:-20%; position:relative;}

h5.client-title {width:15%;}
ul.client-box li {width:33%;}

ul.no-border {border-right:none;}
.featured-box {text-align:center;}
.featured-box .nine {background:none;}
.featured-box h4, .featured-box p {padding-left:0px;}
.featured-box a.button {float:none; margin:4px 0px 0px 0px;}

.copyright {margin-top:50px;}
.copyright p {width:100%; text-align:center;}
.copyright div {right:-46.5%;}

#pagetitle-wrapper {padding:38px 0px 0px 0px;}
#breadcrumb {margin:-15px -14px 15px 0px;}

.block-grid.four-up > li h5 {font-size:14px; margin-bottom:-5px; text-align:center; float:none;}
.block-grid.four-up > li p {display:none;}

.post-info {width: 100%;}
.twitter-share-button {display:none;}
.post-date {width:18%; clear:none; float:left;}
.post-info ul {width:80%; border-bottom:none; margin:21px 0px 0px 16px; padding-bottom:0px;}
.post-content h4 {margin-top:-12px;}
.post-slide, .post-content iframe {height:411px;}
ul.popular-list li img {width:63px; height:63px;}
ul.popular-list li p.popular-title {margin:20px 0 1px;}

.contact-wrap-info {margin-bottom:20px;}
.contact-wrap-form {margin-top:28px;}
#contact-form-area {margin-bottom:33px;}
.label-form-inline{width:31.5%; margin:0px 20px 19px 0px;}
.label-form-inline-last{width:31.5%; margin:0px 0px 19px 0px;}
.label-form-inline input, .label-form-inline-last input, #contactform textarea {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
form#contactform .buttoncontact, form#comment-form .buttoncontact {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: -moz-linear-gradient(top, #01afee, #01afee) !important; background: -webkit-linear-gradient(top, #01afee, #01afee) !important; background: -o-linear-gradient(top, #01afee, #01afee) !important;}
form#comment-form input, form#comment-form textarea {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}

.pricing-column {width:25%; display:inline-block; float:left;}
.advantage-list li {width:100%; float:left;}
.carousel-content .slides img { width:500px !important;}
.ipadtop-margin {margin-top:90px;}
}

/* Mobile Landscape ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.tinynav {width:100%; display:block !important; background:#fff; font-size:14px; border-top:1px solid #e8e8e8; border-bottom:1px solid #c0c0c0; border-left:none; border-right:none; height:56px; zoom:0; margin:-4px auto -29px auto; padding:10px 15px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font-family:'Lato',Arial,Tahoma,Verdana;}
#mainmenu {width:100%; margin:3px 0px 29px 0px;}
#menu {display:none;}

.logo {margin:0px auto; top:35px; text-align:center;}
.top_search {top:25px; right:26%; margin-bottom:60px;}
#top-socials ul{display:none;}
#camera-slide {height:350px !important;}

.caption-text-right {width:47%; margin-left:3%;}
.caption-text-right h1 {width:240px; font-size: 32px; line-height: 34px; top:75px;}
.caption-text-right p {display:none;}
.caption-text-right a {top:95px;}

.caption-text-left {width:47%; margin-left:-1.7%;}
.caption-text-left h1 {width:240px; font-size: 32px; line-height: 34px; top:75px;}
.caption-text-left p {display:none;}
.caption-text-left a {top:95px;}


.caption-text-center {width:90%; margin-left:5%;}
.caption-text-center h1 {font-size: 32px; line-height: 34px; top:55px;}
.caption-text-center p {display:none;}

.caption-image-center {width:95%; margin-left:2.5%;}
.caption-image-center img {width:100%;}
.caption-image-left {width:47%; margin-left:3%;}
.caption-image-left img {width:100%; top:37px; left:0px;}
.caption-image-right img {width:75%; top:-7px; right:-210px;}
.caption-image-left-people {width:47%; bottom:-35px; margin-left:3%;}
.caption-image-left-people img {width:115%;}

h5.client-title {width:20%;}
ul.client-box li {width:49%;}

ul.footer-list {border-right:none;}
.copyright {margin-top:50px;}
.copyright p {width:100%; text-align:center;}
.copyright div {right:-46.5%;}

.featured-box {text-align:center;}
.featured-box .nine {background:none;}
.featured-box h4, .featured-box p {padding-left:0px;}
.featured-box a.button {float:none; margin:4px 0px 0px 0px;}
.row .mobile-two {width:100% !important;}

#pagetitle-wrapper h3 {border-right:none;}
#pagetitle-wrapper p {display:none;}
#breadcrumb {margin:-18px -14px 15px 0px;}

.pf-container li h5 {font-size:13px; margin-bottom:-5px; text-align:center; float:none;}
.pf-container li p {display:none;}
.block-grid.four-up > li { width: 100%; }

.post-info {width: 100%;}
.twitter-share-button {display:none;}
.post-info ul {width:100%; border-bottom:none; margin:-4px 0px 0px 0px;}
.post-content h4 {margin-top:-5px;}
ul.popular-list li img {width:63px; height:63px;}
ul.popular-list li p.popular-title {margin:20px 0 1px;}

#map_canvas {height:280px;}
.contact-wrap-info {margin-bottom:15px;}
.contact-wrap-form {margin-top:28px;}
#contact-form-area {margin-bottom:33px;}
.label-form-inline{width:100%; margin:0px 20px 19px 0px;}
.label-form-inline-last{width:100%; margin:0px 0px 19px 0px;}

form#comment-form .buttoncontact {width:30%;}

.flex-direction-nav {display:none;}
.pricing-column {width:50%; margin-bottom:-19px; display:inline-block; float:left;}
.mobile-margin-top {margin-top:60px;}
#comment ol li ol {margin-left:0px;}
.ipadtop-margin {margin-top:90px;}
}

/* Mobile Portrait ----------- */
@media only screen and (max-width: 479px) {
.tinynav {width:100%; display:block !important; background:#fff; font-size:14px; border-top:1px solid #e8e8e8; border-bottom:1px solid #c0c0c0; border-left:none; border-right:none; height:56px; zoom:0; margin:-4px auto -29px auto; padding:10px 15px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font-family:'Lato',Arial,Tahoma,Verdana;}
#mainmenu {width:100%; margin:3px 0px 29px 0px;}
#menu {display:none;}

.logo {margin:0px auto 70px auto; top:35px; text-align:center;}
.top_search {display:none;}
#top-socials ul{display:none;}
#camera-slide {height:250px !important;}

.caption-text-right {width:47%; margin-left:3%;}
.caption-text-right h1 {width:140px; font-size: 22px; line-height: 28px; top:72px;}
.caption-text-right p {display:none;}
.caption-text-right a {display:none;}

.caption-text-left {width:47%; margin-left:-8%;}
.caption-text-left h1 {width:150px; font-size: 22px; line-height: 28px; top:72px;}
.caption-text-left p {display:none;}
.caption-text-left a {display:none;}


.caption-text-center {width:90%; margin-left:5%;}
.caption-text-center h1 {font-size: 22px; line-height: 28px; top:35px;}
.caption-text-center p {display:none;}

.caption-image-center {width:95%; margin-left:2.5%;}
.caption-image-center img {width:100%;}
.caption-image-left {width:47%; margin-left:3%;}
.caption-image-left img {width:100%; top:37px; left:0px;}
.caption-image-right img {width:47%; top:-15px; right:-67%;}
.caption-image-left-people {width:47%; bottom:-35px; margin-left:3%;}
.caption-image-left-people img {width:115%;}

h5.client-title {width:38%;}
ul.client-box li {width:49%;}

ul.footer-list {border-right:none;}
.copyright {margin-top:50px;}
.copyright p {width:100%; text-align:center;}
.copyright div {right:-44.5%;}

.featured-box {text-align:center;}
.featured-box .nine {background:none;}
.featured-box h4, .featured-box p {padding-left:0px;}
.featured-box a.button {float:none;	margin:4px 0px 0px 0px;}

#pagetitle-wrapper h3 {width:100%; font-size:24px; border-right:none;}
#pagetitle-wrapper p {display:none;}
#breadcrumb {margin:-18px -14px 15px 0px;}

.flex-direction-nav {display:none;}
.row .mobile-two {width:100% !important;}
.ipadtop-margin {margin-top:90px;}

.block-grid.two-up > li { width: 100%; padding: 0 15px 15px; padding: 0 17px 17px; }
.block-grid.three-up > li { width: 100%; padding: 0 12px 12px; padding: 0 17px 17px; }
.block-grid.four-up > li { width: 100%; padding: 0 17px 17px; }
.pf-container li h5 {font-size:16px; margin-bottom:-5px; text-align:center; float:none;}
.pf-container li p {display:none;}
#pf-camera-slide {height:210px;}

.post-info {width: 100%;}
.twitter-share-button {display:none;}
.post-info ul {width:100%; border-bottom:none; margin:-4px 0px 0px 0px;}
.post-content h4 {margin-top:-5px;}
.post-slide, .post-content iframe {height:159px;}
ul.popular-list li img {width:73px; height:73px;}
ul.popular-list li p.popular-title {margin:12px 0 -3px;}

#map_canvas {height:250px;}
.contact-wrap-info {margin-bottom:15px;}
.contact-wrap-form {margin-top:28px;}
#contact-form-area {margin-bottom:33px;}
.label-form-inline{width:100%; margin:0px 20px 12px 0px;}
.label-form-inline-last{width:100%; margin:0px 0px 12px 0px;}

.pricing-column {width:100%; margin-bottom:-19px;}
.mobile-margin-top {margin-top:60px;}
#comment ol li ol {margin-left:0px;}
#commentform-wrap {width:100%;}
form#comment-form label {width:38%;}
form#comment-form input {width:60%;}
form#comment-form textarea {width:88%}
form#comment-form .buttoncontact {width:40%;}

#search-form-error {width:180px;}
}

/* Stylesheet: Flagship - Media Base Modified On 2014-01-29 19:34:59 */
/* Tablet Landscape ----------- */
@media only screen and (max-width : 1024px) {

  .logo {
    margin:18px 0px 8px 0px;
    }
  
  .logo img {
    height:120px;
    }
    
  .logo a {
    display:block;
    }
    
  .top_search {
    right:18px;
    }
    
  footer .right-border {
    border-right:none;
  }
  
  .top_search {display:inherit;}
       
}

/* Tablet Potrait ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .logo {
    top:10px;
    }
    
  .top_search {
    top:0px;
    right:18px;
    margin-bottom:0px;
    }
    
  .box-body {
    min-height:340px;
  }
  
  footer .right-border {
    border-right:none;
  }
  
  .top_search {display:inherit;}
       
  .credits {margin:0px;}
  .credits p {width:100%; text-align:center;}
  
  ul.client-box li {width:24.5%;}
}

/* Mobile Landscape ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .pad-match {
    padding-left:0px;
    padding-right:0px;
    }

  .logo {
    top:10px;
    }
    
  .box-body {
    min-height:0px;
    }
    
  footer .right-border {
    border-right:none;
  }
    
  .top_search {display:inherit;}
    
  .credits {margin:0px;}
  .credits p {width:100%; text-align:center;}
}

/* Mobile Portrait ----------- */
@media only screen and (max-width: 479px) {

  .pad-match {
    padding-left:0px;
    padding-right:0px;
    }

  .logo {
    top:10px;
    }
    
  .box-body {
    min-height:0px;
    }
    
  .top_search {
    text-align:center;
    top:10px;
    right:0px;
    margin:0px 0px 20px 0px;
    display:inherit;
    }

  /* Emergency Restoration Services */
  .top_search h3 {
    font-size:14px;
    font-weight:bold;
    margin:0px;
  }

  /* Phone */
  .top_search h1 {
    font-size: 24px;
    font-family:arial, sans-serif;
    margin:0px;
  }

  /* 24-Hour ...*/
  .top_search h4 {
    font-size: 12px;
    margin:0px;
  }

  footer .right-border {
    border-right:none;
  }
    
  .credits {margin:0px;}
  .credits p {width:100%; text-align:center;}
}

@media screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {

  .top_search {
    text-align:center;
    top:10px;
    right:0px;
    margin:0px 0px 20px 0px;
    display:inherit;
    }

  /* Emergency Restoration Services */
  .top_search h3 {
    font-size:20px;
    font-weight:bold;
    margin:0px 0px 10px 0px;
  }

  /* Phone */
  .top_search h1 {
    font-size: 32px;
    font-family:arial, sans-serif;
    margin:10px 0p 10px 0px;
  }

  /* 24-Hour ...*/
  .top_search h4 {
    font-size: 18px;
    margin:10px 0px 10px 0px;
  }
}

@media screen and (device-width: 640px) and (device-height: 360px) and (orientation: landscape) {

  .top_search {
    text-align:center;
    top:10px;
    right:0px;
    margin:0px 0px 20px 0px;
    display:inherit;
    }

  /* Emergency Restoration Services */
  .top_search h3 {
    font-size:20px;
    font-weight:bold;
    margin:0px 0px 10px 0px;
  }

  /* Phone */
  .top_search h1 {
    font-size: 32px;
    font-family:arial, sans-serif;
    margin:10px 0p 10px 0px;
  }

  /* 24-Hour ...*/
  .top_search h4 {
    font-size: 18px;
    margin:10px 0px 10px 0px;
  }

}

/* Stylesheet: Flagship - Media Modified On 2014-02-10 22:02:53 */
/***** No Script Stylesheet *****/
#mainmenu li:hover ul{
display:block;		
}

#slideshow-noscript {
width:100%;
height:500px;
text-align:center;
background:url(/uploads/images/slideshow/bg_metro_blue.jpg) no-repeat;
display:block;
}

#slideshow-noscript h4 {
width:650px;
color:#fff;
margin:0 auto;
padding-top:220px;
text-align:center;
text-transform:uppercase;
}

#map_canvas {
width:100%;	
height:440px;
background-image:url(/uploads/images/sample_images/noscript_map.jpg);
background-repeat:no-repeat;
display:block;
}

.tab_container > div:last-child, .tab_container > div:first-child {
display:none;
}
/* Stylesheet: Flagship - No Script Modified On 2014-01-29 19:35:14 */
