@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("datepicker.css");
@import url("revolution-slider.css");
@import url("simple-line-icons.css");
@import url("material-design-iconic-font.min.css");
@import url("material-icons.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700");

/**
  * Reset
  * Repeatable Patterns    
  *	Header 
  *	Page Title
  * Blog
  * Blog v.1
  * Blog Single  
  * Widgets  
  * widget search
  * widget latest posts
  * widget tag
  * flat-socials 
  * Switcher
  * GoTop Button
  * Footer
  * Footer widget  
  * Bottom
  * Parallax
  * Boxed
  * Revolution Slider  
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/25px "Droid Serif", sans-serif;
	font-weight: 400;
	background-color: #fff;		
	color: #202020;
}

a {		
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #36a7e3;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}
/*
img {
	max-width: 100%;
	height: auto;		
}
*/
.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 5px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.padding-left61px { padding-left: 61px; }
.about-wrap.padding-left61px { padding-right: 15px; }
.margin-top93px { margin-top: 93px; }

h1 { font: 50px/50px "Lato", sans-serif;}
h2 { font: 45px/45px "Lato", sans-serif;}
h3 { font: 30px/30px "Lato", sans-serif;}
h4 { font: 25px/25px "Lato", sans-serif;}
h5 { font: 22px/22px "Lato", sans-serif;}
h6 { font: 20px/20px "Lato", sans-serif;}

h1, h2, h4, h5, h6 {
	color: #202020;
	font-weight: 800;
	margin: 0 0 30px;	
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 700;   
    color: #202020;
    background-color: transparent;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #202020;
    padding: 7px 21px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	width: 100%;	
	font-style: italic;	
	font-size: 14px;
	border: 1px solid #e5e5e5;
	color: #a0a0a0;
	background-color: transparent;		
	height: 35px;
	padding: 12px 30px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 166px;
	padding: 15px 30px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #a0a0a0;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #a0a0a0;
}

.blog-single .entry p {
	margin-bottom: 25px;
}






#site-header-top {
  font-size: 12px;
  color: #FFF;
  margin-bottom: 30px;
  background-color: #525252;
  position: relative;

}
#site-header-top p {
  font-size: inherit;
  color: inherit;
  line-height: 25px;
  margin: 9px 0 6px 0;
}
#site-header-top .fa {
  margin-right: 4px;
  font-size: 15px;
  vertical-align: middle;
}
#site-header-top select {
  outline: none;
}
.currency-in-header,
.language-in-header,
.header-btn {
  float: right;
}
.currency-in-header,
.language-in-header {
  margin: 14px 0 6px 20px;
}
.currency-in-header select,
.language-in-header select {
  border: none;
  outline: none;
  background-image: url("../images/header-arrow.png");
}
.header-btn {
  font: 600 12px 'Montserrat', sans-serif;
  margin-left: 20px;
  border-radius: 0;
  padding: 13px 22px 12px 20px;
}




/* Header
-------------------------------------------------------------- */
.header-inner {
	max-width: 1920px;		
}

.header-inner .logo {
	float: left;
}

.header-inner .nav-wrap {
	float: right;
	padding-top: 20px;
	width: 75%;
}
.header-inner .logo {
	margin-top: 16px;
	padding: 0 8px 0 10px;
	margin-bottom: 17px;
	width: 23%;
}


/* Header style2 */
.header.style2 .header-inner .logo {
	padding: 0 208px 0 30px;
}

.header.style2 .btn-menu-active {
	float: left;
	text-align: center;
    padding: 0 25px;
    border-right: 1px solid #e5e5e5;
    height: 73px;
    line-height: 73px;
}

.header.style2 .setting-wrap ul li {
	display: inline-block;	
	padding: 0 25px;	
	border-left: 1px solid #e5e5e5;
	position: relative;
}

.header.style2 .setting-wrap ul li a i {
	font-size: 22px;	
	margin-top: 27px;
}

.header.style2 .setting-wrap ul li a {
	color: #202020;
	line-height: 56px;
	display: inline-block;
}

.header.style2 .setting-wrap ul li a:hover {
	color: #2bb0ef;
}

.header.style2 #mainnav > ul > li > a,
.header.style3 #mainnav > ul > li > a {
	line-height: 30px;
}

.header.style2 #mainnav > ul > li.home > a {
	border: 2px solid #2bb0ef;
	padding: 0 21px 0 19px;
}

/* Header style3 */ 
.header.style3 .header-inner .logo {
	padding: 0 394px 0 30px;
}

.header.style3 #mainnav > ul > li.home > a {
	border: 2px solid #2bb0ef;
	padding: 0 21px 0 19px;
}

.header.style3 .header-inner .language-wrap .btn-menu-active {
	border-left: 0;
}

.setting-wrap {
	float: right;
}
 
/* Header Fix */
#header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
    top: -60px;
    max-width: 1920px;  
	margin: 0 auto;	
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;	  
    max-width: 1920px;     
	margin: 0 auto;	
	background: #fff;	
	z-index: 999999;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 90.4%;
}

/* navigation */
#mainnav ul li {
	position: relative;
}

#mainnav li:hover > ul {    	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible; 
    -webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);  
}

#mainnav ul li ul li:hover > ul {
	left: 200px;
}

#mainnav ul li a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #202020;
	
}

#mainnav ul li a:hover {
	color: #2bb0ef;	
}

#mainnav ul li ul li a:hover {
	padding-left: 5px;
}

#mainnav > ul > li {
	float: left;
	padding: 19px 18px 20px 6px;
}

#mainnav > ul > li > a {
	font-size: 14px;
	display: inline-block;		
	position: relative;
	line-height: 34px;
	padding: 0 12px;
}

#mainnav > ul > li.active > a {
	color: #2bb0ef;	
}

#mainnav ul li ul {
	width: 220px;
	background: #fff;	
	position: absolute;	
	z-index: 9999;
	left: 0; 
	top: 100%;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
	visibility: hidden;
    -webkit-transform: translate(0px, 10px);
		   -moz-transform: translate(0px, -10px);
		    -ms-transform: translate(0px, -10px);
		     -o-transform: translate(0px, -10px);
		        transform: translate(0px, -10px);
	   -webkit-transition: all 0.2s ease-in-out;
	      -moz-transition: all 0.2s ease-in-out;
	       -ms-transition: all 0.2s ease-in-out;
	        -o-transition: all 0.2s ease-in-out;
	           transition: all 0.2s ease-in-out;
}

