/*
Template for vomeks.by
Включает параметры адаптивного дизайна
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HOME
05. TEAM
06. PORTFOLIO
07. SERVICES
08. FEATURES
09. PRICING
10. BLOG
11. DOWNLOAD APP
12. CONTACT
13. OTHER ELEMENTS
		a. Video PopUp
		b. Newsletter
		c. Buttons
		d. Gallery PopUp
		e. Testimonials
		f. Accordion Tabs
		g. Features List
		h) Fun Facts
		i) Partners
14. MEDIA QUERIES

--- */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 17px;
	line-height: 30px;
}

ul li i{
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #7c8595;
	margin-bottom:15px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom:20px;
  color: #2F362F;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title{
    color: #292929;
    margin-bottom: 15px;
	margin-top: -5px;
}

h2.section-title.grey{
	color:#ddd;
}

h2.section-title.white{
	color:#ffffff;
}

p.section-subtitle{
	font-size:18px;
}

p.section-subtitle.grey{
	color:#bbb;
}

p.section-subtitle.white{
	color:#ffffff;
}

h3.medium-title {
	font-size: 32px;
	margin-top:10px;
}

ul {
	padding: 0;
}

ul li{
	list-style-type: none;
}

a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}

iframe {
    max-width: 100%;
    border: none;
}

.white-text{ 
	color: #fff;
}

.blue {
    color: #3498db;
}

.lyla {
    color: #6B02FF;
}

.section-white {
	background-color: #fff;
	padding: 90px 0 10px 0;
}

.section-grey{
	background: #f5f6f7;
	padding: 90px 0 100px 0;
}

.section-white.no-padding, .section-grey.no-padding {
	padding:0;
}

.section-white.small-paddings, .section-grey.small-paddings {
	padding: 30px 0;
}

.section-white.xsmall-paddings, .section-grey.xsmall-paddings {
	padding: 10px 0;
}

.section-white.small-padding-top, .section-grey.small-padding-top {
	padding: 30px 0 90px 0;
}
.section-white.small-padding-top-2, .section-grey.small-padding-top-2 {
	padding: 3px 0 30px 0;
}

.section-white.small-padding-bottom, .section-grey.small-padding-bottom {
	padding: 90px 0 5px 0;
}

.section-white.no-padding-bottom, .section-grey.no-padding-bottom {
	padding: 90px 0 0 0;
}

.top-shape-wrapper {
	overflow:hidden;
	padding-top:70px;
}

.top-shape {
	position: relative;
	display: block;
	padding: 90px 0;
}

.top-shape:before {
    -webkit-transform: rotate(-172deg);
    background-color: #f5f6f7;
    border-radius: 750px;
    content: "";
    height: 1250px;
    left: -250px;
    position: absolute;
    top: 0;
    transform: rotate(-186deg);
    width: 2050px;
}

.bottom-shape {
	position: relative;
	z-index: 999;
    overflow: hidden;
}

.bottom-shape:after {
    -webkit-transform: rotate(-172deg);
    background-color: #f5f6f7;
    border-radius: 750px;
    content: "";
    height: 1250px;
    left: -400px;
    position: absolute;
    top: -340px;
    transform: rotate(-170deg);
    width: 2250px;
    z-index: -100;
}

.section-lyla{
	background: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
  	padding: 90px 0 70px 0;
}

.section-lyla-shape{
	z-index: 10;
    overflow: hidden;
    position: relative;
    padding-top: 90px;
    padding-bottom: 132px;
    background-color: #f5f6f7;
}

.section-lyla-shape:before {
    -webkit-transform: rotate(176deg);
    background: rgb(213,16,28);
    border-radius: 750px;
    content: "";
    height: 1250px;
    left: -400px;
    position: absolute;
    top: -800px;
    transform: rotate(176deg);
    width: 2250px;
    z-index: -100;
}

.section-dark{
	background-color:#272834;
	padding:90px 0;
}

.width-100{
	width: 100%;
}

