@font-face {
  font-family: 'BloggerSans';
  src: url("../fonts/BloggerSans.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; 
}
html, body{
	padding:0;
	margin:0;
}

body{
	font-family: 'Roboto' , sans-serif;
}

*{
    box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #df3137;
}
a:hover, a:focus{
	color:#ff3a41;
	text-decoration:underline;
}

img{
	max-width:100%;
}

.header{
	background-image:url('../img/topheadebg.jpg');
	background-position: top center;
	background-size:cover;
	padding-top:50px;
	color:#fff;
	background-color: #313538;
}

.content{
	max-width:1240px;
	margin: 0 auto;
	padding: 0 10px;
}

.clear:after{
	content:'';
	clear:both;
	display:block;
}

.logo{
	float:left;
	width: 30%;
	line-height: 1.4em;
}

.logo .top{
	text-transform: uppercase;
	font-weight:bold;
	font-size: 24px;
}

.logo .top span{
	color:#c6534a;
}

.logo .slogan{
    color: #8f8f8f;
	font-size:15.4px;
	font-weight:200;
}

.topmenu{
	float:left;
	width: 40%;	
}

.header .telmail{
	float:right;
	width: 30%;
}

.topmenu .text{
    text-transform: uppercase;
    text-align: center;
    color: #8f8f8f;
    font-size: 15px;
    word-spacing: 5px;
    padding: 10px 0 30px 0;
}

.telmail{
    color: #8f8f8f;
	text-align:right;
	    line-height: 1.4em;
}
.telmail a{
    color: #8f8f8f;
	text-decoration:none;
	font-size:24px;
	display:block;
	font-weight: 500;
}

.telmail .mail{
	font-size:14px;
}

.menubtns > a{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #645151;
    color: #f5f5f5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
		transition: background .3s;
}

.menubtns > a:hover{
	background:#c6534a;
}

.vidcont{
	top:30px;
	position:relative;
	cursor:pointer;
}



.vidcont .play{
	content:'';
	width:100px;
	height:100px;
	background-image:url('../img/play.png');
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all .3s;
	z-index: 2;
}


.vidcont .play:hover{
	width:120px;
	height:120px;
}

.vidcont iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
}

.h3{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
	margin-top:160px;
	font-size:24px;
	font-weight:200;
}

.h3 b{
	color:#c6534a;
}

.imaggall .gallery {
    margin: auto;
    display: block;
    float: left;
	width: 16.66%;
	position:relative;
}

.imaggall .gallery:after{
	content:'';
	padding-top:100%;
	display:block;
}
.imaggall .gallery .gallery-item{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100% !important;
	height: 100%;
}

.imaggall .gallery .gallery-item:hover{
	top:-5%;
	left:-5%;	
	width:110% !important;
	height:110%;
	z-index:5;
}
.imaggall .gallery .gallery-item img{
	width:100%;
	height: 100%;
	border: none !important;
}
.imaggall .gallery .gallery-item:hover img{
	width:100%;
	height:100%;	
}

.imaggall .gallery .gallery-item:hover a:before{
    content: '';
    display: block;
    width: 60px;
    z-index: 10;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/zoom.png);
}

.imaggall .gallery .gallery-item:hover a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(223, 49, 55, 0.78);
    z-index: 3;
    top: 0;
}	

.imaggall .gallery .gallery-item a:focus{
	outline: none;
}


.imaggall .gallery br{
	display:none;
}



.imaggall .gallery2 *{
	display: block;
	position:absolute;
	width:100% !important;
	height: initial !important;
    float: none !important;
}

.imaggall .gallery2 a{
	display:block;
	position:absolute;
}


.imaggall .gallery2 a.ghover{
	display:block;
	position:absolute;
	width:110%;
	height:110%;
	top:-5%;
	left:-5%;
}
.imaggall .gallery2 a:focus{
	outline:none;
}

.imaggall .gallery2 a:hover{
    position: absolute;
    top: -5px;
    left: -5px;
	z-index:5;
}

.imaggall .gallery2 a:hover:before{
    content: '';
    display: block;
    width: 60px;
    z-index: 10;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/zoom.png);
}

.imaggall .gallery2 a:hover:after{
    content: '';
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    background: rgba(223, 49, 55, 0.78);
    z-index: 3;
    top: 0;
}	


.imaggall .gallery2  .gallery-item{
	display:none;
    margin: 0 !important;
    width: initial !important;
	
}

.imaggall .gallery  .gallery-item .wp-caption-text{
	display:none;
}

.imaggall .gallery  .gallery-item:first-child{ 
	display:block;
}
.imaggall .gallery2  .gallery-item a img{
	border: none !important;
	width:203px;
	height:203px;
}

.imaggall .gallery2  .gallery-item a:hover img{
	width:213px;
	height:213px;
	position:relative;
	z-index:1;
}

.imaggall .item{
	display:block;
	width: 203px;
	height:203px;
	background:#ccc;
	float:left;
}

