/*
===========================================================================================================================
==========================================================  C U S T O M . C S S  ==========================================
===========================================================================================================================
*/





/* ==========================================================================
   CONTAINERS
   ========================================================================== */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}





/*
==========================================================================
   TYPO
==========================================================================
*/
body {
    color: #444;
	font-size: 15px;
}
a {
    color: #19a7ca;
    transition: inherit;
    -webkit-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
}
p {
	margin: 0 0 20px;
    line-height: 32px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Times New Roman, Times, serif;
    color: #158eab;
    /*text-transform: capitalize;*/
	margin-bottom: 15px;
}





/*
==========================================================================
   LOGIN BUTTON
==========================================================================
*/
.hide-login {
	display: none !important;
}
.user-menu .module-title {
	text-align: left;
    padding: 10px 0 0;
    color: #5F5F5F;
	text-transform: uppercase;
}
.user-menu .nav-pills > li > a {
    border: 2px solid #115672;
	color: #115672;
}
.user-menu .nav > li > a:hover, .user-menu .nav > li > a:focus {
    background-color: #115672;
}
.user-post .edit.item-page a.modal.btn, .com_config form a.modal.btn {
    background: #0b3f5b;
}




/*
==========================================================================
   BUTTONS
==========================================================================
*/
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn {
    white-space: normal;
    color: #fff;
    padding: 16px 38px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    background: #115672;
    background: -moz-linear-gradient(top, #115672 0%, #062f4a 100%);
    background: -webkit-linear-gradient(top, #115672 0%,#062f4a 100%);
    background: linear-gradient(to bottom, #115672 0%,#062f4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10516d', endColorstr='#0a3b57',GradientType=0);
    letter-spacing: 0.14em;
    font-size: 12px;
    line-height: 26px;
	border-color: #115672;
}
.btn:hover {
    color: #fff;
    background: #115672;
}





/*
==========================================================================
   BACKGROUNDS
==========================================================================
*/
.bg1 {
    background-color: #177087;
}





/*
==========================================================================
   NAVHELPER
==========================================================================
*/
.t3-navhelper {
    background: #ffffff;
}





/*
==========================================================================
   ARTICLES
==========================================================================
*/
.item-page .article-title, .article-header h1 a {
    color: #444;
	margin: 30px 0 30px;
}
.item-page .article-content {
    line-height: 32px;
}
.blog .article-intro p {
	text-align: justify;
}
.item-page .item-image img {
    width: inherit;
	max-width: 100%;
}
.item-page h1, .item-page h2, .item-page h3, .item-page .item-page h4, .item-page h5, .item-page h6 {
	margin: 60px 0 30px;
}





/*
==========================================================================
   TESTIMONIALS
==========================================================================
*/
.article-content .name-right {
	text-align: right;
}
.article-content blockquote {
	font-size: 18px;
	font-style: italic;
	color: #777;
	margin: 60px 0;
	position: relative;
}
.article-content blockquote p:before {
	content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 75px;
    color: #d8dad6;
    z-index: -1;
	opacity: 0.5;
	font-style: normal;
}





/*
==========================================================================
   BLOG
==========================================================================
*/
.page-subheader {
    border-bottom: none;
    margin: 0 0 40px;
}
.page-subheader h2 small {
    font-size: 38px;
	color: #0c445f;
}
.readmore .btn-default:hover, .readmore .btn-default:focus, .readmore .btn-default:active {
	color: #fff;
    background: #115672;
    border-color: #115672;
}
.blog article {
    border: 1px solid #ccc;
    padding: 50px 25px;
}





/*
==========================================================================
   CONTACT FORM
==========================================================================
*/
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"], .inputbox {
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    box-shadow: none;
    background: #158eab;
    color: #fff;
}
.contact-form .checkbox label {
    padding: inherit;
}
.contact-form .btn {
    background: #07334E;
}
.contact-form textarea.invalid {
    border: 1px solid #e70000;
}
.contact-form textarea::placeholder {
	text-transform: inherit;
}
.contact-form input.invalid {
    border: 1px solid #e70000 !important;
}
.contact-form-map {
	text-align: left;
	margin-bottom: 60px;
	/*border-bottom: 1px solid #eeeeee;*/
}
.contact-form-map .col-md-6 {
	margin-bottom: 20px;
}
.contact-form-map #map1, .contact-form-map #map2 {
    width: 100%;
    height: 300px;
}
.contact-form-map .contact-address-list .contact-street,
.contact-form-map .contact-address-list .contact-telephone {
	color: #444;
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
    line-height: 1.42857143;
}
.contact-form-map .contact-address .contact-ico {
    margin-right: 10px;
    color: #e70000;
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    top: 5px;
    left: -17px;
}
.contact-form-map .contact-address {
    margin-top: 10px;
}
/*.form-top {
    display: inherit;
    margin-bottom: 20px;
}*/





/*
==========================================================================
   DIRECTIONS
==========================================================================
*/
.directions {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.directions strong {
    display: block;
}
.directions .saddr {
    float: left;
    width: 75%;
    padding: 10px;
	height: 60px;
}
.directions .dbtn {
    float: right;
    width: 18%;
    border: 0;
    padding: 10px;
}





/*
==========================================================================
   HEADER
==========================================================================
*/
#t3-header {
    background: url(../../../images/img/header_bg.jpg) 0 0 no-repeat #0e4061;
    padding: 0;
    background-size: cover;
}
.languageswitcherload {
    margin-bottom: 20px;
	text-align: right;
}
@media (min-width: 768px){
	.languageswitcherload {
		float: none;
	}
}
.head-search {
    margin-top: 10px;
}
.header-callus-phone p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-urgent-phone p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}
.header-callus-phone p span {
	font-size: 26px;
	display: block;
}
.header-urgent-phone p span {
	font-size: 16px;
}
.header-address {
	text-align: right;
	color: #fff;
}
.header-address p {
	margin-bottom: 0;
	font-size: 12px;
}
.header-address a {
	color: #fff;
	font-weight: bold;
}
.header-social-icons ul {
  text-align: right;
  padding-left: 0;
  font-size: 0;
  margin-bottom: 20px;
}
.header-social-icons ul li {
  display: inline-block;
  padding-left: 15px;
}
.header-social-icons ul li:first-child {
    padding-left: 0;
}
.header-social-icons ul li a {
  padding: 0px !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #5b6675 !important;
  border-radius: 50%;
  border: 1px solid #5b6675;
}
.header-social-icons ul li a:hover,
.header-social-icons ul li a:focus {
  background: #5b6675 !important;
  color: #fff !important;
}
.header-social-icons ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
}
.header-social-icons ul li a {
    color: #fff !important;
    background: #158eab none repeat scroll 0% 0%;
    border: 1px solid #158eab;
}
.header-social-icons ul li a:hover, .footer-social-icons ul li a:focus {
    background: #fff none repeat scroll 0% 0% !important;
	color: #158eab !important;
	border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	/*.header-text {
		display: none;
	}*/
	.header-callus-phone p {
		font-size: 10px;
		line-height: 20px;
	}
	.header-urgent-phone p {
		font-size: 10px;
		line-height: 20px;
	}
	.header-callus-phone p span {
		font-size: 16px;
	}
	.header-urgent-phone p span {
		font-size: 16px;
	}
	.header-address	p {
		font-size: 10px;
		line-height: 12px;
	}
	.logo a img {
		width: 120px;
	}
	.languageswitcherload {
		margin-bottom: 5px;
	}
	.header-social-icons ul {
		margin-bottom: 5px;
	}
	.header-social-icons ul li {
		padding-left: 5px;
	}
}
@media screen and (max-width: 576px) {
	/*.languageswitcherload,
	.header-social-icons {
		display: none;
	}*/
}




