<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Orator7
Description: Global Styles.
*/


/* Global properties ======================================================== */
html {width:100%;}
html, body {height:100%;}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #4b4b4b;
	background: #fff;
	position: relative;
}
.clear	{
	display: block;
	clear: both;
}
img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

header,nav,section,figure {
	display: block;
}
section { 

}
a {
	color: #0088cf;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
a:hover {
	color: #f15e5b;
	text-decoration: none;
}
a:focus {outline: none;}

.main, .cont .row {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.75);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.75);
	padding-top: 43px;
	padding-bottom: 43px;
}
.cont .row {
	padding-right: 27px;
	padding-left: 27px;
}
.cont .row .row {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
h1, h2 {
	font-variant: small-caps;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 58px;
}

h3 {
	color: #000;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
}
h3 a {
	color: #000;
}
h3 a:hover {
	text-decoration: none;
	color: #0088cf;
}
h4 {
	color: #068e60;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
figure.imageblock {position: relative;}
figure.imageblock a {
	display: block;
	position: relative;
}
figure.imageblock a:before {
	content: '';
	display: block;
	position: absolute;
	top: 3%;
	left: 2%;
	width: 96%;
	height: 94%;
	border: 1px solid #fff;
	z-index: 9990;
}
.btn,
.form-submit .submit {
	border-radius: 0;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #fff;
	padding:13px 27px 14px 27px;
	
}
.btn-primary,
.form-submit .submit {
	background: #0088cf;
	border: 1px solid #0574ae;
	-webkit-box-shadow:  0 1px 2px rgba(12,95,165,0.75);
	box-shadow:  0 1px 2px rgba(12,95,165,0.75);
	margin-bottom: 5px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.form-submit .submit:focus,
.form-submit .submit:hover {
	outline: none;
	background: #f15e5b;
	border: 1px solid #cd5606;
	-webkit-box-shadow:  0 1px 2px rgba(165,73,12,0.75);
	box-shadow:  0 1px 2px rgba(165,73,12,0.75);
}
blockquote {
	display: block;
	margin-left: 30px;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	font-style: italic;
}
blockquote:before {
  color: #ddd;
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height:25px;
  margin-right:14px;
}
blockquote p {display: inline;}
/*===================================HEADER=======================*/
header#header{
	z-index: 9999;
	position: relative;
	height: auto;
	margin-bottom: 105px;
	background: #000;
}
.site {z-index: 1;position: relative;overflow: hidden;}

.home-header{
	padding-top: 184px;
	padding-bottom: 146px;
}
.article-header {
	padding-top: 150px;
	padding-bottom: 46px;
	margin-bottom: 50px;
}
/*-------------------Navigation----------------------*/
#topnav {
	width: 100%;
	display: block;
	/*background: url(../images/nav-bg.png) repeat-x 0 0 #000;*/
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	min-height: 91px;
}
.topmenu {
	padding: 45px 0 24px 0;
}
ul.sf-menu {
	display: block;
	list-style-type: none;
}
ul.sf-menu li {
	display: inline-block;
	margin-left: 28px;
}
ul.sf-menu li:first-child {margin-left: 0;}
ul.sf-menu li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
ul.sf-menu li a:hover,
ul.sf-menu li a:focus{
	color: #f15e5b;
	text-decoration: none;
}
#topnav select {
	margin: 0 auto;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----------------------------Title Block-------------------*/
.custom-logo {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
}
header h1.site-title{
	padding-top: 19px;
	padding-bottom: 11px;
}
header h1.site-title a {
	float: left;
}
header h1.site-title a.sitename{
	word-wrap: break-word;
	display: block;
	max-width: 115px;
	min-width: 115px;
	position: relative;
	top: 8px;
	margin-left: 10px;
}
header h1,
.home-header h1 {
	font-size: 24px;
	color: #000;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
}
header h1 a,
.home-header h1 a {
	color: #000;
}
header h1 a:hover,
header h1 a:focus {
	text-decoration: none;
	color: #000;
}
h2.site-description,
h2.article-title {
	font-size: 36px;
	color: #fff;
	font-variant: small-caps;
	text-transform: none;
	text-align: center;
	text-shadow: 0 1px 7px #000;
}

/*----------------Social Links----------------*/
.social_links {
	padding: 31px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: right;
}
.social_links li{
	margin-bottom: 7px;
	position: relative;
}
.social_links li a {
	color: #000;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.social_links li a:hover {
	color: #f15e5b;
	text-decoration: none;
}
.social_links li a:before {
	font-family: 'FontAwesome';
	position: relative;
	font-size: 20px;
	line-height: 20px;
}
.social_links li.phone a:before {
	content: '\f095';
	margin-right: 14px;
}
.social_links li.vk a:before {
	content: '\f189';
	margin-right: 9px;
}
.social_links li.fb a:before {
	content: '\f082'; 
	margin-right: 9px;
}
.social_links li.vk a, 
.social_links li.fb a {
	font-size: 0;
}
.social_links li.vk a:before, 
.social_links li.fb a:before{
	font-size: 20px;
}
.social_links li.phone {clear: both;}
.social_links li.vk,
.social_links li.fb {display: inline-block;}

footer .social_links {padding-top: 0;}
footer .social_links,
footer .social_links a {color: #000;}
footer .social_links a:hover, 
footer .social_links li:hover {color: #f15e5b;}

/*======================About====================*/
#about {
	font-size: 16px;
	line-height: 30px;
	z-index: 2;
}
#about p {
	margin-bottom: 20px;
	text-align: justify;
}
.home #about {
	padding-top: 90px;
	padding-bottom: 138px;
	background: #fff;
}
.title_image {
	display: block;
	position: relative;
}
.title_image img {
	position: absolute;
	right: 0;
	top: -70px;
	width: 930px;
	height: auto;
	display: block;
}
.page-template-content-about img.alignleft {
	float: left;
	width: 40%;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*================Programs=============*/

.programs-block .single-block {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.programs-block .single-block img {
	position: relative;
}
.programs-block .single-block .program-descr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.programs-block .textblock {
	background: none;
	padding: 36px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.programs-block .textblock h3 {
	font-size: 57px;
	line-height: 72px;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	text-align: left;
}
.programs-block .textblock h3 a {
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.programs-block .single-block.dark .textblock h3 a:hover,
.programs-block .single-block.dark .textblock h3 a:focus,
.programs-block .single-block.light .textblock h3 a:hover,
.programs-block .single-block.light .textblock h3 a:focus{
	color: #f15e5b;
	text-decoration: none;
}
.programs-block .textblock {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.programs-block .textblock time {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 16px;
	display: block;
}
.programs-block .textblock .city {
	font-size: 30px;
}
.programs-block .textblock .city  {
	margin-bottom: 30px;
}
.programs-block .textblock  p{
	margin-bottom: 30px;
}
.programs-block {
	position: relative;
	margin-bottom: 0;
}
.programs-block .owl-carousel-fullscreen {
	position: relative;
}
section.apply-form{
	background: url(../images/phonebg4.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.apply-form {
	padding: 30px 0;
	z-index: 9999;
}
.apply-form .wpcf7 {
	padding: 20px 10px 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.apply-form  h3 {
	color: #fff;
	text-shadow: 0 1px 1px #000;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
    text-transform: none;
    font-variant: small-caps;
    font-weight: normal;
}
.apply-form br {
	display: none;
}
.apply-form .form-block{
	position: relative;
	max-width: 320px;
	margin: 0 auto;
}
.apply-form input {
	font-size: 16px;
	width: 100%;
	height: 52px;
	padding: 5px 15px;
	line-height: 25px;
	border: 1px solid #ccc;
	margin:0 auto 19px;
	display: block;
	text-align: left;
	max-width: 320px;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.apply-form input.wpcf7-submit {
	font-size: 19px;
	line-height: 25px;
	color: #fff;
	background: #f15e5b;
	display: inline-block;
	width: auto;
	padding: 0 33px;
	width: 100%;
	height: 52px;
	border: none;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	
}
.apply-form input.wpcf7-submit:hover,
.apply-form input.wpcf7-submit:focus{
	background: #0088cf;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 10px;
}
.apply-form div.wpcf7-response-output{
	background: #fff;
	padding: 10px;
	border: 1px;
	position: absolute;
	bottom: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
	max-width: 320px;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	right: 0;
	top: 27%;
}
div.wpcf7-response-output {
	background: #fff;
}
.programs-block .single-block.light .textblock,
.programs-block .single-block.light .textblock h3,
.programs-block .single-block.light .textblock h3 a,
.programs-block .single-block.light .textblock .city,
.programs-block .single-block.light .textblock time,
.programs-block .single-block.light .apply-form  h3 {
	color: #000;
}
.programs-block .single-block.dark .textblock,
.programs-block .single-block.dark .textblock h3,
.programs-block .single-block.dark .textblock h3 a,
.programs-block .single-block.dark .textblock .city,
.programs-block .single-block.dark .textblock time,
.programs-block .single-block.dark .apply-form  h3{
	color: #fff;
}
.programs-block .single-block img.mobilethumb {
		display: none;
}
/*---------------Single Program-------------*/
.single-programs .main {
	-webkit-box-shadow: none;
	box-shadow: none;
}
nav.programnav {
	width: 100%;
	text-align: center;
	background: #0088cf;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);

}
nav.programnav ul li {
	display: inline-block;
	margin-left: 50px;
}
nav.programnav ul li:first-child {
	margin-left: 0;
}
nav.programnav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.single-programs h2.entry-title {
	color: #0088cf;
    display: block;
    font-size: 65px;
    line-height: 78px;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: none;
    background: none;
    text-shadow: none;
    text-align: left;
}
.slogan {
    color: #7d787f;
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 48px;
}

.entry-content ul {
	list-style-type: circle;
	padding-left: 20px;
	margin: 10px 0;
}
.entry-content p {
	margin: 10px 0;
	text-indent: 1.5em;
	text-align: justify;
}
.widget ul {
	list-style-type: circle;
	padding-left: 20px;
}
ul.list {margin-bottom: 20px;}
ul.list li {
    display: block;
    font-size: 18px;
    line-height: 36px;
    padding-left: 28px;
    position: relative;
}

ul.list li::before {
    color: #000;
    content: "\f00c";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    left: 0;
    line-height: 17px;
    position: absolute;
    top: 10px;
}
.single-programs #testimonials .listing-item .listing-item{
	clear: both;
	overflow: hidden;
}
.single-programs #testimonials .listing-item .image {
	float: left;
	width: 23%;
	margin-right: 24px;
	position: relative;
} 
.single-programs #testimonials .listing-item .image:before{
	border: 1px solid #fff;
    content: "";
    display: block;
    height: 94%;
    left: 3%;
    position: absolute;
    top: 3%;
    width: 94%;
    z-index: 9999;
}
.single-programs #testimonials .listing-item .title{
	 color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
}
.single-programs #testimonials {
	background: url("../images/author-bg.jpg") repeat scroll 0 0;
	position: relative;
	padding-bottom: 40px;
    padding-top: 30px;
	z-index: 3;
	margin-bottom: 58px;
}
.single-programs #testimonials #testimonials{
	padding-bottom: 0;
	margin-bottom: 0;
}
/*.single-programs #testimonials:before {
	content: '';
	position: absolute;
	width: 110%;
	height: 51px;
	background: #e3f5ff;
	top: -25px;
	left: 0;
	-webkit-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
}*/

.single-programs #program {
	position: relative;
	padding-top: 0;
	padding-bottom: 100px;
}
/*.single-programs #program:before {
	content: '';
	position: absolute;
	width: 110%;
	height: 51px;
	background: #fff;
	top: -25px;
	left: 0;
	-webkit-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
}
.single-programs #program:after {
	content: '';
	position: absolute;
	width: 110%;
	height: 51px;
	background: #fff;
	bottom: -25px;
	left: 0;
	-webkit-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg);
	-o-transform: rotate(1.5deg);
	transform: rotate(1.5deg);
}*/
.single-programs #price {
	position: relative;
	background: #fff;
	padding-top: 0;
	margin-bottom: 5px;
}

.single-programs #about {
	padding-top: 60px;
	padding-bottom: 90px;
}
.single-programs #about .row {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.75);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.75);
	padding-top: 43px;
	padding-bottom: 43px;
	padding-right: 27px;
	padding-left: 27px;
}
#price .ss-form-container table, #price .ss-form-container table td {border: none;}
.single-programs #schedule{
	margin-bottom: 50px;
}
/*------------------Price Table---------------*/
#price table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    margin-bottom: 24px;
    width: 100%;
}
#price thead th {
    padding: 0 0 10px !important;
    text-align: center;
    border: 1px solid #ddd;
}
table thead th:first-child {
    vertical-align: middle;
    width: 30%;
}

