/*!
 * Start Bootstrap
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
    min-height: 100%;
    position: relative;
}
body {
    font-family: Roboto;
    color:#444a5a;
}
body.modal-open {
    overflow: hidden;
	padding-right: 16px;
}
#homePage {
    margin-bottom: 60px;
}
button:focus {
  outline:0 none!important;
}
::-moz-focus-inner {
  border:0;
}
a:focus,
a:active { 
    outline:0 none;
    -moz-outline-style: none;
    text-decoration:none;
}
form {
    width: 100%;
}

.loader {
	border: 5px solid #fff;
	border-radius: 50%;
	border-top: 5px solid #6acc00;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;  
	display:none;
}
.lightloader{
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #6acc00;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;  
	display:none;	
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Nav bar */
.navbar-right {
    margin-top: -50px;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    margin-left: 0 !important;
    padding: 0px;
}
.navbar-brand img {
    margin: 22px 0 0;
}
.navbar-brand a {
    margin: -11px 0 0;
    display: block;
}
.navbar-brand .small{
	padding:0 10px 0 0;
	width: auto;
}
.navbar-default {
    background-color: #444a5a;
}
.navbar {
    border-radius: 0;
    min-height: 68px;
    border: 0 none;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fefefe;
    font-size: 18px;
    font-weight: 400;
    padding: 21px;
}
.navbar-default .navbar-brand-centered > li > a {
    border-bottom: 4px solid #444a5a;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited {
    color: #fefefe;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #444a5a;
    border-bottom: 4px solid #6acc00;
    color: #fefefe;
}
.navbar-default .navbar-brand-centered a:hover {
    background-color: #444a5a !important;
    color: #fefefe !important;
    border-bottom: 4px solid #6acc00 !important;
}
.navbar-default .navbar-right .right-bar-menu {
    margin: 3px 15px 0 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 3px 0 0 10px;		
}
.navbar-default .navbar-right .right-bar-menu:hover {
    cursor:pointer;
}
.navbar-default .navbar-right .right-bar-menu a {
    border: 2px solid #fff;
    border-radius: 2px !important;
    margin: 4px 0 0 15px !important;
    padding: 0 !important;
    width: 25px;
}
.navbar-right .login a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #6acc00 !important;
    font-weight: 500 !important;
    padding: 6px 30px !important;
    text-transform: uppercase;
    font-size: 16px !important;
}
.navbar-right .login a:hover,
.navbar-right .login a:active,
.navbar-right .login a:visited,
.navbar-right .login a:focus {
    background: #fff !important;
}
.navbar-right .login-link,
.navbar-right .thumb {
    display: none;
}
.logged .login-link {
    display: none;
}
.notlogged .login-link {
    display: block;
}
.logged .thumb {
    display: block;
    border: 1px solid #60687e;
    border-radius: 20px 5px 5px 20px;
    margin: 0px 20px 0 0px;
    width: 95px;
    position: absolute;
    right: 0;
	height: 34px;
}
.logged .thumb > a {
    color: #6acc00 !important;
    display: inline-table;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 13px;
    padding: 0 5px !important;
    vertical-align: middle;
}
.notlogged .thumb {
    display: none;
}
.logged .thumb > img {
    border-radius: 50%;
    width: 32px;
}
.logged .right-bar-menu {
    margin-right: 30px !important;
}
.notlogged .sidenav {
    padding-top: 25px;
}

.navbar-brand-centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-top: 2px;
}   
	
.navbar .wizard-title {
    font-size: 26px !important;
    color: #fff !important;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.navbar-default .navbar-brand-centered > li > a.wizard-title:hover {
    border-color: transparent !important;
}


