/*

Template: Indus - Industrial Bootstrap Templates
Author:	Jitu Chauhan


/* Table of Content
==================================================
	#Home 
	#About us
	#Blog 
		#Blog Details
	#Service Page
	#Project page
		#Project Details
	#Contact us 
	#Investor Page
		#Annual Report 
		#Quarterly Report 
		#Corporate Presentations
		#Investor Form
	#Page
		#Career
		#Board of Member
		#FAQ Page
		#Shortcode
		- Alert 
		- Columns 
		- Tabs Page
		- Accordion Toggle 
		- List Style 
		- Table
	#Shop
	#Shop-detail
	#View Cart
	#Check out
	#404 Error
		
=================================================
*/

 body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	font-size: 18px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
p {
	margin: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 31px;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
	color: #981C23;
}

.subpage-content a {
	color: #981C23;
	font-weight: 600;	
}

.subpage-content a:hover {
	color: #333;	
}

ul {
	margin:0px;
	padding: 0px;
	margin-bottom: 30px;
}
ul li {
	line-height: 31px;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	list-style: none;
}
/*List Styling for IP*/

.subpage-content ul.tick li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #981C23;
    margin-right: 10px;
	
}

.subpage-content ul.tick li {display:flex;}

ol li {
	line-height: 31px;
	font-size: 18px;
	color: #333;
	font-weight: 300;
}

h1 {
	color: #32302b;
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 30px;
}
h3 {
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 23px;
	margin-bottom: 20px;
}

.red-border {
border-bottom: 3px solid #981C23;	
}

.gold-border {
border-bottom: 3px solid #AC9F15;		
}
/*::-moz-selection {
background: #fac11c;
color: #fff;
}
::selection {
background: #fac11c;
color: #fff;
}*/

.padBottom20 {padding-bottom:20px;}
.padBottom15 {padding-bottom:15px;}

.margBottom20 {margin-bottom:20px;}
.margBottom15 {margin-bottom:15px;}

.line-divider {
    text-align: center;
    color: #333;
    font-size: 14px;
}
.line-divider:after {
    background: url("/_assets/images/divider.png") no-repeat bottom center;
    padding-bottom: 12px;
    display: block;
    height: 10px;
    content: ",";
    text-indent: -9999px;
    max-width: 1000px;
    text-align: center;
    margin: 5px auto 24px;
}

textarea, input[type="text"], input[type="submit"] {
	-webkit-appearance: none;!important
}


/***************** Template Button Style *****************/

.btn-outline {
	border:3px solid #D5D3CC;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 24px;
	padding: 10px 20px;
}

.subpage-content a.btn-outline {
color: #333;!important	
}

.subpage-content a.btn-outline:hover { color: #fff;}
.btn-outline:hover {
	background-color: #981C23;
	border: 3px solid #981C23;
	color: #fff;
}

.btn-solid{
	border:3px solid #AD9C15;
	background-color:#AD9C15;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform:none;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 6px 20px;
}
.btn-solid:hover {
	background-color: #FFF;
	border: 3px solid #FFF;
	color: #333;
}



/*********** Header Start**********/

.header-row {
	background-color: #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.header-row .logo {
	padding: 0px;
	height: 60px;
}

.navbar-brand {
	float:none;	
}

.contact-info {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	margin:0;
}

.contact-info a {
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
}

.social-icon {
	padding-top: 10px;
	margin-bottom: 0;
}
.social-icon li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
ul.social-icon li a {
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
}


.social-icon li a{
	background:#333;
	width:40px;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
}

.social-icon li a:hover {
	    opacity: 0.8;
    transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
}	


.social-icon li + li a {
	background:#3C5A97;
	
}
.social-icon li + li + li a {
	background:#CD3232;
	
}

.cart-icon {
	position: relative;	
}

.notification {
	position: absolute;
	top: -10px;
    left: 20px;
	background-color: #981C23;
	color: #fff;
	border-radius: 10px;
	padding: 1px 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;;

		
}

.tp-navigations {
}
.tp-navigations .navbar-default {
	background-color: #981C23;
	border-color: #a47c0a;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
}
.tp-navigations .navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.tp-navigations .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	color: #FFF;
	padding-left: 13px;
	padding-right: 13px;
}
@media only screen and (min-width: 0px) and (max-width: 992px) {
	.tp-navigations .navbar-nav>li>a {
		padding: 20px 10px;	
	}
}


.tp-navigations .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #eeb81a;
}
.tp-navigations .navbar-default .navbar-nav>.active>a {
	color: #1f2d3a;
	background-color: #fac11c;
}
.tp-navigations .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #AD9C15;
}
.tp-navigations .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #AD9C15;
	color:#fff;
}
.tp-navigations .container>.navbar-collapse {
	margin-left: -15px!important;
}
.tp-navigations .navbar-form .input-group .form-control {
	border-color: #fff;
	background-color: #fff;
	border-radius: 0px 0px 0px 0px;
	height: 34px;
}
.tp-navigations .input-group-btn .btn-yellow {
	background-color: #fff;
	border-color: #fff;
	color: #494743;
	border-radius: 0px;
}
.tp-navigations .navbar-form .input-group {
	margin-top: 6px;
}
.tp-navigations .navbar-nav>li>.dropdown-menu {
	background-color: #981C23;
	border: 0px;
}
.tp-navigations .navbar-nav>li>.dropdown-menu>li>a:hover {
  color: #333;!important
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	  background-color: #FFF;!important

}	

.tp-navigations .navbar-nav>li>.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 600;
	line-height: 1.42857143;
	color: #FFF;
	white-space: nowrap;
}



.tp-navigations .navbar-default .navbar-toggle {
border-color: #fac11c;
}
.tp-navigations .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #981C23;
background-image: none;
border: 0px solid transparent;
border-radius: 0px;
}
.tp-navigations .navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.tp-navigations .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #981C23;
}
.tp-navigations .navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid #1a2733;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.tp-navigations .navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
}

/******************** Header End ***************/

/***************** Template Camera Slider *****************/

#slider {
}
.slider-wrapper {
	position: relative;
	z-index: 0;
	top: 3px;
	overflow: hidden;
}
#stripe-line {
	border-bottom: 9px
}
#stripe-line {
	-webkit-border-image: url(../images/stripe-line.jpg) 0 0 10 0 round; /* Safari 3.1-5 */
	-o-border-image: url(../images/stripe-line.jpg) 0 0 10 0 round; /* Opera 11-12.1 */
	border-image: url(../images/stripe-line.jpg) 0 0 10 0 round;
	margin-top: -5px;
}
.camera_caption {
	display: block;
	position: absolute;
	width: 100%;
	top: 30%;
	left: 20%;
	max-width: 550px;
}
.camera_caption > div {
	background:transparent!important;
}
.camera_caption h1 {
	color: #fff;
	font-size: 47px;
	text-shadow: 0px 1px 1px rgba(15, 26, 36, 1);
	background-color: rgba(51,51,51,0.5);
	display:inline-block;
	padding: 5px 20px;
}
.slider-btn-0 {
	display:none; !important	
}
.slider-btn-1 {
	display:table;	
}
.camera_wrap a.btn-outline {
	background-color: #AC9F15;
	border:3px solid #AC9F15;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	text-transform:none;
}
.camera_wrap a.btn-outline:hover {
	background-color: #fff;
	border:3px solid #fff;
	color: #333;
}