.uslugi .icon{
	width: 20px;
	height:25px;
	background-image:url('../img/icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left:10px;
}



.uslugi{
	margin-left:-5px;
	margin-right:-5px;
}	


.col-md-3{
	width:25%;
	float:left;
	position:relative;
}

.col-md-7{
	width:60%;
	float:left;
	position:relative;
}

.col-md-5{
	width:40%;
	float:left;
	position:relative;
}

.col-md-6{
	width:50%;
	float:left;
	position:relative;	
}

.uslugi > div.col-md-3{
	padding:5px;
    height: 18.6em;
}


.uslugi .item{
	position:relative;
	width:100%;
	height: 18em;
	display:block;
    overflow: hidden;
}

.uslugi .item:hover {
	position:absolute;
	height: 600px;
	z-index:10;
	color:#fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	transition: height .3s ease;
}


.uslugi .item .inner{
	background:#f5f5f5;
	padding:20px;
	position:relative;
	z-index:2;
	overflow:hidden;
	height: 18em;
}


.uslugi .item:hover .inner{
	background:#c6534a;
	height: auto;
}

.uslugi .item  img{
    position: absolute;
    bottom: 0px;
    width: 100%;	
}

.uslugi .item  a.more{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
    background: #c6534a;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
	transition: background .3s ease;
}

.uslugi .item  a.more:hover{
	background:#e94b3e;
}



.uslugi .item .h4{
	margin-top:20px;
	margin-bottom:25px;
	font-weight: 400;
}
.uslugi .item .text{
	padding:0 20px;
	overflow:hidden;
	font-size:12px;
	height: 10.5em;
	transition: height .5s ease;
}

.uslugi .item:hover .text{
	height: auto;
	padding:0 30px 0 20px;
}

.uslugi .item .text p{
	margin-top:0;
	margin-bottom: 1em;
}



.uslugi .item#rek .icon{	background-position: 0 0;} 
.uslugi .item#rek:hover .icon{ background-position: 0 -25px;}

.uslugi .item#semeynaya .icon{	background-position: -20px 0px;} 
.uslugi .item#semeynaya:hover .icon{ background-position: -20px -25px;}

.uslugi .item#kalendar .icon{	background-position: -40px 0px;} 
.uslugi .item#kalendar:hover .icon{ background-position: -40px -25px;}

.uslugi .item#detskaya .icon{	background-position: -60px 0px;} 
.uslugi .item#detskaya:hover .icon{ background-position: -60px -25px;}

.uslugi .item#portfolio .icon{	background-position: -80px 0px;} 
.uslugi .item#portfolio:hover .icon{ background-position: -80px -25px;}

.uslugi .item#korporativ .icon{	background-position: -100px 0px;} 
.uslugi .item#korporativ:hover .icon{ background-position: -100px -25px;}

.uslugi .item#group .icon{	background-position: -120px 0px;} 
.uslugi .item#group:hover .icon{ background-position: -120px -25px;}

.uslugi .item#nu .icon{	background-position: -220px 0px;} 
.uslugi .item#nu:hover .icon{ background-position: -220px -25px;}

.uslugi .item#events .icon{	background-position: -140px 0px;} 
.uslugi .item#events:hover .icon{ background-position: -140px -25px;}

.uslugi .item#lovestory .icon{	background-position: -160px 0px;} 
.uslugi .item#lovestory:hover .icon{ background-position: -160px -25px;}

.uslugi .item#svadba .icon{	background-position: -180px 0px;} 
.uslugi .item#svadba:hover .icon{ background-position: -180px -25px;}

.uslugi .item#interjer .icon{	background-position: -200px 0px;} 
.uslugi .item#interjer:hover .icon{ background-position: -200px -25px;}

.skolkostoit {
	padding-top: 100px;
}
.pl{
	padding-left: 40%;
}
.pl > *{
	padding-left: 10px;
}

.skolkostoit .h3{
	text-align:left;
	margin: 25px 0;
	color:#2e2e2e;
	font-weight:500;
}

.skolkostoit .text{
	padding-left: 10px;
    padding-bottom: 30px;
    padding-right: 150px;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.footer p{
	 line-height: 1.5;
}

.skolkostoit .text p{
	font-size:13px;
	margin: 15px 0 25px 0;
	color:#383838;
			
}

.h5{
	text-transform:uppercase;
	font-size:15px;
	margin: 20px 0;
	font-weight:500;
}
.footer{
	background-image:url('../img/fbg.jpg');
	background-size: cover;
	font-weight:200;
}
.footer .pl > div{
	padding-right:10px;
	/* padding-right: 60px; */
}

.footer .top{
    color: #cdcdcd;
    padding-right: 80px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.footer .top ul{
    list-style-type: decimal;
    padding-left: 13px;	
}
.footer .top ul li{
    padding-bottom: 1.2em;
}
.footer .top a.fk{
    display: block;
    font-weight: 500;
    color: #df3137;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin-bottom: 20px;

}

.footer .bottom{
	padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.41);
}

.footer .bottom .content{position:relative;}

a.btn{
    display: inline-block;
    border: 1px solid #df3137;
    color: #df3137;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    vertical-align: top;
    margin-top: 8px;
}
.footer .telmail{
	display:inline-block;
	width:150px;
	text-align: left;
}
.footer .telmail a{
	display:block;
		color:#707070;
}

.footer .telmail a.tel{
	font-size:15px;
	font-weight:500;
}
.link-panel{
	padding-top:11px;
}
.link-panel a{
	display: inline-block;
	width:20px;
	height:16px;
	background-image:url('../img/soclinks.png');
	background-position: 0px 0;
	opacity: 0.5;
	transition: opacity .3s ease;
}

.link-panel a:hover{
	opacity:1;	
}

.link-panel a.sale{ background-position: 0px 0; width: 30px;}
.link-panel a.vk{ background-position: -35px 0}
.link-panel a.fb{ background-position: -58px 0}
.link-panel a.ok{ background-position: -81px 0}
.link-panel a.yt{ background-position: -109px 0}
.link-panel a.vi{ background-position: -139px 0}
.link-panel a.in{ background-position: -167px 0}
.link-panel a.sk{ background-position: -195px 0}
.link-panel a.tw{ background-position: -222px 0}
.link-panel a.gp{ background-position: -247px 0}	

.sensei{
	position: absolute;
    bottom: 0;
    left: -220px;
    z-index: 1;
}
