@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

@-ms-viewport{
    zoom: 1.0;
    width: device-width;
}
.clear {
	clear:both;
}
form ul li.button-row {
position: relative
}
form ul, form li {
	list-style:none!important;
	background:none!important;
	}
form ul {
	padding:0;
	margin:0;
	}
input {
	position:relative;
	}
input.error {
border: 2px solid rgb(240, 55, 55);
 -webkit-animation-name: shake;
  animation-name: shake;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	}
table {
	border-collapse:collapse;
	padding:0;
	}
input, textarea { 
outline:none; 
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border:inherit;
}
input:active, textarea:active { outline:none; }
input:focus, textarea:focus { background-position:115% center!important; }
:focus { outline:none; } 
input::-webkit-input-placeholder {
color:#282828!important;
text-transform:uppercase;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
}
input::-moz-placeholder {
text-transform:uppercase;
color:#282828!important;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;

}
input:-moz-placeholder {  
text-transform:uppercase;
color:#282828!important;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;

	
}
input:-ms-input-placeholder { 
text-transform:uppercase;
color:#282828!important;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;

}
textarea {
color:#282828!important;
text-transform:uppercase;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;

}
textarea::-webkit-input-placeholder {
color:#282828!important;
text-transform:uppercase;
}
textarea::-moz-placeholder {
color:#282828!important;
text-transform:uppercase;
}
textarea:-moz-placeholder {  
text-transform:uppercase;
color:#282828!important;
}
textarea:-ms-input-placeholder { 
text-transform:uppercase;
color:#282828!important;
}
h1, h2, h3, h4, h5, h6, b{
	font-weight:normal;
}
 p {
	font-size:16px;
	}

