*{ padding: 0; margin: 0; }

a{
	cursor: pointer;
}

body{
	font-family: "Open Sans";
	background: #fafafa;
	color: #1f1f1f;
}

h1{ font-size: 53px; }
h2{ font-size: 42px; }
h3{ font-size: 32px; }
h4{ font-size: 24px; }
h5{ font-size: 22px; }
h6{ font-size: 15px; }

h1, h2{ font-weight: 400; }
h4{ font-weight: 600; }
h3, h5, h6{ font-weight: 300; }

h2,h3,h4,h5{ color: #4c1956; }

p{ font-size: 18px; letter-spacing: 20; }

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ededed;
    margin: 40px auto 0;
    padding: 0; 
    max-width: 90%;
    clear: both;
}

@font-face {
	font-family: 'icons';
	src:  url('fonts/icons.eot?c0k2j9');
	src:  url('fonts/icons.eot?c0k2j9#iefix') format('embedded-opentype'),
	url('fonts/icons.ttf?c0k2j9') format('truetype'),
	url('fonts/icons.woff?c0k2j9') format('woff'),
	url('fonts/icons.svg?c0k2j9#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

button,
input[type="submit"]{
	padding: 10px 20px;
	font-size: 19px;
	margin: 10px 0;
	border: 0;
	background: #4d3b65; /* Old browsers */
	background: -webkit-linear-gradient(left, #4d3b65 0%, #b73168 100%);
	background: -o-linear-gradient(left, #4d3b65 0%, #b73168 100%);
	background: linear-gradient(to right, #4d3b65 0%, #b73168 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3b65', endColorstr='#b73168',GradientType=1 ); /* IE6-9 */
	color: #fff;
	cursor: pointer;
	font-weight: 300;
}

button:hover,
input[type="submit"]:hover{
	background: #b73168;
}

button.btn-o{
	background: transparent;
	color: #4c3b64;
	border: 1px solid #4c3b64;
}

button.btn-o:hover{
	color: #b73168;
	border: 1px solid #b73168;
}

input[type="text"],
input[type="mail"],
textarea{
	outline: none;
	background: transparent;
	color: #4c3b64;
	border: 1px solid #4c3b64;
	padding: 20px 15px;
	min-width: 47%;
	box-sizing: border-box;
	resize: none;
	margin: 15px 0;
}

input[type="text"]:hover,
input[type="mail"]:hover,
textarea:hover{
	border: 1px solid #b73168;
}

textarea{
	width: 100%;
	min-height: 250px;
}

.right{
	float: right;
}

.center{
	display: block;
	margin: 0 auto;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before{
	font-size: 16px;
}

.icon-movari:before {
	content: "\e900";
}
.icon-fb:before {
	content: "\e901";
}
.icon-is:before {
	content: "\e902";
}
.icon-tw:before {
	content: "\e903";
}
.icon-yt:before {
	content: "\e904";
}

.wrap{
	width: 100%;
	overflow-x: hidden;
	font-size: 0;
}

.wrap > *{
	font-size: 16px;
}

.wrap > .leftbar{
	width: 357px;
	display: inline-block;
	position: fixed;
	vertical-align: top;
    overflow-x: hidden;
	height: 100%;
	-webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.1);
	z-index: 1000;
	float: left;
	background: #fff;
}

.wrap > .leftbar > .logo{
	font-size: 0;
	width: 100%;
	height: 310px;
	background: url("./images/logo.png") center center no-repeat;

}

.wrap > .leftbar > .logo h1,
.wrap > .leftbar > .logo h2{
	font-size: 0;
}

.wrap > .leftbar > .navbar{
	text-align: center;
	margin-top: -12px;
}

.wrap > .leftbar > .navbar > ul{
	display: block;
}
.wrap > .leftbar > .navbar:before,
.wrap > .leftbar > .navbar:after{
	display: inline-block;
	content: ".....................................";
	font-size: 21px;
	letter-spacing: -0.2px;
	color: #48365e;
	margin-top: -15px;
}

.wrap > .leftbar > .navbar:before{
	padding-bottom: 22px;
}

.wrap > .leftbar > .navbar > ul.menu > li > a{
	display: block;
	width: 100%;
	height: 67px;
	text-decoration: none;
	text-align: center;
	color: #48365e;
	font-size: 21px;
	line-height: 67px;
	vertical-align: middle;
}
.wrap > .leftbar > .navbar > ul.menu > li:hover > a{
	background: #4d3b65; /* Old browsers */
	background: -webkit-linear-gradient(left, #4d3b65 0%, #b73168 100%);
	background: -o-linear-gradient(left, #4d3b65 0%, #b73168 100%);
	background: linear-gradient(to right, #4d3b65 0%, #b73168 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3b65', endColorstr='#b73168',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

.wrap > .leftbar > .navbar > ul.social{
	padding-top: 80px;
}

.wrap > .leftbar > .navbar > ul.social > li{
	display: inline-block;
	vertical-align: top;
}

.wrap > .leftbar > .navbar > ul.social > li > a{
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: block;
    padding: 0 8px 0;
}

.wrap > .leftbar > .navbar > ul.social > li > a:before{
	font-size: 32px;
	color: #615177;
}
.wrap > .leftbar > .navbar > ul.social > li:hover > a:before{ color: #bc3d71; }

.wrap > .leftbar > .copyright{
	font-size: 14px;
	line-height: 2;
}

.wrap > .leftbar > .copyright > *{
	display: block;
	text-align: center;
	color: #48365e;
}

.wrap > .leftbar > .copyright > .developed > a,
.wrap > .leftbar > .copyright > .developed{
	color: #cfc6d9;
	text-decoration: none;
}

.wrap > .leftbar > .copyright > .developed > a > i{
	padding: 0 5px;
}

.wrap > .content{
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	position: relative;
	float: left;
}

.wrap > .content > .hp{
	background: url("images/bg.jpg") no-repeat top left;
	background-size: 100% auto;
	background-clip: content-box;
	background-origin: contain;
	background-position: 167px 0;
	padding-left: 357px;
	min-height: 970px;
	position: fixed;
   	right: 0;
   	left: 0;
   	top: 0;
   	bottom: 0;
}

.wrap > .content > .cont {
	padding-left: 357px;
	background: #fafafa;
}

.wrap > .content > .cont > .main{
	background: url("images/kit-bg.jpg") no-repeat center;
	padding: 85px 0 73px;
	color: #fff;
	text-align: center;
	max-height: 266px;
	height: 265px;
	box-sizing: border-box;
	overflow: hidden;
}

.wrap > .content > .cont > .main > h1{
	padding-bottom: 10px;
}

.wrap > .content > .cont > .box{
	width: 971px;
	padding: 90px 0 25px;
	margin: 0 auto;
	position: relative;
}

.wrap > .content > .cont > .box h1:not(:first-child),
.wrap > .content > .cont > .box h2:not(:first-child),
.wrap > .content > .cont > .box h3:not(:first-child),
.wrap > .content > .cont > .box h4:not(:first-child),
.wrap > .content > .cont > .box h5:not(:first-child),
.wrap > .content > .cont > .box h6:not(:first-child)
{
	padding-top: 40px;
}
.wrap > .content > .cont > .box .clear {
	clear: both;
}

.wrap > .content > .cont > .box > img{
	max-width: 100%;
	padding: 30px 0 0;
}

.wrap > .content > .cont > .box > p:not(h2+*),
.wrap > .content > .cont > .box > p:not(h3+*),
.wrap > .content > .cont > .box > p:not(h4+*),
.wrap > .content > .cont > .box > p:not(h5+*),
.wrap > .content > .cont > .box > p:not(h6+*){
	padding-top: 40px;
}

.wrap > .content > .cont > .box > p img{
	max-width: 33%;
	float: right;
	padding: 0 0 20px 35px;
}

.wrap > .content > .cont > .box > p img.left{
	float: left;
	padding: 0 35px 20px 0;
}

.wrap > .content > .cont > .box > p img:not(:first-child){
	padding-top: 35px;
}

.wrap > .content > .cont > .box > .gallery > ul {
	font-size: 0;
	box-sizing: border-box;
}

.wrap > .content > .cont > .box > .gallery > ul li{
	display: inline-block;
	width: 25%;
	height: 240px;
	box-sizing: border-box;
	background: #111111;
	overflow: hidden;
	border: #fafafa solid 1px;
	position: relative;
	cursor: pointer;
}

.wrap > .content > .cont > .box > .gallery > ul li img{
	height: 100%;
}

/*.wrap > .content > .cont > .box > .gallery > ul li:hover a:after{
	content: " ";
	-webkit-filter: blur(5px);
	filter: blur(5px);
	width: 100%;
	height: 240px;
	display: block;
}*/


.wrap > .content > .cont > .box.events h3{
	margin-bottom: 0px;
}

.wrap > .content > .cont > .box > .gallery > ul li:hover a:before{
	content: "\e905";
	font-family: 'icons' !important;
	display: block;
	position: absolute;
	font-size: 70px;
	width: 90px;
	height: 240px;
	line-height: 240px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
}

.wrap > .content > .cont > .box.events .desc > a{  
	display: block;
    font-size: 24px;
    text-decoration: none;
    color: black;
    position: absolute;
    right: 50px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.wrap > .content > .cont > .box.events .desc > a:hover{
	color: purple;
}

@media(min-width: 1500px) and (min-height: 1000px){
	.wrap > .content > .hp{
		background-size: auto 100%;
	}
}

@media(max-width: 1500px){
	.wrap > .content > .hp{
		width: 100%;
		background-size: auto 100%;
		background-origin: padding-box;
	}
}

@media(max-width: 1395px){
	.wrap > .content > .cont > .box {
		padding: 60px 10px 25px;
		width: 100%;
	}
}

@media(max-width: 950px){
	p{
		padding: 0 10px;
	}

	.wrap > .leftbar,
	.wrap > .content{
		display: block;
		position: relative;
		width: 100%;
	}

	.wrap > .leftbar > .logo {
		height: 100px;
		background-size: auto 100px;
		padding: 10px 0;
	}

	.wrap > .leftbar > .navbar:before, 
	.wrap > .leftbar > .navbar:after {
		display: none;
	}
	
	.wrap > .leftbar > .navbar > ul.menu > li,
	.wrap > .leftbar > .navbar > ul.menu > li > a {
		display: inline-block;
		width: auto;
	}

	.wrap > .leftbar > .navbar > ul.menu > li > a{
		padding: 0 10px;
	}
	.wrap > .leftbar > .navbar > ul.social {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.wrap > .content > .hp,
	.wrap > .content > .cont {
		padding-left: 0;
	}

	.wrap > .leftbar > .navbar > ul.social > li > a {
		width: 24px;
		height: 24px;
	}

	.wrap > .leftbar > .navbar > ul.social > li > a:before {
		font-size: 20px;
	}

	.wrap > .leftbar > .copyright{
		display: none;
	}

	.wrap > .content > .cont > .box {
		width: 100%;
		padding: 32px 10px 25px;
	}

	input[type="text"], 
	input[type="mail"], 
	textarea,
	.g-recaptcha {
		display: block;
		float: none;
		width: 90%;
		margin: 10px auto;
	}

	input[type="submit"] {
		display: block;
		margin: 10px auto;
	}

	.wrap > .content > .hp{
		background-position: center center;
		min-height: auto;
    	position: relative;
	}
	.wrap > .content > .hp:after {
		  padding: 60%;
		  /* 16:9 ratio */
		  display: block;
		  content: '';
	}

	.wrap > .leftbar > .navbar > ul.menu > li:hover > a{
		background: none;
		color: #ddd;
	}
}

@media(max-width: 750px){
	.g-recaptcha > *{
		margin: 0 auto;
		text-align: center;
	}
}