@charset "utf-8";


/* Fonts */
@font-face {
    font-family: "ComfortaThin";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Comfortaa_Thin.eot") format("embedded-opentype"),
    	 url("../fonts/Comfortaa_Thin.woff") format("woff"),
    	 url("../fonts/Comfortaa_Thin.ttf") format("truetype"),
    	 url("../fonts/Comfortaa_Thin.svg") format("svg");
}
@font-face {
    font-family: "ComfortaThinBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Comfortaa_Bold.eot") format("embedded-opentype"),
    	 url("../fonts/Comfortaa_Bold.woff") format("woff"),
    	 url("../fonts/Comfortaa_Bold.ttf") format("truetype"),
    	 url("../fonts/Comfortaa_Bold.svg") format("svg");
}
/* Fonts */

/* reset/default rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	font-family: "ComfortaThin",sans-serif;
}
ol, ul {
	list-style: square;
	margin: 0 0 14px 50px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
a, .inputbox {
	outline-width:0;
}
a {
	transition: all .3s ease;
	text-decoration: none;
	color: #e88c02;
	background: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
p {
	margin-bottom: 14px;
	line-height: 26px;
}
body {
	margin:0px auto;
	padding: 0;
	height:100%;
	max-width: 1920px;
	font-family: 'ComfortaThin', sans-serif;
	color: #fff;
	background: #161616;
}
html {
	height:100%;
	width:100%;
}
.block {
	display: inline-block;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}
.innerBlock{
	max-width: 1280px;
	margin: 0 auto;
	border-bottom: 0;
}
.outterBlock{
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	border-bottom: 0;
}
/* /reset/general rules */

/*---------------------------------------------------------------------------------------*/

/* base typography */
h1{ font-size: 1.8em }
h2{ font-size: 1.6em }
h3{ font-size: 1.4em }
h4{ font-size: 1.3em }
h5{ font-size: 1.2em }
h6{ font-size: 1em }
/* /base typography */

/* Buttons */
button {
	border: 1px solid #fff;
	padding: 10px 20px;
	text-align: center;
	background: #000;
	transition: all .3s ease;
	font-size: 22px;
	width: 190px;
	color: #fff;
}
button:hover {
	background: #e88c02;
	transition: all .3s ease;
}
/* /Buttons */

/* Header */
.mainHeader {
	width: 100%;
	display: block;
	float: left;
	height: 160px;
	padding: 10px 0;
	margin-bottom: 40px;
	box-shadow: 2px 2px 5px #333;
	position: fixed;
	background: #161616;
	z-index: 100;
}
/* /Header */

/* Logo */
.logo {
	width: 20%;
	float: left;
}
.logo img {
	width: 100%;
}
/* /Logo */

