@charset "utf-8";

html {
	overflow-x:hidden;
	height:100%;
	}

body {
	width: 100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: ptsans;
	color:#fff;
	background: #283773 url(image/fon.jpg) repeat-x top center;
	text-align: center;
	}
p,
h1,
h2 	{
	color: #FFFFFF;
	}

h1 {
	font-family: 'Lora', serif;
	margin: 10px;
	font-weight: 400;
	}

p,b { margin: 0;
    font-size: 22px;
	}
	
a { 
	color: #C5C5C5;
    text-decoration: none;
}

a:hover {
	color: black;
	}

.menu {
	background: url(image/fon_menu.png) repeat-x top center;
	overflow: hidden;
	text-align: center;
	}

.menu li {
	display: inline-block;
	vertical-align: top;
    font-size: 26px;
    color: #777;
    margin-right: 20px;
}	
	
.menu li:hover {
	background:white;
	color: #fff !important;
	}
	
.menu_text {
	background: black;
    text-align: center;
    width: 500px;
    margin: 0 auto;
	}	
	
header {
	padding: 10px 0px;
	margin: 0 auto;
	}

.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
    background-size: cover;
    text-align: center;
	}
	
.cont     {
    width: 680px;
    float: left;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.21);
    background-size: cover;
    margin: 10px;
	padding: 10px;
	border: 2px solid #969696
	}
	
.contact    {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.21);
    background-size: cover;
    margin: 10px;
	padding: 10px;
	border: 2px solid #969696
	}
	
.napr {
	padding: 18px;
    width: 190px;
    float: left;
	}
	
.napr img {
	width:180px;
	}	

.napr_text {
	height:220px;
	}

.napr_text p {
	font-size: 18px;
	}

	
.author {
    width: 200px;
    float: left;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.21);
    background-size: cover;
    margin: 10px;
	padding-bottom: 50px;
	padding:10px;
	border: 2px solid #969696
	}

.author  p {
	font-size: 18px;
	}
	
.author img {
	margin-top: 50px;
	}

.gallery {
	margin:0 auto;	
	width:960px;
	}
	
.cat {
	float:left;
	}	

.cat_img {
	width: 320px;
	height: 650px;
	}	
	
.cat img {
	margin: 5px;	
	}	
	
.icon {
	width:20px;
	height:20px;
	}
	
footer {
	margin: 0 auto;
	margin-top: 30px;
	padding: 20px;
	overflow: hidden;
    background: #0C0C0C;
    text-align: center;
}

footer p {
    font-size: 16px;
	color: #32394e;
	}

.slider {
	margin: 0 auto;
	width:900px;
	height:500px;
	position:relative;
	padding-bottom:26px;
	background: url(gfx/bottom_shadow.png) no-repeat bottom center;
	}

.sliderContent {
	float:left;
	width:900px;
	height:500px;
	clear:both;
	position:relative;
	overflow:hidden;
	}

.slider img {
	height:500px;
	}	
	
.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image: url(gfx/prev_next.png);
	width:42px;
	height:42px;
	position:absolute;
	top:50%;
	margin-top:-34px;
	}

.prev {
	background-position:0 0;
	left:15px;
	}

.prev:hover {
	background-position:0 -44px;
	}	

.next {
	right:15px;
	background-position:-44px 0;
	}

.next:hover {
	background-position:-44px -44px;
	}

.sliderContent .item {
	position:absolute;
	width:900px;
	height:500px;
	background:#363636;
	}

.sliderBullets {
	position:absolute;
	bottom:0;
	/* left:50%; */
	z-index:50;
	/* margin-left:-45px; */
	}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background: url(gfx/bullets.png) no-repeat;
	}

.sliderBullets .active {
	background-position:0 -11px;
	}

.sliderContent a {
	outline:none;
	}
	
.slider_text {
	position: absolute;
    background: #363636;
	font-size: 15px;
}


.fl-l {float: left;}
.fl-r {float: right;}
.clear {clear: both; float: none;}