@font-face {
    font-family: Arimo; /* Имя шрифта */
    src: url("../f/Arimo-Bold.ttf"); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: "Open Sans"; /* Имя шрифта */
    src: url("../f/OpenSans.ttf"); /* Путь к файлу со шрифтом */
}
input{
	font-family: "Open Sans";
}
button[disabled], button[disabled]:hover{
	background: lightgrey;
	color: grey;

	-webkit-box-shadow: 0px 0px 0px -0px rgba(10,184,249,0);
	-moz-box-shadow: 0px 0px 0px -0px rgba(10,184,249,0);
	box-shadow: 0px 0px 0px -0px rgba(10,184,249,0);
}
#podrobno{
	position: fixed;
	width: 500px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 10000;
	background: white;
	border-radius: 25px 0px 0px 0px;
	display: none;
}
#podrobno h2{
	color: white;
	font-weight: bolder;
}
#podrobno button{
	float: right;
	margin-top: -16px;
	margin-right: 14px;
	color: white;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: none;
}
#podrobno button:hover{
	color: rgba(255,255,255,.8);
}
#podrobno button:active{
	color: rgba(133,133,133,1);
}
#podrobno header{
	background: rgba(0,174,239,.8);
	border-radius: 25px 0px 0px 0px;
	height: 35px;
	padding-top: 15px;
	padding-left: 15px;
}
#podrobno aside{
	padding-top: 10px;
	padding-left: 15px;
}
#theform{
	background: #e6e6e6;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	overflow: auto;
}
#theform input, #theform textarea{
	background: rgba(255,255,255,1);
	width: 450px;
	padding: 0px 15px;
	border-radius: 5px;
	font-size: 13px;
	border: 0px;
	outline: none;
	height: 48px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 47px;
}
.fsp-close:hover{
	text-decoration: none;
}
.fsp-close{
	z-index: 2000;
	font-size: 50px;
	font-weight: 100;
	font-family: "Times New Roman", "Trebuchet MS", "Arial";
	color: rgba(0,0,0,.5);
	text-decoration: none;
	top: 140px !important;
	right: 90px !important;
}
.fsp-close:hover{
	color: rgba(0,0,0,1);
}
.fsp-close:active{
	color: rgba(0,0,0,.5);
}
.fsp-wrapper{
}
.fsp-content{
}
#mytop{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #1baee6;
	height: 70px;
	width: 100%;
}
#wideone{
	width: 1000px;
	height: 2100px;
	margin: 0 auto;
	margin-top: 70px;
	padding-left: 10px;
}
.wd_first{
	padding-top: 60px;
	padding-bottom: 30px;
}
.wd_first h3{
    margin-top: 20px;
    font-family: "Open Sans";
    font-size: 15px;
    color: #333333;
}
.bone{
	border-bottom: 1px solid #d1d1d1;
	display: block;
	min-height: 170px;
}
.bone2{
	border-bottom: 1px solid #d1d1d1;
	display: block;
	height: 237px;
}
.pod_dolj{
	height: 305px;
}

#wideone h2{
	font-family: Arimo;
	color: #333333;
	font-size: 40px;
	text-transform: uppercase;
	font-style: bold;
}
#wideone p{
	margin-top: 35px;
	font-family: "Open Sans";
	font-size: 15px;
	color: #333333;
}
.twicer{
	width: 480px;
	display: inline-block;
	float:left;
}
.twicer:nth-child(2n){
	margin-left: 40px;
}

