/* Basic */
body{
	background-color: #efefef;
	padding-top:60px;
	color: #444;
}

@media (min-width: 992px){
	body{
		padding-top:62px;
	}
}

header{
	
}

/* General */

.max-width-simple{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.max-width-double{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.container-md{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px)
{
	.container-md{
		margin-left: 15px;
		margin-right: 15px;
	}
}

.text-centered{
	text-align: center;
}

.padding-simple{
	padding: 3em 2em 1em 2em;
}

.padding-top-bottom{
	padding: 2em 0;
}

.padding-right-left{
	padding: 0 2em;
}

.padding-right-left-simple{
	padding: 0 1em;
}

.padding-double{
	padding: 3em 4em 1em 4em;
}

.margin-sm{
	margin: 1em 0;
}

@media (max-width: 768px)
{
	.margin-sm-only{
		margin:1em 0;
	}
}

@media (max-width: 640px)
{
	.margin-xs-only{
		margin:1em 0;
	}
}

@media (min-width: 768px)
{
	.margin-left-md-only{
		margin-left:1em;
	}
}

.margin-simple{
	margin: 3em 0;
}

@media (max-width: 640px){
	.margin-simple{
		margin: 1em 0;
	}
	
	.margin-left-mini-sm{
		margin-left:0.5em;
	}
}

@media (max-width: 420px){
	
	.margin-left-mini-sm{
		margin-left:0.25em;
	}
}


.margin-double{
	margin-top: 6em;
	margin-bottom: 6em;
}

.margin-left{
	margin-left: 15px;
}

@media (max-width: 768px)
{
	.margin-bottom-sm{
		margin-bottom: 15px;
	}
}	


.table-white{
	background-color: #fff;
	color: #666;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07),1px 2px 5px 0 rgba(0,0,0,.06);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07),1px 2px 5px 0 rgba(0,0,0,.06);
	border-radius: 0;	
}

.table-to{
	background-color: #f8f5f0;
}

.table-te{
	background-color: #fff;
}

.invisible-new{
	display: none;
}

.p-big p{
	font-size: 16px;
	color: #888;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-responsive iframe, .video-responsive img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-responsive {
  position: relative;
  display: block;
  width: 300px;
  overflow: hidden;
}


.video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}

.error-container{
	margin:10px 0;
	padding-left: 19%;
}

.bg-white{
	background-color: #fff;
	padding: 2em 0;
}

.bg-gray{
	background-color: #e8e8e8;
	padding: 2em 0;
}

.bg-gray-dark{
	background-color: #d8d8d8;
	padding: 2em 0;
}

.bordered-gray{
	border: 1px solid #cacaca;
}

.text-warning-container{
	background-color: #fcf8e3;
	padding: 1em 1.5em;
	font-weight: 600;
	font-size: 16px;
	color: #111;
	border-radius: 10px;
	margin: 2em 0;
}

.btn-md{
	padding: 7px 10px;
	font-size: 14px;
}

.btn-black {
    color: #ffffff;
    background-color: #222;
    border-color: transparent;
}

.btn-esmeralda {
    color: #ffffff;
    background-color: #659704;
    border-color: transparent;
}

.btn-black:hover{
	background-color: #121212;	
}	

.btn-gray {
    color: #ffffff;
    background-color: #555;
    border-color: transparent;
}

.btn-gray:hover{
    background-color: #666;
}

.btn-white {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
}

.btn-white:hover {
	color: #333333;
	border: 1px solid #cbcbcb;
	background-color: #eee;
}

.general-container{
	margin: 1.5em auto;
	max-width: 1020px;
	
}

.hide-md{
	display: block;
	
}

@media (max-width: 992px)
{
	.hide-md{
		display: none;
	}
}



@media (min-width: 992px){
	
	
	
}

a.black-link, a.black-link:hover, a.black-link:visited{
	color: #000;
}

/* Header */
.navbar-brand {
    font-size: 21px;
    font-weight: 700;
    padding-left: 7px;
    color: #fff;
    font-family: "Source Sans Pro", Arial, sans-serif;
	font-display: swap;
}

@media (min-width: 992px){
	.navbar-brand {
    	font-size: 24px;
    	padding-left: 15px;
    }
}

.form-login-mini{
	margin:5px 10px 10px 0;
	max-width: 100%;
	box-sizing: border-box;
}

.form-login-mini .form-control{
	margin-bottom: 5px;
}

.btn-full-width{
	width:100%;
	text-align: center;
	box-sizing: border-box;
	margin-right: 40px;
}


.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ccc;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #000;
}	

@media (max-width: 992px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #eee;
	}
}

@media (max-width: 992px){
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #666;
}
}