/*
==========================================================================
   MEGAMENU
==========================================================================
*/
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > li > a {
	font-size: 15px;
    line-height: 26px;
    padding: 21px 31px;
    text-transform: uppercase;
    color: #07334E;
}
@media screen and (max-width: 1200px) {
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > li > a {
    padding: 21px 21px;
}
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > li > a:hover, .t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > li > a:focus {
    color: #2f678a;
    background: rgba(0, 0, 0, 0.1);
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > .active > a, .t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > .active > span {
    color: #728a99;
    background: rgba(255, 255, 255, 0.2);
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav {
    text-align: left;
}
.navbar-default  {
    background: url(../../../images/img/nav_bg.jpg) 0 0 repeat-x #001e3a;
    overflow: visible;
    z-index: 1;
    position: relative;
	border-color: rgba(0,0,0,0);
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > li > a .caret {
	display: none;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu .mega-col-nav .mega-inner li a {
    background: #0e4061;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu li + li {
    border-top: none;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu .mega-col-nav .mega-inner li a:hover, .t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu .mega-col-nav .mega-inner li a:focus {
    background: #14677e;
    color: #fff;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > .open > a, .t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > .open > span {
    color: #07334e;
    background: inherit;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu .mega-col-nav .mega-inner .current.active > a {
    color: #fff;
    background: #14677e;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu .mega-col-nav .mega-inner .current.active > a:hover, .t3-mainnav .t3-navbar .t3-megamenu .navbar-nav .dropdown-menu .mega-col-nav .mega-inner .current.active > a:focus {
    color: #fff;
}


.navbar-default .navbar-toggle {
    border-color: #07334e;
	color: #07334e;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 0;
}
@media screen and (max-width: 992px) {
.t3-mainnav .t3-navbar-collapse .navbar-nav {
    padding-top: 17px;
	overflow-y: auto;
    max-height: 400px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #14677e;
}
.navbar-default .dropdown-menu > li:hover, .navbar-default .dropdown-menu > li:focus {
    background-color: #14677e;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-bottom: 1px solid #235576;
	border-top: none;
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	text-transform: uppercase;
	padding: 10px 15px 10px 25px;
}
.navbar-collapse {
    border-top: none;
}
/*.header-address.first {
	border-right: none;
}*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #14677e;
}

.t3-mainnav {
    z-index: 4;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.t3-mainnav.affix {
    position: fixed;
    z-index: 10;
	-webkit-box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.5);
}

.t3-mainnav .mini-logo img {
    max-height: 50px;
	padding-left: 10px;
}
.t3-mainnav .mini-logo {
	display: none;
}
@media screen and (max-width: 992px) {
.t3-mainnav.affix .mini-logo {
	display: inherit;
}
.t3-mainnav.affix {
	padding: 7px 0;
}
}

.t3-mainnav .block.phone,
.t3-mainnav .block.email,
.t3-mainnav .block.directions {
	display: none;
}
.t3-mainnav.affix .block.phone,
.t3-mainnav.affix .block.email,
.t3-mainnav.affix .block.directions {
	display: inherit;
}
.t3-mainnav .block a {
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin-left: 10px;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
	border-color: #07334e;
    color: #07334e;
	text-align: center;
}
.t3-mainnav .block i {
    color: #07334e;
}
.t3-mainnav .t3-navbar .t3-megamenu .navbar-nav > li {
    text-transform: none;

}





/*
==========================================================================
   IMAGES
==========================================================================
*/
img {
    max-width: 100%;
}
.article-img {
	margin-bottom: 30px;
}





/*
==========================================================================
   SCROLL TOP
==========================================================================
*/
.scroll-top {
	width: 50px;
	height: 50px;
    border: 2px solid #e70000;
    background-color: #e70000;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.scroll-top:hover {
    border: 2px solid #e70000;
    background-color: #e70000;
    color: #444;
}
.scroll-top i {
    width: 40px;
    height: 40px;
    line-height: 45px;
}





/*
==========================================================================
   LANGUAGE MODULE
==========================================================================
*/





/*
==========================================================================
   DIVIDER
==========================================================================
*/
.title-divider {
    width: 70px;
    height: 5px;
    background-color: #ffb400;
    margin: 30px 0 50px 0;
}
.full-divider {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 50px 0 0 0;
    clear: both;
	display: inline-block;
}





/*
==========================================================================
   MODULE TITLE
==========================================================================
*/
.mod-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.mod-title {
    color: #373c55;
    /*letter-spacing: 2px;*/
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
    /*text-transform: uppercase;*/
}
.mod-title:after {
    display: block;
    background: #ffb400;
    border-radius: 15px 0 30px 15px;
    content: '';
    margin-top: 26px;
    height: 15px;
    width: 50px;
}




/*
==========================================================================
   SLIDER SECTION
==========================================================================
*/
#slider {background:#000;}
#slider h2 {font-size: 40px; line-height: 40px; color: white; letter-spacing: 0.02em; margin-bottom: 30px; line-height: 1.2;}
#slider .container {padding:0;}
#slider .carousel-inner {width:100%;margin:0 auto;}

#slider .carousel-inner > .item > img.fullwidthimg {width:100%; height:auto}
#slider .carousel-inner > .item > .constrained { height:420px; background-size:cover!important;}
#slider .carousel-inner > .item {background:#00213d}

/*Img was floating left causing issues with caption box*/
#slider .slider-image {float:none;}


/* -- CAPTION -- */
#slider .carousel-caption {width:100%; top:40%; left:57%; bottom:0; text-align:left; padding:120px 0 0 0;}
#slider .carousel-caption > * {color:#fff; text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);}
#slider .carousel-caption h1 {color:#fff; font-size:50px; line-height:50px; margin:0 0 20px 0;}
#slider .carousel-caption p {font-size:18px; line-height:28px; margin:0;}



@media only screen and (max-width: 991px) {
	#slider .carousel-caption .btn {
    margin: 0 auto !important;
    text-align: center;
    width: 60%;
}
}


/* -- INDICATORS -- */
#slider .carousel-caption .btn {/* moves btn over to the right under h2 text */
    margin-left: 189px;
}

#slider .carousel-indicators {bottom: 30px;}

#slider .carousel-indicators li {background: white; border:1px solid white}
#slider .carousel-indicators li.active {background:#0c445f; border:1px solid #0c445f}
#slider ol.carousel-indicators {margin-bottom:0;}


/* -- LEFT/RIGHT FADE -- */
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x) */
#slider.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition-duration: .75s;
}
#slider.carousel-fade .carousel-inner .active {
	opacity: 1;
}
#slider.carousel-fade .carousel-inner .active.left,
#slider.carousel-fade .carousel-inner .active.right {
	left: 0;  opacity: 0;  z-index: 1;
}
#slider.carousel-fade .carousel-inner .next.left,
#slider.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
#slider .carousel-fade .carousel-control {
 	z-index: 100;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    #slider.carousel-fade .carousel-inner > .item.next,
    #slider.carousel-fade .carousel-inner > .item.active.right {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    #slider.carousel-fade .carousel-inner > .item.prev,
    #slider.carousel-fade .carousel-inner > .item.active.left {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    #slider.carousel-fade .carousel-inner > .item.next.left,
    #slider.carousel-fade .carousel-inner > .item.prev.right,
    #slider.carousel-fade .carousel-inner > .item.active {
      opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 2560px) {
	#slider .carousel-indicators {left: 1895px}
}

@media only screen and (max-width: 2559px) {
	#slider .carousel-indicators {left: 50%}
}

@media only screen and (min-width: 1850px) and (max-width: 2350px) {
	#slider .carousel-caption {
    width: 100%;
    top: 35%;
	/*left: 57%;*/
    left: 47%;
    bottom: 0;
    text-align: left;
    padding: 0;
}
}

