/*
Theme Name: orenotdelka-inner
Theme URI: http://evustudio.ru
Description: ОренОтделка - отделочные работы в Оренбурге
Version: 26/07/2017
Author: EVUStudio
Author URI: http://evustudio.ru
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #eadfbf url(/wp-content/themes/orenotdelka-inner/images/html.jpg) repeat-y 50% 132px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	font-family: 'Fira Sans', sans-serif;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-size:100%;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.wrapper-xl
{
	width:1200px;
	margin:0 auto;
}

.wrapper
{
	width:980px;
	margin:0 auto;
}

.clearfix:after
{
	content:'.';
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.float-bar
{
	background:#EADFBF;
	height:60px;
	-webkit-border-radius: 0 0 3px 3px;/*Safari, Chrome*/
	-moz-border-radius: 0 0 3px 3px;/*Firefox*/
	border-radius: 0 0 3px 3px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#000000)";/*IE 8*/
	-moz-box-shadow: 0 2px 8px 3px rgba(0,0,0,0.1);/*FF 3.5+*/
	-webkit-box-shadow: 0 2px 8px 3px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 2px 8px 3px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000); /*IE 5.5-7*/
	position:fixed;
	top:0;
	width:1200px;
	left:calc(50% - 600px);
	z-index:300;
}

.float-bar ul.clearfix
{
	padding:0 20px;
}

.float-bar ul.clearfix li
{
	float:left;
	padding:0 50px 0 0;
	line-height:60px;
	position:relative;
}

.float-bar ul.clearfix li:last-child 
{
	padding:0;
}

.float-bar ul.clearfix li:last-child span
{
	display:none;
}

.float-bar ul.clearfix li span
{
	position:absolute;
	display:block;
	font-size:10px;
	color:#C64713;
	right:18px;
	top:25px;
	line-height:1;
}

.float-bar ul.clearfix li a
{
	display:block;
	font-size:21px;
	color:#7B321E;
	position:relative;
	text-decoration:none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all  0.6s ease;
	-o-transition: all  0.6s ease;
	transition: all  0.6s ease;
}

.float-bar ul.clearfix li a:after
{
	content:'';
	display:block;
	width:0;
	opacity:0;
	background:#7B321E;
	height:2px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all  0.6s ease;
	-o-transition: all  0.6s ease;
	transition: all  0.6s ease;
	position:absolute;
	left:50%;
	top:80%;
}

.float-bar ul.clearfix li a:hover:after
{
	
	width:100%;
	opacity:1;
	left:0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	
}

.float-bar ul.clearfix li a:hover
{
	color:#C64713;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
}

.header
{
	padding:80px 0 0 0;
}

.header .logo-box
{
	float:left;
}

.header .logo-box a
{
	display:block;
}

.header .logo-box a img
{
	max-width:165px;
}

.header .shedule
{
	float:left;
	width:calc(100% - 175px);
	padding:30px 0 0 10px;
}

.header .shedule .top-info
{
	border-bottom:dashed 1px #e6e8e9;
}

.header .shedule .top-info .socials
{
	float:right;
	position:relative;
	right: 30px;
	top: 10px;
}

.header .shedule .top-info .socials:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/akt.png);
	display:block;
	position:absolute;
	left: -280px;
    top: -45px;
}

.header .shedule .top-info .socials a
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	margin:-30px 0 0 25px;
	height:55px;
	width:55px;
	-webkit-border-radius: 2px;/*Safari, Chrome*/
	-moz-border-radius: 2px;/*Firefox*/
	border-radius: 2px;
	border:solid 1px #C1572C;
	display:block;
	position:relative;
	float:left;
	
	-moz-box-shadow: 5px 5px 0 #C64713;/*FF 3.5+*/
	-webkit-box-shadow: 5px 5px 0 #C64713;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 5px 5px 0 #C64713;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#C64713); /*IE 5.5-7*/
	
}

.header .shedule .top-info .socials a:active
{
	top:5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#C64713)";/*IE 8*/
	-moz-box-shadow: 5px 5px 0 rgba(1,97,164,0);/*FF 3.5+*/
	-webkit-box-shadow: 5px 5px 0 rgba(1,97,164,0);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 5px 5px 0 rgba(1,97,164,0);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */

}

.header .shedule .top-info .socials a span
{
	display:block;

	line-height:55px;
	text-align:center;
	font-size:26px;
	color:#C1572C;
}

.header .shedule .info 
{ font-family: 'Fira Sans', sans-serif;
	font-size:30px;
	color:#781001;
	padding:30px 0 0 30px;
	text-align:center;
}

