* {
	margin:0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	background-position:top left;
	background-repeat:repeat;
	background-color:#fff;
	line-height:0;
}

*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6 {
	font-weight:600;
}
h1{
	font-size:44px;line-height:44px;
	font-weight:300;
	text-align:center;
	color:#000;
}
img{max-width:100%;}
.header > img.bg{
	transition:all 5s ease-in-out 0s;
	-moz-transition:all 5s ease-in-out 0s;
	-webkit-transition:all 5s ease-in-out 0s;
	transform:scale(1.2);-webkit-transform:scale(1.2);transform:-moz-scale(1.2);
	
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	
	-webkit-animation-name: ui-zoom;
   animation-name: ui-zoom;
   
   -webkit-animation-delay: 1s;
   -webkit-animation-duration:6s;
   -webkit-animation-timing-function: linear;
   animation-delay: 1s;
   animation-duration:6s;
   animation-timing-function: linear;
}
.header:hover > img.bg{
}
@keyframes ui-zoom{
  0%{transform:scale(1);-webkit-transform:scale(1);transform:-moz-scale(1);}
  25%{transform:scale(1.05);-webkit-transform:scale(1.05);transform:-moz-scale(1.05);}
  50%{transform:scale(1.1);-webkit-transform:scale(1.1);transform:-moz-scale(1.1);}
  75%{transform:scale(1.15);-webkit-transform:scale(1.15);transform:-moz-scale(1.15);}
  100%{transform:scale(1.2);-webkit-transform:scale(1.2);transform:-moz-scale(1.2);}
}

@-webkit-keyframes ui-zoom{
  0%{transform:scale(1);-webkit-transform:scale(1);transform:-moz-scale(1);}
  25%{transform:scale(1.05);-webkit-transform:scale(1.05);transform:-moz-scale(1.05);}
  50%{transform:scale(1.1);-webkit-transform:scale(1.1);transform:-moz-scale(1.1);}
  75%{transform:scale(1.15);-webkit-transform:scale(1.15);transform:-moz-scale(1.15);}
  100%{transform:scale(1.2);-webkit-transform:scale(1.2);transform:-moz-scale(1.2);}
}
.header{
	padding:0 0 0 0;
	text-align:center;
	margin-bottom: 0;
	position:relative;
	overflow:hidden;
	line-height:0;
}
.header .button {
	position:absolute;
	left:50%;top:50%;
	margin-top:30px;
	margin-left:-125px;
	display:inline-block;width:auto;
}
.header .logo{
	position:absolute;left:50%;top:50%;
	margin-top:-165px;
	margin-left:-230px;
}
.container{
	background-image:url(../images/bg_content.jpg);
}
.container .wrapper,
.container-cms .wrapper{
	margin:0 auto;
	padding-top:80px;
	overflow:hidden;
	max-width:92%;
	width:100%;
}
.container-cms {
	background:url(../images/pattern.png) left top repeat;
}

.container-fix{
	text-align:center;
}
.logo {
	text-align:center;
	margin:80px 0 40px;
}

.logo img {
	margin-left:0px;
}

.preview {
	text-align:center;
}

.preview-list {
	padding:0 0 30px;
	text-align:center;
	position:relative;
	margin:0 auto;
}

.preview-list li{
	display:inline-block;
	float:left;
	padding:0 30px;
	margin-bottom:70px;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
	width:33.333%;
}
ul.columns-2.preview-list{
	width:66.666%
}
ul.columns-1.preview-list{
	width:33.333%;
}
ul.columns-1.preview-list li{
	width:100%;
}
ul.columns-2.preview-list li{
	width:50%;
}
.preview-list li.first {
	clear:both;
}
.preview-list .bt_view{
	width:124px;
	height:40px;
	font-size:14px;
	line-height:40px;
	position:absolute;
	content:"";
	text-align:center;
	background-color:#171717;
	color:#fff;
	top:50%;
	left:50%;
	margin-left:-62px;
	margin-top:-20px;
	opacity:0;
	transition:all 200ms ease-out 0s;
	-moz-transition:all 200ms ease-out 0s;
	-webkit-transition:all 200ms ease-out 0s;
	z-index:4;
	display:inline-block;
	text-transform:uppercase;
	font-weight:700;
}
.preview-list .bt_view:hover{
	background-color:#000;
}
.preview-list .bg-effect:hover .bt_view{
	opacity:1;
}

.preview-list li.preview-item > a {
	font-size:20px;
	padding: 0;
	max-width:100%;
	border-radius:8px 8px 0 0;
	margin:0 auto;
	margin-bottom:20px;
	border:1px solid #dedede;
	overflow:hidden;
	display:inline-block;
}
.preview-list li.preview-item p a{
	font-size:22px;
	line-height:20px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#7b7b7b;
	font-weight:700;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
}
.preview-list li.preview-item p a:hover{
	text-decoration:underline;
}
.preview-list li.preview-item{
	position:relative;
}
.preview-list li.preview-item.new:before{
	position:absolute;
	content:"";
	right:28px;top:-2px;
	background:url(../images/label-new.png) center no-repeat;
	width:100px;
	height:100px;
	z-index:9;
}
.preview-list li img {
	width: 100%;
	margin:0 0 0;
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;
	border:0;
}
.bg-effect{
	position:relative;
}
.bg-effect:before{
	position:absolute;
	content:"";
	left:50%;right:50%;bottom:0;top:0;
	background:#000;
	opacity:0;
	transition:all 300ms ease-out 0s;
	-moz-transition:all 300ms ease-out 0s;
	-webkit-transition:all 300ms ease-out 0s;
}
.bg-effect:hover:before{
	opacity:0.4;
	left:0;right:0;
}
.container-cms .preview-list.coming-soon li .bg-effect:before{
	background-color:#fff;
	opacity:0.6;
	left:0;right:0;
}
.container-cms .preview-list.coming-soon li .bg-effect:hover:before{
	opacity:0.4;
}
.preview-list li img.coming-soon{
	position:absolute;
	right:30px;top:0;
	width:auto;
	z-index:7
}
.desc {
	text-align:center;
	font-weight:400;
	margin:0 0 24px;
	font-family: 'Open Sans', sans-serif;
}
.desc h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	color:#ffffff;
}
.desc p{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:50px;
	color:#fff;
	line-height: 60px;
}
.button {
	min-height:1px;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	margin:60px 0;
}
div.button a {
	font-size:24px;
	line-height:28px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:700;
	padding: 20px 25px;
	background:#171717;
	border: 3px solid #171717;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
}

div.button a:hover {
	background-color:#ffffff;
	color:#171717;
	border-color:#171717;
}
.copyright {
	color:#000000;padding:20px 10px;text-align:center;
	font-size:14px;
	line-height:18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.copyright a{
	font-size:14px;
	line-height:18px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000000;
}
@media 
only screen and (max-width: 6000px) and (min-width: 1400px){
	.preview-list .bt_view{
		width:164px;
		height:54px;
		font-size:18px;
		line-height:54px;
		margin-left:-82px;
		margin-top:-27px;
	}	
}
@media 
only screen and (max-width: 991px){
	
}
@media 
only screen and (max-width: 767px){
	
}