body{
    background-image: url('../img/bgr.jpg');
    background-repeat: no-repeat;
    background-position: calc(100%) calc(100% - 0px); 
}
.home h1,
.home h2 {
    color: #444a5a;
}
.home h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 50px 0;
    text-align:center;
}
.home h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}  
.home .block {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 0 0 8px 8px;
    margin: 0 0 30px;
    padding: 10px 20px 20px 30px;
}
.home .block.video {
    border-radius: 8px;
}
#homePage .home .block {
    padding: 10px 20px 20px 20px;
	border-radius: 8px;
}
#homePage .core {
    min-height: 165px;
}
.home .block.active {
    background: #ececec none repeat scroll 0 0;
}
.home .block-title h1 {
    font-size: 40px;
    margin: 90px 0 30px;
    text-align: left;
    text-transform: uppercase;
}
.home .triangle-bottom {
	border-color: #ececec transparent transparent;
	border-style: solid;
	border-width: 13px 15px 0;
	display: block;
	height: 0;
	margin: -10px auto;
	width: 0;
}
.home h3 {
    color: #6acc00;
    font-size: 30px;
    font-weight: 400;
    height: 60px;
    margin-bottom: 25px;
	margin-top: 10px;
    position: relative;
    text-align: center;
}
.home .block-desc {
	background: #ececec none repeat scroll 0 0;
	border-radius: 8px 8px 0 0;
}
.home .block-desc h3 {
	font-size: 17px;
	color: #444a5a;
	font-weight: 500;
	margin: unset;
	line-height: 21px;
	padding: 15px;
	height: auto;
}
#homePage .home h3 {
    height: 25px;
    margin-bottom: 10px;
    text-align: left;
}
.home h3 span {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.home .page h3{
    text-align: center !important;
	text-transform: uppercase !important;
}
.home .page .block li {
    text-align: center;
}
.home .page .block {
    margin: 70px 0 0 0;
    padding: 40px 20px 20px 20px !important;
    box-shadow: 1px 1px 4px 0px #dadada;
}
.home .page .more {
    float: none !important;
    margin: 10px auto 20px !important;
}
.home .block ul {
    margin-left: -25px;
}
#homePage .home .block ul {
    margin: 0 0 20px;
    padding: 0;
}
.home .block li::before {
    color: #6acc00;
    content: "✔";
    display: block;
    font-size: 17px;
    font-weight: 300;
    left: -25px;
    max-height: 0;
    max-width: 0;
    position: relative;
    top: 0;
}
.home .block li {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    list-style: outside none none;
    padding: 0 0 20px;
}
#homePage .home .block li::before {
    content: "";
}
#homePage .home .block li {
    padding: 0 0 5px;
}
.more {
    background: #6acc00 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 50px;
    padding: 5px 0;
    text-align: center;
    width: 80%;
    cursor: pointer;
    display:block;
	font-weight: 500;
}
.block .more span {
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.block.active .more {
    background: #fff;
    color: #6acc00;
}
#wizard-free .more.free {
    padding: 16px 0;
}
#homePage .home .more {
    margin: 0 0 5px;
    width: 160px;
    float: right;
	text-transform: uppercase;
}
.more:link,
.more:visited,
.more:hover,
.more:active {
    text-decoration:none;
	color: #fff;
}
.more a{
    background: rgba(0, 0, 0, 0) url("../img/right.png") no-repeat scroll 0 2px;
    color: #7aca25;
    padding: 0 0 0 15px;  
}
.home .signup {
    background: #dee8f1 none repeat scroll 0 0;
    border-radius: 10px;
    display: flex;
    margin-top: 49px;
    min-height: 300px;
    padding: 40px 15px;
    font-size: 16px;
    font-weight: 300;    
}
.home .signup label {
    font-size: 16px;
    font-weight: 300;
}
.home .signup input[type="checkbox"]{
    border:0 none;
}
.home .bootstrap-select.form-control .btn-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding: 6px 6px 5px 10px;
}
.home .bootstrap-select.form-control .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.home .signup .checkbox label {
    padding-left: 12px !important;
}
.home .signup .checkbox label::before {
    border: 0 none !important;
    border-radius: 6px !important;
    height: 24px !important;
    width: 24px !important;
}
.home .signup .checkbox label::after {
    color: #000 !important;
    font-size: 16px !important;
    height: 23px !important;
    width: 23px !important;
    padding-left: 4px !important;
}
.home .signup .checkbox, .radio {
    margin-bottom: 20px;
    margin-top: 15px;
}
.home .signup .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.home .signup .btn-primary:focus, 
.home .signup .btn-primary:active, 
.home .signup .btn-primary.active, 
.home .signup .btn-primary:focus:active,
.home .signup .bootstrap-select .dropdown-toggle:focus {
  background-image: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.home .signup .btn:focus,
.home .signup .btn:active:focus,
.home .signup .btn.active:focus {
  outline: none !important;
}
.home .signup .btn-primary {
    background-color: #7aca25;
    border-color: #7aca25;
    color: #fff;
}
.home .video {
    margin: 0 0 80px !important;
    overflow: hidden;
    padding: 0 !important;
}
.home .video .title > span {
    bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    padding: 0 0 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.home .video .title > img {
    height: 100%;
    width: 100%;
}
.home .video .title {
    cursor: pointer;
}
.home .block.plan {
    min-height: 600px;
}
#wizard-free {
    /* min-height: 416px; */
}
 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
	overflow-y: auto; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.0s; /* 0.5 second transition effect to slide in the sidenav */
	font-family: Roboto;
}
.sidenav a {
    border-bottom: 1px solid #e3e3e3;
    color: #2f374c;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 30px 0 32px;
    padding: 18px 0 18px 40px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.sidenav a:last-child {
    border: 0 none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #444a5a;
}
.sidenav .closebtn {
    color: #444a5a;
    font-size: 65px;
    font-weight: 200;
    margin: -20px 10px 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    border: 0 none;
	z-index: 1000;
}
.sidenav .closebtn:hover {
    color:#444a5a;
}
.logged .sidenav .user{
    display:block;
}
.sidenav .user{
    background-color: #f2f3f5;
    margin: -60px 0 0;
    padding: 0 0 15px;
    display:none;
}
.sidenav .profile {
    color: #2f374c;
    padding: 45px 0 40px 10px; 
	font-size: 14px;
} 
.sidenav .profile > img {
    border-radius: 50%;
    padding: 0 10px;
	vertical-align: middle;
}
.sidenav .menu {
    padding: 15px 0 0;
}
.navigate {
    background: #444a5a;
    margin: -25px 0 0;
	display:none;
}
.navigate a{
    padding-left: 0;
	color: #fff;
	border-bottom: 1px solid #52596e;
}
.navigate a:hover{
    text-decoration:none;
	color: #fff;
}
.navigate .top{
    height:30px;
}
.navigate .closebtn,
.navigate .closebtn:hover{
	color: #fff;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

}
#overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,.5);
}
/* Side navigation menu icons*/
.ico-meals{
    background: rgba(0, 0, 0, 0) url("../img/ico/meals.png") no-repeat scroll 0 16px;
}
.ico-recipes{
    background: rgba(0, 0, 0, 0) url("../img/ico/eaten.png") no-repeat scroll 0 14px;
	display:none;
}
.ico-profile{
    background: rgba(0, 0, 0, 0) url("../img/ico/profile.png") no-repeat scroll 0 18px;
}
.ico-account{
    background: rgba(0, 0, 0, 0) url("../img/ico/account.png") no-repeat scroll 0 18px;
}
.ico-updown{
    background: rgba(0, 0, 0, 0) url("../img/ico/updown.png") no-repeat scroll 0 18px;
}
.ico-logout{
    background: rgba(0, 0, 0, 0) url("../img/ico/logout.png") no-repeat scroll 0 19px;
}
.ico-company{
    background: rgba(0, 0, 0, 0) url("../img/ico/company.png") no-repeat scroll 0 18px;
}
.ico-media{
    background: rgba(0, 0, 0, 0) url("../img/ico/media.png") no-repeat scroll 0 18px;
}
.ico-terms{
    background: rgba(0, 0, 0, 0) url("../img/ico/terms.png") no-repeat scroll 0 18px;
}
.ico-privacy{
    background: rgba(0, 0, 0, 0) url("../img/ico/privacy.png") no-repeat scroll 0 18px;
}
.ico-feedback{
    background: rgba(0, 0, 0, 0) url("../img/ico/feedback.png") no-repeat scroll 0 18px;
}
.ico-contacts{
    background: rgba(0, 0, 0, 0) url("../img/ico/contacts.png") no-repeat scroll 0 18px;
}
.ico-wizard{
    background: rgba(0, 0, 0, 0) url("../img/ico/wizard.png") no-repeat scroll 0 18px;
}
.ico-wizard span {
    font-size: 12px;
    float: right;
    margin: 3px 0 0 0;
}
.tips {
    background: rgba(0, 0, 0, 0) url("../img/ico/tips.png") no-repeat scroll 33px 0;
    width: 56px;
    height: 23px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0;
    top: -4px;
    background-size: 23px auto;
    color: #444a5a;
    font-size: 14px;
    padding: 5px 0 0 0;
}
/* Home Page */
.suggestions {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.white-box {
	box-shadow: 1px 2px 2px 2px #eee;
	margin-right: 35px;
	margin-left: 5px;
	background-color: #fff;
}
.white-box li {
    font-size: 14px !important;
	padding: 2px 2px 2px 10px !important;
	cursor:pointer;
}
.white-box li.hover {
    background-color: #f0f0f0;
}
#homePage .dropdown h4 {
    font-size: 14px;
    float: left;
    padding: 0 10px 0 0;
	margin: 15px 0 15px;
}
#homePage .dropdown-menu {
    padding: 20px 20px 0 5px;
}
#search-filter-diet .col-md-4.col-xs-6,
#search-filter-allergies .col-md-4.col-xs-6{
    padding-right: 0px;
}
#homePage .dropdown-menu ul {
    margin: 0 !important;
}
#homePage .from-to-area {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #444a5a;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    width: 48px;
	margin: 5px 0;
}
#homePage .right {
    padding: 0;
    text-align: right;
}
#homePage .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: none;
    color: #adb1b7;
    font-size: 14px;
    font-weight: 300;
	min-height: 95px;
	resize: none;
}
#homePage .serving {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: none;
	color: #adb1b7;
	font-size: 14px;
	font-weight: 300;
	height: 38px;
	width: 40px;
	padding: 5px;
	text-align: center;
	margin: 0 5px 0 0;
}
#homePage .fontColor{
	color:#444a5a;
}
#homePage #search-field {
    background: #fff url("/assets/img/ico/search.png") no-repeat scroll 13px 13px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: none;
    color: #444a5a;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 13px 13px 55px;
    width: 100%;
}
#homePage #search-field::-webkit-input-placeholder,
#homePage .from-to-area::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:#adb1b7;
}
#homePage #search-field:-moz-placeholder,
#homePage .from-to-area:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#adb1b7;
   opacity:  1;
}
#homePage #search-field::-moz-placeholder,
#homePage .from-to-area::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#adb1b7;
   opacity:  1;
}
#homePage #search-field:-ms-input-placeholder,
#homePage .from-to-area:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#adb1b7;
}
#homePage .dropdown {
    margin: 15px 0;
	width: auto;
}
#homePage .dropdown ul li label {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
	width: 100%;
	padding: 2px 5px 2px 5px !important;
}
#homePage .dropdown ul li {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0 0 10px;
    min-width: 105px;
    padding: 0 !important;
    white-space: nowrap;
	line-height: 25px !important;
}
#homePage .dropdown .col-md-3 {
    padding-right: 0;
}

