﻿@import url("layout.css");
@import url("reset.css") screen;
@import url("animation.css") screen;

body {
	font-family: "Trebuchet MS", sans-serif;
	background: url(../images/009.jpg) top no-repeat;
    background-size: cover;
	background-attachment:fixed;
	margin: auto;
	padding : 45px;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	height:100%;
	width:1024px;
}
/* === убираем эот код и разблокируем  мастед  ===  
#masthead {
	text-align: center;
	background-color: #6699FF;
	background-image: url("../images/124010.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 0px;
	width:100%;
	height:100%;
}
=== убрать вот этот код и разблокировать мастед === */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #6699FF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	padding: 0px 15px;
	background-color: #fff;
}
#column_c {
	padding: auto;
	background-color: #fff;
}
html>body #column_c {
	padding: 0px auto;
	background-color: #fff;
}
#column_r {
	padding: 10px;
	background-color: #fff;
}
html>body #column_r {
	padding: 0px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 12px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 20px;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px;
	border: 0px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #F9C87D;
	background-color: #F9C87D;
}

/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #443CE3;
}
h2 {
	font-size: x-large;
	color: #443CE3;
}
h3 {
	font-size: large;
	color: #443CE3;
}
h4 {
	font-size: medium;
	color: #443CE3;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #443CE3;
}
h6 {
	font-size: xx-small;
	color: #443CE3;
}
/* Footer */
#footer p {
	font-size: small;
	color: #443CE3;
}
/* Links */
a {
	color: #443CE3;
	text-decoration: underline;
}
a:hover {
	color: #CA310B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* SLIDER */
#slider {
	background:#000;
	border:5px solid #eaeaea;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:375px;
	width:100%;
	margin:40px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:100%;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:100%;
	height:375px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
#slider li.sexanimation {
	-moz-animation:cyclesex 25s linear infinite;
	-webkit-animation:cyclesex 25s linear infinite;		
}
#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip,
#slider li#sex:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:100%; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}