/***************** Template Camera Slider *****************/

/***************** Aboutus Section Start *****************/


.tp-aboutus {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tp-about-dec {
	margin-top: 20px;
}
.tp-about-dec h1 {
	color: #32302b;
}
.tp-about-feature {
	margin-top: 20px;
}
.tp-about-feature .tp-about-block {
	margin-bottom: 30px;
}
.tp-about-feature .tp-about-block h2 span {
	color: #fac11c;
}
.tp-heading-title {
	text-align: center;
}

.tp-heading-title p {
	margin-bottom: 0; !important	
}
/***************** Aboutus Section End *****************/

/***************** Home Tiles Begin *****************/
.home-tiles {
	text-align:center;
	background-color: #f0f0f0;
	padding-top : 30px;
}

.home-tiles img, .home-main img {
	margin:auto;	
}
.home-tiles h2 {
	margin-top: 15px;
}
.tile-link:hover h2 {
	color: #981C23;
}
.tile-link:hover img {
	opacity: 0.8; !important	
}

.home-tiles img, .home-tiles .col-xs-6 + .col-xs-6 + .col-xs-6  img {
	border-bottom: 3px solid #981b23;	
}

.home-tiles .col-xs-6 + .col-xs-6 img, .home-tiles .col-xs-6 + .col-xs-6 + .col-xs-6 + .col-xs-6 img {
	border-bottom: 3px solid #AC9F15;	
}


/***************** Home Tiles End *****************/


/***************** Home Main Begin *****************/



.home-main img {
	margin: 20px 0;
}

.home-main .btn {
	margin-bottom: 20px;	
}

.home-main-col {
	text-align: center;	
}

.home-main .fb-page {
	margin: 20px 0;	
}
.home-blog {
	margin-bottom: 20px;	
}
.home-blog .home-blog-date {
	color:#AD9C15; 	
	font-weight:600;
}
.home-blog .fa {
	color:#AD9C15; 	
}

.home-blog a h3:hover {
	color: 	#981C23;
}

.specials div:focus {
	outline:none;	
}


/***************** Home Main End *****************/



/***************** Service Section Start *****************/

.tp-section-space {
	padding-top: 90px;
	padding-bottom: 80px;
}
.tp-service-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
}
.tp-service-block {
	margin-bottom: 20px;
	margin-top: 10px;
}
.tp-service-block a h2 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-service-block a h2:hover {
	color: #fac11c;
	text-decoration: none;
}
.tp-thumb-pic {
	margin-bottom: 30px;
}
.tp-ser-dec {
}
/***************** Quote Section Start ****************/
#quote-section {
}
.quote-section {
	background-image:url(../images/bg-ptrn-yellow.jpg);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 70px;
}
.quote-section .tp-heading-title h1 {
	color: #1a2733;
}
.quote-section .btn-outline {
	background-color: #fff;
	border: 3px solid #fff;
	padding:15px 40px;
	font-size: 29px;
	color: #32302b;
}
.quote-section .btn-outline:hover {
	background-color: #fac11c;
	border: 3px solid #1a2733;
	color: #1a2733;
}
/***************** Quote Section End ****************/

/***************** Project Section Start ****************/
#project-section {
}
.project-section {
}
.project-section-space {
	padding-top: 100px;
	padding-bottom: 100px;
}
.project-block {
	margin-bottom: 20px;
	margin-top: 10px;
}
.project-block .pro-thumb {
	margin-bottom: 30px;
}
.project-block .pro-thumb a img {
	
	width: 100%;
}

.project-block .pro-dec {
}
.project-block .pro-dec a h2 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.project-block .pro-dec a h2:hover {
	color: #fac11c;
	text-decoration: none;
}
.project-block .pro-dec .locations {
	color: ##9B9891;
	margin-bottom: 20px;
}
.project-block .pro-dec .locations i {
	margin-right: 10px;
}
/***************** Project Section End ****************/

/***************** News / Blog Section Start **********/

#news-section {
}
.tp-news-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.tp-news-block {
}
.tp-news-block a h2:hover {
	color: #fac11c;
	text-decoration: none;
}
.tp-news-block a h2 {
	line-height: 41px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-news-block .meta-date {
	color: #fac11c;
}
.tp-news-block .meta-date i, .tp-news-block .meta i {
	font-size: 18px;
	margin-right: 10px;
}
.tp-news-block .meta {
	font-size: 10px;
	margin-bottom: 10px;
}
.tp-news-block .meta .meta-tags {
	margin-right: 10px;
}
.tp-news-block .meta .meta-comments {
}
.tp-news-section .btn-block {
	margin-top: 60px;
}
/********** News / Blog Section End *************/


/***************** Trusted Client Section **********/

#trusted {
}
.trusted-section {
	padding-bottom: 100px;
	padding-top: 100px;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/***************** Trusted Client End **********/


/**************** Footer Start *************/
#footer {
}
.footer-section {
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;

}
.footer-section h2{color: #981C23;}
.tp-ft-about {
}
.footer-section p{color: #7d7b77;}
.tp-ft-about .address {
	margin-top: 30px;
}
.tp-ft-about .address ul li, .tp-investor-relation ul li, .tp-pages-link ul li, .tp-informations-link ul li {
	list-style: none;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	color: #7d7b77;
}
.tp-ft-about .address ul li a, .tp-investor-relation ul li a, .tp-pages-link ul li a, .tp-informations-link ul li a {
	list-style: none;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: inherit;
	color: #7d7b77;
}
.tp-ft-about .address ul li a:hover, .tp-investor-relation ul li a:hover, .tp-pages-link ul li a:hover, .tp-informations-link ul li a:hover{color: #fac11c;}
.tp-ft-about .address ul li i, .tp-investor-relation ul li i, .tp-pages-link ul li i, .tp-informations-link ul li i {
	margin-right: 20px;
}
.tp-pages-link {
}
.tp-informations-link {
}
.tp-investor-relation, .tp-pages-link, .tp-informations-link {
	margin-top: 30px;
}
.tp-investor-relation h2, .tp-pages-link h2, .tp-informations-link h2 {
	margin-bottom: 30px;
}
.tp-ft-section-second {
	margin-top: 60px
}
.location-map {
}
.twitter-widget {
}
.twitter-widget ul li {
	margin-bottom: 30px;
	color: #7d7b77;
}
.tp-ft-newsletter {
}
.tp-ft-newsletter .form-group .form-control {
	background-color: #272623;
	border: 1px solid #32312f;
	border-radius: 0px;
	height: 45px;
}
.btn-submit {
	background: #AD9C15;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	border-radius: 0px;
	color: #0f1a25;
	padding:10px 20px;
}


.accreditations img{
	margin:auto;
	max-height: 130px;	
}

#tiny-footer {
}
.tiny-footer {
	background: #333;
	padding-top: 30px;
	font-size: 14px;
	
}
.tiny-footer a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration:none;
	
}

.tiny-footer a:hover {
	color: #AD9C15;
	
}

.tiny-footer p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;	
}
.footer-links ul {
	margin-bottom: 0;	
}

.footer-links ul li {
	display:inline;	
}

.footer-links ul li:after {
	content:' | ';	
	color: #fff;
}

.footer-links ul li:last-child:after {
	content:none;	
}

.footer-links ul li span.fa {
	padding-right: 10px;
}


ul.footer-ql li a {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	text-transform:none;	
}