thead span.title {
    background: #228cca none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
#price table td {
    text-align: center;
    border: 1px solid #ddd;
}
table td.option-table {
    text-align: left;
}
table .price {
    color: #da4300;
    display: block;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
}
span.yes, span.no {
    display: block;
    font-family: "FontAwesome";
    font-size: 0;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 30px;
}
span.yes::before {
    color: #068e60;
    content: "\f00c";
}

span.no::before {
    color: #da4300;
    content: "\f00d";
}
span.yes::before, span.no::before {
    font-size: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
}
/*------------------Owl carousel styling-------------*/

.owl-dots {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.owl-dot {
	display: inline-block;
	border-radius: 100%;
	background: #0088cf;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	border: 1px solid #0574ae;
	-webkit-box-shadow:  0 1px 2px rgba(12,95,165,0.75);
	box-shadow:  0 1px 2px rgba(12,95,165,0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.owl-dot:first-child {margin-left: 0;}
.owl-dot:hover, .owl-dot.active {
	background: #f15e5b;
	border: 1px solid #cd5606;
	-webkit-box-shadow:  0 1px 2px rgba(165,73,12,0.75);
	box-shadow:  0 1px 2px rgba(165,73,12,0.75);
}

.owl-nav div.owl-prev,
.owl-nav div.owl-next{
	position: absolute;
	top: 50%;
}
.owl-nav div.owl-prev{
	left: 99px;
	font-size: 0;
}
.owl-nav div.owl-next{
	right: 99px;
	font-size: 0;
}
.owl-nav div:before{
	font-family: 'FontAwesome';
	position: relative;
	font-size: 90px;
	line-height: 90px;
	color: #fff;
}
.owl-nav div:hover:before {
	color: #f15e5b;
}
.owl-nav div.owl-prev:before{
	content: '\f104';
}
.owl-nav div.owl-next:before{
	content: '\f105';
}

/*==============================Author Block====================*/
.author-block {
	/*background: url(../images/author-bg.jpg) repeat 0 0;*/
	background:url(../images/grid-noise.png) #f4f4f4;
	padding: 61px 0;
	margin-bottom: 0px;
}
.author-block figure {
	overflow: hidden;
	margin-bottom: 0px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.author-block figure img {
	display: block;
}
.author-block .textblock {
	background: #fff;
	padding: 30px 23px 0;
	text-align: right;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.author-block h3 {
	color: #000;
	font-size: 34px;
	line-height:41px ;
	text-transform: none;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 26px;
}
.author-block h3 a{
	color: #000;
}
.author-block blockquote {
	margin-left: 0;
	border: none;
	padding-left: 35px;
	position: relative;
	font-style: normal;
	text-align: justify;
	color: #000;
}
.author-block blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	line-height: 24px;

}
.author-block .morelink {
	position: relative;
	font-size: 0;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.author-block .morelink:hover {
	text-decoration: none;
}
.author-block .morelink:before {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 40px;

} 
/*============================Benefits====================*/
#benefits {
	margin-bottom: 50px;
	padding-top: 50px;
	clear: both;
	overflow: hidden;
}
#benefits .number {
	float: left;
	font-size: 66px;
	line-height: 66px;
	border: 1px solid #000;
	border-radius: 100%;
	color: #000;
	padding: 1px 15px;
	margin-right: 15px;

}
#benefits .fright {
	float: left;
	width: 76%;
	text-align: justify;
	min-height: 125px;
}
#benefits h3 {
	font-size: 24px;
	color: #000;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 17px;
}


#benefits .item {
	border: none;
	text-align: center;
	padding: 12px 0;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 13px;
}
#benefits figure.imageblock a::before {
	display: none;
}
#benefits figure.imageblock {
	min-height: 129px;
	margin-bottom: 20px;
}
#benefits figure.imageblock img {
	width: auto;
	display: inline-block;
}
/*=====================Blog=====================*/