/*the second method - much cleaner look: Using 2 :pseudo classes from predefined bootstrap icons*/
#homePage .dropdown input[type='checkbox'].pseudo-checkbox + label:before,
#homePage .dropdown input[type='checkbox'].pseudo-checkbox + label:after{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6acc00;
    font-size: 17px;
}
#homePage .dropdown input[type='checkbox'].pseudo-checkbox + label:before{/*unchecked icon*/
    content: "";
	width: 16px;
}
#homePage .dropdown input[type='checkbox']:checked.pseudo-checkbox + label:before{/*checked icon*/
    content: "✔";
}
#homePage .dropdown a {
    color: #adb1b7;
    font-weight: 300;
    text-decoration: none;
}
#homePage .dropdown a span,
#homePage .dropdown a:hover span {
    color: #444a5a;
    font-weight: 500;
}
#homePage .icoAnalysis {
    background: #f1f1f1 url("/assets/img/ico/analysis.png") no-repeat scroll 50% 50%;
    border-radius: 50%;
    height: 120px;
    margin: 20px 0 0;
    width: 120px;
}
#homePage .icoRecommendation{
    background: #f1f1f1 url("/assets/img/ico/recommendation.png") no-repeat scroll 50% 50%;
    border-radius: 50%;
    height: 120px;
    margin: 20px 0 0;
    width: 120px;	
}
#homePage #set-filters {
    margin: 10px -15px 20px 0 !important;
	width: 130px;
}
#homePage .caret.down {
	background: #ebebeb url("/assets/img/down.png") no-repeat scroll 3px 7px;
	border: 0 none;
	border-radius: 3px;
	height: 20px;
	width: 20px;
	margin: 0 0 0 5px;
}
#homePage .caret.up {
	background: #fff url("/assets/img/close.png") no-repeat scroll 7px 7px;
	border: 0 none;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	z-index: 99999;
	position: absolute;
	top: -6px;
	margin: 0 0 0 3px;
}
#homePage .closeDropdown {
    background: #fff url("/assets/img/close.png") no-repeat scroll 7px 8px;
    border-left: 1px solid #e1e1e1;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    height: 30px;
    margin: 0 0 0 262px;
    position: absolute;
    width: 30px;
	top: -30px;
	cursor: pointer;
}
#homePage .clear-selection {
    background: #fff url("/assets/img/clear.png") no-repeat scroll 0 0;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 0 25px;
	cursor:pointer;
	width: 110px;
}
.filters {
    top: -20px;
    padding-top: 20px;
}

