html {
	background:#2c2c2c;
	height:100%;
}
body {
	font-family:'Open Sans', sans-serif;
	color:#444;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#444;
	text-decoration:none;
	outline:none;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#444;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#444;
	text-decoration:none;
	outline:none;
}
p {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 6px 0;
}
a img {
	border:0;
}
h1, .article-t {
	width:100%;
	font-size:35pt;
	line-height:60px;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
	float:left;
}
h2 {
	font-size:22px;
	width:100%;
	margin:0;
	padding:0 0 20px 0;
	float:left;
}
h3 {
	font-size:27pt;
	line-height:42px;
	width:100%;
	margin:0;
	padding:0 37% 20px 0;
	color:#009fe3;
	text-align:left;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
h3 a {
	color:#009fe3 !important;
}
form h2 a {
	font-size:13pt;
	line-height:24px;
	font-weight:normal;
}
form h2 a:hover {
	text-decoration:underline;
}
.page-content {
	background:#fff;
	width:100%;
	padding:35px 0 70px 0;
	overflow:hidden;
	position:relative;
	float:left;
}
.content-bg {
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content-bg-gray {
	background: rgba(68,68,68,0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content-bg-orange {
	background: rgba(247,190,7,0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.container {
	max-width:1000px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.container-text {
	padding-top:170px;
	min-height:500px;
}
.content-text {
	background:#ebeae5;
}
.content-text .content {
	min-height:500px;
}
.charge-text {
	font-size: 18px;
}
.charge-text img {
	display: block;
	margin: 0 -8px 26px 0;
}
.charge-text strong {
	font-size: 22px;
}
.charge-text span {
	font-size: 22px;
}
.content {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow-wrap:break-word;
	word-wrap:break-word;
	-ms-word-break:break-all;
	word-break:break-all;
	word-break:break-word;
	-ms-hyphens:auto;
	-moz-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	float:left;
}
.plans-descr-content {
	width:100%;
	float:left;
}
.plans-descr-content ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.plans-descr-content ul li {
	width:100%;
	text-align:center;
	color:#444;
	padding:25px 0 0 0;
	margin:0 0 35px 0;
	border-bottom:2px solid #c5c5c5;
	position:relative;
	float:left;
}
.plans-descr-content ul li:last-child {
	margin-bottom:0;
	border:0;
}
.plans-descr-content ul li .edit {
	top:0;
	right:30px;
}
.plans-descr-content ul li .delete {
	top:0;
	right:60px;
}
.plans-descr-content ul li .move {
	top:0;
	right:0;
}
.plan-id {
	position: absolute;
	top: -110px;
}
.plan-title {
	font-family: 'Montserrat', sans-serif;
	font-size:37px;
	line-height:45px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:48px;
}
.label {
	font-size:10pt;
	line-height:22px;
	text-transform:uppercase;
	display:inline-block;
	padding:0 12px 0 17px;
	color:#444;
	border:2px solid #444;
	margin:18px 0 0 11px;
	top:-8px;
	position:relative;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.label span {
	width:13px;
	height:13px;
	position:absolute;
	bottom:-2px;
	left:-2px;
}
.label-orange {
	color:#f7be07;
	border-color:#f7be07;
}
.label-orange span {
	background:url(img/label_bg_orange.png) no-repeat;
	background-size:13px 13px;
}
.label-blue {
	color:#009fe3;
	border-color:#009fe3;
}
.label-blue span {
	background:url(img/label_bg_blue.png) no-repeat;
	background-size:13px 13px;
}
.plan-descr {
	font-size:22px;
	line-height:30px;
	margin-bottom:36px;
}
.plan-price {
	font-size:22px;
	line-height:30px;
	color:#777;
	margin-bottom:10px;
}
.plan-price form {
	margin:0 auto;
}
.plan-price select {
	width:auto;
	font:18px 'Open Sans', sans-serif;
	border:1px solid #444;
	color:#444;
	padding:10px 13px;
	background:#fff;
	margin:0;
}
#welcome-content {
	background: url(img/welcome.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#plans-for-businesses-content {
	background: #009fe3;
	color: #fff;
}
.plan-bttn, a.plan-bttn {
	background: rgba(255,255,255,0.5) !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600 !important;
	padding: 20px 42px !important;
	color: #444;
	display: inline-block;
	text-transform: uppercase;
	border: 3px solid #009fe3 !important;
	margin:28px 0 70px 0;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out !important;
}
.plan-bttn-blue, a.plan-bttn-blue {
	border-color:#009fe3 !important;
	color:#009fe3 !important;
}
.plan-bttn-blue:hover, a.plan-bttn-blue:hover {
	background:#009fe3 !important;
	color:#fff !important;
}
.plan-bttn-orange, a.plan-bttn-orange {
	border-color:#f7be07 !important;
	color:#f7be07 !important;
}
.plan-bttn-orange:hover, a.plan-bttn-orange:hover {
	background:#f7be07 !important;
	color:#fff !important;
}
#help-content {
	background: url(img/help.jpg) no-repeat center;
	background-size: cover;
	padding: 0;
}
#help-content .content > div {
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	line-height: 55px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #444;
	padding: 170px 0;
	max-width: 900px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#plans-for-individuals-content {
	background: url(img/plans.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;	
}
#the-united-plandom-content {
	background: url(img/the_united_plandom.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;	
}
label {
	padding: 5px 0;
	display: inline-block;
}
.contact-form {
	font-size:18px;
	width:50%;
	padding:26px 0 0 10%;
	position:relative;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:right;
}
.contact-form input[type=text], .contact-form textarea {
	width:100%;
	font-size: 18px;
	line-height: 22px;
	padding: 16px;
	background: transparent;
	border: 1px solid #fff;
	font-weight: normal;
	margin-bottom: 16px;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.contact-form input:focus, .contact-form textarea:focus {
	border: 1px solid #009fe3;
}
.contact-form button {
	margin-top:14px;
}
.contact-text {
	font-size:18px;
	width:50%;
	padding:20px 10% 0 0;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.soc-content {
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 46px;
	padding-top: 56px;
	float: left;
}
a.facebook {
	width:43px;
	height:43px;
	position:relative;
	float:left;
}
.facebook-off {
	background: url(img/facebook.png) no-repeat top center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.facebook-on {
	background: url(img/facebook.png) no-repeat bottom center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:999;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
a.facebook:hover .facebook-on {
	opacity:1;
}
a.facebook:hover .facebook-off {
	opacity:0;
}
a.twitter {
	width:43px;
	height:43px;
	margin-left:11px;
	position:relative;
	float:left;
}
.twitter-off {
	background: url(img/twitter.png) no-repeat top center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.twitter-on {
	background: url(img/twitter.png) no-repeat bottom center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:999;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
a.twitter:hover .twitter-on {
	opacity:1;
}
a.twitter:hover .twitter-off {
	opacity:0;
}
a.instagram {
	width:43px;
	height:43px;
	margin-left:11px;
	position:relative;
	float:left;
}
.instagram-off {
	background: url(img/instagram.png) no-repeat top center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.instagram-on {
	background: url(img/instagram.png) no-repeat bottom center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:999;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
a.instagram:hover .instagram-on {
	opacity:1;
}
a.instagram:hover .instagram-off {
	opacity:0;
}
a.linkedin {
	width:43px;
	height:43px;
	margin-left:11px;
	position:relative;
	float:left;
}
.linkedin-off {
	background: url(img/linkedin.png) no-repeat top center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.linkedin-on {
	background: url(img/linkedin.png) no-repeat bottom center;
	background-size: 43px 86px;
	width:43px;
	height:43px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:999;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
a.linkedin:hover .linkedin-on {
	opacity:1;
}
a.linkedin:hover .linkedin-off {
	opacity:0;
}
.plans-content {
	width: 100%;
	float: left;
}
.plans-content ul {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.plans-content ul li {
	width: 300px;
	padding: 21px 20px 46px 20px;
	margin: 0;
	list-style: none;
	text-align: center;
	position: relative;
	bottom: -30px;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.plans-content ul li .plans-box {
	width: 134px;
	height: 134px;
	border: 3px solid #fff;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.plans-content ul li span {
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 13px;
	position:relative;
	top:0;
	width:100%;
	float:left;
	-webkit-transition:top 0.2s ease-in-out;
	-moz-transition:top 0.2s ease-in-out;
	-o-transition:top 0.2s ease-in-out;
	transition:top 0.2s ease-in-out;
}
.plans-content ul li a:hover span {
	top:-7px;
}
.plans-content ul li a:hover .plans-box {
	border: 3px solid #f7be07;
}
.individuals-content ul li a .plans-box {
	border: 3px solid #f7be07;
}
.individuals-content ul li a:hover .plans-box {
	border: 3px solid #009fe3;
}
.plandom-content ul li a .plans-box {
	border: 3px solid #424242;
}
.plandom-content ul li a:hover .plans-box {
	border: 3px solid #424242;
}
.plans-box-off {
	width:134px;
	height:134px;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.plans-box-on {
	width:134px;
	height:134px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:999;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.plans-content ul li a:hover .plans-box .plans-box-on {
	opacity:1;
}
.plans-content ul li a:hover .plans-box .plans-box-off {
	opacity:0;
}
.plans-box .plans-strategy-off {
	background:url(img/strategy-development.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-strategy-on {
	background:url(img/strategy-development.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-marketing-off {
	background:url(img/marketing-communications.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-marketing-on {
	background:url(img/marketing-communications.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-reporting-off {
	background:url(img/reporting-analysis.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-reporting-on {
	background:url(img/reporting-analysis.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-risk-off {
	background:url(img/risk-audits-compliance.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-risk-on {
	background:url(img/risk-audits-compliance.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-people-off {
	background:url(img/people-performance.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-people-on {
	background:url(img/people-performance.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-customer-off {
	background:url(img/customer-sales.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-customer-on {
	background:url(img/customer-sales.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-career-off {
	background:url(img/career-development.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-career-on {
	background:url(img/career-development.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-girl-off {
	background:url(img/girl-friday.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-girl-on {
	background:url(img/girl-friday.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-life-off {
	background:url(img/life-coaching.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-life-on {
	background:url(img/life-coaching.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-fitness-off {
	background:url(img/fitness.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-fitness-on {
	background:url(img/fitness.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-nutrition-off {
	background:url(img/nutrition.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-nutrition-on {
	background:url(img/nutrition.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .plans-performance-off {
	background:url(img/performance.png) no-repeat top center;
	background-size:134px 268px;
}
.plans-box .plans-performance-on {
	background:url(img/performance.png) no-repeat bottom center;
	background-size:134px 268px;
}
.plans-box .healthy-habits-academy-off {
	background:url(img/healthy-habits-academy-new.png) no-repeat top center;
	background-size:134px 134px;
	opacity:1 !important;
}
.plans-box .make-me-an-elearner-off {
	background:url(img/make-me-an-elearner.png) no-repeat top center;
	background-size:134px 134px;
	opacity:1 !important;
}
.plans-box .cornwall-on-my-mind-off {
	background:url(img/cornwall-on-my-mind.png) no-repeat top center;
	background-size:134px 134px;
	opacity:1 !important;
}
.plans-box .screenfree-sunday-off {
	background:url(img/screenfree-sunday-new2.png) no-repeat top center;
	background-size:134px 134px;
	opacity:1 !important;
}
.plans-box .make-me-a-planel-off {
	background:url(img/make-me-a-planel.png) no-repeat top center;
	background-size:134px 134px;
	opacity:1 !important;
}
.plans-box .world-of-plankind-off {
	background:url(img/world-of-plankind-new.png) no-repeat top center;
	background-size:134px 134px;
	opacity:1 !important;
}
#about-content .content {
	border-bottom: 1px solid #999;
	padding-bottom: 44px;
	margin-bottom: 37px;
}
#about-content input, #about-content select {
	border-color: #444;
}
.slider-content {
	width: 100%;
	margin-top: 44px;
	padding: 0 60px;
	position: relative;
	text-align: center;
	border-top: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.slider-title {
	width: 100%;
	float: left;
}
.slider-title div {	
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	max-width: 540px;
	margin: 30px auto;
	text-align: center;
}
.slider {
	width: 100%;
	margin-left: -1px;
	float: left;
}
.slider .slide {
	position: relative;
	margin: 0 15px;
	padding: 53px 20px;
	color: #fff;
	float: left;
}
.slider .slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -9999px;
	z-index: -1;
}
.slider .slide:nth-child(1n + 1):after {
	background: #777 !important;
}
.slider .slide:nth-child(2n + 1):after {
	background: #f7be07 !important;
}
.slider .slide:nth-child(3n + 1):after {
	background: #009fe3 !important;
}
.slider .slide .quote {
	font-size: 16px;
	line-height: 19px;
	font-style: italic;
}
.slider .slide .quote:before {
	content: "“";
	font-family: 'Trebuchet MS';
	font-size: 62px;
	line-height: 0;
	padding: 10px 0 15px 0;
	color: #fff;
	display: block;
	width: 100%;
}
.slider .slide span {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 15px 0 30px 0;
}
.slider .slide .slide-about {
	font-size: 14px;
	line-height: 17px;
}
.slider .slide .slide-about a {
	color: #fff;
}
.slider .slide .slide-about a:hover {
	text-decoration: underline;
}
.slick-prev.hidden,
.slick-next.hidden {
    opacity: 0.5;
    pointer-events:none;
}
.content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
a.scroll-bttn:hover {
	text-decoration:underline;
}
.header {
	background: url(img/intro.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
	min-height:710px;
	position:relative;
	text-align:center;
	padding:0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.header .content {
	padding-top: 200px;
}
.header .content label {
	color: #444;
}
.header-text {
	margin: 0 auto;
	width:100%;
	max-width: 890px;
	opacity: 0;
	position: relative;
	top: 26%;
	display: table;
	-webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.header-text h1 {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #444;
}
.header-bttns {
	height:80px;
	position: relative;
	top: 33%;
	opacity: 0;
	-webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.header-bttns div {
	display:inline-block;
}
.header a.bttn {
	margin: 0 10px;
}
.footer-content {
	background: #2c2c2c;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 80px;
	float: left;
}
.footer-content .content > div {
	margin-left: 40px;
	float:left;
}
.footer-content .content > div a {
	color: #fff;
}
.footer-content .content > div:first-child {
	margin-left: 0;
}
.footer-content > div a:hover {
	text-decoration: underline;
}
.logo {
	background: url(img/logo.png) no-repeat center;
	background-size: 169px 120px;
	width: 169px;
	height: 120px;
	margin-top: 15px;
	float: left;
}
.menu-content {
	background:#fff;
	width:100%;
	height:150px;
	position:relative;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
}
.menu {
	width:92%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.menu ul {
	margin:72px 0 42px 0;
	padding:0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:right;
}
.menu ul li {
	padding:0;
	margin-left:25px;
	list-style:none;
	position:relative;
	float:left;
}
.menu ul li > a {
	color:#444;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:21px;
	font-weight:600;
	height:46px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}
.menu ul li > a:hover, .menu ul li > a.current {
	color:#009fe3;
}
.menu-content .search-content {
	position:absolute;
	top:17px;
	right:0;
	width:auto;
	background:transparent;
	border:1px solid #eee;
	-webkit-transition:top 0.2s ease-in-out;
	-moz-transition:top 0.2s ease-in-out;
	-o-transition:top 0.2s ease-in-out;
	transition:top 0.2s ease-in-out;
}
#menu-sml .search-content {
	position:static;
	display:inline-block;
	margin:15px auto;
}
.menu-content .search-content input[type=text] {
	width:260px;
	padding:0 45px 0 15px;
	font-size:11pt;
	line-height:18px;
}
.menu-content .search-content input[type=submit] {
	top:-19px;
	right:0px;
}
.menu-sml-content {
	background:#fff;
	width:100%;
	height:75px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:28px;
	height:19px;
	position:absolute;
	top:18px;
	right:4%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#009fe3;
	width:28px;
	height:3px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:18px;
}
.menu-bttn-line-3 {
	top:26px;
}
#menu-sml {
	background:#fff;
	width:100%;
	position:absolute;
	top:75px;
	left:0;
	padding:0 0 8px 0;
	display:none;
	z-index:1000;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.03);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.03);
	box-shadow:0 3px 3px rgba(0,0,0,0.03);
}
#menu-sml ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#444;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:26px;
	font-weight:600;
	padding:8px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#ff9103;
}
#menu-sml ul li span {
	background:#7a7a7a;
	display:inline-block;
	height:15px;
	width:1px;
	margin:0 5px;
	position:relative;
	bottom:-1px;
}
.menu-sml-content .logo {
	background-size: 85px 60px;
	width: 85px;
	height: 60px;
	margin-top: 8px;
	position:relative;
	left:4%;
}
.animation, .animation .logo, .animation .menu-content, .animation .menu ul {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}
.menu-content-sml {
	height: 75px;
}
.menu-content-sml .logo {
	background-size: 85px 60px;
	width: 85px;
	height: 60px;
	margin-top: 8px;
}
.menu-content-sml .menu ul {
	margin: 14px 0;
}
.menu-content-sml .search-content {
	top:-60px;
}
.menu ul li.enter-bttns, .menu ul li.enter-bttns > a {
	font-size:10pt;
	text-transform:none;
}
.enter-bttns span {
	height:46px;
	display:table-cell;
	padding:0 10px;
	position:relative;
}
.enter-bttns span:after {
	content:'';
	position:absolute;
	left:9px;
	top:16px;
	background:#7a7a7a;
	height:13px;
	width:1px;
}
.menu-account {
	position:relative;
	display:none;
	right:111px;
}
.menu-account ul {
	margin:14px 0 !important;
}
#menu-sml ul li a.menu-sml-account {
	font-size:11pt;
	line-height:20px;
}
#menu-sml ul li a.menu-sml-logout {
	color:#009fe3;
	font-size:11pt;
	line-height:20px;
}
.menu-sml-content .cart-items {
	text-align:left;
	position:absolute;
	top:18px;
	right:calc(4% + 45px);
}
.menu-sml-content .cart-items:hover .cart-items-box {
	display:none;
}
.title {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 28pt;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0 40px 0;
}
.cat-title {
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:37px;
	line-height:45px;
	font-weight:600;
	color:#fff;
	padding:152px 0 78px 0;
	text-align:center;
	margin-top:75px;
	text-transform:uppercase;
	float:left;
}
.cat-title h1 {
	font-size:37px;
	line-height:45px;
	font-weight:600;
	margin:0;
	padding:0;
}
.cat-title-blue {
	background:#009fe3;
}
.cat-title-blue button {
	background: #f7be07 !important;
	color: #fff;
}
.cat-title-blue button:hover {
	background: #f9cb39 !important;
}
.cat-title-orange {
	background:#f7be07;
}
.cat-title-orange button {
	background: #009fe3;
	color: #fff;
}
.cat-title-orange button:hover {
	background: #33b2e9;
}
.user-block .content {
	padding-top:152px;
}
a.bttn {
	background: rgba(255,255,255,0.5);
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	padding: 20px 35px;
	color: #009fe3;
	display: inline-block;
	text-transform: uppercase;
	border: 3px solid #009fe3;
	-webkit-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transform:translateZ(0);
}
a.bttn-orange {
	color: #f7be07;
	border: 3px solid #f7be07;
}
a.bttn:hover {
	background: #009fe3;
	color: #fff;
	text-decoration:none;
}
a.bttn-orange:hover {
	background: #f7be07;
	color: #fff;
}
a.bttn-blue:hover {
	background: #009fe3 !important;
}
input[type=text], input[type=password], input[type=number], input[type=email], textarea, select {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding: 16px;
	border: 1px solid #fff;
	color: #444;
	font-weight: normal;
	margin-bottom: 16px;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
	border: 1px solid #009fe3;
}
input[type=file] {
	background:none;
	font:11pt 'Open Sans', sans-serif;
	font-weight:600;
	color:#444;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
.content-white input[type=text], .content-white input[type=number], .content-white input[type=password], .content-white textarea, .content-white select {
	background:#f5f5f5;
}
.content button, .logForm button, a.button {
	min-width: 190px;
	background: #009fe3;
	color: #fff;
	font: 18px 'Open Sans', sans-serif;
	line-height: 22px;
	border: 0;
	cursor: pointer;
	padding: 16px 45px 17px 45px;
	margin-top: 10px;
	text-transform: uppercase;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.content button:hover, .logForm button:hover, a.bttn:hover {
	background: #f7be07;
	color: #fff;
}
textarea:focus, input:focus, button:focus, a.button:focus {
    outline: none !important;
}
a.button {
	background: #f7be07;
	width:190px;
	margin-top:25px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	display:table;
}
a.button:hover {
	background: #009fe3;
}
.web {
	float: right !important;
}
.web a {
	font-size: 14px;
	line-height: 19px;
	color: #777 !important;
}
.logForm {
	width:100%;
	padding:120px 0;
	color:#fff;
}
.logForm input:focus, .login input:focus {
	border-color:#fff;
}
.logForm form {
	width:310px;
	float:none;
	padding:0;
	border:0;
	position:absolute;
	top:50%;
	left:50%;
	margin:-167px 0 0 -155px;
}
.logForm input {
	margin:4px 0 5px 35px !important;
	padding:10px;
}
.logForm button, .logForm button:hover {
	margin:20px 0 0 0;
	border-color:#fff;
	min-width:auto;
}
.logForm .error {
	width:100%;
	font:10px Arial, Helvetica, sans-serif;
	color:#be3636;
	background:white;
	border:1px solid #be3636;
	padding:3px;
	text-align:left;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
}
.logForm .error div {
	width:14px;
	height:14px;
	background:url(img/error.png) no-repeat top left;
	float:left;
	margin:0 4px -2px 1px;
}
.delete {
	background:url(img/icons.png) no-repeat top center;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:500;
	display:block;
	cursor:pointer;
}
.move {
	background:url(img/icons.png) no-repeat 0 -24px;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:44px;
	z-index:500;
	display:block;
	cursor:move;
}
.edit-icons {
	position:absolute;
	top:10px;
	right:59px;
}
a.edit {
	background:url(img/icons.png) no-repeat bottom center;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:73px;
	z-index:500;
	display:block;
}
.edit-big {
	background:url(img/edit.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
.delete-big, .delete-big:hover {
	background:url(img/delete.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	cursor:pointer;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 10px 10px 39px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	text-transform:none;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	position:absolute;
	top:6px;
	left:10px;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 10px 10px 39px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	text-transform:none;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	position:absolute;
	top:6px;
	left:10px;
}
.warn {
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 10px 10px 39px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	text-transform:none;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	position:absolute;
	top:6px;
	left:10px;
}
a.logout {
	position:absolute;
	top:15px;
	right:25px;
	font-weight:bold;
}
a.logout:hover {
	text-decoration:underline;
}
.edit-list {
	width:100%;
	float:left;
}
.edit-list ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.edit-list ul li {
	width:100%;
	margin:0;
	padding:20px 0;
	border-bottom:1px dashed #999;
	position:relative;
	float:left;
}
.edit-list ul li:last-child {
	border:0;
}
.edit-list ul li .move {
	position:absolute;
	top:18px;
	right:0;
	opacity:1;
}
.edit-list ul li .delete {
	position:absolute;
	top:18px;
	right:30px;
	opacity:1;
}
.edit-list ul li .edit {
	position:absolute;
	top:18px;
	right:30px;
	opacity:1;
}
.checkbox {
	position:absolute;
	top:10px;
	left:10px;
}
.cookies-container {
	font-family: 'Arial';
	font-size: 16px;
	line-height: 20px;
	background: rgba(255,255,102,0.9);
	color: #222;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 1006;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cookies-container a {
	color: #000;
	text-decoration: underline;
}
.cookies-container .cookies-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cookies-container .cookies-content .cookies {
	display: table-cell;
	vertical-align: middle;
	padding: 22px 132px 22px 40px;
	float: left;
}
.agree-cookies {
	background: #000;
	color: #fff;
	padding: 8px 12px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 40px;
}
.code-table {
	text-align: left;
}
.code-table-add td {
	background: none !important;
}
.code-table tr:nth-child(odd) td {
	background: #f5f5f5;
}
.code-table th {
	border-bottom: 1px solid #999;
}
.code-table th, .code-table td {
	padding: 10px;
	vertical-align: top;
}
.code-table .delete, .code-table .edit {
	position: static;
	display: inline-block;
	margin: 0 5px;
}
.code-table tr td:last-child {
	font-size: 0;
}
.code-table input {
	padding: 10px;
}
.code-table tr:hover td {
	background: #ffff66;
}
.code-table tr:hover {
	opacity: 1 !important;
}
.code-table a:hover {
	text-decoration:underline;
}
.changePlan {
	margin-bottom: 10px !important;
}
.offer-code {
	display: block;
}
.offer-code input {
	width: 240px;
	padding: 10px;
	text-transform: uppercase;
}
.offer-code input::-webkit-input-placeholder {
	text-transform: none;
}
.offer-code input::-moz-placeholder {
	text-transform: none;
}
.offer-code input:-ms-input-placeholder {
	text-transform: none;
}
.offer-code input:-moz-placeholder {
	text-transform: none;
}
.offer-code button {
	display: inline-block;
	padding: 11px;
	min-width: inherit;
}
.disabled {
	opacity: 0.6;
	text-decoration: line-through;
}
.article-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-top:30px;
}
.article-box {
	width:100%;
	height:160px;
	vertical-align:middle;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #ddd;
	display:table;
	position:relative;
}
.article-box:last-of-type {
	margin-bottom:0;
	border:0;
}
.article-box img {
	width:400px;
	height:400px;
	float:left;
}
.article-right img {
	float:right;
}
.article-right .edit {
	left:32px;
}
.article-right .delete {
	left:0;
}
.article-box .img-left {
	display:block;
}
.article-box .img-right {
	display:none;
}
.article-right .img-left {
	display:none;
}
.article-right .img-right {
	display:block;
}
.article-box .article-box-text-content {
	display:table-cell;
	width:60%;
	padding-left:3.5%;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	vertical-align:middle;
}
.article-right .article-box-text-content {
	padding-left:0;
	padding-right:3.5%;
}
.article-box .article-box-text-content .article-box-text {
	width:100%;
	vertical-align:middle;
	float:left;
}
.article-box .article-box-text-content .article-box-news {
	padding:50px 0;
}
.article-box h2 {
	width:100%;
	font-size:32px;
	line-height:40px;
	font-weight:500;
	padding-bottom:15px;
	float:left;
}
.article-box .article-box-subtitle {
	width:100%;
	font-size:22px;
	line-height:28px;
	font-weight:500;
	color:#777;
	padding-bottom:15px;
	float:left;
}
.article-box .article-box-date {
	width:100%;
	color:#ccc;
	font-size:16px;
	line-height:23px;
	margin:12px 0 13px 0;
	float:left;
}
.article-box .article-box-descr {
	width:100%;
	font-size:16px;
	line-height:23px;
	float:left;
}
.article-box a.continue-reading {
	font-size:16px;
	line-height:23px;
	text-transform:uppercase;	
	background:#f7be07;
	padding:16px 30px 15px 30px;
	margin-top:26px;
	color:#fff;
	float:left;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
}
.article-box a.continue-reading:hover {
	background-color:#009fe3;
	text-decoration:none;
}
.purchase-button {
	margin:0 auto 20px auto;
	display:table;
	font-size:16pt !important;
	line-height:28px !important;
	padding:19px 50px 18px 50px !important;
}
.stripe-button-el {
	display:none !important;
}
.a2a_kit {
	position:absolute;
	top:0;
	right:0;
}
.plans-descr-content .a2a_kit {
	position:static;
	display:table;
	margin:0 auto 30px auto !important;
	float:none !important;
}
.course-text .a2a_kit {
	position:static;
	display:table;
	margin:10px auto 0 auto;
	float:none;
}
.events-box .a2a_kit {
	position:static;
	margin:20px -5px 0 0;
	float:right;
}
.pagnav {
	width:100%;
	padding-top:45px;
	float:left;
}
a.paginate, a.selected {
	background:#b1b1b1;
	font-size:13pt;
	line-height:34px;
	width:34px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	margin:5px 2px;
	display:inline-block;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
a.paginate:hover {
	background:#f7be07;
}
a.selected {
	background:#009fe3;
}
span.inactive {
	visibility:hidden;
}
a.page-next:hover, a.page-prev:hover {
	text-decoration:underline;
}
.courses-list {
	width:100%;
	float:left;
}
.courses-list ul {
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.courses-list ul li {
	width:33.33333%;
	list-style:none;
	padding:13px;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table;
	float:left;
}
.courses-list ul li a {
	width:100%;
	height:80px;
	font-size:16pt;
	line-height:26px;
	padding:12px;
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	border:2px solid #009fe3;
	color:#009fe3;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.courses-list ul li a:hover {
	background:#009fe3;
	color:#fff;
}
.choices {
	width:100%;
	max-width:660px;
	margin:25px auto 0 auto;
	text-align:center;
}
.choices form {
	width:100%;
	padding:15px 0 0 0;
	float:left;
}
.choices > strong {
	font-size:14pt;
	display:block;
	padding-top:30px;
}
.choices ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.choices ul li {
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0 0 ;
	color:#000;
	text-align:left;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	float:left;
}
.choices ul li strong {
	position:absolute;
	top:10px;
	left:15px;
}
.choices ul li label {
	width:100%;
	font-size:13pt;
	line-height:24px;
	padding:10px 15px 10px 41px;
	cursor:pointer;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.choices ul li input[type="checkbox"] {
    display:none;  
}
.choices ul li input[type="checkbox"] + label {
	background:rgba(0,159,227,0.1);
	border:2px solid #009fe3;
}
.choices ul li input[type="checkbox"]:checked + label {
	background:rgba(247,190,7,0.1);
	border:2px solid #f7be07;
}
.choices input[type="submit"] {
	font-size:16px;
	line-height:23px;
	text-transform:uppercase;
	background:#009fe3;
	padding:16px 30px 15px 30px;
	margin-top:26px;
	color:#fff;
	cursor:pointer;
	border:0;
	-webkit-transition:background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.choices input[type="submit"]:hover {
	background-color:#f7be07;
	text-decoration:none;
}
.choices input[type="submit"]:disabled {
	background:#009fe3;
	cursor:default;
	opacity:0.5;
}
.course-content {
	max-width:850px;
	margin:0 auto;
}
.course-content .article-box-subtitle {
	padding:20px 0 30px 0;
}
.courses-content .article-box-text h2 {
	font-family:'Montserrat', sans-serif;
	font-size:24pt;
	line-height:38px;
	font-weight:bold;
	color:#009fe3;
}
.courses-content h2 a {
	color:#009fe3;
}
.courses-content .article-box a.continue-reading {
	background:#009fe3;
}
.courses-content .article-box a.continue-reading:hover {
	background-color:#f7be07;
}
.courses-content .article-box a.complete-this-course {
	font-size:16pt;
	line-height:28px;
	padding:19px 50px 18px 50px;
	margin:0 auto;
	display:table;
	float:none;
}
.courses-content .img-right {
	display:block;
}
.courses-content .article-box .article-box-text-content {
	padding-left:0;
	padding-right:3.5%;
}
.search-content {
	background:#e7e7e7;
	padding:8px 0;
}
.search-content form {
	position:relative;
	display:table;
	margin:0 auto;
}
.search-content input[type=text] {
	font-size:16pt;
	line-height:26px;
	width:100%;
	max-width:300px;
	margin:0;
	padding-right:55px;
	background:transparent;
	border:0;
}
.search-content input[type=submit] {
	background:url(img/search.png) no-repeat top 16px left 5px;
	background-size:25px 25px;
	width:36px;	
	height:58px;
	border:0;
	margin:0;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
.search-content input[type=submit]:active {
	background:url(img/search.png) no-repeat top 17px left 6px;
	background-size:25px 25px;
}
.form-content {
	background:#e7e7e7;
}
.form-content .container {
	width:90%;
	max-width:760px;
	text-align:center;
}
.form-content form {
	width:100%;
	max-width:340px;
	margin:10px auto 0 auto;
	text-align:left;
}
form.login {
	margin-top:100px;
}
.menu ul li.user-top {
	margin-left:40px;
	overflow:hidden;
	top:-4px;
}
.menu ul li.user-top > a, #menu-sml ul li.user-top > a {
	text-transform:none;
	height:65px;
	font-size:8.3pt;
	text-transform:uppercase;
	vertical-align:top;
	position:relative;
}
.menu ul li.user-top > a > div, #menu-sml ul li.user-top > a > div {
	width:35px;
	height:35px;
	margin:0 auto 3px auto;
	display:block;
	background-position:top center !important;
	background-size:35px 35px !important;
	background-repeat:no-repeat !important;
	background-color:#d7d7d7 !important;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.menu ul li.user-top > div {
	font-family:'Montserrat', sans-serif;
	font-size:10pt;
	line-height:16px;
	font-weight:400;
	position:absolute;
	top:52px;
	left:50%;
	margin-left:-60px;
	width:120px;
	background:#fff;
	text-align:center;
	padding:5px 0;
	opacity:0;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.10);
	box-shadow:0 2px 2px rgba(0,0,0,0.10);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:90;
	-webkit-transition:opacity 0.2s ease-in-out, top 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out, top 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out, top 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.menu ul li.user-top:hover {
	overflow:visible;
}
.menu ul li.user-top:hover > div {
	opacity:1;
	top:64px;
}
.menu ul li.user-top > div > a {
	width:100%;
	padding:5px 0;
	display:block;
}
.menu ul li.user-top > div > a:hover {
	color:#009fe3;
}
.user-content {
	background:#e7e7e7;
	font-family:'Montserrat', sans-serif;
	text-align:center;
	padding:35px 0;
}
.user-content .container {
	max-width:700px;
}
.user-img {
	width:100%;
	height:130px;
	margin-bottom:30px;
	float:left;
}
.user-img > div {
	display:block;
	width:130px;
	height:130px;
	background-position:center !important;
	background-size:130px 130px !important;
	background-repeat:no-repeat !important;
	background-color:#d7d7d7 !important;
	margin:0 auto;
	-moz-border-radius:65px;
	-webkit-border-radius:65px;
	border-radius:65px;
	position:relative;
}
.user-img form {
	width:24px;
	height:24px;
	position:absolute;
	top:-5px;
	right:-5px;
	z-index:5;
}
.user-img form input[type=submit] {
	background:url(img/icons.png) no-repeat top center;
	width:24px;
	height:24px;
	cursor:pointer;
	border:0;
}
.user-name {
	width:100%;
	font-size:21pt;
	line-height:36px;
	font-weight:bold;
	color:#999;
	text-transform:uppercase;
	margin-bottom:15px;
	float:left;
}
.user-descr {
	width:100%;
	font-size:15pt;
	line-height:26px;
	color:#999;
	float:left;
}
.user-cat {
	width:100%;
	padding-top:40px;
	float:left;
}
.user-cat a {
	display:inline-block;
	margin:20px 30px 0 30px;
	color:#999;
	font-size:27pt;
	line-height:46px;
	font-weight:bold;
	text-transform:uppercase;
}
.user-cat a.current {
	text-decoration:underline;
}
.user-info {
	font-family:'Montserrat', sans-serif;
	text-align:center;
}
.user-title {
	font-size:24pt;
	line-height:38px;
	text-transform:uppercase;
	color:#999;
	padding-bottom:30px;
}
.course-id {
	position:absolute;
	top:-110px;
	left:0;
}
.my-courses {
	width:100%;
	border-bottom:1px solid #ddd;
	padding-top:5px;
	padding-bottom:45px;
	margin-bottom:40px;
	text-align:left;
	position:relative;
	float:left;
}
.my-courses:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:20px;
}
.my-courses-list {
	width:100%;
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
	float:left;
}
.my-courses-list li {
	width:100%;
	background:url(img/course_checkbox.png) no-repeat top 5px left;
	background-size:19px 18px;
	font-size:18pt;
	line-height:28px;
	margin:5px 0;
	padding:0 0 0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.my-courses-list li a:first-child {
	color:#555;
}
a.dl-certificate {
	color:#f7be07;
	font-size:14pt;
	line-height:18px;
	display:inline-block;
	margin-left:12px;
}
a.dl-certificate:hover {
	text-decoration:underline;
}
.user-cat-block {
	min-height:250px;
}
.my-courses-doc {
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.my-courses-doc ul {
	width:calc(102% + 1);
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.my-courses-doc ul li {
	background:#009fe3;
	margin:20px 2% 0 0;
	padding:0;
	width:18%;
	position:relative;
	box-sizing:border-box;
	transition:background 0.2s ease-in-out;
	float:left;
}
.my-courses-doc ul li img {
	width:100% !important;
	height:auto !important;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	box-sizing:border-box;
}
.my-courses-doc ul li.dl:after {
	content:"";
	background:url(img/dl_doc.png) no-repeat;
	background-size:21px 31px;
	width:21px;
	height:31px;
	position:absolute;
	top:10px;
	right:10px;
	pointer-events:none;
}
.my-courses-doc ul li a:last-child {
	color:#fff;
	width:100%;
	height:100%;
	float:left;
}
.my-courses-doc ul li a:last-child div {
	width:100%;
	font-size:12pt;
	line-height:18px;
	padding:10px 14px;
	text-align:center;
	box-sizing:border-box;
	float:left;
}
.my-courses-doc ul li:hover {
	background:#f7be07;
}
.my-courses-doc .edit, .my-courses-doc .move, .my-courses-doc .delete {
	opacity:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.my-courses-doc ul li:hover .edit, .my-courses-doc ul li:hover .move, .my-courses-doc ul li:hover .delete {
	opacity:1;
}
.courses-doc ul {
	margin:0 0 15px 0;
	text-align:center;
}
.courses-doc ul li {
	margin:0 2% 20px 0;
	display:inline-block;
	float:none;
}
.user-bar {
	background:#f7f7f7;
	font-size:15pt;
	line-height:34px;
	font-weight:bold;
	color:#999;
	width:32%;
	height:34px;
	border:1px solid #f7be07;
	position:absolute;
	top:4px;
	right:0;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.user-bar div {
	background:#f7be07;
	height:32px;
	position:absolute;
	top:0;
	left:0;
	width:0;
	-webkit-transition:width 0.75s ease-in-out;
	-moz-transition:width 0.75s ease-in-out;
	-o-transition:width 0.75s ease-in-out;
	transition:width 0.75s ease-in-out;
}
.user-bar span {
	position:relative;
	z-index:1;
}
.user-bar span:after {
	content:'%';
}
.user-achievements {
	width:100%;
	max-width:780px;
	font-family:'Montserrat', sans-serif;
	margin:-15px auto 0 auto;
}
.user-achievements ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.badge-label {
	font-size:10pt;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	background:#f7be07;
	border:0;
	color:#fff;
	padding:5px 10px;
	z-index:9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
}
.user-achievements ul li {
	background:url(img/badge_bg.png) no-repeat center;
	background-size:204px 204px;
	width:204px;
	height:204px;
	margin:28px;
	font-size:9pt;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	display:table;
	text-align:center;
	position:relative;
	float:left;
}
.user-achievements ul li > div {
	display:table-cell;
	vertical-align:middle;
	padding:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.user-achievements ul li > div:after {
	content:"";
	position:absolute;
	top:12px;
	left:12px;
	right:12px;
	bottom:12px;
	border:2px solid #fff;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.user-achievements ul li img {
	width:100%;
	max-width:146px !important;
	margin-bottom:10px;
}
.user-share {
	width:100%;
	font-weight:600;
	padding:15px 0 30px 0;
	text-align:center;
	float:left;
}
.user-share label {
	display:inline-block;
	position:relative;
	padding-left:50px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.user-share label input {
	position:absolute;
	opacity:0;
	cursor:pointer;
	height:0;
	width:0;
}
.checkmark {
	position:absolute;
	top:-4px;
	left:0;
	height:35px;
	width:35px;
	background-color:#fff;
}
.user-share label:hover input ~ .checkmark {
	background-color:#f5f5f5;
}
.user-share label input:checked ~ .checkmark {
	background-color:#009fe3;
}
.checkmark:after {
	content:"";
	position:absolute;
	display:none;
}
.user-share label input:checked ~ .checkmark:after {
	display:block;
}
.user-share label .checkmark:after {
	left:13px;
	top:7px;
	width:7px;
	height:14px;
	border:solid white;
	border-width:0 3px 3px 0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.course-text {
	width:100%;
	text-align:center;
	font-size:15pt;
	line-height:24px;
	float:left;
}
.course-text > img {
	display:block;
	margin:15px auto 26px auto;
	position:relative;
	left:4px;
}
.course-text > span {
	width:100%;
	font-size:17pt;
	line-height:30px;
	margin:10px 0 20px 0;
	float:left;
}
.course-text > a {
	color:#009fe3;
}
.course-text > a:hover {
	text-decoration:underline;
}
.edit-form {
	width:100%;
	max-width:560px;
	margin:0 auto 50px auto;
	text-align:left;
}
.edit-form strong {
	display:block;
	padding:2px 0 5px 0;
	font-weight:600;
}
.edit-form strong span {
	font-size:9pt;
	font-weight:400;
}
.edit-form input[type=text] {
	width:100%;
}
.response {
	font-size:15pt;
	line-height:26px;
	display:table;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
}
.response a {
	color:#009fe3;
}
.response a:hover {
	text-decoration:underline;
}
.ohnohoney {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	height:0;
	width:0;
	z-index:-1;
}
#subscribe-content {
	min-height:100px;
	background:#009fe3;
	color:#fff;
	padding:66px 0 80px 0;
}
#subscribe-content form {
	width:100%;
	max-width:400px;
	font-size:13px;
	line-height:19px;
	margin:0 auto 0 auto;
}
#subscribe-content form > div {
	width:100%;
	position:relative;
	float:left;
}
#subscribe-content form a {
	color:#fff;
	font-weight:bold;
}
#subscribe-content form a:hover {
	text-decoration:underline;
}
#subscribe-content form input[type=email] {
	width:calc(100% - 120px);
	color:#fff;
	font-size:19px;
	line-height:38px;
	padding:0 15px 0 15px;
	background:#009fe3;
	border:1px solid #fff;
	float:left;
}
#subscribe-content form input[type=email]::placeholder {
	color:rgba(255,255,255,0.65);
	opacity:1;
}
#subscribe-content form input[type=email]:-ms-input-placeholder {
	color:rgba(255,255,255,0.65);
}
#subscribe-content form input[type=email]::-ms-input-placeholder {
	color:rgba(255,255,255,0.65);
}
#subscribe-content form input[type=checkbox] {
	position:relative;
	bottom:-2px;
	margin:0 6px 0 0;
	outline:none;
}
#subscribe-content form button {
	width:100px;
	padding:5px 10px;
	margin:0;
	display:inline-block;
	min-width:auto;
	font-size:17px;
	line-height:30px;
	background:#fff;
	color:#009fe3;
	position:absolute;
	top:0;
	right:0;
}
.bttn-block {
	width:100%;
	text-align:center;
	padding-top:40px;
	float:left;
}
.bttn-block a {
	margin:15px;
}
video {
	max-width:100% !important;
	height:auto !important;
}
.events-text {
	width:100%;
	font-family:'Montserrat', sans-serif;
	font-size:14pt;
	line-height:26px;
	text-align:center;
	padding-top:50px;
	float:left;
}
.events-text a {
	color:#009fe3;
	font-weight:bold;
}
.events-text a:hover {
	text-decoration:underline;
}
.events-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-top:30px;
}
.events-box {
	width:100%;
	height:160px;
	vertical-align:middle;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #ddd;
	display:table;
	position:relative;
}
.events-box:last-of-type {
	margin-bottom:0;
	border:0;
}
.refund-policy {
	width:100%;
	padding:50px 0 50px 0;
	float:left;
}
.events-img {
	width:45%;
	float:right;
}
.events-box img {
	width:100%;
	height:auto;
	float:left;
}
.events-box .events-box-text-content {
	display:table;
	width:50%;
	padding-right:3.5%;
    box-sizing:border-box;
	vertical-align:middle;
	float:left;
}
.events-box .events-box-text-content .events-box-text {
	width:100%;
	display:table-cell;
	vertical-align:middle;
	float:left;
}
.events-box input, .events-box textarea {
	background:#f5f5f5;
}
.events-box h1 {
	font-family:'Montserrat', sans-serif;
	width:100%;
	font-size:24.6pt;
	line-height:40px;
	font-weight:700;
	padding-bottom:27px;
	text-align:left;
	text-transform:uppercase;
	float:left;
}
.events-box h2 {
	font-family:'Montserrat', sans-serif;
	width:100%;
	font-size:18pt;
	line-height:29px;
	font-weight:700;
	padding-top:15px;
	text-align:left;
	text-transform:uppercase;
	float:left;
}
.events-box .events-info {
	font-family:'Montserrat', sans-serif;
	width:100%;
	font-size:14pt;
	line-height:22px;
	margin:10px 0;
	padding:2px 0 0 45px;
	box-sizing:border-box;
	float:left;
}
.events-box .event-date {
	background:url(img/date_icon.png) no-repeat left center;
	background-size:24px 24px;
}
.events-box .event-time {
	background:url(img/time_icon.png) no-repeat left center;
	background-size:24px 24px;
}
.events-box .event-location {
	background:url(img/location_icon.png) no-repeat left center;
	background-size:24px 24px;
}
.events-box .event-price {
	background:url(img/price_icon.png) no-repeat left center;
	background-size:24px 24px;
}
.events-box .events-box-descr {
	width:100%;
	font-size:16px;
	line-height:23px;
	padding-top:30px;
	float:left;
}
a.get-tickets, .get-tickets {
	font-size:16px;
	line-height:23px;
	text-transform:uppercase;
	background:#f7be07;
	padding:16px 90px 15px 90px;
	margin-top:40px;
	color:#fff;
	float:left;
	transition:background-color 0.2s ease-in-out;
}
a.get-tickets:hover, .get-tickets:hover {
	background-color:#009fe3;
	text-decoration:none;
}
.events-box form {
	margin-top:10px;
	float:left;
}
.events-box button {
	margin:0 0 0 20px;
	top:-10px;
	background:#f7be07;
	position:relative;
}
.events-box button:hover {
	background-color:#009fe3;
}
.checkout-info {
	width:45%;
	float:right !important;
}
.checkout-info h2 {
	padding:0 0 19px 0;
	margin-top:-1px;
}
.checkout-info span {
	font-family:'Montserrat', sans-serif;
}
.number-input {
	display:inline-block;
	margin-top:29px;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.number-input > span {
	font-family:'Montserrat', sans-serif;
	font-size:14pt;
	line-height:22px;
	line-height:32px;
	margin-right:12px;
	float:left;
}
.number-input div {
	background:#f4f4f4;
	align-items:center;
	width:32px;
	height:32px;
	cursor:pointer;
	position:relative;
	display:inline-block;
}
.number-input div:before,
.number-input div:after {
	position:absolute;
	content:'';
	width:10px;
	height:2px;
	background-color:#444;
	top:15px;
	left:11px;
}
.number-input div.plus:after {
	transform:rotate(90deg);
	width:12px;
	top:15px;
	left:10px;
}
.number-input div.plus:before {
	width:12px;
	left:10px;
}
.number-input input[type=number] {
	font-family:'Montserrat', sans-serif;
	width:42px;
	height:34px;
	font-size:14pt;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	appearance:textfield;
	background:#fff;
	border:1px solid #fff;
	display:inline-block;
	position:relative;
	top:-9px;
	margin:0 1px;
	padding:0;
}
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
}
a.d-ticket {
	background:#f7be07;
	color:#fff;
	border-radius:20px;
	display:inline-block;
	padding:8px 14px;
	transition:background 0.2s ease-in-out;
}
a.d-ticket:hover {
	background:#009fe3;
}
.soc-icons {
	margin:45px auto 0 auto;
	display:table;
	font-size:0;
}
.soc-icons a {
	display:inline-block;
	width:55px;
	height:55px;
	margin:0 8px;
	transition:filter 0.2s ease-in-out;
}
.soc-icons a:hover {
	filter:saturate(150%);
}
.soc-icons a.twitter-icon {
	background:url(img/twitter_icon.png) no-repeat center;
	background-size:55px 55px;
}
.soc-icons a.facebook-icon {
	background:url(img/facebook_icon.png) no-repeat center;
	background-size:55px 55px;
}
.soc-icons a.instagram-icon {
	background:url(img/instagram_icon.png) no-repeat center;
	background-size:55px 55px;
}
.soc-icons a.linkedin-icon {
	background:url(img/linkedin_icon.png) no-repeat center;
	background-size:55px 55px;
}
.cart-items {
	width:31px;
	height:40px;
	position:relative;
	margin:0 15px 0 0;
	top:-3px;
	right:-20px;
}
.cart-items > a {
	background:url(img/cart.png) no-repeat center;
	background-size:31px 40px;
	width:31px;
	height:40px;
	display:inline-block;
}
.cart-items > a > span {
	border-radius:100%;
	background:#f7be07;
	color:#fff;
	position:absolute;
	top:-4px;
	right:-9px;
	font-size:10pt;
	line-height:20px;
	width:20px;
	text-align:center;
}
.cart-items:hover {
	min-height:100px;
}
.cart-items-box {
	width:250px;
	position:absolute;
	top:55px;
	right:-15px;
	display:none;
}
.cart-items:hover .cart-items-box {
	display:block;
}
.cart-items .cart-items-box ul {
	background:#fff;
	width:100%;
	max-height:526px;
	padding:16px 15px 0 15px;
	margin:0;
	list-style:none;
	overflow:auto;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.125);
	float:left;
}
.cart-items .cart-items-box ul li {
	width:100%;
	margin:0 0 10px 0;
	padding:3px 0 7px 0;
	position:relative;
	list-style:none;
	font-size:11pt;
	line-height:15px;
	border-bottom:1px solid #e9e9e9;
	box-sizing:border-box;
	float:left;
}
.cart-items .cart-items-box ul li span {
	display:block;
	margin-bottom:6px;
}
.cart-items .cart-items-box ul li:nth-last-child(2) {
	margin:0;
}
.cart-items .cart-arrow {
	background:#fff;
	position:absolute;
	top:-8px;
	right:21px;
	width:16px; 
	height:16px; 
	transform:rotate(45deg);
	box-shadow:0 0 8px rgba(0,0,0,0.125);
	z-index:-1;
}
.cart-items .cart-items-box:after {
	content:"";
	background:#fff;
	position:absolute;
	top:-8px;
	right:21px;
	width:16px; 
	height:16px; 
	transform:rotate(45deg);
	z-index:1;
}
.cart-items .cart-items-box ul li.cart-total {
	border-bottom:0;
	padding:15px 0 6px 0;
	height:auto;
}
.cart-items ul li.cart-total div {
	color:#000;
	font-size:11pt;
	line-height:25px;
	float:left;
}
.cart-items .cart-items-box ul li.cart-total a {
	background:#f7be07;
	color:#fff;
	width:100%;
	font-size:16px;
	line-height:46px;
	height:auto;
	text-align:center;
	text-transform:uppercase;
	display:block;
	margin-top:13px;
	transition:background 0.2s ease-in-out;
	float:left;
}
.cart-items .cart-items-box ul li.cart-total a:hover {
	background:#009fe3;
}
.table-cart-block {
	width:60%;
	margin-bottom:30px;
	float:left;
}
.table-cart {
	background:#fff;
	width:100%;
	font-size:12pt;
	line-height:22px;
	float:left;
}
.table-cart-block .table-cart strong {
	padding:4px 0 15px 0;
	display:inline-block;
}
.table-cart th {
	border-bottom:1px solid #eee;
	padding:10px;
	text-align:center;
	font-weight:normal;
	color:#777;
}
.table-cart th:first-child {
	text-align:left;
}
.table-cart th:last-child {
	white-space:nowrap;
}
.table-cart td {
	border-bottom:1px solid #eee;
	padding:15px 10px;
	text-align:center;
}
.table-cart tr:last-child td {
	border-bottom:0;
}
.table-cart td:first-child {
	text-align:left;
}
.table-cart td > a {
	color:#111;
}
.table-cart img {
	min-width:100px;
	height:auto;
}
.table-cart-right {
	font-family:'Montserrat', sans-serif;
	width:35%;
	padding-top:12px;
	float:right;
}
.offer-code-form input {
	width:calc(100% - 100px);
	margin:0;
	float:left;
}
.offer-code-form button {
	min-width:auto;
	width:100px !important;
	padding-left:20px;
	padding-right:20px;
	margin:6px 0 0 -1px;
	float:right;
}
.cart-form {
	width:100%;
	float:left;
}
.cart-form td div {
	color:#777;
	padding-top:5px;
}
.table-cart-right input {
	background:#f5f5f5;
	margin:5px 0 15px 0;
}
.table-cart-right button {
	width:100%;
}
.cart-total {
	font-size:14pt;
}
.cart-total span {
	color:#ff5932;
	font-weight:700;
}
.remove {
	background:url(img/remove.png) no-repeat center;
	background-size:20px 20px;
	width:20px;
	height:20px;
	border:0;
	cursor:pointer;
	opacity:0.3;
	transition:opacity 0.2s ease-in-out;
}
.remove:hover {
	opacity:0.6;
}
button.submit-bttn {
	background:#f7be07;
}
button.submit-bttn:hover {
	background:#009fe3;
}
.sold-out {
	color:#f7be07;
	font-family:'Montserrat', sans-serif;
	width:100%;
	font-size:18pt;
	line-height:29px;
	font-weight:700;
	padding-top:25px;
	text-align:left;
	text-transform:uppercase;
	float:left;
}


@media only screen and (max-width:480px){	
	.cookies-container .cookies-content .cookies {
		padding: 20px 20px 20px 20px;
	}
	.cookies-container .cookies-content .cookies span {
		display: block;
		margin-top: 12px;
	}
	.agree-cookies {
		position: static;
	}
}