.home #blog {
	position: relative;
	background: #fff;
	padding-bottom: 51px;
}
.home #blog:after {
	/*content: '';
	position: absolute;
	width: 110%;
	height: 51px;
	background: #fff;
	bottom: -25px;
	left: 0;
	-webkit-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg);
	-o-transform: rotate(1.5deg);
	transform: rotate(1.5deg);*/
}
.home #blog .more-button {
	text-align: center;
}
#blog figure.imageblock,
#programs figure.imageblock{
	margin-bottom: 23px;
}
#blog figure.imageblock:before,
#programs figure.imageblock:before {
	left: 2%;
	width: 96%;
}
.blog_item {
	margin-bottom: 60px;
}
.blog time {
	font-size: 15px;
	line-height: 21px;
	color: #0088cf;
	font-weight: normal;
	margin-bottom: 16px;
}
.blog time:before {
	content: '\f017';
	font-size: 20px;
	line-height: 20px;
	font-family: 'FontAwesome';
	position: relative;
	margin-right: 7px;
	top: 1px;
}
.tags{float: left;}
.blog .excerpt {margin-bottom: 15px;}
.blog .readmore {
	float: right;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	padding-left: 20px;
}
.readmore:hover {text-decoration: none;}
.readmore:before {
	position: absolute;
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 20px;
	top: 0;
	left: 0;
}