/* Search History*/
.search-history {
    width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.search-history-show {
    display: block;
}

.search-history-hide {
    display: none;
}

.history-list {
    list-style: none;
    padding: 0;
    line-height: 26px;
	box-shadow: 1px 2px 2px 2px #eee;
	margin-right: 35px !important;
	margin-left: 5px !important;
	background: #fff;	
}
.history-list li{
	font-size: 14px !important;
	padding: 2px 0 2px 10px !important;
}
.history-item {
    cursor: pointer;
    padding: 0em 0.85em;
    white-space: nowrap;
    overflow: hidden;
}
.history-item:hover {
	background-color: #f0f0f0;
}

.history-item-selected {
	background-color: #f0f0f0;
}
.history-clear {
    white-space: nowrap;
    overflow: hidden;
}

    .history-clear .history-clear-op {
		float: right;
		background: #fff url("/assets/img/clear.png") no-repeat scroll 0 4px;
		font-size: 12px;
		color: #444a5a;
		padding: 0 9px 3px 22px;
    }

        .history-clear .history-clear-op:link {
            text-decoration: none;
        }

        .history-clear .history-clear-op:visited {

        }

        .history-clear .history-clear-op:hover {

            text-decoration: none;
        }

        .history-clear .history-clear-op:active {

        }

        .history-clear .history-clear-op img {
            border: none;
        }

    .history-clear:before {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: table;
        content: "";
    }

    .history-clear:after {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: table;
        content: "";
        clear: both;
    }


/* Modal */
.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}
.modal-open[style] {
    padding-right: 0px !important;
}
.modal {
    z-index: 9999;
}
h3.modal-title {
    font-weight: 400;
	font-size: 24px;
	margin: 0 auto;
	padding: 0 0 0 35px;
}
h4.modal-title {
    font-weight: bold;
}
.modal-body{
	padding: 0 30px;
}
.modal-footer {
    border-top: 0 none;
}
.modal-header {
    border-bottom: 0px none;
	text-align: center;
}
.modal-header .close {
	font-size: 65px;
	font-weight: 300;
	color: #444a5a;
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top: -17px;
	width: 35px;
}
.modal .form-control{
	min-height:auto !important;
	border-radius: 4px !important;
	color: #555 !important;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
}
.form-group label.error {
    color: #e44a60;
    font-family: Roboto;
    font-weight: 400;
    margin: 5px 0 0;
    display: block;
	font-size: 12px !important;
}
.form-control.error {
    border-color: #e44a60;
}
.modal .more,
#accLogin .more {
	background: #6acc00 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto 50px;
	padding: 7px 0;
	text-align: center;
	width: 180px;
	cursor: pointer;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}
