/*css document*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face 
{
	font-family:"OpenSans-Regular";
	src:url("../fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Hubert Jocham Type-NewJuneBold";
	src:url("../fonts/Hubert Jocham Type-NewJuneBold.otf") format("opentype");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Hubert Jocham Type-NewJuneLight";
	src:url("../fonts/Hubert Jocham Type-NewJuneLight.otf") format("opentype");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Hubert Jocham Type-NewJuneMedium";
	src:url("../fonts/Hubert Jocham Type-NewJuneMedium.otf") format("opentype");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Hubert Jocham Type-NewJuneSemibold";
	src:url("../fonts/Hubert Jocham Type-NewJuneSemibold.otf") format("opentype");
	font-weight:normal;
	font-style:normal;
}
/***NORMAL STYLES***/
a,a:hover,a:active,a:focus
{
	text-decoration:none !important;
	outline:none;
	color:inherit;
	cursor:pointer;
}
body
{
	overflow-x:hidden;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	font-size:14px;
}

.blue ,.recommended-news a,.accolade-thumbnail .caption a:hover ,.accolade-thumbnail .caption a:focus,.accolade-thumbnail .caption a:active,.news-thumbnail .caption a:hover,.news-thumbnail .caption a:focus,.news-thumbnail .caption a:active
{
	color:#2192CF !important;
}
.yellow,.accolade-thumbnail .caption a ,.news-thumbnail .caption a,.recommended-news a:hover,.recommended-news a:focus,.recommended-news a:active 
{
	color:#F7B71B !important;
}
.red 
{
	color:#FF0000;
}
/**********top links************/
.top-headerlinks{
	background: #09193C;
	color:#fff;
}
.top-headerlinks ul{
	margin: 0;
	padding: 0;
	display:inline-flex;
	float:right;
}
.top-headerlinks ul li{
	margin: 0;
	padding: 9px 0;
	list-style:none;
	text-align: center;
	margin-left:20px;
}
.top-headerlinks ul li a span,.top-headerlinks ul li  span
{
	color:#fff;
	font-size:16px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	text-transform:uppercase;
}
.top-headerlinks ul li i 
{
	color:#F7B71B;
	font-size:16px;
	margin-right:8px;
}
/*******header nav******/
.header-nav 
{
	background:#fff;
	border-color:transparent;
	border-bottom:0px;
	border-top:0px;
	border-radius:0px;
	margin-bottom:0px;
}
.header-nav  .nav li a 
{
	font-size:16px;
	color:#09193C;
	text-transform:uppercase;
	font-family:"Hubert Jocham Type-NewJuneMedium";
	padding: 32px 15px 36px;
}
.header-nav .nav li a:hover ,.header-nav .nav li a:active,.header-nav .nav li a:focus,.header-nav .nav .active a,.header-nav .nav .active a:hover,.header-nav .nav .active a:focus,.header-nav .nav .active a:active
{
	color:#fff;
	background:#2192CF;
}
.header-nav .nav .active .sub-menu a 
{
	background:#2192CF !important;
}
.header-nav .nav .active .sub-menu a:hover,.header-nav .nav .active .sub-menu a:focus,.header-nav .nav .active .sub-menu a:active
{
	background:#2192CF !important;
}
.header-nav .navbar-nav 
{
	float:right;
}
.header-nav .navbar-brand,.header-nav 
{
	height:inherit;
	min-height:inherit;
}
.header-nav .navbar-brand
{
	font-size:34px;
	color:#09193C;
	font-family: "Hubert Jocham Type-NewJuneBold";
	    padding: 8px 10px;
}
/***********home slider*******/
.home-slider
{
	border:0px !important;
	border-radius:0px !important;
	margin:0px !important;
}
.btn-yellow {
  background: #F7B71B;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px #472602;
  -moz-box-shadow: 1px 1px 3px #472602;
  box-shadow: 1px 1px 3px #472602;
 font-family:"Hubert Jocham Type-NewJuneSemibold";
  color: #09193C !important;
  padding:15px 50px;
  text-decoration: none;
  font-size:18px;
}

.btn-yellow:hover,.btn-order:hover {
  background: #FCD601;
  text-decoration: none;
}
.main-slider,.news-thumbnail .caption,.article-news
{
	position:relative;
}

.cut-top {
    content: ' ';
    position: absolute;
    z-index: 888;
    bottom: -3px;
        right: 0;
    background: url(../images/cut-top.png) no-repeat right bottom;
    height: 48px;
    width: 100%;
    background-size: contain;
    display: inherit;
}
.text-container h1 
{
	font-size:48px;
	font-family:"Hubert Jocham Type-NewJuneLight";
	padding:15px 30px;
	position:relative;
	z-index:9999;
	margin:0px;
}
.text-h1,.text-h2  
{
	background:rgba(11,25,60,0.3);
	margin-bottom:20px;

}