@media only screen and (min-width: 1600px) and (max-width: 1849px) {
	#slider .carousel-caption {
    width: 100%;
    top: 30%;
    /*left: 50%;*/
	left: 40%;
    bottom: 0;
    text-align: left;
    padding: 0;
}
}


@media only screen and (min-width: 1350px) and (max-width: 1599px) {
	#slider .carousel-caption {
    width: 100%;
    top: 30%;
	/*left: 50%;*/
    left: 30%;
    bottom: 0;
    text-align: left;
    padding: 0;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1349px) {
	#slider .carousel-caption {
    width: 100%;
    top: 28%;
	/*left: 44%;*/
    left: 30%;
    bottom: 0;
    text-align: left;
    padding: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
	#slider .carousel-caption {
    width: 100%;
    top: 18%;
    /*left: 37%;*/
	left: 20%;
    bottom: 0;
    text-align: left;
    padding: 0;
}
}

@media screen and (max-width: 990px) {
	#slider h2 {font-size: 30px; line-height: 30px;}
	#slider .carousel-caption {padding:20px 20px 40px; position: relative; left: 20%; /*background:#00213d;*/}
	#slider .carousel-caption h1 {font-size:40px; line-height:40px;}
	#slider .carousel-caption p {font-size:16px; line-height:24px; margin: 0 0 60px}
	#slider .carousel-indicators li {display: none}
}
@media screen and (max-width: 768px) {
	#slider h2 {font-size: 25px; line-height: 25px;}
	#slider .carousel-caption {position:relative; padding:20px 20px 40px; left: 0; text-align: center}
	#slider .carousel-caption h1 {font-size:30px; line-height:30px;}
	#slider .carousel-inner>.item>img {max-width:200%; margin-left: -50%}
}