.extra-image {
    position: relative;
    margin-top: 30px;
    margin-bottom: -210px;
    z-index: 100;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.z-a1{ z-index: -1;}
.z-1{ z-index: 1;}
.z-10{ z-index: 10;}
.z-100{ z-index: 100;}
.z-999{ z-index: 999;}
.z-9999{ z-index: 9999;}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

.navbar-brand{
	font-family: 'Cabin', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff!important;
}

.navbar-fixed-top.opaque .navbar-brand{
	font-family: 'Cabin', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff!important;
}

.navbar-fixed-top #navbar-collapse-02 .current a {
	color:#008aff;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a {
    color: white!important;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background: rgb(255, 125, 5) !important;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-fixed-top {
	position: absolute!important;
    background: transparent;
	transition: background-color 0.25s ease 0s;
}
@media (min-width: 1200px) and (max-width: 1220px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1221px) and (max-width: 1290px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1221px) and (max-width: 1329px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1330px) and (max-width: 1360px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1361px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1440px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1500px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1550px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1600px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}
@media (min-width: 1920px) {

	 .navbar-fixed-top {
		background: transparent;
	}

}

.navbar-fixed-top.opaque {
	position: fixed !important;
    background-color: rgb(238, 238, 238);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    padding: 13px 0;
    transition: all 0.25s ease-in-out 0s;
    border-bottom: 1px solid rgb(213, 209, 209);
}

.navbar-fixed-top .navbar-nav > li > a, .navbar-fixed-top .navbar-nav > li > a:hover{
	
    
background: transparent;

	color: rgb(255, 110, 0)!important;
	margin: 1px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a{
	color:#fff !important;
	font-size: 14px;
	line-height: 30px !important;
	text-transform: uppercase;
	padding: 10px 20px!important;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	background: black;
}

.navbar-fixed-top.opaque .navbar-nav > li > a{
	color:#fff !important;
	width: 100%;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn {
	background: transparent;
	text-shadow: none;
    border: 1px solid rgb(234, 100, 16);
    border-radius: 0px 18px;
    padding: 8px 24px !important;
    margin-left: 10px;
    margin-right: 15px;
    font-family: 'Cabin', sans-serif;
    color: black !important;
    font-weight: 500;
	transform: none;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
	background: rgb(40, 39, 39);
    border: 1px solid rgb(0, 0, 0);
    color: rgb(255, 255, 255) !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 300;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
	border: 1px solid #ffffff;
	color: #7566e3!important;
	background: #ffffff;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
	color: #fff!important;
	background: transparent;
	border: 1px solid #fff;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a.discover-btn {
    color: #7566e3!important;
}
/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer{
	position: relative;
	overflow: hidden;
    display: block;
    margin-top: 30px;
    padding: 20px 0px 20px 20px;
    background-color: rgb(32, 28, 28);
}

.footer:before {
    background-color:rgb(28, 28, 27);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    content: "";
    height: 1250px;
    left: -360px;
    position: absolute;
    top: 40px;
    transform: none;
    width: 2250px;
}

.footer p {
	font-size: 16px;
	color: #eaeaea;
}

.footer p a {
	font-size: 16px;
	color: #eaeaea;
	text-decoration:underline;
}

/* Footer Social Icons */
ul.ftrsl{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	margin-bottom: 21px;
}

ul.ftrsl li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.ftrsl li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: black;

  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.ftrsl li a i:hover {
	color:#4285f4;
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.home-section {
	position: relative;
	z-index: 999;
	overflow: hidden;
	position: relative;
  	padding-top: 110px;
  	padding-bottom: 80px;
  	background-color: transparent;
}

.home-section:before {

   background: transparent;
   content: "";
   height: 1250px;
   position: absolute;
   width: 2250px;
   z-index: -100;
}

.home-section-overlay {
    background: url(../images/fon.jpg) no-repeat scroll center top/contain;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-section h1{
    line-height: 54px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
}

.home-section p{
	margin-bottom: 30px;
	max-width: 600px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
}

/* ========================================================== */
/* 			               05. TEAM                           */
/* ========================================================== */

.team-item{
	margin-top:40px;
	padding: 50px 20px;
    background-color: #fff;
    border-bottom: 3px solid #e0e0e0;
    box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    text-align: center;
    transition: all 1s;
	border-radius: 8px 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-item:hover {
	margin-top: 25px;
	border-bottom: 3px solid #9561d4;
	transition: all 1s;
}

.team-item h3{
	margin:20px 0 1px 0!important;
	color:#454545;
	font-size:18px;
	font-weight: 700;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-info {
	display: block;
	margin-bottom:0;
}

.team-info p{
	color:#acacac;
	font-style:italic;
}

.team-info::after {
    background: #9561d4;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 50px;
    height: 3px;
    margin-top: -20px;
}

.team-img{
	max-width: 140px;
	padding: 6px 6px;
    background-color: #dedede;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.team-icon {
	margin: 25px 0 0 0;
}

ul.team-icon li{
	display: inline-block;
	margin:0 3px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

ul.team-icon li a{
	margin: 0;
	display: inline-block;
	padding: 8px 8px;
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 18px;
	background-color: #fff;
	border-radius: 50%;
	color:#fff;
}

ul.team-icon li a.twitter{
	background-color: #4099ff;
}

ul.team-icon li a.pinterest{
	background-color: #C92228;
}

ul.team-icon li a.facebook{
	background-color: #3b5998;
}

ul.team-icon li a.dribble{
	background-color: #ea4c89;
}

.team-icon li a:hover{
	color:#dedede;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 						   06. PORTFOLIO                      */
/* ========================================================== */

.portfolio-item-wrapper{
	margin-top: 20px;
	margin-bottom:20px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
}

.portfolio-box,
.portfolio-box-grey{
	text-align:center;
	background-color: #fff;
    border-bottom: 3px solid #e0e0e0;
	padding:1px 20px 12px 20px;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}


.portfolio-box-grey{
	margin-bottom:30px;
	background-color: #f6f7f8;
    border-bottom: 2px solid #e0e0e0;
}

.portfolio-box h3, .portfolio-box-grey h3{
	margin:10px 0 1px 0!important;
	line-height: 20px;
}

.portfolio-box h3 a, .portfolio-box-grey h3 a{
	color:#454545;
	font-size:18px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.portfolio-item-wrapper h3 a:hover{
	color:#3498db;
}

.portfolio-box p.portfolio-info{
	font-size:15px;
	font-style:italic;
	margin-bottom:5px;
}

.portfolio-item-wrapper img{
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/* ========================================================== */
/* 			                07. SERVICES                      */
/* ========================================================== */

.main-services {
	margin-top: 40px;
	padding: 50px 30px 30px 30px;
	background-color: rgb(213, 16, 28);
	border-bottom: 3px solid #e0e0e0;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius: 8px;
	text-align: center;
	transition: all 1s;
}

.main-services:hover {
	margin-top: 25px;
	border-bottom: 3px solid #9561d4;
	transition: all 1s;
}

.main-services img{
	width: 100%;
    margin-bottom: 25px;
}

.main-services h3{
	font-size: 22px;
	color: #292929;
	margin-bottom: 15px;
}

.main-services p{
	padding: 0 10px;
}

blockquote {
	font-size: 16px;
	color: #4285f4;
	border-left: 2px solid #4285f4;
}

a.btn-download {
	color: #ffffff;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	background: #4285f4;
	border: 2px solid #4285f4;
	border-radius: 5px 5px;
	padding: 15px 25px;	
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 60px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

a.btn-download i{
	font-size: 16px;
	margin-right: 10px;
}

a.btn-download:hover {
	color: #4285f4;
	background: transparent;
	border:2px solid #4285f4;
}

ul.features-responsive{
	margin-bottom: 40px;
}

ul.features-responsive li {	
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #8f8f8f;
	display: block;
	margin-bottom: 10px;
}

ul.features-responsive li i {
	font-size: 18px;
	vertical-align: bottom;
	color: #4285f4;
	margin-right: 10px;
}

/* Features */
.feature-box{
	overflow: hidden;
    margin: 40px 0 0 0;
    background: rgba(232, 229, 229, 0.68);
    padding: 9px 9px 13px 9px;	
}

.feature-box i{
	float: left;
	padding: 15px 15px;
	font-size: 45px;
	line-height: 45px;
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
    background: #7566e3;
}

.feature-box.light-blue i{
    background: #50a0d2;
}

.feature-box.dark-blue i{
    background: #3473b8;
}

.feature-box.light-green i{
    background: #a9d129;
}

.feature-box.dark-green i{
    background: #87ac34;
}

.feature-box.orange i{
    background: #fe9c24;
}

.feature-box.light-red i{
    background: #fc6a3f;
}

.feature-box.pink i{
    background: #ea4c89;
}

.feature-box-text {
    font-family: 'Arial';
    font-weight: 600;
}

.feature-box h4{
	font-size: 20px;
	margin-bottom: 10px;
}
@media (min-width: 500px) and (max-width: 1259px) {	
	
.feature-box h4 {
    font-size: 13px;
	
	
   }

}
@media (min-width: 1260px) and (max-width: 1390px) {	
	
.feature-box h4 {
    font-size: 19px;
	
	
   }

}
.feature-box p{
	color: #7c8595;
}

.feature-inner {
	float: left;
	width: 70%;
	margin-left: 30px;
}

.feature-inner h4, .feature-inner-left h4, .feature-inner-right h4{
	font-size: 18px;
	color: #282828;
	margin-top: 0;
	margin-bottom: 10px;
}

.feature-wrapper{
	overflow: hidden;
	margin: 30px 0;
}

.feature-wrapper i.lefts{
	float: right;
	margin-top: 10px;
	margin-right: 3px;
}

.feature-wrapper i.rights{
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}

.feature-inner-left {
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 30px;
}

.feature-inner-right{
	float: left;
	width: 70%;
	text-align: left;
	padding-left: 30px;
}

/* ========================================================== */
/* 			             08. FEATURES                         */
/* ========================================================== */

.features_item{
	margin-bottom:20%;
	height: 70px;
}

.features_item h4{
	font-weight:700;
	font-size:26px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.text_align_right {
	text-align:right;
}

.text_align_left {
	text-align:left;
}

/* ----- Dropcaps ----- */
.dropcaps_left, .dropcaps_right {
	background: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#333133 0,#575459 16%,#18181a 52%,#28262b 52%,#626666 100%,#2a2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
	float:left;
	width: 76px;
	height: 76px;
	text-align: center;
	vertical-align:middle;
	color:#fff;
	font-size: 32px;
	position: relative;
	-webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.dropcaps_right {
	-webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
}

.dropcaps_left {
	-webkit-border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    border-radius: 25px 25px 25px 0;
}

.dropcaps_left span.features_icons, .dropcaps_right span.features_icons {
	vertical-align: baseline!important;
	font-size: 32px;
	line-height: 76px!important;
}

.dropcaps_left {
	float:left;
	margin: 10px 15px 50px 0;
}

.dropcaps_right {
	float:right;
	margin:10px -19px 50px 25px;
}

.features_item:hover .dropcaps_left, .features_item:hover .dropcaps_right {
	color:#fff;
	background-color: transparent;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
/* ----- Dropcaps  2 ----- */
.dropcaps_left-2, .dropcaps_right-2 {
	background: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#333133 0,#575459 16%,#18181a 52%,#28262b 52%,#626666 100%,#2a2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
	float:left;
	width: 76px;
	height: 76px;
	text-align: center;
	vertical-align:middle;
	color:#fff;
	font-size: 32px;
	position: relative;
	-webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.dropcaps_right-2 {
	-webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
}

.dropcaps_left-2 {
	-webkit-border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    border-radius: 25px 25px 25px 0;
}

.dropcaps_left-2 span.features_icons, .dropcaps_right-2 span.features_icons {
	vertical-align: baseline!important;
	font-size: 32px;
	line-height: 76px!important;
}

.dropcaps_left-2 {
	float:left;
	margin: 10px 15px 50px -10px;
}

.dropcaps_right-2 {
	float:right;
	margin:10px -11px 50px 10px;
}

.features_item:hover .dropcaps_left-2, .features_item:hover .dropcaps_right-2 {
	color:#fff;
	background-color: transparent;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 			               09. PRICING                        */
/* ========================================================== */

.price-box-white{
	text-align: center;
	background-color: #fff;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
	padding: 50px 0;
	width: 90%;
	margin-top:40;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey{
	text-align: center;
	background: #f4f5f6;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
	padding: 50px 0;
	width: 90%;
	margin-top:30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-blue{
	text-align: center;
	background-color: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
	padding: 50px 0 40px 0;
	color:#fff;
	width: 90%;
	margin-top:30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-blue:hover, .price-box-grey:hover, .price-box-white:hover {	
	transform: scale(1.03,1.03);
	-ms-transform: scale(1.03,1.03); /* IE 9 */
    -webkit-transform: scale(1.03,1.03); /* Safari */

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.price-box-white .price-title, .price-box-white ul.pricing-list li.price-value,
.price-box-grey .price-title, .price-box-grey ul.pricing-list li.price-value{
	color: #292929;
}

.price-box-white .price-subtitle,.price-box-white .price-text,
.price-box-grey .price-subtitle,.price-box-grey .price-text{
	color: #6a6a6a;
}

ul.pricing-list li.price-title{
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}

ul.pricing-list li.price-value{
	font-family: 'Cabin', sans-serif;
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top:20px;
	margin-bottom: 10px;
}

ul.pricing-list li.price-subtitle{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

ul.pricing-list li.price-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

ul.pricing-list li.price-tag a{
	color: #fff;
	background: #008aff;
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
	border-radius: 5px 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 30px 0 5px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover{
	background: #008aff;
    background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
    background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: linear-gradient(135deg, #6B02FF 0%, #6B02FF 100%);
}

.price-box-blue ul.pricing-list li.price-tag a{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 5px 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 40px 0 30px 0;
}

.price-box-blue ul.pricing-list li.price-tag a:hover{
	color: #4285f4;
	border: 2px solid #fff;
	background: #fff;
}

/* ========================================================== */
/* 			                   10. BLOG                       */
/* ========================================================== */

.blog-item{
	margin-top: 40px;
	background-color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item img {
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.blog-item-inner{
	margin-bottom: 30px;
	padding:5px 25px 30px 25px;
}

.blog-item-inner p{
	margin:12px 0 15px 0;
}

h3.blog-title{
	margin-top:15px;
	margin-bottom:10px;
}

h3.blog-title a{
	font-size:21px;
	color:#454545;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover{
	color:#87ac34;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons{
	color:#858585;
	font-size:14px;
	font-style:italic;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #aaa;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons i{
	padding-right: 4px;
	color:#656565;
	font-size:17px;
	line-height:18px;
	vertical-align: text-bottom;
}

a.blog-icons.last{
	border-right: none;
}

a.blog-icons:hover{
	color:#228798;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.button-blog{
	background-color: #34b1c4;
	border:1px solid #34b1c4;
	color:#fff;
	display:inline-block;
	font-weight:400;
	font-size:13px;
	padding:10px 20px;
	margin:0 0 20px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button-blog:hover{
	background-color: transparent;
	border:1px solid #34b1c4;
	color:#34b1c4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 			            11. DOWNLOAD APP                      */
/* ========================================================== */

.applied-wrapper{
	background: url(../images/parallax-2.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	position: relative;
}

.wrapper-overlayz{
	position: absolute;
	background-color: rgba(15, 15, 15, 0.54);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
  	opacity:0.88;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
}

.shape-grey-image-top{
	background: url(../images/shape-top-right.png) top center no-repeat;
	background-size: contain;
	background-attachment: scroll;
	width: 100%;
	max-height: 200px;
	padding: 100px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.shapes-image-top{
	background: url(../images/shape-top-right-2.png) top center no-repeat;
	background-size: contain;
	background-attachment: scroll;
	width: 100%;
	max-height: 200px;
	padding: 100px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.title-download-app-padding{
	padding-top: 55px;
}

.btn-download-app {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px 5px;
	margin: 15px 15px 10px 0;
	padding: 9px  25px 14px 25px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-download-app.last {
	margin-right: 0!important;
}

.btn-download-app:hover{
	color: #008aff;
	background: rgba(255,255,255,0.15);
	border: 1px solid #fff;
}

.btn-download-app p {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.btn-download-app p small {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.btn-download-app span {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	padding-right: 12px;
	vertical-align:text-bottom;
}

/* ========================================================== */
/* 						    12. CONTACT                       */
/* ========================================================== */

iframe.contact-maps {
	margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #f6f7f8;
    border: 1px solid #eaeaea!important;
}


p.contact-info{
	margin-bottom:8px;
}

p.contact-info a{
	margin-bottom:8px;
	color: #7c8595;
}

p.contact-info a:hover{
	text-decoration: underline;
}

p.contact-info i{
	font-size:18px;
	padding-right:5px;
	vertical-align: middle;
	color: rgb(213, 16, 28);
}


#contact-form{
	margin-bottom:10px;
}

input.contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:23px;
	color: #727272;
	background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #727272;
	background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	background: #008aff;
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:600;
    padding: 20px 34px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover{
	color: #fff;
	background: #985BEF;
    background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
    background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#aaa;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#aaa;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#aaa;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#aaa;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#454545;
	font-size:21px;
	font-style:italic;
}

/* ========================================================== */
/* 			               13. OTHER ELEMENTS                 */
/* ========================================================== */

/* -----  a) Video PopUp ----- */

.video-wrapper{
	background: url(../images/welcome.jpg) no-repeat scroll center center/contain;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	padding: 155px 0;
	margin-bottom: 5%; 
	position: relative;
}

.video-wrapper-overlay{
	position: absolute;
    background-color: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#716161 0,#b04241 16%,#1c1c1e 52%,#1e1c1c 52%,#333535 100%,#080809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    opacity: 0.88;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.shape-image-top{
	background: url(../images/shape-top-right.png) top center no-repeat;
	background-size: contain;
	background-attachment: scroll;
	width: 100%;
	max-height: 200px;
	padding: 100px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.shape-image-bottom{
	background: url(../images/shape-bottom-right.png) bottom center no-repeat;
	background-size: contain;
	background-attachment: scroll;
	width: 100%;
	max-height: 92px;
	padding: 46px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.video-icon {
	width: 100px;
	height: 100px;
	border:2px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	background: transparent;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-icon:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -50px;
    bottom: 10%;
    margin-bottom: -10px;
    -webkit-animation: doublePulsation 1.9s ease infinite;
    animation: doublePulsation 1.9s ease infinite;
    z-index: 0;
}

@-webkit-keyframes doublePulsation {
     0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 0.55;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

@keyframes doublePulsation {
     0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 0.55;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

.video-icon:hover{
	background: #fff;
}

.video-icon:hover i{
	color: #4285f4;
}

.video-icon i {
	font-size: 54px;
	line-height: 100px;
	color:#fff;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-title{
	font-size: 34px;
	line-height: 40px;
	margin-top: 45px;
	color: #fff;
}

.video-title span{
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}

/* -----  b) Newsletter ----- */

.newsletter_form_wrapper{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.newsletter_form_box{
	margin:0 auto;
	max-width:730px;
}

#newsletter-form #email_newsletter {
	width:100%;
	max-width:450px; 
	height:65px;
    padding:0 20px;
	border: 2px solid #fff;
	background-color: transparent;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
	color:#fff;  
    font-size:16px;
	margin:0;
}

#newsletter-form #submit-button-newsletter {
    width: 165px;
	height:65px;
    background: #fff;
	border: none;
    color:#9561d4;  
    display: inline;
	margin:0 0 0 -5px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	font-size:16px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	color:#454545;
    background-color:#fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

input#email_newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
input#email_newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input#email_newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
input#email_newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

.newsletter_success_box{
	font-size:18px;
	font-style:italic;
	color:#fff;
	margin:5px 0;
}

/* c) Buttons */

.btn-blue {
	color: #fff!important;
    background: #3498db;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	border-radius: 6px 6px;
	margin: 10px 0;
	padding: 16px 30px;
	display: inline-block;
}

.btn-blue.small {
	padding: 14px 26px;
}

.btn-blue:hover{
	color: #fff;
	background: #3498db;
}

.btn-white {
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	color: #6B02FF;
	background-color: #ffffff;
	border: 1px solid #fff;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 5px 5px;
	margin: 10px 10px 0 10px 0;
	padding: 20px 45px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #6B02FF!important;
	background:#f9f9f9;
}

.btn-white-border {
	color: #fff;
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 5px 5px;
	margin: 10px 10px;
	padding: 15px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover{
	color: #008aff;
	background: #fff;
	border: 1px solid #fff;
}

.btn-white i, .btn-white-border i {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
	vertical-align: text-top;
}

.btn-green {
	font-family: 'Cabin', sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #0ccec0;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    letter-spacing: 1px;
	border-radius: 5px 5px;
	margin: 10px 10px 0 10px 0;
	padding: 20px 36px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-green:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background:#09b9ac;
}

.btn-green.small {
	padding: 14px 26px;
}

.btn-lyla {
	color: #fff!important;
    background: rgb(213, 16, 28);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	border-radius: 6px 6px;
	margin: 10px 0;
	padding: 20px 32px;
	display: inline-block;
}

.btn-lyla.small {
	padding: 14px 26px;
}

.btn-lyla:hover{
	background: #008aff;
    background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
    background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
    background: linear-gradient(135deg, #6B02FF 0%, #6B02FF 100%);
}

a.btn-green:visited, a.btn-green:focus, a.btn-lyla:visited, a.btn-lyla:focus{
	color: transparent !important;
}

/* -----  d) Gallery Images Animations ----- */

.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper, 
.popup-gallery-rounded a span.eye-wrapper2 {
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:52px;
	z-index: 3;
	top: 50%!important;
	margin-top: -26px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-show {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); 
	border: 8px solid rgba(255, 255, 255, 0.8);
	margin: 20px 10px 40px 10px;
}

.gallery-item-wrapper{
	float: left;
	width: 100%;
}

/* e) Testimonials */
.testim-inner{
	margin-top: 5%;
	text-align: center;
}

.testim-inner img{
	max-width: 130px;
	border:1px solid #fff;
	border-radius: 50% 50%;
	padding: 6px 6px;
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	display: inline-block!important;
}

.testim-inner h6{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.testim-inner span.job-text{
	font-size: 19px;
	font-weight: 400;
}	

.testim-inner p{
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	margin-top: 20px;
}

/* f) Accordion Tabs */

.panel-wrapper{
	margin-bottom: 25px;
}

.panel-icon{
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    color: #454545;
    font-family: 'Cabin', sans-serif;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #656565;
}

.panel-group {
	margin: 30px;
}

.panel-group .panel {
    margin-bottom: 0;
    background: transparent;
}

.panel-body {
    padding: 20px 10px 10px 10px;
}

.panel-heading {
    padding: 8px 10px 16px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default {
    border-color: transparent;
}
.panel-default > .panel-heading {
  color: #959595;
  background-color: transparent;
  border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    background: white;
	border-top: 1px solid rgb(123, 120, 120);
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
 }

/* g) Features List */

ul.benefits li {
    line-height: 26px;
    margin-bottom: 10px;
}

ul.benefits li i {
    background-color: #eaeaea;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 16px;
    margin-right: 8px;
    color: rgb(213, 16, 28);
    border-radius: 50%;
}
.benefits {
	text-align: left;
    padding-top: 5%;
    color: rgb(32, 30, 30);
    font-weight: 500;
    font-family: 'Arial';
    padding-bottom: 3%;
	
}	
.no-padding-bottom{
	padding-bottom: 0;
}

/* ----- h) Fun Facts ----- */

.fun-facts-box{
	display: inline-block;
	margin: 30px 0;
}

.fun-facts-icon {
	font-size:54px;
	line-height:60px;
	color:#7566e3;
	display: inline-block;
	text-align:center;
	margin-right: 15px;
}

.fun-facts-text {
	display: inline-block;
}

.fun-facts-title{
	font-size:22px;
	font-weight:700;
	text-align: left;
	margin-top: 0;
	margin-bottom: 3px;
}

.fun-facts-subtitle {
	font-style: italic;
	margin: 0;
	text-align: left;
}

/* ----- i) Partners ----- */

.partners-paddings{
	padding: 30px 0 15px 0;
}

.our-partners-title{
	margin-top: 15px;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	color:#454545;
}

.our-partners-title span{
	font-size:16px;
	line-height:18px;
	font-weight:400;
	color:#656565;
}

ul.partners-mentions {
	padding-left:0;
}

ul.partners-mentions li {
	display:inline-block;
    margin: 10px 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.partners-mentions li:first-child{
	margin-left:0;
}

ul.partners-mentions li:last-child{
	margin-right:0;
}

ul.partners-mentions li img {
    max-height: 62px;
    opacity: 0.4;
}

ul.partners-mentions li img:hover {
    opacity: 0.8;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			             14. MEDIA QUERIES                    */
/* ========================================================== */

@media (max-width: 991px) {

	.navbar-default .navbar-toggle {
	    border-color: #efefef!important;
		height: 40px;
		left: -9%;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #efefef!important;
		display: none;
	}


	.home-section:before {
	    -webkit-transform: rotate(-169deg);
	    left: -250px;
	    top: -50px;
	    transform: rotate(-169deg);
	    width: 2250px;
	}

	.top-shape:before{
		top: -70px
	}

	.home-section .padding-top-80{
		padding-top: 70px!important;
		padding-bottom: 13px;
	}

	.home-section img{
		
	}

	.dropcaps_left {
	    margin: 10px 25px 30px 0 !important;
	}

	.dropcaps_right {
	    margin: 10px 0 30px 25px !important;
	}

	ul.partners-mentions li img {
	    max-height: 48px;
	}

	#contact-form {
    margin-bottom: 55px;
}

}

@media (max-width: 768px) {

	.home-section {
		padding-top: 100px;
	  	padding-bottom: 80px;
	}

}

@media (max-width: 375px) {

	.navbar-toggle {
	    margin-bottom: 0;
	    border: 1px solid #9f9f9f!important;
		left: -9%;
	}

	.navbar-default .navbar-toggle {
	    border-color: #efefef!important;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #efefef!important;
	}

	.footer:before{
		top: -20px;
	}

	.home-section:before {
	    -webkit-transform: rotate(-171deg);
	    left: -250px;
	    top: -270px!important;
	    transform: rotate(-171deg);
	    width: 2250px;
	}

	.top-shape:before{
		top: -100px
	}
	
	.dropcaps_right {
	    margin: 10px 0 0 25px!important;
	}

  	.owl-carousel .owl-item img{
  		width: 80%!important;
  		margin: 0 10%;
  	}

	#newsletter-form #email_newsletter {
	    -moz-border-radius: 5px 5px 5px 5px!important;
	    -webkit-border-radius: 5px 5px 5px 5px!important;
	    border-radius: 5px 5px 5px 5px!important;
	}

	#newsletter-form #submit-button-newsletter {
	    display: inline-block;
		margin-top:10px!important;
	    -moz-border-radius: 5px 5px 5px 5px!important;
	    -webkit-border-radius: 5px 5px 5px 5px!important;
	    border-radius: 5px 5px 5px 5px!important;
	}

	#newsletter-section .padding-top-60{
		padding-top: 0!important;
	}

	#newsletter-section h3{
		font-size: 24px!important;
	}

	.extra-image {
	    margin-bottom: -140px!important;
	}

	.home-section h1 {
	    line-height: 44px;
	}

	.sponsors img.sponsor {
		display: block;
	}

	.feature-box {
	    text-align: center;
	}

	.feature-box i {
		display: inline-block;
		float: none;
		margin-bottom: 25px;
	}

	.feature-box-text {
	    width: 100%;
	    margin-left: 0;
	}

	ul.partners-mentions li img {
	    max-height: 42px;
	}

	.section-white {
	    padding: 60px 0 70px 0!important;
	}

	.section-white.small-padding-bottom, .section-grey.small-padding-bottom {
	    padding: 60px 0 50px 0!important;
	}

}

@media (max-width: 320px) {

	.newsletter-input {
		width: 60%;		
	}

	.btn-newsletter{
  		width: 38%;
  		margin-top: 12px;
  	}

}

@media (max-width: 767px) {
	.feature-box-text {
	display: block;	
	margin-bottom: 9%;
		
	}
}	

@media (min-width: 320px) and (max-width: 599px) {

	.mob-cont {
		display: none !important;		
	}

}
@media (min-width: 600px) {

	.mob-cont {
        display: block;
		float: left !important;
	}

}
@media (min-width: 991px) {

	.mob-cont {
        display: block;
		float: right !important;
	}

}
@media (min-width: 1024px) {

	.mob-cont {
		display: inherit;
        margin-top: 16px !important;	
		float: right !important;
	}

}
@media (min-width: 1260px) {

	.mob-cont {
		display: inherit;
        margin-top: 20px !important;	
		float: right !important;
	}

}
@media (min-width: 1440px) {

	.mob-cont {
		display: inherit;
        margin-top: 22px !important;	
		float: right !important;
	}

}
@media (min-width: 320px) and (max-width: 349px) {

	.mob-cont-2 {
		width: 130px !important;
        margin-top: -103px !important;
        font-size: 13px !important;
		background: url(../images/buttons/preorder-btn-unfocus-2.png) no-repeat 0 0 !important;
		padding: 0px 0 !important;
	}

}
@media (min-width: 360px) and (max-width: 374px) {

	.mob-cont-2 {
		width: 160px !important;
        margin-top: -106px !important;
        font-size: 13px !important;
        background: url(../images/buttons/preorder-btn-unfocus-4.png) no-repeat 0 0 !important;
		padding: 2px 0 !important;		
	}

}
@media (min-width: 375px) and (max-width: 409px) {

	.mob-cont-2 {
		width: 179px !important;
        margin-top: -107px !important;
        font-size: 13px !important;
		background: url(../images/buttons/preorder-btn-unfocus-3.png) no-repeat 0 0 !important;
		padding: 4px 0 !important;
	}

}
@media (min-width: 410px) {

	.mob-cont-2 {
		width: 212px !important;
        margin-top: -105px !important;
        font-size: 18px !important;		
	}

}
@media (min-width: 600px) {

	.mob-cont-2 {
		display: none !important;	
	}

}
@media (min-width: 320px) {

	.logot {
		width: 60%;	
        margin-top: -53px;		
	}

}
@media (min-width: 600px) {

	.logot {
		width: 40%;	
        margin-top: -53px;		
	}

}
@media (min-width: 991px) {

	.logot {
		width: 40%;	
        margin-top: 3px;		
	}

}
@media (min-width: 1024px) {

	.logot {
		width: 60%;	
        margin-top: 0px;		
	}

}
@media (min-width: 1200px) {

	.logot {
		width: auto;	
        margin-top: -13px;
        margin-bottom: 2% !important;		
	}

}
@media (min-width: 1320px) {

	.logot {
		width: auto;	
        margin-top: -13px;
        margin-bottom: 3% !important;		
	}

}
@media (min-width: 1360px) {

	.logot {
		width: auto;	
        margin-top: -13px;
        margin-bottom: 12% !important;		
	}

}
@media (min-width: 1440px) {

	.logot {
		width: auto;	
        margin-top: -13px;
        margin-bottom: 4% !important;		
	}

}
@media (min-width: 1550px) {

	.logot {
		width: auto;	
        margin-top: -5px;
        margin-bottom: 5.9% !important;		
	}

}
@media (min-width: 1000px) {

	.navbar-fixed-top .navbar-nav > li > a{
        margin: 1px;
        margin-left: 1px;
        box-shadow: none;
        color: #fff !important;
        font-size: 13px;
        line-height: 30px !important;
        text-transform: uppercase;
        padding: 6px 6px !important;
        font-family: 'Cabin', sans-serif;
        font-weight: 700;
        margin-left: 1px;	
	}

}
@media (min-width: 1260px) {

	.navbar-fixed-top .navbar-nav > li > a{
		margin: 3px;
		box-shadow: none;
		color: #fff !important;
        font-size: 13px;
        line-height: 30px !important;
        text-transform: uppercase;
        padding: 1px 11px !important;
        font-family: 'Cabin', sans-serif;
        font-weight: 700;	
	}

}
@media (min-width: 1200px) {

	.navbar-fixed-top .navbar-nav > li > a{
		color: #fff !important;
        font-size: 12px;
        line-height: 30px !important;
        text-transform: uppercase;
        padding: 5px 11px !important;
        font-family: 'Cabin', sans-serif;
        font-weight: 700;	
	}

}
@media (min-width: 1360px) {

	.navbar-fixed-top .navbar-nav > li > a{
        font-size: 13px;
	}

}
@media (min-width: 1400px) {

	.navbar-fixed-top .navbar-nav > li > a{
		color: #fff !important;
        font-size: 13px;
        line-height: 30px !important;
        text-transform: uppercase;
        padding: 10px 13px !important;
        font-family: 'Cabin', sans-serif;
        font-weight: 700;	
	}

}
@media (min-width: 1020px) {

	.mob-shrift{
		font-size: 16px;
	}

}
@media (min-width: 1400px) {

	.mob-shrift{
		font-size: 19px;
	}

}
@media (min-width: 320px) {

	.home-section-overlay{
		background: url(../images/mobile-fon.jpg) no-repeat scroll center top 17%/cover;
		margin-bottom: 40px;
	}

}
@media (min-width: 374px) {

	.home-section-overlay{
		background: url(../images/mobile-fon.jpg) no-repeat scroll center top 13%/cover;
	}

}
@media (min-width: 410px) {

	.home-section-overlay{
		background: url(../images/mobile-fon.jpg) no-repeat scroll center top 13%/cover;
	}

}
@media (min-width: 476px) {

	.home-section-overlay{
		background: url(../images/mobile-fon.jpg) no-repeat scroll center top 13%/cover;
	}

}
@media (min-width: 600px) {

	.home-section-overlay{
		background: url(../images/mobile-fon-2.jpg) no-repeat scroll center top 79.9%;
		margin-bottom: 0px;
	}

}
@media (min-width: 750px) {

	.home-section-overlay{
		background: url(../images/mobile-fon-6.jpg) no-repeat scroll center top/cover;
	}

} 
@media (min-width: 1000px) {

	.home-section-overlay{
		background: url(../images/fon-6.jpg) no-repeat scroll center top/contain;
	}

}
@media (min-width: 1100px) {

	.home-section-overlay{
		background: url(../images/fon-6.jpg) no-repeat scroll center top/cover;
	}

}
@media (min-width: 1260px) {

	.home-section-overlay{
		background: url(../images/fon-6-1.jpg) no-repeat scroll center top/cover;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
	}

}
@media (min-width: 1440px) {

	.home-section-overlay{
		background: url(../images/fon-6.jpg) no-repeat scroll center top/cover;
width: 100%;
position: absolute;
top: -14%;
left: 0;
right: 0;
bottom: 0;
	}

}
@media (min-width: 320px) {

	.dropcaps_right{
		margin: 10px 0 0px 25px !important;
	}

}
@media (min-width: 600px) and (max-width: 1010px) {

	.dropcaps_right{
		margin: 10px 50px -20px 25px !important;
	}

}
@media (min-width: 1000px) {

	.dropcaps_right{
		margin: 10px -1px 0px 16px !important;
	}

}
@media (min-width: 1280px) {

	.dropcaps_right{
		margin: 10px -39px 50px 25px !important;
	}

}
@media (min-width: 1500px) {

	.dropcaps_right{
		margin: 0px !important;
		float: left;
	}

}
@media (min-width: 320px) {

	.dropcaps_left{
		margin: 10px 20px 0px 0px !important;
	}

}
@media (min-width: 600px) and (max-width: 1010px) {

	.dropcaps_left{
		margin: 10px 20px 0px 50px !important;
	}

}
@media (min-width: 1280px) {

	.dropcaps_left{
		margin: 10px 37px 26px -41px !important;
	}

}
@media (min-width: 1500px) {

	.dropcaps_left{
		margin: 10px 15px 50px -13px !important;
	}

}
@media (min-width: 320px) {

	.main-services img{
		width: 50%;
	}

}
@media (min-width: 1000px) {

	.main-services img{
		width: 100%;
	}

}
@media (min-width: 320px) {

	.nails{
		display: none;
	}

}
@media (min-width: 1260px) {

	.nails{
		display: block;
		width: 280px;
		float: right;
		margin-top: -25%;
	}

}
@media (min-width: 1500px) {

	.nails{
		display: block;
		width: auto;
		float: right;
		margin-top: -25%;
	}

}
@media (min-width: 1000px) {

	.shriftz{
		font-size: 13.5px;
		padding: 5px;
		line-height: 19px;
	}

}
@media (min-width: 1260px) {

	.shriftz{
		font-size: 14.5px;
		pading: 5px;
		line-height: normal;
	}

}
@media (min-width: 1360px) {

	.shriftz{
		font-size: 16px;
		padding: 3px;
	}

}
@media (min-width: 1430px) {

	.shriftz{
		font-size: 17px;
		padding: 5px;
	}

}
@media (max-width: 1023px) {

	.empl-img{
		display: none;
	}

}
@media (min-width: 1024px) and (max-width: 1296px) {

	.empl-img{
		display: inherit;
		left: -70%;
		width: auto;
	}

}
@media (min-width: 1270px) {

	.empl-img{
		position: relative;
		display: inherit;
		left: -200px;
		top: 35px;
		width: auto;
	}

}
@media (min-width: 1430px) {

	.empl-img{
		position: relative;
		display: inherit;
		left: -200px;
		top: 55px;
		width: auto;
	}

}
.empl-img-promos {
	    position: absolute !important;
		margin-top: -145px;
		
	
}	
@media (min-width: 320px) {

	.mfp-content{
		width: 300px;
	}

}
@media (min-width: 450px) {

	.mfp-content{
		width: 400px;
	}

}
@media (min-width: 750px) {

	.mfp-content{
		width: 700px;
	}

}
@media (min-width: 1000px) {

	.mfp-content{
		width: 950px;
	}

}
@media (min-width: 1260px) {

	.mfp-content{
		width: 1220px;
	}

}

.buttonz {
	background: transparent;
    border: 1px solid white;
    border-radius: 5px 5px;
}
@media (min-width: 320px) {

	.adv{
		width: 290px;
	}

}
@media (min-width: 420px) {

	.adv{
		width: 390px;
	}

}
@media (min-width: 720px) {

	.adv{
		width: 490px;
	}

}
@media (min-width: 1000px) {

	.adv{
		width: auto;
	}

}
@media (min-width: 320px) {

	.adv-2{
		font-size: 27px;
	}

}
@media (min-width: 1200px) {

	.adv-2{
		font-size: 44px;
	}

}
@media (min-width: 320px) {

	.section-title{
		font-size: 23px;
	}

}
@media (min-width: 410px) {

	.section-title{
		font-size: 28px;
		margin-bottom: 5px;
	}

}
@media (min-width: 1000px) {

	.section-title{
		font-size: 18px;
		margin-bottom: 5px;
	}

}
@media (min-width: 1279px) {

	.section-title{
		font-size: 28px;
		margin-bottom: 5px;
	}

}
@media (min-width: 1550px) {

	.section-title{
		font-size: 35px;
		margin-bottom: 5px;
	}

}

@media (min-width: 320px) and (max-width: 374px) {

	.features_item h4{
		font-size: 12px;
	}

}
@media (min-width: 375px) {

	.features_item h4{
		font-size: 20px;
	}

}
@media (min-width: 1024px) and (max-width: 1200px) {

	.features_item h4{
		font-size: 13px;
	}

}
@media (min-width: 1210px) {

	.features_item h4{
		font-size: 21px;
	}

}
@media (min-width: 1279px) {

	.features_item h4{
		font-size: 23px;
	}

}
@media (min-width: 1360px) {

	.features_item h4{
		font-size: 23px;
	}

}
.znachok-advt {
	height: auto;
    width: 100%;
    margin-bottom: 3%;
	
}	
@media (min-width: 600px) and (max-width: 1120px) {

	.znachok-advt{
		float: right;
	}

}
@media (min-width: 1024px) and (max-width: 1100px) {

	.znachok-advt{
		margin-left: 31px;
        margin-bottom: 9px;
	}

}
@media (min-width: 600px) and (max-width: 1010px) {

	.text_align_right{
		text-align: left;
		margin-left: 55px;
	}

}
@media (min-width: 600px) and (max-width: 1010px) {

	.text_align_left{
		text-align: right;
		margin-right: 55px;
	}

}
@media (min-width: 320px) and (max-width: 1010px) {

	.main-services-2{
		width: 160px;
		margin: 0 auto;
	}

}
@media (min-width: 1280px) {

	.main-services-2{
		width: 190px;
	}

}
@media (min-width: 320px) and (max-width: 1010px) {

	.main-services-2-text{
		text-align: center;
	}

}
@media (min-width: 750px) {

	.main-services-2-text{
		font-size: 16px;
	}

}
@media (min-width: 1360px) {

	.main-services-2-text{
		font-size: 26px;
	}

}
@media (min-width: 1440px) {

	.main-services-2-text{
		font-size: 26px;
	}

}
@media (min-width: 320px) and (max-width: 1010px) {

	.main-services-2-text-2{
		text-align: center;
	}

}
@media (min-width: 750px) {

	.main-services-2-text-2{
		font-size: 13px;
	}

}
@media (min-width: 1360px) {

	.main-services-2-text-2{
		font-size: 19px;
	}

}
@media (min-width: 1260px) and (max-width: 1439px) {

	.padding-1280 {
		padding-top: 90px !important;
	}

}
	img.emply {
	width: auto;
    margin-top: 7%;
    float: right;
	margin-right: -13%;
}
@media (max-width: 999px) {

	img.emply{
		display: none;
		margin-top: 90px;
		margin-right: -2%;
	}

}
@media (min-width: 1000px) and (max-width: 1120px) {

	img.emply{
		margin-top: 20px;
		margin-right: -8%;
	}

}
@media (min-width: 1121px) and (max-width: 1360px) {

	img.emply{
		margin-top: 20px;
		margin-right: -11%;
	}

}
@media (min-width: 320px) and (max-width: 1120px) {

	.dropcaps_left-2{
		margin: -5px 21px;
	}

}
@media (min-width: 1260px) and (max-width: 1350px) {

	.dropcaps_left-2{
		margin: 10px 15px 50px -30px;
	}

}
@media (min-width: 1360px) and (max-width: 1400px) {

	.dropcaps_left-2{
		margin: 10px 15px 50px -20px;
	}

}
@media (min-width: 320px) and (max-width: 1120px) {

	.dropcaps_right-2{
		margin: -5px 21px;
	}

}
@media (min-width: 1260px) and (max-width: 1350px) {

	.dropcaps_right-2{
		margin: 10px -33px 50px 10px;
	}

}
@media (min-width: 1360px) and (max-width: 1400px) {

	.dropcaps_right-2{
		margin: 10px -25px 50px 10px;
	}

}
a.button25 {
  position: relative;
display: inline-block;
width: 10em;
height: 2.5em;
line-height: 2.5em;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-shadow: 0 -1px 1px #777;
color: #fff;
outline: none;
border-radius: 5px;
background: rgba(60, 59, 58, 0.9);
}
a.button25:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
a.button1 {
  position: relative;
display: inline-block;
width: auto;
height: auto;
line-height: 2.5em;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-shadow: 0 -1px 1px #777;
color: #fff;
outline: none;
border-radius: 5px;
box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
transform: none !important;
text-shadow: none !important;
background: rgb(40, 39, 39) !important;
}
a.button1:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
.zagolovok-pre-ls {
	background: rgb(28, 28, 27);
	color: white; font-size: 20px; 
	font-weight: 500; 
	padding: 13px;
	line-height: normal;
}
.p-p-ls {
	background: rgb(213, 16, 28);
	color: white;
	font-size: 20px; 
	font-weight: 500; 
	padding: 13px;
	line-height: normal;
}
.textual-ps-ls {
	background: transparent;
    padding: 9px;
    margin-bottom: 0.9em;
    text-align: left;
    font-family: 'Helvetica';
    font-size: 23px;
    color: rgb(0, 0, 0);
    font-weight: 300;
	line-height: normal;
}	
.textual-ps-curs {
	background: rgb(244, 241, 241);
padding: 9px;

margin-bottom: 0.9em;

text-align: left;

font-family: 'Sans-serif';

font-size: 19px;

color: rgb(55, 55, 55);

font-weight: 600;

line-height: normal;

font-style: italic;
}
.sub-ps-cur {
	background: rgb(230, 230, 230);
    padding: 9px;
	margin-bottom: 0.9em;
    text-align: left;
	font-family: 'calibri light';
	font-size: 19px;
    color: rgb(55, 55, 55);
    font-weight: 600;
	line-height: normal;
}
.over-ps-cur {
	background: wheat;
    margin-bottom: 0.9em;
    font-size: 23px;
    font-family: 'calibri light';
    text-align: left;
    color: black;
    padding: 9px;
    font-weight: 600;
	line-height: normal;
}
.ps-cur {
    font-family: 'calibri light';
    font-size: 23px;
    font-weight: 500;
	margin-bottom: 0.4em;
    padding: 9px;
	line-height: normal;
}
.ps-cur-2 {
    font-family: 'calibri light';
    font-size: 13px;
    font-style: italic;
    color: rgb(19, 19, 19);
    font-weight: 600;
    margin-bottom: 1.3em;
    line-height: normal;
    float: left;
    text-align: left;
}
.telx {
    margin-top: 1.6%;
}
@media (min-width: 550px) and (max-width: 700px) {
    .telx {
	margin-top: 0.5%;
	}

}	
@media (min-width: 320px) and (max-width: 700px) {

	.zagolovok-pre-ls {
		font-size: 16px;
	}

}	
@media (min-width: 320px) and (max-width: 700px) {

	.textual-ps-ls {
		font-size: 16px;
	}

}
@media (min-width: 1000px) and (max-width: 1190px) {

	.textual-ps-ls {
		font-size: 19px;
	}

}	
.primechaniye {
	font-family: 'calibri light';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.3em;
    padding: 9px;
    line-height: normal;
	text-align: left;
    float: left;

}
.posmtr {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-family: 'calibri light';
    color: rgb(74, 73, 73);
	font-weight: 600;
	line-height: normal;
}
@media (width: 320px) {

	.zastavka-title-shrift {
		font-size: 69px;
	}

}
@media (min-width: 320px) and (max-width: 749px) {

	.home-section p, ul.home-benefits {
		margin-bottom: 5% !important;
margin-top: -25.5% !important;
font-size: 13px !important;

	}

}
@media (min-width: 750px) {

	.home-section p, ul.home-benefits {
		margin-bottom: 12%!important;
		margin-top: 50px;

	}

}
@media (min-width: 751px) and (max-width: 1023px) {

	.home-section p, ul.home-benefits {
		margin-bottom: 1%!important;
		margin-top: 21% !important;
		font-size: 19px !important;
	}

}
@media (min-width: 1024px) and (max-width: 1190px) {

	.home-section p, ul.home-benefits {
		margin-bottom: 3%!important;
		margin-top: 3%;
		font-size: 16px !important;
	}

}
@media (min-width: 1200px) {

	.home-section p, ul.home-benefits {
		margin-bottom: 5%!important;
		margin-top: 7%;
	}

}	
@media (min-width: 1400px) {

	.home-section p, ul.home-benefits {
		margin-bottom: 7%!important;
		margin-top: 8%;
	}

}
@media (min-width: 760px) {

	.tels {
		font-size: 30px;
        line-height: 30px;
	}

}
@media (min-width: 1024px) {

	.tels {
		font-size: 26px;
		line-height: 36px;
	}

}																														
@media (min-width: 1260px) {

	.tels {
		font-size: 30px;
		line-height: 36px;
	}

}																														
@media (min-width: 1500px) {

	.tels {
		font-size: 29px;
		line-height: 36px;
	}

}
.mobile-hdr {
	font-size: 20px;
	
}
@media (min-width: 320px) and (max-width: 349px) {

	.mobile-hdr {
		font-size: 17px;
	}

}	
@media (min-width: 599px) {

	.mobile-hdr {
		display: none;
	}

}
@media (min-width: 320px) and (max-width: 599px) {

	.mobile-hdr-2 {
		display: none;
	}

}
@media (min-width: 600px) and (max-width: 1023px) {

	.mobile-hdr-2 {
		display: none;
	}

}
@media (min-width: 1024px) {

	.mobile-hdr-2 {
		display: none;
	}

}
@media (min-width: 320px) and (max-width: 599px) {

	.wide-hdr {
		display: none;
	}

}
@media (min-width: 320px) and (max-width: 900px) {

	.navbar-fixed-top {
		background: transparent;
		border-bottom: none;
		box-shadow: none;
	}

}
@media (min-width: 320px) and (max-width: 991px) {

	.navbar-fixed-top .navbar-nav > li > a.discover-btn {
		background: rgb(210, 20, 20);
        text-shadow: none;
        border: 1px solid rgb(234, 100, 16);
        border-radius: 1px 18px;
        padding: 8px 11px !important;
		margin-top: 53px !important;
        margin-left: 10px;
        margin-right: 15px;
        font-family: 'Cabin', sans-serif;
        color: white !important;
        font-weight: 600;
        transform: none;
        font-size: 11px;
        width: 130px;
        box-shadow: 2px 3px 6px rgb(185, 179, 179);
        text-shadow: 0px 0px 1px black;
	}

}	
@media (min-width: 320px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 90px;
		background: url(../images/mobile-fon-5.jpg) repeat scroll center left -505px;
	}
}
@media (min-width: 400px) and (max-width: 599px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 198px;
		background: url(../images/mobile-fon-5.jpg) repeat scroll center right 29%/cover;
		background-color: white;
	}
}
@media (min-width: 600px) and (max-width: 729px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 95px;
		background: url(../images/mobile-fon-5.jpg) repeat scroll center right 29%/cover;
		background-color: white;
	}
}
@media (min-width: 730px) and (max-width: 767px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: auto;
		background: url(../images/mobile-fon-5.jpg) repeat scroll center right 29%/cover;
		background-color: white;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 95px;
		background: url(../images/mobile-fon-5.jpg) repeat scroll center right 29%/cover;
		background-color: white;
	}
}
@media (min-width: 992px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 190px;
		background: url(../images/mobile-fon-5.jpg);
	}
}
@media (min-width: 1024px) and (max-width: 1111px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
        height: 70px;
        background: url(../images/mobile-fon-5.jpg) repeat scroll top 30px left -610px;
        background-color: white;
	}
}
@media (min-width: 1112px) and (max-width: 1200px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
        height: 70px;
        background: url(../images/mobile-fon-5.jpg) repeat scroll top 30px left -560px;
        background-color: white;
	}
}
@media (min-width: 1201px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 70px;
		background: url(../images/mobile-fon-5.1.jpg) repeat scroll top 41% left -180px;
	}
}
@media (min-width: 1360px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 70px;
		background: url(../images/mobile-fon-5.1.jpg) repeat scroll top 43% left -140px;
	}
}
@media (min-width: 1440px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 70px;
		background: url(../images/mobile-fon-5.1.jpg) repeat scroll top 41% left -110px;
	}
}
@media (min-width: 1500px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 70px;
		background: url(../images/mobile-fon-5.1.jpg) repeat scroll top 48% left 23%;
	}
}
@media (min-width: 1550px) {

	.navbar-fixed-top.opaque {
		background: url(../images/mobile-fon-5.1.jpg) repeat scroll top 48% left 19%;
	}
}
@media (min-width: 1600px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 70px;
		background: url(../images/mobile-fon-5.1.jpg) repeat scroll top 45% left 13%;
	}
}
@media (min-width: 1920px) {

	.navbar-fixed-top.opaque {
	    padding: 10px 0 10px 0;
		height: 75px;
		background: url(../images/mobile-fon-5.jpg) repeat scroll top 45% left 140px;
	}
}
@media (min-width: 320px) and (max-width: 1020px) {

	.navbar-fixed-top #navbar-collapse-02 .current a {
	    transform: none;
	}
}
@media (min-width: 320px) and (max-width: 991px) {

	.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
	    display: none;
	}
}
@media (min-width: 319px) and (max-width: 349px) {

	.navbar-fixed-top.opaque .navbar-nav-2 > li > a.mob-cont-2 {
	    margin-top: -57px !important;
		
	}
}
@media (min-width: 375px) and (max-width: 410px) {

	.navbar-fixed-top.opaque .mob-cont-2 {
	    margin-top: -55px !important;
		
	}
}
@media (min-width: 768px) and (max-width: 1023px) {

	.navbar-fixed-top.opaque .socialx {
	    display: none;
		
	}
}
@media (min-width: 1024px) and (max-width: 1090px) {

	.navbar-fixed-top.opaque .socialx {
	    display: none;
		
	}
}
@media (min-width: 411px) {

	.navbar-fixed-top.opaque .navbar-nav-2 > li > a.mob-cont-2 {
	    margin-top: -50px !important;
		float: right !important;
		width: 212px;
		font-size: 18px !important;
	}
}
@media (min-width: 600px) and (max-width: 901px) {

	.navbar-fixed-top.opaque .navbar-nav-2 > li > a.mob-cont  {
	    margin-top: -120px !important;
        float: left !important;
        margin-left: 43%;
	}
}
@media (width: 736px) {

	.navbar-fixed-top.opaque .navbar-nav-2 > li > a.mob-cont {
	    
	}
}
@media (min-width: 1210px) {

	.navbar-fixed-top.opaque .naav {
		display: none;
		margin-top: -6% !important;
        margin-left: 45%;
	    
	}
}
@media (min-width: 1440px) {

	.navbar-fixed-top.opaque .naav {
		margin-top: -5% !important;
	    
	}
}
@media (min-width: 1550px) {

	.navbar-fixed-top.opaque .naav {
		margin-top: -4.5% !important;
        margin-left: 50%
	    
	}
}
.navbar-fixed-top.opaque .brand-sprite {
		display: none;
	    
}
.navbar-fixed-top.opaque .tels {
		display: none;
	    
}
.navbar-fixed-top.opaque .telx {
		display: none;
	    
}
.navbar-fixed-top.opaque .logot {
		margin-bottom: 2% !important;
	    
}
.navbar-fixed-top.opaque .socialx {
		display: none !important;
	    
}
@media (min-width: 1024px) and (max-width: 1200px){

	.navbar-fixed-top.opaque .adresx {
		display: none;
		margin-top: -9%;
        margin-left: 35%;
	    
	}
}
@media (min-width: 1120px){

	.navbar-fixed-top.opaque .logot {
		display: block;
	    
	}
}	
@media (min-width: 320px) {

	.img-forma {
		display: none;
	    width: 60px;
		margin: 0 auto;
		margin-top: 13px;
        margin-bottom: -19px;
	}
}
@media (min-width: 760px) {

	.img-forma {
		display: none;
	    width: 60px;
		margin: 0 auto;
		margin-top: 13px;
        margin-bottom: -19px;
	}
}
@media (min-width: 1260px) {

	.img-forma {
		display: block;
	    width: 120px;
		margin-top: 13px;
        margin-bottom: -9px;
	}
}
@media (min-width: 1440px) {

	.img-forma {
	    width: 105px;
		margin-top: 13px;
        margin-bottom: -9px;
	}
}
@media (min-width: 320px) and (max-width: 349px) {

	.forma-zagolovok {
	    text-align: center;
        width: 310px;
        color: rgb(38, 37, 37) !important;
        text-shadow: none !important;
        font-family: 'Circe', sans-serif !important;
        font-weight: 600 !important;
        font-size: 19px !important;
        padding-top: 1px;
        margin-left: -21px;
	}
}
@media (min-width: 350px) and (max-width: 590px) {

	.forma-zagolovok {
	    text-align: center;
        width: 300px !important;
        color: rgb(38, 37, 37) !important;
        text-shadow: none !important;
        font-family: 'Circe', sans-serif !important;
        font-weight: 600 !important;
        font-size: 19px !important;
        padding-top: 1px;
		margin-left: -15px;
	}
}
@media (min-width: 600px) and (max-width: 759px) {

	.forma-zagolovok {
	    text-align: center;
        width: 277px !important;
        color: rgb(38, 37, 37) !important;
        text-shadow: none !important;
        font-family: 'Circe', sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        padding-top: 1px;
        margin-left: -9px;
        line-height: 21px;
	}
}
@media (min-width: 600px) and (max-width: 759px) {

	.zayavka-holder, .tPlan {
	    font-size: 11px;
        text-transform: lowercase;
        color: rgb(19, 19, 19);
        font-weight: 600;
	}
}
@media (min-width: 760px) {

	.forma-zagolovok {
	    text-align: center;
        max-width: 300px !important;
        color: rgb(38, 37, 37) !important;
        text-shadow: none !important;
        font-family: 'Circe', sans-serif !important;
        font-weight: 600 !important;
	}
}
@media (min-width: 1260px) {

	.forma-zagolovok {
	    text-align: center;
        max-width: 300px !important;
        color: rgb(38, 37, 37) !important;
        text-shadow: none !important;
        font-family: 'Circe', sans-serif !important;
        font-weight: 600 !important;
	}
}				
@media (min-width: 1440px) {

	.forma-zagolovok {
	    text-align: center;
        max-width: 300px !important;
        color: rgb(38, 37, 37) !important;
        text-shadow: none !important;
        font-family: 'Circe', sans-serif !important;
        font-weight: 600 !important;
	}
}
@media (min-width: 320px) {

	.zastavka-main-title {
		margin: 169px auto;
        padding-top: 23px;
        padding-bottom: 1px;
	}

}
@media (min-width: 400px) {

	.zastavka-main-title {
		margin: 170px auto;
	}

}
@media (min-width: 600px) and (max-width: 659px) {

	.zastavka-main-title {
		width: 290px;
        background: transparent !important;
        float: left;
        margin-top: 175px;
        margin-left: 3px;
	}

}
@media (min-width: 660px) and (max-width: 729px) {

	.zastavka-main-title {
		width: 350px;
        float: left;
        margin-top: 180px;
        margin-left: 3px;
	}

}
@media (min-width: 730px) {

	.zastavka-main-title {
		margin: 177px auto;
        background: rgba(31, 44, 64, 0.7) !important;  /*rgb(220.22, 0.22, 0.22)*/
        padding-top: 23px;
        padding-bottom: 5px;
		width: 400px;
		float: left;
	}

}
@media (min-width: 750px) {

	.zastavka-main-title {
		margin: 254px auto;
		width: 500px;
		background: transparent  !important;
	}

}
@media (min-width: 765px) {

	.zastavka-main-title {
		width: auto;
        float: left;
        margin-top: 75px;
	}

}
@media (min-width: 830px) {

	.zastavka-main-title {
		margin: 93px auto;
	}

}
@media (min-width: 1000px) {

	.zastavka-main-title {
		width: 520px;
		margin: 140px 0;
		background: transparent !important;
	}

}
@media (min-width: 1260px) {

	.zastavka-main-title {
		width: 500px;
		margin: 171px auto;
		padding-top: 57px;
        padding-bottom: 20px;
	}

}
@media (min-width: 1330px) {

	.zastavka-main-title {
		width: 578px;
		margin: 180px auto;
		padding-top: 57px;
        padding-bottom: 20px;
	}

}
@media (min-width: 1440px) {

	.zastavka-main-title {
		width: 620px;
		margin: 119px auto;
        padding-top: 80px;
        padding-bottom: 19px;
	}

}

/*zastavka 2 */

@media (min-width: 320px) {

	.zastavka-main-title-2 {
	   display: none;
	   width: 300px;
       padding-top: 0px;
       padding-bottom: 1px;
       border-radius: 0px !important;
       margin: -155px auto 55px auto;
	   border: 1px solid rgb(230, 228, 228);
	}

}
@media (min-width: 400px) {

	.zastavka-main-title-2 {
		width: 300px;
        padding-top: 0px;
        padding-bottom: 1px;
        border-radius: 0px !important;
        margin: -155px auto 55px auto;
        border: 1px solid rgb(230, 228, 228);
	}

}
@media (min-width: 600px) and (max-width: 729px) {

	.zastavka-main-title-2 {
		width: 290px;
        margin-top: 175px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
        border: none;
        margin-right: 5px;
	}

}
@media (min-width: 730px) {

	.zastavka-main-title-2 {
		width: auto;
        margin-top: 175px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
		border: none;
	}

}
@media (min-width: 750px) {

	.zastavka-main-title-2 {
		display: block;
		width: auto;
        margin-top: 175px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
	}

}
@media (min-width: 765px) {

	.zastavka-main-title-2 {
		width: auto;
        margin-top: 165px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
	}

}
@media (min-width: 830px) {

	.zastavka-main-title-2 {
		margin: 195px auto;
	}

}
@media (min-width: 1000px) {

	.zastavka-main-title-2 {
		width: auto;
        margin-top: 7%;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
	}

}
@media (min-width: 1260px) {

	.zastavka-main-title-2 {
		width: 330px;
        margin-top: 123px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
		border: none;
	}

}
@media (min-width: 1360px) {

	.zastavka-main-title-2 {
		width: 330px;
        margin-top: 132px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
		border: none;
	}

}
@media (min-width: 1440px) {

	.zastavka-main-title-2 {
		width: 330px;
        margin-top: 11px;
        padding-top: 0px;
        padding-bottom: 1px;
        float: right;
        border-radius: 0px !important;
		border: none;
    }

}
@media (min-width: 320px) and (max-width: 349px) {

	.zastavka-shr {
		font-size: 26px !important;
	}

}
@media (min-width: 350px) {

	.zastavka-shr {
		font-size: 29px !important;
	}

}
@media (min-width: 600px) {

	.zastavka-shr {
		font-size: 24px !important;
	}

}
@media (min-width: 601px) and (max-width: 759px) {

	.zastavka-shr {
		font-size: 29px !important;
	}

}
@media (min-width: 760px) {

	.zastavka-shr {
		font-size: 30px !important;
	}

}
@media (min-width: 1260px) {

	.zastavka-shr {
		font-size: 26px !important;
	}

}
@media (min-width: 1440px) {

	.zastavka-shr {
		font-size: 35px !important;
	}

}
@media (min-width: 320px) and (max-width: 349px) {

	.zastavka-shr-2 {
		font-size: 37px !important;
	}

}
@media (min-width: 350px) {

	.zastavka-shr-2 {
		font-size: 43px !important;
	}

}
@media (min-width: 600px) and (max-width: 759px) {

	.zastavka-shr-2 {
		font-size: 35px !important;
	}

}
@media (min-width: 760px) and (max-width: 991px) {

	.zastavka-shr-2 {
		font-size: 45px !important;
	}

}
@media (min-width: 1260px) {

	.zastavka-shr-2 {
		font-size: 53px !important;
	}

}
@media (min-width: 1440px) {

	.zastavka-shr-2 {
		font-size: 66px !important;
	}

}
@media (min-width: 320px) and (max-width: 349px) {

	.zastavka-shr-3 {
		font-size: 25px !important;
        line-height: 25px !important;
		margin-top: -11%;
	}

}
@media (min-width: 350px) {

	.zastavka-shr-3 {
		font-size: 29px !important;
        line-height: 29px !important;
		margin-top: -13.5%;
	}

}
@media (min-width: 400px) {

	.zastavka-shr-3 {
		font-size: 31px !important;
        line-height: 31px !important;
	}

}
@media (min-width: 600px) and (max-width: 759px) {

	.zastavka-shr-3 {
		font-size: 50px !important;
		line-height: 50px !important;
		margin-top: 0px;
	}

}
@media (min-width: 760px) and (max-width: 999px) {

	.zastavka-shr-3 {
		font-size: 60px !important;
		line-height: 60px !important;
		margin-top: 0px;
	}

}
@media (min-width: 1000px) {

	.zastavka-shr-3 {
		font-size: 52px !important;
        line-height: 59px !important;
		margin-top: 0px;
	}

}
@media (min-width: 1260px) {

	.zastavka-shr-3 {
		font-size: 53px !important;
        color: white;
        line-height: 50px !important;
        text-align: center;
        padding-top: 0;
        padding-bottom: 1%;
	}

}
@media (min-width: 1440px) {

	.zastavka-shr-3 {
		font-size: 65px !important;
        color: white;
        line-height: 60px !important;
        text-align: center;
        padding-top: 0;
        padding-bottom: 1%;
	}

}
@media (min-width: 1260px) {

	.home-section {
		height:750px;
	}

}
@media (min-width: 600px) and (max-width: 729px) {

	#zayavkaName, #applicationEmail, #applicationTelephone, .adapt, .seo, .tPlan  {
		width: 260px !important;
		height:30px !important;
	}

}	
@media (min-width: 600px) and (max-width: 729px) {
	
    .applicationButton {
		width: 260px !important;
	}

}
@media (min-width: 1023px) and (max-width: 1113px) {

	#zayavkaName, #applicationEmail, #applicationTelephone, .adapt, .seo, .tPlan  {
		width: 260px !important;
		height:30px !important;
		margin-top: -23px;
        font-size: 13px;
	}

}	
@media (min-width: 1023px) and (max-width: 1113px) {
	
    .applicationButton {
		width: 260px !important;
	}

}	
.modal-title-text {
    font-size: 19px;
	text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 600;
    color: rgb(91, 89, 89);

}
.modal-title-text-2 {
	background: rgba(16, 0, 220, 0.77);
    color: white;
    padding: 3px 6px 3px 6px;
    font-family: 'Cabin';
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
	
}	
.modal-sub-text {
    text-align: center;
	color: rgb(30, 28, 28);
	line-height: 19px;
    margin-left: 5%;
    margin-right: 5%;

}
.modal-sub-text-holder {
	height: 160px;

}	
.modal-sub-text-2 {
	color: rgb(30, 28, 28);

}
@media (max-width: 767px) {	
	
.znachok-advt-brands {
    width: 50px;
    display: inherit;
    position: relative;
	float: left;
	
   }

}
@media (min-width: 768px) and (max-width: 1199px) {	
	
.znachok-advt-brands {
    width: 95px;
	margin-bottom: 25px;
	
   }

}
@media (min-width: 1200px) {	
	
.znachok-advt-brands {
    width: 100%;
	
   }

}
@media (max-width: 599px) {	
	
.brand-sprite {
    display: none;
	
   }

}
@media (min-width: 600px) and (max-width: 630px) {	
	
.brand-sprite {
    position: absolute;
    width: 40%;
    top: -60px;
    left: 255px;
	
   }

}
@media (min-width: 631px) and (max-width: 650px) {	
	
.brand-sprite {
    position: absolute;
    width: 40%;
    top: -60px;
    left: 265px;
	
   }

}
@media (min-width: 651px) and (max-width: 690px) {	
	
.brand-sprite {
    position: absolute;
    width: 40%;
    top: -60px;
    left: 295px;
	
   }

}
@media (min-width: 691px) and (max-width: 990px) {	
	
.brand-sprite {
    position: absolute;
    width: 40%;
    top: -60px;
    left: 305px;
	
   }

}
@media (min-width: 991px) and (max-width: 1023px) {	
	
.brand-sprite {
    position: absolute;
    width: 40%;
    top: 26px;
    left: 305px;
	
   }

}
@media (min-width: 1024px) {	
	
.brand-sprite {
    position: absolute;
	top: 47px;
	width: 100%;
    margin-bottom: 3%;
    left: 79%;
	
   }

}
@media (min-width: 1200px) {	
	
.brand-sprite {
    position: absolute;
	top: 40px;
	width: 100%;
    margin-bottom: 3%;
    left: 95%;
	
   }

}
@media (min-width: 1260px) {	
	
.brand-sprite {
    position: absolute;
	top: 55px;
	width: 93%;
    margin-bottom: 3%;
    left: 100%;
	
   }

}
@media (min-width: 1360px) {	
	
.brand-sprite {
    position: absolute;
	top: 53px;
	width: 100%;
    margin-bottom: 3%;
    left: 95%;
	
   }

}
@media (min-width: 1440px) {	
	
.brand-sprite {
    position: absolute;
	top: 58px;
	width: 100%;
    margin-bottom: 3%;
    left: 100%;
	
   }

}
@media (max-width: 991px) {	
	
.cervici {
    display: none;
	
   }

}
@media (max-width: 991px) {	
	
.cervici-2 {
    display: none;
	
   }

}
@media (min-width: 992px) {	
	
.cervici {
    position: absolute;
	left: -830px; /* -71% */
    width: auto; /* 1000px; */
    display: inline-block;
	
   }

}
@media (min-width: 1260px) {	
	
.cervici {
    position: absolute;
	left: -42%;
    width: 1000px;
    display: inline-block;
	
   }

}
@media (min-width: 1440px) {	
	
.cervici {
    position: absolute;
	left: -30%;
    width: 1000px;
    display: inline-block;
	
   }

}
@media (min-width: 1500px) {	
	
.cervici {
    left: -24.5%;
    width: 1000px;
    display: inline-block;
    position: absolute;
	
   }

}
@media (min-width: 1900px) {	
	
.cervici {
    left: -50%;
    width: 1000px;
    display: inline-block;
    position: absolute;
	
   }

}
@media (max-width: 991px) {	
	
.mech {
    display: none;
	
	
   }

}
@media (min-width: 992px) {	
	
.mech {
    position: absolute;
    left: 1%;
    width: 510px;
    display: inline-block;
	
	
   }

}
@media (min-width: 1260px) {	
	
.mech {
    position: absolute;
    left: 8%;
    width: auto;
	height: 720px;
    display: inline-block;
	
	
   }

}
@media (min-width: 1440px) {	
	
.mech {
    position: absolute;
	left: 10%;
	width: auto;
    height: 750px;
    margin-top: -63px;
	
	
   }

}
@media (min-width: 1500px) {	
	
.mech {
    position: absolute;
	left: 11%;
	width: auto;
    height: 770px;
    margin-top: -63px;
	
	
   }

}
.welcome-shriftx-2 {
	background: rgba(255, 255, 255, 0.83);
	
}	
@media (max-width: 1024px) {	
	
.welcome-shriftx {
    font-size: 26px !important;
	
   }

}
@media (min-width: 1025px) and (max-width: 1199px) {	
	
.welcome-shriftx {
    font-size: 26px !important;
	
   }

}
@media (min-width: 1200px) and (max-width: 1360px) {	
	
.welcome-shriftx {
    font-size: 32px !important;
	
   }

}
@media (max-width: 1024px) {	
	
.welcome-shriftx-2 {
    text-align: left !important;
	font-size: 16px !important;
	
   }

}
.inner-descx-column {
	text-align: left;
    font-size: 13px;
    color: black;
    border: 1px solid rgb(193, 192, 192);
    padding: 9px;
    font-family: 'Arial';
    background: rgba(221, 221, 221, 0.46);
    border-radius: 1px 19px;
    line-height: 23px;
    margin-top: 5%;
    margin-bottom: 5%;
	
}
.inner-descx-column-2 {
	text-align: center;
    font-size: 13px;
    color: black;
    border: 1px solid rgb(193, 192, 192);
    padding: 9px;
    font-family: 'Arial';
	font-style: italic;
    background: rgba(221, 221, 221, 0.46);
    border-radius: 1px 19px;
    line-height: 23px;
	max-width: 70%;
	margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 1%;
	
}
.inner-descx-column-3 {
	text-align: center;
    font-size: 13px;
    color: black;
    border: 1px solid rgb(193, 192, 192);
    padding: 9px;
    font-family: 'Arial';
	font-style: italic;
    background: rgba(221, 221, 221, 0.46);
    border-radius: 1px 19px;
    line-height: 23px;
	max-width: 99%;
	margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 1%;
	
}
.inner-descx-columnx {
	text-align: left;
    font-size: 13px;
    color: black;
    border: 1px solid rgb(193, 192, 192);
    padding: 9px 9px 35px 9px;
    font-family: 'Arial';
    background: rgba(221, 221, 221, 0.46);
    border-radius: 1px 19px;
    line-height: 23px;
    margin-top: 5%;
    margin-bottom: 5%;
	
}	
.inner-brands {
    margin-top: 13px;
    margin-bottom: 13px;

}	
@media (max-width: 767px) {	
	
.inner-brands {
    display: none;
	
   }

}
@media (min-width: 768px) and (max-width: 1023px) {	
	
.inner-brands {
    width: 400px;
	
   }

}
@media (min-width: 1024px) and (max-width: 1260px) {	
	
.inner-brands {
    width: 850px;
	
   }

}
@media (min-width: 320px) and (max-width: 1023px) {	
	
.inner-brands-2 {
    width: 200px;
	
   }

}
@media (max-width: 1279px) {	
	
.inner-desc-img {
    display: none;
	
   }

}
@media (max-width: 690px) {	
	
.advtg-img {
    width: 300px;
	
   }

}
.inner-formax {
    padding: 3px;
	
}
.inner-formax-2 {
    border: 1px solid rgba(232, 232, 232, 0.82);
    padding: 3px;
    border-radius: 1px 19px;
    margin-bottom: 23px;
	
}	
.img-inner-zakaz {
    position: absolute;
	left: 50%;

}
@media (max-width: 1023px) {	
	
.img-inner-zakaz {
    display: none;
	
   }

}
@media (max-width: 739px) {	
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	display: none;
	
}
}	
@media (min-width: 739px) {	
.inner-mobile-text {
	display: none;
	
   }
}		
.inner-column-form {
    margin-bottom: 35px;
    border: 1px solid rgba(181, 175, 175, 0.15);
    padding-bottom: 32px;
    padding-top: 13px;
	
}
.adresx {
	margin-top: 9px;
    font-size: 18px;
    float: left;
	padding-left: 0px;
	
}
@media (max-width: 991px) {	
.adresx {
    display: none;
	
    }
}
@media (min-width: 1024px) and (max-width: 1120px) {	
.adresx {
	margin-top: 3px;
    margin-left: 0;
	
    }
}
@media (min-width: 1260px) and (max-width: 1229px) {	
.adresx {
    margin-top: 8px;
	
    }
}
@media (min-width: 1330px) and (max-width: 1359px) {	
.adresx {
    margin-top: 3px !important;
	
    }
}
@media (min-width: 1360px) {	
.adresx {
    margin-top: 7px !important;
	
    }
}
@media (min-width: 1361px)  {	
.adresx {
    margin-top: 13px !important;
	
    }
}
@media (min-width: 1550px)  {	
.adresx {
    margin-top: 9px !important;
	
    }
}
.hourx {
	margin-top: 25px;
    font-size: 18px;
    float: left;
	margin-left: 5px;
	
}
@media (min-width: 1200px) {	
.navx {
    margin-left: 116px;
	
    }
}				
@media (min-width: 1500px) {	
.navx {
    margin-left: 146px;
	
    }
}
.serv-desc {
	margin-top: 43px;
    border: 1px solid rgb(232, 227, 227);
    padding: 13px;
    border-radius: 1px 19px;
	font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    color: black;
    font-weight: 600
	
}
.serv-imgx-pr {
	float: left;
	
}
@media (max-width: 1023px) {

	.serv-imgx-pr {
		display: none;
	}

}
@media (min-width: 1024px) {

	.serv-imgx-pr {
		margin-left: -19%;
	}

}
@media (min-width: 1280px) {

	.serv-imgx-pr {
		margin-left: -19%;
	}

}
@media (min-width: 1550px) {

	.serv-imgx-pr {
		margin-left: -26%;
	}

}
@media (min-width: 1900px) {

	.serv-imgx-pr {
		margin-left: -29.8%;
	}

}		
@media (max-width: 1023px) {

	.serv-imgx {
		display: none;
	}

}
@media (min-width: 1024px) {

	.serv-imgx {
		display: block;
	}

}
@media (max-width: 902px) {

	.inner-sptirex {
		width: auto;
	}

}
@media (min-width: 903px) and (max-width: 999px) {

	.inner-sptirex {
		width: 890px;
	}

}
@media (min-width: 1000px) and (max-width: 1260px) {

	.inner-sptirex {
		width: 950px;
	}

}
.inner-serv-title {	
       background: rgb(220.22, 0.22, 0.22);
       transform: SkewX(-19Deg);
       padding: 9px 11px 9px 11px;
       color: white;
       text-shadow: 0px 0px 1px black;
       font-size: 21px;
       display: inline-block;

}
@media (max-width: 1024px) {

	.inner-serv-title {
		max-width: 90%;
		font-size: 13px;
	}

}
@media (max-width: 1360px) {

	.inner-serv-title {
		max-width: 90%;
		font-size: 19px;
	}

}		
.promox {
	border: 1px solid rgb(213, 213, 213);
    background: rgba(232, 228, 228, 0.47);
	padding: 19px;
	height: 495px;
	
}
@media (max-width: 767px) {

	.promox {
		height: auto;
	}

}
@media (min-width: 768px) and (max-width: 1130px) {

	.promox {
		height: 610px;
	}

}
@media (min-width: 1131px) and (max-width: 1190px) {

	.promox {
		height: 580px;
	}

}
@media (max-width: 600px) {

	.logo-promos {
		width: 220px !important;
	}

}
.promox-2 {
	border: 1px solid rgb(213, 213, 213);
    background: rgba(232, 228, 228, 0.47);
	padding: 19px 19px 59px 19px;
	background: url(../images/mobile-fon.jpg) no-repeat scroll center top 5%;
}
.promox-3 {
	border: 1px solid rgb(213, 213, 213);
    background: rgba(232, 228, 228, 0.47);
	padding: 19px 19px 59px 19px;
}
	
}
.promo-t {
	color: wheat !important;
	
}	
@media (max-width: 1023px) {

	.promo-t {
		font-size: 19px !important;
	}

}
@media (min-width: 1024px) {

	.promo-t {
		font-size: 16px !important;
	}

}
@media (min-width: 1330px) {

	.promo-t {
		font-size: 21px !important;
	}

}
.block-title {
    font-size: 29px;
	margin-bottom: 13px;

}
.block-title-promo {
    font-size: 29px;
	margin-bottom: 13px;

}
@media (max-width: 1439px) {

	.block-title-promo {
		font-size: 23px;
	}

}
@media (max-width: 600px) {

	.modal-sub-text, .inner-descx-column-2, .modal-sub-text-2, .modal-sub-text-3 {
		display: block;
	}

}
@media (max-width: 600px) {

	.promox-img {
		width: 90px;
	}

}
@media (min-width: 601px) {

	.promox-img {
		width: 130px;
	}

}	
.promox-inner-text {
        color: black;
		font-size: 19px;
		line-height: 24px;

}
@media (max-width: 767px) {

	.socialx {
		display: none !important;
	}

}
@media (min-width: 768px) {

	.socialx {
		margin-left: -35% !important;
        margin-top: 1.5% !important;
	}

}
@media (min-width: 1024px) {

	.socialx {
		margin-left: -1% !important;
        margin-top: -4.5% !important;
	}

}
@media (min-width: 1200px) {

	.socialx {
		margin-left: -1.5% !important;
        margin-top: -1.5% !important
	}

}
@media (min-width: 1330px) {

	.socialx {
		margin-left: 1.5% !important;
        margin-top: -1.5% !important
	}

}
@media (min-width: 1360px) {

	.socialx {
		margin-left: 1.5% !important;
        margin-top: -1% !important
	}

}
@media (min-width: 1400px) {

	.socialx {
		margin-left: 7.1% !important;
	}

}	
@media (min-width: 1500px) {

	.socialx {
		margin-left: 9.3% !important;
	}

}	
.zakaz-zv {
    float: none !important;

}	
.benefits-2 {
        text-align: left;
        padding-left: 9%;
        padding-top: 5%;
        color: rgb(32, 30, 30);
        font-weight: 500;
        font-family: 'Arial';
        background: transparent;
        padding-bottom: 3%;
        border: none;

}
@media (min-width: 1000px) and (max-width: 1120px) {

	.benefits-2 {
		padding-top: 23%;
	}

}
.benefits-3 {
        text-align: left;
        padding-left: 0% !important;
        padding-top: 5%;
        color: rgb(32, 30, 30);
        font-weight: 500;
        font-family: 'Arial';
        background: transparent;
        padding-bottom: 3%;
        border: none !important;

}
.inner-descx-columnx-2 {
        text-align: left;
        font-size: 13px;
        color: black;
        border: 1px solid rgb(193, 192, 192);
        padding: 9px 9px 35px 9px;
        font-family: 'Arial';
        background: rgba(221, 221, 221, 0.46);
        border-radius: 1px 19px;
        line-height: 23px;
        margin-top: 5%;
        margin-bottom: 5%;

}	
.title-remont-1 {
	    font-size: 19px;
		color: black;
	
}	
@media (min-width: 1400px) and (max-width: 1460px) {
	    
		.title-remont-1 {
		font-size: 18px;

		}
}
@media (min-width: 1260px) and (max-width: 1300px) {
	    
		.divider {
		padding-top: 63px !important;

		}
}	
@media (min-width: 1301px) and (max-width: 1400px) {
	    
		.divider {
		padding-top: 103px !important;

		}
}
@media (max-width: 1439px) {
	    
		.benef-1 {
		display: none !important;

		}
}	
@media(min-width: 1330px) and (max-width: 1361px) {
	    
		.benef-3 {
		margin-top: -9% !important;

		}
}
@media(min-width: 1362px) {
	    
		.benef-3 {
		display: none !important;

		}
}				
@media (max-width: 1023px) {
	    
		.benef-4 {
		display: none !important;

		}
}
@media (min-width: 1113px) {
	    
		.benef-4 {
		display: none !important;

		}
}
.promo-view {
       margin-top: 55px;
	   float: right;

}
.divider-2 {
       margin-top: 23px;
	   margin-bottom: 23px;

}
@media (max-width: 499px) {

	.home-section-pl {
		height: auto;
		margin-bottom: -80px;
		padding-bottom: 0px;
	}

}
@media (min-width: 500px) and (max-width: 749px) {

	.home-section-pl {
		height: auto;
		margin-bottom: -70px;
		padding-bottom: 0px;
	}

}
@media (min-width: 750px) and (max-width: 1023px) {

	.home-section-pl {
		height: 740px;
		margin-bottom: -50px;
		padding-bottom: 0px;
	}

}	
@media (min-width: 1024px) and (max-width: 1190px) {

	.home-section-pl {
		height: 590px;
		margin-bottom: -50px;
		padding-bottom: 0px;
	}

}
@media (max-width: 749px) {

	.presentn {
		font-size: 16px !important;
	}

}
@media (min-width: 750px) and (max-width: 1023px) {

	.presentn {
		font-size: 19px !important;
	}

}
@media (min-width: 1024px) and (max-width: 1279px) {

	.presentn {
		font-size: 15px !important;
	}

}
@media (min-width: 1280px) and (max-width: 1549px) {

	.presentn {
		font-size: 19px !important;
	}

}
.presentn-2 {
	margin-bottom: 1%;
	
}
@media (max-width: 590px) {

	ul.benefits li {
		font-size: 11px !important;
	}

}
@media (max-width: 992px) {

	.img-uslg {
	    display: none;
	}

}
.parallax-promo {
	margin-top: -9%;
	
}
.parallax-button {
	margin-top: 3%;
	
}
.padding-bottom-80 {
	padding-bottom: 80px;
	
}
.proxx {
    font-family: 'Arial';
    font-weight: 600;
    color: rgb(11, 14, 55);

}	
@media (max-width: 374px) {

	.title-download-app-padding {
	    font-size: 22px !important;
	}

}
@media (max-width: 1190px) {

	.inner-descx-column {
		margin-top: 19%;
	}

}
.specialx {
	position: fixed;
    width: 105px;
    top: 13%;
	
}	
@media (max-width: 1023px) {

	.specialx {
		display: none;
	}

}
@media (min-width: 1024px) {

	.specialx {
		width: 90px;
        top: 9.9%;
        margin-left: -71px;
	}

}
@media (min-width: 1112px) {

	.specialx {
		width: 90px;
        top: 16%;
        margin-left: -30px;
	}

}
@media (min-width: 1260px) {

	.specialx {
		width: 90px;
        top: 16%;
        margin-left: -43px;
	}

}
@media (min-width: 1330px) {

	.specialx {
		width: 90px;
        top: 16%;
        margin-left: -29px;
	}

}
@media (min-width: 1360px) {

	.specialx {
		width: 105px;
        top: 14.1%;
        margin-left: -31px;
	}

}
@media (min-width: 1440px) {

	.specialx {
		width: 113px;
        top: 14%;
        margin-left: -35px;
	}

}
@media (min-width: 1500px) {

	.specialx {
        margin-left: -25px;
	}

}
@media (min-width: 1550px) {

	.specialx {
		width: 135px;
        margin-left: -9px;
        top: 11%;
	}

}
@media (min-width: 1600px) {

	.specialx {
		width: 135px;
        margin-left: 0;
        top: 11%;
	}

}
.navbar-fixed-top.opaque .specialx{
	width: auto;
	
}
@media (min-width: 1024px) and (max-width: 1111px) {
	.navbar-fixed-top.opaque .specialx {
	width: 90px;
    margin-left: -5%;
    margin-top: 5%;
	}
}	
@media (min-width: 1112px) {
.navbar-fixed-top.opaque .specialx:hover {
	width: auto;
	margin-left: -185px;
	position: absolute;
    }
}
@media (min-width: 1260px) {
.navbar-fixed-top.opaque .specialx:hover {
	width: auto;
	margin-left: -185px;
	position: absolute;
    }
}
@media (min-width: 1550px) {
.navbar-fixed-top.opaque .specialx:hover {
	width: auto;
	margin-left: -155px;
	position: absolute;
    }
}
.navbar-fixed-top.opaque .navbar-right  {
    float: right !important;
}
.galleryx {
	margin-bottom: 0.1%;
	
}
.galleryx-divider {
	margin-bottom: 3%;
	
}
.galleryx-divider-2 {
    
	margin-top: 3%;

}
.nav-ofrx {
    background: transparent !important;
	transform: none !important;
	width: 1px;

}
@media (min-width: 700px) {
.countxx{
	width: 50%;
    }
}
@media (min-width: 740px) {
.countxx{
	width: 43%;
    }
}
@media (min-width: 766px) {
.countxx{
	width: 44%;
    }
}
@media (min-width: 1024px) {
.countxx{
	width: 82%;
    }
}	
@media (min-width: 1200px) {
.countxx{
	width: 65%;
    }
}
@media (min-width: 1260px) {
.countxx{
	width: 73%;
    }
}	
@media (min-width: 1330px) {
.countxx{
	width: 70%;
    }
}
@media (min-width: 1360px) {
.countxx{
	width: 72%;
    }
}	
@media (min-width: 1550px) {
.countxx{
	width: 74%;
    }
}
.fon-img {
width: auto;
margin-top: -50%;

}
@media (max-width: 1023px) {
.fon-img {
display: none;

}
}
@media (min-width: 1260px) {
.fon-img {
margin-top: -85%;

}
}	
@media (min-width: 1550px) {
.fon-img {
margin-top: -50%;

}
}	
.infx {
	float: left;
    border-radius: 50%;
    border: 1px solid rgb(230, 227, 227);
    box-shadow: 0px 0px 13px black;
	
}
.infx-2 {
	float: right;
	border-radius: 50%;
    border: 1px solid rgb(230, 227, 227);
    box-shadow: 0px 0px 19px rgb(159, 155, 155);
	
}	
.col-mdx-12 {
	width: 100%;
	
}
.col-mdx-2 {
width: 20%;

}




.preimuschx{
    padding: 130px 0 0 0;
}
.preimuschx .title{
    font-size: 16px;
    font-family: 'Arial';
    color: rgb( 35, 41, 44 );
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: left;
    margin-top: 2%;
}
.preimuschx ul{
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
.preimuschx ul li{
    list-style: none;
    float: left;
    width: auto;
    line-height: 1;
}
.preimuschx ul li .img_container{
    width: 75px;
    height: 190px;
    background-position: -130px center;
    background-repeat: no-repeat;
    margin: 0 0 0 -5px;
}
.preimuschx ul li:hover .img_container{
    background-position: 0 center;
    width: 130px;
    margin: 0 0 0 -32px;
}
.preimuschx ul li .tex-1{
    font-size: 17px;
    font-weight: 700;
    color: #23292c;
    font-family: 'candara';
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    height: 120px;
}
.preimuschx ul li .tex-2{
    font-size: 17px;
    font-weight: normal;
    color: #333c42;
    font-family: 'candara';
    text-align: left;
}
.preimuschx .th{
    position: absolute;
    left: -5px;
    top: 332px;
    z-index: 0;
}
.dv4{
    background-image: url(../img/dv4/bg.jpg);
    height: 950px;margin-top:-210px;
}
.dv4 .title{
  font-size: 34px;
  font-family: "a_futuricabs";
  color: rgb( 255, 255, 255 );
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.412;
  text-align: center;
  text-shadow: 0.5px 0.866px 0px rgb( 0, 0, 0 );
  padding: 75px 0 60px 0;
}
.dv4 ul{
    margin: 0;
    padding: 0;
}
.dv4 ul li{
    list-style: none;
    width: 500px;
    min-height: 195px;
    margin: 0 0 30px 0;
}
.dv4 ul li .img_container{
    float: left;
    width: 186px;
    height: 186px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
/*.dv4 ul li:hover .img_container{
    background-position: -186px 0;
}*/
.dv4 ul li .txt_container{
    float: left;
    width: 275px;
    padding: 20px 0 0 0;
}
.dv4 ul li .txt_container .tex-1{
  font-size: 18px;
  font-family: "a_futuricabs";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.444;
  text-align: left;
  text-shadow: 0.5px 0.866px 0px rgb( 0, 0, 0 );
  padding: 0 0 7px 0;
}
.dv4 ul li .txt_container .tex-2{
  font-size: 17px;
  font-family: "candara";
  color: rgb( 255, 255, 255 );
  line-height: 0.97;
  text-align: left;
}
.preimusch{
    height: 800px;
	margin-top: -3%;
}
/*----------Скрол анимация появления---------*/
.scroll-animate ul li {
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
/*============================================*/



.kachestvo{
    background-image: url(../img/kachestvo/dv1_bg.png);
    height: 950px;
    padding: 9px 0 0 0;
    z-index: 90;
}
.kachestvo .logo{
    margin: 0 auto;
    width: 289px;
	margin-top:25px;
	padding-left:90px;
}
.kachestvo ul{
    display: table;
    margin: 35px auto 0 auto;
}
.kachestvo ul li{
    list-style: none;
    float: left;
    width: 195px;
    text-align: center;
}
.kachestvo ul li .img_container{
    width: 97px;
    height: 109px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;
}
.kachestvo ul li:hover .img_container{
    background-position: -98px 0;
}
.kachestvo ul li .txt_container{
    font-size: 17px;
    color: #23282c;
    font-weight: normal;
    font-family: 'candara';
}
.kachestvo ul li .txt_container span{
    font-weight: 700;
    text-transform: uppercase;
}
.dv2_3{
    height: 1080px;
    background-image: url(../img/bg1.png);
}
.preimusch{
    height: 920px;
    background-image: url(../img/bg2.png);	
	position:relative;
}
.dv7_3{
    height: 900px;
    background-image: url(../img/Citylight.png);
	position:relative;
	top:-110px;
}
/*слайдер*/

}
.dv5 h3{
    text-align: center;
  font-size: 48px;
  font-family: "Intro";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/h3.png);
  padding: 45px 0;
  position: relative;
}
.dv7_3 .element{
    width: 1000px;
    height: 580px;
margin:0 auto;
    position: relative;
    z-index: 30;top:50px;
	left:50px;
}

.project{text-align:center;margin:0px 0 50px 0;font-size: 26px;
color: #23282c;
font-weight: bold;
font-family: 'a_futuricabs';}
.project span{color: #fe5e00;}


@media (max-width: 767px) {

	.preimusch {
		display: none;
	}

}
@media (min-width: 767px) and (max-width: 1023px) {

	.preimusch {
		height: auto !important;
	}

}
@media (max-width: 1450px) {
.preimuschx .title {
	font-size: 19px;
	text-align: center;
	
}
}
@media (min-width: 320px) and (max-width: 599px) {

	.infx {
		width: 90px !important;
	}

}
@media (min-width: 768px) and (max-width: 1024px) {

	.infx {
		width: 130px !important;
	}

}
@media (min-width: 1025px) and (max-width: 1279px) {

	.infx {
		width: 140px !important;
	}

}
@media (min-width: 320px) and (max-width: 599px) {

	.infx-2 {
		width: 90px !important;
	}

}
@media (min-width: 768px) and (max-width: 1024px) {

	.infx-2 {
		width: 130px !important;
	}

}
@media (min-width: 1025px) and (max-width: 1279px) {

	.infx-2 {
		width: 140px !important;
	}

}
@media (max-width: 599px) {

	.kachestvo {
		display: none;
	}

}
@media (min-width: 600px) {

	.kachestvo {
		height: auto;
	}

}
.margin-bottom-x {
	margin-bottom: 3%;
	
}	
@media (max-width: 1023px) {

	.wide-version {
		display: none;
	}

}
@media (max-width: 599px) {

	.left-1 {
		left:  -16%;
	}

}
@media (max-width: 599px) {

	.left-2 {
		left:  -8%;
	}

}
@media (max-width: 599px) {

	.kachestvo ul li .txt_container {
		font-size: 14px;
	}

}
.clients-logos {
	line-height: normal;
	margin-bottom: 9%;
	
}	