.wiide{
	width: 100%;
	margin-top: 50px;
	height: 47px;
	letter-spacing: 1px;
}
.offset20y{
	margin: 20px 0px !important;
}
.offset10y{
	margin: 0px 0px 20px 0px !important;
}
.small{
	width: 82px !important;
	margin-right: 6px !important;
}
.small:last-child{
	margin-right: 0px !important;
}
#checks{
	margin: 0px;
	margin-top: 25px;
	list-style: none;
}
#checks li{
    line-height: 13px;
    float: left;
    margin-right: 0px;
    width: 138px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #999999;
}
#checks input[type="checkbox"]{
	cursor: pointer;
	display: none;
}
#checks input[type="checkbox"] + label span{
 	display: inline-block;
    height: 27px;
    width: 26px;
    overflow: hidden;
    cursor: pointer;
    background: url(../i/cheks.png) left top no-repeat;
    margin-right: 10px;
    position: relative;
    top: 7px;
}
#checks input[type="checkbox"]:checked + label span{
    background: url(../i/cheks.png) left top no-repeat;
    background-position: -26px;
}
#wrap{
	position: absolute;
}
.text-left{
	text-align: left !important;
}
#slist{
	margin-top: 0px;
	padding-top: 20px;
}
.headers{
	color: #fff;
	display: inline-block;
	font-family: Tahoma;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	margin-left: -150px;
	margin-top: -20px;
}
#logo{
	position: fixed;
	top: 15px;
	left: 20px;
	z-index: 1000;
	cursor: pointer;
}
section{
	height: 100vh;
	position: relative;
}
button{
    width: 122px;
    height: 48px;
    border-radius: 5px;
    color: white;
    border: 0px;
    outline: none;
}
.d60{
	width: 960px;
	height: 100vh;
	margin: 0 auto;
	z-index: 11;
	text-align: center;
}
.d60 img{
}
.d60 h2{
	font-family: Arimo;
}
.d60 h3{
	font-family: "Open Sans";
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
	display: block;
	width: 900px;
}
.sec_1{
	height: 100vh;
	width: 100%;
	background: url(../i/whole_show.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-size: cover;
}
.sec_1 .d60 img{
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -174px;
	display: block;
	width: 348px;
	height: 260px;
}
.sec_1 .d60 h2{
	top: 445px;
	position: absolute;
	font-size: 50px;
	letter-spacing: 1px;
	color: white;
	display: block;
	text-transform: uppercase;
	left: 50%;
	margin-left: -460px;
	width: 920px;
}
.sec_1 .d60 h3{
	top: 580px;
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}
.sec_1 .buttons{
	top: 655px;
	position: absolute;
	font-family: "Open Sans";
	font-size: 13px;
	letter-spacing: 1px;
	color: white;
	display: block;
	width: 300px;
	left: 50%;
	margin-left: -152px;
	text-align: center;
}
.first{
	background: rgba(49,56,60,.8);
}
.first:hover{
	background: rgba(54,60,70,.6);
	-webkit-box-shadow: 0px 17px 60px -13px rgba(49,56,60,.5);
	-moz-box-shadow: 0px 17px 60px -13px rgba(49,56,60,.5);
	box-shadow: 0px 17px 60px -13px rgba(49,56,60,.5);
}
.second{
	background: rgba(0,174,239,.8);
}
.second:hover{
	background: rgba(10,184,249,.8);
	-webkit-box-shadow: 0px 17px 60px -13px rgba(10,184,249,1);
	-moz-box-shadow: 0px 17px 60px -13px rgba(10,184,249,1);
	box-shadow: 0px 17px 60px -13px rgba(10,184,249,1);
}
.sec_2{
	background: url(../i/the_map_back.jpg) no-repeat;
	height: 617px;
	background-size: cover;
	overflow: hidden;
}
.sec_2 .d60{
	padding: 0 5px;
	width: 950px;
	height: 390px;
	color: #4c4c4c;
}
.sec_2 .d60 img{
	margin: 0;
	margin-right: -70px;
	margin-top: -345px;
	float: right;
}
.sec_2 h2{
	position: absolute;
	top: 90px;
	color: #333333;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 33px;
	display: block;
	text-align: left;

	padding: 0px 25px;
	border-left: 7px solid #1baee6;
}
.space{
	display: block;
	line-height: 20px;
}
#turne{
	position: absolute;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	top: 220px;
	width: 430px;
}
#two_blocks{
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  width: 430px;
  margin-top: 220px;
  margin-left: 500px;
}
.about_company{
	position: absolute;
	top: 500px;
	left: 50%;
	width: 180px;
	margin-left: -475px;
}
.sec_3{
	width: 100%;
	height: 1080px;
}
.cols{
	min-width: 1200px;
}
.col-4{
	min-width: 300px;
	width: 25%;
	height: 540px;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: white;
}
.group{
	background: rgba(47, 47, 47, 0);
	height: 540px;
	float: left;
	width: 100%;
}
/*
.avia:hover{
	transition: all .3s ease;
	-webkit-animation: fadeOut 3s ease 1;
	-moz-animation: fadeOut 3s ease 1;
	-o-animation: fadeOut 3s ease 1;
	animation: fadeOut 3s ease 1;
}*/
.col-4 h2{
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 18px;
}
.col-4 p{
	font-family: "Open Sans";
	text-align: center;
	font-size: 14px;
	width: 260px;
	margin: 0 auto;
	margin-top: 5px;
}
.imagy{
	height: 540px;
	overflow: hidden;
	margin-top: -326px;
}
.texty {
	width: 100%;
	text-align: center;
	z-index: 10;
	float: left;
	margin-top: 150px;
}
.texty img{
	margin: 0 auto;
	width: 55px;
	height: 1px;
}
.icosh{
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 50px;
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
}
.icosh img{
	margin: 0 auto;
}
.aris_avia{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
}
.aria_jd{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: -33px;
}
.aria_hotel{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: -68px;
}
.aria_tour{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: -101px;
}
.aria_vise{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: 0;
	background-position-y: -38px;
}
.aria_st{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: -32px;
	background-position-y: -38px;
}
.aria_tr{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: -67px;
	background-position-y: -38px;
}
.aria_m{
	background: url(../i/aris.svg) no-repeat;
	width: 34px;
	height: 30px;
	margin: 0 auto;
	background-position-x: -103px;
	background-position-y: -38px;
}
.small_line{
	border-top: 1px solid white;
	width: 55px;
	height: 10px;
	margin: 0 auto;
	margin-top: 10px;
}
.inner{
	background: rgba(47, 47, 47, 0.5);
	width: 100%;
	height: 540px;
	margin-top: -324px;
	display: block;
	float: left;
}

