/*
Theme Name: Ripped Body
Theme URI: http://rippedbody.com/
Author: Ilmigo
Author URI: https://www.ilmigo.com/
*/
.coaching_text img.aligncenter {
display: block;
margin: 0 auto 30px auto;
}

#tabs {
	    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

* {
	outline: none !important;
}

.latest_post {
	background-size: cover;
    background-position: center center;
}

.latest_post a {
	min-height:80vh;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.latest_post div > h2 {
	color: white;
    text-shadow: 0 0 10px #000000;
    padding-bottom: 15px;
    font-weight: 700;
    max-width: 800px;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
}

.latest_post div > span, .latest_post div > time {
	color:white;
	text-shadow: 0 0 5px #000000;
}

.latest_post div > .latest_article {
	color: #f8f981;
    font-size: 19px;
    margin-bottom: 5px;
    text-shadow: 0 0 5px #000000;
}



a:focus, a:active, a:hover, a {
	color: #1c93c5;
}

img{ 
	border:none; 
	max-width:100%; 
	display:block; 
	height:auto;
}
ul, body{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
a:focus, a:active, a:hover, a{ 
	text-decoration:none;
	outline:none;
}
p strong {
	font-weight: 700;
}
body, .ck_form > * {
	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
	font-size:18px; 
	margin:0 auto; 
	color:#333333;
	line-height: 1.8;
}
.ck_image {
    float: left;
    margin-right: 5px;
    padding-right: 10px;
}
    
body p {
	font-weight: 400;
    margin: 0 0 1.2em;
    line-height: 1.8;
}

body em {
    font-style: italic;
}

.ck_description > *:last-child {
	margin:0;
}

body.home {
	font-size:16px;
}

h1,h2,h3,h4,h5,h6{
	margin:0 0 15px; 
	line-height:normal;
	letter-spacing: 1px;
	font-weight: 700;
}

.nutrition_diet_area .nutrition_section3 .nutrition_section_text h1 {
	padding-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
    font-size: 30px;
    margin-top:0;
    text-transform: uppercase;
    position: relative;
    padding: 10px 10px 0 10px;
    display: inline-block;
    vertical-align: middle;
    border:none;
}

.nutrition_diet_area .nutrition_section3 .nutrition_section_text {
	 position: relative;
    overflow: hidden;
    text-align: center;
 }
 
#x-section-2 {
	display:none;
}
 
.nutrition_diet_area .nutrition_section3 .nutrition_section_text h2.h-custom-headline {
	     font-size:18px;
    margin:0;
    line-height: 1.4;
    font-weight: 700;
 }

.nutrition_diet_area .nutrition_section3 .nutrition_section_text h1:before, .nutrition_diet_area .nutrition_section3 .nutrition_section_text h1:after {
    width: 100px;
    height: 2px;
    border-top: 2px solid #333333;
    content: "";
    display: block;
    position: absolute;
    top: 51%;
}

.nutrition_diet_area .nutrition_section3 .nutrition_section_text h1:before {
left: -120px;
}

.nutrition_diet_area .nutrition_section3 .nutrition_section_text h1:after {
right: -120px;
}
	
ol li, ul li {
	line-height: 1.8;
	    padding-left: 3px;
}
ol, ul {
	padding: 0 0 20px 15px;
	margin: 0;
}
p{margin:0 0 10px;}
h1{margin:0 0 20px;}
.align_center{text-align:center;}
.margin-20px{
	margin:20px auto !important;
}
.margin-top-40{margin-top:40px !important;}

.ck_form.ck_minimal .ck_form_fields .ck_subscribe_button {
	background-color: #1c93c5;
}

.h_section_heading h2 {
	text-align: center;
	
}



/*=========== Header ===========*/

.header_wrapper{
	position:relative;
	width:100%;
	/*background:#222222;*/
	background-color: hsl(0, 0%, 13%);
}



#nav-icon3 {
  width: 25px;
  padding:0;
  height: 25px;
      margin-top: 16px;
    margin-right: 5px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border:none;
  background: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    top: 10px;
}

#nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}



/* Menu button */


#nav-icon3.collapsed span:nth-child(1) {
  top: 0px;
  width: 100%;
  left:0;
}

#nav-icon3.collapsed span:nth-child(2), #nav-icon3.collapsed span:nth-child(3) {

  transform: none;
}

#nav-icon3.collapsed span:nth-child(4) {
  top: 20px;
  width: 100%;
  left:0;
}



.header_area.container {
	    width: auto;
}

@media (max-width: 1050px) {
	.header_area.container .nav > li > a, .navigations ul li a {
	    padding:7px 4px;
	}
}

@media(min-width: 768px) {
	.header_wrapper {
		min-height: 64px;
	}
}
.header_area{}

.faq_quick_btn{
	color:#1c93c5;
	min-width:260px;
	padding:12px 5px;
	cursor:pointer;
	border:thin solid #1c93c5;
	display:inline-block;
	margin:0 14px 30px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
}
.faq_quick_btn:hover{
	background:#1c93c5;
	border:thin solid #1c93c5;
	color:#fff;
}

.faq_section_title, .x-content-band {
	clear:both;
}

.faq_section_title, .waypoint {
    padding-top: 50px;
    margin-top: -50px;
}

