.top-bar {
	height:8px; 
	background:#FE6A22;
	background:#333;
}

.sub-header {
	background:#E5E5E5;
	color:#333;
	height:50px;
	padding:15px 0px;
}

.navbar-default {
	display:block;
	height:auto;
	height:80px;
	overflow:hidden;
	}

.menu-section {
    background-color: #F04C30;
	border-bottom:2px solid #C80000; 
    width:100%;
	font-weight:400;
}

.menu-section .nav > li > a {
	color:#FFF;
	border-right:1px solid #C80000;
	font-size:16px;
}

.menu-section .nav > li > a:hover{
	background-color:#FFF;
	color:#333;
}

.block-1{border:1px solid #FCFCFC; margin-bottom:30px;}

/*
.nav > li > a {font-size:16px; padding:12px 20px;} 
*/

.dropdown-menu > li > a {
	font-size:16px;
	font-weight:400;
}
.dropdown-menu > li > a:hover{
	color:#fff;
	background-color:#F04C30;
}

.sub-header h3{
	text-transform:none;
	font-weight:600;
}
.sub-header a{
	color:#333;
}


.page-banner {
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:25px 0px;
	border:0px solid red;
	
}

.special-quote {
    background-color: #6e6e6e;
    background-color: #ee4532;
    color: #fff;
    display: inline;
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 100%;
	margin:50px 0px;
}

.btn {border-radius:0px;}

.main-box {border:1px solid #F0F0F0;}

.why-exercise {
	display:block;
	height:auto;
	overflow:hidden;
	background:#333; 
	background:#ee4532; 
	color:#FFF;
	}
	
.why-exercise .col-1{height:auto; overflow:hidden; width:50%; float:left;}
.why-exercise  .right {padding:50px 50px;}
.why-exercise  .features {list-style:none; border:0px solid red;}
.why-exercise  .features li {margin-left:-18px; font-size:16px; padding:5px 0px;}

.exercise-block {
	display:block;
	height:auto;
	overflow:hidden;
	background:#F9F9F9;
	border:1px solid #F0F0F0;
	border-bottom:2px solid #F0F0F0;
	padding:0px;
	margin-bottom:50px;
}
.exercise-block h3, .exercise-block p{padding-left:10px;padding-right:10px;}


.sidebar {
	width: 100%;
	margin-bottom:20px;
	background:#F5F5F5;
}

.sidebar  h3 {
	background-color: #F04C30;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	text-align: left;
	color:  #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.sidebar .content{padding:20px;}
.sidebar .content .exercise{padding:5px 20px; font-size:18px; line-height:180%;}
.sidebar .content .exercise a{color:#333; text-transform:uppercase;}

.gallery-pics {margin-bottom:30px;}



.contact-grid .call {
	border:0px solid #000;
	padding:10px;
	font-size:16px;
	line-height:150%;
}

.contact-grid .call .social-cons{
	border:0px solid #000;
	font-size:22px;
	color:#336699;
	cursor:pointer;
	float:left;
	margin-right:10px;
	height:40px;
	width:40px;
	text-align:center;
	padding-top:10px;
	border-radius:0px;
}
.call .social-cons a{
	text-decoration:none;
	color:#fff;
}
.call  .facebook{
	background:#3B5999;
	color:#fff;
}
.call  .twitter{
	background:#1DA1F3;
	color:#fff;
}
.call  .google{
	background:#DC4A3D;
	color:#fff;
}
.call .linkedin{
	background:#007BB5;
	color:#fff;
}

.call .instagram{
	background:#00CCDD;
	color:#fff;
}

.call .youtube{
	background:#EE0000;
	color:#fff;
}

.social-icons {float:left;}
.social-icons a {padding:5px;}



/*
@media (max-width:1024px){

}	
*/	
	

@media (max-width:768px){
.why-exercise .col-1{width:100%;}
.why-exercise  .right {padding:0px 20px;}
.menu-section .nav > li > a {
	border-right:0px solid #C80000;
}
	
}

@media (max-width:400px){

}
