/**
  * 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("https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,800,700|Playfair+Display:400,400italic,700,700italic,900,900italic|Roboto+Condensed:400,300,300italic,700italic,700,400italic");
@import 'https://fonts.googleapis.com/css?family=Raleway:800,700,500,400,600';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
@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 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700';
@import url("https://fonts.googleapis.com/css?family=Pacifico");

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}


/**
  * 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,  th, 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-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
    background: rgb(244, 244, 244);
}

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: "Roboto Condensed",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.5px;
}

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: #898989;
}
@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 {
  background: #018B6F;
}
.top-header .header-social {
  float: right;
}
@media (min-width: 992px) {
  .top-header .header-contacts {
    display: none;
  }
}

.welcome-texts {
  color: #55633b;
  font: italic 16px/50px "Open Sans", sans-serif;
  opacity: 0.6;
}
@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: #55633b;
  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: #fff;
  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 {
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  padding-top: 5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 991px) {
  .main-header {
    padding-top: 0;
  }
}
.main-header .this-inner {
  margin: 0;
  padding: 30px 0 34px;
}
@media (max-width: 991px) {
  .main-header .this-inner {
    border: none;
    padding: 15px 0;
  }
}
.main-header .header-contacts {
  float: right;
}
.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: 25%;
}
@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: #7d7987;
}
.header-contacts .this-title {
  margin: 0;
  font: 15px/20px "Open Sans", sans-serif;
  color: #232932;
}
.header-contacts h3.this-title {
  font-size: 16px;
  font-weight: 500;
  color: #e50670;
  text-transform: lowercase;
}
.header-contacts h3.this-title a {
  color: #e50670;
}
.header-contacts h3.this-title a:hover {
  color: #018b6f;
}

.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: 9999;
  border: none;
  text-transform: uppercase;
  margin: 0px 0 0px;
  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);
  }
}
@media (max-width: 991px) {
  .plumber-navbar {
    margin: 0;
    min-height: 0;
    left: auto;
    right: auto;
    position: relative;
  }
}
.plumber-navbar .container {
  padding: 0px;
  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: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;
  padding: 0 35px;
  font: bold 16px/64px "Open Sans", sans-serif;
}



@media (max-width: 1199px) {
  .plumber-navbar #plumber-nav li a {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li a {
    font-size: 15px;
    line-height: 64px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .plumber-navbar #plumber-nav li a {
    padding: 0 25px;
  }
}
.plumber-navbar #plumber-nav li a:hover, .plumber-navbar #plumber-nav li a:focus {
  background: none;
  color: #7cc3ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li a:hover, .plumber-navbar #plumber-nav li a:focus {
    color: #fff;
  }
}
.plumber-navbar #plumber-nav li.active a {
  color: #fff;
  background: #062b49;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li.active a {
    color: #fff;
  }
}
.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: #062b49;
  }
}
.plumber-navbar #plumber-nav li .dropdown-menu li {
  border-bottom: 1px solid #062b49;
}
.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: #062b49;
}
@media (max-width: 991px) {
  .plumber-navbar #plumber-nav li:hover, .plumber-navbar #plumber-nav li:focus {
    background: #062b49;
  }
}
  .plumber-navbar #plumber-nav li:hover, .plumber-navbar #plumber-nav li:focus {
    background: #062b49;
  }
.plumber-navbar #plumber-nav li:hover a, .plumber-navbar #plumber-nav li:focus a {
  color: #fff;
}
@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;
}

/*====================================================*/
.slider-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 195px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  /*Animation*/
}
@media (max-width: 1440px) {
  .slider-caption {
    top: 120px;
  }
}
@media (max-width: 1199px) {
  .slider-caption {
    top: 80px;
  }
}
@media (max-width: 991px) {
  .slider-caption {
    top: 20px;
  }
}
.slider-caption .this-ttitle,
.slider-caption .this-mtitle {
  text-transform: uppercase;
  font: bold 25px/1 "Raleway", sans-serif;
  margin: 0 0 10px;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .slider-caption .this-ttitle,
  .slider-caption .this-mtitle {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .slider-caption .this-ttitle,
  .slider-caption .this-mtitle {
    font-size: 18px;
  }
}
.slider-caption .this-ttitle.blue,
.slider-caption .this-mtitle.blue {
  color: #266fac;
}
.slider-caption .this-mtitle {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 18px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .slider-caption .this-mtitle {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .slider-caption .this-mtitle {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .slider-caption .btn {
    font-size: 16px;
    padding: 0 25px;
    line-height: 52px;
  }
}

.main-slider {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-slider .owl-item img {
    height: 264px;
    width: auto;
  }
}
.main-slider .owl-prev, .main-slider .owl-next {
  width: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 991px) {
  .main-slider .owl-prev, .main-slider .owl-next {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .main-slider .owl-prev, .main-slider .owl-next {
    display: none;
  }
}
.main-slider .owl-prev {
  left: 0;
}
.main-slider .owl-next {
  right: 0;
}
.main-slider:hover .owl-prev, .main-slider:hover .owl-next, .main-slider:focus .owl-prev, .main-slider:focus .owl-next {
  opacity: 1;
}

.slider-list {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .slider-list {
    margin-bottom: 20px;
  }
}
.slider-list li {
  letter-spacing: 0.3px;
  font: 500 20px/35px "Raleway", sans-serif;
  color: #fff;
  padding-left: 35px;
  background: url(../images/icons/list-check.jpg) no-repeat scroll left center;
}
@media (max-width: 1199px) {
  .slider-list li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .slider-list li {
    font-size: 14px;
    line-height: 24px;
  }
}

/*Slider 2*/
#minimal-bootstrap-carousel {
  margin-bottom: 10px;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container {
    max-width: 750px;
  }
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
  text-transform: uppercase;
  font: bold 25px/1 "Raleway", sans-serif;
  margin: 0 0 10px;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
    font-size: 18px;
  }
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle.blue,
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle.blue {
  color: #266fac;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 18px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
    font-size: 16px;
    padding: 0 25px;
    line-height: 52px;
  }
}

#minimal-bootstrap-carousel .carousel-inner .item {
  min-height: 655px;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #1E1E1E;
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  #minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 400px;
  }
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
  opacity: .65;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  border-radius: 0;
  z-index: 99;
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing layers styles */
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom .content {
  padding-bottom: 135px;
}

#minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
  padding-top: 155px;
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  #minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
    padding-top: 100px;
  }
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
#minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
  padding-top: 195px;
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
  #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
  #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
    padding-top: 120px;
  }
}