/*
==========================================================================
   SHORTCUTS SECTION
==========================================================================
*/
.shortcut {
    background-color: #008dac;
	height: 123px;
	padding: 10px;
}
@media screen and (max-width: 1200px) {
.shortcut {
	margin-bottom: 30px;
}
}
.shortcut:hover {
    background-color: #044361;
}
.shortcut-title {
	padding: 10px;
    float: left;
    max-width: 65%;
}
.shortcut-title h3 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 1.2;
}
.shortcut-image {
	float: right;
    width: auto;
	max-width: 35%;
}
.shortcut-image img {
	max-height: 100px;
	width: 100px;
}






/*
==========================================================================
   ABOUT US SECTION
==========================================================================
*/
.about-overlay {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../../../images/img/pattern_custom.png);
    opacity: 0.2;
	z-index: -1;
}
.about-mask {
    /*background-color: #000000;*/
	position: relative;
}
.about-image {
    margin: 0 auto;
}
@media (max-width: 992px) {
.about-image {
    margin-bottom: 30px;
}
}
.about-article h2 {
	color: #444;
	font-size: 39px;
}
/*.about-article {
	padding: 80px 40px 80px 0;
}
@media (max-width: 992px) {
.about-article {
	margin: auto;
    width: 750px;
	padding: 80px 15px 40px 15px;
}*/
/*.about-article h1, .about-article h2 {
	text-align: center;
}
.about-article .btn {
    margin-bottom: 40px;
}
}
@media (max-width: 768px) {
.about-article {
    width: 100%;
	padding: 80px 15px 40px 15px;
}
}*/
.about-article .list{
	margin-bottom: 40px;
}
.about-article h1 {
	color: #444;
}
.about-article h3 {
	padding: 20px 0;
	line-height: 1.5;
}
.about-article p {
	line-height: 32px;
    margin: 0 0 20px;
	font-size: 15px;
}
.about-article ul {
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    padding: 0 0 0 10px;
    margin: 0;
}
.about-article ul li {
    list-style: none;
}
.about-article ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin: 0 5px 0 0;
    color: #e70000;
}
.about-article .btn {
    display: block;
}
@media (max-width: 768px) {
.about-article .btn {
    margin-bottom: 30px;
}
}
/*@media (min-width: 992px) {
.about-image:before {
    border-left-color: transparent;
    border-right-width: 150px;
    border-right-style: solid;
    border-top: 750px solid transparent;
    right: 0;
    left: auto;
	border-right-color: #fff;
	border-left-width: 150px;
    border-left-style: solid;
	height: 750px;
    margin-bottom: -750px;
    display: block;
    position: absolute;
	top: 0;
    content: '';
    z-index: 1;
	overflow: hidden;
}
}*/



