body, h1, h2, h3, h4, h5, h6, p, ul li, ol li {
	font-family:"open-sans", sans-serif;
	word-wrap: normal;
}
button:hover, input:hover {box-shadow: none !important;text-shadow: none !important;}
.site-main .entry-content p, .site-main .entry-content ul li, .site-main .entry-content ol li,
.site-main .training p, .site-main .training ul li, .site-main .training ol li {
	font-family:"open-sans", sans-serif;
	color:#333;
	font-size:14px;
}

.site-main .entry-content h1, .site-main .entry-content h3, .site-main .entry-content h5,
.site-main .training h1, .site-main .training h3, .site-main .training h5 {
	color:#000;
	font-weight:700;
	font-size:36px;
}
.site-main .entry-content h2, .site-main .entry-content h4, .site-main .entry-content h6,
.site-main .training h2, .site-main .training h4, .site-main .training h6  {
	color:#c70000;
	margin:30px 0 20px 0;
}
.site-main .entry-content h2, .site-main .entry-content h3,
.site-main .training h2, .site-main .training h3{
	font-size:26px;
	font-weight:600;
	margin:30px 0 20px 0;
}
.site-main .entry-content h4, .site-main .entry-content h5,
.site-main .training h4, .site-main .training h5{
	font-size:20px;
	font-weight:600;
	margin:30px 0 20px 0;
}
.site-main .entry-content h6,
.site-main .training h6  {
	font-size:18px;
	font-weight:400;
}
.site-main .entry-content blockquote, .site-main .training blockquote {border:none;padding:15px 0;margin:0;background:transparent;}
.site-main .entry-content blockquote p, .site-main .training blockquote p {color:#000;font-size:18px;font-weight:400;line-height:1.8;}

.site-main .entry-content p a, .site-main .entry-content li a,
.site-main .training p a, .site-main .training li a {
	color:#c70000;
}
.site-main .entry-content p a:hover, .site-main .entry-content li a:hover,
.site-main .training p a:hover, .site-main .training li a:hover {
	color:#000;
	text-decoration: underline;
}
.site-main .entry-content ul li, .site-main .entry-content ol li,
.site-main .training ul li, .site-main .training ol li {
	color:#333;
	font-size:14px;
}

.site-main .iframe {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;margin-top:40px;}
.site-main .iframe iframe, .site-main .iframe object, .site-main .iframe embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 1368px) {
	.container {
		padding:0 30px;
	}
}
@media (max-width: 1200px) {
	.container {
		width:100%;
	}
}
.main-header {
	padding:100px 0 0 0;
}
.header-right {
	position:absolute;
	top:28px;
	right:20px;
}
@media (max-width: 1200px) {
	.header-right {
		position:absolute;
		right:80px;
	}
}
.header-right .mlogin {
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-transform: uppercase;
	background:#919191;
	border-radius:10px;
	padding:10px 15px 10px 35px;
	margin:0 28px 0 0;
}
@media (max-width: 1200px) {
	.header-right .mlogin {
		margin:0 5px 0 0;
	}	
}
.mlogin-sm {
	display:none;
}
.mlogin-sm svg {
	width:20px;
	height:25px;
}
.mlogin-sm svg path {
	fill:#000;
}
@media (max-width: 920px) {
	.header-right .mlogin {
		display:none;
	}
	.mlogin-sm {
		display:block;
		position: absolute;
		top:40px;
		left:20px;
		width:20px;
		height:25px;
	}
}
.header-right .mlogin:hover {
	background:#000;
}
.header-right .mlogin svg {
	position:absolute;
	width:15px;
	height:20px;
	top:10px;
	left:12px;
}
.header-right .mlogin svg path {
	fill:#ffffff;
}
.header-right .social {
	display:inline-block;
	float:right;
}
@media (max-width: 600px) {
	.header-right .social {
		display:none;
	}
}
.header-right .social svg {
	width:31px;
	height:31px;
	margin:8px 0 0 10px;
}
.header-right .social svg path {
	fill:#000000;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;

}
.header-right .social a:hover svg path {
	fill:#c70000;
}

.site-branding {
	position:absolute;
	left:50%;
	top:20px;
	transform:translate(-50%);
	z-index:2;
	margin:0 !important;
}
.site-branding img {transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;}

.sticky-wrapper {height:158px !important;}
.sticky-wrapper.is-sticky {height:88px !important;}
@media (max-width: 768px) {
	.site-branding img {width:150px;height:auto;}
}
@media (min-width: 1200px) {
	.is-sticky .main-header {padding:30px 0 0 0;}
	.is-sticky .site-branding {top:10px;}
	.is-sticky .site-branding img {width:100px;}
	.is-sticky .header-right {display:none;}
	.is-sticky .main-nav {box-shadow:0px 5px 22px -5px rgba(122,122,122,0.5);}
}
@media (max-width: 1200px) {
	.sticky-wrapper {height:100px !important;}
	.site-branding img {width:150px;}
	.is-sticky .site-branding {left:30px;transform:none;top:5px;}
	.is-sticky .site-branding img {width:90px;}
	
}

