@charset "utf-8";


html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-size: 1em;
	color:#fff;
	background:rgba(102, 102, 102,1 );
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

@media screen and (min-width: 764px) {
.container {width: 98%;}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-half,.grid-full {width: 96.969696969697%;margin:  1.515151515152%;float:left;}
.grid-half {width: 46.969696969697%;margin: 0 1.515151515152%;}
}

@media screen and (min-width: 764px) {
  .grid-1     { width: 13.636363636364%; }
  .grid-2     { width: 30.30303030303%; }
  .grid-3,
  .grid-half  { width: 46.969696969697%; }
  .grid-4     { width: 63.636363636364%; }
  .grid-5     { width: 80.30303030303%; }
  .grid-6,
  .grid-full  { width: 96.969696969697%; }
}
.clear {
	clear:both;
	float:none;
}
.respimg {
	width:100%;
	height:auto;
}
#main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding-top:20px;
	background:#292929;
	z-index:4;
}
.header p {
	float:left;
	width:100%;
	margin-top:60px;
	margin-bottom:10px;
	color:#fff;
	font-size: 25px;
	line-height: 1.2;
	padding: 0;
	position: relative;
	z-index: 1;
	font-weight: 400;
}
.footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#292929;
	height:100px;
	z-index:5;
}
.height-emulator {
	float:left;
	width:100%;
	height:100px;
	position:relative;
	z-index:3;
}
.content {
	float:left;
	width:100%;
	background:#212121;
	position:relative;
	margin-top:410px;
	z-index:6;
}
.container{
	max-width: 1004px;
	width:92%;
	margin:0px auto;
	position: relative;
	zoom:1;
	z-index:2;
}
.top-block{
	float:left;
	position:relative;
	padding:50px 0 130px;
	width:100%;
	z-index:1;
}
 
.select-type{
	position:absolute;
	bottom:-14px;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:60px;
	border-radius:100%;
	background:#292929;
	z-index:1;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.select-type:after, .select-type:before {
	bottom: 100%;
	margin-bottom:-7px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.grid-half a {
	float:left;
	width:100%;
	height:100%;
	padding:8px;
 }
h2 {
	float:right;
	margin-bottom:50px;
	font-size:34px;
	margin-right:4px;
	padding:0 0 6px 10px;
	border-bottom:1px  dotted #C7BCA0;}
h3 {
	margin-top:20px;
	font-size:26px;
}
.select-type:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
	margin-bottom:-4px;
}
.select-type:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #292929;
	border-width: 18px;
	margin-left: -18px;
}
.select-type span{
	width:30px;
	height:30px;
	position:absolute;
	top:15px;
	left:15px;
	background:#fff;
	border-radius:100%;
}
.scale{
	-webkit-transform: scale(0.95);  
    -moz-transform: scale(0.95);  
    -ms-transform: scale(0.95);   
    -o-transform: scale(0.95);   
    transform: scale(0.95);
}
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 300ms linear;
    transition: all 500ms linear;
}
.rot-left{
	-webkit-transform: rotate(-50deg); 
	-moz-transform: rotate(-50deg); 
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
}
.rot-right{
	-webkit-transform: rotate(50deg); 
	-moz-transform: rotate(50deg); 
	-o-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
}
.decor{
	width:150px;
	height:2px;
	background:#fff;
	margin:20px auto;
}
.triangle{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:1;
	z-index:-2;
}
.triangle:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.triangle:after {
	border-bottom-color: #666;
	border-width: 630px;
	margin-left: -630px;
}
.to-top-box  a {
	margin:20px auto;
	padding-top:30px;
	display:inline-block;
	font-size:16px;
	color:#fff;
}
 
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
 
@media only screen and  (max-width: 764px) {
	.box {
		padding:30px 0;
	}

}