.header .shedule .number
{
	display:block;
	color:#2C3032;
	float:left;
	font-size:60px;
	margin:0 0 0 20px;
	top:-15px;
	position:relative;
	text-decoration:none;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
}

.header .shedule .number span
{
	font-size:40px;
	color:#C64713;
}

.header .shedule .number:hover
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	-moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);
}

.header .shedule .number:active
{
	-moz-transform: rotate(0deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
}

.video-foreground
{
	position:relative;
	overflow:hidden;
	height:660px;
	background-color: #F0DFA4;
}

.video-wrapper
{
	position:relative;
	
}
.video-foreground:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/baget.png);
	display:block;
	width:100%;
	top:0;
	position:absolute;
	z-index: 20;
}

.video-foreground:after
{
	content:url(/wp-content/themes/orenotdelka-inner/images/baget.png);
	display:block;
	width:100%;
	bottom:-3px;
	position:absolute;
	z-index: 20;
}

.video-foreground video
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    background: url(bg-video-poster.jpg);
    background-size: cover;
    z-index: 10;
}

.video-foreground .overlay
{
	background:rgba(255,255,255,0.5);
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index: 11;
}

.video-foreground .wrapper
{
	position:relative;
	z-index:40;
	padding:100px 0;
}

.video-foreground .specific
{
	margin:120px 0 0 0;
	float:left;
	width:calc(100% - 300px);
	position:relative;
	font-size:90px;
	color:#fff;
	line-height:90px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9D2E00)";/*IE 8*/
	text-shadow: 5px 5px 4px #9D2E00;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9D2E00); /*IE 5.5-7*/
}

.video-wrapper2:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/stars.png);
	display:block;
	position:absolute;
	z-index:50;
	left:0;
	top:-80px;
}

.video-wrapper2:after
{
	content:url(/wp-content/themes/orenotdelka-inner/images/balloons.png);
	display:block;
	position:absolute;
	z-index:50;
	right:0;
	bottom:-60px;
}

.video-foreground .specific2:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/girl-boy.png);
	display:block;
	position:absolute;
	z-index:50;
	right:0;
	top:-92px;
}

.video-foreground .specific span
{
	display:block;
}

.video-foreground .specific span.second
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:80px;	
}

.video-foreground .specific span.third
{
	font-size:80px;
}

.video-foreground .note
{
	float:left;
	 margin: 25px 0 0 0;

}
.note
{
	width:300px;
	position:relative;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#000000)";/*IE 8*/
	-moz-box-shadow: 0 5px 0px rgba(129,79,64,0.2);/*FF 3.5+*/
	-webkit-box-shadow: 0 5px 0px rgba(129,79,64,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 5px 0px rgba(129,79,64,1.0);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); /*IE 5.5-7*/
	-webkit-border-radius: 0 0 10px 10px;/*Safari, Chrome*/
	-moz-border-radius: 0 0 10px 10px;/*Firefox*/
	border-radius: 0 0 10px 10px;	
	
}

.note .note-body
{
	-webkit-border-radius: 0 0 10px 10px;/*Safari, Chrome*/
	-moz-border-radius: 0 0 10px 10px;/*Firefox*/
	border-radius: 0 0 10px 10px;	
	background:#f9f9f9 url(/wp-content/themes/orenotdelka-inner/images/note-linear.png);
	padding:0 0 35px 0;
}

.note .perfo
{
	background:url(/wp-content/themes/orenotdelka-inner/images/paper-top.png)no-repeat top center;
	height:108px;
	position:relative;
	margin:0 0 -2px 0;
}



.form .input
{
	height:36px;
	margin:0 25px 35px 25px;
	padding:10px 0 0 0;
	-webkit-border-radius: 4px;/*Safari, Chrome*/
	-moz-border-radius: 4px;/*Firefox*/
	border-radius: 4px;
	background:#ffffff;

}

.form .input input
{
	border:none;
	background:none;
	outline:none;
	font-size:20px;
	color:#000000;
	margin:5px 15px 5px 15px;
	display:block;
	width:85%;
	padding:0;
	font-family: 'Fira Sans', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	height:24px;
	line-height: 24px;
	
}