ul.footer-ql li a:hover {
	text-decoration:underline;	
}


/*div.footer-ql {
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
}*/
ul.footer-ql li {
  list-style:none;
  /*margin-bottom:10px;*/
}

ul.footer-ql li:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #333;
  margin-right: 10px;
}

input.foot-field {
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #FFF;
	padding: 10px 20px;	
}

input.foot-field:focus {
	background: #fafafa;
    border: 1px solid #999999;
	box-shadow: 0 0 5px #999999;
	outline:none;
}

.footMargin {
	margin-bottom: 20px;	
}


/**************** Footer Start *************/



/*****************Common Page Class**********/
#main-wrapper {
}
.main-wrapper {
	padding-top: 60px;
	padding-bottom: 100px;
	}
/************************************************
***************** SUBPAGE *****************
*************************************************/
	
.subpage-content {
	padding:20px 0;	
}
.subpage-content h1 {
	color: #981C23;
}

.subpage-content h2 {
	text-transform:none;	
}

.subpage-content .sidebar h2 {
	color: #981C23;
	text-transform:uppercase;	
}

.subpage-content h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
	font-weight: 600;		
}

.subpage-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #981C23;
	background-color: #f0f0f0;
}

/***************SIDEBAR*************************/

.sidebar .specials {
	margin-bottom: 25px;	
}

.sidebar-blog {margin-bottom: 20px;}

.sidebar-blog a h3:hover {
	color:#981C23;
}

.sidebar-blog h3 {
	font-size:18px;
	font-family:'Open Sans Condensed', sans-serif;
	text-transform:none;		
	}
	
.sidebar-blog .sidebar-blog-body {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-blog .fa-tint, .sidebar-blog .sidebar-blog-date {
	color: #AD9C15;	
}

.sidebar-cart {
	background-color: #F0F0F0;
	padding: 10px 20px;	
	margin-bottom: 25px;
}

.sidebar-cart .subtotal {
	font-family:'Open Sans Condensed', sans-serif;
	color:#981C23;
	font-size: 14px;	
}

.sidebar-cart .subtotal span {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	
}

.sidebar-cart .cart-button {
	margin: 15px 0;	
	text-align: center;
}

.sidebar-cart-item {
	border-bottom: 4px solid #d5d3cc;
	margin-bottom: 5px;
}
.sidebar-cart-item .name {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
}

.sidebar-cart-item .amount, .sidebar-cart-item .price {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
		
}
/************************************************
***************** ABOUT US PAGE *****************
*************************************************/


/************Page header start ***********/

.tp-page-header {
	background-image:url(../images/page-header.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom:33px;
	margin-top:3px;
}
.page-header-title {
	margin-top:20px;
}
.page-header-title h2{color: #FFF;}

.tp-page-header .page-header-title h2 {
	margin-bottom:5px;
}
.tp-page-header .breadcrumb {
	background:transparent;
	padding-left: 0px
}
.tp-page-header .breadcrumb li a {
	color:#fff;
	font-weight:600;
}

.tp-page-header .breadcrumb li a:hover{
	color:#981C23;	
}
.tp-page-header .breadcrumb>.active {
	color: #AD9C15;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}
/************Page header end***********/

/************Company profile start ***********/

#tp-company-profile {
}
.tp-company-profile {
	padding-top: 80px;
	padding-bottom: 100px;
}
.highlight {
	color:#e3a50b;
	font-weight: bold;
}
.tp-history-bg {
	background-color:#fac11c;
	padding:60px 60px;
}
.tp-heading h2 span {
	color: #fac11c;
}
.about-feature {
	margin-top: 80px;
}
#team-section {
}
.team-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.team-section .tp-team-block {
}
.team-section .tp-team-block .team-thumb {
	margin-bottom: 20px;
}
.team-section .tp-team-block .team-dec .desigation {
	color: #9B9891
}
.team-section .view-member {
	margin-top: 80px;
}
.job-section-title h1, .job-section-title p {
	color: #192530
}
.job-section .btn-outline {
	margin-top: 30px;
}
/********************************************************

*******************		Blog Page 	*************************

********************************************************/

.tp-blog-leftside {
}
.blog-post {
	margin-bottom: 30px;
}
.blog-post .blog-thumbnail {
	margin-bottom: 30px;
}
.blog-post .blog-thumbnail img {
	width: 100%;
}
.blog-post .blog-header {
}
.blog-post .blog-title a {
	font-size: 29px;
	color: #32302b;
}
.blog-post .blog-title a:hover {
	color: #fac11c;
}
.blog-post .meta {
}
.blog-post .meta a {
	font-size: 16px;
}
.blog-post .meta .meta-date i, .blog-post .meta .comments i, .blog-post .meta .author i, .blog-post .meta .tags i {
	margin-right: 10px;
	font-size: 14px;
}
.blog-post .meta .comments {
	padding-right: 20px;
	border-right: 1px solid #D5D3CC;
}
.blog-post .meta .author {
	padding-right: 20px;
	border-right: 1px solid #D5D3CC;
	margin-left: 20px;
}
.blog-post .meta .tags {
	margin-right: 20px;
	padding-left: 20px;
}
.blog-post .meta .meta-date {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #D5D3CC;
}
.blog-post .blog-content {
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 40px;
}
/******* Pagination *********/
.blog-pagination {
	text-align: center;
	margin-top: 60px;
}
.blog-pagination .pagination ul li a {
	border:3px solid #3c4f60;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
}
.blog-pagination .pagination>li>a, .pagination>li>span {
	border:2px solid #D5D3CC;
	border-radius: 0px;
	position: relative;
	float: left;
	padding: 8px 16px;
	margin-left: 10px;
	line-height: 1.42857143;
	color: #494743;
	text-decoration: none;
	background-color: transparent;
}
.blog-pagination .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #14212e;
	background-color: #fac11c;
	border:2px solid #fac11c;
}
.blog-pagination .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #14212e;
	background-color: #fac11c;
	border:2px solid #fac11c;
}
/*********** Blo right sidebar **************/
.widget {
	margin-bottom: 30px;
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 30px;
}
.widget-title {
	margin-bottom: 30px;
}
/******* Search post widget **********/

#search-1387 .search-result span{ color: #981C23; font-weight: 700; text-transform:uppercase;}


.search-page-submit {
border: 0px solid transparent; background-color:#AD9C15; color: #fff; font-size: 17px;}

.search-page-search {margin-bottom: 20px;}


.search-widget {
}
.search-widget .input-group .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 45px;
	font-weight: 300;
}
.search-widget .btn-search {
	background: #fac11c;
	height: 45px;
	padding: 0px 20px;
	border: none;
	border-radius: 0px;
}
/******* Categories post widget **********/
.categories-widget {
}
.categories-widget ul li, .archive-widget ul li {
	margin-bottom: 10px;
}
.categories-widget ul li i, .archive-widget ul li i {
	margin-right: 10px;
}
.categories-widget ul li span {
	margin-left: 10px;
	color: #e3a50b;
}
.archive-widget {
}
/******* Recent post widget **********/
.recent-post-widget {
}
.recent-post-widget ul li {
	margin-bottom: 30px
}
.recent-post-widget .recent-title a {
	font-size: 23px;
	color: #32302b;
}
.recent-post-widget .recent-title a:hover {
	font-size: 23px;
	color: #fac11c;
}
.recent-post-widget .small-tumbnail {
	float: left;
	margin-right: 30px;
}

