@import url('reset.css');

/* General Style  */


@media screen and (min-device-width:601px){
body{
	background: url('/data_user/bkg.jpg') center center no-repeat;
	min-width:1000px;
	background-attachment:fixed;
	color: #fff;
	font-family: 'Bitter', Arial, sans-serif;
	font-size: 13px;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;		
} 
}

@media screen and (max-device-width:600px){
    body {

		 background: url('/data_user/bkg.jpg');
    }
    /*Далее остальные стили*/
}

a{
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #C00;
	text-decoration:underline;
}
.clr{
	clear: both;
}
h1{
	font-size: 24px;
	position:relative;
	color: #fff;
	font-weight: 400;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.8), 0px 0px 1px #fff;
    padding: 20px 30px 30px 30px;
	z-index:1000;
    text-align: center;
}
h1 span{
    color: transparent;
    text-shadow: 0px 0px 3px #fff;
}

#container{
	margin: 0 auto;
	height:100%;
	width:1000px;
	
}

/* Header Style */
.header{
	margin-top:5px;
	height:160px;
	position: relative;
}
.header .logo{
	position:absolute;
	margin-left:50%;
	left:-65px;
	width:131px;
	height:143px;
	margin-top:5px;
	background: url('../img/logo.png') center no-repeat;
	z-index: 20;
}
.header .tel{
	position:absolute;
	z-index: 5;
	right:0px;
	margin-top:10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;	
	color: #CCC;
}

.header .soc{
	position:absolute;
	z-index: 7;
	right:150px;
	margin-top:15px;	
}

.header .slogan{
	position:absolute;
	z-index: 6;
	left: 0px;
	margin-top:35px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-weight: 300;
	color: #CCC;	
}
.menu {
	position: absolute;
	border-top: #CCC 1px solid;
	margin-top: 70px;
	width:100%;
	height:36px;
	z-index:15;
}
.menu .menu_item {
	float:left;
	width:110px;;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #E6E6E6;
	text-align:center;
	line-height:36px;
}
.menu .menu_item:hover {
	color: #C00;
	text-decoration:underline;
}
.menu .menu_item_separator {
	float:left;
	width:118px;
	line-height:36px;
}

/* slider */

            /* jssor slider arrow navigator skin 03 css */
            /*
            .jssora03l              (normal)
            .jssora03r              (normal)
            .jssora03l:hover        (normal mouseover)
            .jssora03r:hover        (normal mouseover)
            .jssora03ldn            (mousedown)
            .jssora03rdn            (mousedown)
            */
            .jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../img/a03.png) no-repeat;
                overflow:hidden;
            }
            .jssora03l { background-position: -3px -33px; }
            .jssora03r { background-position: -63px -33px; }
            .jssora03l:hover { background-position: -123px -33px; }
            .jssora03r:hover { background-position: -183px -33px; }
            .jssora03ldn { background-position: -243px -33px; }
            .jssora03rdn { background-position: -303px -33px; }

/* end of slider */

/* Main page blocks */
.block_section_1 {
	height:336px;
	width: 964px;	
	margin-top:15px;
	margin-bottom:0px;
	padding-top:5px;
	position:relative;
	background: rgba(255,255,255,0.3); 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.block_section_2 {

	width:964px;
	height:262px;

	display:inline-block;
	position:relative;
	z-index:9999;
	margin-top:15px;
}

.block1_1 {

	float:left;
	width:319px;
	height:100%;	
	background:url('../img/kid.png') center no-repeat;
}
.block1_2 {

	float:left;
	width:319px;
	height:100%;
	background:url('../img/adult.png') center no-repeat;
}
.block1_3 {
	float:left;
	width:319px;
	height:100%;
	background:url('../img/volosh.png') center no-repeat;
}

.block2_1 {
	float:left;
	height:100%;	
	width:465px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #16181D;
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.block2_2 {
	
	background-color:#8291AE;
	float: right;
	width:467px;
	height:242px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #16181D;	
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}


.footer {

	border-top: 1px #000 dotted;
	margin-top:20px;
	position:relative;
	z-index:9500;
	width:1010px;
	height:140px;
	vertical-align:middle;	
}

.footer .footer_col {
	width:23%;
	padding-left:1%;
	padding-right:1%;
	float:left;
	height:60%;
	font-size:12px;
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
}



.bx-container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.bx-container img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 101;
	display:none;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index:10;
}
.bx-loading{
    z-index: 9999;
    background: #000;
}
.bx-loading span{
    color: #fff;
    font-size: 13px;
    position: fixed;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: -12px 0 0 -46px;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}


.face-images {
    float: left;
    margin-left: 5px;
    margin-right: 20px;
    width: 306px;
}
.face-description {
    overflow: hidden;
    font-size: medium;
    font-family: sans-serif;
    font-style: italic;
    color: #c0c0c0;
}
@media all and (max-width: 1000px) and (min-width: 640px) {
.face-images {
    margin-right: 10px;
    width: 306px;
}
.face-description {
    overflow: visible;
}
}
@media all and (max-width: 639px) {
.face-images {
    margin: 10px 0 0;
    width: 100%;
}
.face-description {
    clear: both;
}
}
a.uk-thumbnail img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}