@media all and (max-width:600px){
	.faq_quick_btn{
		display:block;
		margin:0 0px 15px;
	}
}


.logo{
	width:300px;
    opacity: 0.9;
    float:left;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
.logo a svg{
	width: 100%;
}
.navigations{}
.navbar-default{
	margin-bottom:0;
	background:none;
	border:none;
	padding: 5px 0px 5px 0px;
}
#header-menu{
	    padding: 10px 0 8px 0;
}

.navbar form {
	position: absolute;
    right: 0;
	width:0;
	overflow: hidden;
	    z-index: 999;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-ms-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.navbar.search-active form	{
	width:220px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:0;
}
@media (min-width: 1165px)  {
	.navbar.search-active form	{
		position: relative;
	    float: right;
	    margin-left: 10px;
	    width: 150px;
	    margin-right: -35px;
    }
}

.navbar.search-active form input {
	height:37px;
	    padding: 0 15px 0 35px;
}

.navbar.search-active form .h_search_btn {
	left: 8px;
    top: 8px;
}

.navbar-right {
	position:relative;	
	margin-right:0 !important;
}

i.reveal-search {
	background: url(images/search_icon_white.png) no-repeat center center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: none;
    margin-top:10px;
    float: right;
}

i.reveal-search.hide {
	display:none;
}

.nutrition_diet_area .convertkit-block .ck_form.ck_minimal.ck_horizontal, .nutrition_diet_area .convertkit-block .ck_form.ck_minimal.ck_horizontal * {
	background:#1c93c5;
	color:white;
	border-color:#1c93c5;
}

.nutrition_diet_area .convertkit-block .ck_form.ck_minimal.ck_horizontal form {
	margin-top:20px;
}

.nutrition_diet_area .convertkit-block .ck_form.ck_minimal.ck_horizontal .ck_email_address {
	background:white;	
	color:#333;
}

.convertkit-block {
	background: #1c93c5;
	    overflow: hidden;
}

.page-template-template-nutrition-diet .convertkit-block {
	background:none;
}

.page-template-template-nutrition-diet .convertkit-block * {
	color:#333;	
}

.subscribe-section {
	text-align: center;
}

.subscribe-section .button.theme_button {
	display: inline-block;
	margin: 0 10px;
}
.subscribe-section .button.theme_button.stitcher {
	background: #333;
	border-color: #333;
	margin-bottom:20px;
}
.subscribe-section .button.theme_button.notes {
	background: #333;
	border-color: #333;
	margin-bottom:20px;
}

.subscribe-section .button.theme_button.itunes {
	background: #9e47d0;
	border-color: #9e47d0;
	margin-bottom:20px;
}

.convertkit-block .ck_form.ck_naked input[type="text"], .convertkit-block .ck_form.ck_naked input[type="email"] {
	height:51px;
}
.convertkit-block .row {
	margin:0;
}

.convertkit-block .ck_form {
	background:none;
	border:none;
	box-shadow: none;
	margin:25px 0;
}

.convertkit-block .ck_form > * {
	color:white;	
}

.convertkit-block .ck_form .ck_subscribe_button {
	background: #333 !important;
    box-shadow: 0 3px 14px 0 rgba(69, 69, 69, 0.5);
    padding: 13px;
}



.convertkit-block .ck_form .ck_form_content, .convertkit-block .ck_form .ck_form_fields {
    padding: 15px;
}

.convertkit-block .ck_form input[type="text"], .convertkit-block .ck_form input[type="email"] {
	color:#333;
	border-radius: 0;
}

.convertkit-block {
	padding: 50px 0;
	color:white;
}

.convertkit-block .ck_form .ck_form_content p {
	font-size: 16px;
}

.convertkit-block .row {
	max-width: 1170px;
    margin: 0 auto;
}

.convertkit-block .row .ck_form.ck_naked .ck_form_fields, .convertkit-block .ck_form.ck_vertical_subscription_form {
	padding:0;
	margin:0;
}

.convertkit-block .ck_form .ck_guarantee {
color: lightgray;
}

.convertkit-block .ck_form.ck_naked .ck_subscribe_button {
	background: #333333 !important;
    color: white;
    box-shadow: 0 3px 14px 0 rgba(69, 69, 69, 0.5);
    border-radius: 3px;
    height: auto;
    padding: 13px;
}

#header-menu form .h_search_btn {
	right: 7px;
    top: 7px;
    left: auto;
}

#header-menu form .h_search_field {
    padding: 0 50px 0 15px;
    height: 35px;
    line-height: 35px;
}

.nav.navbar-nav li div {
	display: none;
    position: absolute;
    z-index:1;
    top: 25px;
    left: -10px;
    margin: 0 auto;
    text-align: left;
    width: auto;
    padding: 15px 15px 5px 15px;
    white-space: nowrap;
    background: hsl(0, 0%, 13%);
}