.recent-post-widget ul li .meta-date i {
	margin-right: 10px;
	font-size: 14px;
}
/******* Tags post widget **********/

.tags-widget a {
	margin-bottom: 5px;
	margin-right: 1px;
	font-size: 16px;
}
.tags-widget a.btn-outline {
	padding: 5px 10px;
}
/*************************************************
********************* Blog Details ***************
*************************************************/

.blog-content blockquote {
	background-color: #D5D3CC;
	color: #333029;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 18px;
	border-left: 5px solid #fac11c;
}
.blog-content ul {
	margin-bottom: 30px;
}
.blog-post .post-next-prev {
	margin-top: 30px;
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 10px;
}
.blog-post .post-next-prev .pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.blog-post .post-next-prev .pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: transparent;
	border: 3px solid #D5D3CC;
	border-radius: 0px;
}
.blog-post .post-next-prev .pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #fac11c;
	color: #1f2d3a;
	border: 2px solid #fac11c;
}
/******************* Author Block *******************/
.author-block {
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 40px;
}
.author-block .author-bg {
	background-color: #fff;
	padding: 40px 30px;
}
.author-dec h3 a.name-author {
	font-size: 23px;
	color: #32302b;
}
.author-dec h3 a.name-author:hover {
	color: #fac11c;
}
.author-block .author-bg .btn-outline {
	padding: 4px 20px;
}
/***************** Comments ****************/
#comments {
}
.comments {
	margin-top: 40px;
}
.comments .media {
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.comments .media .nested-media {
	border: none;
	margin-top: 60px;
	margin-bottom: 0px;
}
.comments .media a.media-left {
	padding-right: 30px;
}
.comments .media .media-body {
}
.comments .media .media-body h3.media-heading a {
	color: #32302c;
}
.comments .media .media-body h3.media-heading a:hover {
	color: #fac11c;
}
.comments .media .media-body p span {
	font-size: 14px;
	margin-right: 10px;
}
.comments .media .media-body .btn-outline {
	padding: 0px 15px;
}
.comments .media .media-body .btn-outline i {
	margin-right: 10px;
}
/****************** Leave comments section *******************/
#leave-comments {
}
.leave-comments {
}
.leave-comments form.leave-form {
	margin-top: 60px;
}
.leave-comments .form-group .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	width: 65%;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}



.form-control:focus {
	border-color: #981C23;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(197, 67, 75, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(197, 67, 75, .6);
}



.leave-comments .form-group textarea.form-control {
	width: 80%;
	height: auto;
}
/****************************************************
*******************  Service Page  ******************
****************************************************/
#service-page {
}
.tp-service-page {
}
.tp-service-page .service-list {
	margin-bottom: 60px;
}
.tp-service-page .tp-service-block .tp-ser-dec ul li a {
	font-family: 'Roboto', sans-serif;
	text-transform: inherit;
}
.tp-service-block ul li i {
	margin-right: 10px;
}
/****************************************************
*******************  Project Page  ******************
****************************************************/
#project-page {
}
.project-page {
}
.project-page .project-listing {
	margin-bottom: 60px;
}
/****************************************************
*******************  Project Details Page  ******************
****************************************************/
.project-detail-page {
}
.project-heading {
}
.project-heading .btn-outline {
	padding: 5px 10px;
	font-size: 14px;
}
.project-detail-page .locations i {
	margin-right: 10px;
}
.project-detail-page .project-descriptions {
}
.project-info {
}
.info-box {
	background-color: #FFFFFF;
border: 6px solid #EEEDE8;
	padding: 30px;
	margin-bottom: 30px;
}
.project-details {
}
.project-details p, .project-details h3 {
	margin-bottom: 10px;
}
.project-details .project-title {
	margin-top: 60px;
}
.project-details .project-client {
}
.project-details .project-location {
}
.project-details .project-country {
	margin-bottom: 10px;
}
.project-details .project-country .btn-outline {
	padding: 5px 10px;
	margin-top: 10px;
}
.project-details>.project-title, .project-client, .project-location, .project-country {
	margin-bottom: 30px;
}
.performance-info {
}
.performance-info h3 {
	color: #fac11c;
}
.fact-info {
}
.fact-info .btn-outline {
	padding: 5px 15px 5px 10px;
	margin-top: 10px;
}
.fact-info .btn-outline i {
	margin-right: 10px;
	margin-left: 5px;
}
/****************************************************
*******************  Contact us Page  ******************
****************************************************/
#contact-page {
}
.contact-page {
}
.contact-heading {
	border-bottom: 1px solid #D5D3CC;
}
.contact-page .contact-form .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	width: 65%;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.contact-page .contact-form label {
	font-weight: 300;
	color: #494743;
	margin-bottom: 15px;
}
.contact-page .contact-form textarea.form-control {
	width: 90%;
	height: auto;
}
.contact-form, .investor-info {
	margin-top: 30px;
}
.ct-support {
	margin-top: 30px;
}
.ct-support i, .contact-address .ct-address p i {
	margin-right: 10px;
}
#contact-address {
}
.contact-address {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 10px;
}
.contact-address .ct-address {
	color: #90a3b5;
	font-weight: 300;
}
.contact-address .ct-address p {
	margin-bottom: 10px;
}
.contact-address .ct-address .address-info {
	margin-top: 30px;
}
.contact-address .map-box {
	margin-top: 60px;
	opacity: .5
}
.contact-address .ct-address p i {
	color: #fac11c;
}
/****************************************************
*******************  Investor Page  ******************
****************************************************/