.navbar-inverse {
    background-color: #111; /** 111 **/
    border: none;
    /** height: 90px;**/
}	

.logo-image{
	max-height: 60px;
	width: auto;
	margin-top: 0;
	padding-top: 0;
}

.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #ccc;	
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
	background-color: #000;
	color: #ccc;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #444;
}

@media (max-width:767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color:#ccc
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
		color:#ffffff;
		background-color:#000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
		color:#ffffff;
		background-color:#000;
	}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{
		color:#cccccc;
		background-color:#000;
	}
}

/* User Profile */

div.user-profile-name{
	margin: 10px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-profile-name h2{
	margin-bottom: 12px !important;
}

.user-profile-name a.btn{
	margin-top:5px !important;
	margin-left: 5px !important;
}


/* Presentation */
.presentation{
	background-color: rgba(0, 0, 0, 0.99);
	color:#fefefe;
	background-repeat: no-repeat;
	background-image: url('https://andrespt.com/images/abdominales-diarios-7-jpg.jpg');
	background-size: 100% auto;
	background-position: right top;
}

@media (max-width: 992px){
	.presentation{
		background-size: 100% auto;
		background-position: right top;
	}
}

@media (min-width: 1500px){
	.presentation{
		background-size: 100% auto;
	}
}	

.presentation-text{
	padding: 7em 0;
}

@media (max-width: 992px){
	.presentation-text{
		padding: 2em 0;
	}
}

.presentation h1, .presentation h2{
    
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
	font-display: swap;
}

.presentation h1{
	font-size: 60px;
    line-height: 55px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    
}

@media (max-width: 992px){
	.presentation h1{
		font-size: 42px;
		
	}
}

@media (min-width: 992px){
	.presentation h1{
		max-width: 55%;
	}
}

.presentation h2{
	font-size: 25px;
    line-height: 30px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #666;
}

	
	

@media (min-width: 992px){
	.presentation h2{
		max-width: 50%;
		font-size: 28px;
	}
}

@media (max-width: 992px)
{
	.presentation h1{
		font-size: 42px;
		line-height: 41px;
		max-width: 55%;
	}
	
	.presentation h2{
		font-size: 26px;
		line-height: 32px;
		max-width: 50%;
	}
}	

@media (max-width: 768px)
{
	.presentation h1{
		font-size: 36px;
		line-height: 33px;
		max-width: 65%;
	}
	
	.presentation h2{
		font-size: 22px;
		line-height: 24px;
		max-width: 35%;
		margin-bottom: 10px;
	}
	
	.presentation{
		background-size: auto 100%;
		background-position: 55% 0%;
	}		
}

.presentation-text .btn{
	margin-top: 10px;
}	

.btn-semi-lg{
	line-height: 25px;
	font-size:14px;
}

.btn-double-lg{
	line-height: 29px;
	font-size:15px;
}

/* Features */
.features{
	background-color: #fff;
	color:#333 !important;
	padding: 2em 0;
	border-bottom: 1px solid #ddd;
}

/* Plans */
.plans{
	background-color: #fff;
	color:#333 !important;
	padding: 2em 0 2.5em 0;
	border-bottom: 1px solid #ddd;
}

.plan{
	margin: 10px;
	padding: 16px 22px;
	border: 1px solid #cfcfcf;
	background-color: #ededed;
	margin-bottom: 25px;
	
}

@media (min-width: 992px){
	.plan{
		min-height: 470px;
	
	}	
}	

.plans h3{
	text-align: center;
	margin-bottom: 30px;

}

.plan h4{
	text-align: center;
	font-weight: 500;
	font-size: 23px;
	text-transform: uppercase;
}

.plan p{
	text-align: center;
}

.plan a{
	text-align: center;
	display: block;
	max-width: 150px;
	margin: 20px auto 0 auto;
}

.plan ul{
	margin: 0 0 0 15px;
	padding: 0;
}

.plan li{
	margin: 0 0 10px 0;
	list-style-type: square;
}

@media (min-width: 992px){
	.plan pp.btn{
		position: absolute;
		bottom: 0;
	}
}	

/* Stream */

.stream{
	padding-bottom: 3em;
	padding-top: 3em;
	border-bottom:1px solid #ddd;
}

.recent-content-index .stream{
	padding-bottom: 4em;
	padding-top: 4em;
}

.stream-pair{
	background-color: #dedede;
}

.stream-last{
	border-bottom: none;
}

.recent-content h2, .routine-content h2, .diet-content h2{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 41px;
	margin-top: 5px;
	font-display: swap;
}

@media (max-width: 992px){
	.recent-content h2{
		font-size: 36px;
	}
}

.recent-content h2 a, .routine-content h2 a, .diet-content h2 a{
	color:#000;
	transition: all 0.5s ease;
}

.recent-content h2 a:hover, .recent-content h2 a:link, .recent-content h2 a:visited, .routine-content h2 a:hover, .routine-content h2 a:link, .routine-content h2 a:visited, .diet-content h2 a:hover, .diet-content h2 a:link, .diet-content h2 a:visited{
	text-decoration: none;
	color:#444;
}


.stream-type a{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 992px){
	.stream-type a{
		font-size: 16px;
	}

}

.stream-post-image, .stream-exercise-image, .stream-diet-image{
	
	box-sizing: border-box;
	padding: 20px 20px 0 0;
	
}

@media (max-width: 992px){
	.stream-post-image, .stream-exercise-image, .stream-diet-image{
		padding: 20px 0 0 0;
	}

}
@media (min-width: 992px){
	.stream-post-image, .stream-exercise-image, .stream-diet-image{
		width:33%;
	}
}


.stream-post-image-bg, .stream-exercise-image-bg, .stream-diet-image-bg{
	min-height: 180px;
	opacity: 0.85;
	background-position: center top;
	background-size: cover;
	width:100%;
}

.stream-exercise-image-bg, .stream-diet-image-bg{
	border-radius: 8px;
}

.stream-post-image-bg:hover{
	opacity: 0.95;
}

.stream-post-excerpt p{
	font-size: 20px;
	margin-top: 1em;
	line-height: 1.7em;
	color: #777;
	max-width: 650px;
}

@media (max-width: 992px){
	.stream-post-excerpt p{
		font-size: 17px;
	}
}

.stream-post-meta{
	margin-top:15px;
}

.stream-post-meta span{
	font-weight: 800;
	color:#222;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
	padding: 0 10px;
}

.stream-post-meta a{
	color:#222;
}

span.stream-post-author{
	padding-left:0;
}

span.last-stream-meta{
	border-right: none;
}

.stream-exercise-description, .stream-diet-description{
	background-color: #fff;
	font-size: 16px;
	border:1px solid #ccc;
	border-radius: 8px;
	padding: 1.5em;
	color: #888;
	min-height: 180px;
	box-sizing: border-box;
	margin: 20px 0;
}



@media (max-width: 992px){
	.stream-exercise-content .col-md-8, .stream-diet-content .col-md-8{
		padding: 0;
	}
	
	.stream-exercise-description .col-md-8, .stream-diet-description col-md-8{
		padding: 0;
	}
	
	
}

.stream-exercise-info, .stream-diet-info{
	font-size: 14px;
}

.stream-exercise-actions{
	
}

.stream-exercise-actions a, .stream-diet-actions a{
	margin-bottom: 10px;
	display: block;
}

/* Exercise/Diet */

.stream-exercise-image-full{
	width: 100%;
}

.stream-exercise-image-bg-full{
	background-repeat: no-repeat;
	height: 300px;
	background-position: center center;
	background-size: cover;
	border:1px solid #ccc;
}

.stream-exercise-description-full, .stream-diet-description-full{
	background-color: #fff;
	font-size: 16px;
	border:1px solid #ccc;
	padding: 1.5em;
	color: #888;
	min-height: 180px;
	box-sizing: border-box;
	margin: 20px 0;
}

.stream-exercise-content-full{
	margin: 1em 0 0 0;
}

.stream-exercise-header h1{
	font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 44px;
    margin-top: 5px;
	font-display: swap;
}

.stream-exercise-header h1 a, .stream-exercise-header h1 a:link, .stream-exercise-header h1 a:hover, .stream-exercise-header h1 a:visited{
	text-decoration: none;
    color: #444;
}

/* Recent Content */
.recent-content{

}

.recent-content h3{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	font-display: swap;
}

.col-mini{
	width:40%;
	display: inline-block;
}

.content-simple{
	background-color: #fff;
	border-radius: 8px;
	border:1px solid #ddd;
}

.content-simple-header{
	width:100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 8px 8px 0 0;
	border-bottom:1px solid #ccc;
}

.content-simple-body{
	padding: 0.3em 1em 1em 1em;
}

.content-simple-body h2{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	font-display: swap;
}

.content-simple-body h2 a{
	color:#000;
}

.content-simple-body p{
	color:#999;
}

.content-simple-footer{
	
	border-radius: 0 0 8px 8px;
	padding: 1em 1em;
	border-top:1px solid #eee;
	
}

span.type a{
	color:#000;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.5px;
	font-size:15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-display: swap;
}

.stream-photo-content{
	background-color: #fff;
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #ccc;
	border-radius: 8px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.stream-photo-title{
	font-weight: 800;
	color:#111;
	font-size:16px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-display: swap;
}

@media (max-width: 992px){
	.stream-photo-title{
		margin-top: 1em;
	}
}

.stream-photo-image{
	padding: 0em;
	
	box-sizing: border-box;
}

.stream-photo-container{
	max-width: 100%;
	
}

.stream-photo-container img{
	max-width: 100%;
	border-radius: 8px 0 0 8px;
}

@media (max-width: 992px){
	.stream-photo-container img{
		max-width: 100%;
		border-radius: 8px 8px 0 0px;
	}
}

.stream-photo-profile-info{
	padding: 1em;
	border-bottom: 1px solid #ddd;
}

.stream-photo-profile-picture{
	display: block;
	float:left;
	width: 60px;
	box-sizing: border-box;
}

.stream-photo-profile-data{
	display: block;
	width: 120px;
	float:left;
	box-sizing: border-box;
}

.stream-photo-profile-data-container
{
	padding: 0.3em 0 0em 0;
	display: block;
}

.stream-photo-profile-bg{
	display: block;
}

.stream-photo-profile-bg img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.stream-photo-profile-data span{
	display: block;
}

span.stream-photo-real-name a{
	color:#111;
	font-size: 16px;
	font-weight: 800;
}

.stream-photo-comments-list{
	padding: 2em 1em;
}

span.stream-photo-date{
	font-weight: 800;
	color:#666;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
}

.stream-photo-comments-actions{
	padding: 1em 1em;
	
}

.stream-photo-comments-list p{
	font-size: 15px;
}

p.stream-photo-no-comments{
	color:#777;
	font-size: 14px;
	margin: 15px 0;
}

/* Forum */


.page-content{
	padding: 2em 0 1em 0;
}

.page-content h1{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 1em;
	font-display: swap;
}

h1.header-green{
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #93c54b;
    text-decoration: none;
}

.table-forum h2{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	font-display: swap;
}

.table-forum h3{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	font-display: swap;
}

.table-forum-white{
	background-color: #fff;
	color: #666;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07),1px 2px 5px 0 rgba(0,0,0,.06);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07),1px 2px 5px 0 rgba(0,0,0,.06);
	border-radius: 8px;
	padding: 0 0em;
	margin: 3em 0 5em 0;
	
}

.table-forum-topic a{
	color:#444;
}

.table-forum-topic a:hover{
	text-decoration: none;
}

.table-forum{
	margin: 2em 0;
	width: 100%;
}



.table-forum td{
	padding: 0.5em 0.6em;
	
}

td.table-forum-info{
	
}

td.table-forum-topic{
	width: 700px;
}

.table-forum-user{
	width: 80px;
}

.table-forum-user img{
	padding: 0.5em;
	border-radius: 50%;
}

.table-forum tr td:first-child{
	padding: 2em 0.5em 0.5em 2em;
}

.table-forum tr{
	
	border-bottom: 1px solid #eee;
}

.table-forum tr:nth-child(even){
	background-color: #f8f8f8;
}

.table-forum tr:first-child td{
	padding-top: 2em;
}

.table-forum tr:last-child td{
	padding-bottom: 2em;
}

.table-forum-btn-create{
	padding-top:1em;
	padding-right:2em;
}

.table-forum-meta-one{
	width: 120px;
	padding-top: 2em;
}

.table-forum-meta-one span{
	display: block;
	font-size: 13px;
	color:#888;
}

td.table-topic-user{
	width: 220px;
}

.image-circle{
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}

@media (max-width: 992px)
{
	td.table-topic-user{
		width: 25%;
	}
	
	td.table-topic-content{
		width: 74%;
	}
}

.table-topic-user-image img{
	border-radius: 50%;
}

.table-topic-user-left{
	width: 70px;
	float:left;
}

@media (max-width: 992px)
{
	.table-topic-user-left{
		width: 100%;
		float: none;
	}
}

.table-topic-user-right{
	width: 100px;
	float:left;
	padding-top: 0.8em;
}

@media (max-width: 992px)
{
	.table-topic-user-right{
		width: 100%;
		float: none;
	}
}

.table-topic-user-info{
	margin: 1em 0 1em 0;
}

.forum-parent, .parent{
	font-size: 13px;
	color: #999;
}

.forum-parent a, .parent a{
	color: #999;
}

.table-topic-user-info span{
	display: block;
	font-size: 13px;
	color: #888;
}

.table-topic-user-real-username{
	font-size: 13px;
	word-wrap: break-word;
}

.table-topic-content{
	font-size: 15px;
}

.table-topic-content h3{
	font-size: 17px;
}

.forum-reply{
	border-radius: 8px;
}

.forum-reply h2{
	font-size: 19px;
}

.forum-reply-container{
	padding: 1em 0 0 0;
	margin: 0em 0 0 0;
	border-top: 1px solid #ddd;
}

.table-forum-meta-two span{
	display: block;
	font-size: 13px;
	color: #888;
}

.forum-meta-two-message{
	font-size: 12px;
}

span.messagetime{
	font-size: 13px;
}

.table-topic-content img{
	max-width: 90%;
	margin: 10px auto;
}


/* Single post */
.content-single{
	padding: 4em 0 0 0;
}

.content-single h1, .content-single h2, .content-single h3, .content-single h4{
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-align: left;
	float: none;
	font-display: swap;

}

.content-single h1{
	font-weight: 700;
	font-size: 53px;
	padding: 0;
	margin: 0;
}

.content-single h2{
	font-weight: 700;
	font-size: 29px;
}

.content-single h3{
	font-weight: 700;
	font-size: 24px;
}


.content-single h1 a{
	color:#222;
}

.content-single h1 a:hover{
	text-decoration: none;
}

.content-single-category a{
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #93c54b;
    text-decoration: none;
}

.content-single-top-image{
	width: 100%;
	margin: 3em 0;
}

.content-single-top-image-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;

}

.content-single-meta{
	float:left;
	width: 200px;
	margin-left: 100px;
	font-size: 16px;
	color: #999;
	padding-top: 1.5em;
	letter-spacing: -0.5px;
}

@media (max-width: 992px){
	.content-single-meta{
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 1em 0;
	}
}

.content-single-p{
	font-size: 20px;
    width: 650px;
    float:right;
    box-sizing: border-box;
    margin-right: 100px;
    
}

@media (max-width: 992px){
	.content-single-p{
		width: 100%;
		box-sizing: border-box;
		float: none;
		display: block;
	}
}

.content-single-p p{
	margin-top: 1em;
    line-height: 1.7em;
    color: #666;
}

.content-single-text{
	margin-top: 4em;
}

.content-single-container{
	border-top:1px solid #ddd;
	padding-top: 2em;
}

.content-single-meta-head{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	color: #999;
}

.content-single-social{
	margin: 1em 0 0 0;
}

@media (max-width: 992px)
{
	.content-single-social{
		width: 30%;
		float: left;
		margin: 0;
	}
	
	
}

.content-single-social ul{
	margin:0;
	padding: 0;
}

.content-single-social a{
	color:#fff;
} 

.content-single-social li{
	list-style-type: none;
	float: left;
	margin: 0 5px;
	font-size: 16px;
	padding: 4px 8px;
	border-radius: 4px;
}

@media (max-width: 992px)
{
	.content-single-social li{
		margin: 5px 5px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		display: block;
	}
}

li.social.facebook{
	background-color: #3b5998;
}

li.social.linkedin{
	background-color: #007bb6;
}

li.social.twitter{
	background-color: #55acee;
}

li.social.plus{
	background-color: #dd4b39;
}

.content-single-author{
	
}

@media (max-width: 992px)
{
	.content-single-author{
		width: 70%;
		float: left;
	}
	
	
}

.content-single-author-name{
	width: 120px;
	padding-top: 15px;
	float:left;
	font-size: 15px;
}

.content-single-author-img{
	width: 80px;
	float:left;
	padding-right: 1em;
	box-sizing: border-box;
}

.content-single-author-img img{
	border-radius: 50%;
}



.content-single-comments{
	padding: 2em 0 4em 0;
	background-color: #dedede;
	margin: 2em 0 0 0;
	border-top:1px solid #cdcdcd;
	color: #888;
}

.content-single-comments-container{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top: 2em;
	margin-bottom: 0em;
	padding-top: 2em;
	padding-bottom: 4em;
}

.single-comment-meta{
	margin: 4px 0;
}

.content-single-comment-text a{
	color:#000;
	text-decoration: none;
}

.content-single-comment-text li, .content-single-p li{
	color:#666;	
}

.content-single-comment-text a:hover{
	color:#555;
	text-decoration: none;
}

.content-single-comments h3{
	font-size: 29px;
	text-transform: uppercase;
	color:#444;
}

.content-single-comments-list, .content-single-comments-form{
	font-size: 17px;
    width: 650px;
    float:right;
    box-sizing: border-box;
    margin-right: 100px;
}

@media (max-width: 992px)
{
	.content-single-comments-list, .content-single-comments-form{
		width: 100%;
		float:none;
		margin: 1em 0;
	}
}

.content-single-comments-form label{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.content-single-comment{
		margin: 2em 0;
}

.content-single-comment-text{
	padding: 2em 1.5em;
	background-color: #eee;
	border-radius: 8px;
	position: relative;
	width: 530px;
	float: left;
	font-size: 15px;
}

@media (max-width: 992px)
{
	.content-single-comment-text{
		width: 70%;
	}
}

.content-single-comment-user span{
	font-size: 11px;
	line-height: 14px;
	display: block;
	text-align: center;
}
.content-single-comment-user-img{
	text-align: center;
}

.content-single-comment-user-img img{
	
	border-radius: 50%;
}

.content-single-comments-list-container{
	margin: 3em 0;
}

.content-single-comment-text:before {
    top: 18px;
    bottom: auto;
    left: -16px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #eee;
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}

.content-single-comment-user{
	width: 120px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

@media (max-width: 992px)
{
	.content-single-comment-user{
		width: 30%;
	}

}

/* User profile */

.user-information{
	width: 50%;
	float:left;
}

@media (max-width: 992px)
{
	.user-information{
		width: 100%;
		float: none;
	}
}

.user-comments{
	width: 50%;
	float: left;
}

@media (max-width: 992px)
{
	.user-comments{
		width: 100%;
		float: none;
	}
}

.user-picture{
	width: 180px;
	float: left;
}

@media (max-width: 992px)
{
	.user-picture{
		width: 150px;
	}
}

.user-picture img{
	border-radius: 50%;
	border:1px solid #ccc;
	max-width: 95%;
}

.user-information-container span{
	display: block;
	color:#888;
	font-size: 13px;
}

.user-container{
	margin: 2em 0 3em 0;
	
}

.user-information-container a{
	color: #666;
}

.user-information-container h1{
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #333;
}

.user-comments h2{
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
}

.user-content{
	padding-bottom: 0;
}

.user-content-share{
	background-color: #ddd;
	padding: 3em 0;
	border-top: 1px solid #ccc;
	margin: 2em 0 0 0;
}

.user-comments{
	padding-top: 44px;	
}

.user-comments li{
	list-style: none;
	
}

.user-comments ul{
	margin: 0;
	padding: 0;
	color: #888;
	font-size: 13px;
}

.user-comments a{
	color:#000;
}

p.user-message{
	margin: 1em 0;
	color: #777;
}

.user-posts{
	margin: 1em 0;
}

/* Routine */

.routine-container > div:first-child{
	padding-top: 1em;
}

.routine-content{
	padding-bottom: 0;
}

/* Footer */
footer{
	border-top:1px solid #ddd;
	padding: 2.5em 0 2em 0;
	color:#777;
	font-size: 13.5px;
	margin: 0em 0;
}

@media (max-width: 992px)
{
	footer{
		padding: 2em 15px;
	}
}


/* Overwriting */
@media (min-width: 768px){
	.navbar {
	    border-radius: 0px;
	}
}

.navbar{
	margin-bottom:0;
}

/* Video */

.video{
	padding: 2em 0;
}


.video h3{
	font-size: 26px;
	padding-bottom: 0.5em;
}

/* Testimonial */

.testimonial{
	background-color: #e1e1e1;
	padding: 2em 0;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.testimonial h3{
	margin-bottom: 1.5em;
}
.testimonial-quote{
	padding: 1em 1em;
	background-color: #eee;
	border-radius: 8px;
	position: relative;
	font-size: 15px;
	margin-bottom: 25px;
}


.testimonial-user{
	text-align: center;
	font-weight: 600;
}

.testimonial-user span{
	font-size: 11px;
}

.testimonial-user-img{
	text-align: center;
}

.testimonial-user-img img{
	
	border-radius: 50%;
}


.testimonial-quote:after {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #eeeeee;
	border-width: 10px;
	margin-left: -10px;
}


/* Signup */

.signup{
	padding: 2em 0;
	background-color: #222;
	color: #eee;
}

.signup p{
	margin: 15px 0;
}

/* Videos */

.image-bg{
	background-repeat: no-repeat;
	width: 100%;
	min-height: 250px;
	background-position: center center;
	border-radius: 10px;
	margin: 1.5em 0 0 0;
	background-size: cover;
	
}

/* Document */

.document-container{
	margin: 1em auto 3em auto;
	
}

.stream-document{
	border: 0;
	margin: 20px 20px 10px 0;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	min-height: 405px;
}

div.stream-document-header > h2 > a{
	font-size: 24px;
	color: #333;
	text-decoration: none;
}

div.stream-document-image{
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 10px 0 10px 0;
}

div.stream-document-image-single{
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	border-radius: 10px 0px 0px 10px;
}	

.document-content h3{
	margin: 15px 0 30px 0;
}

.document-content h1{
	margin: 15px 0 30px 0;
}

div.stream-document-content{
	max-width: 100%;
}

div.document-single{
	background-color: #fff;
	padding: 2em;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 16px;
}

/** Profile **/

.profile-info img{
	border-radius: 5%;
	margin: 5px 0 5px 0;
	max-width: 300px;
	
}

@media (max-width: 768px){
	.profile-info img{
		max-width: 100%;
		
	}
}		

.profile-info{
	margin-bottom: 2em;
}


.profile-info p{
	margin: 5px 0 0 0;
	font-size: 15px;
	color: #333;
}

.profile-info h2{
	margin: 10px 0 10px 0;
}

.profile-info h2 a:hover{
	text-decoration: none;
}	

.profile-events{
	padding: 2em;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 24px;
}

.profile-container{
	margin-bottom: 15px;
}

.profile-container h2{
	margin: 0px 0 24px 0;
}

/** User Data **/

.user-graph{
	position: relative;
	margin: 5px 0;
	
}

.user-initial{
	background-color: #eee;
	height: 30px;
	z-index: 12;
	position: absolute;
	top: 0;
	text-align: center;
}

.user-actual{
	background-color: #29abe0;
	height: 30px;
	z-index: 14;
	position: absolute;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	box-sizing: border-box;
}

.user-graph span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/* Video modal **/

.close-video-container{
	text-align: center;
	margin: 5px 0;
}

.closem {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor:pointer;
	width: 50px;
	height: 50px;
}

.closem:hover {
	transform:rotate(90deg);
}

@media (min-width: 768px){
.modal-content {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #eee;
	}
}	

.modal-content{
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eee;
}

.video-full-size{
	max-width: 960px;
}

/* Override config **/

.no-border{
	border: 0;
}

.no-margin{
	margin: 0;	
}	

.no-padding{
	padding: 0;	
}

.font-normal{
	font-weight: 200;
}

.font-small{
	font-size: 15px;
}

.p-no-margin p{
	margin: 0;
}	

.no-padding-top{
	padding-top: 0;
}

.simple-padding-top{
	padding-top: 1em;	
}

.double-padding{
	padding: 2em;
}

/** List **/

.list-container h2{
	font-size: 24px;
}

/* Slider **/

#owl-demo{
	margin: 30px 0 0 0;
}
.owl-theme .owl-controls .owl-buttons div {
	position: relative;
	top: -360px;
	font-size: 33px;
	padding: 20px 15px 15px 15px;	
}

@media (max-width: 992px){
	.owl-theme .owl-controls .owl-buttons div {
	
		top: -300px;	
	}
}


.owl-prev{
	float: left;
	margin-left: 2em;
}

.owl-next{
	float: right;
	margin-right: 2em;
}

.slider-bg{
	background-repeat: no-repeat; 
	width: 100%; 
	height: 600px;
	background-position: center center;
	background-size: cover;
	padding-top: 300px;
}

.slider-message{
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	padding: 2em 3em;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.big-message{
	font-size: 32px;
	text-align: center;
}

@media (max-width: 992px){
	.slider-bg{
		height: 400px;
		padding-top: 200px;
	}	
	.slider-message{
		font-size: 15px;
		padding: 1.5em 2em;
	}	
}	

/* Home */
.home h3{
	margin: 25px 0;
}

/* Progress */

.progress-guide{
	background-color: #e2e2e2;
	border: 1px solid #ddd;
	padding: 1.5em 1em;
	border-radius: 5px;
	margin: 1.5em 0;
	text-align: center;
}

.progress-container{
	margin: 15px 0;
	padding: 2em 2em;
}

.progress-container:nth-child(even){
	background-color: #e6e6e6;
}

.profile-progress{
	padding: 2em 0;
	background-color: #fff;
	border-radius: 10px;
}

.pending{
	background-color: #fcf8e3;
	padding: 4px 6px;
}


.done{
	background-color: #dff0d8;
	padding: 4px 6px;
}

.video-header h2{
	margin-bottom: 20px;
}

/* Pagination */
	
.pagination-center{
	max-width: 960px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}	

/* Payment card */

.payment-card{
	margin: 20px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.payment-top{
	background-color: #eee;
	padding: 5px 15px 5px 15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-transform: uppercase;
	font-size: 15px;
}

.payment-medium{
	padding: 15px;
	
}

.text-label-amount{
	text-transform: uppercase;
	font-size: 16px;
}

.text-amount{
	font-weight: 900;
	font-size: 24px;
}

.text-subtext{
	font-size: 13px;
	color: #888;
	font-style: italic;
}

.payment-bottom{
	
	padding: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #eaeaea;
	color: #000;
	
}

.text-instructions{
	text-transform: uppercase;
	font-weight: 700;
}

.payment-reference{
	padding: 15px;
}

.text-payment-type{
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}

.text-payment-data{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-weight: 900;
	font-size: 22px;
	color: #222222;
}

/** Account type **/

.account-info{
	padding: 20px;
	background-color: #efefef;
}

.account-info ul{
	margin: 0 0 0 15px;
	padding: 0;
	
}

.account-info li{
	list-style: square;
	
}

/* White section */

.white-section{
	background-color: #fff;
	padding: 4em 0;
	border-top:1px solid #ccc;
}

.white-section h2{
	font-size: 31px;
	margin: 1em 0;
}

/* Page */
.page-container{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 1em;
}

.page-container p{
	line-height: 1.5em;
}

/* Store */


.product-index-container{
	background-color: #fff;
	padding: 2em 1em;
	margin: 0 0 2em 0;
}

@media (max-width: 420px){
	.product-index-container{
		padding: 2em 0.25em;
	}
}

.product-index-description{
	margin: 15px 0;
	font-size: 16px;
}

.product-index-price{
	font-size: 20px;
	color: #888;
	font-weight: 600;
}

.product-index-container h2{
	font-size: 29px;
}

.product-index-container a h2{
	color: #222;
}

.product-index-container a:hover{
	text-decoration: none;
}


.product-get-content{
	background-color: #fff;
	padding: 2em 2em;
	margin: 0 0 2em 0;
}

@media (max-width: 640px){
	.product-get-content{
		padding: 0.5em 1em;
	}
}

.product-get-container a:hover{
	text-decoration: none;
}

.product-get-cover{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	background-size: 100% auto;
}

@media (max-width: 640px){
	.product-get-cover{
		background-position: center center;
		height: 280px;
	}
	
}

@media (min-width: 1600px){
	.product-get-cover{
		background-position: center center;
		height: 450px;
	}
}

.product-get-title h1{
	font-size: 43px;
	margin-bottom: 0.5em;
	font-weight: 600;
}

@media (max-width: 768px){
	.product-get-title h1{
		font-size: 36px;
	}
	
}

.product-get-title a h1{
	color: #222;
}

.product-get-price{
	font-size: 27px;
	color: #666;
	font-weight: 500;
}

.product-old-price{
	text-decoration: line-through;
}

.product-get-excerpt{
	margin: 15px 0;
	font-size: 18px;
	background-color: #ededed;
	padding: 1em;
}

.product-get-description{
	margin: 15px 0;
	font-size: 16px;
}

.product-get-description h2{
	font-size: 22px;	
}

.product-get-description img{
	width: 96%;
	margin:16px auto;
}

.cart-index-container{
	background-color: #fff;
	padding: 3em 2em;
	margin: 0 0 2em 0;
}

.cart-index-content{
	max-width: 840px;
	margin: 0 auto;
}

.cart-index-header{
	border-bottom: 1px solid #ddd;
}

.cart-index-header h1{
	margin: 0 0 15px 0;
}

.cart-index-product{
	margin:25px 0;
}

.cart-index-product a{
	color: #000;
	text-decoration: none; 
}

.cart-index-product h2{
	font-size: 22px;
}

.cart-index-product-price{
	font-size: 16px;
	color: #555;
	font-weight: 600;
	margin-bottom: 15px;
}

.cart-index-product-description{
	font-size: 15px;
}

.cart-index-content .form-control{
	padding:4px 6px;
	height:36px;
}

.cart-index-footer-total{
	font-size: 16px;
}

.cart-index-footer-container{
	max-width: 840px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	padding: 1em 0 0 0;
}

.cart-payment{
	font-size: 16px;	
}

.cart-payment a{
	color: #fff;
}

.order-summary-container{
	padding: 1em 0;
	margin: 1em 0;
	border-bottom: 1px solid #ddd;
}

.order-summary-container-last{
	border-bottom: none;
}

.order-summary-container h2{
	font-size: 28px;
}

.order-summary-container h3{
	font-size: 20px;
}

.order-summary-product{
	margin: 1em 0;
}

.show-orders h2{
	font-size: 23px;
	margin: 0 10px;
	text-align: center;
}

.product-comments{
	background-color: #fff;
	padding: 1em 2em;
	margin: 0em 0;
}

.product-comments h3{
	font-size: 21px;
}

.product-comments-form-container{
	margin: 1em 0;
}

.product-comments-form{
	margin: 2em 0 0 0;
	border-top:1px solid #ddd;
	padding: 1em 0 0 0;
}
.rating-data-count{
	margin-bottom: 5px;
}

.graph-general{
	background-color: #dddd;
	border:1px solid #ccc;
	width: 200px;
	height: 20px;
}

.graph-indicator{
	height:18px;
	background-color: rgb(243, 156, 18);
}

/* Phone */
@media (max-width: 720px){
.phoneprefix{
	margin-bottom: 10px;
}

}