.form .input input::-webkit-input-placeholder {color:#C1572C;}
.form .input input::-moz-placeholder          {color:#C1572C;}/* Firefox 19+ */
.form .input input:-moz-placeholder           {color:#C1572C;}/* Firefox 18- */
.form .input input:-ms-input-placeholder      {color:#C1572C;}

.form .input input:focus
{
	border-color:#8D0F1E;
	color:#8D0F1E;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
}

.note .title
{
	color:#2C3032;
  font-family: 'Lobster', sans-serif;
	font-size:22px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 15px;
	margin:0 0 10px 0;
}

.form .button
{
	overflow:hidden;
	height:54px;
	margin:0 25px;
	position:relative;
	-webkit-border-radius: 2px;/*Safari, Chrome*/
	-moz-border-radius: 2px;/*Firefox*/
	border-radius: 2px;
	background:#875846;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#000F19)";/*IE 8*/
	-moz-box-shadow: 0 5px 0 rgba(0,74,125,0.2);/*FF 3.5+*/
	-webkit-box-shadow: 0 5px 0 rgba(0,74,125,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 5px 0 rgba(0,74,125,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

.form .button:active
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#000F19)";/*IE 8*/
	-moz-box-shadow: 0 5px 0 rgba(0,74,125,0);/*FF 3.5+*/
	-webkit-box-shadow: 0 5px 0 rgba(0,74,125,0);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 5px 0 rgba(0,74,125,0);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000F19); /*IE 5.5-7*/
	top:5px;
}

.form .button label
{
	
	display:block;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	height:54px;
	line-height:54px;
	width:calc(100% - 30px);
	position:relative;
	padding:0 0 0 30px;
	cursor:pointer;
}

.form .button input
{
	display:none;
}

.form .button span
{
	background:#C64713;
	position:absolute;
	right:-4px;
	top:0;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	width:65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
}

.form .button:hover span
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	-moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);
}

.title 
{
	font-size:50px;
	color:#282D2F;
	text-align:center;
	margin:40px 0;
}

.title span
{
	display:inline-block;
	border-bottom:dashed 1px #e6e8e9;
	position:relative;
	padding:0 20px 20px 20px;
}


.multiple-items button
{
	position:absolute;
	top:-62px;
	cursor:pointer;
	outline:none;
	display:block;
	right:0;
	height:62px;
	width:62px;
	padding:0;
}

.multiple-items button.slick-prev
{
	background:url(/wp-content/themes/orenotdelka-inner/images/button-left.png)no-repeat 0 0;
	border:none;
	right:90px;
	overflow:hidden;
	text-indent:-9999px;
}

.multiple-items button.slick-prev:active
{
	background:url(/wp-content/themes/orenotdelka-inner/images/button-left.png)no-repeat 0 -76px;
}

.multiple-items button.slick-next
{
	background:url(/wp-content/themes/orenotdelka-inner/images/button-right.png)no-repeat 0 0;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
}

.multiple-items button.slick-next:active
{
	background:url(/wp-content/themes/orenotdelka-inner/images/button-right.png)no-repeat 0 -76px;
}

.multiple-items .slick-slide .pic-fix a
{
	display:table;
	width:100%;
	height: 350px;
}

.multiple-items .slick-slide .pic-fix a span
{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.multiple-items .slick-slide .pic-fix a span img
{
	max-height:100%;
	max-width:100%;
	display: inline-block;
}

.multiple-items .slick-slide .name
{
	display:block;
	text-decoration:none;
	font-size:30px;
	color:#7B321E;
	text-align:center;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
}

.multiple-items .slick-slide:hover .name
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	-moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0, 0);
}

.padd {
    width: 100%;
    height: 50px;
}

.yellow-back
{
	position:relative;
	background:url(/wp-content/themes/orenotdelka-inner/images/otdelka-elite.jpg)no-repeat;
	background-attachment:fixed;
	overflow:hidden;
}

.yellow-back:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/laminat1.jpg);
	display:block;
	width:100%;
	top:0;
	position:absolute;
	z-index: 20;
}


.yellow-back:after
{
	content:url(/wp-content/themes/orenotdelka-inner/images/laminat1.jpg);
	display:block;
	width:100%;
	bottom:-3px;
	position:absolute;
	z-index: 20;
}


.yellow-back .note
{
	float:right;
	margin:65px 0 10px 0;
}

.yellow-back .note .lil-text
{
	padding:0 20px;
	font-size:16px;
	line-height: 30px;
	color:#7B321E;
}

.yellow-back .note .lil-text p
{
	margin:0 0 30px 0;
}

.yellow-back .note .lil-text p:last-child
{
	margin:0;
}

.yellow-back .wrapper
{
	position:relative;
	z-index: 40;
}

.yellow-back .pluses
{
	float:left;
	width:calc(100% - 300px);
}


.yellow-back .pluses
{
	padding:105px 0 0 0;
}