#mainnav ul li ul li {
	background-color: #DFA843;
	padding: 10px 0 10px 15px;
	border-top: 1px solid #fff;
	background-color: #DFA843; 
	color: #FFFFFF;
	
}
#mainnav ul li ul li a{
	
	color: #FFFFFF;
}
#mainnav ul li ul li a:hover{
	color: #FF0000;
}


#mainnav ul li ul li:first-child {
	border: none;
}

#mainnav ul li ul li ul {			
	left: 215px;
	top: 0;
	margin-left: -30px;
	background-color: #fffcf2;
}

#mainnav ul li ul li ul li {
	border-color: #e5e2d4;
}

#mainnav ul li ul li ul li a {
	color: #323232;
}

#mainnav ul li ul li ul li a:hover {
	color: #FF0000;
}

.header.style1 #mainnav > ul > li.home > a:before,
.header.style1 #mainnav > ul > li.home > a:after {
	width: 100%;
	height: 2px;
	background-color: #2bb0ef;
	content: "";
	position: absolute;
	left: 0;
	opacity: 1;
}

.header.style1 #mainnav ul li.home a:before {
	top: 0;
}

.header.style1 #mainnav ul li.home a:after {
	bottom: 0;
}

.header.style1 #mainnav > ul > li > a:before,
.header.style1 #mainnav > ul > li > a:after {
	width: 100%;
	height: 2px;
	background-color: #2bb0ef;
	content: "";
	position: absolute;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.header.style1 #mainnav ul li a:before {
	top: -100%;
}

.header.style1 #mainnav ul li a:after {
	bottom: -100%;
}

.header.style1 #mainnav ul li a:hover:before {
	top: -1px;
	opacity: 1;
}

.header.style1 #mainnav ul li a:hover:after {
	bottom: -1px;
	opacity: 1;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;	
	background-color: #202020;
	position: absolute;	
	z-index: 9999;
	left: 0;	
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #252525;
	cursor: pointer;
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 55px;
	line-height: 55px;
	padding: 0 50px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #252525;
	background-color: #222;
}

#mainnav-mobi > ul > li > ul > li >  a {
	padding-left: 70px !important;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 90px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	float: right;	
	font-size: 32px;	
	color: #2bb0ef;
	text-align:center;	
    width: 45px;
    height: 73px;
    text-align: center;
    line-height: 73px;	
	cursor: pointer;
    font-family: 'Material Icons';
	display: none;			
}