.site-header {position:relative;}
.menu-btn-toggle {
	left:inherit;
	right:10px;
	border-radius:none;
}
.main-nav {
	background:#c70000;
}
.main-navigation {
	text-align:inherit;
}
.main-navigation .menu > li {
	margin:0 25px 0 0;
}
.main-navigation .menu > li:last-of-type {
	margin:0;
}
.main-navigation a {
	font-weight:600;
}
.main-navigation ul ul {
	padding-top:0;
}
.main-navigation ul ul li {
	background:#000;
	padding:0;
}
.main-navigation ul ul li:hover a{
	background:#c70000;
}
.main-navigation ul ul li a{
	font-size:13px;
	line-height:30px;
	padding:10px 20px;
}
.menu-left {
	text-align:left;
}
.menu-right {
	text-align:right;
}
.menu > li a {
	line-height:58px;
	padding:0 20px;
	margin:0;
}
.menu > li a:hover {
	color:#fff;
	background:#000;
}
.main-slider-caption {
	text-align:right;
	top:50% !important;
	transform:translate(0,-50%);
	max-width:1170px;
}
.main-slider-caption h1 {
	font-family:"open-sans", sans-serif;
	font-weight:700;
	font-size:36px;
	text-shadow: #333 0px 1px;
	margin:0 0 10px 0;
	line-height:1;
}
.main-slider-caption p {
	font-family:"open-sans", sans-serif;
	font-weight:600;
	font-size:20px;
	text-shadow: #333 0px 1px;
	margin:0 0 20px 0;
}
.main-slider-caption .button:hover {
	box-shadow:none;
	background:#000;
}