.yellow-back .pluses li
{
	font-size:35px;
	color:#7B321E;
	position:relative;
	font-family: 'Source Sans Pro', sans-serif;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#7B321E)";/*IE 8*/
	text-shadow: 5px 5px 4px rgba(106,30,123,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#7B321E); /*IE 5.5-7*/
}

.yellow-back .pluses li span
{
	display:block;
	font-size:25px;
}

.yellow-back .pluses li:before
{
	position:absolute;
}

.yellow-back .pluses li:first-child
{
	margin: 130px 0 0 0;
}


.yellow-back .pluses li:first-child:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/orenotdelka1.png);
	top: -130px;
  left: 44px;
}

.yellow-back .pluses li:nth-child(2)
{
	float:right;
	margin: 55px 100px 0 0;
}

.yellow-back .pluses li:nth-child(2):before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/orenotdelka2.png);
	top: -130px;
    left: 123px;

}

.yellow-back .pluses li:nth-child(3):before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/orenotdelka3.png);
	top: -130px;
    left: 44px;
}

.yellow-back .pluses li:nth-child(3)
{
	margin:185px 0 0 0;
}



.yellow-back .pluses li:nth-child(4):before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/orenotdelka4.png);
	 top: -130px;
    left: 15px;
}

.yellow-back .pluses li:nth-child(4)
{
	float:right;
	margin: 50px 99px 0 0;
}

.yellow-back .pluses li:nth-child(5):before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/orenotdelka7.png);
	top: -24px;
    left: 220px;
}

.yellow-back .pluses li:nth-child(5)
{
	margin:100px 0 0 0;
}

.splitter li
{
	float:left;
	width:50%;
	overflow:hidden;
	position:relative;
}

.splitter li .overlay
{
	background:rgba(0,0,0,0.2);
	position: absolute;
	width:100%;
	display:block;
	text-decoration:none;
	height:100%;
	top:0;
	left:0;
}

.splitter li .overlay h3
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:40px;
	position:absolute;
	bottom:30%;
	left:5%;
	color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#7B321E)";/*IE 8*/
	text-shadow: 2px 2px 3px rgba(106,30,123,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#7B321E); /*IE 5.5-7*/
}

.splitter li img
{
	display:block;
	-webkit-transition: all 2s ease;
	-moz-transition: all  2s ease;
	-o-transition: all  2s ease;
	transition: all  2s ease;
}

.splitter li:hover img
{
	-moz-transform: rotate(0deg) scale(1.3, 1.3) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0, 0);
	-webkit-transition: all 2s ease;
	-moz-transition: all  2s ease;
	-o-transition: all  2s ease;
	transition: all  2s ease;
}

.splitter li .more
{
	display:block;
	position:absolute;
	text-decoration:none;
	right:5%;
	bottom:5%;
	font-size:20px;
	color:#fff;
	border-bottom:dashed 1px #fff;
	padding:0 0 2px 0;
}

.about .main-text
{
	float:right;
	width:50%;
}

.about .main-text p
{
	font-size:20px;
	color:#282D2F;
	margin:0 0 45px 0;
	line-height:28px;
	position:relative;
}

.about .main-text p .crosses
{
	position:absolute;
	font-size:11px;
	color:#EADFBF;
	bottom:-35px;
	left:calc(50% - 8px);
}

.about .main-text p:last-child
{
	margin:0;
}

.about .illustration
{
	float:left;
	width:40%;
	margin:0 10% 0 0;
}

.about .illustration img
{
	max-width:100%;
}

.footer
{
	margin:70px 0 0 0;
}

.footer a:link {
   text-decoration: none !important;
   color: #282D2F !important;
}

.footer a:visited {
   text-decoration: none !important;
   color: #282D2F !important;
}

.footer .logo-box
{
	width:80px;
	float:left;
	margin:0 100px 0 0;
}

.footer .logo-box img
{
	max-width:100%;
}


.footer .second-menu
{
	float:left;
}


.footer .second-menu li
{
	display:inline-block;
	width:48%;
	margin:0 0 5px 0;
}

.footer .second-menu li a
{
	color:#7B321E;
	font-size:20px;
	text-decoration:none;
}


.footer .phone-box
{
	float:left;
	position:relative;
	border-left:solid 1px #d8ceda;
	height:80px;
	margin:0 0 0 30px;
}

.footer .phone-box .cross
{
	font-size:11px;
	color:#EADFBF;
	position:absolute;
	left:-5px;
	top:calc(50% - 11px);
}

.footer .phone-box .cross i
{
	display:block;
}

.footer .phone-box a
{
	font-size:40px;
	line-height:80px;
	color:#6B0E01;
	margin:0 0 0 30px;
	line-height: 80px;
	display:block;
	text-decoration:none;
}

