/* CSS Document */

@keyframes offer {
  from {transform:rotate(0deg);}
	to {transform:rotate(380deg);}
	}
	
.offer {
	animation-name: offer ;
	animation-duration: 6s; 
	animation-iteration-count: infinite;
	animation-direction: alternate;
	width:40px; 
	height:40px;
	border-radius:200px;
	border-width: 6px;
	border-color: #fff;
	border-style: dotted; 
	transition:1s;
	position:absolute;
	}	
.off {
	width:280px; 
	height:280px;
	margin-left: 40px;
	margin-top:-160px;
	}	
	
@media  
	{
	.full {
	position:relative;
	top:50%;
	transform: translateY(-50%);
    width: 100%;
    height: auto;  
	min-width: 1280px;	  
	min-height: 420px;
	transition: 1s;
	}
.blur{
	filter: blur(18px);
	}
	}
	
.offer_down{
	transform: translateY(355px);
	}	
		
.col {
	position:relative;
	vertical-align:text-top;
	display:inline-block;  
}	
.block {
	position:relative;
	overflow:hidden;
	display:block; 
	width:100%;
	}
	
.block_video {
	width:600px; 
	height:338px;
	}	
	
.block_text {
	position:relative;
	background-color: white;
	width:100%; 
	height:auto; 
	line-height:22px; 
	text-align: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #333;
	}	

.block_title {
	position:relative;
	background-color: #333;
	width:200px; 
	height:auto; 
	line-height:22px; 
	text-align: left;
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	line-height: 25px;
	}		
	
.menu {
	position:relative;
	width:100%; 
	height:auto; 
	line-height:22px; 
	text-align: left;
	filter:drop-shadow(0px 0px 3px #333 );
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	padding-top: 1px;
	}	
	
.text_pad {
	padding:20px; 
	padding-left:30px; 
	padding-right:30px;
	}	
	
.text_pad_title {
	padding:10px; 
	padding-left:20px; 
	padding-right:10px;
	}

.text_pad_menu {
	padding:10px; 
	padding-left:30px; 
	padding-right:10px;
	filter: drop-shadow(0px 0px 3px #333);
	opacity:0.8;
	}
	
.btxt {/*background-color:#036;*/ vertical-align: text-bottom; left:0px; bottom:0px; position:absolute; z-index:2; width:100%; height:100%; transition:1.7s; opacity:0.9;}	
.btxt80 {bottom: -400px; opacity:0;}
.btxt100{height:100%; background-color:#069}
.img1 {transition:0.4s; filter:grayscale(100%)}	
.img  {transition:0.4s; filter:grayscale(0%)}
.lady {transition:1.2s; left:40%; transform: scale(1.5); }
.panda {transition: 1s;}
.panda:hover {bottom:100px;}
.scl{padding:2px; z-index:10; transition: 0.3s;}
.scl:hover{cursor: pointer; transform: scale(1.3)rotate(-20deg); filter:drop-shadow(0px 0px 10px #000)}	
.b_hover {color:#999!important;transition:0.3s; }
.b_hover:hover {color:#222!important;}
.r320{width="320"}

.bord {border:#666 solid 0px; border-bottom-style: none;}
.bord2 {border:#f00 solid 2px; }
.bgchng{background-color: #000; transition:0.4s; border:2px #444 solid;}
.bgchng:hover{background-color: #333; border:2px #fff solid;} 
.bgchng2{transition:0.4s;}
.bgchng2:hover{background-color: #e80;} 