.singleblogimg {
	margin-bottom: 20px;
}
figure.imageblock.singleblogimg:before {
    height: 96%;
    left: 1%;
    top: 2%;
    width: 98%;
}
.entry-footer {
	margin: 20px 0;
}
.vcard {display: block;}
.vcard img {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 5px;
}
ul.meta {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.entry-header time {
	display: inline-block; 
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.comment-form-comment label {display: block;}
.comment-form label {display: block;}
.comment-form p {margin-bottom: 15px;}
textarea#comment {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.comment-metadata time {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	margin-top: 12px;
}
.comment-list li {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}
.post-navigation h2 {display: none;}
.nav-links {
	overflow: hidden;
	clear: both;
	display: block;
}
.nav-links .nav-previous {float: left;}
.nav-links .nav-next {float: right;}
/*----------------------Pagination styling-------------------*/
.pagination {
	margin: 0;
	border-radius: 0;
}
nav.pagination {padding: 0 15px}
.pagination a, .pagination span {
	display: inline-block;
	margin-left: 4px;
}
.pagination .page-numbers:first-child {margin-left: 0;}
.pagination .page-numbers {
	background: #0088cf;
	color: #fff;
	border: none;
	font-size: 22px;
	line-height: 26px;
	padding: 6px 12px;
}

.pagination a:focus, 
.pagination a:hover, 
.pagination span:focus, 
.pagination span:hover,
.pagination span.current {
	background: #f15e5b;
	color: #fff;
	text-decoration: none;
}
.pagination &gt; li &gt; a span {
	top: -2px;
	position: relative;
}
.pagination &gt; li &gt; a span.sr-only {position: absolute;}
.pagination h2,
.navigation h2 {
	display: none;
}
.nav-links a{
	position: relative;
}
.nav-links .nav-previous a:before{
	position: relative;
	font-family: "FontAwesome";
	content: "\f137";
	margin-right: 5px;
	display: inline-block;
	font-size: 16px;
}
.nav-links .nav-next a:after{
	position: relative;
	font-family: "FontAwesome";
	content: "\f138";
	margin-left: 5px;
	display: inline-block;
	font-size: 16px;
}
/*=======================Testimonials======================*/
.home #testimonials {padding-top: 70px;}
#testimonials .owl-carousel {width: 100%;}
#testimonials  .owl-carousel .owl-stage-outer {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 22px;
}
/*----------------Testimonials Section-----------*/
#testimonials {
	position: relative;
	padding: 88px 0 110px 0;
}

