

html, body, ul, h1, h2, h3, h4, h5, h6 {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
 
header.container {
	height: 444px;
}



.main-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;	
	margin-top: -90px;
}
.main-title p {
	font-family: 'raleway';
	font-size: 16px;
}

.main-title h2 {
	font-family: 'sans';
	font-size: 40px;
}

.flexslider {
    padding: 0 0 0px 0;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    overflow: hidden;
	font-family: 'sans';
}

.flexslider h2 {
    padding: 0px 30px;
    margin: 20px 0 0 0;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
    font-weight: 0;
    background: rgba(251,251,251,0.0);
    display: inline-table;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


@media only screen and (max-width: 500px) {

.flexslider h2 {
    font-size: 20px;
    letter-spacing: 4px;
}
}

.flexslider h2 span {
    font-weight: 900;
    color: #a96258;
}

.slides {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
    display: inline-table;
    width: 80%;
}

.slides li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
}

.flex-control-nav {
    display: none;
}

.flexslider .slides li h2 {
    opacity: 0;
    -webkit-transform: scale(3,);
    -ms-transform: scale(3,);
    transform: scale(3,);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
    -moz-transition: -moz-transform 2s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
    transition: -webkit-transform 2s cubic-bezier(0.19,1,.22,1),-moz-transform 2.5s cubic-bezier(0.19,1,.22,1),-o-transform 2.5s cubic-bezier(0.19,1,.22,1),transform 2s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
}

.flexslider .slides li.flex-active-slide h2 {
    opacity: 1;
    -webkit-transform: scale(1,);
    -ms-transform: scale(1,);
    transform: scale(1,);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 2s,2s;
    -moz-transition-duration: 2s,2s;
    transition-duration: 2s,2s;
}


.home-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
  background-repeat: no-repeat;
    background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#MainHeader {
	height: 444px;
	z-index: 1;
	position: relative;
}

.topslider {
	left: 0;
	right: 0;
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	width:476px;
	height: 44px;
	position: relative;
  top: 7%;
  transform: translateY(-50%);
}

#home-items {
	position:absolute;
	width:476px;
	height:100%; 
}						



#block-left {
	float:left;
    	margin-top: 70px;
	width:476px;
	height:525px;
	color:white; 
	font-family : 'bebas';
	margin-right:5px; 
}
#block-left a { text-decoration:none; }
	
				
#block-center {
}


#block-right {
}



#bick1   { width:472px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:4px;}
#bick2   { width:234px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:4px;}	
#bick3   { width:234px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:0px;}
#bick4   { width:234px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:4px;}
#bick5   { width:234px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:0px;}
#bick6   { width:234px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:4px;}	
#bick7   { width:234px; height:220px; float:left; z-index:1;margin-bottom:4px;margin-right:4px;}

#bickshowc1   { width:100%; height:440px;}
#bickshowc2   { width:100%; height:440px;}
#bickshowc3   { width:100%; height:440px;}

.opa-met img {
}


.opa-met:hover img {
	opacity: .9;
}


.opa-met2 img {
	-webkit-transition: all 0.2s ease-;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-outout;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.opa-met2:hover img {
	opacity: .8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.opa-met3 img {
}
.opa-met3:hover img {
}

.navi-main {

	float:left;
	width:472px;
	height:220px;
	display:inline-block;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	background: rgba(250,250,250,1);
	font-weight:900 !important;
}

.navi-main h1 {
	font-size:24px;
	color:#000;
	padding-top:16px;
	font-family : 'sans';
	text-transform: uppercase;
}
.navi-main h3 {
	font-size:16px;
	line-height: 34px;
	font-weight:300;
	color:#999;
	padding-top:18px;
	font-family : 'raleway';
}
.navi-main h3 span {
	color:#222;
}

.navi-main h3 span:hover {
	color:#000;
}

.navi-sq-2 {		
	float:left;
	width:234px;
	height:220px;
	background:  #a96258;
	text-align:center;
	vertical-align: middle;
	font-family : 'sans';

}								
				
	
.navi-sq-2 h2  {		
	margin-top: 30px;
}	
.navi-sq-2 h2 img {		
	width: 60px;
}	
	
.navi-sq-2 h2 span {	
	font-size:19px;
	line-height: 34px;
	font-weight:900;
	color:#f4f4f4;
	padding-top:14px;
	font-family : 'sans';
	text-transform: uppercase;
}	
	
.navi-sq-2 h2:hover span {	
	color:#fff;
}	
		
.navi-sq-4 {		
	float:left;
	width:234px;
	height:220px;
	background:  rgba(244,244,244,1);
	display:inline-block;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
}								
	
.navi-sq-4 h1 {
	font-size:16px;
	font-weight:0;
	color:#000;
	padding-top:10px;
	font-family : 'raleway';
	text-transform: uppercase;
}
.navi-sq-4 h3 {
	font-size:14px;
	line-height: 34px;
	font-weight:300;
	color:#999;
	padding-top:18px;
	font-family : 'raleway';
}
.navi-sq-4 h3 span {
	color:#222;
	font-family : 'raleway';
}

.navi-sq-4 h3 span:hover {
	color:#000;
} 
.navi-sq-5 {		
	float:left;
	width:234px;
	height:220px;
	background:  rgba(255,255,255,1);
	text-align:center;
	vertical-align: middle;
}								
	
.navi-sq-5 h2  {		
	margin-top: 14px;
}
.navi-sq-5 h2 img {		
	width: 80px;
}	
	
.navi-sq-5 h2 span {	
	font-size:17px;
	line-height: 34px;
	font-weight:300;
	color:#444;
	padding-top:14px;
	font-family: 'raleway';
	text-transform: uppercase;
}	
	
.navi-sq-5 h2:hover span {	
	color:#000;
}	

.navi-sq-6 {		
	float:left;
	width:234px;
	height:220px;
	background:  rgba(243,243,243,1);
	text-align:center;
	vertical-align: middle;
}								
						
	
.navi-sq-6 h2  {		
	margin-top: 14px;
}
.navi-sq-6 h2 img {		
	width: 80px;
}	
	
.navi-sq-6 h2 span {	
	font-size:16px;
	line-height: 34px;
	font-weight:0;
	color:#000;
	padding-top:14px;
	font-family : 'raleway';
	text-transform: uppercase;
}	
	
.navi-sq-6 h2:hover span {	
	color:#000;
}	


@media screen and (min-width: 1400px){
.topslider {
  top: 12%;
}
}

@media screen and (min-width: 1600px){	
.topslider {
  top: 16%;
}
}
@media screen and (min-width: 1800px){	
.topslider {
  top: 18%;
}
}

@media screen and (min-width: 2000px){	
.topslider {
  top: 22%;
}
}
@media screen and (min-width: 2400px){	
.topslider {
  top: 25%;
}
}

@media screen and (min-width: 490px) and (max-width: 990px){	
}
@media screen and (max-width: 990px){	
}
@media screen and (max-width: 720px){	
}

@media screen and (max-width: 480px){	

#bick1 {
	display: none;
}
#bick4 {
	display: none;
}
#bick3 {
	display: none;
}
#bick6 {
	display: none;
}
#bick7 {
	display: none;
}
.topslider {
  top: 20%;
	width:234px;
}
#home-items {
	width:234px;
}						
#block-left {
	width:234px;
}
}


@media screen and (min-width: 868px) and (max-width: 1024px) {

}

@media screen and (max-width: 377px) {

}