.btn-menu:before{
	content: "\E5D2";
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.btn-menu.active:before{
	content: "\E5CD";
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font-family: 'Material Icons';
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\E5CF";
	color: #fff;
}

.btn-submenu.active:before {	
	content: "\E5CE";
}







/*-- banner --*/
.w3layouts-banner-slider {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.w3layouts-banner-slider-1 {
    background: url(../images/banner-1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.top-agileits-banner {
    margin: 9em 0 8em 1em;
}
.agileits-banner-info{
	text-align: center;
}
.agileits-banner-info h3{
	color: #fff;
	font-size: 3.6em;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 10px;
	line-height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.agileits-banner-info p{
	color: #FFF;
	font-size: 1.6em;
	font-weight: 800;
}




.w3-button{
    margin: 4em 0 0 0;
}
.w3ls-button a{
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    text-align: center;
    border: solid 2px #FFFFFF;
}
.w3ls-button a:hover{
	background: #6bcad2;
    border: solid 2px #6bcad2;
}
.agileinfo-social-grids{
    margin: 1.2em 0 0 0;
    float: right;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.agileinfo-social-grids a{
	display: block;
    margin: 1.5em 0;
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids a i.fa{
    font-size: 1em;
    color: #ffffff;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids  a i.fa.fa-twitter:hover{
	color: #1da1f2;
}
.agileinfo-social-grids a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids a i.fa.fa-vk:hover{
	color: #45668e;
}
.mouse {
    height: 45px;
    border: 2px solid #fff;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    margin: 7em auto 0;
}
.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
.bounce.animated {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    width: 25px;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}








/* Page Title
-------------------------------------------------------------- */
.page-title {
	background: url(../images/page-title.jpg) no-repeat center top;
	background-size: cover;
}

.page-title-heading h1 {
	font-family: "Lato", sans-serif;
	font-size: 50px;
	line-height: 50px;	
	color: #ffffff;
	padding: 0 0 ;
	margin-bottom: -5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.breadcrumbs {
	padding-top: 103px;
}

.breadcrumbs ul li {
	position: relative;
	display: inline-block;
	padding-right: 50px;
}

.breadcrumbs ul li:after {
	position: absolute;
	right: 11px;
	top: 10px;
	height: 20px;
    width: 33px;   
    background: url(../images/icon/icon-row.png) no-repeat center center;
    content: "";
}

.breadcrumbs ul li:last-child:after {
	background: transparent; 
}

.breadcrumbs a {
	padding: 5px 0;	
	font-weight: 400;
	font-style: italic;
	color: #fff;	
	display: block;	
	letter-spacing: 1px;
}

.breadcrumbs a:hover {
	color: #36a7e3;
}













/* Blog
-------------------------------------------------------------- */
.main-content {
	padding: 80px 0 133px;
}

.entry-post p {
	margin-bottom: 37px;
}

.post-wrap {
	padding-right: 20px;
}
.flat-latest-blog{
	padding-bottom: 20px;
}
.entry {
	overflow: hidden;
	box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 60px;	
	position: relative;
	padding-bottom: 20px; 
}

.entry.last {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 60px;
	margin-bottom: 0;
}

.entry .feature-post {	
	position: relative;
	float: left;
	margin-right: 30px;
	width: 346px;
	height: auto;
	padding-left: 65px;
}

.entry .feature-post .type-post {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #36a7e3;
	text-align: center;
	content: "";
	z-index: 9;
}

.entry .feature-post .type-post:after {
	content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent #36a7e3 transparent #36a7e3
}

.entry.format-standard .type-post:before,
.entry.format-gallery .type-post:before,
.entry.format-video .type-post:before {
	position: absolute;	
	font-family: 'Simple-Line-Icons';
	content: "\e07f";	
	font-style: normal;
	color: #fff;
	font-size: 22px;
	left: 24px;
	margin-left: -10px;
	top: 12px;
}

.entry.format-gallery .type-post:before {
	content: "\e07e";	
}

.entry.format-video .type-post:before {
	content: "\e061";	
}

.entry .feature-post .type-post img,
.entry .feature-post .type-post i {
	color: #fff;
	padding-top: 10px;
	font-size: 20px;
}

.entry .main-post {
	overflow: hidden;
}

.entry .entry-title {
	font-family: "Lato", sans-serif;
	font-weight: 700;	
	font-size: 18px;
	line-height: 23px;
	padding-top: 16px;
	margin-bottom: 14px;
	letter-spacing: 0px;
}

.entry .entry-title a {
	color: #202020;
}

.entry .entry-title a:hover {
	color: #36a7e3;
}

.entry .entry-meta {
	position: relative;	
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 19px;
	margin-bottom: 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
       opacity: 0.85;
        filter: alpha(opacity=85);
}

.entry .entry-meta span {
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #202020;
	padding: 0 34px 0 20px;
	position: relative;	
	letter-spacing: 0.9px;
}

.entry .entry-meta span a {
	color: #202020;
}

.entry .entry-meta span a:hover {
	color: #36a7e3;
}

.entry .entry-meta span:after {
	position: absolute;
	right: 18px;	
	bottom: 2px;
	width: 1px;
	height: 13px;
	background-color: #e6d9d9;
	content: "";
}

.entry .entry-meta span:last-child:after {
	width: 0;
	height: 0;
}

.entry .entry-meta span:before {
	position: absolute;
	left: 0;
	top: 0;	
	font-family: 'Simple-Line-Icons';
	content: "\e075";	
	font-style: normal;	
}

.entry .entry-meta span.author:before {		
	content: "\e005";	
}

.entry .entry-meta span.comment:before {	
	content: "\e04a";
}

.entry .entry-meta span.vote:before {		
	content: "\e08a";	
}

.entry .entry-content {
	border-top: 1px dashed #e5e5e5;
	padding-top: 17px;
}

.entry .more-link a {
	z-index: 1;
	position: relative;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	width: 150px;
	padding: 6px 0 6px 15px;
	border: 1px solid #2b1e1e;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2b1e1e;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-weight: 700;
	overflow: hidden;
	float: right;
}

.entry .more-link a:after {
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #202020;	
	right: 37px;
	top: 0;
	content: "";
}

.entry .more-link a i {	
	color: #202020;
	font-size: 17px;
	position: absolute;
	right: 9px;
	top: 8px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;	
}

.entry .more-link a:hover,
.entry .more-link a:hover i {
	color: #fff;	
	z-index: 10px;
}

.entry .more-link a:hover i {
	right: 8px;
}

.entry .more-link a:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	content: "";
	-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);	
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;		
}

.entry .more-link a:hover:before {
	background: #202020;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.entry .more-link a:hover:after {
	background-color: #4b3e3e;
}

/* Blog v.1
-------------------------------------------------------------- */
.blog-posts.v1 .entry .feature-post {	
    float: none;
    margin-right: 0;
    width: 100%;   
    padding-left: 0;    
}

.blog-posts.v1 .entry .feature-post .type-post {
	left: 40px;
	top: 95%;
}

.blog-posts.v1 .entry .main-post {
	padding-left: 130px;
}

.blog-posts.v1 blockquote {
	background: url("../images/blog/bg_testimonials.jpg") no-repeat center center;
}

.blog-posts.v1 blockquote {
	margin-bottom: 59px;
}

.blog-posts.v1 .entry {
	margin-bottom: 61px;
}

.blog-posts.v1 .feature-post {
	margin-bottom: 22px;
}
 
.blog-posts.v1 .entry.format-video iframe {
	border: 0;
}

/* pagination
-------------------------------------------------------------- */
.blog-pagination {
	margin-top: 1px;
	padding-top: 28px;
	border-top: 1px dashed #e5e5e5;
}

.blog-pagination .flat-pagination li {
	display: inline-block;
}

.blog-pagination .flat-pagination li a {
	display: inline-block;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #e6d9d9;
}

.blog-pagination .flat-pagination li a:hover {
	background-color: #2bb0ef;
	color: #fff;
	border: 1px solid #2bb0ef;
}

.blog-pagination .flat-pagination li a:hover i {
	color: #fff;
}

.blog-pagination .flat-pagination li.prev,
.blog-pagination .flat-pagination li.next {
	float: right;
	margin-left: 5px;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}

.blog-pagination .flat-pagination li.active {
	background-color: #36a7e3;
	border: 1px solid #36a7e3;
	color: #fff;
	width: 35px;
	text-align: center;
	line-height: 35px;	
}

.blog-pagination .flat-pagination li a {
	font-family: "Lato",sans-serif;
	color: #2b1e1e;
}

/* Blog Single
-------------------------------------------------------------- */
.blog-single .entry .feature-post {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-bottom: 22px;
}

.blog-single .entry .feature-post .type-post {
    left: 40px;
    top: 95%;
}

.blog-single .entry .feature-post:after {
	left: 40px;
	bottom: 0;
}

.blog-single .entry .main-post {
	padding-left: 130px;
}

.blog-single .entry .entry-content .drop-caps {
	float: left;
	font-size: 50px;
	text-transform: uppercase;
	color: #202020;
	margin: 0 14px 0 0;
	line-height: 50px;
}

.blog-single .entry .entry-content {
	border-bottom: 1px dashed #e6d9d9;
    padding-bottom: 30px;
}

blockquote {
	background-color: #2bb0ef;
	position: relative;
	padding: 10px;
	color: #fff;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 32px;
}

.blog-posts.v1 blockquote:after {
	content: "";
	background: url("../images/icon/qoute.png") no-repeat center center;
	width: 32px;
	height: 23px;
	position: absolute;
	left: 49px;	
	top: 35px;	
	display: inline-block;	
}

blockquote .wrap-text {	
	border: 1px solid #6bc8f4;	
	padding: 48px 50px 31px 38px;
}

blockquote .blockqoute-text {	
    margin-bottom: 30px;
}

blockquote .whisper {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	padding-left: 30px;
	position: relative;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 14px;
}

blockquote .whisper:before {
	width: 20px;
	height: 2px;
	background-color: #fff;
	content: "";
	left: 0;
	top: 12px;
	position: absolute;
}

.blog-single .entry .wrap-share {
	border-top: 1px dashed #e6d9d9;
	padding-top: 30px;
    overflow: hidden;
    margin-top: 1px;
}

.blog-single .entry .wrap-share ul.flat-socials {
	float: left;
}

.blog-single .entry .wrap-share .nav-links {
	float: right;
}

.blog-single .entry .wrap-share .nav-links span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #202020;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.blog-single .entry .wrap-share .nav-links a:hover span {
	background-color: #2bb0ef;
	color: #fff;
	border: 1px solid #2bb0ef;
}

/* comment post */
.comment-list-wrap {
	position: relative;	
	margin-bottom: 90px;
	margin-top: 85px;
}

.comment-post h4.comment-title {
	padding: 10px 0 0;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 3px;	
	margin: 0 0 95px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #202020;
	text-transform: uppercase;
	position: relative;
}

.comment-list-wrap:after,
.comment-post h4.comment-title:before,
.comment-post h4.comment-title:after {
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 1px;
	width: 80px;
	background-color: #2b1e1e;
	content: "";
}

.comment-post h4.comment-title:after {
	width: 60px;
	bottom: -33px;
}

.comment-list-wrap:after {
	width: 40px;
	top: 70px;
}

.comment-post h2.comment-reply-title {
	padding: 20px 0 0;
	font-size: 34px;
	line-height: 34px;
	letter-spacing: -1px;	
	margin: 0 0 45px;
	font-weight: 800;
	color: #323232;
}

.comment-post .comment {
	overflow: hidden;
	margin-bottom: 28px;
}

.comment-post .comment-avatar {
	width: 120px;
	height: 120px;	
	float: left;
	margin-right: 20px;    
}

.comment-post .comment-detail {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 22px 84px 24px 30px;
	position: relative;
}

.comment-post ol li {
	list-style: none;
}

.comment-post .children {
	margin-left: 82px;
}

.comment-post .comment-meta span {
	display: block;
}

.comment-post .comment-meta .comment-author {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;	
	text-transform: uppercase;
	letter-spacing: 1.7px;
	margin-bottom: 6px;	
}

.comment-post .comment-meta .comment-author a {
	color: #202020;
}

.comment-post .comment-meta .comment-author a:hover {
	color: #2bb0ef;
}

.comment-post .comment-meta .comment-date {
	font-size: 12px;
	padding-left: 30px;
	font-style: italic;	
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
       opacity: 0.85;
        filter: alpha(opacity=85);
}

.comment-post .comment-meta .comment-date:before {
	position: absolute;
	left: 0;
	top: 10px;
	height: 2px;
	width: 20px;
	background-color: #202020;
	content: "";
}

.comment-post .comment-meta .comment-reply {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: #2bb0ef;
	font-size: 0;
}

.comment-post .comment-meta .comment-reply i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -12px;
}

.comment-post .comment-meta .comment-reply:hover {
	background-color: #202020;
}

/* comment form */
.comment-form {
	padding-top: 8px;
}

.comment-respond {
	position: relative;
}

.comment-respond h4.comment-title {
	margin-bottom: 65px;
}

.comment-respond:after {
	position: absolute;
	left: 0;
	top: 70px;
	height: 1px;
	width: 40px;
	background-color: #2b1e1e;
	content: "";
}

#respond #reply-title {
	font-size: 20px;
    font-weight: normal;
    margin: 43px 0 22px 0;
}

.comment-form .name-container,
.comment-form .phone-container {
	width: 48.27%;
	float: left;
	margin-right: 3.44%;	
	margin-bottom: 20px;
}

.comment-form fieldset {
	position: relative;
}

.comment-form .email-container,
.comment-form .website-container {
	float: right;
	width: 48.27%;
}

.comment-form .message {
	width: 100%;
}

.comment-form .tb-my-input {	
	background-color: transparent;    
    width: 100%;
    border-color: transparent transparent #202020 transparent;
    padding-left: 0;
    position: relative;
}

.comment-form fieldset:hover:before {
	background-color:  #2bb0ef;
}

.comment-form fieldset:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #202020;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	-webkit-transform: rotate(45deg);   
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    	transform: rotate(45deg);
}

.comment-form fieldset.message:before {
	bottom: 6px;
}

#comment-message {
	background-color: transparent;	
	height: 165px;
	border-color: transparent transparent #202020 transparent;
	padding-left: 0;
}

#comment-message:focus {
	border-color: transparent transparent #2bb0ef transparent;
}