/*====================================================*/
.maintance-row {
  background-image: -webkit-linear-gradient(90deg, #e1e0e4 0%, white 100%);
}
@media (max-width: 767px) {
  .maintance-row {
    padding: 25px 0;
  }
}
.maintance-row .col-sm-6 {
  padding: 45px 15px 28px;
}
@media (max-width: 767px) {
  .maintance-row .col-sm-6 {
    padding: 15px;
  }
}
.maintance-row .col-sm-6:first-child {
  background: url(../images/icons/5.png) no-repeat scroll right center;
}
@media (max-width: 991px) {
  .maintance-row .col-sm-6:first-child {
    background: none;
  }
}

.maintance-media {
  padding: 0 100px 0 35px;
}
@media (max-width: 1199px) {
  .maintance-media {
    padding: 0;
  }
}
.maintance-media .media-left {
  padding-right: 25px;
}
.maintance-media .media-body {
  vertical-align: middle;
}
.maintance-media .this-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font: 800 20px/1.2 "Raleway", sans-serif;
  color: #4b4b4b;
}
.maintance-media .this-title span {
  color: #ba0e0c;
}
.maintance-media p {
  font: 15px/23px "Open Sans", sans-serif;
  color: #202020;
}
.maintance-media p a {
  font-weight: bold;
  text-decoration: underline;
  color: #202020;
}
.maintance-media p a:hover, .maintance-media p a:focus {
  color: #096697;
}

/*====================================================*/