.avia{
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
	background: url(../i/drops/fly-black.jpg) no-repeat;
}
.jd{
	background: url(../i/drops/road-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
.hotels{
	background: url(../i/drops/bed-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
.tourism{
	background: url(../i/drops/horn-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
.vises{
	background: url(../i/drops/vise-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
.study{
	background: url(../i/drops/table-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
.trans{
	background: url(../i/drops/trans-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
.money{
	background: url(../i/drops/bucks-black.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width: 100%;
	z-index: -1;
}
/*
.avia:hover{
    background: url(../i/drops/fly-light.jpg) no-repeat;
}
.jd:hover{
	background: url(../i/drops/road-light.JPG) no-repeat;
	background-size: cover;
}
.hotels:hover{
	background: url(../i/drops/bed-light.JPG) no-repeat;
	background-size: cover;
}
.tourism:hover{
	background: url(../i/drops/horn-light.JPG) no-repeat;
	background-size: cover;
}
.vises:hover{
	background: url(../i/drops/vise-light.JPG) no-repeat;
	background-size: cover;
}
.study:hover{
	background: url(../i/drops/table-light.JPG) no-repeat;
	background-size: cover;
}
.trans:hover{
	background: url(../i/drops/trans-light.JPG) no-repeat;
	background-size: cover;
}
.money:hover{
	background: url(../i/drops/bucks-light.JPG) no-repeat;
	background-size: cover;
}*/
.sec_4{
	background: #2f2f2f;
	height: 1080px;
}
.sec_4 .d60{
	height: 1150px;
}
.sec_4 h2{
  position: absolute;
  top: 50px;
  font-family: Arimo;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  left: 50%;
  margin-left: -267px;
  width: 524px;
}
.sec_4 p{
	padding-top: 120px;
	font-family: "Open Sans";
	font-size: 14px;
	color: white;
	margin: 0 auto;
	width: 750px;
}
.gallery{
	margin-top: -105px;
	width: 960px;
	height: 540px;
}
.strelka_left{
	background: url(../i/strelki.png) no-repeat;
	width: 27px;
	height: 52px;
	position: absolute;
	cursor: pointer;
	top: 500px;
}
.strelka_right{
	background: url(../i/strelki.png) no-repeat;
	width: 27px;
	height: 52px;
	position: absolute;
	top: 500px;
	margin-left: 436px;
	left: 50%;
	background-position: -27px;
	cursor: pointer;
}
.gallery .thumb{
	width: 768px;
	height: 473px;
	border-radius: 0 0 10px 10px;
	background: white;
	position: absolute;
	left: 50%;
	margin-left: -389px;
	z-index: 11;
	overflow: hidden;
	top: 230px;
}
.shadow{
	background: url(../i/shadow.png) no-repeat;
	width: 794px;
	height: 400px;
	position: absolute;
	top: 655px;
	left: 50%;
	margin-left: -402px;
}
.tochki{
	position: absolute;
	top: 816px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 30px;
	z-index: 13;
}
.tochka{
	background: url(../i/points.png) no-repeat;
	height: 10px;
	list-style: none;
	display: inline-block;
	width: 5px;
	margin-left: 10px;
	background-position: 0px;
	cursor: pointer;
}
.blok_text{
	position: absolute;
	top: 810px;
	left:50%;
	margin-left: -480px;
	width: 960px;
	height: 197px;
	border: 1px solid #eee;
	border-radius: 10px;
	visibility: hidden;
	padding-top: 10px;
}
.fadeInUp, .fadeIn, .fadeInLeft, .rollIn{
	visibility: visible !important;
}
.blok_text p{
	font-family: "Open Sans";
	font-size: 20px;
	color: white;
	width: 920px;
	padding-top: 20px;
	line-height: 25px;
}
.blok_text button{
	border: 0;
	display: inline-block;
	color: rgb(0,174,239);
	text-decoration: underline;
	background: none;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	width: 172px;
	text-align: left;
}
.blok_text button:hover{
	color: rgba(0,174,239,.7);
}
.sec_5{
	background: url(../i/business.jpg) no-repeat;
	height: 617px;
	background-size: cover;
}
.sec_5 .d60{
	padding: 0 5px;
	width: 950px;
}
.sec_5 .d60 img{
	margin: 0;
	margin-right: -70px;
	margin-top: 30px;
	float: right;
}
.sec_5 h2{
	position: absolute;
	top: 115px;
	color: white;
	font-family: Arimo;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 33px;
	display: block;
	text-align: left;

	padding: 0px 25px;
	border-left: 7px solid white;
}
.sec_5 h3{
	position: absolute;
	top: 165px;
	color: #fff;
	font-family: "Open Sans";
	letter-spacing: 2px;
	line-height: 23px;
	display: block;
	text-align: left;

}
#apolo{
	position: absolute;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	top: 220px;
	max-width: 960px;
	color: white;
}
#apolo p{
	padding: 20px 0px;
	visibility: hidden;
}
#apolo ul{
	list-style: circle;
	margin-left: 20px;
}
#apolo li p{
	padding: 2px 0px;
}
.quote{
	background: rgba(255,255,255,0.1);
	padding: 20px !important;
	border-radius: 10px;
	margin-left: -20px;
}
.sec_6{
	height: 1148px;
	background-size: cover;
	background: #f3f3f3;
}
.sec_6 .d60{
	width: 960px;
	height: 1148px;
}
.sec_6 h2{
	position: absolute;
	top: 105px;
	color: #333333;
	font-family: Arimo;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 33px;
	display: block;
	text-align: left;

	padding: 0px 25px;
	border-left: 7px solid #1baee6;
	text-transform: uppercase;
}
#beta{
	position: absolute;
	top: 172px;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	width: 960px;
	color: #4c4c4c;
}
#partners{
	width: 961px !important;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 290px;
}
#partners li{
	width: 238px;
	height: 240px;
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5;
	float: left;
	border-bottom: 0px;
	border-right: 0px;
}
#partners li p{
	color: #aaa;
	font-size: 16px;
	height: 175px;
	margin: 0px;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	padding:0px;
}
#partners li p:hover{
	color: lightblue;
	height: 240px;
}
#partners img{
	opacity: 0.4;
	width: 180px;
	margin-top: 25px !important;
}
#partners img.grey_style{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	padding: 0px;
	margin: 0px;
}
#partners img.grey_style:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.sec_7{
	background: url(../i/mountains.jpg) no-repeat;
	height: 1080px;
	background-size: cover;
}
.sec_7 .d60{
	padding: 0 5px;
	width: 950px;
    max-width: 950px;
}
.sec_7 .d60 img{
	margin: 0;
	margin-right: -70px;
	margin-top: 30px;
	float: right;
}
.sec_7 h2{
	position: absolute;
	top: 205px;
	color: #333333;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 33px;
	display: block;
	text-align: left;

	padding: 0px 25px;
	border-left: 7px solid #1baee6;
}
.sec_7 .lead{
	position: absolute;
	top: 285px;
	text-align: left;
	width: 960px;
	font-family: "Open Sans";
	font-size: 16px;
}
.sent{
	position: absolute;
	top: 385px;
	left: 50%;
	margin-left: 10px;
	width: 480px;
	height: 380px;
	border-radius: 10px;
}
.sent input, .sent textarea{
	background: rgba(255,255,255,.4);
	height: 48px;
	width: 447px;
	padding: 0px 17px;
	border-radius: 5px;
	font-size: 13px;
	visibility: hidden;
	border: 0px;
	outline: none;
}
.sent input:hover, .sent textarea:hover{
	background: rgba(255,255,255,.7);
}
.sent input:focus, .sent textarea:focus{
	background: rgba(255,255,255,1);
}
.email{
	margin-top: 20px;
}
.sent textarea{
	margin-top: 20px;
	height: 175px;
	padding: 17px;
	resize: none;
	font-size: 13px;
}
.sent button{
	margin-top: 20px;
	background: #1baee6;
	width: 480px;
	padding: 0px 17px;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
	visibility: hidden;
}
.cont{
	position: absolute;
	top: 385px;
	left: 50%;
	margin-left: -475px;
	width: 470px;
	border-radius: 10px;
	padding-top: 18px;
	padding-left: 10px;
}
.cont p{
	font-family: "Open Sans";
	font-size: 13px !important;
	color: #333333;
	text-align: left;
	visibility: hidden;
}
.cont a{
	font-family: "Open Sans";
	font-size: 13px !important;
	color: #1baee6;
	text-align: left;
	text-decoration: underline;
	display: block;
	visibility: hidden;
}
.effeckt-off-screen-nav {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background: rgb(51, 51, 51);
	visibility: hidden;
	width: 12rem;
}
#effeckt-off-screen-nav{
	width: 362px;
	height: 100%;
	background: white;
	z-index: 1002;
}
#dark_screen{
	background: rgba(13,13,13,0.75);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