textarea,
input[type="text"],
input[type="email"] {
	color: #202020;
}

.comment-form textarea:-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.comment-form input:-moz-placeholder,
.comment-form input::-moz-placeholder {		
	color: #202020;
	opacity: 1;
}

.comment-form input:-ms-input-placeholder {
	color: #202020;
}

.comment-form textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder {
	color: #202020;
	opacity: 1;
}

.comment-form .form-submit {	
    width: 180px;
    height: 40px;
    margin: 50px auto 0;
    position: relative;
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.comment-form .form-submit:hover {
	background-color: #202020;
	color: #fff;
}

.comment-form .form-submit:hover #comment-reply {
	color: #fff;
}

.comment-form .form-submit:before {	
   position: absolute;
   right: 40px;
   top: 0;
   width: 1px;
   height: 100%;
   content: "";
   background-color: #202020;
}

.comment-form .form-submit:after {
	position: absolute;
   	right: 15px;
   	top: 8px;    
    content: "\e01e";
    font-family: "Simple-Line-Icons";    
    width: 16px;
    height: 16px;
}

.comment-form .form-submit #comment-reply {
	text-transform: uppercase;
	color: #202020;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	border: 1px solid #202020;	
	width: 180px;
	height: 40px;
	letter-spacing: 2px;
	position: relative;
	text-align: left;
}

.comment-form input[type="submit"] {
	padding: 7px 18px;
}

.comment-form .form-submit #comment-reply:after {
	position: absolute;
	right: 50px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #202020;
	content: "";
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
	border-color: transparent transparent #2bb0ef transparent;
}

textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover {
	border-color: transparent transparent #2bb0ef transparent;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 56px;
	position: relative;
}

.sidebar .widget .textwidget p {
	padding: 21px 0 24px 0;
}

.widget .widget-title {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #202020;
	margin-bottom: 57px;
	font-weight: 700;
	letter-spacing: 2.3px;
	position: relative;
	text-transform: uppercase;	
}