@media (max-width: 991px)  {
	.navbar {
		position:static;
	}
	.container-fluid {
		padding:0;
	}
	.navbar.search-active form	{
		position: relative;
    float: right;
    margin-right: -35px;
	}
	
	i.reveal-search.search-active {
		position:absolute;
		z-index:-1;
	}
	
	.site-header, .header_wrapper, .header_area {
		height:65px !important;
	}
	.site-header #header-menu.navbar-collapse, .site-header #header-menu.navbar-collapse.collapse.in {
	    position: fixed;
	    left: 0;
	    width: 100%;
	    z-index:987;
	    min-height: calc(100vh - 60px) !important;
	    top: 60px;
	    border: none;
	    padding:0;
		box-shadow:none !important;
		text-align: center;
		background:rgba(255,255,255,0.95);
	}
	.site-header #header-menu.navbar-collapse ul {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	.site-header #header-menu.navbar-collapse a, .site-header #header-menu.navbar-collapse.collapse.in a {
		color: #333;
	}
	.home .site-header #header-menu.navbar-collapse li:last-child > a, .home .site-header #header-menu.navbar-collapse.collapse.in li:last-child > a {
		color:#53b7fc;
		background:white;
	}
	.home .site-header #header-menu.navbar-collapse li:last-child > a:hover, .home .site-header #header-menu.navbar-collapse li:last-child > a:focus {
		color:white;
	}
	.site-header #header-menu.navbar-collapse li:last-child > a, .site-header #header-menu.navbar-collapse.collapse.in li:last-child > a {
		border:2px solid #53b7fc;
		background: #53b7fc;
		color:white;
	}
	.site-header #header-menu.navbar-collapse a span, .site-header #header-menu.navbar-collapse.collapse.in a span {
		font-size:20px;
		font-weight:700;
	}
	.navbar-header {
		margin: 0 auto !important;
	}
	body {
		margin-top:65px;
	}
	body .site-header {
		position:fixed;
		z-index:999;
		top:0;
		width:100%;
		left:0;
	}
}

@media (max-width: 555px)  {
	.navbar form, .navbar.search-active form {
		width:100%;
		display:none;
		margin:0 !important;
	}
	.navbar form input, .navbar.search-active form input {
	    background:#53b7fc;
	    color:white;
	        padding: 15px 50px 15px 15px;
	        height:auto;
	}
	.navbar form .h_search_btn, .navbar.search-active form .h_search_btn {
		left: auto;
		right:20px;
		top:20px;
	}
	.navbar form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: white;
	}
	.navbar form input::-moz-placeholder { /* Firefox 19+ */
	  color: white;
	}
	.navbar form input:-ms-input-placeholder { /* IE 10+ */
	  color: white;
	}
	.navbar form input:-moz-placeholder { /* Firefox 18- */
	  color: white;
	}
	.navbar form.fixed, .navbar.search-active form.fixed {
		position: absolute;
	    top: 65px;
	    left: 0;
	    width: 100%;
	    z-index:989;
	    display:block !important;
	}
	i.reveal-search {
		display:none;
	}
}

/*
.nav.navbar-nav {
	margin-right:10px;
}
*/


.nav.navbar-nav li div a { 
	clear:both;
	display:block;
	font-size: 14px;
	padding:0;
	text-transform: none;
	margin-bottom:5px;
}

.nav.navbar-nav li div a span { 
	padding:5px;
	display: inline-block;
	border-bottom:1px solid hsl(0, 0%, 13%);
} 

.nav.navbar-nav li div a:hover span, .nav.navbar-nav li div a:active span {
	border-bottom: 1px solid white;
} 

.nav.navbar-nav li:hover div {
	display:block;	
}

.testimonials .row .testimonial-tile:last-child {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
}
.testimonial-tile img {
	    padding-bottom: 20px;
}
.testimonial-tile {
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid grey;
	margin-bottom:20px;
}

.testimonial-tile p {
	font-style:italic;
} 

.loading img {
display: block;
    padding: 0;
    width: 80px;
    margin: 80px auto;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#fff;
	border: 2px solid transparent;
	
}

.home .navbar-default .navbar-nav > li:last-child > a {
	border:2px solid #53b7fc;
	color:#53b7fc;
	background:white;
	border-radius:4px;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}

.home .navbar-default .navbar-nav > li:last-child > a:hover, .navbar-default .navbar-nav > li:last-child > a:focus {
	background:#53b7fc;
	color:white;
	border-color: #53b7fc;
	border-width: 2px;
	opacity:1;
}

.navbar-default .navbar-nav > li:last-child > a {
	background:#53b7fc;
	color:white;
	border-radius:4px;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	font-weight: 700;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > li:last-child > a:hover, .navbar-default .navbar-nav > li:last-child > a:focus {
	background:#53b7fc;
	color:white;
	border-color: #53b7fc;
	border-width: 2px;
	opacity:0.8;
}

.nav {
	padding:0;
}
.nav > li > a > img{display:inline-block;}

.navigations ul li{
	padding:0px;
	margin: 0 3px;
	border-right: none;
}
.nav > li:last-child, .navigations ul li:last-child{
	border:none;
}
.nav > li > a, .navigations ul li a{
	color:#ffffff;
	font-size:16px;
	line-height:normal; 
    padding: 6px 8px 8px 8px;
	position:relative;
	border-bottom: 1px solid hsl(0, 0%, 13%);
}
.nav > li > a span, 
.navigations ul li a span{
	font-size: 14px;
}
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
	
	position:relative;
	z-index:2;
	border: 2px solid white;
    border-radius: 3px;
    background: white;
    color: #333;
}