.slider-item[data-slick-index="1"] .main-slider-caption {text-align:center;top:55% !important;transform:translate(0,-55%);}
.slider-item[data-slick-index="0"] .main-slider-caption h1{color:#333;}
.slider-item[data-slick-index="0"] .main-slider-caption p{color:#c70000;}
@media (max-width: 1300px) {
	.main-slider-caption {
		max-width:100%;
		padding:0 70px;	
	}
}
@media (max-width: 767px) {
	.main-slider-caption{
		text-align:center;
	}
	.main-slider-caption h1 {
		font-size:24px !important;	
	}
	.main-slider-caption p {
		font-size:16px;
	}
}
@media (max-width: 480px) {
	.main-slider-caption {
		padding:0px 20px;	
	}
}
.main-slider-caption > div {
	width:100%;
}
.main-slider-box .main-slider .slider-item .item{
	height:562px;
	width:100%;
}
@media (max-width: 1200px) {
	.main-slider-box .main-slider .slider-item .item{
		height:460px;
	}
}
@media (max-width: 980px) {
	.main-slider-box .main-slider .slider-item .item{
		height:420px;
	}
}
@media (max-width: 768px) {
	.main-slider-box .main-slider .slider-item .item{
		height:380px;
	}
}
@media (max-width: 480px) {
	.main-slider-box .main-slider .slider-item .item{
		height:320px;
	}
}

.hentry {box-shadow:none;-webkit-box-shadow:none;background:transparent;padding:0;margin:0;}

.home .entry-title {display:none !important;}

.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
	/*background:#000 url("../images/arrow.png") no-repeat center center;*/
	background:transparent url("images/arrow.svg") no-repeat center center;
	background-size:21px 38px;
	z-index:2;
	width:21px;
	height:38px;
	border-radius:0px;
}
.slick-prev {
	left:25px;
	transform:rotate(180deg);
}
.slick-next {
	right:25px;
}
.slick-prev:hover, .slick-next:hover  {
	background:transparent url("images/arrow.svg") no-repeat center center;
	background-size:21px 38px;
	box-shadow:none;
	-webkit-box-shadow:none;
	opacity:0.6;
}
@media (max-width: 480px) {
	.slick-prev, .slick-next {display:none !important;}
}
.section-0 {
	background:#333;
	padding:15px 0;
}
.section-0 p {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:400;
	font-size:18px;
}
.section-0 p span {font-weight:600;font-size:20px}
.section-0 p a {color:#333;text-decoration: none;background:#fff;padding:5px 8px;border-radius:10px;font-size:15px;}
.section-0 p a:hover {background:#c70000;color:#fff;}
.section-1 {
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
	background:linear-gradient(left, #000 0%, #000 50%, #c70000 50%, #c70000 100%);
	background:-webkit-linear-gradient(left, #000 0%, #000 50%, #c70000 50%, #c70000 100%);
	background:-o-linear-gradient(left, #000 0%, #000 50%, #c70000 50%, #c70000 100%);
	background:-moz-linear-gradient(left, #000 0%, #000 50%, #c70000 50%, #c70000 100%);
}
.left50, .right50{
	width:50%;
}
.left50 {float:left;display:inline;}
.right50{float:right;display:inline;}

.home-blurb {
	padding:55px 80px 55px 0px;
}
@media (max-width: 1308px) {
	.home-blurb {
		padding:55px 30px;
	}
}
.home-blurb h2, .event-list h2 {
	font-family: "open-sans",sans-serif;
	font-size:26px;
	color:#fff;
	font-weight:600;
}
.home-blurb h2 strong {
	color:#c70000;
}
.home-blurb p {
	font-family: "open-sans",sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:400;
}
.home-blurb .blurb-button {
	display:inline-block;
	border-radius:8px;
	background:#c70000;
	font-family: "open-sans",sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 25px 10px 45px;
	position:relative;
}
.home-blurb .blurb-button svg {
	width:17px;
	height:21px;
	float:left;
	position:absolute;
	left:18px;
	top:14px;
	
}
.home-blurb .blurb-button svg path {
	fill:#fff;
}
.home-blurb .blurb-button:hover {
	color:#c70000;
	background:#fff;
}
.home-blurb .blurb-button:hover svg path {
	fill:#c70000;
}
@media (max-width: 991px) {
	.home-blurb h2 {
		font-size:24px !important;
	}
}
@media (max-width: 768px) {
	.section-1 {
		background:transparent;
	}
	.section-1 .container {padding:0;}
	.left50, .right50{
		width:100%;
		float:none;
		display:block;
	}
	.home-blurb {
		background:#000;
		padding:40px 30px;
		text-align:center;
	}
}	
.blurb-icon {
	position:absolute;
	left:0;
	bottom:0;
	width:437px;
	height:651px;
	background:transparent url("images/blurb-bg.png") no-repeat left bottom;
}
@media (max-width: 992px) {
	.blurb-icon {display:none;}
}

/*===== EVENT LIST ====*/
.event-list {padding:55px 0px 55px 80px;}
.event-list .event-scroll {height:465px;overflow-y:scroll;margin-top:50px;}
.event-list .event {display:block;overflow:Hidden;border-bottom:1px solid #da2f2f;padding:20px 0;}
.event-list .img {display:block;float:left; border-radius:50%;border:3px solid #fff;width:108px;height:108px;overflow:Hidden;}
.event-list .text {float:left;padding:10px 0 15px 20px;}
.event-list .text .date {font-size:20px;font-weight:700;line-height:normal;color:#fff;text-transform: uppercase;}
.event-list .text .date svg {width:21px;height:22px;margin:2px 10px 0 0;float:left;}
.event-list .text h3 {font-size:16px;font-weight:700;line-height:normal;color:#000;text-transform: uppercase;padding:0;margin:10px 0;}
.event-list .text p {font-size:12px;font-weight:400;line-height:normal;text-transform: uppercase;color:#fff;margin:0 !important;}
.event-list .location, .event-list .time {display:inline-block;}
.event-list .location svg {float:left;width:11px;height:14px;margin-right:5px;}
.event-list .time svg {float:left;width:14px;height:14px;margin:0 5px 0 10px;}
.event-list svg path {fill:#ffffff;}
@media (max-width: 1050px) {
	.event-list .text .date {font-size:18px;}
	.event-list .text .date svg {margin:1px 10px 0 0;}
	.event-list .text h3 {font-size:16px !important;}
	.event-list .text p {font-size:12px;}
	.event-list .text p span {display:block;margin-bottom:5px;}
	.event-list .location svg {margin:0 8px 0 1px;}
	.event-list .time svg {margin:0 5px 0 0;}
	.event-list .text {width:50%;}
}
@media (min-width: 768px)  and (max-width: 900px){
	.event-list .img {width:80px;height:80px;}
	.event-list .text {width:60%;}
}
@media (max-width: 768px) {
	.event-list {
		background:#c70000;
		padding:40px 30px;
	}
	.event-list .text {padding:10px 0 0 20px;}
	.event-list .event-scroll {height:330px;overflow-y:scroll;}
	.event-list h2 {text-align: center;font-size:24px !important;}
}
@media (max-width: 480px) {
	.event-list .event-scroll  {margin-top:30px;}
	.event-list h2 {font-size:22px !important;}
	.event-list .img {width:80px;height:80px;}
	.event-list .text {width:60%;}
	.event-list .text h3 {font-size:15px !important;}
}
/*===== MOBILE ICON====*/
.menu-btn-toggle {
	right:10px;
	left:inherit;
	border-radius:0;
	border:1px solid #000;
}
.menu-btn-toggle .menu-btn {
	width: 20px;
	height: 20px;
}
.menu-btn-toggle .menu-btn span:nth-child(2) {
	top: 8px;
}
.menu-btn-toggle .menu-btn span:nth-child(3) {
	top: 16px;
}
.mobile-branding {
	background:rgba(255,255,255,1);
	padding: 45px 30px;
}
.mobile-branding .site-branding img {width:110px;}
@media (max-width: 768px) {
	.mobile-branding .site-branding img {width:110px;}	
}

[off-canvas*=left] {
	width:100%;
}
[off-canvas*=shift] {
	z-index:99;
}
[off-canvas] {
	background:rgba(0,0,0,0.9);
}
.mobile-menu .btn-submenu {
	color:#fff;
}
.mobile-menu {
	padding:40px 30px 0 30px;
}
#menu-menu-right.mobile-menu {padding:0 30px;}

.mobile-menu a, .mobile-menu > li {
	text-transform:uppercase;
	font-weight: 600;
	font-size:16px;
	color:#fff;
}
.mobile-menu a {
	padding:10px 20px;
}
.mobile-menu > li {
	padding: 10px 30px;
}
.mobile-menu > li > a {
	padding:0;
}
.mobile-menu li ul {

}
.mobile-menu li ul li {
	border-bottom: 1px solid #333;
	/*padding-left:20px;*/

}
.mobile-menu li ul li a {
	font-size: 14px;
}

.mobile-menu .btn-submenu {
	position: absolute;
	top: 3px;
}

.mobile-menu li {
	position: relative;
}

.mobile-menu .sub-menu li ul li a {
	padding:10px 20px 10px 40px;
	font-size:13px;
}

[canvas=container] {
	transform: translate(0px,0px) !important;
}

.menu-btn-toggle.hide {
	display: none;
}

.open .menu-btn-toggle.hide {
	display:block;
	position:fixed;
	top: 50px;
	right: 10px;
	z-index: 999;
}
.menu-btn.open span:nth-child(1) {
	top: 2px;
	left: 3px;
}
.menu-btn.open span:nth-child(3) {
	left: 3px;
}

body.open .main-header .menu-btn-toggle {
	display:none;
}
[off-canvas*=left] {
	margin-left: 0 !important;
	left: -100%;
}

body.open [off-canvas*=left] {
	margin-left: 0 !important;
	left: -100%;
}
body.open #header-sticky-wrapper {display:none;}

/*===========*/

.features {display:block;width:100%;clear:both;background:#fff;overflow:hidden;padding:4px 0;}
.features .item {
	width:20%;
	display:inline-block;
	float:left;
	position:relative;
}
.features .split {display:none;}
@media (max-width: 1050px) {
	.features .full {display:none;}
	.features .split {display:block;} 
	.features .item:nth-of-type(1), .features .item:nth-of-type(2) {
		width:50%
	}
	.features .item {
		width:33.33333%
	}
}
@media (max-width: 700px) {
	.features .item, .features .item:nth-of-type(1), .features .item:nth-of-type(2) {
		width:100%;
		display:block;
	}
}
.features .item img {
	width:100%;
	height:auto;
	background-size:100% 100% !important;
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
}
.features .item:hover img{
	background-size:105% 105% !important;
}
.features .item .title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:20px !important;
	font-weight:600;
	font-family:"open-sans",sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #666;
	margin:0;
	padding:5px 0;
	white-space: nowrap;
}

@media (max-width: 1500px) {
	.features .item .title {
		font-size:16px !important;
	}
}
@media (max-width: 700px) {
	.features .item .title {
		font-size:22px !important;
	}
}
@media (max-width: 480px) {
	.features .item .title {
		font-size:20px !important;
	}
}
.features .item .title:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:2px;
	background:#fff;
	width:100%;
}
.features .item .title:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	height:2px;
	background:#fff;
	width:100%;
}

/*=======VIDEO======*/

.video-section {
	position:relative;
	height:534px;
	background:url('images/video-bg.jpg') no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
}

.video-section .mask {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
}

.video-section .video {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	min-width:680px;
}
.video-section .video .video-img {
	background:url('images/video.jpg') no-repeat center center;
	background-size:cover;
}
.video-section .video .play {
	cursor:hand;
}
.video-section .video svg {
	width:92px;
	height:65px;
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.video-section .video svg path {
	fill:#c70000;
}
.video-section .video svg:hover path {
	fill:#000;
}
.video-section .video .fluid-width-video-wrapper {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	z-index:-1;
}
.video-section .video.on .fluid-width-video-wrapper {
	z-index:1;
}
.video-section .video iframe {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

@media (max-width: 680px) {
	.video-section {height:auto;}
	.video-section .video, .video-section .video iframe {
		top:0;
		left:0;
		right:0;
		width:100%;
		transform:none;
	}
	.video-section .video {
		min-width:100%;
		position:relative;
		top:inherit;
		left:inherit;
		transform:none;
	}
	.video-section .video.on .video-img, .video-section .mask{
		display:none;
	}
	.video-section .video.on .fluid-width-video-wrapper {
		position:relative !important;
		top:inherit !important;
		left:inherit !important;
	}
}

/*======SUBPAGE DETAULT=====*/
.site-content{margin:0;}
.site-main {padding:50px 0;min-height:500px;height:auto !important;height:500px;}
@media (min-width: 992px){
	#secondary.col-md-4 {width:20.56574923547401%;float:right;}
}
@media (max-width: 480px){
	.site-main {padding:30px 0;}
}

.sub-banner {height:314px;}
@media (max-width: 480px){
	.sub-banner {height:200px;}
}
.sub-nav-title {background:#c70000;color:#fff;margin:0;padding:15px 20px;text-transform: uppercase;font-weight:700;font-size:13px;}
.sub-nav {padding:0;margin:0;}
.sub-nav li {list-style:none;padding:0;margin:0;line-height:1;position:relative;}
.sub-nav li a {color:#333;font-size:13px;font-weight:400;padding:20px 20px 20px 40px;display:block;line-height:normal;background:#f3f3f3 url("images/arrow-black.svg") no-repeat 17px center; background-size:7px 13px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;}
.sub-nav li a:hover {background:#e0e0e0 url("images/arrow-red.svg") no-repeat 22px center;background-size:7px 13px;}
.sub-nav li.current_page_item a {background:#fff url("images/arrow-red.svg") no-repeat 17px center;background-size:7px 13px;}

.sub-nav .page_item_has_children .children {display:none;padding:0;}
.sub-nav .page_item_has_children .children li a {font-size:13px;font-weight:400;padding:10px 20px 10px 60px;background:#f5f5f5 url("images/arrow-black.svg") no-repeat 42px center; background-size:5px 9px;}
.sub-nav .page_item_has_children .children li a:hover {background:#e0e0e0 url("images/arrow-red.svg") no-repeat 45px center;background-size:5px 9px;}
.sub-nav .page_item_has_children .children li.current_page_item a {background:#ffffff url("images/arrow-red.svg") no-repeat 42px center; background-size:5px 9px;}

.sub-nav .page_item_has_children .more {position:absolute;right:15px;top:23px;width:15px;height:15px;cursor:pointer;}
.sub-nav .page_item_has_children .more span {position:absolute;display:block;height:2px;width:10px;background:#555;top:6px;left:2px;cursor:pointer;
	transform: rotate(0deg);
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.sub-nav .page_item_has_children .more span:nth-child(2) {left:2px;transform: rotate(90deg);}
.sub-nav .page_item_has_children .more:hover span{background:#c70000;}
.sub-nav .page_item_has_children.active .more span:nth-child(2) {transform:rotate(0deg);}

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

.page h1.entry-title, .single h1.entry-title {display:inline-block;font-weight:700;font-size:36px;color:#000;text-transform: uppercase;padding:0 0 8px 0;position:relative;margin:0 0 30px 0;}
.page h1.entry-title:after, .single h1.entry-title:after {content:'';position:absolute;bottom:0;left:0;height:3px;background:#c70000;width:100%;}
@media (max-width: 480px){
	.page h1.entry-title, .single h1.entry-title {margin:0 0 20px 0;}
}
#breadcrumbs {margin:0;padding:25px 0 0 0;}
#breadcrumbs a, #breadcrumbs span {color:#666666;font-size:12px;}
#breadcrumbs span span {color:#000;}
#breadcrumbs span span a {margin:0 10px 0 0;}
#breadcrumbs span span span a {margin:0 10px;}
#breadcrumbs span.breadcrumb_last {margin:0 0 0 10px;}
@media (max-width: 480px){
	#breadcrumbs {margin:0;padding:15px 0 0 0;}
}

.side-btn {display:block;margin:30px 0;}
.side-btn.free-lesson {display:none;}

.side-btn .top {position:relative;background:#000 url("images/side-btn.jpg") no-repeat center center;background-size:cover;padding:0px;text-align:center;width:100%;height:300px;}
.side-btn.side-book .top {background:#000 url("images/side-book.jpg") no-repeat center center;background-size:cover;padding:0px;text-align:center;width:100%;height:340px;}
.side-btn.side-seminar .top {background:#000 url("images/side-seminar-march.jpg") no-repeat center center;background-size:cover;padding:0px;text-align:center;width:100%;height:340px;}
.side-btn .top .mask {position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1;transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;}
.side-btn .top .text {position:absolute;top:50px;left:50%;transform:translate(-50%,0);z-index:2;}
.side-btn h3 {display:inline-block;position:relative;text-transform: uppercase;color:#fff;font-weight:700;font-size:48px;line-height:0.9em;margin:0 0 15px 0;padding:15px 0;}
.side-btn h3:after {position:absolute;bottom:0;left:0;right:0;content:'';height:3px;background:#c70000;}
.side-btn h3:before {position:absolute;top:0;left:0;right:0;content:'';height:3px;background:#c70000;}
.side-btn h3 span {font-size:33px;display:block;}
.side-btn h3 span:last-of-type {font-size:54px;}
.side-btn .top p {color:#ffffff !important;text-transform: uppercase;font-size:13px;font-weight:600;margin:0;padding:0;line-height:normal;}
.side-btn .bottom {background:#c70000;padding:10px 20px;}
.side-btn.side-book .bottom {}
.side-btn .bottom p {position:relative;display:inline-block;color:#fff;text-transform: uppercase;text-align:center;margin:0;padding:0 0 0 25px;font-size:14px;font-weight:600;line-height:normal;}
.side-btn .bottom p svg {width:17px;height:21px;position:absolute;top:0;left:0;}
.side-btn .bottom p svg path {fill:#fff;}
.side-btn:hover .top .mask {background:rgba(0,0,0,0.2);}
@media (max-width: 1370px){
	.side-btn .bottom {padding:10px 0;text-align:center;}
	.side-btn .bottom p {display:block;padding:0;}
	.side-btn .bottom p svg {display:none;}
}
@media (max-width: 992px){
	.side-btn {display:none;}
}
/*====== LOCATION GRID VIEW =======*/

h4.pt-cv-title {display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;margin:0 !important;padding:10px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	text-shadow: #333 0px 1px 1px;
	white-space: nowrap;
}
h4.pt-cv-title:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:2px;
	background:#fff;
	width:100%;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
h4.pt-cv-title:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	height:2px;
	background:#fff;
	width:100%;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}


.pt-cv-ifield:hover h4.pt-cv-title, .pt-cv-ifield:hover h4.pt-cv-title:before , .pt-cv-ifield:hover h4.pt-cv-title:after {background:#c70000;}

h4.pt-cv-title a {text-transform: uppercase;font-size:13px;color:#fff;}
@media (max-width: 768px){
	h4.pt-cv-title a{font-size:16px;}
}
.pt-cv-thumbnail {margin-bottom:0 !important;opacity:1;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;}
.pt-cv-ifield:hover .pt-cv-thumbnail {opacity:0.9;}


/*======TRAINING=====*/
.training {clear:both;display:block;overflow:hidden;padding:0 0 40px 0;}
.training .times p.type {font-weight:600;padding:10px;margin:0;background:#c70000;color:#fff;border-right:1px solid #fff;}
.training .times {width:20%;display:inline-block;float:left;margin-bottom:15px;background:#f2f2f2;}
.training .times:nth-of-type(5) ul, .training .times:last-of-type ul, .training .times:nth-of-type(5) p.type, .training .times:last-of-type p.type  {border:none;}
.training .times ul {margin:0;padding:0;height:100%;border-right:1px solid #fff;}
.training .times ul li {margin:0;padding:0;list-style:none;font-size:13px !important;background:#f2f2f2;border-bottom:1px solid #ebebeb;padding:10px;}
.training .times ul li:last-of-type {border-bottom:none;}
@media (max-width: 1050px){
	.training .times p.type {font-size:14px;}
}
@media (max-width: 987px){
	.training .times ul li strong {display:block;}
}
@media (max-width: 768px){
	.training .times {width:100%;display:block;float:none;margin-right:0 !important;margin-bottom:20px;}
	.training .times ul, .training .times p.type {border:none;}
}

.content-left {width:75%;display:inline;float:left;}
.content-right {width:20%;display:inline;float:right;padding-top:100px;}
.contact-details {padding:30px 20px;border:1px solid #ccc;}
.contact-details h5 {margin:0 0 20px 0 !important;}
.contact-details p {border-bottom:1px solid #f1f1f1;padding-bottom:15px;}
.contact-details p:last-of-type {border-bottom:none;margin-bottom:0 !important;padding-bottom:0 !important;}
.contact-details .facebook svg {width:26px;height:26px;float:left;margin-right:10px;}
.contact-details .facebook a {font-weight:600;color:#000 !important;}
.contact-details .facebook a:hover {color:#c70000 !important;text-decoration: none !important;}
.contact-details .facebook a:hover svg path {fill:#c70000;}
@media (max-width: 987px){
	.content-left {width:65%;}
	.content-right {width:30%;}
}
@media (max-width: 768px){
	.content-left {width:100%;display:block;float:none;}
	.content-right {width:100%;display:block;float:none;padding-top:0px;}
}
@media (max-width: 480px){
	.content-left .alignleft {text-align:left;margin:0 0 20px 0;}
}
/*======FOOTER======*/

.site-footer {clear:both;border-top:7px solid #c70000;padding:32px 0;}

.footer-nav {display:inline-block;width:100%;float:none;}
.footer-nav .footer-menu {
	display:inline;
	float:left;
	width:25%;
}
.footer-nav .footer-menu li.pagenav span{
	color:#fff;
	text-transform: uppercase;
	font-size:20px;
	font-weight:600;
	border-bottom:2px solid #c70000;
	margin-bottom:20px;
	display:inline-block;
}
.footer-nav .footer-menu li ul li {
	line-height:1.7;
}
.footer-nav .footer-menu li a {
	color:#8b8b8b;
	font-size:14px;
	text-transform: capitalize;
	font-weight:400;
}
.footer-nav .footer-menu li a:hover {
	color:#ffffff;
}
.footer-nav .footer-menu li ul li .children {display:none;}

.custom-footer {clear:both;display:block; padding:70px 0 0 0;}
.custom-footer .copyright {padding:15px 0;}
.custom-footer .copyright, .custom-footer .copyright a {font-size:12px;color:#fff;}
.custom-footer .copyright a:hover {text-decoration: underline;}

.footer-logos {}
.footer-logos img {display:inline-block;}
.footer-logos img:first-of-type {
	width:124px;
	height:auto;
}

.footer-logos img:nth-of-type(2) {
	width:72px;
	height:auto;
	margin:0 30px;
}

.footer-logos img:last-of-type {
	width:94px;
	height:auto;
}
@media (max-width: 1368px) {
	.site-footer .container {
		width:100%;
	}
	.site-footer {
		padding:32px 30px;
	}
}
@media (max-width: 1050px) {
	.footer-nav {
		width:100%;
	}
	.custom-footer {
		padding:30px 0 0 0;text-align:center;
	}
}
@media (max-width: 600px) {
	.footer-nav .footer-menu {
		width:50%;
		margin-bottom:20px;
	}
}
@media (max-width: 480px) {
	.footer-nav .footer-menu li.pagenav span{
		font-size:18px;
		}
	.footer-logos img:first-of-type {
		width:104px;
		height:auto;
	}
	
	.footer-logos img:nth-of-type(2) {
		width:52px;
		height:auto;
		margin:0 20px;
	}
	
	.footer-logos img:last-of-type {
		width:74px;
		height:auto;
	}
}
.custom-footer .social {
	text-align:center;
	display:none;
}
@media (max-width: 600px) {
	.custom-footer .social {
		display:block;
		padding:20px 0 0 0;
	}
}
.custom-footer .social a {
	display:inline-block;
}
.custom-footer .social svg {
	width:31px;
	height:31px;
	margin:0 10px;
}
.custom-footer .social svg path {
	fill:#ffffff;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;

}
.custom-footer .social a:hover svg path {
	fill:#c70000;
}
/*================*/
#sidebar-footer {margin-top:-10px;}
#sidebar-footer.clearfix:before{display:none;}
.facebook-feed {display:inline-block;width:100%;float:none;}
.facebook-feed .textwidget > br {display:none;}
.facebook-feed .widget-title, .ffwd_lightbox_0 > p {display:none;}
.facebook-feed p {color:#000 !important;font-size:13px !important;font-weight:400 !important;line-height:1.5 !important;}
.fbfeed-title h3 {color:#fff;text-transform: uppercase;font-weight:600;font-size:20px;padding:0px 0 0 51px;line-height:36px;background:url('images/facebook.svg') no-repeat top left;background-size:36px 36px;}
@media (max-width: 1220px) {
	.fbfeed-title h3 {font-size:16px;}
}
.fbfeed-title svg {width:36px;height:35px;float:left;margin-right:15px;}
.fbfeed-title svg path {fill:#fff;}


/*==== NEW ===*/
.ffwd_blog_style_object_from_0 {margin-bottom:10px;}
#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {border-color:#ffffff !important;padding:30px 0px 0px 0px !important;margin:0 !important;background:transparent !important;}
#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0:first-of-type {border:none;}
#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0 {max-height:570px;overflow:Hidden;}
#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0,
#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_0  {
	max-width:100% !important;width:100% !important;background:#fff !important;
}

#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
	text-align:left !important;
	background:#fff !important;
}


#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_story_0 {font-size:12px !important;}
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_from_name_0 {
	font-family:"open-sans",sans-serif !important;
	font-weight:600 !important;
	font-size:14px !important;
	text-align:left !important;
}
#ffwd_container1_0 #ffwd_container2_0 a.ffwd_blog_style_object_name_0 {
	font-size:14px !important;
	color:#c70000 !important;
}
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_from_time_post_0 {
	padding:0 0 0 18px !important;
}

.ffwd_lightbox_0 img:hover {opacity:0.7;}
#ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_img_cont_0 .ffwd_blog_style_img_0 {width:100% !important;}

.fb-title {line-height:1.5 !important;padding:0 0 0 5px;}
.fb-title span {display:block;color:#9f9f9f !important;font-size:12px !important;}
.fb-title span a {color:#000 !important;font-size:14px !important;}
.fb-title p {display:none;}

/*.ffwd_blog_style_object_messages_0 {display:none !important;}*/

@media (max-width: 1050px) {
	.facebook-feed {display:block;width:100%;float:none;margin:20px auto 30px auto;}
	.fbfeed-title{text-align:center;}
	.fbfeed-title h3  {font-size:20px !important;display:inline-block;margin:0 0 10px 0;}
}

@media (max-width: 480px) {
	.facebook-feed  {width:100%;}
}

/*=========== CONTENT ===========*/
.app {display:block;overflow:Hidden;margin:40px 0;}
.app .phone {float:left;width:116px;}
.app .text {float:left;width:250px;padding:30px 0 0 20px;}
.app .text .p1 {font-size:28px;color:#000;margin:0;font-weight:400;line-height:normal;}
.app .text .p2 {font-size:16px;color:#2ca4d6;margin:0;font-weight:700;line-height:normal;}
.app .icons {padding:20px 0 0 0;}
.app .icons a {display:inline-block;width:50%;text-align:center;opacity:1;font-size:14px;color:#c5c6c8;font-weight:600;}
.app .icons a img {display:block;padding-bottom:12px;text-align:center;margin:0 auto;}
.app .icons a:hover {opacity:0.8;}
@media (max-width: 480px) {
	.app .phone {float:left;width:100px;}
	.app .text {float:left;width:220px;padding:30px 0 0 20px;}
	.app .text .p1 {font-size:24px;}
	.app .text .p2 {font-size:14px;}
	.app .icons a img {max-width:40%;}
	.app .icons a span {font-size:12px;}
}

.alignright, .alignleft {margin-bottom:1.5em;}

@media (max-width: 480px) {
	.alignright, .alignleft {float:none;display:block;margin:0 auto 20px auto;text-align:center;}
}

/*=========== TESTIMONIALS ==========*/
.testimonials-box {padding:0;border-radius:0px;box-shadow:none;}
.testimonials-slider-item .testimonials-text p {}
.testimonials-slider-item {border-bottom:1px solid #ccc;margin-bottom:20px;}
.testimonials-user-info .name-user {margin-left:0px;}
.testimonials-user-info .name-user p {margin:0px;font-size:13px;}
/*=========== MASTERS ===========*/
.team-item {padding:0 15px;border-radius:none;}
.team-item:before {display:none;}
.team-item-name h3 {position:relative;font-size:14px !important;margin:0 !important;display:inline-block;text-transform: uppercase;}
.team-item-name h3:before {content:'';position:absolute;right:100%;bottom:-2px;height:2px;background:#c70000;transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;}
.team-item .iteam-item-img {transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;}
.team-item:hover .team-item-img {opacity:0.8;}
.team-item:hover .team-item-name h3:before {left:0;right:0;}
@media (min-width: 1199px) {
	.team-item-img {width:150px;height:150px;margin:0 auto 20px auto;}
}
@media (max-width: 1199px) {
	.team-item-img {width:163px;height:163px;}
}

.masters .single-thumb {float:left;margin:0 30px 30px 0;max-width:200px;height:auto;}
@media (max-width: 480px) {
	.masters .single-thumb {float:None;margin:0 auto 30px auto;}	
}
/*=========== CONTACT FORM ===========*/
.site-main form {margin:0;padding:0;}
.site-main form p {display:inline-block;width:48%;font-weight:600;position:relative;}
.site-main form p.right {float:right;}
.site-main form p.textarea {display:block;width:100%;}
.site-main form p span {display:block;width:100%;}
.site-main form p span input, .site-main form p span textarea {border:1px solid #ccc;color:#333;border-radius:10px;padding:10px 15px;font-size:14px;font-weight:400;width:100%;}
.site-main form p span input:focus, .site-main form p span textarea:focus {background:#f1f1f1;}

@media (max-width: 768px) {
	.site-main form p.right, .site-main form p {display:block;float:none;width:100%;}
}

.site-main form input[type="submit"]:hover {background:#000;}

span.wpcf7-not-valid-tip {position:absolute;top:-40px;right:0;width:auto;background:#c70000;color:#fff;font-size:12px;border-radius:5px;padding:5px 10px;width:auto !important;}
span.wpcf7-not-valid-tip:after {position:absolute;top:100%;left:50%;content:'';transform:translate(-50%,0);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #c70000;}

div.wpcf7-validation-errors {border:2px solid #c70000;}

/*======== POP UP =======*/
@media only screen and (min-width: 600px) {
.ig_popup {width:450px !important;}
}
@media only screen and (min-width: 1440px) {
	.ig_popup {width:450px !important;}
	
}
.ig_popup.ig_amaze .ig_message, .ig_popup.ig_persuade .ig_message, .ig_popup.ig_amaze .ig_message img, .ig_popup.ig_persuade .alignright, .ig_popup.ig_persuade .alignleft {padding:0 !important;margin:0 !important;}

