@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px "Trebuchet MS", sans-serif;
	color: #fff;
	background: #131313 url(images/bg.png) center top;
	width: 100%;
	height: 100%;
}

a:link, a:visited, a:active, a:hover{
	color: #fff;
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
ul, ul li{
	list-style: none;;
}

img {
	border: none;
	vertical-align: middle;
}
input, select, button {
	vertical-align: middle;
}
.clear{
	clear: both;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 599px;
	background: url(images/bg_hd.png) repeat-x center top;
	margin: 0 0 -599px;
	position: relative;
}
#header .header_back{
	height: 599px;
	background: url(images/header.jpg) no-repeat center top;
}
#header .header_padd{
	width: 1000px;
	height: 599px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center top;
}
#header img{
	float: left;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 600px 0 75px;
}

.top_bttn{
	width: 1000px;
	height: 73px;
	margin: 10px 0;
	background: url(images/bnr-t.gif) no-repeat left top;
}


.top_text_block{
	width: 955px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	background: url(images/top_text_bg.png) no-repeat left center;
	padding: 0 0 0 25px;
	font-family: "Oswald";
	font-weight: 300;
	
}
.top_text_block p{
	padding: .2em 0;
	margin: 0;
	text-align:justify;
}
.top_text_block span{
	color: #fff;
}

.thumbs{
	text-align: center;
	padding: 20px 0 0;
	font-family: Oswald;
	font-weight: 300;
}
.thumbs.trow{
	background: url(images/thumbs2bg.png) no-repeat 10px 25px;
	height: 196px;
}
.thumbs li{
	float: left;
	padding: 3px 0 3px 3px;
	text-align: left;
}

.thumbs .thumb_item{
	background: url(images/thumb_shad.png) no-repeat left bottom;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
	padding: 0 0 10px;
	position: relative;
}
.thumbs_link{
	float: left;
	padding: 0 0 6px;
}
.thumbs .thumb_item img{
	display: block;
	position: relative;
	background: url(images/thumb_bg.png) repeat-x left top;
	padding: 3px;
}
.thumbs .thumb_item a:hover img{
	background: url(images/thumb_bg.png) repeat-x left bottom;
}
.thumbs a:link, .thumbs a:visited, .thumbs a:active, .thumbs a:hover{
	color: #fff;
	text-decoration: none;	
}
.thumbs .dark_cont{
	display: block;
	left: 3px;
	top: 3px;
	background: rgba(0, 0, 0, 0);
	width: 240px;
	height: 180px;
	position: absolute;
	-webkit-transition: background ease .3s, border linear .3s;
	-moz-transition: background ease .3s, border linear .3s;
	-o-transition: background ease .3s, border linear .3s;
	transition: background ease .3s, border linear .3s;
}
.thumbs a:hover .dark_cont{
	background: rgba(0, 0, 0, 0.69);
}
.thumbs .thumb_stamp{
	display: none;
	background: url(images/thumb_stamp.png) no-repeat right bottom;
	width: 240px;
	height: 92px;
	padding: 85px 0 0;
}
.thumbs a:hover .thumb_stamp{
	display: block;
	text-align: center;
}
.thumbs .link_text{
	visibility: hidden;
	background-color: rgba(16, 16, 16, .5) !important;
	background-image: linear-gradient(rgba(28, 28, 28, .8), rgba(16, 16, 16, .8));
	background-repeat: repeat-x;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #ffe63a;
	font-size: 24px;
}
.thumbs a:hover .link_text{
	visibility: visible;
}


.bttm_bttn{
	width: 1000px;
	margin: 23px auto 0;
	height: 108px;
	background: url(images/bnr-b.gif) no-repeat left top;
	text-align: center;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -62px auto 0;
	height: 62px;
	position: relative;
	line-height: 20px;
	color: #626262;
}
#footer .fpadd{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color: #626262;
	text-decoration: none;	
}
#footer a:hover{
	text-decoration: underline;
}