/*
==========================================================================
   SERVICES SECTION
==========================================================================
*/
.mod-blog-item {
	text-align: center;
}
.mod-blog-item p {
	line-height: 32px;
	font-size: 15px;
}





/*
==========================================================================
   MEDIA SECTION
==========================================================================
*/
.media-overlay {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../../../images/img/pattern_custom.png);
    opacity: 0.2;
	z-index: -1;
}
.media-mask {
    /*background-color: #000000;*/
	position: relative;
}
.media-image {
    margin: 0 auto;
}
@media (max-width: 992px) {
.media-image {
	margin-bottom: 30px;
}
}

/*@media (min-width: 992px) {
.media-image:before {
	border-right-color: transparent;
	border-left-width: 150px;
	border-left-style: solid;
	border-top: 750px solid transparent;
    right: auto;
	border-left-color: #fff;
	border-right-width: 150px;
    border-right-style: solid;
	height: 750px;
	margin-bottom: -750px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
	overflow: hidden;
}
}*/

/* carousel */
#quote-carousel 
{
  padding: 20px 0 60px 0;
  margin-bottom: 50px;
  height: 200px;
}
#quote-carousel blockquote {
    font-size: 18px;
	font-style: italic;
	color: #777;
}
/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

#quote-carousel .item blockquote {
    border-left: none; 
    margin: 0;
}

