
@font-face{
	font-family: Eurostileextended;
	src: url(../fonts/EurostileExtended.ttf);
}

@font-face{
	font-family: HelveticaNeueBd;
	src: url(../fonts/HelveticaNeueLTPro-Bd.otf);
}


@font-face{
	font-family: HelveticaNeueLt;
	src: url(../fonts/HelveticaNeueLTPro-Lt.otf);
}


@font-face{
	font-family: HelveticaNeueMd;
	src: url(../fonts/HelveticaNeueLTPro-Md.otf);
}


/* navigation section */
.nav_wrap{
	background: #fdb813;
	}

.nav_wrap .navbar-collapse{
	display: inline-block !important;
}

.nav_wrap .navbar{
	margin-bottom: 0px;
}

.nav_wrap .navbar-default{
	background: none;
	border: none;
	text-align: center;
}

.nav_wrap ul li a{
	/*font-family: Eurostileextended; */
	font-family: 'Michroma', sans-serif;
	color: #919295 !Important;
	font-size: 18px;
/*	padding-right: 70px;
	padding-left: 70px;*/
	}
body {
	color: #919295;
}
p a,
p a:link,
p a:visited {
	color:#919295;
	text-decoration:none;
}
p a,
p a:active,
p a:hover {
	color:#fdb813;
	text-decoration:none;
}


/* banner section */
.banner_section{
	font-family: HelveticaNeueBd;
	color: #ffffff;
	background: url(../filestore/images/banners/banner-home.jpg) no-repeat center;
	padding-top: 100px;
	padding-bottom: 202px;
	text-align: center;
	/*box-shadow: 0px 10px 25px 3px #9c9d9f;*/
	background-size: cover;
	}


.banner_section h3{
	margin: 0px;
	width: 95%;
	margin: auto;
	font-size: 22px;
	font-family: HelveticaNeueLt;
	background: url(../filestore/images/logos/home-header-trans.png) repeat;
	padding: 10px;
	}

.banner_section h3 span{
	font-family: HelveticaNeueMd;	
}


.inr_bnr_section{
	background: url(../filestore/images/banners/inr_bnr1.png) no-repeat center;
	height: 208px;
	background-size: cover;

/*	box-shadow: 0px 10px 25px 3px #9c9d9f; */
	}
	.header_section {
		margin-bottom:20px;
	}

/* NAV Section */
.nav > li > a {
padding: 15px 50px;
}

/* TABLE and FORMS */
form.table {
	width:100%;
}
input, button, select, textarea {
	width:100%;
	font-size:16px;
}
.tablelable {
	font-size:12px;
	padding-top:5px;
}

/* MIDDLE BOX SECTION */
.mdl_bx_section .mdl_bx .bx_caption{
	background: #868787;
	font-family: HelveticaNeueLt;
	padding: 12%;
	font-size: 16px;
	min-height: 300px;
	}

.mdl_bx_section .mdl_bx h2,
.mdl_bx_section .mdl_bx h2 a:link,
.mdl_bx_section .mdl_bx h2 a:visited {
	background: #fdb813;
	/*padding-top: 52px;
	padding-bottom: 52px;*/
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #949391;
	/*font-family: Eurostileextended; */
	font-family: 'Michroma', sans-serif;
	margin: 0px;
	line-height:1.5;
	}
.mdl_bx_section .mdl_bx h2 a:active,
.mdl_bx_section .mdl_bx h2 a:hover {
	color: #949391;
	text-decoration:none;
}


.mdl_bx_section .col-md-4:first-child .mdl_bx{
	margin-top: -165px;
}
.mdl_bx_section .mdl_bx{
	/*width: 77%;*/
	margin: auto;
/*	margin-top: -137px;*/
	}
.mdl_bx_section .mdl_bx h4,
.mdl_bx_section .mdl_bx h4 a:link,
.mdl_bx_section .mdl_bx h4 a:visited {
	color: #fdb813;
	margin: 0px 0px 5px 0px;
	text-decoration:none;
}
.mdl_bx_section .mdl_bx h4 a:hover.
.mdl_bx_section .mdl_bx h4 a:active {
	color: #fdb813;
	text-decoration:none;
}