.sidebar .widget.widget-categories .widget-title,
.sidebar .widget.widget-archive .widget-title {
	margin-bottom: 38px;
}

.sidebar .widget:after,
.sidebar .widget .widget-title:after,
.sidebar .widget .widget-title:before {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 1px;
	width: 80px;
	background-color: #2b1e1e;
	content: "";
}

.sidebar .widget .widget-title:before {
	position: absolute;	
	bottom: -23px;	
	width: 60px;	
}

.sidebar .widget:after {
	top: 41px;	
	width: 40px;	
}

.widget ul li {
	position: relative;
	border-bottom: 1px dashed #e6d9d9;	
	padding: 12px 0 12px 18px;	
}

.widget ul li:before {	
	position: absolute;
    left: 0;
	top: 20px;
	font-size: 21px;
	width: 10px;
	height: 10px;
	border: 1px solid #36a7e3;
	content: "";
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.widget ul li:after {	
	position: absolute;
    left: 3px;
	top: 23px;
	font-size: 21px;
	width: 4px;
	height: 4px;
	border: 1px solid #36a7e3;
	content: "";
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.widget ul > li > a {
	color: #202020;
	font-style: italic;
}

.widget ul li a:hover {
	color: #36a7e3;
}

/* widget search */
.widget.widget-search #searchform {	
	width: 100%;	
	position: relative;
	margin: 0;
}

.widget.widget-search #searchform #s {
	height: 40px;
	line-height: 20px;
	width: 100%;	
	padding: 0 10px 0 22px;	
	border: 1px solid #e6d9d9;	
}

.widget.widget-search #searchform #s:focus {
	border: 1px solid #36a7e3;	
}

.widget.widget-search #searchform #searchsubmit {
	font-family: 'FontAwesome';
    font-size: 13px;
    color: #2b1e1e;
    background: none;
    padding: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent transparent transparent #e6d9d9;    
}

.widget.widget-search #searchform #searchsubmit:hover {
	color: #36a7e3;
}

#searchform input:-moz-placeholder,
#searchform input::-moz-placeholder {
	color: #202020;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       opacity: 0.5;
        filter: alpha(opacity=50); 
	font-size: 12px;
	font-style: italic;
}

#searchform input:-ms-input-placeholder {
	color: #202020;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       opacity: 0.5;
        filter: alpha(opacity=50); 
	font-size: 12px;
	font-style: italic;
}

#searchform input::-webkit-input-placeholder {
	color: #202020;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       opacity: 0.5;
        filter: alpha(opacity=50); 
	font-size: 12px;
	font-style: italic;
}

/* widget latest posts */
.widget.widget-popular-news .widget-title {
	margin-bottom: 46px;
}

.widget.widget-popular-news ul li {
	padding: 8px 0 17px 0 ;	
	overflow: hidden;
}

.widget.widget-popular-news ul li:before,
.widget.widget-popular-news ul li:after {
	content: "";
	width: 0;
	height: 0;
	border: 0;	
}

.widget.widget-popular-news ul li .thumb {
	float: left;
	width: 70px;
	margin-right: 21px;
	margin-top: 9px;
	overflow: hidden;	
}

.widget.widget-popular-news ul li .text {
	overflow: hidden;		
}

.widget.widget-popular-news ul li .text p {	
	margin-bottom: 0;
	position: relative;
	padding: 13px 0 3px 30px;
	color: #202020;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1.1px;
}

.widget.widget-popular-news ul li .text p:before {
	position: absolute;
	left: 0;
	top: 24px;
	width: 20px;
	height: 2px;
	background-color: #202020;
	content: "";
}

.widget.widget-popular-news ul li .text h6 {	
	margin-bottom: 8px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;	
}

.widget.widget-popular-news ul li .text h6 a {
	color: #202020;
}

.widget.widget-popular-news ul li .text h6 a:hover {
	color: #36a7e3;
}

.widget.widget-popular-news ul li:first-child {
	padding: 0 0 20px 0 ;		
}

.widget.widget-popular-news li:last-child {
	border: none;
	padding: 13px 0 0 0 ;		
}

/* widget tag */
.widget.widget-tags .tag-list a {
	display: inline-block;
	text-align: center;
	margin: 0 6px 10px 0;
    padding: 2px 12px 0 14px;
	border: 1px solid #e5e5e5;	
	color: #202020;	
	font-size: 12px;	
}

.widget.widget-tags .tag-list a.active {
	background: #36a7e3;
	border: 1px solid #36a7e3;
	color: #fff;	
}

.widget.widget-tags .tag-list a:hover {	
	color: #fff;
	background: #36a7e3;
	border: 1px solid #36a7e3;
}

/* flat-socials 
-------------------------------------------------------------- */
.flat-socials li {
	position: static;	
	display: inline-block;
	margin-right: 3px;
	background-color: #4e5b98;	
	text-align: center;
}

.flat-socials li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

.flat-socials li a:hover {
	background-color: #36a7e3;
	color: #fff;
}

.widget ul.flat-socials li:before,
.widget ul.flat-socials li:after {
	content: "";
	width: 0;
	height: 0;
	border: 0;
}

.flat-socials li a i {
	color: #fff;
}

.widget ul.flat-socials li {
    position: static; 
    border-bottom: none;
    padding: 0 0 0;
}

.flat-socials li.twitter {
	background-color: #0da1e0;
}

.flat-socials li.dribbble {
	background-color: #ed4582;
}

.flat-socials li.camera {
	background-color: #32557e;
}

.flat-socials li.pinterest {
	background-color: #ce1312;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   right: -290px;
   top: 150px;
   width: 290px;
   background-color: #202020;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: "Lato", sans-serif;   
	letter-spacing: 1.5px;
    text-transform: uppercase;
	height: 50px;
	line-height: 45px;
	padding-left: 50px;
	padding-right: 85px;
	margin: 0;
	font-weight: 400;
}

.switcher-container h2 a {
   background-color: #2bb0ef;
   display: block;
   position: absolute;
   left: -50px;
   top: 0;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   outline: 0;
   color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   margin-top: 12px;
   font-size: 25px;
   -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; 
}

.switcher-container h3 {
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
   font-size: 16px;
   line-height: 30px;   
   font-family: 'Lato', sans-serif;
   font-weight: 400;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #323232;
	padding: 21px 0 30px 50px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #202020;
	padding: 21px 0 25px 50px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	font-family: "Lato", sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 26px 10px 27px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #2bb0ef;
	border: 1px solid #2bb0ef;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 30px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	width: auto;
	padding: 0;	
	width: 40px;
	height: 40px;
	background-color: #2bb0ef;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 30px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}

.sw-odd #color2 {
	background-color: #cb4437;
}