#quote-carousel .item blockquote img {
    margin-bottom: 10px;
}

#quote-carousel .item blockquote p:before {
	content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 75px;
    color: #d8dad6;
    z-index: -1;
	opacity: 0.5;
	font-style: normal;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}*/

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/*.testimonials {
	padding-top: 40px;
	padding-bottom: 40px;
}
.videos {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}*/
/*.mod-media {
	padding: 80px 0 40px 40px;
}
@media (max-width: 992px) {
.mod-media {
	margin: auto;
    width: 750px;
	padding: 80px 15px 40px 15px;
}
.mod-media .videos .video {
	margin-bottom: 40px;
}
.mod-media .testimonials {
	margin-bottom: 40px;
}
}
@media (max-width: 768px) {
.mod-media {
    width: 100%;
	padding: 80px 15px 40px 15px;
}
.mod-media .videos .video {
	margin-bottom: 40px;
}
.mod-media .testimonials {
	margin-bottom: 40px;
}
}*/





/*
==========================================================================
   PARALLAX SECTION
==========================================================================
*/
.parallax > div {
    height: 400px;
}
.parallax-background {
    background: rgba(0, 0, 0, 0.4);
}
.parallax-inner .title-parallax p {
    line-height: 32px;
    font-style: italic;
    font-size: 24px;
	color: #fff;
}
.parallax-inner .title-parallax h3,
.parallax-inner .title-parallax h2 {
    font-size: 40px;
	color: #fff;
}





/*
==========================================================================
   CONTACT SECTION
==========================================================================
*/
.mod-contact {
	padding: 60px 60px 0 60px;
}
@media (max-width: 768px) {
.mod-contact {
	padding: 60px 15px 0 15px;
}
}
.mod-contact h3 {
	/*margin-bottom: 30px;*/
	font-size: 30px;
}
.mod-contact p {
	/*margin-bottom: 30px;*/
	font-size: 30px;
    font-family: Times New Roman,Times,serif;
    color: #158eab;
    margin-bottom: 40px;
}
.mod-contact .contact-address .contact-ico {
	font-size: 34px;
}
.mod-contact .contact-address .contact-address-list {
    padding-left: 35px;
    margin-bottom: 30px;
	font-size: 18px;
}
#xcon-form .controls {
	margin-bottom: 20px;
}
#xcon-form .controls textarea.form-control {
	height: 120px;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#xcon-form .controls .form-control {
	border: 1px solid #158eab;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.5);
	font-style: italic;
    letter-spacing: 1px;
    /* font-family: Times New Roman, Times, serif; */
    font-size: 15px;
}
#xcon-form .controls .form-control:focus {
    background-color: rgba(255, 255, 255, 0.8);
}
#xcon-form .xcon-success, #xcon-form .xcon-failed {
    color: #fff;
    background-color: #ffb400;
    border-color: #ffb400;
    padding: 10px;
    border-radius: 0;
}
#xcon-form label {
    font-weight: normal;
    color: #444;
    font-style: italic;
    letter-spacing: 1px;
}
#xcon-form select, #xcon-form textarea, #xcon-form input[type="text"], #xcon-form input[type="password"], #xcon-form input[type="datetime"], #xcon-form input[type="datetime-local"], #xcon-form input[type="date"], #xcon-form input[type="month"], #xcon-form input[type="time"], #xcon-form input[type="week"], #xcon-form input[type="number"], #xcon-form input[type="email"], #xcon-form input[type="url"], #xcon-form input[type="search"], #xcon-form input[type="tel"], #xcon-form input[type="color"], #xcon-form .inputbox {
	border-radius: 0;
	width: 100%;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	height: 50px;
}


