/**
  * Name: Anycar
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("animate.css");
@import url("font-face.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("magnific-popup.css");
@import url("revolution-slider.css");
@import url("jquery.flex-images.css");
@import url("fonts.css");

@import 'https://fonts.googleapis.com/css?family=Raleway:800,700,500,400,600';
@import 'https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i';
@import url("https://fonts.googleapis.com/css?family=Pacifico");


/*服务器字体*/
@font-face { 
	font-family: Gotham Bold; 
	font-weight: normal;
    font-style: normal;
    src: url(../fonts/Gotham-Bold.ttf);
    src: url(../fonts/Gotham-Bold.woff);
	/* src: url(http://124.193.178.122/$b/fonts/Gotham-Bold.ttf);  */
} 
@font-face { 
	font-family: Gotham Book; 
	font-weight: normal;
    font-style: normal;
    src: url(../fonts/Gotham-Book.otf);
	/* src: url(http://124.193.178.122/$b/fonts/Gotham-Book.otf);  */
} 
@font-face { 
	font-family: Gotham Medium; 
	font-weight: normal;
    font-style: normal;
    src: url(../fonts/gotham-medium.otf);
	/* src: url(http://124.193.178.122/$b/fonts/Gotham-medium.otf);  */
} 



/**
  * Reset
  * Repeatable Patterns
  * Headerbar
  * Header
  * Page title
  * Breadcrumbs
  * Blog
  * Blog-grid
  * Blog medium
  * Navigation
  * Services
  * Widget
  * Footer
  * GoTop Button
  * Flat 404
  * Parallax
  * Boxed
  * Switcher
  * Flat map
  * Revolution Slider
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1.8;
		-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,  textarea, tfoot, thead, time,  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/22px Gotham Book, Arial, Georgia, Microsoft YaHei;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
    background: #fff;
}

a {		
	color: #333;
	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: #018b6f;
	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;
}

a.link {
    color: rgb(51, 51, 51);
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 2px solid #00c365;
}

ul, ol {
	padding: 0;
}

img {
	-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;	
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 700;
}

p {
	margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

h1 { font-size: 48px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis',sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 20px 0;
    color: #333;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
	color: #fff;
    background-image: none;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    background-color: #018b6f;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    		border-radius: 3px;
    -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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
         -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
}

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%;
    border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: transparent;		
	height: 45px;
	padding: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        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;
	
}

select {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    height: 45px;
    padding: 0;
    line-height: 100%;
    outline: 0;
    max-width: 100%;
    background-image: url(../images/icon/caret.png);
    background-position: 99% center;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

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 {
	border-color: #018b6f;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
			
}

textarea {
    height: auto;
    line-height: 1.8em;
    height: 150px;
    resize: none;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #bebebe;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       	filter: alpha(opacity=100);
       opacity: 1;
}

input:-ms-input-placeholder {
	color: #bebebe;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #bebebe;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       	filter: alpha(opacity=100);
       opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

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"], 
.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: #333;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.two-columns .object{
	width: 50%;
}

.three-columns .object{
	width: 33.33%;
}

.four-columns .object{
	width: 25%;
}

.five-columns .object{
	width: 20%;
}

.six-columns .object{
	width: 16.6666%;
}

.two-columns .object,
.three-columns .object,
.four-columns .object,
.five-columns .object,
.six-columns .object{
	float: left;
	padding: 0 15px;
}

.two-columns ,
.three-columns ,
.four-columns ,
.five-columns  {
	overflow: hidden;
}

.home-v1 .project-wrap {
    margin: 0 -2px;
}

.home-v1 .five-columns .object {
    padding: 0 2px;
    margin-bottom: 4px;
}

/* Headerbar



/*====================================================*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

@media (min-width: 1281px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .container {
    padding: 0 25px;
  }
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:after, a:before, .btn:after, .btn:before, button:after, button:before {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

section.row, header.row, footer.row {
  margin: 0;
  position: relative;
}

p {
  font: 15px/26px "Open Sans", sans-serif;
  color: #333;
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

.site-contents {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .site-contents {
    padding: 70px 0;
  }
}

.btn {
  border-radius: 3px;
  text-transform: uppercase;
  font: bold 18px/50px "Raleway", sans-serif;
  padding: 0 35px;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.btn-big {
  line-height: 58px;
  padding: 0 30px;
}

.btn-sm {
  line-height: 37px;
  padding: 0 20px;
}

.btn-outline {
  border: 1px solid #fff;
  line-height: 48px;
}

.btn-primary {
  background-image: -webkit-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn-primary:hover, .btn-primary:focus {
  background: #099bd7;
}

.section-title {
  font: bold 38px/48px "Alegreya", serif;
  margin-top: 0;
  margin-bottom: 15px;
  color: #242424;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 33px;
  }
}
.section-title:after {
  display: inline-block;
  content: '';
  width: 35px;
  height: 2px;
  background: #099bd7;
  margin-left: 10px;
}
.section-title.style2 {
  text-align: center;
}
.section-title.style2:after {
  display: none;
}
.section-title + p {
  color: #8e8d8d;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}
.section-title.blue-c {
  color: #099bd7;
}

/*====================================================*/
.top-header {
    border-bottom: 1px #403f3f solid;
    background-color: #353535;
    height: 40px;


}
.top-header .header-social {
  float: right;
}
@media (min-width: 992px) {
  .top-header .header-contacts {
    display: none;
  }
}