.testimonials-block {
	position: relative;
	padding: 88px 0 110px 0;
}
.authorblock {
	clear: both;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.authorblock .name {
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 12px;
}
.avatar-img {
	display: block;
	border-radius: 100%;
	overflow: hidden;
	width: 105px;
	float: left;
	margin-right: 19px;
}
.even .avatar-img {
	float: right;
	margin-right: 0;
	margin-left: 19px;
}
#testimonials .textblock {
	background: #fff;
	padding: 15px;
	position: relative;
	margin-bottom: 29px;
}
#testimonials .textblock:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 40px 29px 0 0;
    bottom: -40px;
    content: "";
    display: block;
    right: 180px;
    position: absolute;
    width: 0;
}
#testimonials .owl-carousel {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	position: relative;
}
#testimonials .owl-carousel .single-block {
	padding: 0 15px;
}
.author-info {
	padding-top: 20px;
}
.even .author-info {text-align: right;}
#testimonials a.more-link{
	position: relative;
	font-size: 0;
}
#testimonials a.more-link:after{
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f138";
	font-size: 14px;
	margin-left: 5px;
}
#testimonials .profession,
#testimonials .city{
	position: relative;
	margin-bottom: 5px;
	line-height: 20px;
}
#testimonials .profession:before,
#testimonials .city:before{
	font-family: "FontAwesome";
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}
#testimonials .profession:before{
	content: "\f2c0";
}
#testimonials .city:before{
	content: "\f041";
}
#testimonials .bg-image {z-index: -1;}
#testimonials .owl-carousel {position: relative;}
#testimonials .owl-controls {
	position: relative;
	margin: 0 auto;
}
#testimonials  .owl-nav {
	text-align: center;
}
#testimonials  .owl-nav&gt;div {
	display: inline-block;
	color:#fff;
	font-size: 0;
	margin-left: 10px;
}
#testimonials  .owl-nav&gt;div.owl-prev {margin-left: 0;}
#testimonials .owl-nav div:before {
	font-family: 'FontAwesome';
	font-size: 44px;
	line-height: 44px;
}
#testimonials .owl-nav div.owl-prev, 
#testimonials .owl-nav div.owl-next {
	position: relative;
	left: auto;
	right: auto;
	top:auto;

}
#testimonials  .owl-nav&gt;div.owl-prev:before {
	content: '\f137';
}
#testimonials  .owl-nav&gt;div.owl-next:before {
	content: '\f138';
}
/*-----------------------------Testimonials-page-------------------*/
#testimonials-page article {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#testimonials-page .textblock{
	margin: 20px 0;
}
.readmore {
	position: relative;
}
#testimonials-page .profession{
	color: #000;
	margin-bottom: 10px;
}
#testimonials-page time,
#testimonials-page .city{
    color: #0088cf;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 6px;
    position: relative;
}
#testimonials-page time:before,
#testimonials-page .city:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    margin-right: 7px;
    position: relative;
    top: 1px;
    display: inline-block;
}

#testimonials-page time:before{
	content: "\f017";
}

#testimonials-page .city:before{
	content: "\f041";
}
#testimonials-page .testi_program {
	text-align: right;
	font-style: italic;
	font-weight: 400;
}
#testimonials-page .tags{
	text-align: right;
	float: none;
	display: block;
}
#testimonials-page .avatar-img{
	float: right;
}
/*=========================Map ======================*/
section#map{
	margin-top: 50px;
	position: relative;
	min-height: 477px;
}
.map-contact {
	position: relative;
	padding-top: 70px;
}
.map-contact-content {
	background: #fff;
	padding: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map-contact h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #000;
	clear: both;
	overflow: hidden;
}
#map .map-container {
	position: absolute;
	top: 90px;
	left:0;
	right: 0;
	margin: 0 auto;

}
.map-contact h3 img {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	margin-right: 14px;
}
.map-contact .address,
.map-contact .phone {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.map-contact .address:before,
.map-contact .phone:before{
	font-family: "FontAwesome";
	font-size: 30px;
	color: #f15e5b;
	line-height: 30px;
	top: 5px;
	position: relative;
	margin-right: 10px;
}
.map-contact .address:before{
	content: "\f041";
}
.map-contact .phone:before{
	content: '\f095';
}
/*======================Speakers=================*/
#speakers .item {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.75);
	box-shadow: 0 0 1px rgba(0,0,0,0.75);
}
.speakers {
	padding-bottom: 15px;
}
.speakers .textblock {
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}
.speakers figure.imageblock a::before {
	display: none;
}
.speakers figure.imageblock {
	display: block;
	position: relative;
}
.speakers figure.imageblock h3 {
	color: #fff;
	font-variant: small-caps;
	text-transform: none;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 0 5px #000;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.speakers h2 {
	font-size: 34px;
	text-transform: none;
	font-variant: small-caps;
	margin-top: 58px;
}
/*----------------------------Companies-----------------------*/
.companies h2 {
	font-size: 34px;
	text-transform: none;
	font-variant: small-caps;
	margin-top: 58px;
}
.companies .item {
	background: #fdfdfd;
	min-height: 185px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
.companies .item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} 

