/*
Theme Name: marketingsmarts2
Theme URI: http://themarketingsmarts.com
Author: basic bananas
Author URI: http://www.basicbananas.com/
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marketingsmarts2
Tags:

*/

.test {
	color: green;
}

a {
	outline: none;
}
.hidden {
	display: none !important;
}

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

.unclickable > a:hover {
  cursor: default;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
  		url('fonts/Montserrat-Bold.otf')  format('opentype'),
	    url('fonts/Montserrat-Bold.woff') format('woff'),
	    url('fonts/Montserrat-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}



@import url("_normal.css");
@import url("lp.css");


/* artlogika */

@charset "utf-8";
/* CSS Document */

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


#login-box .op-login-form-1 {
  background:none!important;
  box-shadow:none;
  box-sizing: border-box;
  margin: 30px auto;
  max-width: 320px;
  padding: 30px;
  width: 100%;
}

.desk-table .odd td {
  background-color: #fb8841!important;
}

.desk-table  td {
border:1px solid #000!important;
}

.desk-table  tbody td, .desk-table  tfoot th {
  border-top:0;
}

.desk-table a, .desk-table a:visited, .desk-table {
	color:#000!important;
}


body {
	padding:0;
	margin:0;
	font-size:16px;
		font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#fff;
	line-height:1.3;

}

.cnt::after, #yes-please .boxes::after {
	clear:both;
	content:'';
	display:table;
}

.open {
	font-family: 'Open Sans', sans-serif;
}


p {
	margin:0;
	padding:0 0 1em 0;
}

p:empty {height:0; display:none;}

.clear {
	clear:both;
	content:'';
	display:table;
	height:0;
}



.cnt {
	width:95%;
	margin:0 auto;
}

a {
	text-decoration:none;
	color:#000;
}
.col-1-2, .col-1-3 {width:100%; margin:0 0 1em 0;}



#partners-2 {
	background:#000;
	color:#fff;
	padding:1.2em 0 1em 0;
	text-align:center;
}



#partners-2 img, #partners-1 img {
	vertical-align:middle;
	margin:-4px 0 0 0;
}



#partners-1 .tab-1 {
	margin:1em 0 0 0;
		text-transform:uppercase;

}

#partners-1 {
	background:#fff;
text-align:center;
padding:1em 0 12px 0;
}

/*------------------------------------*\
		MODULES
\*------------------------------------*/
.m__cnt {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.m__cnt {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.m__cnt {
		width: 970px;
	}
}

@media (min-width: 1330px) {
	.m__cnt {
		width: 1300px;
	}
}

/*------------------------------------*\
		MODULE PAGE HEADER
\*------------------------------------*/
.m__header {
	background: #fff;
}
.m__header__inner {
	position: relative;
	height: 220px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 991px) {
	.m__header__inner {
		height: 170px;
	}
}
@media (max-width: 767px) {
	.m__header__inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 20px 0;
		height: auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.m__header__left {
	width: 20%;
}
.m__header__right {
	width: 80%;
	text-align: right;
}
.m__header__left a {
	display: inline-block;
	outline: none;
	max-width: 155px;
}
@media (max-width: 1329px) {
	.m__header__left {
		width: 15%;
	}
	.m__header__right {
		width: 85%;
	}
	.m__header__left img {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.m__header__left a {
		max-width: 100px;
	}
}
@media (max-width: 767px) {
	.m__header__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.m__header__left a {
		max-width: 80px;
	}
	.m__header__right {
		display: none;
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding-top: 20px;
		text-align: left;
	}
}


.m__header__right__menu,
.m__header__right__facebook,
.m__header__right__forum {
	display: inline-block;
	vertical-align: middle;
}

.m__header__right__menu {
	margin-right: 25px;
	margin-top: 20px; /* same .m__header__right__menu > ul > li */
}
.m__header__right__menu > ul > li,
.m__header__right__menu__ul__archived > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 20px; /*same  .m__header__right__menu */
}

@media (max-width: 991px) {
	.m__header__right__menu {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.m__header__right__menu > ul > li,
	.m__header__right__menu__ul__archived > li {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
}

.m__header__right__menu ul {
	padding:0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.m__header__right__menu > ul > li:last-child,
.m__header__right__menu__ul__archived > li {
	margin-right: 0;
}
.m__header__right__menu > ul > li a,
.m__header__right__menu__ul__archived > li a {
	position: relative;
	padding: 10px 17px;
	font-size: 18px;
	text-transform: uppercase;
	color: #010000;
	text-decoration: none;
	-webkit-transition: background .3s, color .1s;
	-o-transition: background .3s, color .1s;
	transition: background .3s, color .1s;
	cursor: pointer;
}
@media (max-width: 1329px) {
	.m__header__right__menu > ul > li a,
	.m__header__right__menu__ul__archived > li a {
		margin-right: 5px;
		padding: 9px 14px;
		font-size: 16px;
	}
}
.m__header__right__menu > ul > li.menu-item-has-children > a:after,
.m__header__right__menu__ul__archived > li.menu-item-has-children > a:after {
	content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-top: -3px;
  transition: border-top .1s;
}
.m__header__right__menu > ul > li.menu-item-has-children.current-menu-parent > a:after,
.m__header__right__menu > ul > li.menu-item-has-children.current-menu-item > a:after,
.m__header__right__menu > ul > li.menu-item-has-children > a:hover:after,
.m__header__right__menu__ul__archived > li.menu-item-has-children > a:hover:after {
	 border-top: 4px solid #fff;
}
@media (max-width: 991px) {
	.m__header__right__menu > ul > li.menu-item-has-children > a:after,
	.m__header__right__menu__ul__archived > li.menu-item-has-children > a:after {
		display: none;
	}
}

.m__header__right__menu > ul > li a:hover,
.m__header__right__menu__ul__archived > li a:hover,
.m__header__right__menu > ul > li.current_page_item > a,
.m__header__right__menu > ul > li.current-menu-ancestor > a,
.m__header__right__menu > ul > li.current_page_parent > a,
.m__header__right__menu > ul > li > ul > li.current-menu-item a {
	background: #ff6201;
	color: #fff;
}
@media (max-width: 991px) {
	.m__header__right__menu > ul > li > a,
	.m__header__right__menu__ul__archived > li > a {
		padding: 9px 8px;
		font-size: 16px;
	}
}
.m__header__right__menu > ul > li > ul,
.m__header__right__menu__ul__archived > li > ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	min-width: 270px;
	border: 1px solid #ff6201;
	z-index: 3; /*cover video blog "playlist button"*/
}
@media (max-width: 1085px) {
	.m__header__right__menu__ul__archived > li > ul {
		left: -130px;
	}
}

.m__header__right__menu > ul > li:hover ul,
.m__header__right__menu__ul__archived > li:hover ul {
	display: block;
}
@media (max-width: 767px) {
	.m__header__right__menu > ul > li > ul,
	.m__header__right__menu__ul__archived > li > ul {
		display: block;
		position: static;
		min-width: 100%;
		margin-top: 20px;
		padding-left: 10px;
		border: 0;
		background: none;
	}
	.m__header__right__menu__ul__archived {
		display: block !important;
	}
}

.m__header__right__menu > ul > li > ul li,
.m__header__right__menu__ul__archived > li > ul li {
	text-align: left;
}
.m__header__right__menu > ul > li > ul li:last-child,
.m__header__right__menu__ul__archived > li > ul li:last-child {
	margin-bottom: 0;
}
.m__header__right__menu > ul > li > ul a,
.m__header__right__menu__ul__archived > li > ul a {
	font-size: 15px;
	display: block;
	padding: 10px 10px
}
@media (max-width: 991px) {
	.m__header__right__menu > ul > li > ul a,
	.m__header__right__menu__ul__archived > li > ul a {
		font-size: 14px;
	}
}


/* MODULE COMPLETE BTN */
#video,
.module__complete__btn {
	margin: 0 auto;
	width: 1000px;
}
@media (max-width: 1330px) {
	#video,
	.module__complete__btn {
		width: 100%;
	}
}
@media (max-width: 991px) {
	#video iframe {
		width: 100%;
	}
}

.module__complete__btn {
	/*width: 1000px;*/
	display: block;
	/*width: 100%;*/
	background: #ff6201;
	border: 2px solid #ff6201;
	color: #fff;
	outline: none;
	border-radius: 0;
	padding: 20px 10px;
	font-size: 22px;
	box-shadow: none !important;
	letter-spacing: 1px;
	font-weight: 500;
	transition: opacity .5s;
}
.module__complete__btn:disabled {
	cursor: no-drop;
	opacity: .5;
}
.module__complete__btn:hover,
.module__complete__btn:focus,
.module__complete__btn:active {
	color: #ff6201;
	background: #fff;
	border: 2px solid #ff6201;
}
.module__complete__btn.complete {
	background: #ff6201;
	color: #fff;
	border: 2px solid #ff6201;
}
.module__complete__btn.complete:hover {
	color: #ff6201;
	background: #fff;
	border: 2px solid #ff6201;
}
.module__complete__btn.complete span:first-child,
.module__complete__btn span:last-child {
	display: none;
}
.module__complete__btn.complete span:last-child {
	display: block;
}

.module__bottom__text {
	margin-bottom: 80px;
	border: 2px solid #ff6201;
  padding-top: 19px;
  font-size: 19px;
}
.module__bottom__text p {
	text-align: center !important;
}
.module__bottom__text a {
	color: #ff6201;
}
@media (max-width: 767px) {
	.module__bottom__text {
		font-size: 16px;
	}
}

/*------------------------------------*\
		MODULE ARCHIVED
\*------------------------------------*/
.archived__module .cnt {
	 width: 980px;
}
@media (max-width: 1024px) {
	.archived__module .cnt {
		 width: 95%;
	}
}

.archived__module #pdfs .one-pdf {
	width:25%;
	float:left;
}
.archived__module #pdfs .ico {
    font-size: 4em;
}
@media (max-width: 600px) {
	.archived__module #pdfs .one-pdf {
		width: 100%;
		float: none;
	}

	.archived__module #footer-social .social-box-1,
	.archived__module #footer-social .social-box-2,
	.archived__module #footer-social .social-box-3 {
		width: 100%;
		float: none;
	}
}