.welcome-texts {
  color: #fff;
  font: italic 16px/40px "Open Sans", sans-serif;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .welcome-texts {
    font-size: 14px;
  }
}

.header-social li + li {
  margin: 0;
}
.header-social li a {
  padding: 0 8px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .header-social li a {
    font-size: 14px;
    padding: 0 5px;
  }
}
.header-social li a:hover, .header-social li a:focus {
  color: #F1B000;
  background: none;
}

.header-searchform {
  background: #041e32;
}
@media (max-width: 991px) {
  .header-searchform {
    margin-bottom: 20px;
  }
}
.header-searchform .form-control {
  background: none;
  border-radius: 0;
  height: 50px;
  border: none;
  padding-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 16px/1 "Open Sans", sans-serif;
  color: #5f93bb;
}
@media (max-width: 1199px) {
  .header-searchform .form-control {
    padding-left: 15px;
    font-size: 14px;
  }
}
.header-searchform .form-control.placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .form-control::-moz-placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .form-control::-ms-input-placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .input-group-addon {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
}
.header-searchform .input-group-addon button[type="submit"] {
  padding: 0 20px 0 15px;
  font-size: 16px;
  color: #5f93bb;
  background: none;
  border: none;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .header-searchform .input-group-addon button[type="submit"] {
    padding: 0 10px;
  }
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Main Header*/
.main-header {
    height: 103px;
    width: 100%;
    background: #2461A2 url(../images/language_08.gif) center center no-repeat;


}
@media (max-width: 991px) {
  .main-header {
    padding-top: 0;
  }
}
.main-header .this-inner {
  margin: 0;
  padding: 10px 0 14px;

}
@media (max-width: 991px) {
  .main-header .this-inner {
    border: none;
    padding: 15px 0;
  }
}
.main-header .header-contacts {
  float: right;
  padding-top: 20px;
}
.main-header.affix-coming {
  top: -100px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.main-header.affix {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  z-index: 9999;
}
.main-header.affix + section, .main-header.affix + div {
  margin-top: 70px;
}

.main-logo {
  display: inline-block;
}
.main-logo img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .main-logo {
    max-width: 199px;
  }
}

.header-contacts li {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 20px;
  border-right: 1px solid #d6d6d6;
}
.header-contacts li + li {
  margin: 0;
  border-left: 1px solid #fff;
}
.header-contacts li:last-child {
  padding-right: 0;
  border: none;
}
.header-contacts .media {
  display: inline-table;
  vertical-align: middle;
}
.header-contacts .media-left {
  vertical-align: middle;
  padding-right: 17px;
}
.header-contacts .media-left span {
  display: block;
}
.header-contacts .media-body {
  width: auto;
}
.header-contacts .this-subtitle {
  margin: 0;
  text-transform: uppercase;
  font: bold 14px/20px "Open Sans", sans-serif;
  color: #fff;
}
.header-contacts .this-title {
  margin: 0;
  font: 15px/20px "Open Sans", sans-serif;
  color: #fff;
}
.header-contacts h3.this-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.header-contacts.mob-style {
  margin-top: 18px;
  margin-bottom: 20px;
}
.header-contacts.mob-style .media {
  display: table;
}
.header-contacts.mob-style .this-title {
  color: #cbdae6;
}

@-webkit-keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*Navbar*/
.plumber-navbar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2875b1+50,266fac+50 */
  background: url(../images/language_11.png) repeat-x #eeeeee;

  /* Old browsers */
  /* FF3.6-15 */
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  border: none;
  text-transform: uppercase;
  margin: -16px 0 -50px;
  z-index: 9999;
  border-radius: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .plumber-navbar {
    left: -webkit-calc(50% - 485px);
    left: calc(50% - 485px);
    right: -webkit-calc(50% - 485px);
    right: calc(50% - 485px);
  }
}
  .plumber-navbar {
    margin: 0;
    min-height: 0;
    left: auto;
    right: auto;
    position: relative;
    border-bottom: 5px #f0f0f0 solid;

  }