.footer .phone-box a span
{
	font-size:30px;
}

.footer .developer
{
	float:right;
	line-height: 80px;
	text-align:right;
}


/*TILT*/
.developer22 {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.developer22:hover {
  -webkit-transform: rotate(-360deg);
     -moz-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}



.open-menu
{
	color:#7B321E;
	width:40px;
	height:40px;
	font-size:20px;
	position:absolute;
	top:20px;
	left:5%;
	z-index: 100;
}

.mobile-menu
{
	position:fixed;
	top:80px;
	left:0;
	background:#fff;
	-webkit-transition: all 03s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	max-width:0px;
	overflow:hidden;
	z-index: 100;
	height:100%;
}

.mobile-menu li
{
	position:relative;
	padding:0 0 20px 0;
}

.mobile-menu li span
{
	display:block;
	color:#C7460A;
	font-size:11px;
	position:absolute;
	left:20px;
	bottom:5px;
}

.mobile-menu li a
{
	text-decoration:none;
	display:block;
	font-size:100%;
	padding:0 0 0 20px;	
}

.mobile-menu li a
{
	color: #000000;	
}

.mobile-menu.open
{
	max-width:80%;
	min-width: 50%;
	-webkit-transition: all 03s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#000000)";/*IE 8*/
-moz-box-shadow: 5px 0 0 rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 5px 0 0 rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 5px 0 0 rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.violet-field
{
	position:relative;
	background: #EBE0C1;
	overflow:hidden;
}

.violet-field:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/baget.png);
	display:block;
	width:100%;
	top:0;
	position:absolute;
	z-index: 20;
}


.violet-field:after
{
	content:url(/wp-content/themes/orenotdelka-inner/images/baget.png);
	display:block;
	width:100%;
	bottom:-3px;
	position:absolute;
	z-index: 20;
}

.violet-field .wrapper-xl
{
	position:relative;
	z-index: 30;
}

.violet-field .dotted-border
{
	    background: url(/wp-content/themes/orenotdelka-inner/images/dotted-border2.png)repeat-x top left, url(/wp-content/themes/orenotdelka-inner/images/dotted-border-bottom-2.png)repeat-x bottom left;
}

.violet-field .title
{
	color:#2C3032;
	margin: 0;
    padding: 80px 0 30px 0;
}

.violet-field .title span
{
	border-color:#2C3032;
}

.violet-field .title span:before
{
	background:#fff;
}

.violet-field .lil-title
{
	font-size:30px;
	color:#E0B4B4;
	line-height:34px;
	position:relative;
	text-align:center;
	margin:0 0 30px 0;
}

.violet-field .lil-title.kids:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/boy.png);
	position:absolute;
	display:block;
	bottom:0;
	left:0;
}

.violet-field .lil-title.kids:after
{
	content:url(/wp-content/themes/orenotdelka-inner/images/girl.png);
	position:absolute;
	display:block;
	bottom:0;
	right:0;
}


.violet-field h1
{
	color:#00000;
	margin: 0;
  padding: 80px 0 30px 0;
  font-size: 30px;
}

.violet-field h2
{
	color:#000000;
	margin: 0;
  padding: 20px 0 20px 0;
  font-size: 26px;
  font-weight: bold;
}