/* Header Facebook */
.header__right__soc {
	display: inline-block;
}
.m__header__right__facebook {
	display: inline-block;
	margin-right: 10px;
}
a.m__header__right__facebook,
a.m__header__right__facebook:visited {
	color: #000 !important;
}
.m__header__right__facebook:hover,
.m__header__right__facebook:focus,
.m__header__right__facebook:active {
	text-decoration: none !important;
}
.m__header__right__facebook img,
.m__header__right__forum img {
	max-width: 35px;
	margin-right: 8px;
	vertical-align: middle;
}
@media (max-width: 1329px) {
	.m__header__right__facebook img,
	.m__header__right__forum img {
		max-width: 20px;
		max-height: 25px;
	}
}

/*.m__header__right__icon {
	display: inline-block;
	vertical-align: middle;
}*/
.m__header__right__facebook__text {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	color: #000 !important;
}
@media (max-width: 991px) {
	.header__right__soc {
		display: none;
	}
}

/* BURGER BUTTON */
.burger__button__block {
  display: none;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	text-align: right;
}
.burger__button {
	display: inline-block;
  background: none;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .burger__button__block {
    display: inline-block;
  }
}
.burger__button > div {
  display: block;
  width: 29px;
  height: 4px;
  background: #000;
  margin-bottom: 2px;
  border-radius: 3px;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
}
.burger__button > div:last-child {
  margin-bottom: 0;
}
.burger__button:hover > div {
  background: #ff6201;
}