.plumber-navbar .container {
  max-width: 1170px;
  position: relative;
}
@media (max-width: 991px) {
  .plumber-navbar .container {
    padding: 0;
  }
}
.plumber-navbar #plumber-nav {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav {
    border: none;
  }
  .plumber-navbar #plumber-nav .nav {
    margin: 0;
  }
}
.plumber-navbar #plumber-nav li {
  position: relative;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li {
  }
}
.plumber-navbar #plumber-nav li:after, .plumber-navbar #plumber-nav li:before {
  content: '';
  height: 34px;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li:after, .plumber-navbar #plumber-nav li:before {
    display: none;
  }
}
.plumber-navbar #plumber-nav li:before {
  left: 1;
}
.plumber-navbar #plumber-nav li:after {
  right: 1;
}
.plumber-navbar #plumber-nav li:first-child:before {
  display: none;
}
.plumber-navbar #plumber-nav li:last-child:after {
  display: none;
}
.plumber-navbar #plumber-nav li a {
  color: #fff;
  text-shadow: none;
  font: bold 14px "Open Sans", sans-serif;
  line-height: 51px;
  padding: 0 45px;
}
@media (max-width: 1199px) {
  .plumber-navbar #plumber-nav li a {
    padding: 0 25px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li a {
    font-size: 14px;
    line-height: 51px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .plumber-navbar #plumber-nav li a {
    padding: 0 15px;
  }
}
.plumber-navbar #plumber-nav li a:hover, .plumber-navbar #plumber-nav li a:focus {
    color: #042c59;
    background: url(../images/bg_04.gif) repeat-x;

}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li a:hover, .plumber-navbar #plumber-nav li a:focus {
    color: #042c59;
    background: url(../images/bg_04.gif) repeat-x;
  }
}
.plumber-navbar #plumber-nav li.active a {
    color: #042c59;
    background: url(../images/bg_04.gif) repeat-x;

  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li.active a {
    color: #042c59;
  }
}
.plumber-navbar #plumber-nav li .dropdown-menu {
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  background: #3baed4;
  border-radius: 0;
  border: none;
  padding: 0;
  min-width: 256px;
}
@media (min-width: 1025px) {
  .plumber-navbar #plumber-nav li .dropdown-menu {
    display: block;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li .dropdown-menu {
    background: #042c59;
  }
}
.plumber-navbar #plumber-nav li .dropdown-menu li {
  border-bottom: 1px solid #4fc2e8;
}
.plumber-navbar #plumber-nav li .dropdown-menu li:before, .plumber-navbar #plumber-nav li .dropdown-menu li:after {
  display: none;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li .dropdown-menu li {
    padding-left: 15px;
    border-bottom: none;
    border-top: 1px solid #75dbfd;
  }
}
.plumber-navbar #plumber-nav li .dropdown-menu li:last-child {
  border: none;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li .dropdown-menu li:last-child {
    border-top: 1px solid #75dbfd;
  }
}
.plumber-navbar #plumber-nav li .dropdown-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0 32px;
  line-height: 48px;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li .dropdown-menu li a {
    padding: 0 15px;
  }
  .plumber-navbar #plumber-nav li .dropdown-menu li a:before {
    content: '-';
    padding-right: 10px;
  }
}
.plumber-navbar #plumber-nav li .dropdown-menu li a:hover, .plumber-navbar #plumber-nav li .dropdown-menu li a:focus {
  background: #4fc2e8;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li:hover, .plumber-navbar #plumber-nav li:focus {
    background: #4fc2e8;
  }
}
.plumber-navbar #plumber-nav li:hover a, .plumber-navbar #plumber-nav li:focus a {
  color: #042c59;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li:hover a, .plumber-navbar #plumber-nav li:focus a {
    color: #fff;
  }
}
.plumber-navbar #plumber-nav li.dropdown > a:after {
  font-family: "FontAwesome";
  display: none;
  content: "\f107";
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li.dropdown > a:after {
    display: block;
    float: right;
  }
}
.plumber-navbar #plumber-nav li.dropdown.open > a:after {
  content: "\f106";
}
@media (min-width: 1025px) {
  .plumber-navbar #plumber-nav li.dropdown:hover .dropdown-menu, .plumber-navbar #plumber-nav li.dropdown:focus .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.plumber-navbar #plumber-nav .header-social {
  display: table;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .plumber-navbar #plumber-nav .header-social {
    display: none;
  }
}
.plumber-navbar #plumber-nav .header-social li {
  border: none;
}
.plumber-navbar #plumber-nav .header-social li a {
  line-height: 1;
}
.plumber-navbar.affix-coming {
  top: -100px;
}
.plumber-navbar.affix {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  -webkit-animation: fadeItIn 1s;
  animation: fadeItIn 1s;
}
.plumber-navbar.affix + section, .plumber-navbar.affix + div {
  margin-top: 70px;
}