.modal a.more:hover,
#accLogin a.more:hover {
	color: #fff;
	text-decoration:none;
}
.modal .form-control.error {
    border-color: #e44a60 !important;
}
.modal .form-group .error {
    color: #e44a60 !important;
}
.modal .form-group label.error {
    position:absolute;
}
.modal .acc-error,
#accLogin .acc-error{
    text-align: center;
    color: #e44a60;
    margin-top: 20px;
}
.modal i {
	border: solid #444a5a;
	border-width: 0 3px 3px 0;
	display: inline-block;
	float: left;
	margin: 6px 0 0 6px;
}
.modal .left-arr {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	width: 20px;
	height: 20px;    
}
.modal .back {
    cursor: pointer;
    width: 30px;
    height: 30px;
    float: left;
}

#accLogin,
#accSettings{
	display:none;
}

#accLogin {
    background: #fff url("../img/bgrModal.jpg") no-repeat 0 -50px;
    margin: 50px auto;
    width: 620px;
    border-radius: 6px;
	padding-bottom: 30px;
	box-shadow: 1px 1px 5px #ccc;
}
#accLogin .social {
    height: 250px;
}
#accLogin .pos {
    margin: 170px 0 0;
}
#accLogin .acc {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
#accLogin .form-group {
    margin-top: 25px;
    margin-bottom: 25px;
}





#myModalPayment .modal-title,
#myModalPaymentChange .modal-title {
    text-align: center;
    padding: 0 20px 20px 20px;
	font-size: 24px;
}
#myModalPayment .stripe.more,
#myModalPaymentChange .stripe.more {
	text-transform: uppercase;
	width: 250px;
	font-size: 17px;
	height: 38px;
	padding: 7px 0;
	margin-bottom: 35px;
}
#myModalPayment .paypal.more,
#myModalPaymentChange .paypal.more {
	text-transform: uppercase;
	width: 250px;
	background: #ffc439 url("../img/paypal.png") no-repeat scroll 50% 3px;	
	height: 38px;
	margin-bottom: 25px;
}
#myModalPayment .msg{
    text-align: center;
    color: #8b8b8c;
    font-size: 14px;
    font-weight: 300;
}
#myModalPayment .msg span {
    margin-bottom: 35px;
	display: block;
}
#myModalPayment .discount {
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 7px;
    color: #8b8b8c;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    width: 250px;
    height: 38px;
}
#myModalPayment .modal-footer,
#myModalPaymentChange .modal-footer {
    border-top: 0px none;
}
#myModalThanks p {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 60px;
    color: #6acc00;
}
#myModalThanks .email {
    padding: 20px 0 0;
    color: #999;
}
#myModalDownload .more{
	margin: 20px auto 0px;
}
#myModalDownload h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 10px 5px 10px;
    color: #999;
}