/*------------------------------------*\
		LANDING PAGE
\*------------------------------------*/
.lp {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.lp h1,
.lp h2,
.lp h3,
.lp h4,
.lp h5,
.lp h6 {
	margin-top: 0;
	font-family: Raleway, sans-serif;
}

.lp__section {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 991px) {
	.lp__section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.lp__section {
		padding-top: 48px;
		padding-bottom: 40px;
	}
}

.lp__section__title {
	margin-top: 0;
	margin-bottom: 65px;
	text-align: center;
	font-size: 42px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.lp__section__title {
		font-size: 35px;
	}
}
@media (max-width: 767px) {
	.lp__section__title {
		margin-bottom: 25px;
		font-size: 20px;
	}
}

.lp__promo__text {
	margin-top: 20px;
}
.lp__promo__text--white {
	color: #fff;
}
@media (max-width: 767px) {
	.lp__promo__text {
		font-size: 13px;
	}
	.lp__promo__text--white {
		display: none;
	}
}

.btn-primary,
.btn-default {
	display: inline-block;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	padding: 16px 42px;
	-webkit-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	font-family: Raleway;
}
@media (max-width: 767px) {
	.btn-primary,
	.btn-default {
		padding: 12px 35px;
		font-size: 12px;
	}
}

.btn-primary {
	background: #ff6201;
	color: #fff;
	border: 1px solid #ff6201;
}
.btn-default {
	background: #fff;
	color: #ff6201;
	border: 1px solid transparent;
}
.btn-primary:hover {
	color: #ff6201;
	background: #fff;
}

.orange__bg {
	background: #ff6201;
}
.orange__bg--light {
	background: #fff8f2;
}



/* -- lp top */
.lp__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp__top__left,
.lp__top__right {
	width: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (max-width: 767px) {
	.lp__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lp__top__left,
	.lp__top__right {
		width: 100%;
	}
}

.lp__top__left {
	padding-top: 115px;
	padding-bottom: 65px;
}
.lp__top__left__inner {
	text-align: center;
}
.lp__top__left__logo {
	display: inline-block;
	margin-bottom: 60px;
}
.lp__top__left__btn {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0, 0.2);
	        box-shadow: 0 0 30px rgba(0,0,0, 0.2);
}
.lp__top__left__btn:hover {
	background: #ff6201;
	color: #fff;
	border-color: #fff;
}

@media (max-width: 767px) {
	.lp__top__left {
		padding: 25px 15px;
	}
	.lp__top__left__inner {
		text-align: left;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.lp__top__left__logo {
		max-width: 72px;
		margin-bottom: 0;
	}
	.lp__top__left__btn__block {
		margin-left: auto;
	}
	.lp__top__left__btn {
	}
}

.lp__top__right {
	position: relative;
	padding-left: 90px;
	padding-right: 60px;
}
.lp__top__right__btn {
	position: absolute;
	top: 45px;
	right: 30px;
	padding: 13px 21px;
	font-size: 12px;
}
.lp__phone {
	position: absolute;
	top: 46px;
	right: 173px;
	padding: 9px 14px;
	font-size: 18px;
}
@media (max-width: 991px) {
	.lp__phone {
		right: 190px;
	}
}
@media (max-width: 767px) {
	.lp__phone {
		display: none;
	}
}

.lp__top__right__inner {
	position: absolute;
	width: 60%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
	.lp__top__right {
		padding-left: 60px;
	}
	.lp__top__right__inner {
		width: 80%;
	}
}
@media (max-width: 991px) {
	.lp__top__right__btn {
		right: 10%;
	}
}
@media (max-width: 767px) {
	.lp__top__right {
		padding: 50px 15px;
	}
	.lp__top__right__btn {
		position: static;
		top: inherit;
		right: inherit;
		padding: 12px 35px;
	}
	.lp__top__right__inner {
		position: static;
		left: inherit;
		top: inherit;
		width: 100%;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

.lp__top__right__title {
	margin-top: 0;
	font-size: 42px;
	font-weight: 600;
}
.lp__top__right__list {
	padding-left: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.lp__top__right__list li {
	width: 100%;
	position: relative;
	font-size: 21px;
	font-family: Raleway;
	color: #000;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.lp__top__right__list li:before {
	content: '';
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: #ff6201;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.lp__top__right__title {
		font-size: 35px;
	}
	.lp__top__right__list li {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.lp__top__right__title {
		font-size: 28px;
	}
	.lp__top__right__list li {
		margin-bottom: 18px;
		padding-left: 15px;
		padding-right: 10px;
		font-size: 12px;
	}
	.lp__top__right__text {
		margin-bottom: 35px;
		font-size: 12px;
	}
	.lp__top__right__list li:before {
		width: 5px;
		height:5px
	}
}


/* -- lp partners carousel */
.lp__partners {
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lp__partners__title {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	width: 10%;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 1329px) {
	.lp__partners__title {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.lp__partners {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.lp__partners__title {
		width: 100%;
		margin-bottom: 0;
		font-size: 13px;
		text-align: center;
	}
}

.lp__partners__slider {
	display: none;
	width: 89%;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
.lp__partners__slider.slick-initialized {
	display: inline-block;
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
}
@media (max-width: 1329px) {
	.lp__partners__slider {
		width: 79%;
	}
}
@media (max-width: 767px) {
	.lp__partners__slider {
		width:100%;
	}
}
.lp__partners__slider .slick-slide img {
	max-width: 90px;
}
@media (max-width: 600px) {
	.lp__partners__slider .slick-slide img {
		max-width: 50px;
	}
}

.lp__partners__slider.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	outline: none;
}

.lp__partners__slider .slick-dots {
	margin-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	text-align: center;
}
.lp__partners__slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
}
.lp__partners__slider .slick-dots li:last-child {
	margin-right: 0;
}
.lp__partners__slider .slick-dots button {
	position: relative;
	font-size: 0;
	width: 9px;
	height: 9px;
	border: 0;
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: none;
}
.lp__partners__slider .slick-dots button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #767676;
}
@media (max-width: 767px) {
	.lp__partners__slider .slick-dots button,
	.lp__partners__slider .slick-dots button:after {
		width: 7px;
		height:7px
	}
}
.lp__partners__slider .slick-dots .slick-active button:after {
	background: #fff;
}


/* --lp about*/
.lp__about__block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp__about__block__left,
.lp__about__block__right {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.lp__about__block__left {
	width: 40%;
	padding-top: 55px;
}
.lp__about__block__right {
	width: 60%;
}
.lp__about__block__right__video {
	position: relative;
	background-repeat: no-repeat;
	background-size: 755px 394px;
	background-position: center;
	width: 758px;
	height: 439px;
}
.lp__about__block__right__video__inner {
	position: absolute;
	top: 53px;
	left: 95px;
	width: 568px;
}
@media (max-width: 1329px) {
	.lp__about__block__right__video {
		width: auto;
		height: auto;
	}
	.lp__about__block__right__video__inner {
		position: static;
		width: auto;
	}
	.lp__about__block__right__video__inner iframe {
		width: 100%;
	}
	/*.lp__about__block__right__video {
		width: 560px;
		height: 290px;
		background-size: 560px 291px;
	}
	.lp__about__block__right__video__inner {
		top: 21px;
		left: 69px;
		width: 421px;
	}*/
}
@media (max-width: 991px) {
	/*.lp__about__block__right__video {
		width: 360px;
		height: 185px;
		background-size: 360px 185px;
	}
	.lp__about__block__right__video__inner {
		top: 14px;
		left: 44px;
		width: 271px;
	}*/
}
@media (max-width: 767px) {
	.lp__about__block__right__video {
		margin: 0 auto;
	}
}
@media (max-width: 400px) {
/*	.lp__about__block__right__video {
		width: 290px;
		height: 175px;
		background-size: 280px 140px;
	}
	.lp__about__block__right__video__inner {
		top: 28px;
		left: 39px;
		width: 211px;
	}*/
}


.lp__about__block__left__inner {
	padding-left: 30px;
	padding-right: 120px;
	border-left: 2px solid #ff6201;
}
.lp__about__block__left__inner p:last-child {
	padding-bottom: 0;
}
@media (max-width: 1329px) {
	.lp__about__block__left__inner {
		padding-right: 50px;
	}
}
@media (max-width: 991px) {
	.lp__about__block__left {
		padding-top: 0;
	}
	.lp__about__block__left,
	.lp__about__block__right {
		width: 50%;
	}
	.lp__about__block__left__inner {
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	.lp__about__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lp__about__block__left,
	.lp__about__block__right {
		width: 100%;
	}
	.lp__about__block__left {
		margin-bottom: 35px;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.lp__about__block__left__inner {
		font-size: 12px;
		padding-right: 0;
		padding-left: 20px;
	}
}


/* -- lp what is */
.lp__what__is__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 15px;
	padding-left: 0;
}
.lp__what__is__list__item {
	position: relative;
	width: 50%;
	list-style-type: none;
	padding: 0 140px 0 115px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.lp__what__is__list__item__icon {
	position: absolute;
	top: 0;
	left: 0;
}
.lp__what__is__list__item__text {
	line-height: 27px;
}
@media (max-width: 1329px) {
	.lp__what__is__list__item {
		padding: 0 80px 0 80px;
	}
}
@media (max-width: 991px) {
	.lp__what__is__list__item {
		padding: 0 50px 0 70px;
	}
}
@media (max-width: 767px) {
	.lp__what__is__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 0;
	}
	.lp__what__is__list__item {
		width: 100%;
		margin-bottom: 20px;
	}
	.lp__what__is__list__item:last-child {
		margin-bottom: 0;
	}
	.lp__what__is__list__item__text {
		font-size: 12px;
		line-height: 24px;
	}
	.lp__what__is__list__item__icon {
		max-width: 30px;
	}
	.lp__what__is__button__block {
		display: none;
	}
}


/* -- lp how does */
.lp__how__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.lp__how__list__col {
	width: 50%;
}
.lp__how__list__item {
	position: relative;
	margin-bottom: 35px;
	padding-left: 120px;
	padding-right: 130px;
	line-height: 28px;
}
.lp__how__list__item:last-child {
	margin-bottom: 0;
}
.lp__how__list__item:after,
.lp__how__list__item:before {
	content: '';
	width: 1px;
	position: absolute;
	background: #ff6b10;
	left: 34px;
}
.lp__how__list__item:after {
	height: calc(50% + 35px - 34px);
	top: calc(50% + 34px);
}
.lp__how__list__item:before {
	height: calc(50% - 34px);
	top: 0;
}

.lp__how__list__item > span {
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	line-height: 66px;
	border-radius: 50%;
	border: 1px solid #ff6b10;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	font-family: Raleway, sans-serif;
}
.lp__how__list__item:last-child:after {
	display: none;
}
.lp__how__list__item:first-child:before {
	display: none;
}
@media (max-width: 1329px) {
	.lp__how__list__item {
		padding-left: 100px;
		padding-right: 70px;
	}
}
@media (max-width: 991px) {
	.lp__how__list__item {
		padding-left: 90px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.lp__how__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lp__how__list__col {
		width: 100%;
	}
	.lp__how__list__item {
		line-height: 23px;
	}
	.lp__how__list__item,
	.lp__how__list__item:last-child {
		margin-bottom: 25px;
	}
	.lp__how__list__col:last-child .lp__how__list__item:last-child {
		margin-bottom: 0;
	}

	.lp__how__list__item > span {
		font-size: 15px;
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.lp__how__list__col:first-child .lp__how__list__item:last-child:after,
	.lp__how__list__item:after {
		display: block;
		top: calc(50% + 21px);
		height: calc(50% + 25px - 21px);
	}
	.lp__how__list__col:last-child .lp__how__list__item:first-child:before,
	.lp__how__list__item:before {
		display: block;
		height: calc(50% - 21px);
	}
	.lp__how__list__item__text {
		font-size: 12px;
	}
}



/* -- lp what is for*/
.lp__what__is__for__title {
	margin-bottom: 35px;
}
.lp__what__is__for__top__text {
	padding-bottom: 45px;
	text-align: center;
}
.lp__what__is__for__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 45px;
	padding-left: 0;
}
.lp__what__is__for__list__item {
	width: 33.33333333%;
	list-style-type: none;
	padding: 0 30px;
}
@media (max-width: 1329px) {
	.lp__what__is__for__list__item {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.lp__what__is__for__top__text {
		padding-bottom: 38px;
		font-size: 13px;
	}
	.lp__what__is__for__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 275px;
		margin: 0 auto 30px;
	}
	.lp__what__is__for__list__item {
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin-bottom: 10px;
		padding: 0;
	}
	.lp__what__is__for__list__item:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 340px) {
	.lp__what__is__for__list {
		width: 100%;
	}
}

.lp__what__is__for__list__item__inner {
	position: relative;
	height: 100%;
	padding: 25px 25px 30px 98px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.lp__what__is__for__list__item__icon {
	position: absolute;
	top: 25px;
	left: 35px;
}
.lp__what__is__for__list__item__text {
	line-height: 27px;
}
.lp__what__is__for__bottom__text {
	padding-bottom: 55px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	line-height: 29px;
}
@media (max-width: 991px) {
	.lp__what__is__for__list__item__icon {
		left: 20px;
	}
	.lp__what__is__for__list__item__inner {
		padding: 25px 15px 30px 70px;
	}
	.lp__what__is__for__bottom__text {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.lp__what__is__for__list__item__inner {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0, .1);
		        box-shadow: 0 0 20px rgba(0,0,0, .1);
	}
	.lp__what__is__for__list__item__icon {
		max-width: 25px;
		left: 22px;
	}
	.lp__what__is__for__list__item__text {
		font-size: 12px;
		line-height: 24px;
	}
	.lp__what__is__for__bottom__text {
		padding-bottom: 30px;
		font-size: 12px;
		line-height: 24px;
	}
}


/*-- landing who teaches */
.lp__who {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.lp__who__left,
.lp__who__right {
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.lp__who__left {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}
.lp__who__left__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
	.lp__who__left__inner {
		width: 90%;
	}
}
@media (max-width: 1199px) {
	.lp__who__left {
		padding: 50px 15px;
	}
	.lp__who__left__inner {
		position: static;
		top: inherit;
		left: inherit;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
@media (max-width: 767px) {
	.lp__who {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lp__who__left,
	.lp__who__right {
		width: 100%;
	}
}

.lp__who__left__title {
	margin-bottom: 40px;
	text-align: left;
}
.lp__who__left__text {
	font-size: 16px;
}
.lp__who__left__text p {
	padding-bottom: 38px;
}
.lp__who__left__text p:last-child {
	padding-bottom: 0;
}

.lp__who__right {
	font-size: 0;
}
.lp__who__right img {
	width: 100%;
}
@media (max-width: 767px) {
	.lp__who__left__title {
		margin-bottom: 35px;
		text-align: center;
	}
	.lp__who__left__text {
		font-size: 12px;
	}
	.lp__who__left__text p {
		padding-bottom: 23px;
	}
}

/* -- landing what's invesment */
.what__inv {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.what__inv__item {
	position: relative;
	width: 33.33333333%;
	margin-bottom: 135px;
	padding-left: 70px;
	padding-right: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.what__inv__item:nth-last-of-type(-n+2) {
	margin-bottom: 70px;
}
.what__inv__item:after {
	content: attr(data-count);
	position: absolute;
	top: 0;
	left: -25px;
	line-height: 92px;
	font-size: 120px;
	opacity: .14;
	color: #ff6201;
	font-family: Raleway, sans-serif;
	font-weight: 700;
}
@media (max-width: 1329px) {
	.what__inv__item {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 991px) {
	.what__inv__item {
		width: 50%;
		margin-bottom: 65px;
	}
}
@media (max-width: 767px) {
	.what__inv__item {
		width: 100%;
		margin-bottom: 44px;
		padding-left: 75px;
		padding-right: 15px;
	}
	.what__inv__item:last-child {
		margin-bottom: 30px;
	}
	.what__inv__item:after {
		left: -5px;
		line-height: 45px;
		font-size: 80px;
	}
}

.what__inv__item__subtitle {
	font-family: Raleway, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;;
}
.what__inv__item__title {
	font-family: Raleway, sans-serif;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
}
.what__inv__text {
	padding-bottom: 0;
	font-size: 14px;
	line-height: 25px;
}
.what__inv__item:last-child .what__inv__text {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.what__inv__item:last-child .what__inv__text {
		padding-left: 0;
	}
	.what__inv__item__subtitle {
		margin-bottom: 15px;
		font-size: 13px;
	}
	.what__inv__item__title {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.what__inv__text {
		font-size: 13px;
	}
}


/* -- landing guarantee */
.lp__guarantee {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	color: #fff;
}
.lp__guarantee__inner {
	width: 600px;
	margin: 0 auto;

}
.lp__guarantee__text {
	margin-bottom: 28px;
	font-size: 20px;
	line-height: 30px;
}
.lp__guarantee__text__bottom {
	font-size: 11px;
}
@media (max-width: 767px) {
	.lp__guarantee__text {
		margin-bottom: 19px;
		font-size: 12px;
		line-height: 23px;
	}
	.lp__guarantee__text__bottom {
		font-size: 10px;
	}
	.lp__guarantee__inner {
		width: 100%;
	}
}

/* -- landing yes please */
.lp__yes__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.lp__yes__list__item {
	width: 292px;
	padding: 55px 27px 45px;
	border: 4px solid #f6f6f6;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
}
.lp__yes__list__item:first-child {
	margin-right: 80px;
	border-color: #ff6201;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0, .25);
	        box-shadow: 0 3px 10px rgba(0,0,0, .25);
}
.lp__yes__list__item__title {
	margin-bottom: 45px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Raleway, sans-serif;
}
.lp__yes__list__item__price {
	margin-bottom: 29px;
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}
.lp__yes__list__item__price span {
	font-size: 15px;
	vertical-align: top;
}
.lp__yes__list__item__text {
	margin-bottom: 55px;
	padding-bottom: 0;
	font-family: Raleway, sans-serif;
}
.lp__yes__btn.btn-primary,
.lp__yes__btn.btn-default {
	border: 2px solid #ff6201;
}
.lp__yes__btn {
	padding: 14px 15px;
}
.lp__yes__btn.btn-default:hover {
	background: #ff6201;
	color: #fff;
}
@media (max-width: 767px) {
	.lp__yes__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.lp__yes__list__item {
		width: 220px;
		padding: 40px 18px 35px;
		margin-bottom: 20px;
	}
	.lp__yes__list__item:first-child {
		margin-right: 0;
	}
	.lp__yes__list__item:last-child {
		margin-bottom: 0;
	}
	.lp__yes__list__item__title {
		margin-bottom: 40px;
		font-size: 12px;
	}
	.lp__yes__list__item__price {
		/*font-size: 40px;*/
	}
	.lp__yes__list__item__price span {
		/*font-size: 20px;*/
	}
	.lp__yes__list__item__text {
		margin-bottom: 33px;
		font-size: 12px;
	}
}
@media (max-width: 320px) {
	.lp__yes__list__item {
		width: 100%;
	}
}

.lp__yes__bottom__text {
	font-size: 28px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.lp__yes__bottom__text {
		font-size: 16px;
	}
}

/*form*/
.lp__yes__form div {
	border: 0 !important;
}

.lp__yes__form input[type=text],
.lp__yes__form input[type=email] {
	border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #000 !important;
  width: 100% !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-top: 0 !important;
  padding-bottom: 18px !important;
  outline: none !important;
  background: none !important;
  font-family: 'Open Sans', sans-serif !important;
}
.lp__yes__form label {
	text-align: left !important;
  font-weight: 700 !important;
}
.lp__yes__form input[type=submit] {
	padding: 12px 43px !important;
  outline: none !important;
  background: none !important;
  font-size: 15px !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border: 1px solid #000 !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  transition: background .3s, color .3s !important;
}
.lp__yes__form input[type=submit]:hover {
	background: #ff6201 !important;
	color: #fff !important;
	border-color: #ff6201 !important;
}

/* -- landing clients */
.lp__clients {
	padding-bottom: 70px;
}
.lp__clients__list {
	display: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.lp__clients__list.slick-initialized {
	display: block;
	animation-name: fadeIn;
	animation-duration: 1s;
}
.lp__clients__item {
	padding: 0 35px;
	margin-bottom: 30px;
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.lp__clients__item__inner {
	position: relative;
	padding: 40px 45px 33px 125px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
}
.lp__clients__item__quote {
	position: absolute;
	top: 5px;
	left: 33px;
	color: #ff6201;
	font-size: 144px;
	font-family: Raleway, sans-serif;
	font-weight: 700;
}
@media (max-width: 1329px) {
	.lp__clients__item__inner {
		padding: 40px 45px 33px 85px;
	}
	.lp__clients__item__quote {
		left: 13px;
		font-size: 135px;
	}
}
@media (max-width: 991px) {
	.lp__clients__item__inner {
		padding: 40px 45px 33px 80px;
	}
	.lp__clients__item__quote {
		font-size: 120px;
		top: 9px;
	}
}
@media (max-width: 767px) {
	.lp__clients {
		padding-bottom: 40px;
	}
	.lp__clients__item {
		margin-bottom: 0;
		padding: 0 15px;
		width: 100%;
	}
	.lp__clients__item__inner {
		padding: 35px 30px 35px 80px;
	}
	.lp__clients__item__quote {
		left: 16px;
		font-size: 110px;
		top: 7px;
	}
}

.lp__clients__item__name {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
.lp__clients__item__post {
	color: #4b4b4b;
	width: 95%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f6f6f6;
}
.lp__clients__item__except {
	font-size: 15px;
	font-weight: 600;
	font-family: Raleway, sans-serif;
	line-height: 25px;
}
.lp__clients__item__text {
	line-height: 22px;
	font-size: 13px;
	color: #4b4b4b;
}
@media (max-width: 767px) {
	.lp__clients__item__name {
		font-size: 12px;
	}
	.lp__clients__item__post {
		width: 100%;
		font-size: 12px;
		padding-bottom: 11px;
	}
	.lp__clients__item__except {
		font-size: 12px;
		line-height: 21px;
	}
	.lp__clients__item__text {
		font-size: 11px;
		line-height: 19px;
	}
}

.lp__clients .slick-dots {
	padding-top: 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
}
.lp__clients .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
}
.lp__clients .slick-dots li:last-child {
	margin-right: 0;
}
.lp__clients .slick-dots button {
	position: relative;
	font-size: 0;
	width: 7px;
	height: 7px;
	border: 0;
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: none;
}
.lp__clients .slick-dots button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e6e6e6;
}
.lp__clients .slick-dots .slick-active button:after {
	background: #4b4b4b;
}


/*--FAQ*/
.lp__faq__section {
	padding-bottom: 60px;
}

.lp__faq__list__item {
	margin-bottom: 10px;
}

.lp__faq__list__item__question {
	border: 1px solid #ff6201;
  font-weight: 700;
  padding: 9px 20px;
  font-size: 17px;
  transition: background-color .1s, color .1s;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none;
}

.lp__faq__list__item.active .lp__faq__list__item__question {
	background-color: #ff6201;
	color: #fff;
}
.lp__faq__list__item__answer {
	padding: 20px 20px 0;
	color: #404040;
	display: none;
}

.lp__faq__list__item__answer a {
	color: #ff6201;
}
@media (max-width: 991px) {
	.lp__faq__list__item__question {
		padding: 9px;
		font-size: 18px;
	}
	.lp__faq__list__item__answer {
		padding: 20px 10px 0;
	}
}
@media (max-width: 767px) {
	.lp__faq__list__item__question {
		font-size: 15px;
	}
	.lp__faq__list__item__answer {
		padding: 20px 10px 0;
		font-size: 15px;
	}
}



/*------------------------------------*\
		HELPDESK PAGE
\*------------------------------------*/
body.page-template-tpl-helpdesk {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.page-template-tpl-helpdesk:after {
	content: '';
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	z-index: -1;
}
@media (max-width: 1170px) {
	body.page-template-tpl-helpdesk:after {
		background-position: top 0 left -200px;
	}
}
@media (max-width: 767px) {
	body.page-template-tpl-helpdesk:after {
		display: none;
	}
}
body.page-template-tpl-helpdesk .m__header {
	background: none;
}
body.page-template-tpl-helpdesk .m__footer__partners {
	z-index: 1;
}
@media (max-width: 991px) and (min-width: 768px) and (max-height: 1024px) {
	body.page-template-tpl-helpdesk:after {
		background-position: top 0 left -410px;
	}
}
@media (max-width: 1024px) and (min-width: 991px) and (max-height: 1366px) {
	body.page-template-tpl-helpdesk:after {
		background-position: top 0 left -410px;
	}
}
.helpdesk {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	width: 50%;
	height: 100%;
}
.helpdesk__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	box-sizing: border-box;
}
.helpdesk__bottom__img {
	display: none;
	margin-top: 30px;
}
.helpdesk__bottom__img img {
	width: 100%;
}
@media (max-height: 750px) and (min-width: 1200px) {
	.helpdesk__inner {
		margin: 0 auto 40px;
		position: static;
		transform: none;
		top: inherit;
		left: inherit;
	}
}
@media (max-height: 800px) and (max-width: 1199px) and (min-width: 992px) {
	.helpdesk__inner {
		margin: 0 auto 40px;
		position: static;
		transform: none;
		top: inherit;
		left: inherit;
	}
}


@media (max-width: 1530px) {
	.helpdesk__inner {
		width: 85%;
	}
}
@media (max-width: 1300px) {
	.helpdesk__inner {
		width: 100%;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.helpdesk {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.helpdesk__inner {
		position: static;
		top: inherit;
		left: inherit;
		transform: none;
	}
	.helpdesk__bottom__img {
		display: block;
	}
}


.helpdesk h2 {
	margin-top: 0;
}
.helpdesk p {
	padding-left: 45px;
	padding-right: 45px;
}
.helpdesk__buttons {
	margin-top: 90px;
	text-align: center;
}
@media (max-height: 800px) {
	.helpdesk__buttons {
		margin-top: 30px;
	}
}
@media (max-height: 660px) {
	.helpdesk__buttons {
		margin-top: 0;
	}
	.helpdesk p {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1300px) {
	.helpdesk__buttons {
		margin-top: 35px;
	}
}
@media (max-width: 991px) {
	.helpdesk h2 {
		font-size: 26px !important;
		margin-bottom: 5px;
	}
	.helpdesk p {
		padding-left: 0;
		padding-right: 0;
		font-size: 17px !important;
	}
	.helpdesk__buttons {
		margin-top: 0;
	}
}

.helpdesk__btn__block {
	display: inline-block;
	vertical-align: middle;
}
.helpdesk__btn {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	padding: 11px 10px;
	border: 1px solid #ff6201;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	color: #000;
	transition: background .3s, border .3s;
}
.helpdesk__btn__block--left {
	margin-right: 40px;
}
@media (max-width: 1530px) {
	.helpdesk__btn__block--left {
		margin-right: 20px;
	}
}
.helpdesk__btn:visited {
	color: #000;
}
.helpdesk__btn__block:first-child .helpdesk__btn {
	border: 1px solid #ff6201;
	background: #ff6201;
}
.helpdesk__btn:hover {
	background: #ff6201;
	color: #000;
}
.helpdesk__btn__block:first-child .helpdesk__btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

@media (max-width: 1645px) {
	.helpdesk__btn {
		width: 240px;
		padding: 10px;
		font-size: 17px;
	}
}
@media (max-width: 1199px) {
	.helpdesk__btn__block {
		width: 100%;
		margin-right: 0;
	}
	.helpdesk__btn__block:first-child {
		margin-bottom: 10px;
	}
}

/*------------------------------------*\
		LOGIN PAGE
\*------------------------------------*/
body.page-template-tpl-login,
body.page-template-tpl-contact {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.page-template-tpl-login:after,
body.page-template-tpl-contact:after {
	content: '';
	width: 50%;
	height: 100%;
	background-color: #ff6201;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	z-index: -1;
}
body.page-template-tpl-login .m__header,
body.page-template-tpl-contact .m__header {
	background: none;
}
body.page-template-tpl-login .m__footer__partners,
body.page-template-tpl-contact .m__footer__partners {
	z-index: 1;
}
.login__page {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.login__page {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.login__page__left {
	padding: 0 15px;
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.login__page__left__inner {
	width: 69%;
	margin: 0 auto;
	position: relative;
	top: -110px;
}
@media (max-width: 1300px) {
	.login__page__left__inner {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.login__page__left {
		font-size: 26px;
	}
	.login__page__left__inner {
		top: -85px;
	}
}
@media (max-width: 767px) {
	body.page-template-tpl-login:after,
	body.page-template-tpl-contact:after {
		display: none;
	}
	.login__page__left {
		width: 100%;
		margin-bottom: 40px;
	}
	.login__page__left__inner {
		top: 0;
		font-size: 20px;
	}
}

.login__page__right {
	padding: 15px;
	width: 50%;
	padding: 0 15px 50px 105px;
}
.login__page__right__inner {
	width: 530px;
	position: relative;
}
@media (max-width: 1300px) {
	.login__page__right__inner {
		width: 100%;
	}
	.login__page__right {
		padding: 0 50px 50px 50px;
	}
}
@media (max-width: 767px) {
	.login__page__right {
		width: 100%;
		padding: 40px 30px 50px;
		background: #fff;
	}
}

.login__page__right__btns {
	margin-bottom: 70px;
	text-align: center;
	font-size: 0;
}
@media (max-width: 767px) {
	.login__page__right__btns {
		margin-bottom: 40px;
	}
}
.login__page__right__btns__item {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 27px;
	text-decoration: none !important;
	color: #000 !important;
	font-size: 18px;
	border: 1px solid #000;
	text-align: center;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	cursor: pointer;
}
.login__page__right__btns__item:first-child {
	border-radius: 22px 0 0 22px;
	border-right: 0;
}
.login__page__right__btns__item:last-child {
	border-radius: 0 22px 22px 0;
}
.login__page__right__btns__item.active,
.login__page__right__btns__item:hover {
	background: #ff6201;
	color: #000 !important;
}

.login__page__row {
	margin-bottom: 40px;
}
.login__page__row:last-child {
	margin-bottom: 0;
}
.login__page__row__label {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}
.login__page__row .input {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	outline: none;
	background: none;
}

.login__checkbox {
	position: relative;
	display: block;
	margin-top: 15px;
}
.login__checkbox input[type="checkbox"]{
	position: absolute;
	height: 25px;
	width: 25px;
	display: none;
}
.login__checkbox input[type=checkbox] + label {
	padding-left: 45px;
	position: relative;
	font-style: italic;
	cursor: pointer;
	font-weight: 400;
}
.login__checkbox input[type=checkbox] + label:after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #000;
	font-size: 16px;
	font-style: normal;
	color: #ff6201;
}
.login__checkbox input[type=checkbox]:checked + label:after {
	content: '\f00c';
	font-family: 'fontAwesome';
}

.login__form__btn {
	display: inline-block;
	margin-bottom: 15px;
	padding: 14px 100px !important;
	border: 1px solid #ff6201 !important;
	border-radius: 20px !important;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	color: #000 !important;
	-webkit-transition: background .3s, border .3s;
	-o-transition: background .3s, border .3s;
	transition: background .3s, border .3s;
	background: #fff !important;
	outline: none;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	text-shadow: none !important;
	cursor: pointer;
}
.login__form__btn:hover {
	background: #ff6201 !important;
}

.login__page__authed {
	text-align: center;
}

/*------------------------------------*\
		CONTACT PAGE
\*------------------------------------*/
@media (max-width: 767px) {
	body.page-template-tpl-contact .m__header,
	body.page-template-tpl-login .m__header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	body.page-template-tpl-contact .m__header__logo,
	body.page-template-tpl-login .m__header__logo {
		max-width: 82px;
	}
	.half__page {
		padding-top: 130px;
		background: #ff6201;
	}
}

.contact__page {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.contact__page {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.contact__page__left {
	padding: 0 15px;
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	box-sizing: border-box;
}

.contact__page__left__inner {
	width: 69%;
	margin: 0 auto;
	position: relative;
}
.contact__page__left__inner p {
	font-size: 18px;
}
@media (max-width: 1300px) {
	.contact__page__left__inner {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.contact__page__left__inner {
		top: -85px;
	}
	.contact__page__left__inner p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.contact__page__left {
		width: 100%;
		margin-bottom: 40px;
		color: #000;
	}
	.contact__page__left__inner {
		top: 0;
	}
	.contact__page__left__inner p {
		font-size: 17px;
	}
}
.contact__page__content {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.contact__page__content {
		color: #fff;
	}
}

.contact__page__icons {
	padding:0;
	margin: 0 0 20px;
	list-style-type: none;
	text-align: center;
}
.contact__page__icons li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
.contact__page__icons li:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.contact__page__icons {
		margin: 0;
	}
	.contact__page__icons li {
		margin-bottom: 10px;
	}
}
.contact__page__icons a {
	position: relative;
	display: block;
	width: 50px;
	height:50px;
	background: #000;
	border-radius: 50%;
	transition: background .3s;
}
.contact__page__icons i {
	color: #ff6201;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.contact__page__icons a:hover {
	background: #fff;
}
@media (max-width: 991px) {
	.contact__page__icons a {
		width: 45px;
		height: 45px;
	}
	.contact__page__icons i {
		font-size: 21px;
	}
}
@media (max-width: 767px) {
	.contact__page__icons a {
		width: 50px;
		height: 50px;
	}
	.contact__page__icons i {
		font-size: 23px;
	}
}


.contact__page__right {
	padding: 15px;
	width: 50%;
	padding: 0 15px 50px 180px;
	box-sizing: border-box;
}
.contact__page__right__inner {
	width: 530px;
	position: relative;
}
@media (max-width: 1600px) {
	.contact__page__right {
		padding: 0 15px 50px 8%;
	}
}
@media (max-width: 1450px) {
	.contact__page__right {
		padding: 0 15px 50px 5%;
	}
}
@media (max-width: 1300px) {
	.contact__page__right__inner {
		width: 100%;
	}
	.contact__page__right {
		padding: 0 50px 50px 65px;
	}
}
@media (max-width: 767px) {
	.contact__page__right {
		width: 100%;
		padding: 45px 30px 45px;
		background: #fff;
	}
}


.contact__page__form__row {
	margin-bottom: 45px;
}
.contact__page__form__row:last-child {
	margin-bottom: 0;
}
.contact__page__form input[type=text],
.contact__page__form input[type=email] {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 18px;
	outline: none;
	background: none;
	font-family: 'Open Sans', sans-serif
}
.contact__page__form input[type=text]::-webkit-input-placeholder,
.contact__page__form input[type=email]::-webkit-input-placeholder {
  color: #000;
}
.contact__page__form input[type=text]::-moz-placeholder,
.contact__page__form input[type=email]::-moz-placeholder {
  color: #000;
}
.contact__page__form input[type=text]:-ms-input-placeholder,
.contact__page__form input[type=email]:-ms-input-placeholder {
  color: #000;
}
.contact__page__form input[type=text]:-moz-placeholder,
.contact__page__form input[type=email]:-moz-placeholder {
  color: #000;
}
@media (max-width: 991px) {
	.contact__page__form__row {
		margin-bottom: 30px;
	}
	.contact__page__form input[type=text],
	.contact__page__form input[type=email] {
		padding-bottom: 15px;
		font-size: 16px;
	}
	.contact__page__form textarea {
		height: 145px;
	}
	.contact__page__form label {
		margin-bottom: 15px;
	}
}

.contact__page__form label {
	display: block;
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 18px;
}
.contact__page__form textarea {
	border: 1px solid #000;
	height: 185px;
	resize: none;
	display: block;
	width: 100%;
	padding: 18px;
	font-size: 18px;
	font-weight: 700;
	outline: none;
	box-sizing: border-box;
}
.contact__page__form input[type=submit] {
	padding: 12px 103px;
	outline: none;
	background: none;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #000;
	border-radius: 20px;
	cursor: pointer;
	transition: background .3s, color .3s;
}
.contact__page__form input[type=submit]:hover {
	background: #ff6201;
	color: #fff;
	border-color: #ff6201;
}
@media (max-width: 767px) {
	.contact__page__form input[type=submit] {
		padding: 12px 85px;
	}
}

.contact__page__form span.wpcf7-not-valid-tip {
	margin-top: 4px;
}
.contact__page__form div.wpcf7-validation-errors,
.contact__page__form div.wpcf7-acceptance-missing {
	margin: 0;
	padding: 10px;
}

/*------------------------------------*\
		FOOTER
\*------------------------------------*/
.m__footer__partners {
	padding: 29px 0 0 !important;
}
.m__footer__partners img {
	display: inline-block;
	vertical-align: middle !important;
	margin: 0 12px 29px 0 !important;
}
.m__footer__partners img:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.m__footer__partners img {
		max-width: 50px;
	}
}

#logo img {
padding:20px 0 0 0;
width:100%;
height:auto;
max-width:360px;
}

#hdr-text-1 {
	font-size:1.5em;
	font-weight:600;
font-family: 'Raleway', sans-serif;
padding:0 0 18px 0;
}

#what-makes {
	font-weight:500;
font-family: 'Raleway', sans-serif;
background:#000;
color:#fff;
padding:54px 0;
font-size:1.3em;
text-align:center;
}

#what-makes p {
	padding:0 0 20px 0;
	margin:0;
	line-height:1;
}

#what-makes p:last-child {
	padding:0;
}

#about {
padding:1em 0;

}

#about .title {
	font-weight:600;
font-family: 'Raleway', sans-serif;
font-size:1.3em;
padding:0 0 15px 0;
}

#about .title img {
	vertical-align:middle;
	padding:0 10px 0 0;
}

#about .txt {

}

#about .txt p {
	padding:0 0 34px 0;
	margin:0;
	line-height:1.5;
}

#who-is {
background:url(images/bck-who-is.jpg) 50% 0 no-repeat;
background-size:cover;
color:#fff;
text-align:center;
padding:1em 0 3em 0;
}

#who-is .title {
font-size:1.3em;
	font-weight:600;
font-family: 'Raleway', sans-serif;
height:62px;
border-bottom:3px #ff6201 solid;
display:inline-block;
padding:2em 0 1em 0;
}

#who-is p {
	padding:37px 0 0 0;
	margin:0;
	line-height:1.5;
}


#five-reasons {
background:url(images/bck-circle.jpg) 50% 0 no-repeat;
background-size:cover;

}

#five-reasons .cnt {
	width:100%;
}

#five-reasons .title {
font-size:1.3em;
padding:2em 0 1em 0;
	font-weight:700;
font-family: 'Raleway', sans-serif;

text-align:center;
width:100%;
}

#five-reasons .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:1em auto 0 auto;
}

#five-reasons-btn .btn {
	border:none;
	background:#000;
	color:#fff;
	width:80%;
	max-width:400px;
	padding:20px;
	margin:30px auto 0 auto;
	font-weight:600;
	display:block;
}

#five-reasons-btn .btn:hover {
	cursor:pointer;
}

#five-reasons-btn .btn-section {

}

#five-reasons-btn {
	background:#ff6201;
	padding:40px 0;
	text-align:center;
}

#five-reasons-btn p {
	font-size:20px;
	color:#fff;
	padding:0;
	margin:0;
}



.circle {
	border-radius:50%;
	border:2px #ff6201 solid;
	text-align:center;
	margin:0.5em auto;
}

.t-0 {
	font-size:2em;
	color:#ff6201;
		font-weight:800;
		padding:15px 0 5px 0 ;
}


.t-1 {
	font-size:1em;
		font-weight:700;
		padding:0 0 10px 0;
}

.t-2 {
	font-size:0.75em;
}

.c-1 {
	width:313px;
	height:313px;
}

.c-2, .c-3, .c-4 {
	width:313px;
	height:313px;
}


.c-5 {
	width:313px;
	height:313px;
}




.c-1-cnt {

}

.c-2-cnt {
	padding:10px 0 0 0;
}

.c-5-cnt {
	padding:20px 0 0 0;
}





#guarantee {
	background: url(images/bck-guarantee.png) 50% 50% no-repeat #f0eeee;
	min-height:452px;
}

#guarantee .title {
font-size:1.3em;
padding:2em 0 1em 0;

	font-weight:700;
font-family: 'Raleway', sans-serif;

text-align:center;
width:100%;
}

#guarantee .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:1em auto 0 auto;
}

#guarantee .txt {
	padding:44px 0 0 0;
	text-align:center;
}


#how-does {
	background:url(images/bck-how.jpg) 50% 0 no-repeat;
	background-size:cover;

}