.navbar-container {
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .navbar-container {
    border: none;
  }
}


.get-appointment-btn {
  float: right;
  color: #fff;
  font: bold 16px/54px "Open Sans", sans-serif;
  padding: 0 34px;
  background: #058dc5;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .get-appointment-btn {
    float: none;
    display: block;
    margin: 25px 15px 20px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .get-appointment-btn {
    margin: 25px 25px 20px;
  }
}
.get-appointment-btn:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0688c0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.get-appointment-btn span {
  position: relative;
  z-index: 2;
}
.get-appointment-btn:hover, .get-appointment-btn:focus {
  color: #fff;
  background: #092942;
}
.get-appointment-btn:hover:before, .get-appointment-btn:focus:before {
  background: #09263e;
}

.navbar-toggle {
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 8px 0;
  width: 25px;
}
.navbar-toggle .icon-bar {
  height: 3px;
  width: 15px;
  background: #092942;
  margin: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  float: right;
}
.navbar-toggle .icon-bar:nth-child(2) {
  width: 25px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  width: 20px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
  width: 25px;
}

.porltv {
  position: relative;
}











a.download {
    display: block;
    margin-bottom: 10px;
    height: 45px;
    line-height: 45px;
    color: #333;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

a.download i {
    width: 45px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    line-height: 20px;
    margin-right: 15px;
}

a.download:hover {
	background-color: #018b6f;
	color: #ffffff;
}



/* Widget 
-------------------------------------------------------*/
.widget {
	margin-bottom: 20px;
}
.widget_category ul{
	padding: 15px 20px;
    border-top: 2px solid #ffcb1f;
    background-color: #fbfbfb;
}
.widget.margin-bottom0px {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 18px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline-block;
}

.widget.widget-recentpost ul {
	overflow: hidden;
}

.widget.widget-recentpost ul li {
	float: left;
	padding: 15px 0;
}

.widget.widget-recentpost ul li:first-child {
	padding-top: 0;
}

.widget.widget-recentpost ul li:last-child {
	padding-bottom: 0;
}

.widget.widget-recentpost ul li .thumb {
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.widget.widget-recentpost ul li .text {
	overflow: hidden;
}

.widget.widget-recentpost ul li .text h6 {
	font-size: 1em;
	margin: 0 0 5px 0;
}

.widget.widget-recentpost ul li .text .entry-time {
	font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #ccc;
    font-size: 13px;
}

/*Widget-category*/

.widget.widget_category ul li {
    list-style: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}

.widget.widget_category ul li:first-child {
    padding-top: 0;
}

.widget.widget_category ul li:last-child {
	border-bottom: none;
    padding-bottom: 0;
}

/* Footer
-------------------------------------------------------------------*/
.site-footer {
    background: url(../images/language_32.gif) center no-repeat;
    background-color: #16447c;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #ccc;
    font-size: 14px;
    position: relative;
}

.site-footer .footer-widgets {
    padding: 50px 0 0 0;
    color: #fff;
}
.site-footer .footer-widgets p{
color: #fff;

}
.site-footer .footer-widgets .widget .widget-title {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
}

.site-footer .widget.widget_nav_menu {
    width: 16.666666666666668%;
    float: left;
    padding: 0 15px;
}

.site-footer .footer-widgets .widget.widget_nav_menu ul li a {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.site-footer .footer-widgets .widget a {
    color: #fff;
}

.site-footer .footer-widgets .widget.widget_nav_menu ul li a:after {
    position: absolute;
    content: "→";
    color: #fff;
    left: 0;
    top: 0;
    font-size: 13px;
}

.site-footer .footer-widgets .widget.widget_nav_menu ul li a:hover {
    padding-left: 30px;
    color: #f8b62c;
}

.site-footer .footer-widgets .widget .footer-info .button {
    color: #fff;
    margin-top: 30px;
}

.site-footer .footer-widgets .widget .footer-info i {
    font-size: 14px;
    color: #fff;
    width: 18px;
}

.site-footer #text01 {
	width: 50%;
	float: left;
    padding: 0 15px;
	margin-bottom: 10px;
}

.site-footer .footer-content {
    padding: 20px 0;
}

.site-footer .social-links {
    float: right;
}

.site-footer .social-links a {
    float: left;
    display: block;
    margin-left: 10px;
}

.site-footer .copyright-content {
    margin-top: 3px;
}

.site-footer .copyright a {
    color: #fff;
}

.site-footer .copyright a:hover {
    text-decoration: underline;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	background-color: #2461A2;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    outline: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    		border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    		transform: rotate(45deg);
    cursor: pointer;    
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	   opacity: 1;
	visibility: visible;
}

.go-top:hover {
    background-color: #fff;
}

.go-top:hover:after {
    color: #333;
}

.go-top:after {
    content: "\f077";
    position: absolute;
    color: #fff;
    text-indent: 0;
    font-family: 'FontAwesome';
    left: 13px;
    top: 5px;
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    		transform: rotate(-45deg);
}

/* Flat 404
-------------------------------------------------------------- */
.flat-404 {
	text-align: center;
}

.flat-404 .search-form {
	position: relative;
    width: 50%;
    display: inline-block;
    margin: 50px auto;
}

.flat-404 .search-form .search-field {
	width: 100%;
}

.flat-404 .search-form .search-submit {
	position: absolute;
    right: 0px;
    bottom: 10px;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.parallax1 { background-image: url(../images/parallax/1.jpg); }

.parallax2 { background-image: url(../images/parallax/2.jpg); }

.parallax3 { background-image: url(../images/parallax/3.jpg); }

.parallax4 { background-image: url(../images/parallax/4.jpg); }

.parallax5 { background-image: url(../images/parallax/1.jpg); }

.parallax6 { background-image: url(../images/parallax/2.jpg); }

.parallax7 { background-image: url(../images/parallax/bg-about.jpg); }


/* Boxed
-------------------------------------------------------------- */
.header-transparent-wrapper {
    position: relative;
}

#site-wrapper {
    overflow-x: hidden;
}

.home-boxed #site-wrapper .header.is-sticky {
    width: 90%;
    margin: 0 auto;
}

.home-boxed #site-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative; 
    background: #fff;
    height: auto;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
       -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 80px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 30px;
    margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -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;
}