.sw-odd #color3 {
	background-color: #a0ce4e;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 50px;
   	cursor: pointer;   
    background-color: #fff;
   	height: 50px;
   	line-height: 50px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.style1 {
	opacity: 1;
	visibility: visible;
	position: absolute !important;
   	left: 50%;
   	top: -25px;
   	margin-left: -25px;
	background-color: #36a7e3;
	-webkit-transform: rotate(45deg);   
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    	transform: rotate(45deg);
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 24px;
	color: #202020;
	padding-bottom: 3px;	
}

.go-top.style1 i {
	color: #fff;
	-webkit-transform: rotate(-45deg);   
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    	transform: rotate(-45deg);
}

.go-top:hover {
    background-color: #202020;
}

.go-top:hover i {
	color: #fff;
}








/* Footer Style Bg */
.footer {
    background-color: #262F36;
}

.footer .footer-upper {
    padding: 50px 0;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget .contact {
    margin-top: 21px;
}

.footer-widget .contact li {
    font-size: 13px;
    color: #C9C9C9;
    margin-bottom: 18px;
}

.footer-widget .contact li i,
.footer-widget .contact li span {
    display: table-cell;
    vertical-align: middle;
}

.footer-widget .contact li i {
    font-size: 16px;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    padding-right: 18px;
}

.footer-widget.about-widget img {
    margin-bottom: 12px;
}

.footer-widget.about-widget p {
    color: #C9C9C9;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}

.footer-widget .social {
    margin-top: 10px;
}

.footer-widget .social li {
    display: inline-block;
}

.footer-widget .social li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #3acbf8;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 7px;
    transition: all .3s ease;
}



.footer-widget .social li a.qq {
    background-color: #1578b3;
}

.footer-widget .social li a.facebook {
    background-color: #39579a;
}

.footer-widget .social li a.twitter {
    background-color: #3acbf8;
}
.footer-widget .social li a.weixin {
    background-color: #72b01b;
}

.footer-widget .social li a.skype {
    background-color: #E77918;
}




.footer-widget .social li a:hover {
    background: #72b01b;
    border-color: #72b01b;
}

.footer-widget h3.titles {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #FEF9F9;
    margin: 0;
    margin-bottom: 24px;
}

.footer-widget.quick-links ul li a {
    font-size: 14px;
    color: #C9C9C9;
    line-height: 38px;
    tranisition: all .3s ease;
}

.footer-widget.quick-links ul li a:hover {
    color: #72b01b;
}

.footer-widget.latest-post ul {
    margin-top: 42px;
}

.footer-widget.latest-post ul li {
    margin-bottom: 20px;
}

.footer-widget.latest-post ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.latest-post ul li span.border {
    display: table-cell;
    vertical-align: top;
}

.footer-widget.latest-post ul li span.border:before {
    content: ' ';
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    display: block;
}

.footer-widget.latest-post ul li .content {
    padding-left: 18px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: -8px;
}

.footer-widget.latest-post ul li a {
    display: block;
    color: #C9C9C9;
    font-size: 13px;
    line-height: 25px;
    transition: all .3s ease;
}

.footer-widget.latest-post ul li a:hover {
    color: #72b01b;
}

.footer-widget.latest-post ul li span {
    color: #576673;
    font-size: 13px;
    display: block;
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    background: #2C353C;
    color: #C9C9C9;
    font-size: 13px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.footer-widget.contact-widget button {
    width: 100%;
    height: 50px;
    background: #72b01b;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease;
}

.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #0062A9;
}


/* 19 .footer-bottom styles */

.footer-bottom {
    background: #000;
    border-top: 1px solid #393939;
    padding: 22px 0;
    position: relative;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.footer-bottom a {
    color: #72b01b;
}

.footer.bg-style {
    background: linear-gradient(to left,#222 0px,#333 80%);
    position: relative;
}



.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}

.footer.bg-style .footer-widget h3.titles {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 35px;
    position: relative;
    color: #fff;
}

.footer.bg-style .footer-widget h3.titles:after {
    background: #0062A9;
    bottom: -15px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 40px;
}

.footer.bg-style .footer-widget.quick-links ul li {
    border-bottom: 1px dashed #fff;
    margin-bottom: 8px;
}

.footer.bg-style .footer-widget.quick-links ul li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #72b01b;
}

.footer.bg-style .footer-widget.latest-post ul {
    margin-top: 0;
}

.footer.bg-style .footer-widget.news-post ul li {
    border-bottom: 1px dashed #454545;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.footer.bg-style .footer-widget.news-post ul li span.border {
    float: left;
}

.footer.bg-style .footer-widget.news-post ul li span.border:before {
    display: none;
}

.footer.bg-style .footer-widget.news-post ul li .content {
    top: -5px;
}

.footer.bg-style .footer-widget.news-post ul li a {
    font-size: 13px;
    line-height: 22px;
}

.footer.bg-style .footer-widget.news-post ul li:hover a {
    color: #72b01b;
}

.footer.bg-style .footer-widget.news-post ul li .content span {
    color: #0062A9;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    margin-top: 9px;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #222222;
    color: #fff;
}

.footer.bg-style .footer-widget.contact-widget input {
    height: 45px;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 100px;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 45px;
    line-height: 45px;
}



.footer.bg-style .footer-bottom p {
    color: #ccc;
    font-size: 12px;
}


/* 20 contact form validation styles */

.contact-form label.error {
    display: none !important;
}

.contact-form input.error,
.contact-form textarea.error {
    background: rgba(255, 0, 0, .2) !important;
}
















/* Bottom
-------------------------------------------------------------- */
.bottom {
	background-color: #101010;
	color: #858585;
	padding: 12px 0;	
}

.bottom .copyright a {
	color: #fff;
}

.bottom .copyright a:hover {
	color: #2bb0ef;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
	width: 90.4%;
	margin: 0 auto;
	position: relative;	
	background: #fff;
	height: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
		    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 500px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	border-color: #202020;
	border-style: solid;
	border-width: 2px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 16px !important;
	height: 30px !important;	
	display: inline-block;
	margin-right: 7px !important;	
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet:before {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 3px;
	width: 2px;
	height: 6px;
	background: #202020;
	content: "";
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(32, 32, 32, 1) !important;
	width: 16px !important;
	height: 30px !important;
	border: 0 !important;
}












/*--product-starts--*/
.product {
    padding: 0em 0 3em 0;
}
.product-left ul{
	padding:0;
	margin-top:9%;
}
.product-left ul li {
    list-style: none;
    line-height: 2.4em;
}
.product-left ul li i{
	 padding-right:10px;
	 top:3px;
}
.product-left ul li a{
	color:#555;
	    font-size: 0.9em;
}
.product-left ul li a:hover{
	color: #2ad2c9;
}
.prdt {
    margin-top: 20PX;
}
/*
.prdt-left img{
	width:100%;
}
*/
.mei img{
	width:80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.prdt-left p{
    line-height: 1.9em;
    margin-top: 10px;
	color: #555;
	    font-size: 1em;
}

.prdt-left h3 {
	color:#fff;
	font-size: 22px;
	font-weight: 400;
	background-color: #36A7FF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.prdt-left h3 a {
	color:#fff;
}
.prdt-left h3 a:hover {
	color:#004A9F;
}

/*
.prdt-left h4 {
	color:#36a7e3;
	font-size: 17px;
	margin: 25px 0 0 10px;
	text-transform: uppercase;
	line-height: 1.5em;	
}

.prdt-left ul{
	margin-top: 1em;
	margin-bottom: 1em;
}
.prdt-left ul li{
	padding-left: 10px;
}
.prdt-left ul li a{
	line-height: 1.5em;
	display: block;
	color: #333;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.prdt-left ul li a:hover{color: #36A7FF;}
*/


.prdt-left h5 {
	color:#36a7e3;
	font-size: 17px;
	margin: 25px 0 0 10px;
	text-transform: uppercase;
	line-height: 1.5em;	
}

.prdt-left h4 {
	color:#fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #36a7e3;
	padding: 10px 1px 10px 1px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
}
.prdt-left h4 a {
	color:#fff;
}
.prdt-left h4 a:hover {
	color:#004A9F;
}

.prdt-left ul{
	margin-top: 0em;
	margin-bottom: 1em;
}
.prdt-left ul li{
	padding-left: 10px;
	background-color: #eee;
	padding-right: 10px;
	padding-bottom: 3px;
}
.prdt-left ul li a{

	line-height: 2.5em;
	display: block;
	color: #333;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F2B664;
	
}
.prdt-left ul li a:hover{
	color: #36A7FF;
	font-weight: bold;
}



.captn1 h5 {
    color: #fff;
    font-size: 22px;
    margin: 17px 0 0 0;
}
.btm-right1 {
  overflow: hidden;
  position: relative;
  display: block;

}
.btm-right1 img{
	width:100%;
}
.btm-right1 .captn1 {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -74%;
    right: 0;
    background-color: rgba(28, 167, 159, 0.54);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btm-right1:hover .captn1 {
  bottom: 0%;
}
.captn1 p {
    font-size:2em;
    color: #fff;
}
.btm-right1:hover .captn1 h5 {
   margin-top:95px;
}

.p-t{
	font-weight: bold;
	text-align: center;
	font-size:1.3em;
	color: #fff;
	line-height: 2.2em;
	background-color: #004A9E;
	border-radius:100px;
-moz-border-radius:100px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}


/*-- contact-page --*/
h2.tittle {
    text-transform: uppercase;
	font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.4em;
    border-left: 8px solid #36a7e3;
    padding-left: 14px;
    margin-bottom: 0.5em;
	color: #36a7e3;
}
h2.tittle.two {
    color: #fff;
    text-align: left;
}
h2.tittle.three {
    margin-left: 2em;
}

.product-top h3 {
    font-size:1.6em;
}
/*
.product-top h3 span {
    color: #36a7e3;
}
*/
.product-top h3 span {
    color: #fff;
}
.prdt-left .jl{
	padding: 4px;
}
.prdt-left .jl img{
	width:100%;
}

.jz {
	margin-top: 1em;
	margin-bottom: 1em;
}
.jzz{
	width: 20%;
	float: left;
}
.wz{
	margin-bottom: 0.1em;
	font-size: 0.9em;
	line-height: 1.2em;
}

.bianju{
	padding-right: 0px;
	padding-left: 0px;
	
}
.bianju11{
	padding-right: 5px;
	padding-left: 5px;
}
.bianju22{
	padding-right: 5px;
	padding-left: -20px;
}

/*Image Zoom*/
img[data-action="zoom"] {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 999;
  transition: all 300ms;
}
img.zoom-img {
  cursor: zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=60)";
  opacity: 0.6;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
/*Image Zoom*/


.neirong p{
	font-family: Arial, Helvetica, sans-serif;
}
.p-m {
	font-size:0.8em;
	line-height: 1.1em;
	height: 2em;
}
.p-left p{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}








/*** 

====================================================================
    service Section style
====================================================================

***/

.service {
  position: relative;
}

.service .item {
  padding: 4px;
  margin-bottom: 5px;
  border: 1px solid #f4f4f4;
}



.service .item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    z-index: 9;
}
.service .item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(5px);
}

.service .item .img-box {
  position: relative;
  overflow: hidden;
}

.service .item .img-box img {
  width: 100%;
}
.service .item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(16, 37, 46, 0.9);
}

.service .item:hover .default-overlay-outer{
  top:0;
  opacity:1;  
}

.service .item .thm-btn {
  padding: 0 25px;
  line-height: 34px; 
}

.service .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}