#how-does .title {
font-size:1.3em;
padding:2em 0 1em 0;
	font-weight:700;
font-family: 'Raleway', sans-serif;

text-align:center;
width:100%;
color:#fff;
}

#how-does .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:1em auto 0 auto;
}

.circle-2 {
	border-radius:50%;
	border:1px #ff6201 solid;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
	margin:0.5em auto;
}

.num-1, .num-2, .num-3, .num-4, .txt-1, .txt-2, .txt-3 , .txt-4{
	color:#fff;
}

.num-1, .num-2, .num-3, .num-4 {
	font-size:2em;
	font-weight:700;
}

.txt-1, .txt-2, .txt-3 , .txt-4{
	font-size:0.875em;
	height:auto;
	min-height:auto;
	padding:0;
	margin:0 auto;
	width:80%;

}

#how-does-all {
	padding:0 0  2em 0;
}

#yes-please {

}

#yes-please .title {
font-size:1.3em;
padding:2em 0 1em 0;
	font-weight:700;
font-family: 'Raleway', sans-serif;
text-align:center;
width:100%;

color:#000;
}


#yes-please .boxes {
	width:80%;
	margin:0 auto;
	padding:0 0 1em 0;
}
#yes-please .box-1, #yes-please .box-2 {
	border:#efefef 1px solid;
	margin:0 0 1em 0;
}

