@charset "utf-8";



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




*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease;
  transition:      all 0.2s ease;
}
img{
	border: 0;
	display: block;
}
a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #fff;}
a:active {text-decoration: none; color: #fff;}






body, html{
	margin: 0;
	font-family: "HelveticaNeueLTCom-Lt", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}
strong, .bold{
	font-family: "HelveticaNeueLTCom-Bd", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#container{
	width: 1220px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 120px;
	/*opacity: 0;*/
}
h1{
	font-weight: normal;
	font-size: 52px;
	word-wrap: break-word;
}
h2{
	font-weight: normal;
}

.block{
	position: relative;
	margin-left: 4px;
	margin-bottom: 4px;
	float:left;
	background-color: #0068AC;
	overflow: hidden;
}
.block.unactive{
	opacity: 0.4;
}
.big_block{
	width: 604px;
	height: 604px;
	/*background-image: url(http://placehold.it/604x604);*/
}
.small_block{
	width: 300px;
	height: 300px;
	/*background-image: url(http://placehold.it/300x300);*/
}
.block a.link{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	-webkit-box-shadow: inset 0px -98px 76px -51px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -98px 76px -51px rgba(0,0,0,0.75);
	box-shadow: inset 0px -98px 76px -51px rgba(0,0,0,0.75);
}
.block .bg_image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.block .small_identity{
	position: absolute;
	left: 20px;
	bottom: 20px;	
}
.block .small_identity img{
	float: left;
}
.block .small_identity span{
	float: left;
	display: block;
	font-size: 18px;
	padding: 2px 8px;
}
.block .text_background{
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.block .description{
	display: block;
	opacity: 0;
	position: relative;
	word-wrap: break-word;
	height: 100%;
	overflow: hidden;
}
.block:hover .bg_image{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.block:hover .description, .block:hover .text_background{
	opacity: 1;
}
.block:hover .small_identity{
	opacity: 0;
}
.block.textual .description{
	opacity: 1;
}
.block.textual:hover .text_background{
	opacity: 0;
}
.block.textual:hover .small_identity{
	opacity: 1;
}
.sn{
	background: #82CC40;
}
.sn a{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sn img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}



.intro{
	text-align: center;
}
.intro img{
	margin: auto;
	margin-top: 50px;
}
.intro p{
	font-size: 16px;
}
.intro a{
	position: relative;
	top: 80px;
	font-size: 16px;
	background-color: #82CC40;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline;
}





.jscroll-inner{
	overflow: hidden;
}







#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	background: #fff;
	color: #0068AC;
	font-size: 13px;
	padding: 20px 60px;
}
#footer a{
	display: block;
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	margin-left: 20px;
	bottom: 5px;
}
#footer img{
	position: absolute;
}
#footer p{
	float: left;
	margin: 0;
}


#view_more{
	text-align: center;
	margin-top: 50px;
}
#view_more a{
	position: relative;
	font-size: 16px;
	background-color: #0068ac;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline;
}















/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {
	#container{
		width: 920px;
	}
}

@media only screen and (max-width : 1000px) {
	#container{
		width: 620px;
	}
}

@media only screen and (max-width : 700px) {
	#container{
		width: 100%;
	}
	.big_block{
		width: 100%;
	}
	.small_block{
		width: 100%;
	}
	.block{
		margin-left: 0;
	}
	#container{
		margin-top: 4px;
	}
	h1{
		font-size: 32px !important;
	}
}

