.service .content {padding: 12px 5px;}

.service .content h5 {color: #48c7ec;
  font-size: 14px;}

.service .content h4 {padding: 15px 0;
  font-size: 20px;
  color: #222;
}

.service .content p {

}



.service .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 5px;
}

.service .owl-theme .owl-nav [class*=owl-] {
    color: #202f35;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 18px;
    line-height: 6px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.service .owl-theme .owl-nav [class*=owl-]:hover {
    color: #48c7ec;
    transition: .5s ease;
}

/*----*/
.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 30px;
  padding-top: 26px;
}
.related-product .single-product-item {
  margin-bottom: 0;
}
/*----*/

.section-title {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
.section-title h2 {
  position: relative;
  text-transform: capitalize;
}
/*
.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}

.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}
.section-title.center:after {
    left: 50%;
    margin-left: -25px;
}
*/
/*---*/
.single-latest-project-carousel p a{color: #333; }
.single-latest-project-carousel p a:hover{color: #48c7ec; }
/*---*/

.feedback11{width: 100%; height: 400px;}
.feedback22{width: 100%; height: 300px;}
.f-jl{
	width: 48%;
	float: left;
	padding-right: 10px;
}
.yincang{
display: none;  
}
.yincang24{
  display: block;
}

.prdt-left .get {
	background-color: #EC971F;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ccc;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #CCCCCC;
	text-align: center;
}

.news_lb p{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2E2E2;
	padding-left: 5px;
	font-size: 16px;
	
}

.news_lb p a{
	background-image: url(../images/news_05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 45px;
	padding-top: 3px;
}

.news_lb p a:hover{
	background-image: url(../images/news_04.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.neirong1 table{
	width: 100%;
	border: 2px solid #CCCCCC;
}
.neirong1 td{text-align: center;
	border: 1px solid #C1C1C1;margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

 
 
 
 /**************************/
/*  */
.k_in {
	font-size:14px;
	padding:2px;
}

textarea{
	font-size:14px;
	line-height:16px;
	padding:0px;
	border:1px solid;
	border-color:#888 #666 #666 #888;
}

/* k_ajax */
#k_ajax{
	position:absolute;
	display:block;
	text-align:center;
	top:0;
	left:0;
	z-index:900;
}

#k_ajax #k_ajaxBg{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	margin:0px;
	padding:0px;
	background:#21282E;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter:alpha(opacity=20);
	/*IE*/opacity:0.2;
}

#k_ajax #k_ajaxBox{
	display:block;
	margin:0px;

	border:1px solid;
	border-color:#888 #666 #666 #888;
	background:#B9D1EA;
	padding:4px;
	padding-top:2px;
	position:fixed;
	z-index:999;
}
#k_ajax #k_ajaxBox #k_ajaxTitle{
	display:table;
	clear:both;
	line-height:28px;
	height:28px;
	margin:0px;
	padding:0px;
	text-align:right;
}
#k_ajax #k_ajaxBox #k_ajaxTitle strong{
	font-size:12px;
	display:block;
	float:left;
	text-align:left;
	text-indent:3px;
	color:#FFF;
	height:28px;
}
#k_ajax #k_ajaxBox #k_ajaxTitle a{
	font-size:10px;
	display:block;
	float:left;
	background:url(close.gif) no-repeat 15px 0px;

	width:50px;
	text-align:left;
	color:#FFF;
	text-indent:4px;
	height:20px;
}
#k_ajax #k_ajaxBox #k_ajaxTitle a:hover{
	color:#000;
	text-decoration :none;
	background:url(close.gif) no-repeat 15px -30px;
	color:#FFF;
}
#k_ajax #k_ajaxBox #k_ajaxMain{
	display:block;
	overflow-y:auto;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height:20px;
	background:#FFF;
}