#yes-please .hdr-1, #yes-please .hdr-2  {

	color:#fff;
	font-weight:700;
	font-size:1.2em;
	text-align:center;
	padding:0.5em 0;
}

#yes-please .box-cnt {
	padding:1em 0;
	text-align:center;
}

#yes-please .hdr-1 {

	background:#000;
}

#yes-please .hdr-2 {

	background:#ff6201;
}

#yes-please .price {
	font-size:2em;
}

#yes-please .txt {
	height:auto;
	padding:0 0 1em 0;
}

#yes-please .btn {
	border:1px solid #000;
	width:80%;
	max-width:236px;
	padding:20px 0;
	margin:0 auto 0 auto;
	font-weight:600;
}



#happy-clients {
	background:#f0eeee;
	padding:0 0 1em 0;
}

#happy-clients  .title {
font-size:1.3em;
padding:2em 0 1em 0;
	font-weight:700;
font-family: 'Raleway', sans-serif;

text-align:center;
width:100%;
}

#happy-clients  .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:1em auto;
}





#happy-clients .one{
padding:0 0 1.5em 0;
}




#happy-clients .quote {
font-size:1em;
font-weight:700;
font-style:italic;
padding:0 0 1em 0;
}

#happy-clients .quote img {
	vertical-align:middle;
	padding:0 3px;
}