/* Header transparent
-------------------------------------------------------------- */
.header-transparent {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: -webkit-linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.5) 100%) repeat-x;
    background: -moz-linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.5) 100%) repeat-x;
    background: -o-linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.5) 100%) repeat-x;
    background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.5) 100%) repeat-x;
}

.header-transparent .header {
	background: transparent;
}

.header-transparent #headerbar {
	background: rgba(0, 0, 0, 0.2);
}

.header-transparent #mainnav > ul > li > a {
	color: #fff;
}

.header-transparent #mainnav > ul > li > a.active {
	padding: 0 15px;
	background-color: #018b6f;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    		border-radius: 3px;
    line-height: 3em;
}

.header-transparent #mainnav > ul > li > a:hover {
	padding: 0 15px;
	background-color: #018b6f;
	-webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
    		border-radius: 3px 3px 0 0;
    line-height: 3em;
}

.header-transparent #mainnav ul.submenu {
	top: 45px;
}

.header-transparent .menu-extra > li > a {
	color: #fff;
}

.header-transparent .shopping-cart-items-count {
	background-color: #fff;
	color: #333;
}

/* Header transparent fix */
.header-transparent .header.is-sticky {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Header widgets and header v2
-------------------------------------------------------------- */
.header.header-v2 .header-wrap {
	text-align: center;
    background: #fff;
    -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;
}

.header.header-v2 .site-navigator {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.header.header-v2 .header-wrap .nav-wrap {
	margin-top: 0;
	float: none;
}

.header.header-v2 {
	position: relative;
    z-index: 99;
    padding-bottom: 28px;
    background-image: url(../images/noise-background.png);
    background-repeat: repeat;
    background-color: #018b6f;
}

.header.header-v2 .header-wrap .menu-extra {
	float: none;
}

.header.header-v2 #mainnav {
	float: none;
	display: inline-block;
}

.header.header-v2 #mainnav ul {
	display: inline-block;
}

.header.header-v2 #mainnav > ul.menu > li,
.header.header-v5 #mainnav > ul.menu > li {
	position: relative;
}

.header.header-v2 #mainnav > ul.menu > li:after,
.header.header-v5 #mainnav > ul.menu > li:after {
	position: absolute;
    content: "/";
    color: rgba(0, 0, 0, 0.12);
    top: 14px;
    left: -4px;
}

.header.header-v2 #mainnav > ul.menu > li:first-child:after,
.header.header-v5 #mainnav > ul.menu > li:first-child:after {
	display: none;
}

.header.header-v2 #mainnav > ul > li > a {
	position: relative;
}

.header.header-v2 #mainnav > ul > li > a.active:after {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #018b6f;
}

.header.header-v2 #mainnav > ul > li > a:after {
	position: absolute;
    top: 0;
    content: "";
    height: 3px;
    width: 0;
    left: 50%;
    background-color: #018b6f;
    -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; 
}

.header.header-v2 #mainnav > ul > li:hover > a:after {
	width: 100%;
    left: 0;
}

.header.header-v2 .menu-extra li.shopping-cart .submenu {
	top: 100%;
}

div#flat-site-navigator-sticky-wrapper {
    position: absolute;
    left: 0;
    right: 0;
}

.site-brand {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #bacced;
}

.site-brand .site-logo {
    float: left;
    position: relative;
}

.site-brand .wrapper {
    display: table;
}

.header-widgets {
    float: right;
    padding-top: 25px;
}

.header-widgets .widget {
    display: inline-block;
    text-align: left;
    margin-left: 60px;
    margin-bottom: 0;
    vertical-align: middle;
}

