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

body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	min-width: 990px;
	min-height: 600px;
		background: transparent url('../images/blue-noise.png') 0 0 repeat;
}

/*body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent url('../images/blue-noise.png') 0 0 repeat;
	min-width: 990px;
	min-height: 600px;
}*/

body {
	
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	}

body::-webkit-scrollbar { 
    display: none; 
}
body.main .container{min-width: 900px!important;width: 100%!important;max-width: 100%;  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

h1,h2,h3,h4{margin: 0;font-weight: 300;    font-family: 'Droid Sans', sans-serif; text-transform:uppercase;  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
.r-1{z-index: 50;}
.r-1.r-2{z-index: 40;}
.header{
	position: fixed;
	width: 100%;
	min-height: 70px;
	background-color: #ffffff;
	left: 0;
	top: 0;
	z-index: 2000;
	padding-top: 25px !important;
	padding-left: 100px !important; 
	padding-right: 100px;
	border-bottom: 1px solid #e5e6ea;
}
.header .logo-wrap{float: left; margin-top: -15px;}
.header .logo-wrap img{max-width: 100%;}
.header .buttons{text-align: right;margin-top: -5px;float: right;position: relative;padding-right: 110px;margin-right: -35px;}
.header .top-menu-wrap ul{list-style: none;padding: 0;margin: 0;text-align: right;}
.header .top-menu-wrap ul li{display: inline-block;padding: 0;margin: 0 0 0 35px;}
.header .top-menu-wrap .dropdown ul li{margin-left: 0!important;display: block;}
.header .top-menu-wrap ul li:first-child{margin-left: 0;}
.header .top-menu-wrap ul li a{color: #666666;border: 0; font-family: 'Droid Sans', sans-serif;  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
.header .top-menu-wrap ul li a:hover{color: #D72013;}

.header .buttons .btn{margin-right: 18px;}
.header .buttons .btn:last-child{margin-right: 0;}
.header .dropdown{
	display: inline-block;
	position: absolute;
	right: 0;
	top: -17px;
	width: 85px;
	height: 70px;
	text-align: center;
}
.header .dropdown > a{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 85px;
	height: 71px;
	text-align: center;
	padding: 22px 15px;
	background-color: transparent;
	color: #67717e;
	font-size: 14px;
	border: 1px solid transparent;
	border-left-color: #e5e6ea;
	border-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-decoration: none!important;
	text-transform: uppercase;
	position: relative;
}
.header .dropdown > a:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;	
	border-top: 4px solid #67717e;
}
.header .dropdown.open > a{
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
}
.header .dropdown.open > a:after{
	border-top-color: transparent;
	border-bottom: 4px solid #67717e;
	margin-top: -6px;
}
.header .dropdown-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 85px;
	padding: 0 0;
	margin: -1px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #e5e6ea;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-ms-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .dropdown-menu>li>a{padding-left: 10px;padding-right: 10px;text-align: center;padding-top: 10px;padding-bottom: 10px;}






.header .top-menu-wrap .dropdown{
	width: auto;
	height: auto;
	background-color: transparent;
	position: relative;
	top: 0;
	text-align: left;
}
.header .top-menu-wrap .dropdown > a{
	width: auto;
	height: 26px;
	padding: 0 10px 0 0;
	text-transform: none;
}
.header .top-menu-wrap .dropdown > a:after{right: 0;margin-top: -1px;display: block!important;}
.header .top-menu-wrap .dropdown,
.header .top-menu-wrap .dropdown > a{width: auto;}
.header .top-menu-wrap .dropdown.open > a:after{margin-top: -5px;}
.header .top-menu-wrap .dropdown-menu{ 
	margin-top: 21px;
	background-color: #fff;
	border: 1px solid #e5e6ea;
	min-width: 200px;
	max-width: 340px;
	text-align: left;
	border-top: 0;
	margin-left: -10px;
}
.header .top-menu-wrap .dropdown-menu li a{text-align: left;font-size: 13px;display: block!important;}
.header .top-menu-wrap .dropdown-menu li a:hover{background-color: #f8f9fb;}








.header .online{
	
	width: 35px;
	margin-right: 10px;
	color: #0a2542;
	font-size: 14px;
	/*display: inline-block;*/
	display: none;
	position: relative;
	/*margin-right: 50px;*/
	padding-left: 35px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;

}
.header .online:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	height: 25px;
	background: transparent url('../images/online.png') 0 0 no-repeat;
}
.rooms img{max-width: 100%;max-height: 100%;}
.navigation{
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 9px;
	left: 0;
	bottom: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation li{float: left;width: 14.28%;}
.navigation li a{
	display: block;
	height: 9px;
	background-color: #4567AB;
	position: relative;
	overflow: hidden;
}
.navigation li a:hover{background-color: #CB0002;}
.navigation li a span{
	position: absolute;
	display: block;
	width: 100%;
	height: 9px;
	left: 0;
	top: -9px;
	background-color: #e2f2f9;
}


	
.main-wrapper .rooms{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 100px 0 0;
	z-index: 100;
	overflow: hidden;
	min-height: 600px;
	min-width: 990px;
}
.rooms .room, 
.rooms .tablet-wrap,
.street,.sky{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.rooms .room:first-child{z-index: 100;}
.sky{z-index: 19;}
.rooms .tablet-wrap{left: 100%;overflow: hidden;}
.tablet-wrap .tablet > img{
	position: relative;
	z-index: 20;
}
.tablet-wrap .mask{
	position: absolute;
	z-index: 10;
	background-color: #fbfbfb;
	width: 365px;
	height: 483px;
	left: 170px;
	top: 39px;
}
.tablet-wrap .mask img,.tablet-wrap .cur-store,.tablet-wrap .stores{position: absolute;left: 0;top: 0;}
.tablet-wrap .cur-store,.tablet-wrap .stores{width: 100%;height: 100%;z-index: 50;}
.tablet-wrap .stores{z-index: 40;}
.tablet-wrap .stores .tap-store{z-index: 45;left: 133px;top: 188px;}
.tablet-wrap .cur-store .but{
	position: absolute;
	left: 21px;
	bottom: 219px;
	width: 158px;
	z-index: 50;
	border-bottom: 5px solid #840000;
}
.tablet-wrap .cur-store .but img{position: static;}
.tablet-wrap .mask .text-mask{
	position: absolute;
	right: 29px;
	z-index: 50;
	background-color: #fbfbfb;
	height: 20px;
	width: 130px;
}
.tablet-wrap .mask .text-mask.tm-1{top: 158px;}
.tablet-wrap .mask .text-mask.tm-2{top: 198px;}
.r-1 .box{
	position: absolute;
	left: 100px;
	bottom: 7%;
	width: 288px;
	height:266px;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-fill-mode: forwards;	
	z-index: 50;
	cursor: default;
}
.r-1 .box .area{
	height: 119px;
	width: 100%;
	left: 0;
	top: -114px;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
.r-1 .box .area .cat{
	position: absolute;
	left: 50%;
	top: 140px;
	width: 138px;
	height: 157px;
	margin-left: -60px;
	-moz-transition: top ease-out 0.3s;
	-webkit-transition: top ease-out 0.3s;
	-o-transition: top ease-out 0.3s;
	-ms-transition: top ease-out 0.3s;
	transition: top ease-out 0.3s;
}
.r-1 .box.isShown .area .cat{top: 30px;}
.r-1 .box.active{
	-webkit-animation: box-shake 0.5s infinite;
	-moz-animation:    box-shake 0.5s infinite;
	-o-animation:      box-shake 0.5s infinite;
	animation:         box-shake 0.5s infinite;	
}




.r-1 .window1{
	position: absolute;
	width: 457px;
	height: 499px;
	left: -350px;
	bottom: 10%;
	background: transparent url('../images/tree-home.png') 0 0 no-repeat;
}



.r-1 .window{
	position: absolute;
	width: 280px;
	height: 336px;
	left: -100px;
	top: 25%;
	background: transparent url('../images/window.png') 0 0 no-repeat;
}
.r-1.r-2 .window{left: auto;right: -100px;}
.r-1 .window .mask{position: absolute;width: 229px;height: 265px;top: 33px;left: 23px;overflow: hidden;}
.r-1 .window span{
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 40px;
	background: transparent url('../images/cloud.png') 0 0 no-repeat;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-fill-mode: forwards;	
}
.r-1 .window .cloud-1{
	left: 110px;
	top: 15px;
	-webkit-animation: max-speed 6s infinite;
	-moz-animation:    max-speed 6s infinite;
	-o-animation:      max-speed 6s infinite;
	animation:         max-speed 6s infinite;
}
.r-1 .window .cloud-2{
	left: 90px;
	top: 160px;
	-webkit-animation: max-speed 9s infinite;
	-moz-animation:    max-speed 9s infinite;
	-o-animation:      max-speed 9s infinite;
	animation:         max-speed 9s infinite;
}
.r-1 .window .cloud-3{
	left: 30px;
	top: 80px;
	-webkit-animation: max-speed 7.5s infinite;
	-moz-animation:    max-speed 7.5 infinite;
	-o-animation:      max-speed 7.5 infinite;
	animation:         max-speed 7.5 infinite;
}
.r-1 .sofa{
	position: absolute;
	width: 617px;
	height: 309px;
	bottom: 7%;
	left: 100%;
	margin-left: -400px;
	z-index: 10;
}
.r-1 .pictires{
	position: absolute;
	width: 300px;
	height: 210px;
		left: 100%;
	margin-left: -275px;
	bottom: 35%;
}
.r-1 .pictires div{position: absolute;}

.r-1 .pictires .p-11{
	width: 74px;
	height: 478px;
	right: 0;
	    top: -20%;
}

.r-1 .pictires .p-1{
	width: 177px;
	height: 119px;
	left: 0;
	top: 50px;
}
.r-1 .pictires .p-2{
	width: 102px;
	height: 81px;
	right: 0;
	top: 0;
}
.r-1 .pictires .p-3{
	width: 102px;
	height: 105px;
	right: 0;
	bottom: 0;
}
.r-1 .man-1{
	position: absolute;
	left: 450px;
	bottom: 6%;
	width: 290px;
	height: 644px;
	z-index: 55;
}
.r-1 .man-2{
	position: absolute;
	left: 11%;
	bottom: 3%;
	width: 376px;
	height: 559px;
	margin-left: -10px;
	z-index: 25;
}
.r-1 .man-2 > img,.cat-2 > img{position: relative;z-index: 10;}
.r-1 .man-2 .dreams,.cat-2 .dreams{
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.r-1 .man-2 .dreams img,.cat-2 .dreams img{position: absolute;}
.r-1 .title{
	position: absolute;
	top: 25%;
	left: 50%;
	width: 630px;
	margin-left: -150px;
	z-index: 50;
}
.r-1 .title.title-3{width: 900px;}
.r-1 .title h1{
	color: #0a2542;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.title-cont-span{
	font-size: 27px;
	color: #0a2542 !IMPORTANT;
}
.r-1 .title{color: #666;font-size: 20px;line-height: 1.3; text-align:center}
.r-1 .title span{}
.title-cont-span {font-weight: 300;color:#0059B2 !important; font-family: 'Ubuntu', sans-serif; text-align:center; text-transform:uppercase;} 
.r-1 .title .social-likes span{color: #ffffff;font-weight: 400;}
.r-1 .title .btn{margin-right: 25px;}
.r-1 .flower{
	position: absolute;
	width: 81px;
	height: 139px;
	left: 3%;
	bottom: 12%;
}
.r-1 .lamp{
	position: absolute;
	width: 156px;
	height: 538px;
	left: 100%;
	margin-left: -13%;
	bottom: 10%;
}
.r-1 .cat-2{
	position: absolute;
	left: 30%;
	bottom: 24%;
	z-index: 26;
}
.r-1 .tablet{
	position: absolute;
	width: 558px;
	height: 714px;
	bottom: 0;
	left: 5%;
}
.r-1 .tablet .hand{
	position: absolute;
	z-index: 50;
	left:50%;
	top: 90%;
	width: 351px;
	height: 628px;
}
.title ol{
	counter-reset: li;
	list-style: none;
	margin: 30px 0 20px 0;
	padding: 0;
}
.title ol li{
	margin: 30px 0;
	padding-left: 50px;
	position: relative;
}
.title ol li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 29px;
	text-align: center;
	padding-top: 2px;
	background: url(../images/bullet-points-3rd.png) no-repeat;
	
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-indent:-999999999999;
	display:none

}

.street{width: 11000px;}
.road{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 138px;
	border-top: 20px solid #ffffff;
	background: #7c8385 url('../images/road.png') 0 50% repeat-x;
	z-index: 40;
}
.city-bck{
	position: absolute;
	width: 5915px;
	height: 712px;
	left: 0;
	bottom: 100px;
	z-index: 10;
}
.city-front{
	position: absolute;
	width: 11100px;
	height: 720px;
	left: 0;
	bottom: 120px;
	z-index: 30;
} 
.street .clouds{position: absolute;left: 0;width: 11000px;z-index: 20;height: 255px;top: 135px;}
.street .clouds div{position: absolute;}
.street .clouds .cl-1{left: -50px;top: 50px;}
.street .clouds .cl-2{left: 620px;top: 110px;}
.street .clouds .cl-3{left: 1830px;top: 100px;}
.street .clouds .cl-4{left: 2435px;top: 30px;}
.street .clouds .cl-5{left: 3735px;top: 90px;}
.street .clouds .cl-6{left: 4510px;top: 40px;}
.street .clouds .cl-7{left: 5500px;top: 60px;}
.street .clouds .cl-8{left: 6510px;top: 130px;}
.street .clouds .cl-9{left: 7700px;top: 50px;}
.car{
	position: absolute;
	width: 786px;
	height: 402px;
	bottom: 80px;
	left: 300px;
	z-index: 50;
}
.car .box{
	position: absolute;
	z-index: 8;
}
.ware .boxes{
	position: absolute;
	right: 0px;
	top: 145px;
	width: 380px;
	overflow: hidden;
	z-index: 10;
}
.ware .boxes div{position: absolute;width: 128px;height: 128px;}
.ware .boxes div > img{position: relative;z-index: 10;}
.ware .boxes div span{
	position: absolute;
	z-index: 9;
	left: 5px;
	top: 0;
	width: 70px;
	height: 80px;
}
.car .car-img{z-index: 9;position: relative;}
.car .wheel{
	position: absolute;
	width: 54px;
	height: 54px;
	bottom: 32px;
	z-index: 10;
}
.car .wheel-1{left: 89px;}
.car .wheel-2{right: 100px;}

.city-front div{position: absolute;bottom: 0;}
.city-front .store-1{left: 60px;}
.city-front .store-2{left: 2920px;bottom: 10px;}
.city-front .store-3{left: 4380px;}
.city-front .store-4{left: 5260px;}
.city-front .ware{left: 7800px;}
.city-front .tree-1{left: 2715px;}
.city-front .tree-2{left: 4165px;}
.city-front .tree-3{left: 5960px;}
.city-front .tree-4{left: 6395px;}
.city-front .ware .door{
	position: absolute;
	right: 83px;
	top: 185px;
	width: 402px;
	height: 321px;
	overflow: hidden;
	z-index: 20;
}
.city-front .ware .door img{left: 0;top: -10px;position: absolute;}
.city-front .ware .large-box{
	position: absolute;
	right: 83px;
	bottom: 18px;
	width: 147px;
	height: 120px;
	overflow: hidden;
	z-index: 11;
}
.city-front .ware .large-box img{position: absolute;top: 0;right: -125px;}
.street .title{z-index: 100;left: 9%;width: 710px;}
.sky .plane{
	position: absolute;
	left: 0;
	bottom: 240px;
	width: 832px;
}
.sky .small-clouds{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.sky .small-clouds div{position: absolute;}
.sky .large-clouds{
	position: absolute;
	left: 200%;
	bottom: -50px;
	width: 5654px;
	height: 850px;
}
.r-1 .title.title-5{margin-left: 0;width: 650px;left: 50%;margin-left: -325px;line-height: 1.5;}
.sky .small-clouds .cl-1{top: 60%;left: 50%;}
.sky .small-clouds .cl-2{top: 22%;left: 80%;}
.sky .small-clouds .cl-3{top: 60%;left: 15%;}







.floor .contorls{
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 260px;
	margin-left: -130px;
	text-align: center;
	padding-top: 75px;
	color: #677a80;
	font-size: 14px;
	line-height: 1.3;
}
.floor .contorls:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 151px;
	height: 59px;
	margin-left: -76px;
	background: transparent url('../images/controls.png') 0 0 no-repeat;

}


.main-wrapper .rooms .floor{
	height: 15%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	
		background: #C7B299 url('../images/bg-floor.png') top left repeat-x;

	
	
	/*background-color: #d2e3e9;*/
}
.main-wrapper .rooms .floor:after{
	content: '';
	position: absolute;
	left: 0;
	top: -426px;
	width: 100%;
	height: 426px;
	background: transparent url('../images/floor-shadow.png') 0 0 repeat-x;
}
.isloading:after,.preloader{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff url('../images/preloader.gif') 50% 40% no-repeat;
	z-index: 10000;
}
body.main .preloader,
body.isloading:after{position: fixed;}
body.main > .preloader:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 22px;
	top: -15px;
	background: transparent url('../images/logo.png') 50% 30% no-repeat;
}
.r-1 .shelf{
	position: absolute;
	top: 25%;
	left: 5%;
}
.r-1 .chair{position: absolute;left: 4%;bottom: 8%;}
.r-1 .cupboard{position: absolute;left: 60%;bottom: 6%;}
.r-1 .man-3{position: absolute;left: 25%;bottom: 6%;}
.r-1 .cat-3{position: absolute;left: 40%;bottom: 6%;}
.r-1 .title.title-6{margin-left: 0;}
.madeby{
	position: fixed;
	right: 20px;
	bottom: 25px;
	z-index: 500;
	color: #757d80;
	font-size: 13px;
	line-height: 2.5;
}
.madeby img{vertical-align: middle;margin-left: 5px;margin-top: -5px;}
.madeby a:first-child{margin-left: 25px;}

.toggle-menu{
	position: relative;
	vertical-align: middle;
	width: 27px;
	height: 22px;
	margin-right: 25px;
	display: none;
}
.toggle-menu span{
	position: absolute;
	display: block;
	width: 27px;
	height: 4px;
	background-color: #4567AB;
	left: 0;
	top: 9px;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.toggle-menu:hover span{background-color: #CB0002;}
.toggle-menu span.first{top: 0px;}
.toggle-menu span.third{top: 18px;}
.social-likes, .social-likes__widget_single{margin-left: 0px;margin-top: 30px;display: block;}
.social-likes .sub-title{margin-bottom: 6px;}
.social-likes_vertical .social-likes__widget{
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	min-width: 1em;
	padding-left: 5px;
	line-height: 2;
}
.social-likes__button{padding: .04em .7em .18em 1.4em;}
.social-likes_vertical .social-likes__widget.social-likes__widget_facebook{margin-left: 0;}



@media (max-width: 1780px){
	.header .buttons .btn span{display: inline-block;}
	.header .buttons .btn.auth{display: none;}
	/*.header .online{width: 35px;}*/
	.header .top-menu-wrap{margin-right: 350px;}
	.header .top-menu-wrap ul li{margin-left: 25px;}
	/*.header .online{margin-right: 10px;}*/
}
@media (max-width: 1660px){
	.r-1 .title h1{font-size: 30px;}
	.r-1 .title{margin-left: -168px;}
	.r-1 .title-2 {margin-left: -80px;}
	.r-1 .title.title-3{width: 650px;margin-left: -40px;}
	.r-1 .title.title-4{margin-left: -220px;width: 600px;}
	.r-1 .man-2 .dreams img.th-3{margin-top: 65px;}
	.r-1 .man-2 .dreams img.th-4{margin-top: 30px;margin-left: -20px;}
	.r-1 .title.title-6{margin-left: -100px;}
	.sky .plane img{width: 80%;}
	.header .dropdown{width: 50px;}
	.header .dropdown > a{width: 50px;}
	.header .dropdown > a:after{display: none;}
	.header .dropdown-menu{min-width: 50px;}
	.header .buttons{padding-right: 50px;}
	.header .top-menu-wrap ul li{margin-left: 12px;}
	.header .top-menu-wrap ul li:first-child{margin-left: 0;}
	.header{padding-left: 0;}
}
@media (max-width: 1361px){
	.r-1 .title{width: 480px;font-size: 14px;margin-left: -120px;}
	.r-1 .title.title-4{margin-left: -280px;}
	.r-1 .title.title-2{margin-left: -50px;}
	.r-1 .title h1{font-size: 24px;}
	.r-1 .tablet{margin-left: -120px;}
	.r-1 .cat-2{margin-left: 100px;}
	.r-1 .cat-3 img{width: 120px;}
	.sky .plane img{width: 70%;}
	.header .top-menu-wrap ul li a{font-size: 14px;}
	.r-1 .man-2 .dreams img{max-width: 65px!important;}
	.r-1 .man-2 .dreams img.th-5{margin-left: -50px;}
	.city-front{height: 650px;}
	.city-bck{height: 660px;}
}
@media (max-width: 1170px){
	.top-menu-wrap{margin-top: -10px!important;}
}
@media (max-width: 1361px){
	
	.header .buttons .btn:first-child{margin-right: 5px;}
	.header .buttons .btn{padding-left: 20px;padding-right: 20px;}
	.r-1 .window{margin-left: -70px;}
	.r-1 .man-1{height: 480px;}
	.r-1 .man-2{height: 430px;bottom: 4%;margin-left: -5px;}
	.r-1 .box{margin-left: -100px;width: 225px;bottom: 4%;}
	.r-1 .box .area{top: -56px;}
	.r-1 .box .area .cat{width: 100px;margin-top: 30px;}
	.r-1 .sofa{height: 250px;width: 500px;}
	.r-1 .pictires{width: 260px;height: 180px;top: 190px;}
	.r-1 .pictires .p-1{height: 90px;}
	.r-1 .pictires .p-2{height: 60px;}
	.r-1 .pictires .p-3{height: 80px;}	
	.r-1 .flower{height: 100px;}
	.r-1 .lamp{height: 415px;}
	.r-1 .cat-2{margin-left: 50px;}
	.r-1 .cat-2 img{width: 70%;}
	.cat-2 .dreams img{margin-left: -27px;margin-top: 30px;}
	.btn.large{font-size: 25px;padding-left: 25px;padding-right: 25px;}
	.r-1 .title.title-3{width: 475px;margin-left: -20px;}
	.r-1 .title.title-3 h1{font-size: 30px;}
	.r-1 .tablet{bottom: -120px;margin-left: -170px;}
	.street,.city-front,.car{margin-left: -80px;margin-bottom: -65px;}
	.road{margin-bottom: -65px;}
	.chair,.shelf{margin-left: -100px;}
	.plane{margin-left: -70px;margin-bottom: -45px;}
	.r-1 .man-3{height: 460px;}
	.r-1 .chair{height: 200px;}
	.r-1 .shelf{top: 28%;}
	.r-1 .cat-3{width: 80%;}
	.social-likes{display: block;margin-top: 30px;margin-left: 0;}
		.r-1 .pictires .p-11{height: 478px;}
}
@media (max-width: 1300px){
	.header .btn.reg{
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: -5px;
		margin-right: 12px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .btn.reg span{display: block;}
	.header .logo-wrap{width: 293px;}
	.header .top-menu-wrap{

		margin-top: 0!important;
	}
	.header .reg{margin-right: 20px;}
	.header .top-menu-wrap ul li{margin-left: 17px;}
}
@media (max-width: 1279px) {
	.header .online{display: none;}
}

.btn.btn-primary {
    border-color: #CB0002;
    color: #ffffff;
    background-color: #CB0002;
}

.btn.btn-primary:hover {
    background-color: #C10000;
}

.btn.btn-success{
 background-color: #356AAE;
    border-color:#356AAE;
}

.btn.btn-success:hover {
    background-color: #295589;
    border-color:#295589;
}




#nav-expander { background:url(../images/bars.png) no-repeat top right; }

a#nav-expander { padding-right:24px}

.header .top-menu-wrap ul li a:hover { cursor:pointer}

a.nav-expander {
  color: #0a2542;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

nav {
  background:#f8f8f8;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 14em;
  z-index: 2000;
  
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.nav-expanded nav {
  right: 0;
   -webkit-box-shadow: -5px 0 10px 2px #B3B3B3;
box-shadow: -5px 0 10px 2px #B3B3B3;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  
}

.main-menu {
  padding-top: 12px;
 
}

.main-menu li {
  border-bottom: 1px solid #eee;

  font-size: 14px;
 
}

.main-menu li a {
  color: #666;
  text-decoration: none;
   padding: 12px;
    	 display:block
}

.main-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background:#D72013;

}


.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}


	.r-1 .title h1{font-family: 'Droid Sans', sans-serif; color:#C90000; font-weight:300}
	
	.rxx5 .window12 {
    left: auto;
    right: -100px;
}
	.rxx5 .window12 {
    position: absolute;
    width: 457px;
    height: 499px;
    left: -100px;
    top: 25%;
    background: transparent url('../images/tree-home.png') 0 0 no-repeat;
	}
	
	@media (max-width: 1361px) {
	.rxx5 .window12{
    margin-left: -70px;
}

	}


.header .logo-wrap img {
    max-width: 100%;
}

.bacground-menu{ background: url(../images/menu-emotion.png) no-repeat bottom center;     background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
	
	
h2 { color:#C90000}	

.title-3 { text-align: left !important}

.title-3  ol li { padding-left:0 !important}

.lang-yps-select {    background-color: #f3f2f1; 
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; color:#666;     font-size: 13px;
    text-transform: uppercase;
    padding: 2px;}


.navigation2 {
	
	}
	
	.navigation2 a {
}

	@media (min-width: 1361px) {
.r-1 .title .btn {
  
    font-size: 24px;
}


.r-1 .box .area {
    top: -90px;
}

	.r-1 .box .area{
	height: 167px;
	}

	}
	