#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent{
	display:block;
	padding:10px 10px 0px 10px;
	margin:0px;
}

#k_ajax #k_ajaxBox #k_ajaxMain table.k_tip{
	height:98px;
	font-size:14px;
}
#k_ajax #k_ajaxBox #k_ajaxMain table.k_tip th{
	width:80px;
	text-align:center;
}
#k_ajax #k_ajaxBox #k_ajaxMain table.k_tip td{
	text-align:left;
}

#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent .k_htm{
	background:none;
}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent .k_htm p{
	margin:0px;
	padding:0px;
}


#k_ajax #k_ajaxBox #k_ajaxSubmit{
	height:32px;
	clear:both;
	display:block;
	background:#F0F0F0;
	padding-right:5px;
}
/**/
#k_ajax #k_ajaxBox #k_ajaxSubmit p{
	display:block;
	float:right;
	padding:0px;
	margin:0px;
	height:32px;
}

#k_ajax #k_ajaxBox #k_ajaxSubmit p a{
	display:block;
	float:left;
	line-height:19px;
	height:19px;
	color:#000;
	padding:0px 15px;

	border:1px solid #8496AA;
	margin:6px 0px 0px 3px;
	background:#ECF0F6;
}

#k_ajax #k_ajaxBox #k_ajaxSubmit a:hover{
	text-decoration:none;
	background:#CCDAEB;
}

#k_ajax #k_ajaxFly{
	padding:3px 10px;
	position:absolute;
	width:80px;
	display:block;
	text-align:left;
	background:#3875D7;
	color:#FFF;
}

#k_ajax #k_ajaxBox #k_ajaxContent p.help{
	font-size:14px;
	font-family:Verdana;
	line-height:25px;
	margin:10px 0px;
}

/* k_login */
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent div.k_login{
	display:block;
	padding:40px 0px 0px 50px;
}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent div.k_login div {
	display:block;
	clear:both;
	height:50px;
}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent div.k_login div label {
	display:block;
	float:left;
	width:120px;
}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent div.k_login div p{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}


.k_htm .k_in {
	border: 1px solid #C5E6F8;
	border-radius:4px;
-moz-border-radius:4px;
	background-color: #eee;
}


.k_htm_in .k_submit input{
	background-color: #ec971f;
	padding: 15px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.2em;
	  -webkit-box-shadow: 3px 3px 3px #999;
  -moz-box-shadow: 3px 3px 3px #999;
  box-shadow: 3px 3px 3px #999;
}
.k_htm_in .k_submit button{
	background-color: #ec971f;
	padding: 15px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.2em;
	  -webkit-box-shadow: 3px 3px 3px #999;
  -moz-box-shadow: 3px 3px 3px #999;
  box-shadow: 3px 3px 3px #999;
}
.k_htm_in .k_submit button:hover{background-color: #004a9f;}

.f-jl2{
	width: 100%;
	text-align: center;
	
}
.f-jl3 input{
	height: 3.5em;
}


.neirong table {
	width: 100%;
	margin: 10px 0 10px 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #03529f;
	border-left-color: #DEE0E0;
	border-collapse:collapse;
	border-spacing:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.neirong table td, table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
}

.neirong table th {
	font-size: 1em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight:bold;
	
}

.neirong table td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	line-height:25px;
	text-align: center;
	vertical-align: middle;
}

.neirong table tr:nth-child(2n) {
    background: #f5f5f5;
}