/* Top Menu Social */
.topMenuSocial {
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.topMenuSocialBlock {
	float: left;
	padding: 10px;
}
.topMenuSocialBlock img {
	width: 44px;
	border-radius: 50%;
	transition: all .3s ease;
	border:  1px solid #fff;
}
.topMenuSocialBlock img:hover {
	background: #e88c02;
	transition: all .3s ease;
}
/* /Top Menu Social */

/* Menu */
/* Top Menu */
.topMenuBlock {
	position: relative;
	width: 100%;
	height: 100%;
	float: right;
}
.topMenu {
	float: right;
}
.topMenu ul.nav {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.topMenu li a {
	font-size: 28px;
	padding: 10px;
}
.topMenu li a:last-child, .topMenuSocialBlock:last-child {
	padding-right: 0;
}
.topMenu li:after {
	content: "-";
	margin-left: 8px;
	color: #e88c02;
}
.topMenu li:last-child:after {
	content: "";
}
/* /Top Menu */
/* Main Menu HomePage */
.mainMenu {
	position: absolute;
	top: 5%;
	right: 10%;
	width: 250px;
	display: flex;
	flex-wrap: wrap;
}
.menuTitle {
	font-size: 67px;
	margin-top: -20px;
	z-index: 100;
}
.jf_mm_trigger {
	background-color: transparent!important;
	position: absolute!important;
	margin-right: 25px;
}
.jf_mm_trigger img {
	width: 55px!important;
	height: 52px;
}
.levelHolderClass {
	width: 270px!important;
	min-width: 270px!important;
}
.jf_mm_wrapper .cursorPointer {
	width: 20px!important;
	margin: 5px 0px 0!important;
}
.jf_mm_wrapper li {
  background-color: #161616!important;
}
.jf_mm_wrapper li:hover {
	background: #333!important;
}
.jf_mm_wrapper li:hover a {
	color: #fff;
}
.jf_mm_wrapper li a {
	font-size: 28px;
}
.jf_mm_wrapper h2 {
	font-size: 28px!important;
	font-weight: normal!important;
}
/* /Main Menu HomePage */
/* /Menu */

/* slider / bg image */
.slider {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
.slider img {
	width: 100%;
	object-fit: cover;
}
.topMargin {
	margin-top: 160px;
}
/* /slider / bg image */

/* Top 1 - Bio */
.bioCont {
	display: flex;
	float: left;
	padding: 100px 0;
	flex-wrap: wrap;
	width: 100%;
}
.top1bio {
	margin: 90px auto;
}
.contTitle, .itemTitleHeader, .top5 .contTitle, .catItemHeader .catTitle {
	font-size: 80px;
	letter-spacing: -4px;
	text-align: center;
	border-bottom: 2px solid #fff;
	line-height: 95px;
	margin: 0 auto;
}
.bioCont .contTitle, .top3 .itemTitleHeader {
	width: 190px;	
}
.bioText {
	padding: 0 87px;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 50px auto;
	position: relative;
	text-align: justify;
}
.noteLeft img {
	position: absolute;
	top: -50px;
	left: 80px;
	opacity: .1;
}
.noteRight img {
	position: absolute;
	bottom: -50px;
	right: 80px;
	opacity: .1;
}
.buttonCont {
	display: block;
	text-align: center;
}
.top1bio, .top1video {
	width: 50%;
}
.bioVideo {
	position: relative;
}
.bioVideo img {
	width: 100%;
}
.iconPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

/* Modal */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: transparent;
	margin: auto;
	width: 1280px;
	height: 720px;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
}
.modal-content {
	border: 0!important;
}
.close:hover, .close:focus {
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
}
/* Add Animation */
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}
/* /Modal */
/* /Top 1 - Bio */

/* Top 2 - Lessons */
.top2 {
	padding: 50px 0 90px;
	float: left;
	width: 100%;
	background: url("../images/lessonsBg.jpg");
	background-size: cover;
	background-attachment: fixed;
	color: #000;
}
.lessonsCont .contTitle, .top5 .contTitle, .top6 .contTitle {
	border-bottom: 3px solid #000;
	width: 340px;
	margin-bottom: 100px;
}
.unitCont {
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.unitBlock {
	width: 33.33%;
	padding: 0 40px;
}
.unitBlockText {
	margin-top: 30px;
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 40px;
}
/* /Top 2 - Lessons */

/* Top3 - Articles */
.top3, .top4, .top5, .top6 {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.k2ItemsBlock {
	text-align: center;
}
.k2ItemsBlock ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.top3 .k2ItemsBlock ul li {
	width: 25%;
	padding: 0 20px;
	text-align: center;
}
.k2ItemsBlock ul li a {
	color: #fff;
}
.k2ItemsBlock ul li img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	filter: grayscale(100%);
	transition: all .2s ease;
}
.k2ItemsBlock ul li a:hover img {
	filter: grayscale(0%);
	transition: all .2s ease;
}
.k2ItemsBlock ul li .itemImage {
	position: relative;
}
.k2ItemsBlock .itemImage:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,#875102,#f89403);
	transform: skew(3deg,2deg);
	transition: .2s;
	z-index: -10;
}
.k2ItemsBlock ul li a:hover .itemImage:before {
	transform: skew(5deg,4deg);
}
.top3 .itemTitleHeader, .top4 .itemTitleHeader {
	width: 320px;
	margin-bottom: 100px;
}
.itemTitle {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -1px;
	margin: 40px 0;
	text-align: left;
}
/* /Top3 - Articles */

/* Top 4 - Videos */
.top4 {
	margin-top: 0;
}
.top4 .k2ItemsBlock ul li {
	width: 25%;
	padding: 0 3px;
}
.top4 .k2ItemsBlock ul li iframe {
	width: 100%;
	height: 260px;
}
.moduleItemVideo {
	margin: 0 auto 50px;
}
/* /Top 4 - Videos */

/* Top 5 - Contact */
.top5 {
	text-align: center;
}
.top5 .contTitle, .top6 .contTitle {
	border-bottom: 2px solid #fff;
	margin-top: -100px;
}
.top5 .unitBlockText, .top6 .unitBlockText {
	margin-bottom: 100px;
	font-size: 34px;
}
/* /Top 5 - Contact */

/* Top 6 - Follow me */
.top6 {
	position: relative;
}
.top6:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-image: url('../images/followMeBg.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	z-index: -100;
}
.top6 .unitBlock {
	display: block;
	float: left;
	padding: 0;
}
.top6 .unitBlockIcon {
	border-radius: 50%;
	width: 140px;
	height: 140px;
	transition: all .3s ease;
	margin: 0 auto;
}
.top6 .unitBlockIcon:hover {
	background: #e88c02;
	transition: all .3s ease;
}
/* /Top 6 - Follow me */

/* K2 Component */
.itemListView {
	width: 100%;
	float: left;
	display: block;
	margin-top: 160px;
}
/* K2 Category Item View Videos */
.catItemView.videos {
	margin-bottom: 50px;
}
.catItemView.videos .catItemTitle {
	font-size: 28px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.catItemView.videos .catItemDateCreated, .catItemView.articles .catItemDateCreated {
	font-size: 20px;
	margin: 10px 0;
}
.catItemView.videos .catItemDateCreated:before, .catItemView.articles .catItemDateCreated:before {
	background-image: url(../images/calendar.png);
	background-size: cover;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: sub;
}
/* /K2 Category Item View Videos */

/* K2 Category Item View Articles */
.catItemView.articles {
	width: 50%;
	float: left;
	padding: 20px;
	margin-bottom: 60px;
}
.catItemView.articles .catItemImage {
	position: relative;
}
.catItemView.articles .catItemImage:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,#875102,#f89403);
	transform: skew(3deg,2deg);
	transition: .2s;
	z-index: -10;
}
.catItemView.articles:hover .catItemImage:before {
	transform: skew(5deg,4deg);
}
.catItemView.articles .catItemImageBlock img {
	width: 100%;
	max-height: 312px;
	object-fit: cover;
}
.catItemView.articles .catItemTitle {
	margin-bottom: 40px;
}
.catItemView.articles .catItemReadMore {
	text-align: center;
}
/* /K2 Category Item View Articles */

/* K2 Item View Misc */
.itemView {
	width: 100%;
	float: left;
	font-size: 22px;
	margin-top: 160px;
}
.itemHeader.misc, .itemListCategoriesBlock {
	background: url(../images/bioHeader.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	float: left;
	display: block;
}
.itemView .contTitle, .catItemHeader .catTitle {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	padding: 45px;
	height: 150px;
	border-bottom: 0;
	mix-blend-mode: soft-light;
}
.itemBody, .catItemView.videos, .catItemView.articles {
  width: 100%;
  display: block;
  float: left;
  margin: 50px 0;
}
.catItemView.articles {
	width: 50%;
}
.bioItemCont {
	width: 100%;
	float: left;
}
.bioItemText {
	width: 60%;
	float: left;
	padding: 0 40px 0 20px;
}
.bioItemImg, .bioItemName {
	width: 40%;
	float: right;
}
.bioItemImg img, .bioItemName img {
	width: 100%;
}
.itemContainer.articles {
	margin-top: 260px;
}
/* /K2 Item View Misc */

/* Pagination */
.k2Pagination {
    display: block;
    float: left;
    padding: 3%;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.k2Pagination ul li a, .k2Pagination ul li span {
    color: #fff;
    line-height: 2em;
    padding: 5px;
}
.k2Pagination ul {
	text-align:center;
}
.k2Pagination ul li {
	display:inline;
}
.k2Pagination ul li a {
	color: #e88c02;
    font-size: 16px;
}
.k2Pagination ul li span {
	color: #fff;
    font-size: 16px;
}
.k2Pagination ul li a:hover {
	color: #fff;
}
/* /Pagination */
/* /K2 Component */



/* footer */
.footer {
	width: 100%;
	border-top: 1px solid #bbb;
	float: left;
}
.copyright {
	background: transparent;
	font-size: 18px;
	padding: 10px 0;
	float: left;
	width: 100%;
	height: 50px;
}
/* /footer */