.companies .item img {
 	filter: grayscale(100%); /* Firefox 10+, Firefox on Android */
     /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	-ms-transition: all 400ms ease-out;
    	-o-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
}
/*----------------------Sidebar--------------------------------*/
#secondary .widget{
	margin-bottom: 20px;
}
/*=====================Footer================*/
.site {
	min-height: 100%;
}
.site-inner {
	
}/*
.site-content {
	position: relative;
	min-height: 100%;
	margin-bottom: -144px;
}
.site-content:after {
	content: '';
	clear: both;
	display: block;
}*/
footer.site-footer,
.single-programs footer.site-footer.main {
	height: auto;
	margin-top: 30px;	
	width: 100%;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .main-navigation ul li {
 display: inline-block;
 margin-left: 75px;
}
footer .main-navigation ul li:first-child {
	margin-left: 0;
}
footer .main-navigation ul li a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
footer .main-navigation ul li a:hover{
	color: #f15e5b;
	text-decoration: none;
}
footer.site-footer h3{
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.tagcloud a{
	color: #000;
}
.tagcloud a:hover,
.tagcloud a:focus{
	color: #f15e5b;
}
.upw-posts&gt;article{
	position: relative;
}

.upw-posts .entry-image{
	display: inline-block;
	width: 15%;
	margin-right: 5px;
}
.upw-posts h4{
	display: inline-block;
	width: 80%;
}
/*==================Entry Form===============*/
.fancybox-skin {
	background: #fff;
}
.action_button {
	display: inline-block;
	margin-bottom: 40px;
}
#price .form-container {
	height: auto;
	opacity: 0;
	overflow: hidden;
	width: 50%;
	margin: 0 auto;
}
div.ss-form-container {
	font-family: 'Open Sans', sans-serif !important;
}
.ss-form-entry label.ss-q-item-label {
	display: block;
	float: none;
	font-family: 'Open Sans', sans-serif;
}
div.ss-secondary-text {
	font-weight: normal;
}
.ss-form-question {
	margin-bottom: 10px;
}
div.ss-form-entry &gt; input,
input.ss-q-short, 
textarea.ss-q-long {
	width: 100% !important;
	background: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 25px;
    height: 34px;
    padding: 6px 12px;
}
textarea.ss-q-long {height: 100px;}
.required-message {color: red;}

.jfk-button-action {
	border-radius: 0;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #fff;
	padding:9px 19px 10px;
	background: #0088cf;
	border: 1px solid #0574ae;
	-webkit-box-shadow:  0 1px 2px rgba(12,95,165,0.75);
	box-shadow:  0 1px 2px rgba(12,95,165,0.75);
	margin-bottom: 5px;
	margin-top: 15px;
}
.jfk-button-action:hover,
.jfk-button-action:focus {
	outline: none;
	background: #f15e5b;
	border: 1px solid #cd5606;
	-webkit-box-shadow:  0 1px 2px rgba(165,73,12,0.75);
	box-shadow:  0 1px 2px rgba(165,73,12,0.75);
}

#program h4 {
	margin-bottom: 16px;
	color: #000;
}
#program ol {
	margin-bottom: 16px;
	padding: 10px 30px;
	background: #fff;
	list-style-type: decimal;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#program ol li {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
.largeprice {
	text-align: center;
	color: #f60;
	font-size: 53px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.single-date {
	text-align: center;
	margin-bottom: 20px;
}
.single-date h3 {
	text-transform: none;
	margin-bottom: 22px;
	font-size: 26px;
	font-weight: normal;
}
#schedule .single-date .date {
	font-size: 36px;
	margin-bottom: 26px;
}
#schedule .single-date .time {
	font-size: 28px;
	color: #000;
}
/*---------------------------Accordions---------------*/
.accordion {
	/*border-top:1px solid #e3f5ff;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.accordion .accordion-title,
#program .accordion .accordion-title{
	border-top: 1px solid #e3f5ff;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
	background: #0088cf;
	color: #fff;
	position: relative;
} 
.accordion .accordion-title:before{
	content: '\f13a';
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 22px;
	display: inline-block;
	margin-right: 10px;
	top: 1px;
	position: relative;
}
.accordion .accordion-title#accordion-1-t1 {
	border-top: none;
}
.accordion .accordion-title:hover,
.accordion .accordion-title.open {
	background: #000;
	color: #fff;
}
.accordion .accordion-title.open:before{
	content: '\f139';
}
.accordion&gt;br {display: none;}
.accordion-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
	background: #fff;
}
.accordion-content ul {margin-bottom: 10px;}
.accordion-content ul li {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-left: 28px;
    position: relative;
}
.accordion-content ul li::before {
    color: #000;
    content: "\f00c";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    line-height: 15px;
    position: absolute;
    top: 8px;
}
/*=============Schedule=============*/
#schedule table {
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background: #fff;
}
#schedule table td {
	padding-top: 15px;
	padding-bottom: 15px;
}
#schedule .date {
	font-size: 30px;
	line-height: 36px;
	color: #000;
	margin-bottom: 10px;
}
#schedule .day {
	margin-bottom: 10px;
	font-size: 16px;
}
#schedule time {color: #000;}