#investor-page {
}
.investor-page {
	margin-bottom: 60px;
	padding-bottom: 60px;
	padding-top: 30px;
}
#report-sections {
}
.report-sections {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.report-sections .report-block {
	margin-bottom: 30px;
}
.report-sections .report-block img {
	margin-bottom: 30px;
}
/****************************************************
*******************  Annual Report Page  ******************
****************************************************/

#report-listing {
}
.listing-heading {
	border-bottom: 1px solid #D5D3CC;
	padding-bottom: 60px;
}
.report-listing {
}
.report-listing .listing-block {
	border-bottom: 1px solid #D5D3CC;
	padding-top: 60px;
	padding-bottom: 60px;
}
.report-listing .report-decriptions {
}
.report-listing .report-decriptions .btn-outline i {
	margin-right: 10px;
}
.report-listing .report-decriptions small {
	margin-left: 20px;
	font-size: 12px;
}
.report-listing .report-decriptions small a.click-here {
	color: #e3a50b;
	font-size: 12px;
}
/****************************************************
*******************  Quarterly Report Page  ******************
****************************************************/
.quater-report-list {
	margin-top: 30px;
}
.quater-report-list li {
	margin-bottom: 20px;
}
.quater-report-list li i {
	margin-right: 10px;
}
.quater-report-list li a.btn-outline {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.icon-pdf-red {
	color: #d22f2f;
}
.presentation-list {
	margin-top: 30px;
	display: -webkit-box;
	border-bottom: #D5D3CC solid 1px;
}
.presentation-list i {
	margin-right: 10px;
}
.presentation-list span {
	margin-left: 30px;
	display: -webkit-box;
	color: #e3a50b;
	font-size: 16px;
}
.presentation-list .btn-outline {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 15px
}
/****************************************************
*******************  Investor Form Page  ******************
****************************************************/

.invest-form {
	margin-top: 30px;
}
.invest-form .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	color: #494743;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.invest-form textarea.form-control {
	min-height: 120px;
}
.invest-form .control-label {
	color: #494743;
	font-weight: 300;
	text-align: left;
}
.invest-form .atrisk {
	color: red;
	padding-left: 3px;
}
.report-blocks {
	margin-top: 25px;
}
.report-blocks .row {
	margin-bottom:20px;
}
/****************************************************
*******************  Career Page  ******************
****************************************************/
#career-page {
}
.career-page {
}
.career-descriptions {
}
.career-descriptions img {
	margin-bottom: 30px;
}
.job-listing {
}
.job-listing .panel-group {
	margin-top: 60px;
}
.job-listing .panel {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.job-listing .panel-default>.panel-heading {
	background-color: #D5D3CC;
	border:none;
	padding: 17px 20px;
	color: #32302b;
	border-radius: 0px;
}
.job-listing .panel-default>.panel-heading+.panel-collapse>.panel-body {
	background-color: #fff;
	border: none;
}
.panel-title>a {
	font-size: 23px;
}
.panel-title>a:hover{
	font-size: 23px;
	color: #fff;
}
/*** HR informations ****/
.hr-info {
}
.hr-info ul li i {
	margin-right: 10px;
	color: #fac11c;
}
.hr-info ul {
	margin-bottom: 0px;
}
/**** career-form ****/

.career-form .form-control {
	/*background-color: #17222c;
	border: 1px solid #324656;*/
	border-radius: 0px;
	height: 55px;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.career-form .control-label {
	color: #494743;
	font-weight: 300;
	text-align: left;
	margin-bottom: 10px;
	
}
.career-form .atrisk {
	color: red;
	padding-left: 3px;
}
/****************************************************
*******************  Board of Member Page  ******************
****************************************************/
#board-member {
}
.board-member {
}
.board-title {
	margin-bottom: 30px;
}
.member-block {
	margin-bottom: 60px;
}
.member-section .tp-team-block .team-thumb {
	margin-bottom: 30px;
}
.desigation {
	color: #9B9891;
}
#member-section {
}
.member-section {
	padding-top: 60px;
	margin-bottom: 20px;
}
.member-section .tp-team-block {
	margin-bottom: 30px;
	margin-top: 30px;
}
/****************************************************
*******************  FAQ Page  ******************
****************************************************/
#faq-page {
}
.faq-page {
}
.faq-collpase {
}
.faq-collpase .panel {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.faq-collpase .panel-group {
	margin-top: 30px;
}
.job-listing .panel {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.faq-collpase .panel-default>.panel-heading {
	background-color: #D5D3CC;
	border:none;
	padding: 17px 20px;
	color: #494743;
	border-radius: 0px;
}
.faq-collpase .panel-default>.panel-heading+.panel-collapse in>.panel-body {
	background-color: #1f2d3a;
	border: none;
}
.faq-collpase .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
	padding: 30px;
}
.investor-faq {
	margin-top: 60px;
}
/****************************************************
*******************  Shortcode Alert Page  ******************
****************************************************/
#st-page {
}
.st-page {
}
.st-page .st-alerts {
	margin-top: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}
.st-page .st-alerts .alert {
	border-radius: 0px;
}
.st-page .st-alerts .alert-success {
	color: #034d26;
	background-color: #14b35f;
	border:none;
}
.st-page .st-alerts .alert-info {
	color: #02476b;
	background-color: #1f96d4;
	border:none;
}
.st-page .st-alerts .alert-warning {
	color: #766404;
	background-color: #e0cd67;
	border:none;
}
.st-page .st-alerts .alert-danger {
	color: #7d0808;
	background-color: #dd4242;
	border:none;
}
.st-page .st-alerts .alert-notice {
	color: #232c36;
	background-color: #6f8fae;
	border:none;
}
.boxed-alert {
	margin-top: 60px;
}
.alert-box {
	padding: 40px;
	text-align: center;
}
.st-page .st-alerts .alert-success h1 {
	color: #034d26;
}
.st-page .st-alerts .alert-info h1 {
	color: #02476b;
}
.st-page .st-alerts .alert-warning h1 {
	color: #766404;
}
.st-page .st-alerts .alert-danger h1 {
	color: #7d0808;
}
.st-page .st-alerts .alert-notice h1 {
	color: #232c36;
}
/****************************************************
*******************  Shortcode Columns Page  ******************
****************************************************/
#st-column-page {
}
.st-column-page {
}
.st-column-page .column-title {
	margin-bottom: 30px;
}
.st-column-page .row {
	margin-bottom: 30px;
}
/****************************************************
*******************  Shortcode Tabs Page  ******************
****************************************************/
#st-tabs-page {
}
.st-tabs-page {
}
.tab-section {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tabs-title {
	margin-bottom: 30px;
	margin-top: 30px
}
.st-tabs .tab-content {
	background-color: #fff;
	border: 5px solid #D5D3CC;
	border-top: none;
	padding: 40px;
}
.st-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #fac11c;
	cursor: default;
	background-color: #fff;
	border: 5px solid #D5D3CC;
	border-bottom-color: transparent;
	padding: 15px 60px;
}
.st-tabs .nav-tabs>li>a {
	padding: 15px 60px;
	border: 5px solid #D5D3CC;
	margin-right: -5px;
	border-radius: 0px;
}
.st-tabs .nav-tabs>li>a:hover {
	border-color: #fac11c;
	padding: 15px 60px;
}
.st-tabs .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #fac11c;
	color: #253340;
}
.st-tabs .nav-tabs {
	border-bottom: 5px solid #D5D3CC;
}
.st-tabs .nav-tabs>li {
	float: left;
	margin-bottom: -5px;
}
/* Tabs panel */
.st-tab-two {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 60px;
}
.tabbable-panel {
}
/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
	background-color: #D5D3CC;
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	padding: 15px 30px;
}
.tabbable-panel .nav-tabs>li>a:hover {
	border-top: none;
	border: none;
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #fac11c;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #fac11c;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #fac11c;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #fac11c;
	padding: 15px 30px;
	background: #fff;
	border-radius: 0px;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color:	transparent;
	border: 0;
	border:none;
	padding:40px 0px;
}
.tabbable-line .nav-tabs>li.active>a:hover{color: #fac11c;
cursor: default;
background-color: #1f2d3a;
border: none;
border-bottom-color: transparent;
padding: 15px 30px;}

.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}
/******Tabs style 3 *****/
.st-tabs-second .tab-content {
	background-color: #fff;
	/*border: 5px solid #253340;*/
	border-top: none;
	padding: 40px;
}
.st-tabs-second .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #32302b;
	cursor: default;
	background-color: #fac11c;
	border: 5px solid #fac11c;
	border-bottom-color: transparent;
	padding: 13px 60px;
}

.st-tabs-second .nav-tabs>li>a {
	padding: 15px 60px;
	/*border: 5px solid #253340;*/
	margin-right: 5px;
	border-radius: 0px;
	background-color: #D5D3CC;
}