.switcher-container h2 a.active {
    right: 0;
}

.switcher-container h2 a.active:after {
    position: absolute;
    right: 21px;
    top: 0;
    content: "\f104";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 22px;
}

.switcher-container h2 a.active i {
    display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
    margin-top: 10px;
    font-size: 25px;
    color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -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;
}

.switcher-container h2 i:hover {
    color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.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;
}

.sw-odd {
    background-color: #272727;
    padding: 21px 0 30px 20px;
    -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: #191919;
    padding: 21px 0 25px 20px;
    -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: "Dosis", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    letter-spacing: 1.8px;
}

.sw-even a:hover {
    background-color: #018b6f;
    border: 1px solid #018b6f;
    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: 17px;
    width: 100%;
    position: relative;
    padding-left: 47px;
}

.sw-odd .ws-colors a:before {
    background: none;
}

.sw-odd .ws-colors a {
    position: relative;
    width: auto;
    padding: 0; 
    width: 30px;
    height: 30px;
    background-color: #018b6f;  
    display: inline-block;
    margin-right: 5px;  
    overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
    position: absolute;
    left: 8px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    z-index: 999;
    text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd #color2 {
    background-color: #374046;
}

.sw-odd #color3 {
    background-color: #f44336;
}

.sw-odd #color4 {
    background-color: #e91e63;
}