#happy-clients .txt {

font-size:0.875em;
}

#happy-clients .name {
font-size:0.75em;
font-weight:700;

}


#footer  {
background:url(images/bck-footer.jpg) 50% 0 no-repeat #000;
color:#fff;
text-align:center;
padding:2em 0;
}

#footer  .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:1em 0 0 0;
text-align:center;
width:100%;
color:#fff;
}

#footer  .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:45px auto 50px auto;
}


/* login */

.bck-login {
	background:url(images/bck-login.jpg) 50% 0 no-repeat;
	background-size:cover;
	padding:100px 0;
}

#login-box {
	background:rgba(245,245,245,0.7);
	max-width:516px;
	margin:0 auto;
		text-align:center;
}

#login-box input[type='text'], #login-box input[type='password'] {
	background:rgba(0,0,0,0.2);
	border:none;
	border-radius:0;
	color:#fff;
	text-align:center;
	padding:1em 0;
	margin:0;
	width:100%;
}

#login-box input[type='submit'] {
	background:none;
	border:1px solid #000;;
	border-radius:0;
	color:#000;
	text-align:center;
	padding:0.5em 3em;
	margin:0;
	max-width:100%;
	font-size:18px;
	text-transform:uppercase;
}



#login-box .row-1 {
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size:1.5em;
padding:0.5em 0;

}


#login-box .row-2 {
	padding:24px 0 0 0;
	width:70%;
	margin:0 auto;
}
#login-box .row-3 {
		padding:24px 0 0 0;
			width:70%;
	margin:0 auto;
}
#login-box .row-4 {
		padding:15px 0;
					width:50%;
	margin:0 auto;
}

#login-box .row-5 {
		padding:0 0 28px 0;
		color:#6a6969;
		font-size:0.875em;
}

/* END login */

/* course navigation */

#course-nav {
	background:#ff6201;
	text-align:center;
	padding:1em 0;
}

#nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#nav li {
	background:#000;
	color:#fff;
	display:inline-block;
	margin:0.5em 0.2em;
	padding:0.5em;
}

#nav li:hover {
	background:#333333;
}

#nav li a  {
	color:#fff;
}

.course-box {
	background:#F0EEEE;
	padding:3em 0;
	text-align:center;
}


.worksheet-box {
	background:#fff;
	padding:3em 0;
	text-align:center;
}

#pdfs {
	padding:30px 0 100px 0;
}

#pdfs .one-pdf {
	width:100%;
	float:none;
}

#pdfs .txt {
padding:0 0.5em;
}

#pdfs  a i, #pdfs  a {
	color:#000;
	transition: all 0.3s linear;
}

#pdfs  a:hover .ico i{
	color:#ff6201;
}



.line-2 {
border-bottom:3px solid #ff6201;
max-width:350px;
margin:0.5em auto;
height:3px;
line-height:0;
}

#footer-social {
	text-align:center;
}

#footer-social a {
	color:#fff;

}

#footer-social .ico {
	font-size:80px;
}

#footer-social a:hover .ico i {
	color:#CCC;
}

#footer-social .social-box-1, #footer-social .social-box-2, #footer-social .social-box-3 {
color:#fff;
padding:2em 0;
}
#footer-social .social-box-1 {
	background:#ff6201;
}

#footer-social .social-box-2 {
	background:#000;
}

#footer-social .social-box-3 {
	background:#405d9b;
}

/* END course navigation */

a.btn-login {
	background:#fb8841;
	padding:0.5em 2em;
	color:#fff;
	transition:linear 0.3s;
}

a.btn-login-2 {
	background:#FECC00;
	padding:0.5em 2em;
	color:#fff;
	transition:linear 0.3s;
}

a.btn-login:hover, a.btn-login-2:hover {
	background:#000;
	padding:0.5em 2em;
	color:#fff;
}

/* used in landing page*/
/*#login {
text-align:center;
padding:2em 0 ;
}*/

.inner {
	text-align:center;
	padding:2em 0;
}

.inner-2 {
	/* bigger top bottom lp */
	text-align:center;
	padding:4em 0;
}

.grey {
	background:#F0EEEE;
}

.white {
	background:#fff;
}

.orange {background:#ff6201; color:#000; }



.inner  p, .inner-2  p {
	margin:0 0 1em 0;
}

.inner  p:last-child, .inner-2  p:last-child {
	margin:0; padding:0;
}

.inner  a.btn{
	background:#fb8841;
	padding:0.5em 2em;
	color:#fff;
	transition:linear 0.3s;
	display:block;
	max-width:90%;
	margin:0 auto;
}

.inner  a.btn-2{
	background:#F9CF19;
	padding:0.5em 2em;
	color:#fff;
	transition:linear 0.3s;
	display:block;
	max-width:90%;
	margin:0 auto;
}

.inner  a.btn:hover, .inner  a.btn-2:hover {
	background:#000;
	padding:0.5em 2em;
	color:#fff;
	cursor:pointer;
}


.inner a.btn-login {
margin:0 0 4em 0;
}

.su-spoiler-title {
font-size:1em!important;
line-height:1;
padding:0;
  line-height: 20px;
  min-height: 40px;
  margin:0 0 10px 0;
    border: 2px solid #FF6201;
	background:none;
}




.su-spoiler-icon {
	display:none!important;
}

/* lp */
#lp-what .inner-2 {text-align:left!important;}
#lp-what h1 {text-align:center;}
#lp-what  .icon{float:left; text-align:left; width:4%; }
#lp-what  .text {float:right; text-align:left;width:95%; }
#lp-what .row {padding:0 0 1em 0;}
#lp-what .row:after {clear:both; content:''; display:table;}

#lp-yes {background:url(images/bck-yes.jpg) 50% 0 no-repeat; background-size:cover;}
#lp-yes h1 {color:#fff;}
#lp-yes h2 {color:#fff; display:block; background:#000; margin:0 ; padding:1em 0;}
#lp-yes strong {margin:90px 0; font-size:30px; display:block;}
#lp-yes .cnt {width:100%; max-width:666px; margin:0 auto; text-align:center; padding:4em 0;}
#lp-yes .row:after {clear:both; content:''; display:table;}
#lp-yes .box{width:90%; float:none; margin:0 auto 2% auto; border:1px solid #fff; color:#fff;}
#lp-yes .box:last-child h2 {background:#ff6201;}

a.btn-white {
	background:none;
	border:1px solid #fff;
	padding:1em;
	color:#fff;
	transition:linear 0.3s;
	display:block;
	margin:0 1em 1em 1em;
}

a.btn-white:hover {
	background:#000;
}

/* END lp */


#footer-social .social-box-1, #footer-social .social-box-2, #footer-social .social-box-3 {
width:33%;
float:left;
}