.violet-field h3
{
	color:#000000;
	margin: 0;
  padding: 20px 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.violet-field h4
{
	color:#000000;
	margin: 0;
  padding: 20px 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.violet-field a:link
{
	color:#fff;
}

.violet-field a:visited
{
	color:#fff;
}


.age
{
	text-align:center;
	margin:45px 0 0 0;
}

.age li
{
	display: inline-block;
}

.age li span
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all  0.3s ease;
	transition: all  0.3s ease;
	height:55px;
	width:115px;
	-webkit-border-radius: 10px;/*Safari, Chrome*/
	-moz-border-radius: 10px;/*Firefox*/
	border-radius: 10px;
	border:solid 1px #ffff6d;
	display:block;
	position:relative;
	float:left;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(-10deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#ffff6d)";/*IE 8*/
	-moz-box-shadow: 5px 5px 0 #ffff6d;/*FF 3.5+*/
	-webkit-box-shadow: 5px 5px 0 #ffff6d;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 5px 5px 0 #ffff6d;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#ffff6d); /*IE 5.5-7*/
}

.age li span:active
{
	top:5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#C64713)";/*IE 8*/
	-moz-box-shadow: 5px 5px 0 rgba(1,97,164,0);/*FF 3.5+*/
	-webkit-box-shadow: 5px 5px 0 rgba(1,97,164,0);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 5px 5px 0 rgba(1,97,164,0);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#C64713); /*IE 5.5-7*/
	-webkit-transition: all 0s ease;
	-moz-transition: all  0s ease;
	-o-transition: all  0s ease;
	transition: all  0s ease;
}

.age li.active span
{
	top:5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=0, Color=#262424)";/*IE 8*/
-moz-box-shadow: 0 0 11px #262424;/*FF 3.5+*/
-webkit-box-shadow: 0 0 11px #262424;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 11px #262424;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#262424); /*IE 5.5-7*/
}

.age li span a
{
	display:block;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(10deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(10deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(10deg, 0deg) translate(0, 0);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(10deg, 0deg) translate(0, 0);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(10deg, 0deg) translate(0, 0);
	line-height:55px;
	text-align:center;
	font-size:26px;
	color:#C1572C;
	text-decoration:none;
	font-size:30px;
	color:#ffff6d;
	text-align:center;
	white-space:nowrap;
}

.list
{
	margin:30px 0 0 0;
}

.list li
{
	float:left;
	width:300px;
	margin:0 0 20px;
}

.list li .fix-pic a
{
	display:block;
	position:relative;
}

.list li .fix-pic a:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/ramka2.png);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.list li .name
{
	display:block;
	text-decoration:none;
	font-size:30px;
	color:#fff;
	text-align:center;
}

.pagination
{
	text-align:center;
	padding:20px 0 80px 0;
}

.pagination li
{
	display:inline-block;
	margin:0 10px 0 0;
}

.pagination li:last-child
{
	margin:0;
}

.pagination li a
{
	display:block;
	color:#ffff6d;
	text-decoration:none;
	background:url(/wp-content/themes/orenotdelka-inner/images/pagination.png) no-repeat 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	height:62px;
	width:62px;
	font-size:30px;
	line-height: 62px;
}

.pagination li a:active, .pagination li a.active
{
	background:url(/wp-content/themes/orenotdelka-inner/images/pagination.png) no-repeat 0 -69px;
	color:#8D0F1E;
}

.detail
{
	padding:0 0 60px 0;
}

.detail .picture
{
	float:left;
	width:485px;
	height:485px;
	position:relative;
	box-shadow: 0px 0px 12px 0px #222222;
	
}

.detail .picture-k
{
	float:left;
	width:450px;
	height:342px;
	position:relative;
	box-shadow: 0px 0px 12px 0px #222222;
	
}

.detail .picture-k:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/ramka2.png);
	display:block;
	position:absolute;
	height:100%;
	width:100%;
  
	left:0;
	top:0;
}

.detail .picture:before
{
	content:url(/wp-content/themes/orenotdelka-inner/images/ramka2.png);
	display:block;
	position:absolute;
	height:100%;
	width:100%;
  
	left:0;
	top:0;
}

.detail .description
{
	float:left;
	width:calc(100% - 555px);
	margin:0 0 0 70px;
}

.detail .description .tips
{
    margin: 20px 0 40px 0;	
}

.detail .description .tips li
{
	float:left;
	width:33.333%;
}

.detail .description .tips li span
{
	display:block;
	-webkit-border-radius: 30px;/*Safari, Chrome*/
	-moz-border-radius: 30px;/*Firefox*/
	border-radius: 30px;
	border:dotted 2px #780701;
	height:55px;
	width:55px;
	line-height: 60px;
	color:#780701;
	font-size:40px;
	text-align:center;
	float:left;
}

.detail .description .tips li .tip
{
	float:left;
	width:calc(100% - 94px);
	margin: 0 0 0 10px;
	color:#780701;
	font-size:20px;
	line-height: 60px;
	white-space:nowrap;
	font-family: 'Source Sans Pro', sans-serif;
}

.detail .description .text .block-name
{
	font-family: 'Source Sans Pro', sans-serif;
	position:relative;
	font-size:35px;
	font-weight: bold;
	color:#780701;
	margin:0 0 30px 0;
}

.detail .description .text .block-name:before
{
	content:'';
	border-bottom:dotted 2px #780701;
	height:24px;
	top:50%;
	left:0;
	position:absolute;
	width:100%;
}


.detail .description .text .block-name span
{
	position:relative;
	z-index: 10;
	padding:0 10px 0 0;
}

.detail .description .text p
{
	font-size:20px;
	line-height: 24px;
	margin:0 0 20px 0;
	color:#2C3032;
}

.splitter li .zoom
{
	height:80px;
	width:80px;
	-webkit-border-radius: 50px;/*Safari, Chrome*/
	-moz-border-radius: 50px;/*Firefox*/
	border-radius: 50px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:calc(50% - 39px);
	top:calc(50% - 39px);
	text-align:center;
	color:#fff;
	font-size:40px;
	line-height: 80px;
}

.title-type-2
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:40px;
	color:#625E63;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#fffd3c)";/*IE 8*/
	text-shadow: 2px 2px 0 #fffd3c;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#fffd3c); /*IE 5.5-7*/
	text-align:center;
	margin:50px 0;
}