/* Login / Join */
#myModalLogin .modal-content,
#myModalJoin .modal-content{
	background: #fff url("../img/bgrModal.jpg") no-repeat scroll 0 0;
}
.acc-modal .link,
.acc-modal .up,
#accLogin .link,
#accLogin .up{
	text-align: center;
	display: block;
	font-size: 16px;
	color: #6acc00;
	text-decoration: none;
	width: 180px;
	margin: 0 auto;	
}
.acc-modal .up,
#accLogin .up{
	text-transform: uppercase;
	font-weight: 500;
	margin-top:15px;
}
.acc-modal .acc {
	text-align:center;
	margin-top: 20px;
	font-size: 16px;
}
.acc-modal .form-group {
    margin-top: 25px;
	margin-bottom: 25px;
}


.modal-body .checkbox {
    height: 20px;
}
.modal-body .checkbox.error{
    margin-bottom: 38px;
}
.round {
  position: relative;
}
.round span {
	width: 280px;
	position: absolute;
	margin: -1px 0 0 30px;
	font-size: 16px;
}
.round span a {
	color:#6acc00;
	text-decoration:none;
}
.round label {
  border: 2px solid #6acc00;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  padding-left: unset;
}
.error .round label {
  border: 2px solid #e44a60;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  padding-left: unset;  
}
.round label:after {
  border: 2px solid #6acc00;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 10px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  border-color: #6acc00;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.round .err {
    margin: 28px 0 0 0;
    display: block;
    position: absolute;
    font-size: 12px;
}






.modal-body .logos{
    text-align: center;
    display: block;
    margin: 20px 0 100px;
}
.modal-body .social img,
#accLogin .social img{
    width: auto;
    height: 38px;
    margin-bottom: 10px;
}
.modal-body .logos a {
    box-shadow: #fff 0px 5px 30px 20px;
	background: #fff;
}
.modal-body .logos .small {
    margin-right: 10px;
}
.modal-body .more.log,
#accLogin .more.log{
	margin-bottom:20px !important;
}

/* Footer */
.footer {
    background-color: #a0a5b1;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 13px;    
}
.footer .list-inline {
    margin-left: 0;
}
.footer .list-inline > li {
    padding: 0 10px;
}
.footer ul.list-inline li:first-child {
    display: block;
    float: left;
    padding: 1px 5px 0 0;
}
.footer .container-fluid {
    padding-top: 15px;
}
.footer .list-inline .ico-app {
    margin: -2px 0 0;
}


@media screen and (min-width: 481px) and (max-width: 1199px) {
	#homePage .home h3 {
		font-size: 26px;
		margin-bottom: 25px;
		margin-top:20px;
	}
	#homePage .icoAnalysis {
		height: 100px;
		margin: 10px 0 0 0px;
		width: 100px;
		background-size: 45%;
	}
	#homePage .icoRecommendation {
		height: 100px;
		margin: 10px 0 0 0px;
		width: 100px;
		background-size: 45%;
	}	
	#homePage .core,	
	#homePage .col-sm-12.core{
		min-height:185px;
	}
	.home .block-title h1 {
		font-size: 30px;
	}	
	#homePage .home .block li {
		font-size: 15px;
		line-height: 20px;
	}
	#homePage .form-control {
		min-height: 95px;
	}	
}

@media screen and (min-width: 481px) and (max-width: 600px) and (orientation:portrait) {
	.navbar-nav > li > a {
		line-height: 10px;
	}	
	.nav > li {
		position: relative;
		display: block;
		float:left;
	}  	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-header	{
		float: left;
	}
	
	.notlogged .navbar-brand-centered {
		padding:0;
	}		
	.navbar {
		min-height: 50px;
	}
    .navbar-brand {
        padding-left: 15px;
    } 	
	.navbar-brand img {
		margin: 18px 0 0;
		width: 80%;
	}	
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}	
	.logged .navbar-right {
		margin-top: 11px;
	}		
	.navbar-right .login a {
		padding: 8px 16px !important;
	}	
	.notlogged .right-bar-menu {
		margin: 0px 15px 0 0px !important;
	}	
	.logged .right-bar-menu {
		margin: 3px 17px 0 0px !important;
	}	
	#homePage .home .col-sm-12.core h3 {
		margin: -90px 0 30px 120px;
	}
	#homePage .home .block ul {
		margin: -15px 0 20px 120px;
		padding: 0;
	}
	
}

