@import "font-awesome.css";
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Contrail+One);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/*========================================================
                    Variables
=========================================================*/
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #00549d;
  background-image: url('../images/background-topfuel.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;
  font: 13px/20px 'Arial';
  letter-spacing: 0.2px;
  font-style: italic;
  color: #353535;
}
a{
  color: #353535;
  text-decoration: none;
  font-style: normal;
  font-size: 11.5pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #00549D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
:focus {
  outline: medium none !important;
}
h2 {
  font-size: 47px;
  font-style: italic;  
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #3e3e43;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}
h3 {
  font-size: 34px;
  font-style: italic;  
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #3e3e43;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
h4 {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  color: #353535;
  text-transform: uppercase;
}

h7 {
  font-size: 27px;
  font-family: 'Oswald', sans-serif;
  color: #353535;
  line-height: 34pt;
  font-style: normal;
  text-transform: uppercase;
}

.sub-title {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 3px;
}
.container {
  background-image: url('../images/content-background.png');
}

a.rollover {
	display: block;
	width: 28px;
	height: 28px;
	text-decoration: none;
	background: url("electricbolt.png");
	}

a.rollover:hover {
	background-position: -28px 0;
	}

.electricbolt {
	position: absolute;
	left: -5000px;
	}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 38px 0 0;
}
h1,
.sub-logo {
  display: inline-block;
  float: left;
}
h1 {
  margin-bottom: 38px;
}
#logo .container {
	background-image: none;
	margin-bottom: -140px;
}
#logoscroller  {
    display: none;
	position: fixed;
}
#logoscroller.scrolled {
    display: block;
	z-index: 1000;
	margin-top: -13px;
	margin-left: 10px;
}
@media only screen and (max-width: 967px) {
	#logoscroller.scrolled img {
		width: 50%;
		padding-top: 15px;
		padding-left: 5px;
	}
}
@media only screen and (max-width: 767px) {
	#logoscroller.scrolled {
		display: none;
	}
}
#stuck_container {
  background-image: url('../images/nav-background.png');
  background-repeat: repeat-x;
  background-position: center center; 
}
#stuck_container .container {
  background-image: none;
}
#stuck_container .container nav {
	margin-top: 40px;
	margin-bottom: 30px;
	float: right;
}
@media only screen and (max-width: 767px) {
	#stuck_container .container nav {
		margin-top: 100px;
		margin-bottom: 0px;
		float: right;
	}
}
.search-field {
  width: 338px;
  float: right;
  position: relative;
  top: -8px;
  border: 1px solid #ebebec;
  border-radius: 10px;
  background: #ffffff;
  height: 39px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-field label {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-field input {
  color: #3e3e43;
  padding: 11px 0 10px 7px;
  width: 100%;
  border: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
.search-field a {
  position: absolute;
  top: 11px;
  right: 15px;
}
.search-field a i {
  color: #3e3e43;
  font-size: 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search-field a:hover i {
  cursor: pointer;
  color: #00549d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: left;
  position: relative;
  z-index: 99;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin-right: 20px;
}
.sf-menu > li > a {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 27px;
  font-style: italic;
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
	.sf-menu > li > a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 979px) {
	.sf-menu > li > a {
		font-size: 15px;
	}

	.logoImg {
		width: 25%;
		margin-top: -25px;
	}
}
.sf-menu > li:before {
  content: "/";
  font-size: 27px;
  font-style: italic;
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #fff;
  margin-right: 20px;
}
.sf-menu > li:first-child:before {
  content: none;
  font-size: 27px;
  font-style: italic;
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #fff;
  margin-right: 20px;
}
.sf-menu > li > a:hover {
  color: #690909;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li:after {
  content: '';
  width: 8px;
  height: 19px;
  background: url(../images/menu-sep.png);
  position: absolute;
  bottom: 6px;
  right: -21px;
}
.sf-menu > li:last-child:after {
  display: none;
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  color: #690909;
}
.sf-menu a {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 38px;
  left: -24px;
  background: #3e3e43;
  padding: 15px 0 16px;
  width: 210px;
  z-index: 99;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 5px 15px 5px 15px;
  font-size: 17px;
  font-style: italic;
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu ul li a:hover {
  color: #690909;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu ul li.sfHover > a {
  color: #690909;
  background: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -26px;
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 5px 0;
  z-index: 999;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
	margin-top: -44px;
}
#contentB {
	margin-top: -15px;
}
@media only screen and (max-width: 767px) {
	#content {
		margin-top: -53px;
	}
	#contentB {
		margin-top: -27px;
	}	
}
#camera_wrap {
  margin-top: 70px;
  position: relative;
  z-index: 9;
}
#camera_wrap h2 {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}
#camera_wrap a {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #3e3e43;
}
@media only screen and (max-width: 1199px) {
	#camera_wrap h2 {
		font-size: 30px;
	}
	
	#camera_wrap a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	#camera_wrap h2 {
		font-size: 17px;
	}
	
	#camera_wrap a {
		font-size: 12px;
	}
}
.p__indent {
  margin: 18px 0 22px;
}
.sep-line {
  border-bottom: 1px solid #ebebec;
}
.welcomeHeader {
	font-size: 45px;
	font-style: normal;
	font-family: oswald;
	color: #3e3e43;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 1;
}
@media only screen and (max-width: 979px) {
	.welcomeHeader {
		font-size: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.welcomeHeader {
		font-size: 20px;
	}
}
@media only screen and (max-width: 479px) {
	.welcomeHeader {
		font-size: 13px;
	}
}
.welcomeMessage {
	color: #3e3e43;
	font-style: italic;
	font-size: 17px;
	text-align: center;
	letter-spacing: 1px;
	margin-left: 55px;
	margin-right: 55px;	
}
.findStockist {
	padding: 15px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.findStockistImg {
		width: 100%;
	}
}
.productsContainer {
	/* background-color: #fff; */
	padding-top: 80px;
}
.aboutContainer {
	/* background-color: #fff; */
	padding-top: 50px;
}
.aboutImg2 {
	float: left;
	padding-right: 40px;
	padding-bottom: 30px;
}
.aboutImg1 {
	float: left;
	padding-bottom: 43px;
	padding-top: -17px;
}


.catalougeContainer {
	/* background-color: #fff; */
	padding-top: 50px;
}

.CATALOUGE {
	float: left;
padding-right: 8px;
padding-bottom: 10px;
width: 257px;
}




.contactContainer {
	background-color: #fff;
	padding-top: 50px;
}	
.divGoBack {
	padding-bottom: 25px;
	padding-right: 15px;
}
.divA {
	width: 45%;
	float: left;
	/* text-align: center; */
	margin-left: 55px;
}
.divAHeader {
	font-size: 30px;
	/* font-weight: bold; */
	/* text-align: center; */
	color: #2f71b3;
	text-transform: uppercase;
	padding-bottom: 25px;	
	line-height: 1;
}
.divB {
	width: 45%;
	float: right;
	color: #000;
	margin-right: 55px;
}
.divBProductInformation {
	padding-right: 15px;
}
.divBFeedback {
	padding-right: 45px;
}
.divBListHeader {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #2f71b3;
	text-transform: uppercase;
	padding-bottom: 15px;	
}
.divB ul {
	list-style-type: disc;
	padding-left: 16px;
	padding-top: 16px;
}
.divBMoreInformation {
	text-align: center;
	padding-top: 50px;
}
#categoryDivContainer {
	text-align: center;
	width: 100%;
}
.categoryDiv {
	width: 350px;
	float: left;
	padding: 20px;
}
.categoryDiv img {
	width: 90%;
	border-radius: 25px;
}
.categoryDiv a {
	font-size: 23px;
	font-family: oswald, sans-serif;
	white-space: nowrap;
	text-align: center;
	width: 180px;
	margin: 0 0 25px 0px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	padding: 12px 10px;
	text-transform: uppercase;
	cursor: pointer;
	background: #00549D;
	color: #fff;
	position: relative;
	margin-top: 15px;
}
.categoryDiv a:hover {
	font-size: 23px;
	white-space: nowrap;
	text-align: center;
	width: 180px;
	margin: 0 0 25px 0px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	padding: 12px 10px;
	text-transform: uppercase;
	cursor: pointer;
	background: #084273;
	color: #fff;
	position: relative;
	margin-top: 15px;

}
.categoryDivHeaderA {
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.categoryDivHeaderB {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-style: normal;
	line-height: 1;
	height: 55px;	
}
.categoryDivDescription {
	height: 115px;
	padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
	.divGoBackImg {
		width: 190px;
	}

	.divA {
		width: 41%;
	}
	
	.divAProductImageImg {
		width: 90%;
	}	

	.divB {
		width: 41%;
	}
	
	.divBMoreInformationImg {
		width: 80%;
	}
	
	.aboutImg1 {
		width: 52%;
	}
	
	.categoryDiv {
		width: 273px;
	}
	
	.categoryDivDescription {
		height: 135px;
	}	
	
	.categoryDivHeaderB {
		font-size: 18px;
	}
}
@media only screen and (max-width: 979px) {
	.divGoBackImg {
		width: 190px;
	}
	
	.divAHeader {
		font-size: 22px;
	}
	
	.divAProductImageImg {
		width: 90%;
	}
	
	.divBMoreInformationImg {
		width: 90%;
	}
	
	.productsContainer {
		padding-top: 100px;
	}	
	
	.aboutContainer {
		padding-top: 100px;
	}	
	
	.contactContainer {
		padding-top: 100px;
	}	
	
	.aboutImg2 {
		width: 45%;
	}	
	
	.aboutImg1 {
		width: 46%;
	}
	
	.categoryDiv {
		width: 209px;
	}
	
	.categoryDivDescription {
		height: 175px;
	}	
	
	.categoryDivHeaderB {
		font-size: 15px;
	}	
}
@media only screen and (max-width: 767px) {
	.divGoBackImg {
		width: 110px;
	}

	.divA {
		width: 80%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.divB {
		width: 80%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.divBMoreInformationImg {
		width: 50%;
		padding-right: 22px;
	}
	
	.productsContainer {
		padding-top: 60px;
	}	
	
	.aboutContainer {
		padding-top: 60px;
	}		
	
	.contactContainer {
		padding-top: 60px;
	}		
	
	.aboutImg2 {
		width: 100%;
	}	
	
	.aboutImg1 {
		width: 100%;
	}	
	
	.categoryDiv {
		width: 379px;
	}
	
	.categoryDivDescription {
		height: 115px;
	}	
	
	.categoryDivHeaderB {
		font-size: 15px;
		height: 45px;
	}		
	
	.categoryDiv a {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 479px) {
	.divAHeader {
		font-size: 16px;
	}
	
	.divBListHeader {
		font-size: 14px;
	}
	
	.divBMoreInformationImg {
		width: 70%;
		padding-right: 22px;
	}	
	
	.categoryDiv {
		width: 229px;
	}
	
	.categoryDivDescription {
		height: 175px;
	}	
	
	.categoryDivHeaderB {
		font-size: 15px;
		height: 45px;
	}		
	
	.categoryDiv a {
		margin-bottom: 50px;
	}	
}
/* Buttons
============================================*/
.btn {
  text-align: left;
  margin-top: 20px;
}
.btn_link {
  position: relative;
  z-index: 10;
}
.btn_slide-wrapper {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #00549d;
}
.btn_slide-wrapper:after {
  content: '';
  font: 17px/17px 'FontAwesome';
  color: #ffffff;
  position: absolute;
  z-index: 9;
  top: 11px;
  right: 11px;
}
.btn_main {
  width: 112px;
  font: 12px/12px 'Arial', sans-serif;
  color: #ffffff;
  padding: 13px 0;
  padding-left: 10px;
  margin: 0;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_slide {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3e3e43;
  width: 112px;
  font: 12px/12px 'Arial', sans-serif;
  color: #ffffff;
  padding: 13px 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link:hover .btn_main {
  margin: 0 -112px 0 112px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link:hover .btn_slide {
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link:hover .btn_slide-wrapper:after {
  -webkit-animation-name: btn-arrow;
  animation-name: btn-arrow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@-webkit-keyframes btn-arrow {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes btn-arrow {
  0% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Blocks
============================================*/
.blocks {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
	.blocks {
	  margin-top: 25px;
	}
}
.blocks .container {
  padding-bottom: 50px;
}
.block {
  overflow: hidden;
}
.block_img-wrapper {
  position: relative;
}
.block_img-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block_img-wrapper img {
  width: 100%;
  height: auto;
}
.block_text {
  height: 60px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 22px 0 18px;
}
.block_text:before,
.block_text:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block_text:after {
  background: #3e3e43;
  left: -100%;
}
.block_text span {
  font-size: 27px;
  font-style: italic;  
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: oswald;
  position: relative;
  z-index: 9;
}
.grid_4home .block_text span {
  font-size: 24px;
  font-style: italic;  
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: oswald;
  position: relative;
  z-index: 9;
  line-height: 1;
}
@media (max-width: 1199px){
	.grid_4home .block_text span {
	  font-size: 21px;
	}
}
@media (max-width: 979px){
	.grid_4home .block_text span {
	  font-size: 16px;
	}
}
.block_text .fa {
  float: right;
  font-size: 27px;
  color: #ffffff;
  position: relative;
  z-index: 9;
  top: -1px;
}
.block_text__1:before {
  background: #EB2135;
}
.block_text__2:before {
  background: #EB2135;
}
.block_text__3:before {
  background: #EB2135;
}
.block a:hover .block_img-wrapper:after {
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block a:hover .block_text:before {
  left: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block a:hover .block_text:after {
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block a:hover .block_text .fa {
  -webkit-animation-name: block-arrow;
  animation-name: block-arrow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@-webkit-keyframes block-arrow {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes block-arrow {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Info
============================================*/
.info__indent-1 {
  padding-bottom: 36px;
}
.info__indent-2 .container {
  padding-bottom: 65px;
  border-bottom: 1px solid #ebebec;
}
.info__indent-2 h3 {
  margin-top: 40px !important;
}
.info__indent-2 .sub-title {
  margin-top: -1px !important;
  margin-bottom: 30px !important;
}
.info__indent-2 h4 {
  line-height: 24px;
  margin-bottom: 9px;
}
.info__indent-3 h3 {
  margin-top: 45px !important;
}
.info__indent-3 .container {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebec;
}
.info__indent-4 {
  padding-bottom: 45px !important;
}
.info__indent-4 h3 {
  margin-top: 67px !important;
}
.info__indent-4 .sub-title {
  margin-top: -1px !important;
  margin-bottom: 36px !important;
}
.info__indent-4 .p__indent {
  margin: 11px 0 18px;
}
.info__indent-4 .list {
  margin-top: -10px;
}
.info_sep {
  border-bottom: 1px solid #ebebec;
  padding-bottom: 70px;
}
.info h3 {
  margin-top: 63px;
}
.info .sub-title {
  margin-top: -4px;
  margin-bottom: 41px;
}
/* Info Horizontal
============================================*/
.info-hor_block {
  padding-bottom: 31px;
}
.info-hor_block > div {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebec;
}
.info-hor_block > div img {
  margin-right: 16px;
}
.info-hor_block__style-1 > div {
  border-bottom: none;
}
.info-hor_block.info-hor_block__style-1 .info-hor_img {
  margin-right: 28px;
}
.info-hor_img {
  width: auto;
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.info-hor_text {
  overflow: hidden;
}
.info-hor_text h4 {
  margin-bottom: 10px;
}
.info-hor_text .btn {
  margin-top: 23px;
}
.info-hor_last {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
/* Info Column
============================================*/
.info-col__bottom .container {
  border-bottom: none !important;
}
.info-col .container {
  border-bottom: 1px solid #ebebec;
}
.info-col .grid_2 {
  margin-bottom: 65px;
}
.info-col .grid_4 {
  margin-bottom: 95px;
}
.info-col img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
.info-col h4 {
  margin-bottom: 11px;
}
/* Info Ident
============================================*/
.info-ident {
  padding-bottom: 16px;
}
.info-ident h3 {
  margin-top: 65px;
}
.info-ident .sub-title {
  margin-top: -1px;
  margin-bottom: 33px;
}
.info-ident_block {
  padding-bottom: 29px;
}
.info-ident_block > div {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebec;
}
.info-ident_block.info-ident_block__last-1 > div,
.info-ident_block.info-ident_block__last-2 > div {
  border-bottom: none;
}
.info-ident_ident {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #00549d;
  position: relative;
  float: left;
  margin-right: 19px;
}
.info-ident_ident:after {
  content: attr(data-ident);
  font-size: 34px;
  font-style: italic;  
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 14px;
}
.info-ident_text {
  overflow: hidden;
}
.info-ident_text h4 {
  margin-bottom: 10px;
}
/* Info List
============================================*/
.info-list {
  padding-bottom: 16px;
}
.info-list h3 {
  margin-top: 65px;
}
.info-list .sub-title {
  margin-top: -1px;
  margin-bottom: 26px;
}
.info-list .list {
  margin-top: 0;
}
/* List
============================================*/
.list {
  margin-top: 25px;
}
.list li a {
  color: #93929b;
  line-height: 24px;
}
.list li a:hover {
  color: #00549d;
}
/* Gallery
============================================*/
.gallery {
  padding-bottom: 63px;
}
.gallery li {
  margin-bottom: 30px;
}
.gallery h3 {
  margin-top: 40px;
}
.gallery .sub-title {
  margin-top: -1px;
  margin-bottom: 32px;
}
.gallery_block {
  border: 1px solid #ebebec;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .thumbs_img {
  position: relative;
}
.gallery .thumbs_img > div {
  position: relative;
  top: -1px;
  right: -1px;
  left: -1px;
}
.gallery .thumbs_img > div > img {
  position: relative;
  left: 0;
  right: -2px;
}
.gallery .thumbs_img .lbHover {
  position: absolute;
  z-index: 9;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img .lbHover:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .thumbs_img .lbHover:hover img {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery .thumbs_img .lbHover img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -35px;
  opacity: 0;
  -webkit-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
}
.gallery_text {
  padding: 24px 26px 37px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery_text h4 {
  margin-bottom: 10px;
}
.gallery_text p {
  letter-spacing: -0.3px;
}
/* Blog
============================================*/
.blog {
  margin-bottom: 190px;
}
.blog h3 {
  margin-top: 39px;
}
.blog .sub-title {
  margin-top: -1px;
  margin-bottom: 2px;
}
.post {
  letter-spacing: -0.3px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebec;
}
.post h4 {
  margin-top: 30px;
  margin-bottom: 6px;
}
.post_info {
  margin-bottom: 24px;
}
.post_info time {
  color: #00549d;
}
.post_info_author {
  margin-left: 22px;
}
.post_info_author a {
  color: #3e3e43;
}
.post_info_author a:hover {
  color: #00549d;
}
.post_info_text {
  margin-left: 22px;
}
.post_info_comments a {
  float: right;
  color: #00549d;
}
.post_info_comments a:hover {
  color: #3e3e43;
}
.post_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.post .btn {
  margin-top: 22px;
}
/* A-Side
============================================*/
.a-side h3 {
  margin-top: 39px;
}
.a-side .sub-title {
  margin-top: -1px;
  margin-bottom: 2px;
}
.a-side .list {
  padding-bottom: 61px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 76px;
}
.a-side_info {
  margin-bottom: 27px;
  padding-top: 33px;
  border-top: 1px solid #ebebec;
}
.a-side_info img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 17px;
  margin-top: -4px;
}
.a-side_info__first-child {
  padding-top: 0;
  margin-top: 38px;
  border-top: none;
}
.a-side_text {
  overflow: hidden;
}
.a-side_text p {
  margin-top: 12px;
}
/* Contact
============================================*/
.contact {
  margin-bottom: 50px;
}
.contact h3 {
  margin-top: 39px;
  text-align: left;
  margin-bottom: 10px;
}
.contact .sub-title {
  margin-top: -1px;
  margin-bottom: 33px;
}
.contact .map {
	height: 475px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: 5%;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
.contacts h4 {
  margin-bottom: 12px;
  padding-top: 10px;
  letter-spacing: 3px;
}
.contacts_address {
  margin-bottom: 17px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 2px;
}
.contacts span {
  display: inline-block;
  min-width: 115px;
}
.contacts a {
  text-decoration: underline;
}
/* Feedback
============================================*/
.feedback {
  margin-bottom: 92px;
}
.feedback h3 {
  margin-top: 39px;
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
	.feedback h3 {
		text-align: center;
	}	
}
.feedback .sub-title {
  margin-top: -1px;
  margin-bottom: 33px;
}
/* More Text
============================================*/
.more-text {
  padding-bottom: 93px;
}
.more-text h3 {
  margin-top: 39px;
}
.more-text .sub-title {
  margin-top: -1px;
  margin-bottom: 33px;
}
.more-text h4 {
  margin-bottom: 11px;
}
.more-text p {
  margin-bottom: 20px;
}
.more-text a {
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #ffffff;
}
.information {
  padding-bottom: 35px;
}
.information .container {
  padding-top: 40px;
  border-top: 1px solid #ebebec;
}
.information_links h4 {
  margin-bottom: 20px;
}
.information_links li {
  margin-bottom: 6px;
}
.information_icon {
  width: 41px;
  height: 41px;
  border-radius: 42px;
  background: #00549d;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.information_icon:hover {
  background: #3e3e43;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.information_icon a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}
.information_icon i {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 11px;
  left: 12px;
}
.information_icon i.fa-facebook {
  top: 15px;
  left: 18px;
}
.information_icon i.fa-twitter {
  font-size: 17px;
  top: 13px;
  left: 13px;
}
.information_social h4 {
  margin-bottom: 15px;
}
.information_social li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.information_contacts h4 {
  margin-bottom: 20px;
}
.information_contacts li {
  display: inline-block;
  min-width: 200px;
  margin-bottom: 10px;
}
.information_contacts li:hover .information_icon {
  background: #3e3e43;
}
.information_contacts li span {
  display: inline-block;
  margin-top: 10px;
  color: #353535; font-family: 'Oswald', sans-serif; text-decoration: none; font-style: normal; 
  font-size: 11pt; text-transform: uppercase; letter-spacing: 0.5pt;
}
.information_contacts li span.information_contacts_big {
  margin-top: 3px;
}
.information_contacts .information_icon {
  float: left;
  margin-right: 8px;
}
.information_contacts .information_icon i.fa-envelope-o {
  font-size: 16px;
  top: 13px;
  left: 13px;
}
.information_contacts .information_icon i.fa-desktop {
  font-size: 16px;
  top: 14px;
  left: 13px;
}
.information_contacts .information_icon i.fa-home {
  font-size: 16px;
  top: 13px;
  left: 13px;
}
.information_contacts .information_icon i.fa-mobile {
  font-size: 16px;
  top: 14px;
  left: 17px;
}
.bottom-strip {
	background: #00549d;
	font-size: 12px;
	color: #ececec;
	text-transform: uppercase;
	padding: 19px 0 11px;
	text-align: center;
}
.bottom-strip a {
	font-size: 11px;
	color: #ececec;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
}
.bottom-strip a:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
	.bottom-strip {
		font-size: 10px;
	}
}
@media only screen and (max-width: 500px) {
	.bottom-strip {
		font-size: 8px;
	}
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  width: 41px;
  height: 41px;
  border-radius: 41px;
  background: #00549d;
  font-size: 11px;
  line-height: 11px;
  z-index: 20;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#toTop:before {
  color: #ffffff;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 11px;
  line-height: 11px;
}
#toTop:hover {
  outline: none;
  background: #3e3e43;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .search-field {
    width: 210px;
  }
  .information_social li {
    float: none;
  }
  .gallery .thumbs_img > div > img {
    left: auto;
    right: auto;
    width: 300px;
  }
  .blog,
  .a-side {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 979px) {
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .search-field {
    float: left;
    top: 10px;
    margin-bottom: 10px;
  }
  .info-hor_img {
    float: none;
    margin-bottom: 10px;
  }
  .gallery .thumbs_img > div > img {
    width: 236px;
  }
  .contacts span {
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block {
    margin-bottom: 30px;
  }
  .info li {
    margin-bottom: 30px;
  }
  .info .list li {
    margin-bottom: 0;
  }
  .info_sep {
    padding-bottom: 20px;
  }
  .information h4 {
    margin-top: 20px;
  }
  .info-hor_last {
    padding-bottom: 25px !important;
    border-bottom: 1px solid #ebebec !important;
  }
  .info__indent-1 li:last-child .info-hor_block > div {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .info__indent-3 li:last-child .info-hor_block > div {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .gallery .thumbs_img > div > img {
    width: 420px;
  }
  .info-ident_block.info-ident_block__last-1 > div {
    border-bottom: 1px solid #ebebec;
  }
  .info__indent-4 {
    padding-bottom: 0 !important;
  }
  .info__indent-4 h3 {
    margin-top: 25px !important;
  }
  .contacts span {
    min-width: 115px;
  }
  .post_info time,
  .post_info_author,
  .post_info_text,
  .post_info_comments {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .post_info_comments a {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  h1 img {
    width: 100%;
    height: auto;
  }
  .gallery .thumbs_img > div > img {
    width: 270px;
  }
}
/*Core variables and mixins*/
