/*
 Theme Name: DrainLine
*/
body {
	background-color: #ffffff;
	color: #606060;
	font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

.copyrighttext{
color:#254206 !important;}

/*
.bg { background-color: #ffffff; background-image: url(img/bck.jpg); background-attachment: fixed; background-size: cover; }
*/

img.attachment-thumbnail{background-color:#f2f2f2; padding:5px; display:block;}
img.attachment-thumbnail:hover{background-color:#ffffff; padding:5px; display:block;}
img.alignright{float:right; padding:5px;}
img.alignleft{float:left; padding:5px;}
.gallery { text-align: center !important; }
.gallery-item { float: none !important; display: inline-block !important; width: auto !important; margin: 5px !important; }

.wrapper.gallery {margin-bottom:-4px;padding:0;}
.wrapper.gallery .gallery-item { position:relative; margin:0px !important; padding:0; background:#000;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
overflow:hidden;
width:20% !important;
}
.wrapper.gallery img.attachment-thumbnail {margin:0; padding:0; border:0 !important; width:100% !important; height:auto;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.wrapper.gallery .gallery-item .gallery-caption{position:absolute; left:0; top:-30px; height:20px; line-height:20px; width:100%;  font-size:20px; color:#fff; 
/*background:rgb(239,116,53); background:rgba(239,116,53,0.7);*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
 }
 .wrapper.gallery .gallery-item a{position:relative; z-index:100;}
 .wrapper.gallery .gallery-item:hover img{
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter:alpha(opacity=40);
}
.wrapper.gallery .gallery-item:hover .gallery-caption{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	top:50%; margin-top:-30px;
}

.darkgallery .wrapper.gallery .gallery-item img{
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter:alpha(opacity=40);
}
.darkgallery .wrapper.gallery .gallery-item:hover img{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}

.darkgallery .wrapper.gallery .gallery-item .gallery-caption {  
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	top:50%; margin-top:-30px;
}
.darkgallery .wrapper.gallery .gallery-item .gallery-caption span{
	font-size:16px;
}
.darkgallery .wrapper.gallery .gallery-item:hover .gallery-caption{position:absolute; left:0; top:-30px; height:20px; line-height:20px; width:100%;  font-size:20px; color:#fff; 
/*background:rgb(239,116,53); background:rgba(239,116,53,0.7);*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
 }

*, div, img, p, ul, .img { margin: 0; padding: 0; border: 0; }

a { color: #0EB8F8; text-decoration: none; transition: all 0.5s; }
a:hover { color: #BBD641; text-decoration: none; }

h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif; color: #515151; font-weight: 400; text-align: left;  }
h1 a, h2 a, h3 a, h4 a, h5 a { border: 0; }
h1 span, h2 span, h3 span, h4 span, h5 span { font-weight: 400; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong { color: #01acf1; }
h1 { font-size: 29px; margin-bottom: 15px; color:#283988;}
h2 { font-size: 24px; margin-bottom: 10px; }
h3 { font-size: 22px; margin-bottom: 15px; }
h3.newsTitle { font-size: 16px; margin-bottom: 15px; }
h4 { font-size: 18px; margin-bottom: 15px; }
h5 { font-size: 16px; margin-bottom: 15px; }

p { margin: 5px 0 10px 0; text-align: left; font-size:14px; line-height:24px;}
ul { margin: 0px 0 0px 10px; padding: 0 0 20px 0px; list-style: none; }
ul li { line-height: 20px; margin-left: 0px; padding-left: 20px; background: url(img/li.png) no-repeat 0px 5px; }
ol { margin: 0px 0 0px 10px; padding: 0 0 20px 20px; list-style: none; }

hr { height: 0; margin: 30px 0; border: 0; border-top: 1px solid #cccccc; }

input, textarea, select { margin: 0; padding: 0; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 13px; color: #4d4d4d; font-weight: normal; border: 1px solid #cccccc; }
.widget_nav_menu{max-width:980px; margin:0 auto; overflow:hidden; padding-top:10px;}
.widget_nav_menu h2{text-align:center}
.menu-galleries-container{max-width:980px; margin:0 auto; overflow:hidden;}
.menu-galleries-container ul{padding:0; margin:0; margin-bottom:10px; text-align:center;}
.menu-galleries-container li{ text-align:center; display:inline-block; padding:0;  height:30px; line-height:30px; font-size:18px; background:#aaaaaa; color:#fff; padding:10px; }
.menu-galleries-container li.current-menu-item , .menu-galleries-container li.current_page_item {background: #bbd641;}
.menu-galleries-container li ul{display:none;}
.menu-galleries-container li a{color: #fff; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;}
.menu-galleries-container li:hover{background: #bbd641;}
h2.on_gallery{margin-top:20px;}
h2.on_gallery a{padding:0 20px; color:#fff; background:#aaaaaa;}
h2.on_gallery a:hover{background: #bbd641;}

.infobox{background:#fff; border:1px solid #cccccc;padding:10px; text-align:left;}
.infobox ul{padding:0; margin:0;}
.infobox li{padding:0; background:none; margin:0;}
.infobox br{display:none; height:0;}



.form { margin: 0; padding: 0px; }
.form label { display: block; }
.form .input { width: 100%; width: -moz-calc(100% - 12px); width: -webkit-calc(100% - 12px); width: calc(100% - 12px); height: 26px; line-height: 26px; padding: 0 5px; margin-bottom: 5px; background: #ffffff; border: 1px solid #E4EDF0; -moz-box-shadow: inset 0 0 10px #eaeaea; -webkit-box-shadow: inset 0 0 10px #eaeaea; box-shadow: inset 0 0 10px #eaeaea; transition: all 0.5s;   -webkit-appearance: none; }
.form .textarea { width: 100%; width: -moz-calc(100% - 12px); width: -webkit-calc(100% - 12px); width: calc(100% - 12px); height: 150px; margin-bottom: 5px; padding: 5px; background: #ffffff; border: 1px solid #E4EDF0; -moz-box-shadow: inset 0 0 10px #eaeaea; -webkit-box-shadow: inset 0 0 10px #eaeaea; box-shadow: inset 0 0 10px #eaeaea; transition: all 0.5s; }
.form .input:hover, .form .textarea:hover, .form .select:hover { border-color: #CBD4D7; background: #ffffff; -moz-box-shadow: 0 0 10px #eaeaea; -webkit-box-shadow: 0 0 10px #eaeaea; box-shadow: 0 0 10px #eaeaea;   -webkit-appearance: none;}
.form .input[type="submit"] {width:100%; float:right; display: inline-block; height: 30px; line-height: 30px; margin-top: 10px; padding: 0 15px; background: #0EB8F8; color: #ffffff; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; text-shadow: rgba(0,0,0,0.4) 1px 1px 2px; cursor: pointer; }
.form .input[type="submit"]:hover { background: #000000; color: #ffffff; }
.error { margin-bottom: 10px; color: #ff5c00; font-weight: bold; }
.info { margin-bottom: 10px; color: #000000; font-weight: bold; }
.err { color: #ff5c00; }


.width48{width:48%;}
.more { text-align: right; }
.more a { display: inline-block; height: 25px; line-height: 25px; padding: 0 15px 0 10px; background: url(img/more.png) no-repeat right center; }

.margr { margin-right: 20px; }

.red { color: #000000; }
.black { color: #000000; } 

.hide { display: none; }

.fleft { float: left; }
.fright { float: right; }
.clear { display: block; clear: both; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }

.container{width:975px; margin:0 auto;}

#header { 
	height:155px;
	background:url(img/header_bg.jpg) no-repeat center top;
}

#header #tsocials{
	position:absolute;
	right:7px;
	top:0;
	width:300px;
	height:43
}
#header #tsocials p{
	float:left;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	
	font-size:23px;
	color:#000;
	line-height:43px;
}
#header #tsocials a{
	display:block;
	float:right;
	width:43px;
	height:43px;
	margin-left:6px;
	font-family: 'FontAwesome';
	line-height:43px;
	font-size:23px;
	color:#0EB8F8;
	background:#f0f0f0;
	text-align:center;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
#header #tsocials a:hover{
	color:#fff;
	background:#0EB8F8;
}

#header #callus{
	position:absolute;
	right:7px;
	top:50px;
	text-align:right;
}

#header #callus p{
	margin:0;
	padding:0;
	font-size:35px;
	color:#0EB8F8;
	line-height:54px;
	font-weight:bold;
}
#header #callus p span{
	font-size:55px;
	color:#BBD641;
}
#header #menumob{display:none;}
#header #menu{position:absolute; top:112px; left:0px; }

#logo { position: absolute; top: 21px; left: 0px; }

.slider{position:relative;}
.slogan { position: absolute; left: 0px; top: 50px; z-index: 90; padding: 20px; color: #ffffff; width:60%; text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);}
.slogan strong { font-size: 50px; }

.slogan .big{
	font-size: 40px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px #fff solid;
	line-height:45px;
}

.slogan .small{
	font-size: 25px;
}

.hmap{
	position:absolute;
	top: 15px;
	z-index:2000;
	
	
}

.bg_map2{
	float:left;
	width:313px;
	height:465px;
	padding:16px;
	background:rgb(3,171,243);
	background:rgba(3,171,243,0.5);
}

.bg_map2{
	float:left;
	width:313px;
	height:465px;
	padding:16px;
	background:rgb(3,171,243);
	background:rgba(3,171,243,0.5);
}

.bg_map2.blubox{
	height:auto;
}
.bg_map2.blubox div{
	background:#fff;
}
.bg_map2.blubox div p{
	text-align:center;
	color: #6278bc;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#cmap{
	float:left;
	width:313px;
	height:465px;
}
.lcol{
	float:right;
	width:345px
}
.rcol{
	float:left;
	width:615px;
}

#enquire { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; background: #bbd641 url(img/bgenq.png) no-repeat center center; color: #000000; }
#enquire .container { z-index: 90; padding: 30px 0; }
#enquire h2 { color: #000000; font-weight: bold; }

#contact_f { position: relative; z-index: 99; float: right; width: 290px; height: 462px; padding: 10px 20px 0 20px; box-sizing: border-box; margin-top: -280px; background: url(img/contact_bg.png); }
#contact_f h2 { color: #0db7f6; text-align: center; font-size: 26px; font-weight: bold; }

#enquire label { font-weight: bold; }
#enquire .fcol1 {  }
#enquire .fcol2 {  }
#enquire .fcol3 {  }
#enquire .fcolt {  }
#enquire .textarea { height: 40px; }
#enquire .fcolc { position: absolute; bottom: 58px; left: 11px; }
#enquire .submit { display: block; width: 268px; height: 58px; border: 0; background: url(img/btn_send.png) no-repeat center top; text-indent: -9999px; cursor: pointer; }

#welcome { float: left; width: 660px; color: #ffffff; text-shadow: rgba(0,0,0,0.6) 1px 1px 2px; }
#welcome h1 { color: #ffffff; }

.services { padding: 10px 0 7px 0; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; background: #0eb8f8; color: #ffffff; text-align: center; font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif; font-size: 20px; letter-spacing: 1px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
.services  img { max-width: 100%; }

.boxes .box{position:relative; float:left; width:100%; background:#000;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	overflow:hidden;
 }
 .boxes .box img{
	display:block;
	margin:0;
	padding:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
 }
.boxes .box .title{position:absolute; left:0; top:0; z-index:1; height:50px; max-width:305px; width:90%; line-height:50px; padding-left:20px; margin:0; font-size:28px; font-weight:bold; color:#ffffff; background: #0EB8F8;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.boxes .box .title .color1{display:block; float:right; width:10px; height:100%; background:#ffffff;}
.boxes .box .title .color2{display:block; float:right; width:10px; height:100%;  background:#BBD641;}

.boxes .box .icon{position:absolute; top:50%; left:0; margin-top:-40px; width:100%; height:102px; color: #ffffff; font-family: 'FontAwesome'; font-size:102px; line-height:102px; text-align:center; 
-moz-opacity: 0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
filter:alpha(opacity=90);

 }

.boxes .box .hover{
	position:absolute;
	top:60px;
	padding:0 20px;
	width:100%;
	width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: calc(100% - 40px);
	color:#fff;
	text-align:center;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.boxes .box .hover p{margin:0 0 10px 0; line-height:20px;}
.boxes .box:hover .title{
	background:#BBD641;
}
.boxes .box:hover .title .color2{
	background:#0EB8F8;
}
.boxes .box:hover img{
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
}
.boxes .box:hover .icon{
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
}
.boxes .box:hover .hover{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
.boxes .box .read_more{display:inline-block; margin:0 auto; text-align:center;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.boxes .box div.center{margin:0 auto; padding-top:10px; width:100%;}
.boxes .box .read_more span{display:inline-block; float:left; font-size:14px; line-height:42px; color:#000}
.boxes .box .read_more .break{width:10px; height:42px; background:rgb(255,255,255); background:rgba(255,255,255,0.55);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

}
.boxes .box .read_more .text{width:auto; padding:0 30px; height:42px; background:rgb(255,255,255); background:rgba(255,255,255,0.55);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.boxes .box .read_more .break.margl{margin-left:6px;}
.boxes .box .read_more .break.margr{margin-right:6px;}

.boxes .box .read_more:hover .break.margl{margin-right:6px; margin-left:0px;}
.boxes .box .read_more:hover .break.margr{margin-left:6px; margin-right:0px;}

.boxes .box .read_more:hover .break, .boxes .box .read_more:hover .text{background:rgb(255,255,255);}



.welcome{
	clear:both;
	padding:30px 0;
	background:url(img/paralax1.jpg) no-repeat;
	text-align:center;
	
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.welcome h1, .welcome p.title{
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#000
}
.welcome p.title{
	margin-bottom:15px;
}
.welcome h1 span{
	display:block;
	clear:both;
	color:#0EB8F8;
	font-size:16px;
}

.welcome p{text-align:center;}

.welcome .button{display:inline-block; margin-bottom:15px;}
.welcome .bt1{float:left; margin-right:42px;}
.welcome .bt2{float:left}
.welcome .bt3{float:right}

.welcome .read_more{display:inline-block; margin:0 auto; text-align:center;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.welcome .read_more span{display:inline-block; float:left; font-size:14px; line-height:42px; color:#000}
.welcome .read_more .break{width:10px; height:64px; 
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

}
.welcome .read_more .text{width:auto; padding:11px 30px; height:42px; width:208px; line-height:21px;  
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

color:#253e8e;
font-family: 'Oswald', sans-serif;
font-weight:300;
text-transform:uppercase;

}
.welcome .read_more .break.margl{margin-left:6px;}
.welcome .read_more .break.margr{margin-right:6px;}

.welcome .read_more:hover .break.margl{margin-right:6px; margin-left:0px;}
.welcome .read_more:hover .break.margr{margin-left:6px; margin-right:0px;}

.welcome .read_more.btn1 .break{
	background:#6ad1f6;
}
.welcome .read_more.btn1 .text{
	background-color:#6ad1f6;
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff;
}


.welcome .read_more.btn2 .break{
	background:#BBD641;
}
.welcome .read_more.btn2 .text{
	background-color:#BBD641;
	background-repeat:no-repeat;
	background-position:right center;
	color: #000000;
}

.welcome .read_more.btn3 .break{
	background:#6ad1f6;
}
.welcome .read_more.btn3 .text{
	background-color:#6ad1f6;
	background-repeat:no-repeat;
	background-position:right center;
	color: #ffffff;
}

.gallery-home h2{
	height:63px;
	line-height:63px;
	text-align:center;
	margin:0;
	padding:0;
	font-size:30px;
	color:#fff;
	background:#0EB8F8;
}
.gallery-home img{ float:left; border:1px solid #fff; width:20%;  width: -moz-calc(20% - 2px); width: -webkit-calc(20% - 2px); width: calc(20% - 2px);}

.testimonials{
	padding:41px 0 97px; 
	max-height:432px; 
	margin-bottom:2px; 
	text-align:center; 
	background:url(img/paralax2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	text-shadow: rgba(0,0,0,0.6) 1px 1px 2px;
}
.testimonials h2{font-size:30px; font-weight: bold; color:#fff; text-align:center; margin-bottom:10px;}
.testimonials h2 span{display:block; clear:both; font-size:16px; color:#BBD641}
.testimonials strong { color: #BBD641; }

.testimonials .read_more{display:inline-block; margin:0 auto; text-align:center;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonials div.center{margin:0 auto; padding-top:10px; width:172px;}
.testimonials .read_more span{display:inline-block; float:left; font-size:14px; line-height:42px; color:#000}
.testimonials .read_more .break{width:10px; height:42px; background:rgb(255,255,255); background:rgba(255,255,255,0.55);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

}
.testimonials .read_more .text{width:auto; padding:0 30px; height:42px; background:rgb(255,255,255); background:rgba(255,255,255,0.55);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonials .read_more .break.margl{margin-left:6px;}
.testimonials .read_more .break.margr{margin-right:6px;}

.testimonials .read_more:hover .break.margl{margin-right:6px; margin-left:0px;}
.testimonials .read_more:hover .break.margr{margin-left:6px; margin-right:0px;}

.testimonials .read_more:hover .break, .testimonials .read_more:hover .text{background:rgb(255,255,255);}

.testimonials .width48{margin-bottom:20px;}
.testimonials .width48 p{
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-align:center;
}
.testimonials .width48 p strong{
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
}


footer {}
footer  .flogo{position:absolute; top:-60px; left:50%; margin-left:-152px;}
footer .width30{width:30%; margin-right:5%;}
footer .width30.last{ margin-right:0;}

footer .blue{position:relative; width:100%; padding-bottom:30px; padding-top:104px; background:#0EB8F8; color: #ffffff;}


footer .blue .ftitle{font-size:18px; color:#ffffff; margin:0;}
footer .blue p, footer .blue a{font-size:14px; line-height:24px; color:#000;}

footer .blue .fnav a{display:block; clear:both;width:100%;}
footer .blue .social a{display:block; width:100%; clear:both;}
footer .blue .social a span{font-family: 'FontAwesome';}

footer .copy{width:100%; border-top: 1px solid #ffffff; background:#BBD641; color: #000000;}

footer .copy p, footer .copy a{padding:18px 0 17px 0; color:#000000; line-height:26px;  font-size:12px; font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;}
footer .copy p{float:left; text-align:left}
footer .copy a{float:right; text-align:left}
footer .copy a img{float:right; margin-left:7px}


#main{padding:20px 0 60px;}

#widget h2 {
    font-size: 35px;
    padding: 12px;
    font-weight:600;
}

.sf-menu ul a {
    height: 20px;
    line-height: 20px;
    padding: 0px 10px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}