.st-tabs-second .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #fac11c;
	color: #253340;
}
.st-tabs-second .nav-tabs {
	border-bottom: 5px solid #fac11c;
}
.st-tabs-second .nav-tabs>li {
	float: left;
	margin-bottom: -5px;
}
/****************************************************
*******************  Accordion Toggle Page  ******************
****************************************************/
#toggle-page {
}
.toggle-page {
}
.toggle-page-collpase {
}
.toggle-page .panel {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.toggle-page .panel-group {
	margin-top: 30px;
}
.job-listing .panel {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.toggle-page .panel-default>.panel-heading {
	background-color: #D5D3CC;
	border:none;
	padding: 17px 20px;
	color: #32302b;
	border-radius: 0px;
}
.toggle-page .panel-default>.panel-heading+.panel-collapse in>.panel-body {
	background-color: #1f2d3a;
	border: none;
}
.toggle-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
	padding: 30px;
}
/****************************************************
*******************  List Style Page  ******************
****************************************************/
#st-list-page .st-list-page {
}
.st-list {
	margin-bottom: 80px;
	padding-top: 60px;
}
.st-list-space {
	padding-top: 100px;
}
.st-list-block {
}
.st-list-block ul li i {
	color: #fac11c;
	margin-right: 10px;
	font-size: 14px;
}
.list-section {
	background-image:url(../images/tp-pattern.png);
	background-repeat:repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
/****************************************************
*******************  Shortcode Table Page  ******************
****************************************************/

#st-tables-page {
}
.st-tables-page {
}
.st-tables-page .basic-table {
	font-weight: 300;
	margin-bottom: 60px;
}
.st-tables-page .basic-table h2 {
	margin-bottom: 60px;
}
.st-tables-page .basic-table .table tr th, .data-table .table tr th {
	background-color: #fac11c;
	border: none;
	font-size: 18px;
	color: #1a2631;
}
.st-tables-page .basic-table .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: 12px 10px;
	line-height: 1.42857143;
	vertical-align: top;
	border: none;
	font-size: 16px;
}
.st-tables-page .basic-table .table tr td {
	border: none;
}
 .st-tables-page .basic-table .table-striped>tbody>tr:nth-child(odd) {
background-color: #f1f0eb;
}
 .st-tables-page .basic-table .table-striped>tbody>tr:nth-child(even) {
background-color: #e7e5de;
}
.basic-table label {
	color: #494743;
	font-weight: 300;
}
.basic-table .dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding:0px;
	margin-left: 0px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	border: none;
}
.basic-table .pagination ul li a {
	border: 3px solid #D5D3CC;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
}
.basic-table .pagination>li>a, .pagination>li>span {
	border: 3px solid #D5D3CC;
	border-radius: 0px;
	position: relative;
	float: left;
	padding: 8px 16px;
	margin-left: 10px;
	line-height: 1.42857143;
	color: #32302b;
	text-decoration: none;
	background-color: transparent;
}
.basic-table .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #32302b;
	background-color: #fac11c;
	border:3px solid #fac11c;
}
.basic-table .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #14212e;
	background-color: #fac11c;
	border:3px solid #fac11c;
}
.basic-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	border: none;
}

.dataTables_wrapper .dataTables_filter input {
	background-color: #fff;
	
	border-radius: 0px;
	height: 42px;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 20px;
}
.basic-table .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #494743!important;
}
table.dataTable.no-footer{border: none!important;}


.ip-table-striped > tbody > tr:nth-child(odd) {
    background-color: #f1f0eb;
}

.ip-table-striped > tbody > tr:nth-child(even) {
    background-color: #e7e5de;
}

/*.ip-table-striped thead tr th {
	background-color: rgba(152, 28, 35, 0.1)	
} - Red*/

/*.ip-table-striped thead tr th {
	background-color: rgba(173, 156, 21, 0.1)	
}*/

/****************************************************
*******************  Shop Page  ******************
****************************************************/


#woo-shop {
}
.woo-shop {
}
.woo-shop .shop-listing {
}
.woo-shop .shop-listing .products {
	margin-bottom: 30px;
}
.woo-shop .shop-listing .products .product-box {
	margin-bottom: 30px;
	margin-top: 30px;
}
.woo-shop .shop-listing .products .product-box a {
}
.woo-shop .shop-listing .products .product-box .product-wrap {
	background-color: #ecebe7;
	margin-bottom: 30px;
	border: 3px solid #ecebe7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woo-shop .shop-listing .products .product-box .product-wrap:hover {
	border: 3px solid #fac11c;
}
.woo-shop .shop-listing .products .product-box .product-wrap img {
	width: 100%;
}
.woo-shop .shop-listing .products .product-box .offer {
	background-color: #fac11c;
	padding: 5px 15px;
	position: absolute;
	color: #17222c;
}
.woo-shop .shop-listing .products .product-box h2 a {
	font-size: 29px;
	color: #32302b;
}
.woo-shop .shop-listing .products .product-box h2 a:hover {
	color: #fac11c;
}
.woo-shop .shop-listing .products .product-box p.rating {
	font-size: 16px;
	color: #2e3f4f;
}
.woo-shop .shop-listing .products .product-box p.rating span a {
	color: #D5D3CC;
}
.woo-shop .shop-listing .products .product-box p.rating span a:hover {
	color:#fac11c;
}
.woo-shop .shop-listing .products .product-box p.rating span a.rating-done {
	color:#fac11c;
}
.woo-shop .shop-listing .products .product-box p.price {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 23px;
	color: #fac11c;
	margin-bottom: 10px;
}
.woo-shop .shop-listing .products .product-box p.price .price-del {
	text-decoration:line-through;
	color: #D5D3CC;
	padding-right: 10px;
}
.woo-shop .shop-listing .products .product-box a.btn-outline {
}
.woo-shop .shop-listing .products .product-box a.btn-outline i {
	padding-right: 10px;
}
/************ shop-sidebar ***************/
.shop-sidebar {
}
.shop-sidebar .price-filter {
	margin-bottom: 30px;
	border-bottom: 1px solid #18232d;
	padding-bottom: 30px;
}
.shop-sidebar .price-filter h2 {
	margin-bottom: 30px;
}
.shop-sidebar .price-filter .price-wrapper {
	margin-left: 8px;
}
.shop-sidebar .price-filter .price-slider-light {
	background-color: #8e8b82;
	width: 100%;
	border: 2px solid #d5d3cc;
	height: 12px;
}
.shop-sidebar .price-filter .price-slider {
	background-color: #ecebe7;
	width: 80%;
	border: 2px solid #d5d3cc;
	height: 12px;
	margin-top: -2px;
	margin-left: -2px;
}
.slider-handle {
	background-color: #fac11c;
	width: 18px;
	height: 18px;
	border: 1px solid #fac11c;
	border-radius: 8px;
	position: absolute;
	margin: -6px 0 0 -8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 -1px 3px #fac11c inset, 0 1px 3px #fac11c inset;
}
.handle-right {
	right: 20%;
}
.price_slider_amount {
	margin-top: 30px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: transparent;
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
}
/* top rated products sidebar ***/

