body {
	background: url(../images/pattern.png), url(../images/2.jpg);
	background-repeat: repeat, no-repeat;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
	min-width: 1100px;
}

.side_menu{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 100%;
	background-image: url(../images/bg.png);
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	z-index: 600;
}
.side_menu ul, nav ul{
	margin: 0;
	padding: 0;
}
.side_menu li{
	list-style: none;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 17px;
}
.menu_{
	background-image: url(../images/menu.png);
	background-color: rgba(128,128,128,0.3);
	transition: all 0.1s;
	
}
.menu_:hover{
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-color: rgba(251,46,46,0.8);
}
#search{
	height: 60px;
	padding: 10px;
}
#search form{
	padding: 10px 5px;
	position: relative;
}
#search input:nth-child(3){
	border: solid 1px #808080;
	width: 100%;
	height: 30px;
	padding-right: 30px;
	color: #737373;	
}
#search button{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 10px;
	background-color: #FB2E2E;
	border: none;
	color: #FFFFFF;
	padding: 0px;
	line-height: 30px;
}

#search button:hover{
	background-color: #808080;
	
}
nav li{
	list-style:none;
}
nav{
	position: fixed;
	top: 0px;
	left: -360px;
	min-height: 3000px;
	width: 360px;
	padding-top: 0px;
	padding-left: 60px;	
	background-color: rgba(32,32,32,0.9);
	transition: all 0.3s;
	z-index: 500;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
nav a{
	display: block;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	transition: all 0.4s;
	overflow: hidden;
}
nav a:hover{
	background-color: #FB2E2E;
	color: #FFFFFF;
	text-decoration:none;
}
nav li>ul{
	display: none;
	background-color: rgb(62,62,62);
}
.active{
	background-color: #FB2E2E;
}
.drop_ {
	background-image: url(../images/pm.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.drop_:active, .drop_:hover, .drop_:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.active>.drop_{
	background-position: 100% 100%;
}
.home>a {
	color: #E6E6E6;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
}
.home>a:hover{
	text-decoration: none;
	cursor: pointer;
}

#logo_{
	color: #ffffff;
	position: absolute;
	top: 15px;
	right: 100px;
	text-shadow: 3px 3px 7px #000000;
	letter-spacing: 2px;
	font-family: 'Verdana';
	font-weight: bold;
	text-transform: uppercase;
}

#slider{
	width: 1010px;	
	min-height: 360px;
	margin: 100px auto;
	padding: 20px 45px;
	background-image: url(../images/bg2.png);
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;


	
}
#slider>div{
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 320px;
	border-right: solid 1px #FFFFFF;

}
#slider img{	
	width: 600px;
	height: 320px;
	border: solid 1px #FFFFFF;

}
#slider ul{
	margin: 0px;
	padding: 0px;

}
#slider li{
	list-style: none;	
	position: absolute;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	transition: all 0.7s;
}
#slider a:hover{
	text-decoration: none;
	color: #FFFFFF;
}



section{
	background-image: url(../images/bg2.png);
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	margin-top: 100px;
	
}
#m_pa h3{
	color: #FFFFFF;
	text-align:center;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 36px;	
	text-transform: uppercase;
	
}
.map_cat:hover, .map_art:hover{
	text-decoration: none;
	color: #FB2E2E;
}
.map_cat, .map_art{
	display: block;
}
.map_art{
	margin-left: 30px;
}
.tn{
	margin: 20px 0;
	height: 197px;
	overflow: hidden;
}
.tn h2, .main_news h2, .map_cat{
	color: #FFFFFF;
	margin: 5px 0px 10px 0px;	
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;		
	transition: all 0.2s;	
	font-size: 16px;	
}
.comments{
	width: 800px;
	margin: 20px auto;
}
.comments p{
	color: #FFFFFF;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
}
.comments span{
	margin-right: 20px;
	font-style: italic;
	color: #B5B5B5;
	font-size: 14px;
}
.tn a{
	color: #FFFFFF;
	text-decoration: none;
	
}
.tn a:hover{
	color: #FB2E2E;
}
.tn p, .main_news p, .map_art{
	color: #B5B5B5;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.tn span{
	color: #B5B5B5;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.tn img{
	width: 200px;
	height: 135px;
	float: left;
	margin: 0px 20px 5px 0px;
} 
footer{
	width: 1010px;
	margin: 20px auto;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.ads728{
	margin: 10px auto;
	width: 728px;
	height: 90px;
	background-image: url(../images/ad728.png);
}
footer p{
	text-align: center;
	padding: 20px;
	color: #FFFFFF;
	background-color: rgba(50,50,50,0.3);
		
}
footer a{
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s;
	
}
footer a:hover{
	text-decoration: none;
	color: #FB2E2E;
}
.share{
	position: fixed;
	left: 12px;
	bottom: 20px;
	z-index: 999;
}
#tt{
	display: none;
	position: fixed;	
	right: 40px;
	bottom: 40px;
}
#to_top{
	display: block;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background-color: #232323;
	width: 40px;
	height: 40px;


}

#to_top:hover{
	color: #FFFFFF;
	background-color: #FB2E2E;
	cursor:pointer;
	
}