/*----------------Newsletter form--------------*/
.newsletter-subscription {
	text-align: center;
}
.newsletter-subscription input {
	text-align: left;
}
.newsletter-subscription form&gt;div {
	margin-bottom: 15px;
}
.newsletter-subscription label {
	display: inline-block;
	margin-right: 5px;
}
/*------------------------Guarantee-------------------*/
.guarantee {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 270px;
}
.guarantee-single  {
	text-align: left;
	width: 70%;
	margin: 20px auto;
}
.guarantee-single img {
	margin: 0 auto;
	max-width: 270px;
	margin-bottom: 20px;
}
.guarantee p,
.guarantee-single p {
	display: block;
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 31px;
}
.guarantee h5,
.guarantee-single h5 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 36px;
}
.guarantee-single.norisk h5 {
	font-size: 25px;
}
.guarantee-single.norisk p {
	font-size: 17px;
}
.guarantee .text {
	padding-top: 10px;
}
.guarantee img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 270px;
}

/*=================Footer=============*/
.upw-posts h4 {
	text-transform: none;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
}
.upw-posts header {height: auto;}
footer .upw-posts article {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
footer .upw-posts article a{
	color: #000;
}
footer .upw-posts article a:hover,
footer .upw-posts article a:focus,
footer .upw-posts .entry-title a:focus, 
footer .upw-posts .entry-title a:hover{
	color: #f15e5b;
	text-decoration: none;
}

.footer-widget {
	margin-bottom: 15px;
}
/*=====================================Responsive====================================-*/
@media screen and (max-width: 1920px){
	ul.sf-menu li{
		margin-left: 24px;
	}
}
@media screen and (max-width: 1800px){


}
@media screen and (max-width: 1400px){
	.programs-block .textblock h3 {
		font-size: 44px;
		line-height: 50px;
	}
	.programs-block .textblock time {
		margin-bottom: 12px;
	}
	.programs-block .textblock .city{
		font-size: 22px;
		margin-bottom: 16px;
	}
	.programs-block .textblock{
		padding-top: 5px;
	}

	.programs-block .owl-nav div.owl-prev, .owl-nav div.owl-next {
		top: 41%;
	}
	.programs-block .owl-nav div.owl-prev {
		left: 0;
	}
	.programs-block .owl-nav div.owl-next{
		right: 0;
	}
	.speakers figure.imageblock h3{
		font-size: 18px;
	}
}
@media screen and (max-width: 1199px){
	/*-------------------------Home------------------*/
	.home-header {
	    padding-bottom: 26px;
	    padding-top: 100px;
	}
	.programs-block .single-block {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.programs-block .textblock h3{
		font-size: 30px;
		line-height: 46px;
		margin-bottom: 5px;
	}
	.programs-block .textblock {
		font-size: 14px;
		line-height: 26px;
	}
	.owl-nav div.owl-prev {
		left: 19px;
	}
	.owl-nav div.owl-next {
		right: 19px;
	}
	

	/*---------------------Subpages------------------*/
	.single-programs h1 {
		font-size: 51px;
	}
	.slogan {
		font-size: 20px;
	}
	header.entry-header {
		height: auto;
	}
	ul.sf-menu li {
		margin-left: 10px;
	}
	ul.sf-menu li a{
		font-size: 16px;
	}
	.speakers figure.imageblock h3{
		font-weight: normal;
	}
}


@media screen and (max-width: 1072px){
	.programs-block .textblock time {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.programs-block .textblock .city {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.programs-block .textblock p {
	}
	#testimonials .owl-nav {
		position: relative;
		top: auto;
		text-align: center;
	}
	#testimonials .owl-nav div {
		position: relative;
		display: inline-block;
	}
	#testimonials .owl-nav div.owl-prev {left: auto;}
	#testimonials .owl-nav div.owl-next {right: auto;}
}


@media screen and (max-width: 991px){
	header#header{
		margin-bottom: 0;
	}
	#topnav{
		position: relative;
		top: auto;
		left: auto;
	}
	ul.sf-menu {text-align: center;}
	header .social_links {text-align: center;}
	header .social_links li {text-align: center;}
	.topmenu {padding-bottom: 12px;}

	.title_image {
		overflow: hidden;
		margin-bottom: -130px;
	}
	.title_image img {
		position: relative;
		top: auto;
		right: auto;
		width: 120%;
		margin-left: -20%;
	}
	.single-programs h1 {
		font-size: 43px;
		margin-bottom: 0;
	}
	footer .main-navigation  {
		margin: 15px 0;
	}
	.guarantee-single {
		width: 100%;
	}
	.programs-block .textblock p {
		display: block;
	}
	.owl-carousel .owl-stage-outer {
		margin-bottom: 15px;
	}
	.programs-block .textblock{
		padding-bottom: 0;
	}
	header h1.site-title{
		text-align: center;
		display: block;
	}
	header h1.site-title a {
		float: none;
		display: inline-block;
	}
	header h1.site-title a.sitename {
		max-width: 100%;
	}
	ul.sf-menu{
		text-align: left;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){


}
@media screen and (max-width: 768px){

	/*---------------------------Subpages--------------*/
	ul.sf-menu li {margin-left: 10px;}
	figure.imageblock {margin-bottom: 15px;}
	.single-programs .content-area,
	.single-programs section.main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.programs-block .single-block .program-descr{
		padding: 10px 0;
	}
	.form-container {width: 100%;}
	footer .main-navigation  {
		margin: 15px 0;
	}
	footer .main-navigation ul li {
		margin-left: 15px;
	}
	footer .social_links {
		margin-top: 15px;
		padding-left: 15px;
		text-align: left;
	}
	.page-template-content-about img.alignleft {width: 100%;margin-right: 0;}

}
@media screen and (max-width: 767px){
	/*----------------------Home----------------*/
	.programs-block .owl-carousel-fullscreen {
		position: relative;
		top: auto;
	}
	.programs-block {
		min-height: 0;
	}
	.programs-block .single-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	.programs-block .single-block img {
		position: relative;
		left: auto;
		top: auto;
	}
	.programs-block .single-block img.fullslidethumb{
		display: none;
	}
	.programs-block .single-block img.mobilethumb {
		display: block;
	}
	.programs-block .single-block .program-descr{
		position: relative;
		padding: 20px 15px;
	}
	.programs-block .textblock h3 {
		font-size: 28px;
		line-height: 33px;
	}
	.programs-block .textblock time,
	.programs-block .textblock .city {
		font-size: 20px;
	}
	.programs-block .textblock {
		font-size: 15px;
		line-height: 24px;
		padding: 0;
	}

	.apply-form .wpcf7 {
		padding: 0;
		text-align: center;
	}

	.authorblock .name {
		font-size: 17px;
	}
	.author-block figure{
		margin-bottom: 20px;
	}
	section#map {
		min-height: 0;
	}
	#map .map-container{
		position: relative;
		top:auto;
		left: auto;
	}
	#benefits .fright {
		float: none;
		min-height: 0;
		width: 100%;

	}
	.programs-block .single-block.dark .textblock,
	.programs-block .single-block.dark .textblock h3,
	.programs-block .single-block.dark .textblock h3 a,
	.programs-block .single-block.dark .textblock .city,
	.programs-block .single-block.dark .textblock time {
		color: #000;
	}
	.programs-block .single-block.dark .apply-form  h3,
	.programs-block .single-block.light .apply-form  h3 {
			color: #fff;
	}
	div.wpcf7-response-output {
		margin-top: 0;
	}
	.speakers figure.imageblock h3{
		font-size: 30px;
	}


	/*------------------------Subpages---------------*/
	.guarantee img {
		position: relative;
		top: auto;left: auto;right: auto;bottom: auto;
		margin: auto;
		max-width: 270px;
	}
	.single-programs h2.entry-title {
		font-size: 45px;
		line-height: 58px;
	}
}