.extra
{
	text-align: center;
}

.extra li
{
	display:inline-block;
	width:182px;
	vertical-align:top;
	margin:0 9px 20px 9px;
}

.extra li .pic-fix
{
	border:dotted 2px #625E63;
	-webkit-border-radius: 30px;/*Safari, Chrome*/
	-moz-border-radius: 30px;/*Firefox*/
	border-radius: 30px;
	padding:5px;
}

.extra li .pic-fix a
{
	display:block;
	height:170px;
	width:170px;
	-webkit-border-radius: 30px;/*Safari, Chrome*/
	-moz-border-radius: 30px;/*Firefox*/
	border-radius: 30px;
	overflow:hidden;
}

.extra li .name
{
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:30px;
	color:#625E63;
	margin:20px 0 0 0;
}

.violet-field.fixed-back
{
	background:none;
	background:url(/wp-content/themes/orenotdelka-inner/images/wave-fixed.png)no-repeat top center;
	height:263px;
	z-index: 40;
	overflow: visible;
}

.lil-up
{
	position:relative;
	top:-34px;
	z-index:30;
}

.violet-field.fixed-back:before, .violet-field.fixed-back:after{display:none;}

.hidden-pictures{display:none;}

.map
{
	position:relative;
}

.map .wrapper
{
	position:relative;
}



.violet-field.fixed-back .note
{
	position:absolute;
	top:calc(100% + 50px);
	right:0;
	z-index: 100;
}

.note .on-contacts p
{
	color:#C1572C;
	padding:35px 20px 0 20px;
	font-size:24px;
}

.note .on-contacts p a
{
	display:inline-block;
	color:#C1572C;
	text-decoration:none;
	border-bottom:dashed 2px #C1572C;
}

.note .on-contacts p a:hover
{
	border-color:transparent;
}

body.fix
{
	overflow-y: hidden;
}

.mobile{display:none;}

@media screen and (max-width:1630px)
{
	.video-wrapper:before{display:none;}
	.video-wrapper:after{display:none;}
}

@media screen and (max-width:1200px)
{
	.wrapper-xl{width:95%;}
	.float-bar {width:90%;left:5%;}
	.list{text-align:center;}
	.list li{float:none;display:inline-block;}
}

@media screen and (max-width:1100px)
{
	.footer .developer{float: none;clear: both;text-align: center;}
        .footer .devel{float: none;clear: both;text-align: center;}
        .footer .devel2{display: none;}
	.detail .description .tips li span {width:60px;height:60px;line-height: 60px;}
	.detail .description .tips li .tip{line-height: 60px; font-size:15px;}
}

@media screen and (max-width:1024px)
{
	.float-bar ul.clearfix li {padding:0 30px 0 0;}
	.float-bar ul.clearfix li span {right:7px;}
}

@media screen and (max-width:980px)
{
	.wrapper{width:95%;}
	.footer .logo-box {margin: 0 30px 0 0;}
	.detail .description{margin:0 0 0 30px;width: calc(100% - 525px);}
}

@media screen and (max-width:910px)
{
	.float-bar ul.clearfix li {}
	.desktop {display:none;}
	.mobile{display:block;}
	.float-bar {display:none;}
	.video-foreground .specific span.second {font-size:60px;}
	.video-foreground .specific:before {top:-140px;}
	.header .shedule .top-info .socials:before{left:-121px;}
	.header .logo-box {float:none;text-align:center;}
	.header .shedule {float:none;width:100%;padding:0;}
	.header .shedule .number{margin:0;}
	.header .shedule .info {padding:20px 0 0 0;text-align:center;}
	.footer .logo-box{display:none;}
	.footer .second-menu {width:60%;}
	.footer .phone-box {width:calc(40% - 40px);}
	.about .main-text {float:none;width:100%;}
	.about .illustration {float:none;text-align:center;width:100%;}
	.detail .picture{float:none;width:100%;text-align:center;}
	.detail .description{float:none;width:100%;margin:0;}
}