#sl_news{
	position: relative;
	min-height: 280px;
	width: 460px;
	margin: 0 auto;

}
#sl_news img{	
	width: 100%;
	height: 100%;	
	transition: all 1s;
}

#sl_news ul{
	margin: 0px;
	padding: 0px;
	
}
#sl_news li{
	list-style: none;	
	position: absolute;
	padding: 0px 20px;

}
#sl_news>ul>li>a{
	position: relative;
	display: block;
	width: 420px;
	height: 280px;
	overflow: hidden;
}
#sl_news>ul>li>a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#sl_news>ul>li>a:hover>h4{
	bottom: 0px;
}
#sl_news h4{
	position: absolute;
	color: #FFFFFF;
	background-color: rgba(251,46,46,0.8);
	padding: 20px 15px;
	margin: 0px;
	text-decoration: none;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;	 
	bottom: -100px;
	font-size: 16px;
	line-height: 17px;
	width: 420px;
	text-align: center;
	overflow: hidden;
	transition: all 0.6s;
}

#prewbutton, #nextbutton{ 
	color: #808080;
	display:block;
	line-height: 280px;
	width:40px;
	height:100%;
	font-size: 17px;
	position:absolute;
	text-align: center;
	top:0;
	z-index:5;
	background-color: rgba(250,250,250,0.1);
	transition: all 0.5s;
}
#prewbutton{
	left:20px;

}
#nextbutton{
	right:20px;
	
}
#prewbutton:hover, #nextbutton:hover{
	color: #232323;
	background-color: rgba(250,250,250,0.3);
	text-decoration: none;
}
	
.animated { 
    -webkit-animation-duration: 0.7s; 
    animation-duration: 0.7s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(50px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(50px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
} 
.ad_sky{
	width: 300px;
	height: 600px;
	background-image: url(../images/ad_sky.png);
	margin: 20px auto;
}
article{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
article h1{
	color: #FFFFFF;
	text-align:center;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 36px;	
	text-transform: uppercase;	
}
article p, article li, article u{
	color: #B5B5B5;
	text-align: justify;	
}
.img_cont{
	width: 512px;
	position: relative;
	margin: 20px auto;
	overflow: hidden;
}
.img_cont>figure>div{
	overflow: hidden;
}
.img_cont img{
	width: 512px;

	transition: all 0.9s;
}
.img_cont figcaption{
	display: block;
	position: absolute;
	background-color: #FB2E2E;
	color: #FFFFFF;
	bottom: -200px;
	transition: all 0.5s;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	
}
.img_cont:hover figcaption{
	bottom: 0px;
	
}
.img_cont:hover img{
	transform: scale(1.1) rotate(-2deg);
	opacity: 0.75;
}
.about i{
	font-size: 11px;
	
}
.about a{
	color: #FFFFFF;
	transition: all 0.4s;
}
.about a:hover{
	color: #FB2E2E;
	text-decoration: none;
}
article h3{
	color: #FFFFFF;
	font-size: 24px;	
	text-transform: uppercase;		
}
article ul{
	margin: 20px 20px;
	padding: 0px;
}
article u{
	display: block;
	margin-top: 20px;
}
article ul>li{
	padding: 10px 10px 10px 50px;
	list-style:none;
}
article li>span{
	display: inline-block;
	margin-right: 20px;
}
article h4{
	color: #FFFFFF;
	font-size: 16px;	
	margin: 30px 100px;
	line-height: 20px;
	text-align: justify;
}
#context a{
	display: block;
	color: #FFFFFF;
	transition: all 0.2s;
	padding-left: 40px;
}
#context a:hover{
	text-decoration: none;
	color: #FB2E2E;

}
#context{
	margin: 30px 10px;
}
.inpt:nth-child(1){
	margin-top: 30px;
}
.inpt span, .question p{
	color: #B5B5B5;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 	
	text-align: center;
}
.inpt span{
	display: inline-block;
	width: 250px;
	height: 30px;
	line-height: 30px;
		
}
.inpt input{
	border: none;
	width: 300px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	color: #737373;
	font-size: 12px;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 5px solid #FB2E2E;
}
.inpt, .question textarea{
	width: 560px;
	margin: 10px auto;
	display: block;
}
.question textarea{
	border-left: 5px solid #FB2E2E;
	border-top: none;
	border-bottom: none;
	border-right: none;
	color: #737373;
	font-size: 12px;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
}
.accept{
	display:block;
	width: 200px;
	height: 50px;
	margin: 20px auto;
	background-color: #FB2E2E;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	font-family: "Verdana" "sans-serif";  
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border: none;
	transition: all 0.4s;
}
.accept:hover{
	background-color: #808080;
}

.minus, .plus{
	display: block;
	position: fixed;
	bottom: 0px;
	width: 150px;
	color: #FFFFFF;
	background-color: blue;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgb(40,40,40);
	transition: all 0.3s;
}
.minus:hover, .plus:hover{
	cursor: pointer;
	background-color: #FB2E2E;
}
.minus{
	left: -300px;

}
.plus{
	left: -150px;
}