@media screen and (min-width: 601px) and (max-width: 991px) {
	.navbar-header {
		float: left !important;
	}	
	.navbar {
		min-height: 50px;
	}	
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;		
	}
	.navbar-nav > li > a {
		line-height: 10px;
	}	
	.navbar-brand img {
		margin: 18px 0 0;
	}	
	.navbar-right {
		margin-top: -46px;
		float: right;
	}	
	.navbar-right .login a {
		padding: 11px 22px !important;
	}
	.logged .login {
		display:none;
	}	
	#homePage .home h3 {
		font-size: 26px;
		margin-bottom: 25px;
		margin-top:40px;
	}
	#homePage .icoAnalysis {
		height: 100px;
		margin: 10px 0 0 0px;
		width: 100px;
		background-size: 45%;
	}
	#homePage .icoRecommendation {
		height: 100px;
		margin: 10px 0 0 0px;
		width: 100px;
		background-size: 45%;
	}	
	#homePage .home .col-sm-12.core h3 {
		margin: -40px 0 30px 120px;
	}	
	#homePage .core {
		min-height: 240px;
	}	
	#homePage .col-sm-12.core{
		min-height:130px;
	}
	.home .block-title h1 {
		font-size: 30px;
	}	
	#homePage .home .block li {
		font-size: 15px;
		line-height: 20px;
	}
	#homePage .form-control {
		min-height: 120px;
	}	
	#cal-from {
		margin: 0 0 0 20px !important;
	}	
}

@media screen and (max-width: 640px) {
	.navbar-brand .logo{
		display:none;
	}	
	.navbar-brand .small{
		margin: 15px 0 0 0;
	}	
	.navbar-brand-centered {
		display: none;
	}	
	.navbar-nav {
		margin-top: 9px;
		margin-bottom: 0px;
	}	
	.navbar-left {
		float: left !important;
	}
	.nav > li {
		position: relative;
		display: block;
	}  	   
	.navbar-header {
		float: left !important;
	}  
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
    .navbar-brand {
        padding-left: 15px;
    } 		
	.navbar {
		min-height: 50px;
	}	
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;		
	}
	.navbar-nav > li > a {
		line-height: 10px;
	}	
	.navbar-brand img {
		margin: 16px 0 0;
		width: 80%;
	}		
	.notlogged .login {
		display: block;
		margin: -1px 0 0 0;
	}	
	.logged .login {
		display:none;
	}	
	.logged .right-bar-menu {
		margin-top: 3px !important;
		float: right;
		margin-right: 30px !important;
	}	
	.thumb {
		margin-right: 30px;
	}
	.login-link {
		line-height: 14px !important;
	}
	.navigate {
		display:block;
	}	
	.logged .navigate {
		margin: -60px 0 60px 0;
	}	
	#cal-from {
		margin: 0 0 0 20px !important;
	}	
}

@media screen and (max-width: 640px) and (orientation:landscape) {
	.logged .navbar-right {
		margin-top: 7px !important;
	}
}

@media screen and (max-width: 640px) and (orientation:portrait) {
	body {
		background-position: calc(100%) calc(100% - 80px);
	}	
	.navbar {
		padding-right: 15px;
		padding-left: 15px;
	}	
	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.logged .navbar-right {
		margin-top: 7px !important;
	}
	.footer {
		height: 80px;
		padding-right: 15px;
		padding-left: 15px;		
	}	
	.footer ul.list-inline li:first-child {
		float: none;
		padding: 1px 5px 10px 0;
	}
	.footer .list-inline > li {
		padding: 0 20px 0 0;
	}
	.footer .list-inline .ico-app {
		float: left;
	}	
	#homePage .dropdown a {
		font-size: 12px;
	}
	#homePage .closeDropdown {
		margin: -50px 0 0 225px;
	}	
}

@media screen and (max-width: 480) and (orientation:landscape) {
	.logged .navbar-right {
		margin-top: -42px !important;
	}
}

@media screen and (min-width: 360px) and (max-width: 640px) and (orientation:landscape) {
	.navigate{
		display: none;
	}
	.notlogged .login {
		margin: 2px 0 0;
	}	
	.navbar-right .login a {
		padding: 6px 22px !important;
	}	
	.navbar-default .navbar-right .right-bar-menu {
		margin: 1px 15px 0 0;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 22px 21px 17px;
	}	
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation:landscape) {
	.logged .navbar-right {
		margin-top: 7px !important;
	}
	.home .col-md-9 h3 span {
		top: -15px;
	}		
}

@media screen and (max-width: 320px) and (orientation:portrait) {
	#homePage #set-filters {
		width: 100px;
		margin-right: -20px !important;
	}	
	#homePage .col-md-12.filters {
		padding-left: 10px;
		padding-right: 30px;
	}
	#homePage #set-filters {
		width: 100px;
		margin-right: -30px !important;
	}	
}