#menu{
	background: none;
	width: 96px;
	border-radius: 5px;
	height: 21px;
	text-align: left;

	position: fixed;
	top: 20px;
	right: 19px;
	z-index: 1004;
	cursor: pointer;
}
#menu img{
	display: inline-block;
}
#menu h3{
	font-family: Arimo;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	color: white;
	position: absolute;
	top: 5px;
	left: 34px;
}
#open{
	background: none;
	width: 80px;
	height: 21px;
	text-align: left;

	position: fixed;
	top: 23px;
	right: 35px;
	z-index: 1005;
	cursor: pointer;
}
.menues{
	background-image: url(../i/menus.svg);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 19px;
	height: 16px;
}
.menu-list-open{
	background-image: url(../i/lines.svg);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 19px;
	height: 16px;
}
.menu-list-opens{
	background-image: url(../i/krestik.svg);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 19px;
	height: 16px;
}
.menu-list-close{
	background-image: url(../i/menu-open-close.png);
	background-repeat: no-repeat;
	background-position: -20px;
	width: 19px;
	height: 16px;
}
#effeckt-off-screen-nav-close{
	width: 0px;
	height: 0px;
}
#menu_list{
	position: absolute;
	top: 22px;
	right: 29px;
	background: none;
	width: 80px;
	border-radius: 5px;
	height: 16px;
	text-align: left;
}
#menu_list button{
	background-color: rgba(0,0,0,0);
}
#menu_list h3{
	font-family: Arimo;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	color: #404040;
	position: absolute;
	top: 2px;
	left: 29px;
}
#main_menu{
	position: absolute;
	top: 206px;
	left: 28px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 38px;
	color: #262626;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	width: 300px;
}
#main_menu a{
	color: #262626;
}
#main_menu a:hover{
	text-decoration: underline;
}
.pics{
	position: absolute;
	top: 550px;
	left: 28px;
	height: 28px;
	width: 300px;
}
.pics li{
	display: inline-block;
	padding-right: 18px;
}
.fb{
	width: 4px;
	height: 27px;
	background-image: url(../i/socicons.svg);
	background-position: 0px;
	overflow: hidden;
	display: block;
}
.tw{
	width: 20px;
	height: 27px;
	background-image: url(../i/socicons.svg);
	background-position: -50px;
	overflow: hidden;
	display: block;
}
.insta{
	width: 20px;
	height: 27px;
	background-image: url(../i/socicons.svg);
	background-position: -107px;
	overflow: hidden;
	display: block;
}
.in{
	width: 20px;
	height: 27px;
	background-image: url(../i/socicons.svg);
	background-position: -163px;
	overflow: hidden;
	display: block;
}
.pin{
	width: 10px;
	height: 27px;
	background-image: url(../i/socicons.svg);
	background-position: -224px;
	overflow: hidden;
	display: block;
}
.about{
	position: absolute;
	top: 600px;
	left: 28px;
}
.about p{
	font-family: "Open Sans";
	font-size: 12px;
	color: #a6a6a6;
	padding-bottom: 10px;
	width: 272px;
}
.scroll-down {
	position: fixed;
	width: 150px;
	bottom: 20px;
	left: 50%;
	margin-left: -75px;
	z-index: 50;
	display: block;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
}
.scroll-down:hover{
	text-decoration: none;
}
.scroll-down span:hover{
	transition: all .3s ease;
	-webkit-animation: pulseText 3s ease infinite;
	-moz-animation: pulseText 3s ease infinite;
	-o-animation: pulseText 3s ease infinite;
	animation: pulseText 3s ease infinite;
}
.scroll-down .icon {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 26px;
  height: 44px;
  display: block;
  border-radius: 13px;
  border: 2px solid white;
  margin: 0 auto;
}
.scroll-down .icon:before {
	width: 2px;
	height: 6px;
	position: absolute;
	top: 6px;
	border-radius: 50%;
	background-color: white;
	content: '';
	left: 50%;
	margin-left: -1px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	transition: all .3s ease;
	-webkit-animation: scrollDownKnobAnimation 2s ease infinite;
	-moz-animation: scrollDownKnobAnimation 2s ease infinite;
	-o-animation: scrollDownKnobAnimation 2s ease infinite;
	animation: scrollDownKnobAnimation 2s ease infinite;

}
@-webkit-keyframes scrollDownKnobAnimation{
	0%{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
		}
	100%
	{
		-webkit-transform:translate3d(0,150%,0);
		transform:translate3d(0,150%,0)
	}
}
@-moz-keyframes scrollDownKnobAnimation{
	0%{
		-moz-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
	100%{
		-moz-transform:translate3d(0,150%,0);
		transform:translate3d(0,150%,0)}
	}
@keyframes scrollDownKnobAnimation{
	0%
	{
		transform:translate3d(0,0,0)
	}
	100%{
		transform:translate3d(0,150%,0)
	}
}
.scroll-down span {
  transition: all .3s ease;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  top: -24px;
}
@keyframes pulseText{
	0% {
		font-size: 12px;
		letter-spacing: 3px;
	}
	50% {
		font-size: 14px;
		letter-spacing: 5px;
	}
	100% {
		font-size: 12px;
		letter-spacing: 3px;
	}
}
.box{
	/*opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
*/}
.delay-1{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.delay-2{
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
	animation-delay: .75s;
}
.delay-3{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-4{
	-webkit-animation-delay: 1.25s;
	-moz-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.delay-5{
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay-6{
	-webkit-animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
	animation-delay: 1.75s;
}
.delay-7{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.delay-8{
	-webkit-animation-delay: 2.25s;
	-moz-animation-delay: 2.25s;
	animation-delay: 2.25s;
}
.delay-9{
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.delay-10{
	-webkit-animation-delay: 2.75s;
	-moz-animation-delay: 2.75s;
	animation-delay: 2.75s;
}
.delay-11{
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
.delay-12{
	-webkit-animation-delay: 3.25s;
	-moz-animation-delay: 3.25s;
	animation-delay: 3.25s;
}
.fades {
	transition: all .3s ease;
	-webkit-animation: fad 5s ease infinite;
	-moz-animation: fad 5s ease infinite;
	-o-animation: fad 5s ease infinite;
	animation: fad 5s ease infinite;
}
.appeares {
	transition: all .3s ease;
	-webkit-animation: apps 2s ease 1;
	-moz-animation: apps 2s ease 1;
	-o-animation: apps 2s ease 1;
	animation: apps 2s ease 1;
}

@-webkit-keyframes fad {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fad {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes apps {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes apps {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.error{
    border: 1px solid red !important;
}
.form-error{
    font-size: 13px;
    color: red;
    margin-top: -10px;
    float: left;
}