.shop-sidebar .top-listing .products {
	margin-top: 30px;
}
.shop-sidebar .top-listing .product-box .product-wrap {
	background-color: #ecebe7;
	margin-bottom: 30px;
	border: 2px solid #ecebe7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.shop-sidebar .top-listing .product-wrap:hover {
	border: 2px solid #fac11c;
}
.shop-sidebar .top-listing .product-box {
	padding-bottom: 10px;
}
.shop-sidebar .top-listing .product-box h3 {
	margin-bottom: 5px;
}
.shop-sidebar .top-listing .product-box p.price {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #fac11c;
	margin-bottom: 0px;
}
.shop-sidebar .top-listing .product-box p.rating a {
	font-size: 16px;
	color: #D5D3CC;
}
.shop-sidebar .top-listing .product-box p.rating a:hover {
	font-size: 16px;
	color: #fac11c;
}
.shop-sidebar .top-listing .product-box p.rating span a.rating-done {
	color: #fac11c;
}
/****************************************************
*******************  Shop Details Page  ******************
****************************************************/
#woo-shop {
}
.woo-shop {
}
.woo-shop .shop-details {
}
.woo-shop .shop-details .product-title {
}
.woo-shop .shop-details .product-summry .product-box .product-wrap {
	background-color: #ecebe7;
}
.woo-shop .shop-details .product-summry .product-box .product-wrap img{width:100%;}
.woo-shop .shop-details .product-summry {
	margin-bottom: 30px;
	margin-top: 30px;
}
.woo-shop .shop-details .product-summry .summry-details p.price {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 23px;
	color: #fac11c;
	margin-bottom: 10px;
}
.woo-shop .shop-details .product-summry .summry-details p.rating a {
	font-size: 16px;
	color: #D5D3CC;
}
.woo-shop .shop-details .product-summry .summry-details p.rating a:hover {
	font-size: 16px;
	color: #fac11c;
}
.woo-shop .shop-details .product-summry .summry-details p.rating span a.rating-done {
	color: #fac11c;
}
a.btn-outline i {
	padding-right: 10px;
}
.woo-shop .shop-details .product-summry .product-box .product-thumbnails {
	margin-top: 20px;
}
.woo-shop .shop-details .product-summry .product-box .product-thumbnails .thumb-box {
	background-color: #ecebe7;
	float: left;
	margin-right: 12px;
	border: 3px solid #ecebe7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woo-shop .shop-details .product-summry .product-box .product-thumbnails .thumb-box:hover {
	border: 3px solid #fac11c;
}
.woo-shop .shop-details .product-summry .product-box .product-thumbnails .active {
	border: 3px solid #fac11c;
}
.woo-shop .shop-details .product-summry .summry-details .product_meta {
	margin-top: 20px;
	font-size: 14px;
}
.woo-shop .shop-details .product-summry .summry-details .product_meta .posted_in {
	margin-right: 10px;
}
.woo-shop .shop-details .product-summry .summry-details .product_meta .posted_in a, .tagged_as a {
	font-size: 14px;
}
.woo-shop .shop-details .product-summry .summry-details .quantity {
	margin-bottom: 15px;
}
.woo-shop .shop-details .product-summry .summry-details .quantity .btn-outline {
	border: 2px solid #ecebe7;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 6px 20px;
	margin-top: -4px;
}
.woo-shop .shop-details .product-summry .summry-details .quantity input[type=number] {
	border: 2px solid #ecebe7;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 6px;
	background: #fff;
	width: 14%;
}
/********  woo-commerce-tabs  ***********/
.woo-commerce-tabs {
	margin-top: 100px;
}
table.shop_attributes th {
	color: #fac11c;
}
table.shop_attributes td p {
	margin: 0;
	padding: 8px 30px;
}
.reviews {
}
.woo-comments {
}
.woo-comments .commentslist {
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.woo-comments .commentslist .comment-text {
}
.woo-comments .commentslist .comment-text h3 {
	font-size: 18px;
}
.woo-comments .commentslist .comment-text p.rating {
	margin-bottom: 10px;
}
.woo-comments .commentslist .comment-text p.rating a {
	font-size: 16px;
	color: #ecebe7;
}
.woo-comments .commentslist .comment-text p.rating a:hover {
	font-size: 16px;
	color: #fac11c;
}
.woo-comments .commentslist .comment-text span a.rating-done {
	color: #fac11c;
}
/**************** review form **************/
.review-form {
}
.review-form .comment-form {
	margin-top: 40px;
}
.review-form .comment-form label {
	font-weight: 300;
	text-align: left;
}
.review-form .comment-form .form-control {
	background-color: #ecebe7;
	border: 1px solid #d5d3cc;
	border-radius: 0px;
	height: 55px;
	width: 65%;
	color: #90a3b5;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
}
.stars {
	margin-top: 5px;
}
.stars a {
	padding-right: 20px;
	font-size: 16px;
	color: #ecebe7;
}
.stars a:hover {
	color: #fac11c;
}
.stars a i {
	padding-right: 3px;
}
textarea.form-control {
	height: auto;
	min-height: 120px;
}
/********** Related Product ************/
.related-products {
	margin-top: 60px;
}
.related-products .product-box .product-wrap {
	background-color: #ecebe7;
	margin-bottom: 30px;
	border: 3px solid #ecebe7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.related-products .product-box .product-wrap img{width:100%;}
.related-products .product-box .product-wrap:hover {
	background-color: #ecebe7;
	margin-bottom: 30px;
	border: 3px solid #fac11c;
}
.related-products .product-box h2 a {
	font-size: 29px;
	color: #32302b;
}
.related-products .product-box h2 a:hover {
	font-size: 29px;
	color: #fac11c;
}
.related-products .product-box p.price {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 23px;
	color: #fac11c;
	margin-bottom: 10px;
}
.related-products .product-box p.rating span a {
	font-size: 16px;
	color: #ecebe7;
}
.related-products .product-box p.rating span a:hover {
	font-size: 16px;
	color: #fac11c;
}
.related-products .product-box p.rating a.rating-done {
	color: #fac11c;
}
/****************************************************
*******************  View Cart Page  ******************
****************************************************/

#view-cart {
}
.view-cart {
}
.view-cart table {
	width: 100%;
}
.view-cart .shop_table {
	border-radius: 0;
	border: 3px solid #D5D3CC;
}
.view-cart .shop_table tr th {
	background: #ecebe7;
	padding: 17px;
	border-bottom: 3px solid #D5D3CC;
	font-weight: 200;
}
.view-cart .shop_table tr td {
	border-top: 3px solid #D5D3CC;
	padding: 20px;
}
.view-cart .cart_item {
}
.view-cart .cart_item .product-remove a {
	color: red;
}
.view-cart .cart_item .product-thumbnail {
}
.view-cart .cart_item .product-thumbnail img {
	border: none;
	background: #D5D3CC;
	border: 3px solid #D5D3CC;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.view-cart .cart_item .product-thumbnail img:hover {
	border: none;
	background: #D5D3CC;
	border: 3px solid #fac11c;
}
.view-cart .cart_item .product-quantity input[type=number] {
	border: 3px solid #D5D3CC;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 10px;
	background: #D5D3CC;
	width: 25%;
}
.view-cart .shop_table tr td.actions {
}
.view-cart .shop_table tr td.actions .button-update {
	float: right;
	margin-right: 10px;
}
.view-cart .shop_table tr td.actions .checkout-button {
	float: right;
}
.coupon {
	float: left;
}
.coupon .input-text {
	background-color: #ecebe7;
	border: 3px solid #d5d3cc;
	border-radius: 0px;
	height: 51px;
	font-weight: 300;
	padding-left: 10px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	border: 3px solid #AD9C15;
	background: #AD9C15;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;
	color: #FFF;
}
button, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	border: 3px solid #FFF;
	background: #FFF;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	padding: 10px 20px;
	color: #333;
}
select.form-control{ border-radius: 0px;
height: 55px;
color: #90a3b5;
font-size: 18px;
font-weight: 300;
padding-left: 20px;
margin-bottom: 20px;
}