.header-widgets .widget .info-icon .content {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.header-widgets .widget .info-icon i {
	color: #018b6f;
	font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    -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;
}

.header-widgets .widget .info-icon .content span {
    color: #fff;
    text-transform: uppercase;
}

/* Top search */
.top-search {
    position: absolute;
    width: 600px;
    right: 0;
    top: 100px;
    display: none;
    z-index: -1;
    -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;
}

.top-search input[type="search"] {
	background: rgba(255, 255, 255, 0.8);
    border: none;
    height: 55px;
    line-height: 55px;
    width: 100%;
    font-size: 2em;
    font-weight: 300;
    color: #333;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
         -o-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    		box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.top-search .widget.widget_search .search-form .search-submit {
    background-image: url(../images/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 11px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    -webkit-opacity: 0.3;
     -khtml-opacity: 0.3;
       -moz-opacity: 0.3;
    		opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.top-search .widget.widget_search .search-form input[type="submit"] {
    color: #ffffff;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
    		border-radius: 2px;
}

.top-search .widget.widget_search .search-form .search-submit:hover {
    background-color: transparent;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.top-search.show {
    top: 80px;
    z-index: 9999;
    display: block;
} 

.header.is-sticky .top-search.show {
	top: 60px;
}

.header-v2 .top-search.show {
	top: 55px;
}

/* Page title
-------------------------------------------------------------- */
.header.header-v2 .site-brand .site-logo {
	margin-top: 40px;
	margin-bottom: 40px;
}

#site-header .page-title-heading {
    margin-bottom: 70px;
}

#site-header .page-title {
	text-align: center;
	margin-bottom: 0px;
}

#site-header .page-title .page-title-heading .title {
	color: #fff;
	font-family: "Dosis",sans-serif;
	margin: 0;
}

.flat-row.page-title {
	padding-top: 80px;
	padding-bottom: 12px;
}

.page-title .subtitle {
    font-size: 18px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin:  0 0 39px 0 ;
}


/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	font-family: "Roboto",sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px; 
    margin-bottom: 50px;
}

.breadcrumbs > p {
	float: left;
	margin: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	float: left;
}

.breadcrumbs ul li a {
	margin: 0 24px;
	color: rgb(255, 255, 255);
	position: relative;
}

.breadcrumbs ul li:last-child{
	margin-left: 22px;
}

.breadcrumbs ul li:first-child a{
	margin-left: 10px;
}

.breadcrumbs ul li a:after {
	content: "\f178";
	font-family: FontAwesome;
	position: absolute;
    right:-30px;
    bottom: -2px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/* Blog
-------------------------------------------------------------- */
.blog{
background-color: #fff;
padding-top:50px;
}
.post-wrap {
    margin-bottom: 50px;
}

.blog.sidebar-left .post-wrap{
	padding-right: 15px;
}

.blog .post-wrap .entry {
	margin-bottom: 50px;
	overflow: hidden;
}

.entry a 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;
}

.entry a:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
    		transform: scale(1.1);
    -webkit-filter: blur(2px);
        -ms-filter: blur(2px);
         -o-filter: blur(2px);
    		filter: blur(2px);
}

.blog .entry .feature-post {
	margin-bottom: 30px;
	overflow: hidden;
}

.blog .entry .feature-post .flexslider {
	margin-bottom: 0;
}

.blog .entry .feature-post a {
    overflow: hidden;
}

.blog.blog-grid .entry .feature-post a {
	position: relative;
	display: inline-block;
}

.blog.blog-grid .entry .feature-post a:before {
    font-family: "FontAwesome";
    content: "\f040";
    font-size: 14px;
    position: absolute;
    color: #fff;
    z-index: 9;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
    		border-radius: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.blog.blog-grid .entry .feature-post a:hover:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}

.blog .entry .entry-title {
	margin: 0 0 10px 0;
}

.blog .entry .entry-meta {
	font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #ccc;
    margin-bottom: 15px;
}

.blog .entry .entry-author-name a,
.blog .entry .entry-categories a,
.blog .entry .entry-comments-link a {
	color: #018b6f
}

.blog .entry .entry-time {
	margin: 0 10px;
}

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

/* Blog-grid
-------------------------------------------------------------- */
.blog.blog-grid .entry .feature-post {
	margin-bottom: 22px;
	overflow: hidden;
}

.blog.blog-grid .entry .entry-title {
	margin-bottom: 3px;
}

.blog.blog-grid.sidebar-left .post-wrap{
	padding-right: 10px;
}