.mdl_bx_section .mdl_bx p{
	color: #fff;
	line-height: initial;
	}


.mdl_bx_section .mdl_bx p a{
	color: #fdb813;
	}



/* CONTENT SECTION */

.cntnt_section{
	padding-top: 50px;
	padding-bottom: 50px;
	}

.cntnt_section p{
	font-family: HelveticaNeueLt;
	color: #919295;
/*	font-size: 22px;
*/	margin-bottom: 40px;
	font-size: 16px;
	}

.cntnt_section p:last-child{
	margin-bottom: 0px;
}

.cntnt_section p span{
	font-family: HelveticaNeueBd;
}

.cntnt_section p a{
	font-family: HelveticaNeueBd;
	color: #fdb813;	
}

.homepageiconlinks {
	float:right;
	font-family: HelveticaNeueMd;
	color: #919295;
	display:inline-block;
}
.in_box a{
	float:right;
	background: url(../filestore/images/logos/in_ico.png) no-repeat;
	padding-right:20px;
	color: #919295;
	padding-top: 80px;
}
.newsletter_box a{
	float:right;
	background: url(../filestore/images/logos/newsletter_ico.png) no-repeat;
	color: #919295;
	padding-top: 80px;
	padding-right:20px;
}


.partnerlogos {
	padding-left: 0px ;
	margin-bottom:10px;
}
.partnerlogos img {
	float:left;
	padding-right:20px;
	padding-left:0px;
	max-width:90px;
}
	

/* INNER LINKS BELOW BANNER */

.internallinks,
.internallinks a:link,
.internallinks a:visited {
	color:#919295;
}
.internallinks a:active,
.internallinks a:hover {
	color:#ccc;
}

/* INNER CONTENT SECTION */

.inr_cntnt_section h2{
	color: #919295;
	margin-bottom: 45px;
	margin-top: 0px;
	}

.inr_cntnt_section h4{
	color: #919295;
	margin-bottom: 0px;
}

.bg_ico:before{
	content: url(../filestore/images/logos/pointer_sico.png);
	display: inline-block;
	/*margin-left: -24px;*/
	margin-right: 5px;
	top: 5px;
	position: relative;
	}


.inr_cntnt_section h3{
	color: #fdb813;
	margin-bottom: 18px;
	margin-top:30px;
	}

.inr_cntnt_section p{
	margin-bottom: 18px; /* 53px */
	font-size: 14px;
	/*font-family: myriad Pro; */
	}


.inr_cntnt_section .inr_pg_ul{
	padding-left: 0px;
}
.inr_cntnt_section .inr_pg_ul li{
	/*list-style-image: url(img/li_ico.png);*/
/*	list-style-image: url(img/pointer_sico.png);*/
	background: url(../filestore/images/logos/pointer_sico.png) no-repeat;
	padding-left: 35px;
	list-style:none; 
	margin-bottom: 44px;
	min-height: 40px;
	}

.inr_cntnt_hdng{
	padding-top: 20px;
}

.inr_cntnt_hdng ul li, .inr_cntnt_hdng ul li a{
	/*font-family: Eurostileextended; */
	font-family: 'Michroma', sans-serif;
	}


.inr_cntnt_hdng ul li p{
	color: #919295;
	font-size: 11px;

	}



.inr_cntnt_hdng ul li{
	color: #fdb813;
	font-size: 30px;
}


.inr_cntnt_hdng ul li:first-child{
	margin-right: 15px;
	}

.inr_cntnt_hdng ul li a{
	color: #919295;
	font-size: 14px;
	position: relative;
	top: -27px;
	}


.hdng_brdr{
	overflow: hidden;
}

.hdng_brdr hr{
	width: 50%;
	margin: 0px;
	border-top-width: 2px;
}