.text-container h2 
{
	
	font-size:17px;
	padding: 10px 30px 15px;
    margin: 0;
	line-height:1.4em;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.text-container p 
{
	margin:50px 0px 0px;
}
.home-slider .flex-direction-nav
{
	display:none;
}
.home-slider .flex-control-nav
{
	bottom:10px;
	z-index:999;
}

/***************welcome**************/
.welcome,.accolade
{
	text-align:center;
}
.welcome-note
{
	width:80%;
	margin:auto;
	padding:40px 0px 40px;
}
.welcome-note h2 
{
	color:#09193C;
	font-size:40px;
	font-family:"Hubert Jocham Type-NewJuneLight";
	margin-bottom:50px;
	margin-top:0px;
}
.welcome-note h2  span ,.product-modal-content h4 span,.contact-box h3 span
{
	/*font-family:"Hubert Jocham Type-NewJuneBold";*/	font-family: 'Roboto', sans-serif;    font-weight: 700;
}
.welcome-note p
{
	font-size:18px;
	color:#09193C;
/*font-family:"Hubert Jocham Type-NewJuneMedium";*/font-family:"OpenSans-Regular";
line-height:1.6em;
	margin-bottom:0px;
}

/**************accolade***********/
.accolade 
{
	padding:60px 0px 80px;
}
.accolade p 
{
	width: 80%;
    margin: auto;
}
.accolade-thumbnail img,.test-content img 
{
	width:inherit;
	margin:auto;
}
.accolade-thumbnail .caption h4,.service-thumb .caption h3
{
	color:#2192CF;
	font-size:31px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
	height:60px;
}
.welcome-service .col-sm-4:first-child  .accolade-thumbnail .caption h4,.welcome-service .col-sm-4:nth-child(2)  .accolade-thumbnail .caption h4
{
	line-height:2em;
}
.welcome-service
{
	margin-bottom:30px;
}
.accolade-thumbnail .caption p ,.news-thumbnail p
{
	padding:0px;
	font-size:16px;
	color:#09193C;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.accolade-thumbnail
{
	margin-top:20px;
}
.news-title h2
{
	font-size:36px;
}
.news-title
{
	padding-bottom:0px;
}
.news-thumbnail
{
	text-align:left;
	    padding-right: 15px;
}
.news-thumbnail h4 
{
	color:#2192CF;
	font-size:21.9px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
}
.news-thumbnail h6 
{
	color:#09193C;
	font-size:16.43px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
	    position: absolute;
    right: 0;
    top: -5px;
}
.welcome-news
{
	margin-bottom:100px;
}
/***********appointment************/
.appointment 
{
	background:#F7B71B;
	padding:25px 0px 30px;
}
.appointment h2 
{
	color:#fff;
	/*font-size:31px;	font-family:"Hubert Jocham Type-NewJuneSemibold";*/
	margin:0px;
	    font-family: "OpenSans-Regular";		font-size:28px;
	    padding-left: 50px;
}
.btn-blue
{
	font-size:18px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
	background:#2192CF;
	color:#fff !important;
	box-shadow:none !important;
	text-transform:uppercase;
}
.btn-blue:hover,.btn-blue:focus
{
	background:#09193C !important;
}
.appointment .col-sm-4
{
	padding-top:10px;
}
/*******footer*********/
.footer-top
{
	padding:60px 0px;
	background:#09193C;
}
.footer-top ul 
{
	list-style:none;
	padding:0px;
}
.footer-menu  li:before
{
	content:"•";
	color:#FC9536;
	    padding-right: 10px;
    font-size: 35px;
    vertical-align: bottom;
}
.footer-top h4 
{
	color:#2192CF;
	font-size:16px;
	padding-bottom:10px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	border-bottom:2px solid #223050;
	margin:0px 0px 30px;
}
.footer-content p ,.footer-menu 
{
	font-size:16px;
	color:#fff;
	font-family:"OpenSans-Regular";
}
.footer-menu 
{
	line-height:2em;
	text-transform:capitalize;
}
.footer-menu li:hover a,.footer-menu .active
{
	color:#2192CF;
}
.copy-right 
{
	background:#03112F;
	color:#fff;
	font-size:16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:36px 0px;
}
.copy-right p 
{
	margin:0px;
}
.footer-map 
{
	padding-bottom:15px;
	border-bottom:2px solid #223050;
	margin:0px;
}
.footer-map .col-sm-6:first-child
{
	padding-left:0px;
}
.footer-data  li span
{
	font-size:16px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	color:#2192CF;
}
.footer-data li i 
{
	color:#fff;
	padding-right:15px;
}
.footer-data li
{
	display:inline-block;
	padding-right:20px;
	padding-top:15px;
}
.live-chat 
{
	    position: fixed;
    right: 0;
    bottom: 0;
}
/************about******/
.overlay-caption
{
	position:absolute;
	width:100%;
	display: block;
    top:27%;
    text-align: center;
}
.overlay-caption h2 
{
	color:#fff;
	font-size:48px;
	font-family:"Hubert Jocham Type-NewJuneLight";
	margin:auto;
	width:48%;
	background:rgba(0,0,0,0.3);
	    padding: 10px 0px 15px;

}
.overlay-caption h2  b ,.text-h1 h1 b,.recommended-news h3  b,.text-h1 h1 strong,.overlay-caption h2  strong,.recommended-news h3  strong
{
	/*font-family:"Hubert Jocham Type-NewJuneSemibold";
	font-weight: 300;*/	    font-weight: 700;    font-family: 'Roboto', sans-serif;
}
.main-image .container-fluid ,.about-content-fluid,.services-list .container-fluid
{
	padding:0px;
}
.main-banner img 
{
	width:100%;
}
.main-banner,.main-image
{
	position:relative;
}

.about-content 
{
	padding:60px 0px;
}
.site-title h2 
{
	font-size:40px;
	font-family:"Hubert Jocham Type-NewJuneLight";
	color:#09193C;
	margin:0px 0px 20px;
}
.site-title h2  span ,.prdt-thumbnail h3 span
{
	/*font-family: "Hubert Jocham Type-NewJuneBold";*/	    font-weight: 700;    font-family: 'Roboto', sans-serif;
}

.about-content p ,.solution-modal-content p,.product-modal-content p
{
	font-size:18px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	color:#09193C;
	margin-bottom:35px;
	line-height:1.5em;
}
.margin-btm-60
{
	margin-bottom:60px;
}
.about-content p:last-child
{
	margin-bottom:0px;
}
/******** our team ************/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin:auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle.effect1 .spinner {
   width: 100%;
  height: 100%;

  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 6px;
  bottom:6px;
  left: 6px;
  right:6px;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}

.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.team-content
{
	text-align:center;
	margin-bottom:30px;
}
.team-row .col-sm-1 
{
	width:12.5%;
}
.team-content h3 
{
	color:#2192CF;
	font-size:19px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
}
.team-content h4
{
	color:#09193C;
	font-size:17px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
}
.team-content p
{
	color:#2C354F;
	font-size:15px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.team-spin .col-sm-3:nth-child(odd) .ih-item.circle.effect1 .spinner
{
	 border: 10px solid #F7B71B;
  border-right-color: #2192CF;
  border-bottom-color: #2192CF;
}
.team-spin .col-sm-3:nth-child(even) .ih-item.circle.effect1 .spinner
{
	 border: 10px solid #2192CF;
  border-right-color:#F7B71B ;
  border-bottom-color: #F7B71B;
}
/***********services************/
.ash-dark
{
	background:#E8E8E8;
}
.ash-light,.ash-service-bg
{
	background:#F4F4F4;
}
.ash-dark .service-thumb
{
	margin-left:30%;
	text-align:center;
	padding: 60px 40px 80px 0px;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.solution-btn
{
	margin-bottom:30px;
	border-left:8px solid #2192CF;
	text-align:left;
	background:#F4F4F4;
	color:#09193C !important;
	    padding-left: 20px;
		height:74px;
	font-size:19px;
}
.fade-scale .close i
{
        width: 35px;
    height: 35px;
    background: #000;
    opacity: 1;
    border-radius: 50%;
    text-shadow: none !important;
    color: #fff;
    font-size:20px;line-height:1.6em;
}
.fade-scale .close{opacity:1 !important;    margin-top: -10px;
    margin-right: -10px;cursor:pointer;}
.modal-header {
    padding: 0px;
    border-bottom: 0px;
}
.modal-content
{
	border-radius:0px;
}
.modal-body
{
	padding:55px;
}
.service-thumb .caption p ,.service-check li,.recommended-news p
{
	    color: #09193C;
		font-size:18px;
		/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.service-thumb .caption h3 
{
	height:inherit;
}
.ash-light
{
	padding:70px 0px 0px 50px;
}
.service-check li 
{
	list-style-image:url('../images/check.png');
	padding: 5px 0px 5px 20px;
}
.service-check li span 
{
	    vertical-align: text-bottom;
}
.white-service-bg
{
	padding:70px 50px;
}
.white-service-bg .service-thumb 
{
	/*margin-right:30%;*/
	text-align:center;
}
.pt15percent
{
	padding-top:15%;
}
.solution .site-title  h2 
{
	font-size:45px;
	margin-bottom:50px;
}
.solution
{
	padding:70px 0px;
}
.solution-modal-content h4 
{
	color: #2192CF;
		font-size:31px;
	font-family:"Hubert Jocham Type-NewJuneSemibold";
	margin-bottom:50px;
}
.solution-modal-content h6 
{
	color: #2192CF;
		font-size:23px;
		/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.solution-btn:hover,.solution-btn:active,.solution-btn:focus 
{
	background:#E8E8E8;
	border-left-color:#1781B7;
	outline:none;
}
/*********** news individual*******/
.line 
{
	border-bottom:1px solid #E3E3E3;
	padding-top:20px;
	margin-bottom:20px;
}
.recent-title h3 
{
	font-size:20px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	 color: #09193C;
	 text-transform:uppercase;
	 margin:30px 0px 50px;
}
.recommended-news h3 
{
	color: #09193C;
		font-size:22.5px;
font-family:"Hubert Jocham Type-NewJuneLight";
}
.recommended-news h5 
{
	font-size:15px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	 color: #09193C;
	 text-transform:uppercase;
}
.recent-news 
{
	padding-bottom:80px;
}
/******news*********/
.new-page-title h3
{
		font-size:21px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	 color: #09193C;
	 text-transform:uppercase;
	 margin-bottom:35px;
}
.article-news h3 
{
	font-size:25px;
	margin:0px 0px 15px;
}
.featured-news .top-media .article-news  h3 
{
	font-size:30px;
	margin: 0px 0px 10px;
}
.media-left, .media>.pull-left
{
	padding-right:15px;
}
.top-media 
{
	padding-bottom: 25px;
    border-bottom: 1px solid #E3E3E3;
}
.featured-news .media 
{
	margin:0px 0px 50px;
}
.article-news h5 
{
	    position: absolute;
    right: 0;
    top:9px;
    margin: 0;
}
.top-media h5 
{
	position:relative;
	    margin: 0px 0px 25px;
    top: 0;
}
.recent-side .recent-title h3 
{
	    margin: 20px 0px 35px;
}
.site-bdr
{
	border-right: 1px solid #E3E3E3;
}
.featured-news .media-body 
{
	padding-right:25px;
}
.recent-side .recommended-news 
{
	margin-bottom:25px;
}
.pagination li a
{
	color:#09193C;
font-family:"OpenSans-Regular";
	font-size:19px;
	border:none;
	border-radius:0px;
	    margin: 0px 2px;
		padding:5px 12px;
}
.site-pagination
{
	text-align:center;
	position:relative;
}
.pagination li:first-child 
{
	position:absolute;
	left:0px;
}
.pagination li:last-child 
{
	position:absolute;
	right:0px;
}
.pagination li a:hover ,.pagination li a:active,.pagination li a:focus
{
	border-radius:4px !important;
	background:#2192CF !important;
	color:#fff !important;
}
.pagination li a i 
{
	padding:0px 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	    background-color: #2192CF;
    border-color: #2192Ce;
    border-radius: 4px;
}
/***********product************/
.product-category li a 
{
	font-size:18px;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	 color: #09193C;
	 text-transform:uppercase;
}
.product-category li 
{
	 padding:10px 10px 10px 50px;
	 	list-style:none;
		position:relative;
}
.product-category li.active ,.product-category li.active a,.product-category li:hover ,.product-category li:focus ,.product-category li:active ,.product-category li:hover a ,.product-category li:focus a,.product-category li:active a 
{
	background:#2192CF;
	color:#fff;
	cursor:pointer;
}
.product-category li.active:before ,.product-category li:hover:before ,.product-category li:focus:before ,.product-category li:active:before 
{
	color:#F7B71B;
}
.product-category li:before 
{
	content:"•";
	display:block;
	position:absolute;
	left:25px;
	color:#2192CF;
	font-size: 26px;
    top: 2px;
}
.product-category
{
	padding:0px;
	margin-bottom:40px;
}
.site-bdr-left
{
	border-left: 1px solid #E3E3E3;
	padding-left:30px;
}
.prdt-thumbnail
{
	background:#F4F4F4;
	border-top:5px solid #2192CF;
	text-align:center;
	padding:15px 0px 5px;
	margin-bottom:10px;
}
.prdt-thumbnail h3,.prdt-thumbnail h4 
{
	font-size:18px;
	color:#09193C;
}
.prdt-thumbnail h3,.contact-box h3 
{
	margin-top:0px;
	font-family:"Hubert Jocham Type-NewJuneLight";
}
.prdt-thumbnail h4,.prdt-thumb-btn .btn  
{
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.prdt-thumb-btn
{
	width:100%;
}
.prdt-thumb-btn .btn 
{
	width:50%;
	font-size:14px;
	color:#fff;
	border-radius:0px;
	text-transform:uppercase;
	padding:12px 0px;
	letter-spacing:0.5px;
}

.btn-read
{
	background:#09193C;
}
.btn-order 
{
	background:#F7B71B;
}

.btn-read:hover
{
	background:#2192CF;
}
.btn-read span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-read span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -5px;
  transition: 0.5s;
}

.btn-read:hover span {
  padding-right: 15px;
}

.btn-read:hover span:after {
  opacity: 1;
  right: 0;
}
.prdt-list
{
	margin-bottom:35px;
}
.product-modal-content h4 
{
		font-family:"Hubert Jocham Type-NewJuneLight";
		font-size:36px;
		color:#09193C;
		margin-bottom:35px;
}
.product-modal-content .btn-yellow 
{
	font-size:24px;
	text-transform:uppercase;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	box-shadow:none;
	color:#fff !important;
}
/***********contact************/
.contact-content h2 
{
	color:#2192CF;
	font-size:44px;
	font-family: "Hubert Jocham Type-NewJuneBold";
	margin:0px 0px 30px;
}
.contact-content p 
{
	margin-bottom:20px;
}
.contact-icon
{
	list-style:none;
	margin:50px 0px 0px;
}
.contact-icon li 
{
	line-height:2em;
	display:inline-flex;
	width:100%;
	    padding-bottom: 25px;
}
.contact-icon li  span
{
	font-size:20px;
	color:#09193C;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
}
.contact-icon li i 
{
	margin-right:25px;
	width:30px;
	font-size:24px;
	color:#09193C;
}
.contact-box
{
	background:#2192CF;
	padding:25px 30px;
	color:#fff;
	margin-bottom:20px;
}
.contact-box h3 
{
	font-size:32px;
}
.contact-box p 
{
	font-family:"OpenSans-Regular" !important;
	color:#fff !important;
}
.contact-right
{
	padding-left:45px;
}
.contact-form 
{
	background:#F4F4F4;
	padding:30px;
}
.form-group label
{
	color:#09193C;
	font-size:16px;
	font-weight:300;
	padding-left:15px;
}
.form-control 
{
	    height: 53px;
    box-shadow: none;
    border-color: #fff;
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	font-size:16px;
}
.contact-form .btn-yellow
{
	/*font-family:"Hubert Jocham Type-NewJuneMedium";*/	font-family:"OpenSans-Regular";
	color:#fff !important;
	box-shadow: none;
	margin:50px 0px 10px;
}
.form-control:focus 
{
	box-shadow:none;
}
.sub-check
{
	padding:0px;
}
.sub-check li 
{
	list-style:none;
	padding:0px 0px 0px 20px;
}
.sub-check li:before
{
	content:"•";
	color:#2192CF;
	    padding-right: 10px;
    font-size:20px;
    vertical-align: bottom;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color:#2192CF;
}


.prev a,.next a{color:#2192cf !important}
.prev span,.next span{border-color: #fff !important;}
.disabled{ font-size: 19px; color: #ccc !important;}
.img200 img{max-width:200px;}
.img262 img{max-width:262px;}
.img180 img{max-width:180px;}
.site-bdr-right{border-right: 1px solid #E3E3E3;padding-left:30px;}
.prd-wrp {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  text-align: center;
  width: 100%;
}
.prod_img {
  display: table-cell;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}.navbar-brand small{	font-size:16px;padding-left:8px;}.navbar-brand img {	padding-left:10px;}.navbar-brand{	display:inline-flex;}.navbar-brand b {	font-weight:500;}
.logo-title
{	
    padding-top: 10px;
    line-height: 8px;
    padding-bottom: 13px;
    text-align: center;
	padding-right:20px;
}
@media(max-width:767px){	.navbar-brand	{		display:block;	}}
@media (max-width:480px)
{
	.header-nav .navbar-brand
	{
		padding:10px 0px !important;
	}
	.logo-title br 
	{
		display:none;
	}
	.navbar-brand small
	{
		display:block;
		text-align:center;
	}
	.logo-title
	{
		padding-right:0px;    line-height: 25px;
	}
}