.blog-grid .post-wrap {
	margin-left: -15px ;
	margin-right: -15px;
}

.blog.blog-grid .widget.widget-recentpost ul li a img {
	border-radius: 50%;
}

.widget.style1.widget-recentpost ul li a img {
	border-radius: 50%;
}

.blog.blog-grid .widget.widget-recentpost ul li a {
	display: block;
}

.blog.blog-grid .widget.widget-recentpost ul li a:hover img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
    		transform: none;
    -webkit-filter:none;
        -ms-filter:none;
         -o-filter:none;
    		filter:none;
}

.blog.blog-grid .entry .entry-title {
	font-size: 18px;
}

/* Blog medium
-------------------------------------------------------------- */
.blog.blog-medium .entry .feature-post {
    margin-bottom: 40px;
}

.blog.blog-medium .entry {
    margin-bottom: 0;
}

.blog.blog-medium .entry .entry-time,
.blog.blog-grid .entry .entry-time {
	margin-left: 0;
	font-size: 13px;
}

/* Navigation
-------------------------------------------------------------- */
.navigation.post-navigation .nav-links {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.navigation.post-navigation .nav-links li {
    display: inline-block;
    list-style: none;
}

.navigation.post-navigation .nav-links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: relative;
    background: rgba(0, 0, 0, 0.0470588);
    margin: 0px 5px;
    border-radius: 100%;
    color: #018b6f;
}

.navigation.post-navigation .nav-links li a::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f104";
    text-indent: 0px;
    left: 18px;
    top: -1px;
    color: rgb(51, 51, 51);
    font-size: 28px;
}

.navigation.post-navigation .nav-links li a:hover::after {
	color: #ffffff;
}

.navigation.post-navigation .nav-links li a:hover {
	background-color: #018b6f;
}


.navigation.post-navigation .nav-links li.next-post a::after {
    content: "\f105";
    left: auto;
    right: 18px;
}

/*Related post */
.entries-wrapper {
    overflow: hidden;
    margin: 0 -15px;
}

.related-posts-box .entry-cover {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog.blog-grid .post-meta .entry-time {
	margin:0;
	font-family: "Playfair Display", serif;
    font-size: 13px;
    color: rgb(204, 204, 204);
    font-style: italic;
}

.box {
    margin-top: 50px;
}

.box .box-title {
    position: relative;
    border-bottom: 1px solid #666666;
    padding-bottom: 7px;
    margin: 0 0 30px 0;
    font-size: 18px;
    display: inline-block;
}

.box .entry .entry-cover a {
	position: relative;
	display: inline-block;
}

.box .entry .entry-cover a:before {
    font-family: "FontAwesome";
    content: "\f040";
    font-size: 14px;
    position: absolute;
    color: #fff;
    z-index: 9;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
    		border-radius: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.box .entry .entry-cover a:hover:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}

/* Comments */
#comments {
    margin-top: 50px;
    padding: 30px;
    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);
}

#comments #reply-title {
    border-bottom: 1px solid #666666;
    padding-bottom: 7px;
    margin: 0 0 30px 0;
    font-size: 18px;
    display: inline-block;
}

#comments #respond .comment-form p label {
    display: block;
}

#comments #respond .comment-form p input,
#comments #respond .comment-form p textarea {
    width: 100%;
}

#comments #respond .comment-form p input.submit, 
#comments #respond .comment-form p textarea.submit {
    width: auto;
}

#comments .submit {
    color: #fff;
    font-family: "Roboto",sans-serif;   
    font-style: normal;
}

/* Services
-------------------------------------------------------------- */
.sidebar {
    padding-left: 10px;
}

.services-detail .content-detail {
	margin-left: -15px;
	margin-right: -15px;
}

.services-detail .widget.widget_nav_menu {
	background-color: #018b6f;
    padding: 30px 30px 20px 30px;
    position: relative;
    -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;
}

