body,
html {
  height: 100%;
  color: #333745;
  background-color: #f7f7f7;
  font-family: 'Roboto', sans-serif;
}
a{
	text-decoration: none !important;
	color: #858585;
}
h2 {
	margin-top: 0;
	margin-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	border-bottom: 0;
}
h2 span {
	color: #f82e56;
}
h2 img {
	margin-top: -10px;
}
h2.bot {
	margin-top: 0;
	margin-bottom: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	line-height: 44px;
	text-transform: none;
	border-bottom: 0;
	font-weight: 100;
}
h2.bot b {
	font-weight: 900;
	text-transform: uppercase;
}
h2.right-border {
	position: relative;
	display: inline-block;
	background: url(../images/border.png) no-repeat right top;
	font-size: 36px;
	line-height: 63px;
	padding-right: 15px;
}
h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 27px;
	line-height: 32px;
	font-weight: 100;
}
h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: 700;
	text-transform: none;
}
.button, .button:focus {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 12px 22px 12px;
    color: #ffffff;
	background-color: #f82e56;
    text-transform: uppercase;
    text-decoration: none;
	transition: all 0.35s ease;
	text-decoration: none;
	border: 2px solid #f82e56;
}
.button:hover {
	color: #f82e56;
	background-color: transparent;
	text-decoration: none;
}
@media (max-width: 767px) {
	.button, .button:focus {	
		font-size: 20px;
		line-height: 28px;
		font-weight: 700;
		padding: 10px 18px 10px;
	}
}
.button.invert, .button.invert:focus {
  color: #f82e56;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.button.invert:hover {
	color: #ffffff;
	background-color: #f82e56;
}
.button .icon {
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
	margin-top: -4px;
}
.button-sm, .button-sm:focus {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    padding: 14px 25px;
    color: #f82e56;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s ease;
    text-decoration: none !important;
}
.button-sm:hover {
	color: #ffffff;
	background-color: #f82e56;
	text-decoration: none;
}
.button-sm .icon {
    vertical-align: middle;
    display: inline-block;
    padding-right: 7px;
	margin-top: -3px;
}
#scroll-animate {
  overflow: hidden;
}

#scroll-animate-main {
  width: 100%;
  left: 0;
  position: fixed;
}

#heightPage,
#heightScroll {
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage {
  left: 0;
}

#heightScroll {
  right: 0;
}

header {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: -1;
}

footer {
  width: 100%;
  height: 300px;	
  background: url(../images/block-bg-2.jpg) repeat;
/*  background: #f7f7f7;   */
  z-index: -1;
}
footer .inside {
  padding: 55px 0 0;
}
footer .inside .button {
	border: 2px solid #f82e56;
}
footer .rate {
	margin: 35px 0 25px;
	color: #f82e56;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
}
footer .rate .icon {
	margin: 0 4px;
	font-size: 30px;
}
footer .copyright {
	font-size: 20px;
}
footer .copyright img {
	max-height: 45px;
}
@media (max-width: 767px) {
	footer .inside {
	  padding: 35px 0 0;
	}
	footer .rate {
	  margin: 25px 0 15px;
	  font-size: 17px;
	}
	footer .rate .icon {
		margin: 0 1px;
		font-size: 20px;
	}
}
@media (max-width: 540px) {
	.nav-tabs > li {
		width: 100%;
	}
}
.content {
  min-height: 1000px;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}

.wrapper-parallax {
	/*margin-bottom: 300px;*/
 /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);   */
 margin-top: 2rem !important;
}

body.touch footer, body.touch header {
	position: relative !important;
}
body.touch header {
	height: 600px;
	z-index: 100;
}
body.touch .wrapper-parallax {
  margin-top: 0  !important;
  margin-bottom: 0 !important;
}

h1 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-family: Helvetica;
  font-size: 150px;
  color: #fff;
}

