.inner-page{
	padding-top: 127px;
}
.page-title{
	background: #a8acb5;
	padding: 50px 0;
	margin: 0 0 40px;
}
.page-title .pager-header{
	color: #fff;
	font-family: 'Roboto Slab', 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 40px;
}
.product-helight{
    margin: 20px 0 0;
}
.product-helight .row{
    background: #fe6610;
    margin: 0;
	positive: relative;
}
.product-helight .text-section{
    background: #fe6610;
    padding: 45px;	
}
.product-helight .text-section h3{
    margin: 0 0 20px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;	
}
.product-helight .text-section p{
    color: #fff;
    margin: 0 0 20px;
    font-size: 15px;
}
.product-helight .thumb-section{
	padding: 0;
}
.product-helight .thumb-section img{
    width: 100%;
}

/* Product Details */
.product-details-tab{
	margin: 40px 0 0;
	border-bottom: solid 1px #cccccc;
}
.product-details-tab .nav-tabs{
	background: #e5e5e5;
	border: none;
}
.product-details-tab .nav-tabs>li>a {
    margin-right: 2px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 50px;
    color: #002952;
    position: relative;
}
.product-details-tab .nav-tabs>li>a:hover{
    background: #002952;
    color: #fff;
}
.product-details-tab .nav-tabs>li.active>a,
.product-details-tab .nav-tabs>li.active>a:focus,
.product-details-tab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
    background: #002952;
    color: #fff;
}
.product-details-tab .nav-tabs>li{
    margin-bottom: 0;
}
.product-details-tab .nav-tabs>li.active>a:after {
    width: 0;
    height: 0;
    border: solid 10px red;
    border-color: #002952 transparent transparent;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
}
.product-details-tab .tab-pane{
	padding: 60px 40px;
}
.product-details-tab .tab-pane p{
	font-size: 16px;
}
.product-details-tab .tab-pane img{

}

/* notes */
.notes{
	padding: 20px 0;
}
.notes .well{
    background: #eee;
    padding: 30px;
    border-radius: 0;
    border: none;
}
.notes .note-icon{
    background: url(../images/notes-icon.jpg);
    width: 61px;
    height: 62px;
    float: left;
    margin: 0 20px 0 0;
}
.notes h2{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}
.notes p{}

/* technical-details */
.technical-details{
    margin: 0 0 40px;
}
.sub-title{
    font-size: 18px;
    font-weight: bold;
    color: #002952;
    border-bottom: solid 1px #adacad;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.technical-details .photo-section{
}
.photo-section .thumb-wrapper{
    border: solid 1px #c5c5c5;
    margin: 0 0 15px;
    padding: 10px;
    min-height: 120px;
}
.photo-section .thumb-wrapper img{
	margin: auto;
	

}
.photo-section .thumb-wrapper p{
	text-align: center;
	font-size: 14px;
	font-weight:bold;
}

.about-helights{

}
.about-helights p{
    font-size: 16px;
    color: #747474;
}
.about-helights .img-wrapper{
    float: right;
    padding: 40px;
    border: solid 1px #ccc;
    margin: 0 0 0 50px;
}
.about-helights img{
    box-shadow: #ccc 3px 3px 7px;
}
.about-description {
    margin: 40px 0 0;
}
.welcome {
    padding: 30px 0 40px;
}
.vision-mission{
    background: #021426;
    padding: 50px 0;
}
.vision-mission h3{
	text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;	
}
.vision-mission p{
    text-align: center;
    color: #fff;
    font-family: 'Georgia', Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 50px;
}
.values{
    margin: 0 0 80px;
}
.values h3{
    text-align: center;
    color: #021426;
    font-size: 20px;
    margin: 0;
    padding: 50px 0 40px;
}
.values .value{
    border: solid 1px #c9c9c9;
    margin-right: -1px;
    padding: 40px 0;
}
.values .value p{
    background: url('../images/tick-icon.png') no-repeat center 0;
    margin: 0;
    text-align: center;
    padding: 30px 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #021426;
}
/* Contact Details */
.contact-page-details{
}
.contact-page-details h2{
	font-size: 20px;
    font-weight: bold;
    color: #002952;
}
.contact-page-details h3{
    font-size: 16px;
    font-weight: bold;
    color: #676767;
}
.contact-page-details p{
    color: #676767;
    line-height: 1.6;
}
/* Contact Details */
/* Tablet Only */
@media (max-width: 991px) and (min-width: 768px){
	.product-details-tab .nav-tabs>li>a{
		padding: 12px 20px;
		font-size: 14px;
	}
}
/* Mobile Only */
@media(max-width:767px) {
	.product-details-tab .nav-tabs {
	    background: transparent;
	    text-align: center;
	}
	.product-details-tab .nav-tabs>li {
	    float: none;
    	margin-bottom: 8px;
    	display: inline-block;
	}
	.product-details-tab .nav-tabs>li>a{
		background: #e5e5e5;
	    font-size: 14px;
	    padding: 12px 23px;
	    font-weight: normal;
	}
}