@charset "utf-8";


/* Icons Font */
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),
    	 url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    	 url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    	 url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
}
/* END Icons Font */

@font-face {
    font-family: "AkaAcidDosisLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/AkaAcidDosisLight.eot") format("embedded-opentype"),
    	 url("../fonts/AkaAcidDosisLight.woff") format("woff"),
    	 url("../fonts/AkaAcidDosisLight.ttf") format("truetype"),
    	 url("../fonts/AkaAcidDosisLight.svg") format("svg");
}
@font-face {
    font-family: "AkaAcidDosisRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/AkaAcidDosisRegular.eot") format("embedded-opentype"),
    	 url("../fonts/AkaAcidDosisRegular.woff") format("woff"),
    	 url("../fonts/AkaAcidDosisRegular.ttf") format("truetype"),
    	 url("../fonts/AkaAcidDosisRegular.svg") format("svg");
}

/* 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;
	background: transparent;
	font-family: "AkaAcidDosisLight";
}
ol, ul {
	list-style: none;
}
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 0.5s ease;
	text-decoration: none;
	color: #3695EB;
}
a:hover {
	color: #3CCFC7;
	text-decoration: none;
}
p {
	margin-bottom: 14px;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	max-width: 1920px;
	font-family: "AkaAcidDosisLight";
	color: #555;
	font-size: 26px;
}
html {
	height:100%;
	width:100%;
}
.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{
	padding: 21px 0 10px;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
h4{ font-size: 1.3em }
h5{ font-size: 1.2em }
h6{ font-size: 1em }
/* /base typography */

/* Buttons */
.button, .rsform-submit-button {
	background: #3695eb;
	padding: 10px 20px;
	border:  2px solid #fff;
	color: #fff!important;
	font-size: 28px;
	font-family: "AkaAcidDosisRegular";
	transition: all .5s ease;
}
.button:hover, .rsform-submit-button:hover {
	background: #3CCFC7;
	color: #fff!important;
}
/* /Buttons */

.topHeader {
	width: 100%;
	float: left;
}

/* Logo */
.logo {
	width: 100%;
	float: left;
	padding-top: 10px;
	text-align: center;
}
.logo img {
	max-height: 100px;
}
/* /Logo */