.mod-map img {
    width: 100%;
}
#map {
    width: 100%;
    height: 450px;
}
@media (max-width: 992px) {
#map {
    height: 300px;
}
}
/*@media (min-width: 992px) {
#map.mod-map:before {
    border-left-color: transparent;
    border-right-width: 150px;
    border-right-style: solid;
    border-top: 750px solid transparent;
    right: 0;
    left: auto;
	border-right-color: #fff;
	border-left-width: 150px;
    border-left-style: solid;
	height: 750px;
    margin-bottom: -750px;
    display: block;
    position: absolute;
	top: 0;
    content: '';
    z-index: 1;
	overflow: hidden;
}
}*/





/*
==========================================================================
   FOOTER
==========================================================================
*/
@media only screen and (min-width: 768px) {
.t3-spotlight.t3-footnav .col-xs-12 {
	min-height: 400px;
}
}
.t3-footer .t3-module .module-inner {
    margin-bottom: 30px;
}
.t3-footer {
    background: #0e4061;
    background: -webkit-linear-gradient(45deg, #0e4061, #187c8e, #0e4061);
    background: -o-linear-gradient(45deg, #0e4061, #187c8e, #0e4061);
    background: -moz-linear-gradient(45deg, #0e4061, #187c8e, #0e4061);
    background: linear-gradient(45deg, #0e4061, #187c8e, #0e4061);
    padding: 0 0 50px;
    font-size: 14px;
}
.t3-footnav .t3-module {
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
	background: transparent;
}
.t3-footer .module-title {
    display: block;
    text-align: left;
    margin-bottom: 10.5px;
    margin-top: 0;
    background: transparent none repeat scroll 0% 0%;
    font-size: 24px;
    line-height: 25px;
    padding: 5px 15px;
    color: #fff;
}
.t3-footer .module-title span {
    font-size: 18px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.t3-footnav .t3-module ul > li > a {
    padding: 5px 15px;
}
.t3-footnav .t3-module ul > li > a {
    color: #fff;
}
.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
	color: #fff;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
	color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
	color: #fff;
}
.t3-footnav .t3-module .nav li a::before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0px,0px);
    margin-right: 10px;
    color: #e70000;
    position: absolute;
    top: 11px;
    left: 0;
}



.t3-copyright {
    border-top: 1px solid #509eb1;
    font-size: 13px;
    padding: 45px 0 0;
	color: #fff;
}


.footer-social-icons {
    padding-left: 15px;
	margin-top: 30px;
}
.footer-social-icons ul {
    text-align: left;
    font-size: 0px;
}
.footer-social-icons ul li a {
    color: #e70000 !important;
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #fff;
}
.footer-social-icons ul li a:hover, .footer-social-icons ul li a:focus {
    background: #158eab none repeat scroll 0% 0% !important;
	color: #fff !important;
	border: 1px solid #158eab;
}

.contact-address .contact-ico {
    margin-right: 10px;
    color: #e70000;
	background: transparent none repeat scroll 0% 0%;
	position: absolute;
    top: -2px;
    left: -17px;
}
.contact-address .contact-address-list {
    padding: 5px 15px;
    position: relative;
}




.working-hours .working-hours-list {
    margin-bottom: 10px;
}
.working-hours .hours-ico {
    margin-right: 10px;
    color: #e70000;
    background: transparent none repeat scroll 0% 0%;
	text-align: center;
	position: absolute;
    top: -2px;
    left: -17px;
}
.working-hours .hours-ico i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.working-hours .hours-ico i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.working-hours .contact-hours-list {
	padding: 5px 15px;
	position: relative;
    margin-bottom: 10px;
}




/*
==========================================================================
   BEFORE AFTER GALLERY
==========================================================================
*/
#gallery-filters ul {
    list-style: none;
    padding: 0;
}
#gallery-filters ul li {
    display: inline-block;
}
#gallery-filters ul li a {
    position: relative;
    padding: 10px 24px;
    margin-right: 2px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.grid {
    padding: 0;
}
.grid .row {
    margin-left: 0;
    margin-right: 0;
}
.grid .row .grid-item {
    border: none;
    padding-right: 0;
    padding-left: 0;
}
.item-wrap {
  margin-bottom: 0;
  padding: 10px;
}

figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
figure img {
  position: relative;
  opacity: 1.0;
}
figure figcaption {
  padding: 1.0em;
  color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure figcaption > .fig-description a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
figure figcaption:before, figure figcaption:after {
  pointer-events: none;
}
figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure h3, figure p {
  margin: 0;
}
figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Portfolio hover */
figure.item-inner {
  background: #fff;
  border: 1px solid #19a7ca;
}
figure.item-inner .popup-call {
	position: absolute;
    width: 120px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translatey(-50%);
    -moz-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
}
figure.item-inner .popup-call a:hover, figure.item-inner .popup-call a:focus {
  text-decoration: none;
}
figure.item-inner .popup-call a i {
  color: #19a7ca;
  transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
}
figure.item-inner .popup-call a i::before {
  font-size: 40px;
  margin-left: 2px;
}
figure.item-inner .popup-call a i:hover {
  color: #333;
}
figure.item-inner figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 12px;
}
figure.item-inner figcaption .fig-description {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
}
figure.item-inner figcaption a {
  color: #555;
  font-size: 11px;
  line-height: 20px;
}
figure.item-inner figcaption span {
  position: relative;
  margin-right: 2px;
}
figure.item-inner img, figure.item-inner h3 {
  -webkit-transition: -webkit-transform 3.5s;
  transition: transform 3.5s;
}
figure.item-inner img {
  max-width: none;
  width: -webkit-calc(100% + 0px);
  width: calc(100% + 0px);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 5.5s;
  transition: opacity 0.5s, transform 5.5s;
  -webkit-transform: translate3d(0px, 0, 0) scale(1.12);
  transform: translate3d(0px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.item-inner h3 {
  font-weight: 300;
  color: #555;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.item-inner h3:before {
  position: absolute;
  content: " ";
  bottom: -5px;
  width: 0;
  /*border-bottom: 1px dotted #555;*/
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  transition-delay: 0.3s;
}
figure.item-inner p {
  margin-top: 7px;
  color: #555;
  text-transform: none;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.item-inner:hover .popup-call {
  opacity: 1;
}
figure.item-inner:hover img {
  opacity: 0.1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
figure.item-inner:hover h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.item-inner:hover h3:before {
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
figure.item-inner:hover p {
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.captions:hover img {
  opacity: 0.7 !important;
}
.grid::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    content: '';
    z-index: 0;
	background-image: url(../../../images/pattern/white-line.png);
    opacity: 0.1;
	pointer-events: none;
}
/*figure .img-responsive {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure .img-responsive:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/
/*------------------------------------------------------------------
[Magmific Popup]
*/
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #fff;
  cursor: pointer;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-left: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #fff;
  cursor: pointer;
  left: 50px;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-right: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  display: none;
}



.p-b-0 {
	padding-bottom: 0;
}
.latest-articles {
	margin: 0;
}
.latest-articles .mod-articles-category-readmore {
	margin: 0;
}