.sw-odd #color5 {
    background-color: #9c27b0;
}

.sw-odd #color6 {
    background-color: #673ab7;
}

.sw-odd #color7 {
    background-color: #3f51b5;
}

.sw-odd #color8 {
    background-color: #2196f3;
}

.sw-odd #color9 {
    background-color: #03a9f4;
}

.sw-odd #color10 {
    background-color: #00bcd4;
}

.sw-odd #color11 {
    background-color: #009688;
}

.sw-odd #color12 {
    background-color: #4caf50;
}

.sw-odd #color13 {
    background-color: #8bc34a;
}

.sw-odd #color14 {
    background-color: #ff5722;
}

.sw-odd #color15 {
    background-color: #795548;
}

.sw-odd #color16 {
    background-color: #9e9e9e;
}

.sw-odd #color17 {
    background-color: #607d8b;
}

.sw-odd #color18 {
    background-color: #58c5c0;
}

.sw-even h3 {
    margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
       opacity: 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;
    position: absolute;
    left: 0;
    top: 98%;
    background-color: #000000;
    width: 100%;
    z-index: -1;
    padding: 20px;
}

.sw-pattern.pattern a { 
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
    position: absolute;
    left: 12px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* Flat map
-------------------------------------------------------------- */
#flat-map {
	width: 100%;
	height: 400px;
}

.flat-contact-form {
	margin-top: -100px;
}

.flat-contact-form textarea {
	height: 76px;
}

.flat-contact-form.style1 {
	margin-top: 0;
}