.circle {
	border-radius:50%;
	border:2px #ff6201 solid;
	text-align:center;
	margin:1em auto;
}

.t-0 {
	font-size:2.25em;
	color:#ff6201;
		font-weight:800;
		padding:15px 0 5px 0 ;
}


.t-1 {
	font-size:1.125em;
		font-weight:700;
		padding:0 0 10px 0;
}

.t-2 {
	font-size:0.875em;
}

.c-1 {
	width:313px;
	height:313px;
}

.c-2, .c-3, .c-4 {
	width:351px;
	height:351px;
}


.c-5 {
	width:380px;
	height:380px;
}




.c-1-cnt {

}

.c-2-cnt {
	padding:10px 0 0 0;
}

.c-5-cnt {
	padding:20px 0 0 0;
}

/* lp */

#lp-yes .row {margin:3em 0 0 0;}
#lp-yes .box{width:49%; float:left; margin:0 2% 0 0; border:1px solid #fff; color:#fff;}
#lp-yes .box:last-child{margin:0;}
/* END lp */

}

@media (min-width: 1024px) {

	.col-1-2 {width:50%; margin:0; float:left;}
	.col-1-3 {width:33.3%; margin:0; float:left;}

	.inner  a.btn, .inner  a.btn-2{
	max-width:50%;
	margin:0 auto;
}


	.cnt {
		width:980px;
		margin:0 auto;
	}

/*#header {
background:url(images/bck-header.jpg) 50% 0 no-repeat;
background-size:cover;
height:500px;
text-align:center;
padding:0;
}*/


#logo {
padding:0;
}


/*used in landing page*/
/*#login {
height:87px;
text-align:right;
padding:2em 2em 0 0 ;
}*/


#hdr-text-1 {
	font-size:2.5em;
	font-weight:600;
font-family: 'Raleway', sans-serif;
padding:0 0 18px 0;
}

#hdr-text-2 {

}




#partners-1 {


}


#what-makes {
	font-weight:500;
font-family: 'Raleway', sans-serif;
background:#000;
color:#fff;
padding:54px 0;
font-size:1.875em;
text-align:center;
}

#what-makes p {
	padding:0 0 36px 0;
	margin:0;
	line-height:1;
}

#what-makes p:last-child {
	padding:0;
}

#about {
padding:54px 0 20px 0;

}

#about .box {

}

#about .title {
	font-weight:600;
font-family: 'Raleway', sans-serif;
font-size:1.875em;
padding:0 0 25px 0;
}

#about .title img {
	vertical-align:middle;
	padding:0 10px 0 0;
	width:auto;
	height:auto;
}

#about .txt {

}

#about .txt p {
	padding:0 0 34px 0;
	margin:0;
	line-height:1.5;
}


#who-is {
background:url(images/bck-who-is.jpg) 50% 0 no-repeat;
background-size:cover;
min-height:474px;
color:#fff;
text-align:center;
}

#who-is .title {
font-size:1.875em;
	font-weight:600;
font-family: 'Raleway', sans-serif;
height:62px;
border-bottom:3px #ff6201 solid;
display:inline-block;
margin:80px 0 0 0;
padding:0;
}

#who-is p {
	padding:37px 0 0 0;
	margin:0;
	line-height:1.5;
}

#five-reasons {
background:url(images/bck-circle.jpg) 50% 0 no-repeat;
background-size:cover;
}

#five-reasons .cnt {
	width:960px;
}

#five-reasons .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:80px 0 0 0;
text-align:center;
width:100%;
}

#five-reasons .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:45px auto 0 auto;
}

#all-circles {
	position:relative;
	min-height:1000px;
	background:url(images/lines.png) 295px 376px no-repeat;
}

#all-circles::before, #all-circles::after {
	box-sizing:content-box!important;
}

.circle {
	border-radius:50%;
	border:2px #ff6201 solid;
	text-align:center;
	margin:0;
}

.t-0 {
	font-size:2.25em;
	color:#ff6201;
		font-weight:800;
		padding:15px 0 5px 0 ;
}


.t-1 {
	font-size:1.125em;
		font-weight:700;
		padding:0 0 10px 0;
}

.t-2 {
	font-size:0.875em;
}

.c-1 {
	width:313px;
	height:313px;
}

.c-2, .c-3, .c-4 {
	width:354px;
	height:354px;
}


.c-5 {
	width:320px;
	height:320px;
}

.pos-1 {
	position:absolute;
	left:6px;
	top:170px;
	z-index:101;
}

.pos-2 {
	position:absolute;
	left:315px;
	top:312px;
	z-index:102;
}


.pos-3 {
	position:absolute;
	left:628px;
	top:60px;
	z-index:103;
}

.pos-4 {
	position:absolute;
	left:0;
	top:563px;
	z-index:104;
}

.pos-5 {
	position:absolute;
	left:596px;
	top:638px;
	z-index:105;
}


.c-1-cnt {

}

.c-2-cnt {
	padding:10px 0 0 0;
}

.c-5-cnt {
	padding:20px 0 0 0;
}



#guarantee {
	background: url(images/bck-guarantee.png) 50% 50% no-repeat #f0eeee;
	min-height:452px;
}

#guarantee .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:120px 0 0 0;
text-align:center;
width:100%;
}

#guarantee .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:45px auto 0 auto;
}

#guarantee .txt {
	padding:44px 0 0 0;
	text-align:center;
}

#how-does {
	background:url(images/bck-how.jpg) 50% 0 no-repeat;
	min-height:598px;
}

#how-does .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:80px 0 0 0;
text-align:center;
width:100%;
color:#fff;
}

#how-does .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:45px auto 50px auto;
}

.circle-2 {
	border-radius:50%;
	border:1px #ff6201 solid;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
}

#how-does-all {
	position:relative;
	background:url(images/bck-how-lines.png) 0 28px no-repeat;
	width:100%;
	min-height:217px;
	padding:0;
}

.num-1, .num-2, .num-3, .num-4, .txt-1, .txt-2, .txt-3 , .txt-4{
	color:#fff;
}

.num-1, .num-2, .num-3, .num-4 {
	font-size:2em;
	font-weight:700;
	position:absolute;
}

.txt-1, .txt-2, .txt-3 , .txt-4{
	font-size:0.875em;
	position:absolute;
	width:183px;
}


.num-1 {
	left:3px;
	top:0;
	z-index:201;
}

.num-2 {
	left:246px;
	top:182px;
	z-index:202;
}

.num-3 {
	left:495px;
	top:0;
	z-index:203;
}

.num-4 {
	left:740px;
	top:182px;
	z-index:204;
}


.txt-1 {
	left:45px;
	top:148px;
	z-index:205;
}

.txt-2 {
	left:289px;
	top:10px;
	z-index:206;
}

.txt-3 {
	left:535px;
	top:148px;
	z-index:207;
}

.txt-4 {
	left:783px;
	top:-10px;
	z-index:208;
}

#yes-please {

}

#yes-please .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:80px 0 44px 0;
text-align:center;
width:100%;
color:#000;
}

#yes-please .boxes {
	width:645px;
	margin:0 auto;
	padding:0 0 66px 0;
}
#yes-please .box-1, #yes-please .box-2 {
	border:#efefef 1px solid;
}
#yes-please .box-1 {
	width:49%;
	float:left;
}

#yes-please .box-2 {
	width:49%;
	float:right;
}

#yes-please .hdr-1, #yes-please .hdr-2  {
	height:99px;
	color:#fff;
	font-weight:700;
	line-height:99px;
	font-size:1.875em;
	text-align:center;
	padding:0;
}

#yes-please .box-cnt {
	padding:66px 0 26px 0;
	text-align:center;
}

#yes-please .hdr-1 {

	background:#000;
}

#yes-please .hdr-2 {

	background:#ff6201;
}

#yes-please .price {
	font-size:2em;
}

#yes-please .txt {
	height:105px;
}

#yes-please .btn {
	border:1px solid #000;
	width:80%;
	max-width:236px;
	padding:20px 0;
	margin:0 auto 0 auto;
	font-weight:600;
}



#happy-clients {
	background:#f0eeee;
	padding:0 0 80px 0;
}

#happy-clients  .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:80px 0 0 0;
text-align:center;
width:100%;
}

#happy-clients  .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:45px auto ;
}




#happy-clients .col-1, #happy-clients .col-2 {
	width:45%;
}

#happy-clients .one{
padding:0 0 35px 0;
}


#happy-clients .col-1 {
	float:left;
}

#happy-clients .col-2 {
	float:right;
}

#happy-clients .quote {
font-size:1.125em;
font-weight:700;
font-style:italic;
padding:0 0 25px 0;
}

#happy-clients .quote img {
	vertical-align:middle;
}

#happy-clients .txt {

font-size:0.875em;
}

#happy-clients .name {
font-size:0.75em;
font-weight:700;

}

#footer  {
background:url(images/bck-footer.jpg) 50% 0 no-repeat;
background-size:cover;
min-height:671px;
color:#fff;
text-align:center;
padding:0;
}

#footer  .title {
font-size:1.875em;
	font-weight:700;
font-family: 'Raleway', sans-serif;
padding:203px 0 0 0;
text-align:center;
width:100%;
color:#fff;
}

#footer  .line {
	border-bottom:3px #ff6201 solid;
	width:200px;
	margin:45px auto 50px auto;
}