@media screen and (max-width:830px)
{
	.header .shedule .top-info .socials:before {display:none;}
	.header .shedule .top-info .socials {float: none;position: absolute;top: 5%;right: 5%;}
	.header .shedule .number{float:none;text-align:center;margin:10px 0 0 0;}
	.video-foreground .specific:before {top:-96px;}
	.video-foreground {height:auto;}
	.video-foreground video{display:none;}
	.video-foreground .specific{float:none;width:100%;margin:0;}
	.video-foreground .note{float:none;margin:0 auto;}
	.violet-field .lil-title.kids:before, .violet-field .lil-title.kids:after{display:none;}
}

@media screen and (max-width:768px)
{
		
	.header .shedule .number{font-size:36px;}
	.header .shedule .number span {font-size:32px;}
	.video-foreground .specific:before {display:none;}
	.video-foreground .specific{font-size:45px;text-align:center;}
	.video-foreground .specific span.third{font-size:45px;}
	.video-foreground .specific span.second{font-size:45px;}
	.multiple-items button{display:none !important;}
	.splitter li{float:none;width:100%;}
	.yellow-back .pluses{display:none;}
	.footer .second-menu{float:none;width:100%}
	.footer .second-menu li {display:block;width:100%;}
	.footer .second-menu li a {text-align:center;display:block;}
	.footer .phone-box{float:none;padding:0;margin:0;border:none;width:100%;text-align:center;}
	.yellow-back .note{float:none;margin:60px auto 10px auto;}
	.age li{margin:10px;}
	.detail .description {margin-top: 20px;}
	.detail .description .tips li span{float:none;margin:0 auto;}
	.detail .description .tips li .tip{text-align:center;float:none;width:100%;margin:0;}
	.detail .picture {max-width:300px; 	max-height: 300px; margin: 0 auto;}
	.detail .picture img{max-width:300px;box-shadow: 0px 0px 12px 0px #222222;}
	.violet-field.fixed-back .note{left:calc(50% - 150px);}
	
	.detail .description .text .block-name {
	  font-size: 24px;
	  padding-bottom: 12px;
	}
	
	
	.footer .phone-box a
{
	font-size:32px;
	line-height:60px;
	color:#6B0E01;
	margin:0 0 0 10px;
	display:block;
	text-decoration:none;
}

.footer .phone-box a span {
	font-size:28px;
}


.title {
   font-size:32px;
}

.splitter li .overlay h3 {
   font-size:32px;
}

.specific {
 display:none;
}

.header .shedule .info {
   font-size: 28px;
   padding-bottom: 15px;
}

.multiple-items .slick-slide .pic-fix a {
   height: 100%;
   border: 2px solid #ffffff;
}

.multiple-items .slick-slide .name {
   font-size: 20px;
}
		
		
		
}







.evs85 {
  margin-top: 35px;
	font-size:30px !important;
	color: #FD0101;
	line-height: 150%;
}
.evs85 span {
   color: #904A41;
}


.evs86 {
  margin-top: 35px;
	font-size:44px !important;
	color: #904A41;
	line-height: 150%;
}

.evs87 {
  margin-top: 35px;
	font-size:30px !important;
	color: #904A41;
	line-height: 150%;
}
.evs87 span {
   color: #FD0101;
}

.devel {
   float:right;
   text-align:right;
   font-size: 14px;
   position: relative;
   top: 15px;
   padding-bottom: 15px;  
}




.footer .devel2
{
        position: relative;
        top: 15px;
        left: -180px;
	float:left;
	text-align:left;
        font-size: 14px;

}


.evs88 {
  margin-top: 35px;
	font-size:24px !important;
	color: #904A41;
	line-height: 150%;
}

.evs88 h1 {
	font-size:48px !important;
        padding: 25px;
}

.evs88 h2 {
	font-size:42px !important;
        padding: 25px;
}

.evs88 h3 {
	font-size:38px !important;
        padding: 25px;
}

.evs88 h4 {
	font-size:30px !important;
        padding: 25px;
}

.evs88 h5 {
	font-size:26px !important;
        padding: 25px;
}

.evs88 h6 {
	font-size:30px !important;
        padding: 20px;
}

.evs88 p {
        margin-top: 15px;
}

.evs88 ul {
        list-style-type: square;
        margin-left: 25px;
}

.evs88 a:link {
     color: #555555;
}

.evs88 a:visited {
     color: #555555;
}

.evs88 a:hover {
     color: #000000;
}

.evsbreadcrumb a:link {
     font-size: 16px;
}

.evsbreadcrumb a:visited {
     font-size: 16px;
}

.evsbreadcrumb a:hover {
     font-size: 16px;
}

.evsbreadcrumb p {
     font-size: 16px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}