.color1{color:#f8f981 !important}
.block_elem{display:block;}



/*=========== Primary buttons ===========*/

.theme_button:focus, .theme_button:active, .theme_button:hover{
	opacity:0.8;
}
.theme_button:focus, .theme_button:active, .theme_button:hover, .theme_button{
	min-width:135px;
	font-weight:700;
	display:inline-block;
	padding:9px 26px;
	border:2px solid #44aaf1;
	text-transform:uppercase;
    background-color: #44aaf1;
    box-shadow: 0 3px 14px 0 rgba(69, 69, 69, 0.3);
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	border-radius:5px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.theme_button.secondary {
	background:white;
	color:#44aaf1;
}

.theme_button.secondary:focus, .theme_button.secondary:active, .theme_button.secondary:hover {
    background-color: #44aaf1;
    color:white;
    opacity:1;
}


.ck_form.ck_naked .ck_subscribe_button {
	background-color:#44aaf1 !important;
	border-radius:5px !important;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ck_form.ck_naked .ck_subscribe_button:hover, .ck_form.ck_naked .ck_subscribe_button:active, .ck_form.ck_naked .ck_subscribe_button:focus {
	background-color:#3686bf !important;
}

/*========================*/

.sticky_nav{
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    -webkit-transition: all 0.20s ease-in;
    transition: all 0.20s ease-in;      
}
.sticky_nav .logo{
    width: 260px;
}
.sticky_nav .navbar-default .navbar-nav > li > a{
    padding: 6px 8px 8px 8px;
}

/*=============== CONTENT AERA =================*/

.banner_section{
	/*background:url(images/banner_area_img.png) no-repeat center top;*/
	background-size:cover !important;
	/*min-height:800px;*/
	color:#ffffff;
	padding:4.5% 0;
}
.banner_text h1{
	font-weight:700;
	font-size:30px;
}
.banner_text h4{
	font-size:24px;
	font-weight:700;
	
}
.banner_text form{
	padding:20px 0;
}
.b_submit_btn{
	border:none;
	cursor:pointer;
	min-height:50px;
	margin-left:-5px;
}
.home_page_hero .subscribe_button{
	border:none !important;
	cursor:pointer !important;
	min-height:50px !important;
	margin-left:-5px !important;
	min-width:135px !important;
	width:135px !important;
	font-weight:700 !important;
	display:inline-block !important;
	padding:13px 30px !important;
	text-transform:uppercase !important;
    box-shadow: 0 3px 14px 0 rgba(69, 69, 69, 0.3);
	text-align:center !important;
	color:#ffffff !important;
	font-size:16px !important;
	margin-left: -10px !important;
}
.b_textbox{
	font-size:16px;
	height:50px;
	border:none;
	padding:0 15px;
	box-sizing:border-box;
	display:inline-block;
	width:75%;
	color:#aeaeae;
}
.home_page_hero .ck_form.ck_naked .ck_form_fields{
	padding: 0px !important;
}
.home_page_hero .ck_email_address{
	font-size:16px !important;
	height:50px !important;
	border:none !important;
	padding:0 15px !important;
	box-sizing:border-box;
	display:inline-block;
	width:75% !important;
	color:#aeaeae !important;	
}

.b_box_sec{
	border:2px dashed #ffffff;
	padding:25px 35px;
	margin:30px 0 20px 0;
}
.banner_text p{
	font-size:24px;
	font-weight:400;
	line-height:36px;
	margin:0;
}

.stats_section{
	background-color: #333333;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
	color:#ffffff;
	padding:15px 0;
}
.stats_info{
	min-height:165px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	width:20%;
}
.rotate_num{
	font-weight:700;
	font-size:43px;
	display:block;
	margin:0 0 5px;
}
.stats_info p{
	color: #f8f981;
	font-size: 15px;
    line-height: 1.4;
    
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 768px)  {
	.stats_section_inner {
		text-align: center;
	}
	.stats_info{
		width:20%;
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}

@media (max-width: 550px)  {
	.home .ck_form.ck_naked .ck_subscribe_button {
		width:100% !important;
		margin: 0 auto !important;
	}
	.home .ck_form.ck_naked input[type="text"], .ck_form.ck_naked input[type="email"] {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
}

.home_page_top_content{
	padding:40px 0;
}
.ripped_body_img1{
	max-width:350px;
	width:64%;
	margin:7% auto 0;
}
.home_page_top_content p{
	margin:0 0 20px;
	line-height:27px;
}
.home_page_top_content p strong{
	color:#333333;
	font-size:17px;
}

.gray_bg_section{
	background-color: #f9f9f9;
}
.h_nutrition_section{
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
	padding:30px 0 20px;
}

div.no_padding_tab{
	padding:0;
}

.h_section_heading{
	position:relative;
	overflow:hidden;
	text-align:center;
	width: 100%;
}
.h_section_heading h2,
.h_section_heading h1{
	font-size:30px;
	font-weight:700;
	 margin-bottom: 1.3em;
	color:#333333;
	position:relative;
	padding:0 10px;
	display:inline-block;
	vertical-align:middle;
}

.h_section_heading h2::before, 
.h_section_heading h2::after,
.h_section_heading h1::before, 
.h_section_heading h1::after{
	width:100px;
	height:2px;
	border-top:2px solid #333333;
	content:"";
	display:block;
	position:absolute;
	top:51%;
}
.h_section_heading h2::before,
.h_section_heading h1::before{
	left:-120px;
}
.h_section_heading h2::after,
.h_section_heading h1::after{
	right:-120px;
}

.h_section_heading.category_heading h2 {
	font-size: 18px;
    clear: both;
    display: block;
    margin-top: -30px;
    margin-bottom: 40px;	
}

.h_section_heading h2.h_section_subheading:before, .h_section_heading h2.h_section_subheading:after {
	content:none;
}

.nutrition_tab_image{
	background: #efefef;
	border-radius: 6px;
	text-align: center;
    /*min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.nutrition_tab_image img{
	display: inline-block;
	margin: 0 auto;
	border-radius: 6px;
	width:100%;
}
.nutrition_tab_text{
	padding: 15px 0 15px;
}
.nutrition_tab_text h3{
	font-size:22px;
	color:#333333;
	font-weight:700;
}
.nutrition_tab a{
	color:#333333;
	display: inline-block;
}

.training_tab a:hover .nutrition_tab_text h3, .nutrition_tab a:hover .nutrition_tab_text h3{
	color:#1b8be0;
}
.training_tab a:hover .nutrition_tab_image img, .nutrition_tab a:hover .nutrition_tab_image img{
	opacity:0.8;
}
.h_training_section{
	padding:30px 0 20px;
}
.h_coaching_section{
	padding:30px 0 30px;
}
.coaching_text{
	padding-top:10px;
}
/*
.coaching_text p{
	font-size:18px;
	line-height:28px;
	margin:0 0 20px;
}
*/
.coaching_text .font_28px{
	font-size:28px;
	font-weight:400;
	display:block; 
	text-align:center;
}
.coaching_text p strong{
	
	display:block; 
	text-align:center;
}
.h_coaching_section h5{
	color:#666666;
	font-size:24px;
	text-align:center;
	padding:0 0 20px;
}

.h_introduction_section{
	padding:45px 0;
	color:#ffffff;
	background:#4e4e4e;
	background-size:cover !important;
}
.h_introduction_section .theme_button {
margin-bottom: 40px !important;
}

.intro_text{
    padding: 5% 0 3%;
    margin: 0 auto;
}
.intro_text li{
    font-size: 1.3em;
    list-style: disc inside;
    line-height: 1.5;
    text-align: center;
}
.h_books_section  .theme_button i, .h_introduction_section .theme_button i{
	display:inline-block; 
	margin: 0 0px 0 10px;
}

.books_bottom_text {
	padding:0 20px;	
}
.andy_morgan_intro{
	max-width:337px;
	width:96%;
	margin:0 auto;
}
/*
.pic_description::before{
	position:absolute;
	left:0;
	right:0;
	top:-20px;
	height:46px;
	width:46px;
	border-radius:100%;
	background:#9b9b9b;
	z-index:1;
	color:#fff;
	content:".";
	margin:auto;
	font-size:30px;
	line-height:10px;
}
*/
.pic_description{
	color:#ffffff;
	background:#9b9b9b;
	padding:20px;
	text-align:center;
	position:relative;
    margin: -3px auto 0;
	box-sizing:border-box;
	max-width: 337px;
	width:100%;
	z-index:2;
}
.pic_description p{
	font-size:14px;
	margin:0;
}
.pic_description h5{
	font-size:18px;
}
.h_books_section{
	padding:40px 0 30px;
}
.h_book_image{
	max-width:610px;
	width:100%;
	margin:0 auto;
}
.h_books_section p{
	font-size:20px;
	font-weight:400;
}

.h_search_section{
	background:#222222;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
	padding:20px 0;
	color:#ffffff;
}

.white_color h2{
	color:#fff !important;
}
.white_color h2::before, .white_color h2::after{
	border-color:#fff;
}

.h_search_field{
	color:#aeaeae;
	font-weight:400; 
	font-size:16px; 
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
	background:#ffffff;
	border:none;
	padding:0 15px 0 50px;
	height:50px;
	width:100%;
	box-sizing:border-box;
}
.h_search_btn{
	background:url(images/search_icon.png) no-repeat center center;
	width:20px;
	height:20px;
	cursor:pointer;
	border:none;
	position:absolute;
	left:15px;
	top:15px;
	z-index:99999;
	font-size:0;
}
.h_search_form form{
	position:relative;
	margin:0 auto;
	max-width:570px;
	width:96%;
}

.c_faq_section{
	padding-top:25px;
}
.c_faq_section .panel-default{
	margin:30px auto;
	background:#d0d0d0;
}

.c_faq_section .panel-default{
	border-color:#d0d0d0;
}
.c_faq_section .panel-default > .panel-heading{
	background:#d0d0d0;
	border-color:#d0d0d0;
}
.c_faq_section .panel-heading{
	padding:0;
}
.c_faq_section .panel-default > .panel-heading h4 a{
	padding:22px 40px;
	display:block;
	position:relative;
}
.c_faq_section .panel-default > .panel-heading h4 a.collapsed{
	color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
	border-radius:4px;
}
.c_faq_section .panel-default > .panel-heading h4{
	font-size:18px;
	font-weight:700;
}
.c_faq_section .panel-default > .panel-heading h4 a.collapsed > i{
	display:inline-block;
	margin-right:10px;
	color:#d8d8d8;
	position:absolute;
	left:22px;
	top:26px;
}
.c_faq_section .panel-default > .panel-heading h4 a > i{
	color:#454545;
	position:absolute;
	left:22px;
	top:26px;
}
.c_faq_section .panel-collapse{
	padding:15px 40px 40px;
}
.c_faq_section .panel-collapse p{
	color:#454545;
	font-size:14px;
	line-height:27px;
}

.margin_bottom_30px{
	margin-bottom:30px !important;
}
.main_heading_section, .nutrition_section1 {
    background: #222222;
    color: #ffffff;
    margin: 0 auto 0px;
	padding:40px 0;
}

.content_area .main_heading_section h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
    padding: 10px;
    
}
.content_area .main_heading_section h3 {
    font-weight: 700;
    font-size: 33px;
        margin-bottom: 0;
    padding: 10px;
}
.main_heading_section.main_heading_smaller h3,
.main_heading_section.main_heading_smaller h2{
	font-weight: 500;
    font-size: 24px;
    margin: 0;
}
.no_top_padding{
	padding-top: 0px !important; 
}
.margin_bottom_25{
	margin-bottom: 25px !important; 
}


/*=============== FOOTER =================*/

.footer_wrapper{
	background:#222222;
	color:#ffffff;
	position:relative;
	padding:0 0 20px;
}
.footer_logo{
	max-width: 350px;
    width: 100%;
        margin: 0px auto 30px;
    opacity: 1;
}
.f_navi_bottom{}
.copyright{
	padding:10px 0 0;
}
.f_navi_bottom ul {
	padding-left:0;
}
.f_navi_bottom ul li:first-child::before{
	content:"";
}
.f_navi_bottom ul li:last-child {
	margin-right:12px;
}
.f_navi_bottom ul li::before{
	content:"|";
	display:inline-block;
	vertical-align:top;
	margin:-1px 7px 0px 5px;
}
.f_navi_bottom ul li{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#909090;
	text-transform:uppercase;
}
.f_navi_bottom ul li a{
	color:#909090;
}
.f_social_icons{
	padding:20px 0 20px;
}
.f_social_icons ul {
	padding:0;
}
.f_social_icons ul li{
	display:inline-block;
	vertical-align:top;
	margin:5px 9px;
}
.f_social_icons ul li a{
	background:#4e4e4e;
	width:70px;
	height:70px;
	display:block;
	border-radius:100%;
	transition:all 0.5s;
}
.f_social_icons ul li a i{
	line-height:70px;
	font-size:22px;
	color:#ffffff;
	padding:0;
}
.f_social_icons ul li.f_fb_icon a:hover{ background:#3b5998;}
.f_social_icons ul li.f_tw_icon a:hover{ background:#00abf0;}
.f_social_icons ul li.f_in_icon a:hover{ background:#3f729b;}
.f_social_icons ul li.f_fl_icon a:hover{ background:#ff0084;}
.f_social_icons ul li.f_su_icon a:hover{ background:#ff5500;}

.footer_main_menu{
	padding:0 0 20px;
}
.footer_main_menu ul li {
    display: inline-block;
    font-size: 13px;
}
.footer_main_menu ul li a{
	color:#ffffff;
}
.footer_main_menu ul li a:hover{
	color:#1b8be0;
}
.footer_main_menu ul li::after {
    display: inline-block;
    margin:0 0.5em 0 0.9em;
    content: "/";
	font-size:12px;
}
.footer_main_menu ul li:last-child::after{
	content:"";
	margin-right:0;
}

/*
.cat_featured_image {
    max-width: 450px;
    width: 65%;
    margin: 0 auto;
}
*/

#comments p{
	font-size: 16px;
}
#comments ol.children{
	padding-left: 10px !important;
}
#comments ol.children li{
	padding-left: 30px;
}

/*=============== RESPONSIVE =================*/

@media all and (max-width:1199px){
.b_textbox{
	width:70%;
}
}


.navbar-default, .navbar-header {
	width:100%;
}

@media (max-width: 991px) {
.navbar-default, .navbar-header{
	float: none;
}
	.site-header {
	  display: none;
	}
	body {
	  margin-top: 0;
	}

.nav.navbar-nav li div {
	display:none !important;
}

.navbar-left,.navbar-right {
	float: none !important;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover,  
.navbar-toggle {
	display: block;
	margin:10px 0 0;
	background:#424242;
}
.sticky_nav .navbar-toggle  {
	margin: 5px 0 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background:#fff;
}
.nav > li > a, .navigations ul li a{
	padding:13px 0;
}
.nav > li.active > a::after, .nav > li > a:hover::after {
	bottom:0;
}
.navbar-collapse, .navbar-collapse.collapse.in{
	background:#424242;
	border-color:#424242;
}
.navigations ul li {
    border-right:none;
}

.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7px 10px 0 0;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in{
	display:block !important;
}

.b_textbox {
    width: 60%;
}

}

@media all and (max-width:991px){
.f_navi_bottom ul li::before{
	margin:-1px 4px 0px 3px;
}
	.site-header {
	  display: none;
	}
	body {
	  margin-top: 0;
	}
	
}

@media all and (max-width:767px){

.logo,
.sticky_nav .logo{
	width: 65%;
	padding-top: 10px;
    padding-bottom: 10px;
	max-width: 230px;
}
.site-header {
  display: none;
}
body {
  margin-top: 0;
}

.nutrition_tab a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    margin-bottom:20px;
    
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.nutrition_tab a .nutrition_tab_image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    position:relative;
}



.nutrition_tab a .nutrition_tab_image:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	background:#1c93c5;
}

.nutrition_tab a .nutrition_tab_image img {
	border-radius: 0;
}

.nutrition_tab a .nutrition_tab_text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    padding:15px;
    background: #333;
}

.nutrition_tab a:hover .nutrition_tab_text, .nutrition_tab a:active .nutrition_tab_text {
	background:#1c93c5;
	color:white;
}

.nutrition_tab a .nutrition_tab_text h3, 
.nutrition_tab a:hover .nutrition_tab_text h3, .nutrition_tab a:focus .nutrition_tab_text h3 {
    margin:0;
    padding-top:0;
    color:white;
}

.nutrition_tab a:hover .nutrition_tab_image:after, .nutrition_tab a:active .nutrition_tab_image:after {
	opacity:0.6;
}

.b_box_sec {
	padding:15px;
}

.banner_text p {
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
}
/*.sticky_nav .logo {
    width: 45%;
    padding-top: 7px;
}*/
.navbar-nav{
	margin:0;
}
#header-menu {
    padding: 0;
    margin-top: 5px;
    border: none !important;
}
.navbar-default .navbar-nav > li > a {
    padding: 12px 5px !important;
}
.navbar-default .navbar-nav > li:last-child > a {
	
	background:white;
}
.intro_text{
	padding:0 0 20px;
}
.intro_text li{
	padding:10px 0;
}

.banner_section{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01071b+0,341b1b+62,010616+100&0.94+0,1+100 */
background: -moz-linear-gradient(-45deg, rgba(1,7,27,0.94) 0%, rgba(52,27,27,0.98) 62%, rgba(1,6,22,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(1,7,27,0.94) 0%,rgba(52,27,27,0.98) 62%,rgba(1,6,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(1,7,27,0.94) 0%,rgba(52,27,27,0.98) 62%,rgba(1,6,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f001071b', endColorstr='#010616',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.f_navi_bottom ul li:first-child{
	display:block;
}
.f_navi_bottom ul li:last-child{
	margin-right:12px;
}

.main_heading_section h2 {
    font-size:26px;
}
.main_heading_section h3 {
    font-size:24px;
}
.main_heading_section{
	padding:26px 0;
}
}

@media all and (max-width:600px){
.h_section_heading h2,
.h_section_heading h1{
	font-size:28px;
}
.site-header {
  display: none;
}
body {
  margin-top: 0;
}
}
@media all and (max-width:489px){
.f_social_icons{
	padding:10px 0;
}
.f_social_icons ul li{
	margin:5px 2px;
}
.f_social_icons ul li a{
	width:50px;
	height:50px;
}
.f_social_icons ul li a i{
	line-height:50px;
}
.b_textbox{
	width:100%;
	display:block;
	margin:0 0 15px;
}
.b_submit_btn{
	margin:0 auto;
}
.site-header {
  display: none;
}
body {
  margin-top: 0;
}
}


/*=============== Nutrition Area =================*/
.nutriotion_sub_nav{
	position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    z-index: 999;
    background-color: #333333;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: none;
}
.sub_nav_head{
	text-align: center;
}
.nutriotion_sub_nav h3{
	font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 25px;
}

.nutriotion_sub_nav p{
	font-size: 18px;
    line-height: 1.2;
}
.nutriotion_sub_nav a{
	color: #fff;
}
.nutriotion_sub_nav .theme_button{
	margin-bottom: 20px;
	margin-top: 30px;
}
.nutrition_tab_image img:hover{
	opacity: 0.95 !important;
}
.home_want_heading{
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 30px;
}
.h_introduction_section .author_sub_head{
	text-align: center;
    font-size: 1.6em;
    margin-top: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.h_introduction_section .pull-right p{
	text-align: center;
    line-height: 1.5;
    font-size: 1.2em;
}
.h_introduction_section .pull-right .author_find_out_btn{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.home_book_intro{
	text-align: center;
    font-size: 19px !important;
}
.home_boo_head{
	text-align: center;
	color: #333333;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 700;
	margin-top: 15px;
}
.home_book_img{
	margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
}
.home_book_footer_copy p{
    margin-bottom: 30px;
    font-size: 19px !important;
}
.home_book_btn{
    margin-bottom: 30px;
}
.home_book_section{
	background-color: #f9f9f9;
}
.sub_nav_head span.break:before {  
    content: "\A";
    white-space: pre;
}

@media(min-width: 992px) {
	body.sticky_nav-active {
	    padding-top: 54px;
	}
	body.sticky_nav-active .navbar-default {
		padding: 0;
	}
	.header_wrapper {
		-webkit-transition: all 0.20s ease-in;
		transition: all 0.20s ease-in;
	}
	#header-menu {
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	body.sticky_nav-active #header-menu {
		    padding: 10px 0 8px 0;
	}
	body.sticky_nav-active .header_wrapper {
		min-height: 54px;
	}
	.sticky_nav .logo {
	    width: 240px;
	    padding: 10px 0;
	}
}

@media(max-width: 767px) {
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover, 
	.navbar-toggle {
	    margin-top: 3px;
	}
	.h_introduction_section .author_sub_head {
		margin: 0;
	}
	.content_area .main_heading_section h2 {
		font-size: 30px;
		padding:0;
	}
	.sticky_nav .navbar-toggle {
		margin-top: 3px !important;
	}
	.stats_info {
    	min-height: auto;
    	max-width: 100%;
    	width:33.33333%;
	    padding-bottom: 0px;    
	    display: inline-block;
	    float: none;
	    vertical-align: top;
	}
	.site-header {
	  display: none;
	}
	body {
	  margin-top: 0;
	}
}

@media all and (max-width:480px){
	.rotate_num {
        font-size: 32px;
	    margin: 0 5px 0px 1px;
	    display: inline;
	}
	body, html {
		width:100%;
		overflow-x: hidden;
	}
	input {
    -webkit-appearance: none;
    border-radius: 0;
	}
	
	.stats_info .rotate_num {
		display:inline-block;
		width:23%;
		vertical-align: bottom;
		margin:0 0 20px 0;
		line-height: 40px;
		text-align: right;
		padding-right:10px;
	}
	.stats_info p {
		display:inline-block !important;
		width:77%;
		vertical-align: bottom;
		margin:0 0 20px 0;
    	height:auto;
	}
	.stats_info {
    	
        min-height: inherit;
    	max-width: 100%;
    	width:100%;
    	float:left;
    	display: block;
	    text-align: left;
		    padding: 0 20px;
	}
	.home section .full_width_image {
		overflow:hidden;
		position:relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.home section .full_width_image img {
		display:block;
		width:300%;
		margin-left:-100%;
		max-width: none;
	}
	section  .full_width_image {
		overflow:hidden;
		position:relative;
	}
	
	section .full_width_image img {
		display:block;
		width:300%;
		margin-left:-100%;
		max-width: none;
	}
	.stats_info p{
	    display: inline;
	    font-size: 20px;
	  -webkit-hyphens: manual;
	  -moz-hyphens: manual;
	  -ms-hyphens: manual;
	  hyphens: manual;
	  
	}
	.h_coaching_section .ck_close_link {
	    right: 15px !important;
	    top: 10px !important;
	}
	.sub_nav_head span.break:before{
		content: "";
	}
	.navbar-toggle {
		margin-top: 0;
	}
	.sticky_nav .navbar-toggle {
		margin-top: 3px;
	}
	.site-header {
	  display: none;
	}
	body {
	  margin-top: 0;
	}
}

.stats_section .container {
	width:auto;
	max-width:1200px;
	margin:0 auto;
}

.no_float{
	float: none !important;
}

.home .coaching_text .ck_form_container.ck_modal{
	top: 15% !important;
}

.convertkit-block.form-placer{padding: 10px 0 !important;}



.misha_comment_loadmore {
text-align:center;
}

.alm-load-more-btn {
                  margin:auto;
font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: padding .25s ease-in-out,width .25s ease-in-out;
    transition: padding .25s ease-in-out,width .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

}



.facebook-comments-placer p {

margin-bottom:0px;

}

#wpdevar_comment_1 span{

padding:0px !important;

}


footer h2.h-comments-title {
   margin-bottom: 5px !important;
}

.comment-author.vcard {
font-weight:bold !important;

}

ol.children {
        margin-top: 15px !important;
}


.reply  {
    position: relative;
    bottom: 15px;
}

/*wpp css*/
.nav li a {
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a {
	position: relative;
	z-index: 2;
	border: none;
	border-radius: 3px;
	background: transparent;
	color: #fff;
}
#header-menu ul li a {
	font-size: 14px;
}
#header-menu ul li ul {
	background: hsl(0, 0%, 13%);
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 200px;
	transition: all 0.5s ease 0s;
	padding-left: 0;
	padding-top: 10px;
	z-index: 999;
}
#header-menu ul li ul li {
	margin-bottom: 8px;
}
#header-menu ul li ul li:last-child{
	margin-bottom: -10px;
}
#header-menu ul li ul li a {
	text-transform: capitalize !important;
	font-size: 14px;
}
#header-menu ul li ul li:hover{
	border-bottom: 1px solid #fff;
}
#header-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
}
.navbar-default .navbar-nav > li:last-child > a {
	background: #53b7fc !important;
	color: white !important;
}
.navbar-default .navbar-nav > li:last-child > a:hover{
	opacity: 0.8 !important;
}
.navbar-default .navbar-nav > li:last-child > a:hover, .navbar-default .navbar-nav > li:last-child > a:focus {
  background: #53b7fc none repeat scroll 0 0;
  border-color: #53b7fc;
  border-width: 2px;
  color: white;
  opacity: 0.8 !important;
}
#header-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  opacity: 0 !important;
  visibility: hidden !important;
}
#header-menu ul li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}
#mobile-menu{
	display: none;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 30px !important;
}
.sub-menu li {
	padding-left: 0 !important;
}
.mean-container .mean-nav ul li li a {
  padding: 13px 30px !important;
}
.mobile-logo {
	margin-top: -48px;
	padding-left: 16px;
}
.mobile-logo img {
	width: 66%;
	height: 48px;
}