a{
outline:none;
text-decoration:none;

}
img{
	border:none;
}
html{
	height:100%;
	-moz-text-size-adjust: : none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
* {
	-moz-text-size-adjust: : none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
  font-family: 'roboto', arial, sans-serif;
	margin:0;
	padding:0;
	color:#282828;
	font-weight: 300;
	-moz-text-size-adjust: : none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	min-width:320px;
	background:white;
	width:100%;
	height:100%;
}
.i1{
	background-image:url(../images/i1.png);
}
.i2{
	background-image:url(../images/i2.png);
}
.i3{
	background-image:url(../images/i3.png);
}
.in{
	background-image:url(../images/in.png);
}
.p1, .p2, .p3, .p4, .p5, .p6, .p6, .p7 {
	background-position:12% center!important;
	background-repeat:no-repeat!important;
	display:block;
	}
.p1{
	background-image:url(../images/p1.png);
}
.p2{
	background-image:url(../images/p2.png);
}
.p3{
	background-image:url(../images/p3.png);
}
.p4{
	background-image:url(../images/p4.png);
}
.p5{
	background-image:url(../images/p5.png);
}
.p6{
	background-image:url(../images/p6.png);
}
.p7{
	background-image:url(../images/p7.png);
}
.wd96 {
	max-width:960px;
	margin:0 auto;
	}
.bg1 {
	height:100%;
	width:100%;
	min-height:700px;
	background:url(../images/bg1.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	}
.bg11 {
	max-height:200px!important;
	min-height:200px!important;
	}
header {
	color:white;
	padding:20px 0;
	text-align:center;
	}
header a {
	color:white;
	}
.logo {
	width:285px;
	height:105px;
	display:inline-block;
	background:url(../images/logo.png) no-repeat center;
	background-size:100%;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	}
.lhead {
	width:50%;
	float:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	}
.ldesc {
	display: inline-block;
	color: #c9c9c9;
	font-size: 14px;
	text-align: left;
	padding: 42px 0 0 10px;
	vertical-align: top;
	}
.rhead {
	margin-top: 35px;
	float:left;
	width:50%;
	vertical-align:top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	}
.rhead a {
	vertical-align:top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	}
.rhead a.textlink {
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-right: 15px;
    min-width: 205px;
    margin-top: 9px;
	}
.rhead a.buttonw {
    width: 205px;
    font-size: 14px;
    text-align: center;
    padding: 14px 30px 12px;
    border-radius: 30px;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 300;
    min-width: 205px;
	}
.rhead a.buttonw:active {
	opacity:0.9;
	}
.buttonw {
	color:white;
	border:1px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.buttonw:hover {
	background:white;
	color:#282828;
	}
.bg1mid {
	text-align:center;
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
	}
.bg1mid h1 {
    font-size: 64px;
    font-weight: normal;
	margin:5px 0;
    line-height: 74px;
    color: white;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	}
.links {
	margin:60px auto 0;
	text-align:center;
	}
.links a {
	margin:15px;
	}
.bg1mid .buttonw2 {
	color:white;
	text-decoration:none;
	border-bottom:1px dashed white;
	}
.bg1mid .buttonw2:hover {	
border-bottom:1px solid white;
}
.bg1mid a {
	vertical-align:top;
	}
.buttony2 {
	width:400px!important;
	}
.buttony {
	display:inline-block;
	width:305px;
	cursor:pointer;
	-webkit-appearance:none;
	box-sizing:border-box;
	border-radius:40px;
	line-height:75px;
	font-size:17px;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	color:#282828;
	background: #f8e307; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8e307 0%, #f1c705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e307), color-stop(100%,#f1c705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8e307 0%,#f1c705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e307', endColorstr='#f1c705',GradientType=0 ); /* IE6-9 */
	border-bottom:5px solid #b1841a;
	box-shadow:0 5px 12px rgba(0,0,0,0.35);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
}
.bg1 .buttony:hover {
	margin-top:20px;	
	}
.buttony:hover {
	border-bottom:0;
	box-shadow:0;
	}
.buttony:active {
	opacity:0.7;
	}
.bg1mid .buttonw {
	display: inline-block;
	width: 350px;
	margin-top: 23px;
	padding-right: 18px;
	box-sizing: border-box;
	border-radius: 40px;
	line-height: 70px;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	color: white;
	background: url(../images/video.png) no-repeat 95% center;
	border: 1px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.bg1mid .buttonw:hover {
	background:white;
	color:#282828!important;
	background-position:115% center;
	padding:0;
	}
.bg1mid .buttonw:active {
	opacity:0.9;
	}
.scroll {
    display: block;
    width: 220px;
    height: 44px;
    background: url(../images/scroll.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: 25px;
    background-size: 100%;
    opacity: 0.7;
	 text-indent: -9999px;
	-webkit-animation: shake2 5s infinite;
    animation: shake2 5s infinite;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	}
.scroll:hover {
	opacity:1;
	}
	
/* BLOCK1 */
.block1 {
	text-align:center;
	margin:80px auto;
	}
.block1 a {
	color:#282828!important;
	text-decoration:none;
	}
.block1 .row {
	margin:40px 0;
	}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.round_blue, .round_yellow {
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 auto;
	box-sizing:border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	}
.round_blue {
	border:3px solid #4270d1;
	text-align:center;
	}
.round_yellow {
	border:3px solid #f8e307;
	text-align:center;
	}
.block1 img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	vertical-align:middle;
	}
.block1 .four a:hover img {
	-webkit-transform: scale(1.1);
	transform:scale(1.1);
	}
.block1 .four:nth-child(4) {
	margin-left:0;
}
.block1 .four a:hover .round_blue {
	border-width:5px!important;
	}
.block1 .four a:hover .round_yellow {
	border-width:5px!important;
	}
.block1 .four {
	min-width:200px;
	margin-bottom: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	}
.bluehr {
	width:25%;
	background-color:#4270d1;
	border:none;
	height:2px;
	margin-bottom:20px;
	}
.yellowhr {
	width:25%;
	background-color:#f8e307;
	border:none;
	margin-bottom:20px;
	height:2px;
	}
.bh1 {
	text-align:center;
	font-size:58px;
	font-weight:400;
	}
.bh1 font {
	font-weight:300;
	}
.bh2 {
	font-weight:400;
	margin-top:15px;
	font-size:22px;
	}
.block1 p {
	font-size:16px;
	}
	
/* BLOCK2 */
.bg2 {
	width:100%;
	padding:80px 0;
	background:url(../images/bg2.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	}
.block2 {
	text-align:center;
	}
.block2 .bh1 {
	color:white;
	margin-bottom:60px;
	}
.block2  .row .three{
	margin-top:10px;
	max-width:450px;
	}
.bluebg {
	background:#4270d1;
	color:white;
	text-decoration:none;
	font-size:18px;
	border-radius:8px;
	text-align:center;
	box-sizing:border-box;
	padding:25px 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	}
.bg2 .bluebg {
	
	height:150px;
	}
.bg2 .bluebg:hover {
	border-bottom:5px solid white;
	padding:35px 20px;
	}
.bluebg img {
	display:block;
	margin:0 auto;
	}
.bg2 .buttony {
	margin:50px auto 0;	
	}
.bg2 .buttony:hover {
	margin:55px auto 0;	
	}	

/* BLOCK3 */
.block3 {
	padding:80px 0;
	text-align:center;
	}
.block3 a {
	color:#282828!important;
	}
.block3 .row {
	margin-top:60px;
	}
.block3 .three {
	margin-bottom:15px;
	}
.block3 p {
	font-size:18px;
	}

/* BLOCK4 */
.bg3 {
	width:100%;
	padding:100px 0;
	background:url(../images/bg3.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	overflow:hidden;
	}
.block4 .bh1 {
	color:white;
	margin-bottom:60px;
	}
.block4 {
	position:relative;
	}
.swiper-container {
	width:95%!important;
	}
.teachphoto {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
}
.moreinf {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-top: 90px;
    text-indent: -9999px;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.teachphoto img {
    width: 100%;
}
.teachtext {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
    width: 550px;
}
.teachname {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 10px;
}
.teachpredmet {
    color: #f8e307;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 0 20px;
}
.teacht {
    font-size: 16px;
    line-height: 24px;
}
.teachknol {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 0;
    color: #0982f6;
    font-weight: 400;
}
.yellowi {
	background-color:#f8e307;
	background-image:url(../images/more2.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#282828!important;
	}
.bluei {
	background-color:#4270d1;
	background-image:url(../images/more.png);
	background-repeat:no-repeat;
	background-position:center;
	color:white;
	}
.swiper-slide a:hover .moreinf {
	opacity:0.6;
	}
.sw1 .swiper-slide {
	width:280px;
	text-align:center;
	color:white;
	}
.swiper-slide a {
	color:white;
	}
.bh3 {
	font-size:18px;
	color:#f8e307;
	margin:8px 0;
	}
.bh31 {
	font-size:18px;
	color:white;
	margin:8px 0;
	}
/*
.bh4 {
	font-size:16px;
	line-height:22px;
	padding:0 25px;
	}*/
.bh4 {
    font-size: 16px;
    line-height: 22px;
    padding: 0 25px;
    margin: 20px auto 0;
    width: 90%;
}
/*BLOCK5 */
.block5 {
	padding:80px 0 0;
	}
.mapb {
	min-height:570px;
	width:100%;
	position:relative;
	overflow:hidden;
	}
.map {
	width:1920px;
	height: 550px;
	margin-top: 55px;
	background:url(../images/map.jpg) no-repeat center;
	position:absolute;
	margin-left:-960px;
	left:50%;
	}
/*.map1 {
    display: block;
    width: 57px;
    height: 68px;
    background: url(../images/pin_blue.png) no-repeat center top;
    position: absolute;
    left: 687px;
    z-index: 20;
    bottom: 229px;
	}*/
.map1 {
    display: block;
    width: 57px;
    height: 68px;
    background: url(../images/pin_blue.png) no-repeat center top;
    position: absolute;
    left: 828px;
    z-index: 20;
    bottom: 253px
	}
.map .wd96 {
	position:relative;
	}
.sw2 .swiper-slide {
	text-align:center;
	color:white;
	}
	
/* BLOCK6 */
.bg4 {
	width:100%;
	padding:100px 0;
	background:url(../images/bg4.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	overflow:hidden;
	}
.block6 .bh1 {
	color:white;
	margin-bottom:60px;
	}

/* BLOCK7 */	
.block7 {
	margin:100px auto;
	text-align:center;
	}
input[type="text"] {
background-color:#e8e8e8;
background-position:95% center;
background-repeat:no-repeat;
font-weight:300;
width:295px;
font-size:14px;
margin:0 auto;
height:75px;
border-radius:40px;
padding-left:20px;
color:#282828!important;
-webkit-appearance:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.block7 input {
	float:left;
	width:48%;
	margin:10px 1%;
	}
.block7 .buttony:hover {
	margin-top:15px;
	box-shadow:none;
	}
.block7 form {
	margin:60px 0 30px;
}
.textlinkb {
	font-size:18px;
	color:#282828!important;
	border-bottom:1px dashed #222559;
	text-align:center;
	}
.link_blue {
	color:#4270d1!important;
	border-bottom:1px dashed #4270d1;
	text-align:center;
}
.link_blue:hover {
	border-bottom:1px dashed transparent;
}
.textlinkb:hover {
	font-size:18px;
	color:#4270d1;
	border-bottom:1px dashed transparent;
	}
/*BLOCK8*/
.bg5 {
	width:100%;
	padding:100px 0;
	background:url(../images/bg5.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	overflow:hidden;
	}
.bg5 .row {
	margin-top:60px;
	text-align:center;
	}
.bg5 .bh1 {
	color:white;
	}
.bg5 .bluebg .buttonw {
	 text-align: center;
    padding: 14px 30px 12px;
	display:block;
	width:60%;
	margin:10px auto 0;
	border-radius:30px;
	}
.bg5 .bluebg img {
	-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
}
.bg5 .bluebg:hover  img{
	 -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
	}
.bh22 {
	font-weight: 400;
    margin: 15px 0;
	}
	
/*FOOTER*/
.greybg{
	background:rgba(232, 232, 232, 0.37);
}
footer {
	color:222559;
	padding:20px 0;
	text-align:center;
	}
footer a {
	color:#282828!important;
	}
footer .logo2 {
    width: 160px;
    height: 105px;
    display: inline-block;
    background: url(../images/logo2.png) no-repeat center;
    background-size: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    vertical-align: middle;
	}
footer .buttonwy {
	display:inline-block;
	width:205px;
	cursor:pointer;
	-webkit-appearance:none;
	box-sizing:border-box;
	border-radius:40px;
	line-height:45px;
	font-size:14px;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	color:#282828;
	background: #f8e307; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8e307 0%, #f1c705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e307), color-stop(100%,#f1c705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8e307 0%,#f1c705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e307', endColorstr='#f1c705',GradientType=0 ); /* IE6-9 */
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
}
.lhead2 {
	width:50%;
	float:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	}
.ldesc2 {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	width: 290px;
	vertical-align: middle;
	margin: 0 0 0 20px;
	}
.ldesc2 a {
	color: #4270D1!important;
}
.rhead2 a {
	vertical-align:top;
	}
.rhead2 {
	margin-top: 35px;
	float:left;
	width:50%;
	vertical-align:top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	}
.rhead2 a.textlink {
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-right: 15px;
    min-width: 205px;
    margin-top: 7px;
	}
	
/* M.POPUP STYLE */

.white-popup-block .six {
	vertical-align:middle;
	}
span.ph1 {
	font-size: 26px;
    font-weight: 400;
	}
.ph1 font {
	color:#4270d1;
	}
div#popup2, #popup_price2, #popup_price1{
    max-width: 350px;
    text-align: center;
    padding: 30px;
}
.white-popup-block input {
	width:100%!important;
	height:60px!important;
	margin-top:5px;
	}
.white-popup-block input[type="submit"] {
	border-width:3px!important;
	line-height:56px;
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	
	}
.white-popup-block input[type="submit"]:hover {
	  margin-top: 8px;
    box-shadow: none;
    height: 57px!important;
	
	}

/* MENU  */
.menu {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100%;
    margin: 0 auto;
    z-index: 120;
    visibility: hidden;
    transition: 0.5s all ease;
	text-align:center;
    top: -40px;
    position: fixed!important;
}
.fixed{
	max-width: 960px;
	width: 100%;
	z-index:150;
	position:relative;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin:0 auto;
}

.f-nav{ 
    top: 0px!important;
    visibility: visible!important;
    transition: all .5s ease;
    background-color: white;
    border-bottom: 2px solid #4270D1;
}
.menu a{
    line-height: 23px;
    color: #282828;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
    font-size: 16px;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
}
.menu a:hover{
	border-bottom:4px solid #4270D1;
}
	
/* POPUP STYLE */

.popup {
	background-color:white;
	width: 300px;
	left: 50%;
	margin-left:-150px;
	text-align:center!important;
	top: 40%;
	margin-top:-58px;
	padding:15px;
	box-sizing:border-box;
	border:0;
	display: inline-block;
	opacity: 0;
	position: fixed;
	border-radius:10px;
	visibility: hidden;
	z-index: 450;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	}
.popup p {
	padding-bottom:0;
	margin-bottom:0;
	}
.popup_effect1 {
      background:#11455A;
      opacity: 0.2;
    }
.overlay {
    background-color:rgba(0, 0, 0, 0.75);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 420;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #222;
    font-style: normal;
    font-size: 28px;
}
.close:hover {
	opacity:0.8;
	}




.ajax-text-and-image {
max-width:800px;
margin: 20px auto;
background: #FFF;
padding: 0; 

}
.ajcol {
width: 50%; float:left;
}
.ajcol img {
width: 100%; height: auto;
}
@media all and (max-width:30em) {
.ajcol { 
	width: 100%;
	float:none;
}
}


@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}


/* PRICE PAGE */

.priceblock {
	text-align:center;
	margin:20px auto 60px!important;
	}
.priceblock table {
	width:100%;
	}
.priceblock td {
	height:75px;
	}
.priceblock td b {
	font-weight:700;
	}
.darkgrey {
	background:#eeeeee;
	}
.lightgrey {
	background:#f8f8f8;
	}
.bluebgnew {
	background:#4270d1;
	height:90px!important;
	font-weight:300;
	font-size:30px;
	color:white;
	}
.yellowbgnew {
	background:#f4d506;
	height:90px!important;
	font-size:30px;
	font-weight:700;
	}
.nameprice {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.pricetext {
font-size:35px;
font-weight:400;
}
.yellowtext .pricetext {
	color:#f4d506;
	}
.bluetext .pricetext {
	color:#4270D1;
	}
	
.buttony3 {
	display:inline-block;
	margin-top:30px;
	width:90%;
	cursor:pointer;
	-webkit-appearance:none;
	box-sizing:border-box;
	border-radius:40px;
	line-height:75px;
	font-size:16px;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	color:#282828;
	background: #f8e307; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8e307 0%, #f1c705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e307), color-stop(100%,#f1c705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8e307 0%,#f1c705 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8e307 0%,#f1c705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e307', endColorstr='#f1c705',GradientType=0 ); /* IE6-9 */
	border-bottom:5px solid #b1841a;
	box-shadow:0 5px 12px rgba(0,0,0,0.35);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
}
.buttony3:hover {
	border-bottom:0;
	margin-top:35px;
	box-shadow:0;
	}
.buttony3:active {
	opacity:0.7;
	}
.block1.priceblock .buttonb {
	color:white!important;
	}
.buttonb {
	display:inline-block;
	margin-top:30px;
	width:90%;
	cursor:pointer;
	-webkit-appearance:none;
	box-sizing:border-box;
	border-radius:40px;
	line-height:75px;
	font-size:16px;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	color:white!important;
	background: #528adc; /* Old browsers */
	background: -moz-linear-gradient(top,  #63a7e8 0%, #4371d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63a7e8), color-stop(100%,#4371d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #63a7e8 0%,#4371d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #63a7e8 0%,#4371d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #63a7e8 0%,#4371d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #63a7e8 0%,#4371d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a7e8', endColorstr='#4371d1',GradientType=0 ); /* IE6-9 */
	border-bottom:5px solid #345aa8;
	box-shadow:0 5px 12px rgba(0,0,0,0.35);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
}
.buttonb:hover {
	border-bottom:0;
	margin-top:35px;
	box-shadow:0;
	}
.buttonb:active {
	opacity:0.7;
	}
.checkblock {
	margin: 20px auto 0;
    width: 90%;
    text-align: center;
    font-size: 14px;
}
#checki {
    width: 5%!important;
    height: 14px!important;
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.checkblock label {
	display: inline-block;
    vertical-align: top;
    width: 93%;
	text-align:left;
}