.hdng_brdr hr:first-child{
	float: left;
	border-color: #fdb813; 
	}


.hdng_brdr hr:last-child{
	float: right;
	border-color: #ffffff;
}


/* footer section */
.footer_wrp{
	background: #e2e2e3;
	padding-top: 50px;
	padding-bottom: 10px;
}

.btm_ftr{
	font-family: HelveticaNeueLt;
	color: #919295;
	font-size: 10px;
	}

.btm_ftr p{
	margin: 0px;
	font-family: HelveticaNeueLt;
}

.btm_ftr p:first-child{
	margin-top: 5px;
}


.ftr_cntnt_sec{
}
.footersocialmedia img {
	max-width:35px;
}
.mobilecopyright {
	margin-top:20px;
}
.top_cntct{
	position: absolute;
	right: 0px;
}


.nav_cntct, .nav_cntct a{
	font-family: HelveticaNeueMd !Important;
	font-size: 14px !Important;
}

.innr_ftr_wrp{

}

.innr_ftr{
	width: 86%;
	margin: auto;
	background: url(../filestore/images/logos/pointer_ico.png) no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	}


.innr_ftr ul li{
	font-family: HelveticaNeueLt: ;
	margin-bottom: 14px;
}

.innr_ftr ul li{
	color: #919295;
	}


.innr_ftr ul li h5{
	margin:0px;
}


.innr_ftr ul li a{
	font-family: HelveticaNeueLt;
	color: #919295;
	}

.ftr_cntnt_sec li{
	font-family: HelveticaNeueLt;
	color: #919295;
	}

.ftr_cntnt_sec li a{
	font-family: HelveticaNeueLt;
	color: #919295;
}

.ftr_cntnt_sec li span{
	font-family: HelveticaNeueBd;
	color: #fdb813;
	font-size: 17px;
	}



.pre_line p{
	white-space: pre-line;
	}


/* HELPING CLASSES */
.pks_margin1{
	margin-top: 150px;
}


.bg_grey{
	background: #e2e2e3;
}

.bg_gray{
	background: #919295; 
}
.bg_gray li{
	border-bottom: 2px solid #fff;
}

.bg_gray li:last-child{
	border-bottom: none;
}

ul.bg_gray > li > a{
	color: #fdb813 !Important;	
}

.w70{
	width: 70%;
	}

.w30{
	width: 30%;
}


.pks_btn1{
	background: none;
	border: none;
}

.h100{
	height: 100%;
}

.margin_tp3{
	margin-top:30px; 
}

@media(min-width: 768px){
	.mdl_bx_section .mdl_bx{
		margin-top:-165px;	
	}
}


@media(max-width: 448px){
	.nav_cntct a{
		font-size: 12px !Important;
	}
	.mbg{
		/*background:url(../filestore/images/banners/inr_bnr1.png) center;  */
	}
}


@media (min-width: 768px) and (max-width: 959px){
	.mdl_bx_section .mdl_bx .bx_caption{
		 min-height: 357px;
	}	
}
@media (max-width: 991px) {
	.footerrow2 {
		padding-top:20px;
		border-top:thin #999 dotted;
	}
	/* NAV Section */
	.nav > li > a {
	padding: 15px 20px;
	}
}

@media(min-width: 991px){
	.bg_ico:before{
		margin-left: -24px;
	}
}
@media(max-width: 767px){
	.banner_section {
		padding-top: 40px;
	}
	.banner_section h3 {
		font-size:18px;
	}
	.panel-group {
		margin-top:-144px;
	}
	.mdl_bx_section .mdl_bx {
		max-width:350px;
	}
	.inr_cntnt_hdng ul li {
		font-size: 20px;
	}
	.inr_cntnt_hdng ul li:first-child {
		margin-right: 10px;
	}
	.inr_cntnt_hdng ul li p {
		margin: 0 0 26px;
	}
}
@media(max-width: 950px) and (min-width: 768px){
	.header_section img {
		max-width: 350px;
	}
}