@media screen and (max-width: 480px) {
	.navigate{
		display: block;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0px;
	}	
	.navbar-brand img {
		margin: 16px 0 0;
		width: 80%;
	}
	.notlogged .login {
		display: block;
		margin: 11px 0 0 0;
	}
	.navbar-default .navbar-right .right-bar-menu {
		margin: 10px 15px 0 0;
	}	
	.navbar-brand-centered {
		display: none;
	}	
	#homePage .home h3 {
		font-size: 23px;
		margin-bottom: 15px;
		margin-top:20px;
	}
	#homePage .icoAnalysis {
		height: 100px;
		margin: 10px 0 0 0px;
		width: 100px;
		background-size: 45%;
	}
	#homePage .icoRecommendation {
		height: 100px;
		margin: 10px 0 0 0px;
		width: 100px;
		background-size: 45%;
	}	
	#homePage .home .col-sm-12.core h3 {
		margin: -47px 0 35px 120px;
	}	
	#homePage .core {
		min-height: 180px;
	}	
	#homePage .col-sm-12.core{
		min-height:130px;
	}
	.home .block-title h1 {
		font-size: 30px;
		margin: 35px 0 20px;
	}	
	#homePage .home .block li {
		font-size: 15px;
		line-height: 20px;
	}
	#homePage .form-control {
		min-height: 100px;
	}
	#homePage .tips {
		top: 0px;
	}
	#homePage .more {
		width: 130px;
	}	
	#homePage #set-filters {
		width: 100px;
	}	
}

@media screen and (min-width: 641px) and (max-width: 767px) {
	.logged .right-bar-menu {
		margin-top: 3px !important;
		float: right;
		margin-right: 30px !important;
	}	
	.navbar-nav {
		margin-bottom: 0;
	}	
	.navbar > .container-fluid .navbar-brand {
		margin-left: 15px !important;
	}	
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	#homePage .home .col-sm-12.core h3 {
		margin: -90px 0 30px 120px;
	}
	#homePage .home .block ul {
		margin: -15px 0 20px 120px;
		padding: 0;
	}	
}

.navbar-nav > li {
    float: left;
}
.navbar-header {
    position: absolute;
}
/* ==== /Fixes/ ======*/
.hm-dropdown-1{
	display:none;
}
#paymentMethod i {
    font-size: unset !important;
    font-weight: unset !important;
}
.block.cc_info {
    font-size: 16px;
    line-height: 27px;
}
.cc_info {
    background: #f2f3f5 !important;
    margin-bottom: 20px !important;
    margin-left: 15px !important;
    margin-top: -15px !important;
    width: 50%;
    box-shadow: 3px 3px 5px #ccc;
    border-radius: 8px !important;
    padding-left: 40px !important;
    text-shadow: 1px 1px 1px #ccc;
}
.cc_brand {
    font-size: 20px;
    font-weight: 600;
}
.cc_number,
.cc_type,
.cc_month,
.cc_year{
	font-weight: 600;
}
.cc_number {
    padding-bottom: 12px;
}
#cc_details{
	display:none;
}
#paymentUpdate{
	border: 0 none !important;
}
.cc_type,
#paymentMethod .value {
    text-transform: capitalize !important;
}



.banner-home {
    background: #f1f1f1;
    text-align: center;
}
.banner-home h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.banner-home span{
	color:#FF8400;
}
.banner-home .more {
    width: 150px;
	margin-bottom: 20px;
}

.confirm-dialog .bootstrap-dialog-title{
	font-size: 24px;
}

.confirm-dialog .dialog-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.confirm-dialog .bootstrap-dialog-footer-buttons{
	text-align: center;
    margin-bottom: 15px;	
}
.confirm-dialog .policy-line {
    margin-top: 20px;
    text-align: left;
}
.confirm-dialog .modal-footer {
    padding-top: 5px;
}
.confirm-dialog .subsc-area {
    text-align: left;
    background: #f0f0f0;
    padding: 13px 10px 3px 0;
    border-radius: 6px;
    margin-top: 10px;
    line-height: 25px;
}
.confirm-dialog .subsc-area span {
    font-weight: 600;
}
.confirm-dialog .policy-line input[type=checkbox] {
    border-radius: 50% !important;
    width: 25px;
    height: 25px;
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 2px solid #6acc00;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
}
.confirm-dialog .policy-line label {
    bottom: -4px;
    position: relative;
    font-weight: 400;
}
.confirm-dialog .policy-line input[type=checkbox]:checked::after {
	border: 2px solid #6acc00;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    opacity: 1;
    position: absolute;
    transform: rotate(-45deg);
    width: 14px;
    margin-top: 5px;
    margin-left: 3px;
}
.confirm-dialog  .text-center {
    font-size: 17px;
    font-weight: 400;
}
.confirm-dialog a{
	color: #6acc00;
}
.confirm-dialog a:hover{
	text-decoration:none;
}
.confirm-dialog .subsc-area li::before {
    color: rgb(106, 204, 0);
    content: "✔";
    display: block;
    font-size: 17px;
    font-weight: 300;
    left: -25px;
    max-height: 0px;
    max-width: 0px;
    position: relative;
    top: 0px;
}
.confirm-dialog .subsc-area li {
    list-style: none;
	padding: 5px 0;
}
.acc-facebook,
.social {
    display: none;
}