.shop-viewcart .cart-collaterals {
	margin-top: 60px;
}
.shop-viewcart .cart-collaterals .cart_totals table {
	border-radius: 0;
	border: 3px solid #D5D3CC;
	width: 100%;
}
.shop-viewcart .cart-collaterals .cart_totals table tr th {
	padding: 10px;
	border: none;
	border-top: 3px solid #D5D3CC;
	font-weight: 100;
}
.cart_totals table>tbody>tr>td {
	text-align: right;
	border-top: 3px solid #D5D3CC;
	padding: 20px;
}
.shipping_calculator .form-control {
border-radius: 0px;
height: 55px;
color: #494743;
font-size: 18px;
font-weight: 300;
padding-left: 20px;
}
.shipping_calculator .billing-details .form-control {
	background-color: #17222c;
	border: 1px solid #324656;
	border-radius: 0px;
	height: 55px;
	color: #494743;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 30px;
}
/****************************************************
*******************  checkout   ******************
****************************************************/

#shop-checkout {
}
.shop-checkout .billing-details .form-control {
	border-radius: 0px;
height: 55px;
color: #494743;
font-size: 18px;
font-weight: 300;
padding-left: 20px;
}
.shop-checkout .form-group {
}
.shop-checkout .form-group input {
	margin-bottom: 10px;
}
textarea.form-control {
	background-color: #fff;
	
	border-radius: 0px;
	height: 55px;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
}
.shop-checkout label {
	font-weight: 100;
}
/***** Order review *****/
.order_review {
	margin-top: 60px;
}
.order_review .shop_table {
	border-radius: 0;
	border: 3px solid #d5d3cc;
	width: 100%;
}
.order_review .shop_table tr th.product-name, .order_review .shop_table tr th.product-total, .order-total th {
	color: #fac11c;
}
.order_review .shop_table tr th, .order_review .shop_table tr td {
	padding: 15px 10px;
	border-top: 3px solid #d5d3cc;
	font-weight: 300;

}
.payment-option {
}
.payment-option .well {
	background: #ecebe7;
	border: none;
	margin-top: 20px;
}
.payment-option .btn-submit {
	margin-top: 60px;
}
.payment-option .well p {
	margin: 0px;
}
.payment-option label {
	padding-right: 10px;
}
.paypal-icon {
	padding-left: 10px;
}
/****************************************************
*******************  404 Error  ******************
****************************************************/



#error-page {
}
.error-page {
	background:url(../images/404.jpg) no-repeat bottom center scroll;
	height: 839px;
}
.error-content {
	padding-top: 250px;
}
.error-content .lead {
	font-size: 29px;
}
.error-heading {
	font-size: 350px;
	line-height: 245px;
}

.nav li.dropdown {display:none;}
/********** Mobile CSS  ****************/

@media(max-width:991px) {
	
	.navbar-form {display:none;}	
}


@media(max-width:767px) {

/****** Social icon header  *******/
/*.social-icon, .contact-info span.mail-info{display: none;}*/
/*****Contact infor******/
.contact-info {
text-align: right;
padding-top: 0px;
}
/******Camera slider heading size *********/
.camera_caption h1 {
color: #fff;
text-shadow: 0px 1px 1px rgba(15, 26, 36, 1);
font-size: 29px;
}
.camera_caption {
display: block;
position: absolute;
width: 100%;
top: 30%;
left: 10%;
max-width: 550px;
}

.contact-page .contact-form .form-control{width: 100%;}
.blog-pagination .pagination>li>a, .pagination>li>span {
border: 2px solid #3c4f60;
border-radius: 0px;
position: relative;
float: left;
padding: 8px 16px;
margin-left: 5px;
line-height: 1.42857143;
color: #90a3b5;
text-decoration: none;
background-color: transparent;
}

.mobile-margin-none {
	margin: 0;!important	
}

.navbar-form {display:block;}

li.profile-email a {font-size: 14px;}

}


/******Site Locator Detail*********/

.locator-contact {
	border: 3px solid #d5d3cc;	
	margin-bottom: 30px;
	padding: 15px;
}

.locator-info {
	background-color: #f0f0f0;
	border-bottom: 3px solid #981c23;
	margin-bottom: 30px;
	padding: 15px;	
}

ul.horList {margin-bottom:0;}
ul.horList li {
	display:inline-block;
	font-size: 16px;	
}

ul.horList li span {color: #981C23;}
ul.list16 li {font-size:16px;}
ul.list16 li:nth-child(2) {padding-left: 22px;}

.map-detail h2 {
	text-transform:uppercase;
	margin-bottom: 10px;}


.map-detail .btn-sml, .contact-form .btn-sml {
    margin-bottom: 15px;
    font-size: 14px;
	
}

.info .btn-sml {margin-top:10px;padding: 5px;font-size: 14px;}

.site-locator-search {
	margin-bottom: 10px;	
}

.site-locator-search input[type=text], .site-locator-search input[type=submit], .site-locator-search select {
	 display: block;
    width: 100%;
	height: 40px;
    padding: 5px 12px;
    /*margin-bottom: 10px;*/
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 3px solid #D5D3CC;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.site-locator-search input[type=submit] {margin-top:30px;}


.site-locator-search input:focus, .site-locator-search input[type=submit]:focus, .site-locator-search input[type=submit]:hover,  .site-locator-search select:focus, .locator-result a:focus, .locator-result a:hover  {
    border-color: #AD9C15;
    outline: 0;}

.locator-result {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #981C23;
    background-color: #f0f0f0;	
}

.locator-result .row .count {
	font-weight: 700;
}

.locator-result a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	padding: 5px 15px;
	border: 3px solid #D5D3CC;
	text-transform:uppercase;
	margin-bottom: 10px;	
}

.opt-0 {display:none;}
.opt-1 {color:#981C23; font-weight:600;}

.footer-section p.natroad {
	color: #0a227a;
	line-height:normal;
	font-size:14px;
	font-weight: 600;
	text-align:center;
}

.contact-form select.form-control {
    border-radius: 0px;
    height: 100%;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    /* padding-left: 20px; */
}

.contact-form .form-control[readonly]{
	cursor:pointer;	
}

.contact-form .input-group-addon {
	border-radius: 0px;	
}

.contact-form .input-group {margin-bottom: 10px;}

.form-control {
	border-radius: 0px;	
	font-size: 16px;
	height: 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	box-shadow:none;!important
	-webkit-box-shadow:none;!important
	
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.sml-text {
	font-size:14px;
	color: #aaa;	
}

blockquote a {
	color: 	#981C23;
	font-weight: 600;
}

blockquote a:hover {
	color: 	#333;
	font-weight: 600;
}

.staff-profile {
	margin-bottom: 50px;
}

.staff-profile img {
	border-radius : 50%;	
	padding: 3px;
	border: 3px solid #981C23;
}


li.profile-name {
	font-size: 18px;
	font-weight:bold;
		
}
li.profile-position {
	font-size:14px;
	font-family: 'Open Sans Condensed', sans-serif;	
}

ul.cust-portal, ul.cust-portal li a {
	display:inline;
	margin-top:13px;
	
}

ul.cust-portal li a:active, ul.cust-portal li a:visited {
	text-decoration:none;	
}