header,
footer,
#scroll-animate-main {
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
header:after {
	content: '';
	position: absolute;
	z-index: 100;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../images/pixel.png) repeat 0 0;
}
#parallax-layout {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#parallax-layout > img {
	position: absolute;
	width: 20%;
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
	#parallax-layout > img {
		width: 55% !important;
	}
}
#parallax-layout > img.layout1 {
	top: 70%;
	left: 15%;
	width: 25%;
	z-index: 1;
}
#parallax-layout > img.layout2 {
	top: 0;
	left: -10%;
	width: 27%;
	z-index: 1;
}
#parallax-layout > img.layout3 {
	top: 0;
	left: 14%;
	width: 32%;
	z-index: -3;
}
#parallax-layout > img.layout4 {
	top: 60%;
	left: -5%;
	width: 28%;
	z-index: 1;
}
#parallax-layout > img.layout5 {
	top: 0;
	left: 36%;
	width: 24%;
	z-index: 0;
}
#parallax-layout > img.layout6 {
	top: 30%;
	left: 55%;
	width: 27%;
	z-index: -1;
}
#parallax-layout > img.layout7 {
	top: 60%;
	left: 50%;
	width: 24%;
	z-index: 1;
}
#parallax-layout > img.layout8 {
	top: -10%;
	right: -15%;
	width: 36%;
	z-index: -2;
}
#parallax-layout > img.layout9 {
	top: -20%;
	left: 58%;
	width: 23%;
	z-index: -3;
}
#parallax-layout > img.layout10 {
	top: 85%;
	right: -15%;
	width: 28%;
	z-index: 1;
}
#parallax-layout > img.layout11 {
	top: 40%;
	left: 20%;
	width: 35%;
	z-index: -4;
}
#parallax-layout > img.layout12 {
	top: 0%;
	right: 15%;
	width: 30%;
	z-index: -4;
}
#nav {
	background: transparent;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	height: 80px;
	padding: 15px 0;
	line-height: 50px;
	transition: all 0.85s ease;
}
#nav.sticky, body.touch #nav {
	background: rgba(22,23,29,0.8);
	padding: 0 0;
	height: 55px;
}
#nav .logo img {
	max-height: 55px;
}
#nav ul {
	float: right;
}
#nav ul li {
	display: block;
	float: left;
	margin-left: 18px;
}
#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: color 0.35s ease;
}
#nav ul li .icon {
    font-size: 18px;
    vertical-align: sub;
    margin: 0 5px 0 0;
}
#nav ul li a:hover {
	color: #f82e56;
}
@media (max-width: 767px) {
	#nav {
		height: 50px;
		padding: 0 0;
	}
	#nav ul {
		width: calc(100% + 20px);
		text-align: center;
		margin: 0 -10px;
		padding: 0;
	}
	#nav ul li {
		margin: 0 6px;
		float: none;
		display: inline-block;
	}
	#nav ul li a {
		font-size: 11px;
		font-weight: 500;
	}
	#nav ul li .icon {
		font-size: 15px;
	}
	#nav ul li .icon-home {
		margin: 0;
	}
}
.header-text {
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
	display: table;
	top: 0;
	z-index: 102;
	text-align: center;
	line-height: normal;
}
.header-text .inside {
	display: table-cell;
	vertical-align: middle;
}
.header-text .logo img {
	max-width: 100%;
}
.header-text .slogan {
	margin: 30px 0;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
.header-text .button {
    display: inline-block;
    margin-top: 45px;
	margin-left: 5px;
	margin-right: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 20px 30px 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
	background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
	transition: all 0.35s ease;
}
.header-text .button .icon {
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
	margin-top: -5px;
}
.header-text .button:hover {
	color: #f82e56;
	border-color: #f82e56;
	background-color: transparent;
}

@media (max-width: 767px) {
	.header-text .logo img {
		max-width: 70%;
	}
	.header-text .slogan {
		margin: 10px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.header-text .button {
		margin-top: 15px;
		font-size: 16px;
		line-height: 16px;
		padding: 10px 15px;
	}
}
.header-bot {
    position: absolute;
    bottom: 0;
	height: 150px;
    width: 100%;
	padding: 35px 0;
    z-index: 1005;
    line-height: normal;
	background: rgba(22,23,29,0.8);
	font-size: 19px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.header-bot .price {
	font-size: 29px;
	font-weight: 700;
	padding-right: 30px;
	padding-left: 10px;
	color: #f82e56;
}
.header-bot .inside > span, .header-bot .inside > img {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 992px) {
	.header-bot {
		padding: 25px 25px;
		font-size: 17px;
		line-height: 30px;
		height: auto;
	}
	.header-bot .inside > img {
		max-width: 100px;
		margin-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.header-bot {
		padding: 15px 30px;
		font-size: 15px;
		line-height: 20px;
	}
	.header-bot .inside > img {
		max-width: 100px;
		margin-bottom: 5px;
	}
	.header-bot .button {
		margin-top: 15px
	}
}
.block {
	padding: 70px 0;
}
@media screen and (max-width: 991px){
	.block {
		padding: 40px 0;
	}
}
.block-1 {
	background: #f7f7f7;
}
@media screen and (max-width: 991px){
	.block-1 {
		padding: 40px 0 10px;
	}
}
.block-2 {
  /*	background: url(../images/block-bg-2.jpg) repeat;*/ 
  padding-top: 0;
}
.block-3 {
	padding: 20px 0 50px;
	background: url(../images/block-bg-3.jpg) repeat-y center top;
	background-position: center top;
    background-size: 100% 100%;
	color: #fff;
}
.block-3 .inside {
	position: relative;
}
.description {
	position: absolute;
/*	width: 20%;*/
}
.description.pos-1 {
	top: 8%;
	right: 51%;
	text-align: right;
}
.description.pos-2 {
	top: 36%;
	left: 78%;
	text-align: left;
}
.description.pos-3 {
	top: 77%;
	right: 47%;
	text-align: right;
}
.description.pos-4 {
	top: 23%;
	right: 78%;
	text-align: right;
}
.description.pos-5 {
	top: 58%;
	right: 77%;
	text-align: right;
}
.description h4 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: calc(8px + 0.65vw);
	line-height: 1.2em;
	font-weight: 900;
	color: #f82e56;
}
.description p {
	margin: 0;
	font-size: calc(6px + 0.45vw);
	line-height: 1.2em;
	font-weight: 400;
	color: #ffffff;
}
.block-4 h3 {
	color: #fff;
	text-transform: none;
}
.block-4 {
	padding: 30px 0 20px;
	background: #f82e56;
	margin-bottom: 0;
	margin-top: 0;
}
.block-5 {
	background: url(../images/block-bg-2.jpg) repeat;
}
.block-5 .editor {
	-webkit-box-shadow: 0px 12px 34px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 12px 34px -4px rgba(0,0,0,0.2);
	box-shadow: 0px 12px 34px -4px rgba(0,0,0,0.2);
	background: #f7f7f7;
	border: 10px solid #ffffff;
	text-align: inherit;
	margin-bottom: 40px;
	padding-top: 20px;
}
.banner-edit {
    margin-bottom: 20px;
}
.block-6 {
	background: url(../images/block-bg-6.jpg) repeat-y center top;
	background-position: center top;
    background-size: 100% auto;
	color: #fff;
	text-align: center;
}
.block-6 h2 {
	color: #fff;
	margin-bottom: 20px;
}
.block-6 p {
	color: #fff;
	margin-bottom: 40px;
}
.block-7 {
	background: url(../images/block-bg-2.jpg) repeat;
}
.box {
  background-color: #ffffff;
  padding: 50px 30px 45px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .box {
    margin-bottom: 30px;
  }
}
.box-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  color: #333745;
  text-transform: uppercase;
  margin-bottom: 0;
}
.box-text {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
  color: #333745;
}
.box-icon i.icon {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 60px;
  width: 65px;
  height: 65px;
  background-color: #f82e56;
  border: 2px solid #f82e56;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-icon.rounded i.icon {
  border-radius: 50%;
}
.box:hover .box-icon i.icon {
  background-color: #ffffff;
  color: #f82e56;
}
@media screen and (max-width: 991px) {
  .box {
    padding: 25px 15px 15px;
  }
}
.box.style2 {
  border: 6px solid #fff;
}
.box.style2.bgcolor1 {
  background-color: #fdf4f6;
}
.box.style2.bgcolor2 {
  background-color: #eef1fa;
}
.box.style2.bgcolor3 {
  background-color: #faf4fd;
}
.box.style2:hover .box-icon i.icon {
  border-color: #333745;
  background-color: #333745;
  color: #fff;
}
.preview, .preview-full {
	text-align: center;
	margin-bottom: 75px;
}
.preview .title, .preview-full .title {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 500;
}
.preview .image {
	display: block;
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 0 auto 20px;
	border-top: 2px solid #333745;
	overflow: hidden;
	background-position: center top;
    background-size: 100% auto;
	-webkit-box-shadow: 0px 9px 18px -5px rgba(0, 0, 0,0.4); 
	-moz-box-shadow: 0px 9px 18px -5px rgba(0, 0, 0,0.4); 
	box-shadow: 0px 9px 18px -5px rgba(0, 0, 0,0.4);
}
.preview:not(.preview-full) .image {
/*  transition: background-position 2s ease, border-color 0.2s ease;	*/
}
.preview-full .preview {
	margin-bottom: 0;
}
.preview-full .image  {
	height: auto !important;
	position: relative;
	max-width: none;
}
.preview:hover .image {
	border-top: 2px solid #f82e56;
}
.preview .image img {
	width: 100%;
}
.preview .image img.scroll {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
.preview.drive1 img.scroll {
  transition: all 0.5s ease;
}
.preview.drive2 img.scroll {
  transition: all 1s ease;
}
.preview.drive3 img.scroll {
  transition: all 2s ease;
}
.preview.drive4 img.scroll {
  transition: all 3s ease;
}
.preview-full {
	width: 100%;
}
.preview-full .preview-group-wrapper {
	width: 100%;
	overflow-x: auto;
}
.preview-full .preview-group {
	overflow: hidden;
	width: 100%;
	min-width: 700px;
}
.preview-full .preview-group .preview {
	width: 50%;
	float: left;
}
.preview-full .preview-group .preview:first-child, .preview-full .preview-group .preview:last-child {
	width: 25%;
}
.zoomLens {
	background-color: #f7f7f7 !important;
}
ul.marker-list {
  padding: 10px 0 20px;
  margin: 0;
  list-style: none;
}
ul.marker-list li a {
  color: #ffffff;
}
ul.marker-list li {
  position: relative;
  padding: 0 0 7px 0;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
}
ul.marker-list li:before {
  margin-right: 9px;
  font-family: 'icomoon-reg';
  font-size: 12px;
  line-height: 21px;
  content: "\e951";
  color: #ffffff;
}
.btn-wrap {
	height: 148px;
	text-align: right;
	background: url(../images/btn-wrap.png) no-repeat right 0;
}
.btn-wrap .button {
	margin: 45px 0 0 0;
}
.feature {
	margin-bottom: 70px;
}
.feature h4 {
	margin-top: 5px;
}
.feature img {
	width: 100%;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 9px 18px -5px rgba(0, 0, 0,0.4); 
	-moz-box-shadow: 0px 9px 18px -5px rgba(0, 0, 0,0.4); 
	box-shadow: 0px 9px 18px -5px rgba(0, 0, 0,0.4);
}
.feature p {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.feature {
		margin-bottom: 40px;
	}	
}
.divider {
	height: 2px;
	overflow: hidden;
	background: url(../images/hr.png) repeat-x;
	margin:  50px 0;
}

.sliders {
	width: 670px;
	margin: 0 auto;
	background: url(../images/slide-border.png) no-repeat center top;
	background-position: center top;
    background-size: 100% auto;
	padding: 9px 9px 0;
}
.sliders-bot {
	width: 670px;
	height: 10px;
	margin: 0 auto;
}
.sliders .slide {
	max-width: 100%;
}
@media (max-width: 767px) {
	.sliders, .sliders-bot  {
		width: 90%;
	}
}
.logo.bot {
	width: 400px;
	max-width: 100%;
	margin-bottom:  15px;
}
.parallax-bot {
	position: relative;
}
.parallax-bot .p-bot {
	width: 100%;
}
.parallax-bot .p-bot-1, .parallax-bot .p-bot-2, .parallax-bot .p-bot-3 {
	position: absolute;
	top: 0;
}
.parallax-bot .p-bot-1 {
	width: 59%;
	left: 0;
}
.parallax-bot .p-bot-2 {
	width: 79%;
	left: 10%;
	bottom: 0;
	top: auto;
}
.parallax-bot .p-bot-3 {
	width: 82%;
	right: 0;
}
.nowrap {
	white-space: nowrap;
}

html.mfp-helper {
  height: 100%;
}
html.mfp-helper body {
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateZ(0);
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 65px;
}
.video-responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.seo-label {
	position: absolute;
	right: 0;
	top: -115px;
}
.googlerich {
	-webkit-box-shadow: 0px 12px 34px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 12px 34px -4px rgba(0,0,0,0.2);
    box-shadow: 0px 12px 34px -4px rgba(0,0,0,0.2);
}
.relative {
	position: relative;
}

#layout-simple {
  height: 100%;
  background: url('../images/intro-big.jpg') center center;
  background-size: cover;
}

.header-text .button.button-white, .header-text .button.button-white:focus {
    border: 2px solid #ffffff;
    color: #f82e56;
	  background-color:  #ffffff; 	
    transition: all 0.3s ease;
}
.header-text .button.button-white:hover {
	color: #ffffff;
	border-color: #f82e56;
	background-color:  #f82e56;
}