.services-detail .widget.widget_nav_menu:before {
    position: absolute;
    border-bottom: 30px solid rgba(0, 0, 0, 0.3);
    border-right: 30px solid transparent;
    content: "";
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.services-detail .widget.widget_nav_menu:after {
    position: absolute;
    border-top: 33px solid #f4f4f4;
    border-left: 33px solid transparent;
    content: "";
    height: 0;
    width: 0;
    right: -3px;
    top: 0;
}

.services-detail .widget.widget_nav_menu .widget-title {
    margin-bottom: 20px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    display: block;
}

.services-detail .widget.widget_nav_menu .menu li a {
    display: block;
    padding: 10px 0 10px 25px;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    position: relative;
}

.services-detail .widget.widget_nav_menu .menu li a {
    color: #bacced;
}

.services-detail .widget.widget_nav_menu .menu li:first-child > a {
    border: none;
}

.services-detail .widget.widget_nav_menu .menu li a:before {
    content: "\f114";
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "FontAwesome";
}

.services-detail .widget.widget_nav_menu .menu li a:hover {
    color: #fff;
    padding-left: 30px;
}

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-color: #191e28;
    background-image: url("../images/bg-ft.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #ccc;
    font-size: 14px;
    position: relative;
}

.site-footer .footer-widgets {
    padding: 80px 0 0 0;
    background: url(../images/bg.jpg) repeat-x #0076ae;
    color: #fff;

}
.site-footer .footer-widgets .widget 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: #ccc;
}

.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: #fff;
}

.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: 60px;
}

.site-footer .footer-content {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 40px 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: #018b6f;
    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: 350px !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
  }
}












/********************/
.daohangbj {
	background: #243F6C;
	
}
.quote_bar {
    background: #243F6C;
}
.quote_bar h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    margin: 30px 0;
   font-family: "Roboto Condensed",sans-serif;
}

.quote_bar h3 a {
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity,500ms;
    -moz-transition: opacity,500ms;
    -ms-transition: opacity,500ms;
    -o-transition: opacity,500ms;
    transition: opacity,500ms;
    font-family: "Roboto Condensed",sans-serif;
}
.quote_bar a.quote_button {
    display: block;
    text-transform: uppercase;
    width: 100%;
    background: #e50670;
    color: #fff;
    text-decoration: none;
    padding: 40px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: background,500ms;
    -moz-transition: background,500ms;
    -ms-transition: background,500ms;
    -o-transition: background,500ms;
    transition: background,500ms;
}
.quote_bar a.quote_button i {
    font-size: 14px;
    line-height: 10px;
    margin: 0 0 0 5px;
}


.mianbaoxie{
	font-size: 16px;
	line-height: 3;
	color: #FFFFFF;
	float: right;
}

.mianbaoxie a{
	color: #ccc;
}
.mianbaoxie a:hover{
	color: #0095cf;
}

.mianbaoxie strong{
	color: #FFFFFF;
}















.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.container-fluid .row .col {
    margin: 0;
    padding: 0;
}

.section_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section_inner {
    padding: 150px;
    background: #fff;
}
.section_inner h3 {
    font-size: 75px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700;
    color: #062b49;
    text-transform: uppercase;
    position: relative;
    line-height: 56px;
}
.section_inner h3:before {
    content: '';
    width: 60px;
    height: 5px;
    background: #e50670;
    position: absolute;
    top: -15px;
}
.section_inner h3 a {
    color: #062b49;
    text-decoration: none;
    -webkit-transition: color,500ms;
    -moz-transition: color,500ms;
    -ms-transition: color,500ms;
    -o-transition: color,500ms;
    transition: color,500ms;
}

.section_inner h4 {
    font-size: 40px;
    color: #0095cf;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
}
.section_inner p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    line-height: 25px;
}
.section_inner .section_more {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #e50670;
    text-decoration: none;
    font-weight: 700;
    margin: 30px 0 0 0;
}






.about_block {
    padding: 100px 0;
    background: url(../images/bg.jpg) repeat-x #0076ae;

    text-align: center;
}

.about_block h3 {
    margin: 0 0 50px 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 56px;
}
.about_block p {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 35px;
}












