﻿*{margin:0;padding:0;}
body {
  background: #fff;
  /* Margin bottom by footer height */
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing:antialiased; 
  -webkit-text-size-adjust:none; 
  text-rendering: optimizelegibility;
	-moz-osx-font-smoothing:grayscale;
}
ul, li, ol {margin-left: 10px}
table { color: #000000 ; line-height: 1.5; }
td, th {padding: 5px; }

h1 {font-size: 34px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
a {
  color: #2a9cff;
}
a, button {
  outline: none;
  transition: .20s ease-in-out;
 -moz-transition: .20s ease-in-out;
 -webkit-transition: .20s ease-in-out;
}
a:focus {outline: none;}
h1, h2, h3, h4, h5 {color: #3c4045;}
p {color: #4a4f55;}
b, strong {
  font-weight: 600;
}
/* table */
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #4660a0;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
/*img {
	display:block;
	max-width: 100%; 
	height: auto;
}*/
#map img, .map_show img {max-width: inherit;}
#map {
  margin: 0px;
  padding: 0px
}
.map_show {
  height: 390px;
  width: 100%;
  margin-bottom: 20px;
}

.social li form .input-group, .social li form .input-group .input-group-btn { display:block;}
.social li form .input-group .input-group-btn button { height:34px;}

.social { padding-right:47px;
	text-align: right;
	display: block;
	margin: 0;
}
.social li {
	display: inline-block;
	list-style: none;
}
.social li + li {
	padding-left: 5px;
}
.social li a { position:relative; top:5px;
	padding: 5px;
	color: #000;
	font-size: 16px;
}
.social li:hover a .fa-facebook {
	color: #405D9B;
}
.social li:hover a .fa-twitter {
	color: #55ACEE;
}
.social li:hover a .fa-google-plus {
	color: #DE5347;
}
.logo > a {
  display: block;
  padding: 7px 0;
}
.carousel-control {
	width: 30px;
	font-size: 24px;
	background: #fff;
	height:100px;
	top: 50%;
	margin-top: -50px;
	color: #3e4247;
	text-shadow: none;
}
.carousel-caption {
	left: 0px;
	right: 0px;
	padding-left: 30px;
	text-align: left;
	text-shadow: none;
}
.carousel-control.left,.carousel-control.right {
	background-image: none;
}
.carousel-control:focus, .carousel-control:hover {
	color: #3e4247;
}
.carousel .glyphicon-chevron-left::before{content:"\e257"!important;}
.carousel .glyphicon-chevron-right:before{content:"\e258"}
.carousel-caption h1 {
	display: table;
	width: auto;
	color: #fff;
	background: #ee7836;
	padding: 5px 16px;
	font-size: 35px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.carousel-caption p {
	background: #fff;
	color: #111a44;
	font-size: 23px;
	padding: 5px 16px;
	display: table;
	width: auto;
}
.carousel-indicators li {
	background: #2c3a6b;
	height: 15px;
	width: 15px;
	border: solid 1px #fff;
	margin: 0 3px;
}
.carousel-indicators .active {
	background: #cccccc;
	height: 15px;
	width: 15px;
	border: none;
}
@media (max-width: 768px) {
	.carousel-indicators {
		display: none;
	}
}
.gray_section {
	background: #f7f7f7;
	padding: 50px 0;
	display: block;
	overflow: hidden;
}
.white_section {
	background: #fff;
	padding: 50px 0;
	display: block;
	overflow: hidden;
}
.navy {
	color: #253993
}
.text-intro {
	font-size: 16px;
}
a.box {
	position: relative;
	background: #fff;
	display: block;
	border-radius: 2px;
	padding: 10px 0 0;
	overflow: hidden;
	border: solid 1px #ccc;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.35);
}
.box h4 {
	color: #253993;
	text-transform: uppercase;
}
.box p {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	min-height: 80px;
	color: #4a4f55;
}
.box .box_img {
	position: relative;
}
.box .box_img:before {
	background: rgb(37,57,147);
	filter:Alpha(opacity=80);
	background: rgba(37,57,147,0.8);
	bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
a.box:hover .box_img:before {
	background: rgb(37,57,147);
	filter:Alpha(opacity=30);
	background: rgba(37,57,147,0.3);
}
a.box .box_img .hover_element {
	position: absolute;
	top: 300%;
	top: auto;
	overflow: hidden;
	left: 0;
	right: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s1s ease-in-out;
	transition: all 0.4s ease-in-out;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}
a.box .box_img .hover_element i {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
}
a.box:hover .box_img .hover_element {
	position: absolute;
	top: 40%;
	bottom: auto;
	z-index: 1000;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Bounce To Right */
.btn.btn-default {
	font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ee7836;
  border-radius: 0;
  border-color: transparent;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.btn.btn-default span {
	padding-right: 15px;
	font-size: 16px;
	color: #ee7836;
}
.btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffbd7b;
  -webkit-transform: scaleX(0.25);
  transform: scaleX(0.25);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-default:after {
	width: 35px;
	content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffbd7b;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  color: #fff;
}
.btn.btn-default:hover:before, .btn.btn-default:focus:before, .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

footer {
	background: #2b2f34;
	padding-top: 20px
}
footer .bottom {
	background: #25282c
	padding: 7px 0;
	margin-top: 30px;
}
footer .bottom p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
}
footer .bottom p a {
	color: #a6a6a7;
}
footer .bottom .social {
	text-align: center;
}
footer .bottom .social a{
	color: #525963;
}
footer ul, footer li {
	margin: 0;
}
footer li a {
	display: block;
	line-height: 26px;
}
footer li:hover a {
	color: #fff;
}
footer address, footer p {
	color: #a6a6a7;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 24px;
}
.footer_title {
	display: block;
	margin: 15px 0; 
	font-size: 18px;
	text-transform: capitalize;
}
footer a, .footer_title{
	color: #a6d8ed;
}
footer img {
	margin-top: 15px;
	margin-bottom: 5px;
}
footer a {
	font-size: 12px;
}
.panel-desc {
	border: solid 1px #ddd;
	background: #fff;
	margin-top: 30px;
}
.panel-desc .panel-heading {
	background: #a7d9ee;
	line-height: 40px;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 150px;
	color: #000;
	border-radius: 0;
	text-transform: uppercase;
}
.panel-desc.blue .panel-heading {
	background: #4660a0;
	color: #fff;
}
.panel-desc .panel-content {
	display: block;
	margin: -120px 10px 0; 
	background: #fff;
	padding: 15px 10px;
	line-height: 22px;
}
.category_section {
	background: #fff;
	padding: 15px 0 30px;
}
.list-group.category {
	display: block;
}
.list-group.category .list-group-item {
	border-radius: 0;
	color: #253993;
	font-size: 14px;
}
.list-group.category .list-group-item.active {
	color: #ee7836;
	background: #eee;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	border-color: #ddd;
}
.curent_page a {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 8px 15px;
	display: block;
	width: 100%;
	background: #ee7836;
}
.m-t {
	margin-top: 0;
}
a.product {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

.product_img {
	border: solid 1px #ddd;
	margin-bottom: 0px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
a.product:hover .product_img{
	border-color: #000;
}
.product_img + a.brochure { display: block; text-align: center; color: #fff; background-color: #ee7836; padding: 5px 0; width: 100%; border: solid 1px transparent; text-decoration: none;}
.product_img + a.brochure:hover { background-color: transparent; color: #ee7836; border-color: #ee7836;}

/*.product_img img {
	position: absolute;
	max-height: 250px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	bottom: 0;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}*/
a.product:hover .product_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product_title {
	display: table-cell;
	text-align: left;
	width: 1%;
	vertical-align: middle;
	color: #253993;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0;
	font-weight: 600;
}
#cookieNotice {
  background: rgb(70,96,160);
	filter:Alpha(opacity=90);
	background: rgba(70,96,160,0.9);
  bottom: 0;
  height: auto;
  padding: 20px 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
#cookieNotice .left_cookie p {
	color: #fff;
	padding-right: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}
#cookieNotice .left_cookie p a {
	color: #a6d8ed
}
#cookieNotice .right_cookie {
	text-align: right;
}
#cookieNotice .left_cookie,
#cookieNotice .right_cookie {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}
@media (min-width: 768px) {
	#mm-my-menu,
  #my-mobile-menu {
    display: none !important;
  }
	.top_nav {
		background: #f6f6f6;
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 5px;
	}
	.navigation {
		text-align: right;
		margin: 30px 0;
		display: block;
		width: 100%;
	}
	.navigation li {
		display: inline-block;
		list-style: none;
	}
	.navigation li + li {
		padding-left: 15px;
	}
	.navigation li a {
		font-size: 14px;
		text-transform: capitalize;
		text-decoration: none;
		color: #34383c;
	}
	.navigation li.active a, .navigation li:hover a {
		color: #ee7836;
	}
	#my-menu {
		background: #4660a0;
	}
	.main_navigation {
		margin: 0;
		padding: 0;
		display: table;
		width: 100%;
		position: relative;
	}
	.main_navigation > li {
		display: table-cell;
		width: 1%;
		text-align: center;
		position: static;
	}
	.main_navigation > li {
		border-left: solid 1px #fff;

	}
	.main_navigation > li:last-child{
		border-right: solid 1px #fff;
	}
	.main_navigation > li > a {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		padding: 10px 5px;
		text-decoration: none;
		color: #fff;
		position: relative;
	}
	.main_navigation > li.active > a {
		background: #364a7b;
	}
	.main_navigation .dropdown-menu {
		width: 100%;
		margin-top: 0px;
		padding: 20px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.main_navigation .dropdown-menu li {
		width: 25%;
		margin: 0;
		float: left;
	}
	.main_navigation .dropdown-menu li a {
		color: #2e2e2e;
		font-size: 14px;
		text-align: left;
		padding: 5px 0 5px 12px;
		white-space: normal;
	}
	.main_navigation li:hover .dropdown-menu {
		display: block;
	}
	.main_navigation li:hover .dropdown-menu li:hover a{
		color: #ee7836; 
	}
	.main_navigation > li.dropdown:hover > a:before {
		width: 0; 
		height: 0; 
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 15px solid #4660a0;
		position: absolute;
		content: "";
		left: 0;
		top: 100%;
		right: 0;
		text-align: center;
		margin: 0 auto;
		z-index: 9999;
	}
	.main_navigation > li.active.dropdown:hover > a:before {
		border-top-color: #364a7b;
	}
	.carousel-caption {
		top: 40%;
	}
	.right.carousel-control {
		-moz-transform: translateX(200px);
		-webkit-transform: translateX(200px);
		-o-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
	}
	.left.carousel-control{
		-moz-transform: translateX(-200px);
		-webkit-transform: translateX(-200px);
		-o-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
	}
	#slider{
		overflow: hidden;
	}
	#slider:hover .left.carousel-control, 
	#slider:hover .right.carousel-control {
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-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;
	}
	footer .bottom .social {
		text-align: left;
	}
	footer .bottom p {
		text-align: right;
		line-height: 35px;
	}
}
@media (min-width: 993px) {
	html {
		position: relative;
		min-height: 100%;
	}
	body {
		height: 100%;
	}
	.page {
		display: block;
    position: static;
	}
	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 995;
	}
	.panel-desc .panel-content {
		display: block;
		margin: -120px 30px 0; 
	}
	.panel-desc .panel-heading {
		font-size: 30px;
	}
}
.no-js footer {
	position: relative;
	height: auto!important;
}
.no-js .page {
	margin-bottom: 0px!important;
}
@media (max-width: 992px) {
	footer {
		position: relative;
		height: auto!important;
	}
	.page {
		margin-bottom: 0px!important;
	}
}
@media (max-width: 767px) {
	h1, .carousel-caption h1 {font-size: 28px;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 18px;}
	h5, .carousel-caption p {font-size: 16px;}
	h6 {font-size: 14px;}
	#my-menu {
	  display: none !important;
	}
	#mm-my-menu .dropdown-menu {
		position: static;
		float: none;
		box-shadow: none;
		border-radius: 0;
		top: auto;
	}
	.carousel-control {
		z-index: 99;
	}
	.logo img {
	  margin: 10px auto;
	  max-width: 300px;
	}
	/*  animate hamburger*/
	header {
		position: relative;
		overflow: hidden;
		border-bottom: solid 1px #4965AA;
	}
  .c-hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    overflow: hidden;
    margin: 0px 0 0px;
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    float: right;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 21px;
    left: 4px;
    right: 5px;
    height: 4px;
    background: white;
  }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
  }
  .c-hamburger span::before {
    top: -10px;
  }
  .c-hamburger span::after {
    bottom: -10px;
  }
  .c-hamburger--htx {
    background-color: #EE7836;
  }
  .c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .c-hamburger--htx span::before {
    transition-property: top, transform;
  }
  .c-hamburger--htx span::after {
    transition-property: bottom, transform;
  }
  /* active state, i.e. menu open */
  .mm-opened .c-hamburger--htx {
    background-color: #4965AA;
  }
  .mm-opened .c-hamburger--htx span {
    background: none;
  }
  .mm-opened .c-hamburger--htx span::before {
    top: 0;
    -webkit-transform: rotate(45deg);  
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mm-opened .c-hamburger--htx span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);  
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mm-opened .c-hamburger--htx span::before,
  .mm-opened .c-hamburger--htx span::after {
    transition-delay: 0s, 0.3s;
  }
  /* End Animated hamburger*/
  .mm-close::after {
  	display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  	content: "\f00d";
  }
  .mm-prev::before, .mm-next::after, .mm-arrow::after {
  	border: 3px solid transparent;
  	border-left: 0 none;
    border-top: 0 none;
  }
  .mm-prev::before {
  	border: 3px solid transparent;
  	border-bottom: 0 none;
    border-right: 0 none;
  }
  ul.dropdown-menu {
  	border: none;
  }
  #mm-my-menu ul.dropdown-menu > li {
  	border-color: inherit;
  }
  #mm-my-menu .active > a {
  	color: #ee7836;
  	background: #eee;
  }
  #mm-my-menu .active > a:before {
  	position: absolute;
  	content: "";
  	width: 12px;
  	height: 100%;
  	top: 0;
  	left: 0;
  	background: #4965AA;
  }
  .main_navigation > li a {
  	text-transform: uppercase;
  	color: #4965AA;
  }
  .main_navigation > li:last-child:after {
  	border-bottom: none;
  }
  .mm-navbar .mm-title {
  	font-size: 16px;
  	color: #4965AA!important;
  }
  .mm-menu > .mm-navbar {
  	border-bottom: solid 2px #4965AA!important;
  }
  .main_navigation:after {
  	display: block;
  	content: "";
  	border-bottom: solid 2px #4965AA!important;
  }
  .mm-navbar a.fa {
		font-size: 20px;
		color: #4965AA!important;
  }
  .footer_title {
  	font-size: 16px;
  }
  .box_img > img {
    margin: 0 auto;
	}
	.android {
		position: absolute!important;
		z-index: 9999999;
		top: 0;
	}
	.mm-navbar .mm-btn{
		z-index: 9999999;
	}
}
@media (max-width: 480px) {
	h1, .carousel-caption h1 {font-size: 24px;}
	h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4 {font-size: 16px;}
	h5, .carousel-caption p, .text-intro {
		font-size: 14px;
	}
	.logo img {
		max-width: 220px;
		margin-left: 5px;
	}
	.carousel-caption {
		bottom: 0;
		padding-bottom: 5px;
	}
	.carousel-caption p {
		display: none;
	}
	#cookieNotice {
		padding: 7px 0;
	}
	#cookieNotice .left_cookie, #cookieNotice .right_cookie {
		display: block;
		font-size: 13px;
	}
}
#js-disabled {
	text-align: center;
	padding: 10px 0;
	background: #4660A0;
}
#js-disabled p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}
#js-disabled p a:hover {
	color: #EE7836;
}
h2.media-heading {
	font-size: 24px;
	color: #253993;
}
article.news_item > a {
	text-transform: capitalize;
}