/* Breadcrumbs */
.breadcrumbs {
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.breadcrumbs li a {
	color: #fff;
}
.breadcrumbs li a:hover {
	color: #3ccfc7;
}
.breadcrumbs li {
	margin-left: 5px;
}
.breadcrumbs li:first-child {
	margin-left: 0;
}
/* /Breadcrumbs */

.centerContent {
	width: 73%;
	float: left;
	margin-right: 20px;
}
.aboveCenter {
	width: 100%;
	float: left;
	position: relative;
}
.aboveCenter img {
	width: 100%;
}
.columnRight {
	width: 25%;
	float: right;
}
.columnRight li {
	width: 100%;
	float: left;
	background: #FAFAFA;
}
.columnRight li a {
    padding: 10px 20px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    outline: none;
    width: 100%;
    float: left;
}
.columnRight .nav > li:last-child > a {
	border-bottom: 0;
}
.columnRight .nav > li > a:hover, .columnRight .nav > li.active > a, .columnRight .nav > li > a:focus {
	background: #3CCFC7;
	color: #fff;
}
.columnRight .moduletable {
	margin: 45px 0 30px;
}
.columnRight .moduletable h3 {
	padding: 10px 20px;
	background: #3695eb;
	color: #fff;
	font-size: 26px;
}
.columnRight .topLeftCont {
	background: #3CCFC7;
	color: #fff;
	padding: 10px 20px;
}
.columnRight .weekDayTime {
	padding: 5px 0;
}
.columnRight .faq {
	width: 100%;
	float: left;
	padding: 0 0 30px;
	border: 1px solid #eee;
	background: #fafafa;
}
.columnRight .faq .top1boxTitle {
	text-align: center;
}

/* Menu */
.mainMenu {
	background: #3695eb;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.mainMenu ul {
	display: inline-block;
	vertical-align: top;
}
.mainMenu li {
	float: left;
	color: #fff;
	font-size: 26px;
}
.mainMenu li a {
	color: #fff;
	outline: none;
	padding: 13px;
}
.mainMenu li a:hover, .mainMenu li a:focus {
	color: #3CCFC7;
}
.mainMenu li.active:first-child a {
	background: none;
}
/* Sub Menu */
@media screen and (min-width: 1024px) {
	.parent ul {
		display: none;
		position: absolute;
	    z-index: 1000;
		background: #3695EB;
	}
	.parent ul li {
		color: #fff;
		width: 100%;
	}
	.parent ul li a {
		width: 100%;
	    display: block;
	    position: relative;
	    float: left;
	    text-align: left;
		font-size: 26px;
		border-bottom: 1px solid #fff;
	    padding: 10px 15px;
	}
	.parent ul li:last-child a {
		border-bottom: 0;
	}
	.nav-child.unstyled.small li a {
		border-right: unset;
	}
	.nav-child.unstyled.small li.active a, .nav-child.unstyled.small li a:focus {
		text-decoration: none;
		background: #3ccfc7;
	}
	ul.menu li.parent {
		position: relative;
	}
	ul.menu li.parent ul {
		position: absolute;
		top: 49px;
		left: 0px;
		transition: all .5s ease;
		display: block;
		max-height: 0px;
		overflow: hidden;
		min-width: 280px;
	}
	ul.menu li.parent:hover ul {
		opacity: 1;
		max-height: 800px;
		transition: all .7s ease;
	}
	ul.nav-child li a {
		font-size: 22px;
	}
	.mainMenu ul.nav a.dropdown:after {
		content: "\f0d8";
		font-family: "FontAwesome";
		font-size: 18px;
		color: #fff;
		margin: 11px 0 0 -6px;
		float: right;
		transition: all .2s ease;
		transform: rotate(90deg);
	}
	.mainMenu ul.nav a.dropdown:hover:after {
		transform: rotate(180deg);
		margin-top: 11px;
		transition: all .2s ease;
	}
}	
/* /Sub Menu */
/* /Menu */

.topCont {
	background: #3CCFC7;
	float: left;
	color: #fff;
}
.opening {
	width: 30%;
	float: left;
	padding-right: 6px;
}
.topLeftCont {
	text-align: center;
	padding: 20px;
}
.topLeftTitle, .phoneText {
	font-size: 40px;
	margin-bottom: 10px;
}
.week {
	float: left;
	padding-bottom: 10px;
}
.weekDayTime {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	font-size: 26px;
}
.weekDayTime:last-child {
	border-bottom: none;
}
.weekDay {
	text-align: left;
	float: left;
}
.weekTime {
	text-align: right;
}
.phoneText:before {
	content: "\f095";
	font-family: "FontAwesome";
	font-size: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* Slider */
.slider {
	width: 70%;
	float: left;
	overflow: hidden;
}
.slider img {
	width: 100%;
}
/* /Slider */

.top1, .top3, .top4, .top7 {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.top1ContBlock {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0;
}
.top1box {
	width: 25%;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #eee;
	font-size: 26px;
}
.top1box:last-child {
	border-right: 0;
}
.top1box:hover .top1boxIcon img {
	transform: scale(1.1);
	transition: all .5s ease;
}
.top1boxIcon img {
	max-width: 80px;
	transition: all .5s ease;
}
.top1boxTitle {
	padding: 20px 0;
	font-weight: bold;
}

.top2 {
	width: 100%;
	background: url('../images/top1.jpg') no-repeat;
	float: left;
}
.top2, .top2 a {
	color: #fff;
}
.top2ContLeft, .top2ContRight {
	width: 50%;
	float: left;
	padding: 60px 40px;
	text-align: center;
}
.top2ContLeft {
	background-color: rgba(54, 149, 235, .7);
	border-right: 1px solid #ccc;
}
.top2ContRight {
	background-color: rgba(60, 207, 199, .7);
}
.topTitle {
	font-size: 30px;
	font-family: "AkaAcidDosisRegular";
	margin-bottom: 20px;
}
.iconHeader {
	 margin-bottom: 20px;
}
.topText {
	margin-bottom: 40px;
	font-size: 28px;
}


.top4 {
	background: url("../images/top4.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.top4cont {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.top4 .top4text {
	margin-bottom: 40px;
}
.top4 .buttonCont {
	width: 100%;
	text-align: center;
}

.top7 {
	width: 100%;
	float: left;
	background: #FAFAFA;
}
.top7 .k2ItemsBlock li {
	width: 32.2%;
	float: left;
	padding: unset;
	font-size: 22px;
	list-style: none!important;
	margin-left: unset!important;
	border: 1px solid #eee;
	margin-right: 20px;
	transition: all .5s ease;
}
.top7 .k2ItemsBlock li a {
	color: #555;
}
.top7 .k2ItemsBlock li:hover a.button {
	background: #3ccfc7;
}
.top7 .k2ItemsBlock li:hover {
	box-shadow: 0 0 10px #aaa;
}
.top7 .k2ItemsBlock li:last-child {
	margin-right: 0;
}
.top7 .k2ItemsBlock li img {
	width: 100%;
	border-radius: 0;
}
.top7 .itemImage {
	max-height: 386px;
	overflow: hidden;
}
.top7 .itemTitle {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px;
}
.top7 .itemIntroText {
	text-align: left;
	padding: 10px 20px;
}
.top7 .k2ItemsBlock .readMore {
	padding: 20px 0 40px;
	float: left;
	width: 100%;
}

/* K2 Content Module */
.k2ItemsBlock {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.k2ItemsBlock li {
	width: 25%;
	min-height: 271px;
	float: left;
	padding: 40px 20px;
	text-align: center;
	font-size: 28px;
	list-style: none!important;
	margin-left: unset!important;
}
.k2ItemsBlock li img {
	width: 30%;
	border-radius: 50%;
	transition: all .5s ease;
	margin-bottom: 20px;
}
.k2ItemsBlock li:hover img {
	transform: scale(1.1);
}
.k2ItemsBlock a li {
	transition: all .5s ease;
	color: #555;
}
.k2ItemsBlock a li:hover, .top7 .k2ItemsBlock a li:hover {
	color: #3ccfc7;
	transition: all .5s ease;
	box-shadow: 0 0 10px #aaa;
}
.itemCustomLinkCont {
	float: lef;
}
.itemCustomLinkCont {
	width: 100%;
	float: left;
	text-align: center;
	padding: 40px 0;
	border-top:  1px solid #eee;
}
.exams .k2ItemsBlock li {
	width: 33.333%;
}
/* /K2 Content Module */

/* K2 Item */
.itemView {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.itemBody {
	padding: 20px 0;
}
.itemImageBlock {
	text-align: center;
	padding: 30px 0 50px;
}
.itemImage img {
	border-radius: 50%;
	width: 30%;
}
.itemFullText ul {
	margin-bottom: 20px;
}
.itemFullText li {
	list-style: disc;
	margin-left: 30px;
}

/* Gallery */
.itemImageGallery {
	margin: 20px 0 40px;
}
.itemImageGallery ul.sigProArtistic, .itemImageGallery ul.sigProArtistic li a {
	background: unset!important;
	margin: unset!important;
	padding: unset!important;
	border: unset!important;
}
ul.sigProArtistic li {
	background: 0;
	float: left;
	width: 18.9%;
	margin: 0!important;
	margin: 10px 10px 0 0!important;
}
ul.sigProArtistic li img {
	width: 100%!important;
	height: auto!important;
}
ul.sigProArtistic li.sigProThumb a.sigProLink, ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
	display: unset;
}
ul.sigProArtistic li.sigProThumb {
	list-style: none;
}
/* /Gallery */
/* /K2 Item */

/* Accordion Bootstrap */
.accordion-button.collapsed, .accordion-button:not(.collapsed) {
	font-size: 28px;
	font-weight: bold;
	background: #3695eb;
	color: #fff;
}
.accordion-button:not(.collapsed) {
	background: #3ccfc7;
}
.accordion-item {
	 border:  1px solid #eee;
}
/* /Accordion Bootstrap */


/* Contact */
/* Contact Form */
.contactIntro {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	padding: 0 20px;
}
.contactForm {
	width: 100%;
	margin: 0 auto 40px;
	float: left;
}
.formLeft, .formRight {
	display: block;
	width: 50%;
	float: left;
	padding: 20px;
}
.buttonCont {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.rsform-block-name, .rsform-block-email, .rsform-block-phone {
	padding: 0!important;
	height: 50px;
	margin-bottom: 9px;
}
input.rsform-input-box, .rsform-text-box, .rsform-block-captcha input {
	border: unset;
	border-bottom: 1px solid #000!important;
	background: transparent;
	width: 100%;
	height: 50px;
}
.rsform-block-captcha a {
	width: 100%;
}
.rsform-text-box {
	height: 100px;
	margin-top: -20px;
}
.rsform-block-file {
	border-bottom: 0!important;
}
.rsform-block.rsform-block-captcha {
	display: table;
	margin: 0 auto!important;
}
.error span {
	font-size: 14px;
	font-weight: normal;
}
/* Contact Form */
.contactInfo {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.contactBlock {
	width: 33.33%;
	min-height: 140px;
	float: left;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #ddd;
}
.contactBlock:last-child {
	border-right: 0;
}
.contactBlock a {
	color: #555;
}
.contactBlock a:hover {
	color: #3ccfc7;
}
.iconCont {
	margin-bottom: 20px;
}
.iconCont img {
	width: 15%;
}
.mapCont {
    overflow: hidden;
	width: 100%;
	float: left;
}
.overlay {
    background: transparent;
	position: relative;
	width: 100%;
	height: 350px;
	top: 350px;
	margin-top: -350px;	
}
.mapCont iframe {
    margin-top: -60px;
}
/* Contact */

.bottom1, .bottom2, .bottom3 {
	float: left;
	padding: 20px 20px 30px 0;
}
.bottom1 {
	width: 25%;
}
.bottomCont h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}
.bottomBoxCont {
	font-size: 20px;
	width: 100%;
	float: left;
}
.bottomCont {
	width: 100%;
	float: left;
	background: #555;
	color: #fff;
}
.bottomCont a {
	color: #fff;
}
.bottomCont a:hover {
	color: #3CCFC7;
}
.bottomBoxCont .iconCont {
	float: left;
	margin-bottom: 0;
	width: 15%;
}
.bottomBoxCont .iconCont img {
	width: 50%;
}
.bottomBoxCont .contactText {
	vertical-align: text-bottom;
	display: inline;
}
.bottom2 {
	width: 50%;
	float: left;
}
.bottomCont .bottom2 {
	font-size: 20px;
}
.bottom2left, .bottom2right {
	width: 50%;
	float: left;
}
.bottom3 {
	width: 25%;
}


/* footer */
.footer {
	width: 100%;
	float: left;
	background: #555;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border-top: 1px solid #777;
}
.copyright, .signature {
	width: 50%;
	float: left;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover {
	color: #3CCFC7;
}
.signature {
	text-align: right;
}
.signature, .signature a, .signature a:hover {
	color: #555;
}
/* /footer */