.get_in_touch {
    background: #243f6c;
    margin: 10px 0;
}

.get_in_touch h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    margin: 30px 0;
}

.get_in_touch a.quote_button {
    display: block;
    text-transform: uppercase;
    width: 100%;
    background: #fff;
    color: #e50670;
    text-decoration: none;
    padding: 40px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: background,500ms;
    -moz-transition: background,500ms;
    -ms-transition: background,500ms;
    -o-transition: background,500ms;
    transition: background,500ms;
}










.home_contact {
	
}

.home_contact .contact_bg {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}

.home_contact .contact_form_inner {
    padding: 50px 0px 50px 0px;
}

.home_contact .contact_form_inner table{
    background: #fff;
}

.home_contact .contact_form_inner h3 {
    font-weight: 700;
    color: #062b49;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 30px;
}
div.wpcf7 .screen-reader-response {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.home_contact .contact_form_inner .form_item {
    margin: 20px 0 0 0;
}

.home_contact .contact_form_inner div.wpcf7-response-output {
    margin: 0;
    padding: 20px;
}





.section_more {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #e50670;
    text-decoration: none;
    font-weight: 700;
    margin: 30px 0 0 0;
}

.home_contact .contact_inner h3:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #e50670;
    position: absolute;
    top: 0;
}
.home_contact .contact_inner h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #062b49;
    padding: 15px 0 0 0;
    margin: 0 0 20px 0;
    position: relative;
}

.home_contact .contact_inner h3 a {
    color: #062b49;
}
.home_contact .contact_inner h3 a:hover {
    color: #018b6f;
}
.home_contact .contact_inner {
    position: relative;
    z-index: 9;
    padding: 70px 0 0 0px;
    display: flex;
    align-content: center;
}

.home_contact .contact_inner p {
    font-size: 16px;
    line-height: 25px;
}

.home_contact .contact_inner a.call_link {
    font-size: 34px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 20px 0 0 0;
    color: #0095cf;
}

.socials.footer_socials {
    margin: 30px 0;
    width: 100%;
    display: block;
}
.socials ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.socials ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.socials.footer_socials ul li a {
    border-color: #0095cf;
    color: #0095cf;
}

.socials ul li a {
    display: flex;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #fff;
    align-items: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.socials ul li a i {
    display: block;
    width: 100%;
    text-align: center;
}




.home_contact_b{
	margin-bottom: 50px;
}


.por_list{margin-top: 28px;}
.por_list h4 {
	line-height: 2.8em;
	background-color: #243f6C;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.por_list h4 a{
	color: #FFFFFF;
}
.por_list h4 a:hover{
	color: #e50670;
}
.por_list ul{
	margin: 0px;
	
	padding: 0px;
}
.por_list ul li{
	line-height: 3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-transform: capitalize;
}
.por_list ul li a{
	background-color: #e5e5e5;
	padding-left: 20px;
	display: block;
}
.por_list ul li a:hover{
	background-color: #e50670;
	color: #FFFFFF;
	font-weight: bolder;
}

.menu-sample-pages-container img{
	max-width: 100%;
	height: auto;	
	}
	
	
	
	
.nav .nav_submenu {
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute;
	width: 300px;
	background-color: #e50670;
	z-index: 9;
}
.nav li:hover .nav_submenu {
  display: block;
}
.nav li ul li{
	height: 60px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	letter-spacing: -0.06em;
}

.nav .nav_submenu{
	z-index: 99999;
}

.p_listul-2 li img{
	width:100%;
	height:auto;
	padding: 3px;
	border: 1px solid #CCCCCC;
	
}
.p_listul-2 p{
	text-align: center;
	margin-bottom: 10px;
}


.page_thumbnail1 img {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.child_inner h3{
	font-size: 15px;
}

.feedback{width: 100%; height: 560px;}


@media (max-width: 1000px) {
.feedback{ display: none;}
	}

.mei img {
	height: auto;
	width: 47%;
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.mei-1 img {
	height: auto;
	width: 100%;
}