@media screen and (max-width: 991px) and (min-width: 479px) {
	nav#topnav {
		position: relative !important;
	}
}

@media screen and (max-width: 689px){
	#topnav {padding-top: 0px;}
	.social_links {padding-top: 7px;}
}

@media screen and (max-width: 480px){
	/*-------------------home--------------*/
	header h1, .home-header h1 {
	    font-size: 30px;
	    line-height: 42px;
	}
	.home-header .custom-logo-link {
		display: block;
	}
	.home-header {
		padding-top: 104px;
		padding-bottom: 36px;
	}
	h2.site-description,
	h2.article-title {
		font-size: 22px;
	}
	.programs-block .owl-carousel-fullscreen {
		position: relative;
		top: auto;
	}
	.programs-block {
		min-height: 0;
	}
	.programs-block .single-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	.programs-block .single-block img {
		position: relative;
		left: auto;
		top: auto;
	}
	.programs-block .textblock h3 {
		font-size: 28px;
		line-height: 33px;
	}
	.programs-block .textblock time,
	.programs-block .textblock .city {
		font-size: 20px;
	}
	.programs-block .textblock {
		font-size: 15px;
		line-height: 24px;
		padding: 36px 0;
	}
	.apply-form .form-block{
		padding: 0 15px;
	}
	.author-block blockquote{
		padding-left: 0;
	}
	.author-block blockquote::before{
		position: relative;
		left: auto;
		top: auto;
	}
	nav.programnav ul li{
		margin-left: 10px;
	}


/*-----------------------------Subpages----------------*/
	#about p {line-height: 26px;}
	.blog .readmore {
		display: inline-block;
		float: none;
	}
	.blog .tags {
		float: none;
		margin-bottom: 10px;
	}
	.single-programs h1 {
		font-size: 35px;
		line-height: 44px;
	}
	.slogan {
		font-size: 17px;
		line-height: 25px;
	}
	span.yes, span.no {width: 17px;height: 17px;}
	span.yes::before, span.no::before {font-size: 17px;}
	table .price {font-size: 28px;}
	#price table td,
	#price table th {
		padding: 4px;
		white-space: normal !important;
	}
	thead span.title {font-size: 14px;}

	footer .main-navigation ul li {
		display: block;
		margin-left: 0;
	}
	#schedule table td {display: block;border-bottom: 1px solid #ddd;}

	.single-programs h2.entry-title {
	    font-size: 35px;
	    line-height: 44px;
	} 
	


}</pre></body></html>