.flat-contact-form.style1 input[type="text"] {
	margin-bottom: 30px;
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container {
	max-height: 420px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-banner-container3 {
    max-height: 955px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-banner-container6 {
	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;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !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;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.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(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}

/* Preload
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.loader, .loader:after {    
    width: 30px;
    height: 30px;
}

.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #018b6f;
    -webkit-animation: fa-spin 2s infinite linear;
           animation: fa-spin 2s infinite linear;     
}

@-moz-keyframes bounceG{
  0% {
  -moz-transform:scale(1.2);
  opacity:1
  }

  100%{
    -moz-transform:scale(0.7);
    opacity:0.1
  }
}

@-webkit-keyframes bounceG{
  0% {
    -webkit-transform:scale(1.2);
    opacity:1
  }

  100% {
    -webkit-transform:scale(0.7);
    opacity:0.1
  }
}

@-ms-keyframes bounceG{
  0% {
    -ms-transform:scale(1.2);
    opacity:1
  }

  100% {
    -ms-transform:scale(0.7);
    opacity:0.1
  }
}

@-o-keyframes bounceG{
  0% {
    -o-transform:scale(1.2);
    opacity:1
  }

  100%{
    -o-transform:scale(0.7);
    opacity:0.1
  }
}

@keyframes bounceG{
  0% {
    transform:scale(1.2);
    opacity:1
  }

  100% {
    transform:scale(0.7);
    opacity:0.1
  }
}













/****************/
.left {
    float: left;
}
.right {
    float: right;
}
#x {
    clear: both;
}
.news,.info,.discover,.links{
	height: auto;
	width: 100%;
	background: #FFF;
}
.con .wrap{
	width: 1180px;
	margin: 0 auto;
		padding-bottom: 40px;


}
.con .wrap h2{
	color: #0062ac;
	font-size: 30px;
	line-height: 50px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.news .wrap{
	padding: 50px 0;
}
.news .news-main{
	width: 760px;
	height: auto;
	float: left;
}
.news .events{
	width: 380px;
	height: auto;
	float: right;
}
.news .news-main .float-news{
	width: 370px;
}
.news .news-main .text-news{
	float: left;
}
.news .news-main .video-news{
	float: right;
}
.video-news .video1{
	width: 370px;
	height: 220px;
}
.news .news-main .float-news p,.news .news-main .float-news p a{
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}

.news .news-main .float-news p,.news .news-main .float-news p a:hover{
	color: #0062ac;
}

.news-main .float-news-wrap{
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.news-main .news-list li{
	padding: 19px 0;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px dotted #e5e5e5;
}
.news-main .news-list li a{
	color: #333;
	display: block;
	width: 370px;
	height: 48px;
	overflow: hidden;
}
.news-main .news-list li a:hover{
	color: #0062ac;
	text-decoration: none;
}
.con a.more{
	color: #0062ad;
	line-height: 20px;
	height: 20px;
	display: block;
	font-size: 14px;
	width: auto;
	position: relative;
	float: left;
	padding-right: 20px;
	margin-top: 20px;
	margin-right: 30px;
}
.con a.more i{
	background: url(../images/right-arrow.png) 0 center no-repeat;
	height: 20px;
	width: 7px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.events-list{
	margin-top: 30px;
}
.events-list li{
	height: 65px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.events-list li .time{
	width: 70px;
	height: 65px;
	background: url(../images/events-time.png) 0 0 no-repeat;
	text-align: center;
}
.events-list li .time p{
		    font: 14px/22px Gotham Book, Arial, Georgia, Microsoft YaHei;

	line-height: 35px;
	font-size: 14px;
	color: #333;
	     margin: 0;

}
.events-list li .time p.month{
		    font: 14px/22px Gotham Book, Arial, Georgia, Microsoft YaHei;

	line-height: 30px;
	font-size: 14px;
	color: #fff;
	    margin: 0;

}
.events-list li .link{
	position: absolute;
	left: 90px;
	height: 65px;
	top: 0;
}
.events-list li .link p a{
	color: #0062ac;
	font-size: 16px;
	font-family: inherit;
	height: 40px;
	overflow: hidden;
	display: block;
	line-height: 20px;
	font-family: 'Gotham Medium', 'Arial Bold'
}
.events-list li .link p a:hover{
	color: #0096E0
}
.events-list li .link span{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}


/*****************************/

.discover{
	padding: 50px 0;
	background: #fff;
}
.discover h2{
	text-align: center;
}
.discover p.title-explain{
	width: 660px;
	margin: 0 auto;
	padding-top: 6px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
}
.discover .discover-main{
	margin-top: 35px;
}
.discover .discover-main .item{
	position: relative;
	overflow: hidden;
}
.discover .discover-main .item-1{
	width: 780px;
	height: 540px;
	float: left;
}
.discover .discover-main .item-2{
	width: 380px;
	height: 260px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.discover .discover-main .item-3{
	width: 380px;
	height: 260px;
	float: left;
	margin-left: 20px;
}
.discover .discover-main .item-4{
	width: 380px;
	height: 260px;
	float: left;
	margin-top: 20px;
}
.discover .discover-main .item-5{
	width: 380px;
	height: 260px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.discover .discover-main .item-6{
	width: 380px;
	height: 260px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #34bee4;
}
.discover .discover-main .item-2 .video2{
	width: 380px;
	height: 200px;
	position: relative;
	z-index: 1;
}
.discover .discover-main img{
	position: relative;
	z-index: 1;
}
.discover .discover-main p{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 60px;
	overflow: hidden;
	text-indent: 20px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	z-index: 2;
}
.discover .discover-main .item-2 p{
	background-color: #72bd12;
}
.discover .discover-main .item-3 p{
	background-color: #f8b62c;
}
.discover .discover-main .item-4 p{
	background-color: #66a7d3;
}
.discover .discover-main .item-5 p{
	background-color: #00afa2;
}
.discover .discover-main .text{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 124px;
	overflow: hidden;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	z-index: 2;
	background-color: #006dc0;
	overflow: hidden;
}
.discover .discover-main .text span{
	font-size: 18px;
	margin-top: 30px;
	display: block;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.discover .discover-main .text p{
	font-size: 14px;
	line-height: 18px;
	position: static;
	padding: 0;
	margin-top: 10px;
	height: 36px;
	overflow: hidden;
	width: auto;
	text-indent: 0;
}
.discover .discover-main .item-6 span{
	font-size: 18px;
	line-height: 20px;
	background: url(../images/icon-11.png) 20px center no-repeat;
	color: #fff;
	padding-left: 25px;
	display: inline-block;
	margin-top: 25px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.discover .discover-main .item-6 p{
	font-size: 14px;
	line-height: 26px;
	position: static;
	padding: 0 20px;
	margin-top: 20px;
	height: 126px;
	overflow: hidden;
	width: auto;
	text-indent: 0;
}
.discover .discover-main .item-6 a{
	color: #fff;
}
.discover .discover-main .item-6 a.more{
	color: #fff;
	margin-left: 20px;
	margin-top:5px;
}
.discover .discover-main .item-6 a.more i{
	background: url(../images/right-arrow-w.png) 0 center no-repeat;
}

.mianbaoxie{
	font-size: 16px;
	line-height: 2;
	background-color: #d8d8d8;
}

.mianbaoxie a{
	color: #006ec0;
}
.mianbaoxie a:hover{color: #062B49;
}


.title{
	border-top-left-radius: 6px;
            -moz-border-top-left-radius: 6px;
            -webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
            -moz-border-top-right-radius: 6px;
            -webkit-border-top-right-radius: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-size: 20px;
	background: url(../images/language_12.png) repeat-x ;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 2.5em;
}

.demo1 {border-radius:6px;	-moz-border-radius:6px;
  -webkit-box-shadow: 3px 3px 3px #ddd;
  -moz-box-shadow: 3px 3px 3px #ddd;
  box-shadow: 3px 3px 3px #ddd;
}


.pro-list{
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.pro-list-1 ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	line-height: 3em;
	
}

.pro-list-1 ul li a{	margin-right: 0px;
	margin-left: 20px;

	padding-left: 25px;
	background-image: url(../images/lb-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

.pro-list-1 ul li a:hover{
	background-image: url(../images/lb-2.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.title-1{
	line-height: 2.2em;
	background-image: url(../images/lb-3.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: bold;
}

.neirong{
	padding: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.neirong p{
	font-family: Arial, Helvetica, sans-serif;
}
.pro-list-2{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.widget_nav_menu img{max-width: 100%;
	height: auto;	}
	
	
.thumb a img{max-width: 100%;
	height: auto;	}
	
	
	.col-md-3{  padding-right: 5px;
  padding-left: 0px;
}


.mei img{
	padding: 4px;
	width: 47%;
	border: 1px solid #CCCCCC;
	margin: 10px;
}


.this-title a{color: #fff;}
.this-title a:hover{color: #f09404;}