#footer  p {
	line-height:1.6;
	padding:0 0 40px 0;
	margin:0;
}



#partners-2 {

}

#edit-inner {
	padding:2em 0;
}

#edit-inner h1 {
	font-size:2em;
}

#edit-inner h2 {
	font-size:1.3em;
}
}


/*------------------------------------*\
		MODOLUES
\*------------------------------------*/
.clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
.m__course__block {
	padding: 35px 0 20px;
	background: #fff;
}
.m__course__block #video p {
	padding-bottom: 0;
	/*display: none;*/
}
.m__course__block.welcome {
	background: #fafafa;
}
.module__name {
	margin: 0 auto 40px;
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.module__text {
	width: 1035px;
	margin: 0 auto 50px;
	font-size: 18px;
	color: #000;
}
.module__text a {
	text-decoration: underline;
}
@media (max-width: 1329px) {
	.module__text {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.module__name {
		font-size: 27px;
		margin: 0 auto 30px;
	}
	.module__text {
		margin: 0 auto 40px;
	}
}
@media (max-width: 767px) {
	.module__name {
		font-size: 23px;
		margin: 0 auto 20px;
	}
	.module__text {
		margin: 0 auto 30px;
		font-size: 16px;
	}
}

.m__worksheet #pdfs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 0;
}
.m__worksheet #pdfs .one-pdf {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 31.5%;
	        flex: 0 0 31.5%;
	margin-bottom: 40px;
	padding: 0 15px 0 73px;
	box-sizing: border-box;
	text-align: center;
}
@media (max-width: 1330px) {
	.m__worksheet #pdfs .one-pdf {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.m__worksheet #pdfs .one-pdf {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 600px) {
	.m__worksheet #pdfs .one-pdf {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.m__worksheet #pdfs .ico {
	display: block;
}
.m__worksheet #pdfs .ico img {
	max-width: 280px;
	position: relative;
	left: 45px;
}
.m__worksheet #pdfs .txt {
	display: inline-block;
	vertical-align: middle;
	background: none;
	color: #000;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 19px;
	text-transform: uppercase;
	text-align: center;
}
.m__worksheet #pdfs .txt:hover,
.m__worksheet #pdfs .txt:focus,
.m__worksheet #pdfs .txt:active {
	text-decoration: none;
	background: #ff6201;
	color: #fff;
	border: 1px solid #ff6201;
}
@media (max-width: 1329px) {
	.m__worksheet #pdfs .ico {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.m__worksheet #pdfs .ico img {
		max-width: 210px;
		left: 34px;
	}
}
@media (max-width: 600px) {
	.m__worksheet #pdfs .ico {
		text-align: center;
	}
	.m__worksheet #pdfs .txt {
		display: block;
		margin: -20px auto 0;
		max-width: 190px;
		position: relative;
		left: -2px;
	}
	.m__worksheet #pdfs .ico img {
		position: relative;
		left: 28px;
	}
}

/* LINKS BLOCK */
.module__links {
	margin-top: 20px;
	margin-bottom: 50px;
}
.module__links__title {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 50px;
}

.module__links__item {
	margin-bottom: 10px;
}
.module__links__item__links {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.module__links__item__links {
		padding-left: 0;
	}
}

.module__links__item__links__item {
	margin-bottom: 10px;
}
.module__links__item__links__item:last-child {
	margin-bottom: 0;
}
.module__links__item__links__item__link {
	color: #ff6201;
}


/*------------------------------------*\
		MODULES LIST SECTION
\*------------------------------------*/
.modules__list {
	margin-bottom: 150px;
}
.modules__list__head {
	width: 865px;
	margin: 0 auto 50px;
}
.modules__list__head__title {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.modules__list {
		margin-bottom: 100px;
	}
	.modules__list__head {
		width: 100%;
	}
	.modules__list__head__title {
		font-size: 27px;
	}
}
@media (max-width: 767px) {
	.modules__list {
		margin-bottom: 50px;
	}
}
.modules__list__head__line {
	height: 7px;
	background: #d2d2d2;
}
.modules__list__head__line__item {
	width: 0;
	height: 7px;
	background: #ff6201;
}

.modules__list__body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.modules__list__body__col {
	flex: 0 0 50%;
}

.modules__list__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 35px;
	padding: 0 15px;
}
.modules__list__item__img {
	flex: 0 0 20%;
}
@media (max-width: 1330px) {
	.modules__list__item__img {
		flex: 0 0 10%;
	}
	.modules__list__item__img img {
		max-width: 140px;
	}
}
@media (max-width: 991px) {
	.modules__list__item__img img {
		max-width: 105px;
	}
}
@media (max-width: 767px) {
	.modules__list__body {
		flex-wrap: wrap;
	}
	.modules__list__body__col {
		flex: 0 0 100%;
	}
	.modules__list__item {
		margin-bottom: 30px;
	}
}
.disabled img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
	  opacity: .5;
}
.modules__list__item__desc {
	flex: 0 0 65%;
}
@media (max-width: 1330px) {
	.modules__list__item__desc {
		flex: 0 0 60%;
	}
}

.modules__list__item__title {
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	border-bottom: 4px solid #ff6201;
}
.modules__list__item__title a {
	color: #000;
	text-decoration: none !important;
}
.modules__list__item__title:hover,
.modules__list__item__title:focus,
.modules__list__item__title:active {
	color: #000;
}
.disabled .modules__list__item__title,
.disabled .modules__list__item__title a,
.disabled .modules__list__item__text {
	color: #d2d2d2;
}
.disabled .modules__list__item__title {
	border-color: #d2d2d2;
}

.modules__list__item__text {
	text-transform: uppercase;
	font-size: 17px;
	color: #000;
	font-weight: 700;
}
@media (max-width: 991px) {
	.modules__list__item__title {
		font-size: 24px;
	}
	.modules__list__item__text {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.modules__list__item__title {
		font-size: 21px;
	}
}

.modules__list__item__icon {
	flex: 0 0 5%;
	text-align: right;
}
.modules__list__item__icon i {
	color: #ff6201;
	font-size: 27px;
}



/*------------------------------------*\
		INSTRUCTORS SECTION
\*------------------------------------*/
.instructors {
	margin-bottom: 130px;
}
@media (max-width: 991px) {
	.instructors {
		margin-bottom: 40px;
	}
}
.instructors__title {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.instructors__block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.instructors__left,
.instructors__right {
	box-sizing: border-box;
}
.instructors__left {
	padding: 0 25px 0 15px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	        flex: 0 0 30%;
}
.instructors__right {
	padding: 0 15px 0 25px;
}
@media (max-width: 991px) {
	.instructors__block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.instructors__left,
	.instructors__right {
		padding: 0 15px;
	}
	.instructors__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.instructors__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}
.instructors__right__title {
	margin-top: 0;
	font-size: 30px;
	color: #000;
	font-weight: 700px;
	margin-bottom: 45px;
}
.instructors__right__text {
	font-size: 18px;
}
@media (max-width: 767px) {
	.instructors__right__title {
		font-size: 26px;
		margin-bottom: 25px;
	}
}

/*------------------------------------*\
		HELPDESK PAGE
\*------------------------------------*/
.m__header__light__orange {
	margin-bottom: 45px;
	padding-bottom: 90px;
	background: #fff6f4;
}
.m__header__light__orange .m__header {
	background: none;
}
@media (max-width: 991px) {
	.m__header__light__orange {
		padding-bottom: 30px;
	}
}

.h-recordings {
	margin-bottom: 40px;
}
.h-recordings__text {
	padding-top: 20px;
}
.h-recordings__text h1 {
	font-size: 30px;
}
.h-recordings__text p {
	font-size: 18px;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 11px 30px;
	border: 1px solid #ff6201;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	color: #000;
	transition: background .3s, border .3s;
}
.btn:hover {
	background: #ff6201;
	color: #000;
}
.btn:visited {
	color: #000 !important;
}

/*accordion*/
.h-recordings .su-spoiler {
	border: 1px solid #000;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 20px !important;
}
.h-recordings .su-spoiler-title {
	background: #ff6201;
	text-align: center;
	font-size: 24px !important;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
	padding: 0 10px !important;
	min-height: 52px !important;
	line-height: 52px !important;
}
@media (max-width: 767px) {
	.h-recordings .su-spoiler-title {
		min-height: 45px !important;
		line-height: 45px !important;
		font-size: 20px !important;
	}
}
.h-recordings .su-spoiler-style-default > .su-spoiler-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.h-recordings .desk-table .odd td {
	background: #fff !important;
}
.h-recordings .desk-table td {
	border: 0 !important;
	padding-bottom: 30px !important;
	padding-top: 35px !important;
}
.h-recordings .desk-table tr td:first-child {
	width: 25%;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 20px !important;
}
.h-recordings .desk-table tr td:nth-child(2) {
	font-size: 18px;
	color: #000;
}
/*fallback*/
.h-recordings .desk-table tr td:nth-child(2) a {
	text-decoration: none !important;
	cursor: default !important;
}
.h-recordings .desk-table tr td:last-child {
	padding-right: 15px !important;
}
.h-recordings .tablepress .row-hover tr:hover td {
	background-color: #fafafa !important;
}
@media (max-width: 767px) {
	.h-recordings table,
	.h-recordings tbody,
	.h-recordings table td {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100% !important;
	}
	.h-recordings tr {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100% !important;
	}
	.h-recordings .desk-table td {
		padding: 10px 15px !important;
	}
	.h-recordings .desk-table td:first-child {
		font-size: 17px;
		width: 75% !important;
	}
	.h-recordings .desk-table td:last-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 25% !important;
		text-align: center;
	}
	.h-recordings .desk-table tr td:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		font-size: 16px;
		width: 100% !important;
	}
	.h-recordings .tablepress .row-hover tr:hover td {
		background-color: transparent !important;
	}
}


.h-recordings .video__play__icon {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ff6201;
	cursor: pointer;
}
.h-recordings .video__play__icon span {
	position: absolute;
	left: calc(50% - -2px);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/*------------------------------------*\
		MAGNIFIC
\*------------------------------------*/
.mfp-close:hover {
	box-shadow: none !important;
	border: 0 !important;
}
