/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/

html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	height: 100%;
	//font-family: "Lato", "Serif";
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #777;
	background: #fff;
	overflow-x: hidden;
	position: relative;
}

h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0 0 .3em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 0 .3em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.4em;
}

h5 {
	font-size: 1.1em;
	line-height: 1.4em;
}

h6 {
	font-size: 1em;
	line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none
}

p {
	padding: 0 0 1em;
	margin: 0;
}

a {
	color: #66acc5;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.highlight {
	color: #66acc5;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url(../images/loading.gif) no-repeat center center;
}

.fullscreen {
	width: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-position: 50% 50%\9 !important;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
        overflow:hidden;
}

#menu {
	z-index: 99;
}

.navbar-default {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0.5px 2px #cecece;
}

.navbar-default .navbar-brand {
	padding: 7px;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
	font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #66acc5;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #66acc5;
}



.btn-default {
	font-size: 17px;
	margin-right: 10px;
	border: 2px solid #66acc5;
	background: transparent;
	transition: all 0.4s;
	color: #66acc5;
	border-radius: 10px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	border: 2px solid #66acc5;
	background: #66acc5;
	color: white;
}

.btn-primary {
	font-size: 17px;
	margin-right: 10px;
	border: 2px solid #66acc5;
	background: #66acc5;
	transition: all 0.4s;
	color: white;
	border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	border: 2px solid #66acc5;
	background: transparent;
	color: #66acc5;
}

.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #66acc5;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}

.site-name img {
}

.logo {
	margin: 100px 0 40px 0;
}

.logo img {
  max-width:60%;
}

.landing h1 {
	font-size: 44px;
	font-weight: 300;
	color: #fff;
	margin: 30px 0 30px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.landing p,
.landing h2 {
	color: #fff;
}

.landing-text {
	margin-bottom: 20px;
}

.landing-text p {
	font-size: 20px !important;
}

.head-btn {
	margin-bottom: 150px;
}

.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}

.signup-header {
	margin: 150px 0 100px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding-left: 0px;
	padding-right: 0px;
}

.signup-header h3 {
	padding: 20px 0 10px;
	color: white;
	font-weight: 300;
}

.form-header input {
	position: relative;
	padding: 5px 15px;
}

.form-header .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	height: 55px;
}

.form-header .btn {
	border-radius: 0;
	height: 55px;
	width: 100%;
	background-color: #66acc5;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.form-header .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.privacy {
	padding-top: 0;
	font-size: 13px;
}

.signup-header p {
	color: white;
}

.privacy a {
	text-decoration: underline;
	color: white;
	font-weight: 300;
}

#policy {
	padding: 100px 0 70px;
}

#intro {
	padding: 30px 0 70px;
        background: white;
}
#intro p{
  text-align:justify;
}

#intro h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}

.intro-pic {
	margin-top: 20px;
}

.btn-section {
	padding-top: 20px;
}

#feature {
	padding-top: 100px;
	background: #f6f6f6;
}

#feature p{
  text-align:justify;
}

#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}

#feature .feature-title p {
	font-size: 18px;
}

.row-feat {
	padding-top: 50px;
}

.feat-list {
	margin-top: 40px;
}

.feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #555;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.feat-list:hover i {
	color: #66acc5;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}

#feature-2 {
	padding: 100px 0 100px;
}

#feature-2 p{
  text-align:justify;
}

#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}

.feature-2-pic {
	margin-top: 20px;
}

.subscribe {
	color: #fff;
}

.subscribe p {
	margin: 30px auto 30px;
}

.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}

.subscribe-form form {
	position: relative;
}

.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}

.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}

.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #66acc5;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.subscribe-form .btn {
	height: 55px;
}

.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}

.subscribe-form .form-control:-moz-placeholder {
	color: #333;
}

.subscribe-form .form-control::-moz-placeholder {
	color: #333;
}

.subscribe-form .form-control:-ms-input-placeholder {
	color: #333;
}

#package {
	padding-top: 100px;
}

.title-line {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #66acc5;
}

.price-box {
	border: solid 1px #d1d1d1;
        font-family: sans-serif;
}

.package-option {
	padding: 50px 0 60px;
}

.package-option ul {
	padding: 0;
}

.price-heading h3 {
	margin-top: 5px;
	margin-bottom: 5px;
        font-size: 1.2em;
        color: black;
        min-height: 84px;
}

.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}

.price-group {
	padding: 10px 0 10px;
}

.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 20px;
}

.price-group .price {
	color: #66acc5;
	font-size: 40px;
	font-weight: 500;
        border: 0px;
        width: 100%;
        text-align: center;
        background: unset;
}

.price-group .time {
	font-size: 18px;
}

.price-comment{
        font-size:14px;
        color:red;
}

.price-feature li {
	margin-left: 20px;
	margin-right: 20px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 30px;
}

.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #66acc5;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}

.btn-price:hover {
	background: #1f96e0;
	color: white;
}

#client {
	background: #f6f6f6;
	padding: 70px 0 70px;
}

#client img {
	max-height: 100px;
	margin: 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#testi {
	padding: 100px 0 100px;
}

.testi-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}

.testi-item .box {
	margin-right: 15px;
	margin-left: 15px;
}

.testi-item .box .message {
	padding: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	font-size: 20px;
}

.testi-item .client-pic img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	max-width: 100%;
}

.testi-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}

.testi-item .client-info .company {
	font-style: italic;
	color: #66acc5;
}

.owl-theme .owl-controls .owl-page span {
	background: #66acc5;
}

.video-header {
	margin: 40px 0 30px;
}

.video-embed {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.action {
	color: #fff;
}

.action h2 {
	margin-top: 20px;
	font-size: 40px;
	font-weight: 300;
        text-align:center;
}

.download-cta {
	padding: 50px 0 160px;
}

#contact {
	width: 100%;
	min-height: 100%;
}

#contact h2 {
	color: white;
}

.ul-address a {
	font-weight: normal;
}

.ul-address a:hover {
	color: white;
}

.ul-address li {
	padding-right: 20px;
	margin-bottom: 8px;
	list-style: none;
	color: white;
}

.ul-address i {
	margin-left: 15px;
	position: absolute;
	left: 0;
	color: #66acc5;
	font-size: 25px;
	line-height: 30px;
}

.contact-row {
	margin: 100px 0 100px;
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

#contact-form {
	margin: 0 auto;
}

#contact-form input {
	//position: relative;
	padding: 5px 25px;
	width: 100%;
}

#contact-form textarea {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	height: 120px !important;
}

#contact-form .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	font-size: 1.2em;
	height: 55px;
}

#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #66acc5;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

#contact-form .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

#footer {
	background: #fff;
	padding: 50px 0 50px;
}

.social ul {
	padding: 0;
	list-style: none;
}

.social li {
	display: inline-block;
	padding-right: .3em;
	padding-bottom: .3em;
}

.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #66acc5;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #66acc5;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.social li a:hover {
	color: #fff;
	background: #66acc5;
}

#shortcode-basic {
	padding: 70px 0 10px;
}

#shortcode-button {
	padding: 50px 0 10px;
	width: 100%;
	min-height: 100%;
}

#shortcode-button .form-horizontal {
	padding-left: 20px;
	padding-right: 20px;
}

#shortcode-icon {
	padding: 70px 0 10px;
}

#shortcode-alert {
	padding: 70px 0 10px;
}

#shortcode-table {
	padding: 70px 0 10px;
}

#shortcode-column {
	padding: 50px 0 10px;
}

.social-icons i {
	color: #66acc5;
	font-size: 30px;
	line-height: 40px
}

#shortcode-alert {
	padding: 70px 0 30px;
}

.alert {
	border: none;
	border-radius: 0;
	position: relative;
	font-size: 17px;
	line-height: 22px;
	padding: 16px;
	padding-left: 60px;
}

.alert i {
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 13px;
}

.icon-demo i {
	font-size: 70px;
	margin-right: 20px;
}

.table > thead > tr > th {
	background: #66acc5;
	color: #fff;
	border-bottom: 0;
	text-transform: uppercase;
}

.table > thead > tr > th,
.table > tbody > tr > td {
	font-size: 15px;
	font-weight: 300;
	padding: 20px 20px;
}

.table-bg > tbody > tr:nth-child(odd) > td,
.table-bg > tbody > tr:nth-child(odd) > th {
	background: #fff;
}

.table-bg > tbody > tr:nth-child(even) > td,
.table-bg > tbody > tr:nth-child(even) > th {
	background: #f6f6f6;
}

.scrollToTop {
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}

.scrollToTop:hover {
	color: #66acc5;
}

.control-group .controls {
	overflow-x: hidden;
}

/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.head-btn {
		margin: 50px 0 100px;
	}
	.signup-header {
		margin: 50px 0 100px;
	}
	.price-feature li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.btn-price {
		padding: 7px 25px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#policy {
		padding: 30px 0 50px;
	}
	#intro h2,
	#feature-2 h2 {
		text-align: justify;
	}
	#intro p,
	#feature-2 p {
		text-align: justify;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.feature-img {
		margin-top: 0;
	}
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 80px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1 {
		margin: 60px 0 60px 0;
	}
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.signup-header {
		margin-top: 250px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
}

/* =================================================== */

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s;
}
.checkbox:checked + label:before {
  background: #65cAFF;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
  //box-shadow: 0 0 0 3px rgba(255,255,255,1);
}
.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #65cAFF;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

/* MOSAIC */
.mosaicflow__column {
	float:left;
	}

.mosaicflow__item {
	position:relative;
        margin: 4px 2px;
	}
	.mosaicflow__item img {
		display:block;
		width:100%;
		max-width:500px;
		height:auto;
		}
	.mosaicflow__item p {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		margin:0;
		padding:5px;
		background:hsla(0,0%,0%,.5);
		color:#fff;
		font-size:14px;
		text-shadow:1px 1px 1px hsla(0,0%,0%,.75);
		opacity:0;
		-webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		   -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		     -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		        transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		}
	.mosaicflow__item:hover p {
		opacity:1;
		}
/* MOSAIC OFF */

.qty      { width:60px; height:32px; text-align: center; padding-top: 0px; font-size:150%; background:#eee; border:0; float:left;}
.qtyplus  { width:35px; height:32px; line-height: 22px; vertical-align: middle; display: table-cell; font-size:150%; background:#ddd; border-radius:0 7px 7px 0; float:left;}
.qtyminus { width:35px; height:32px; line-height: 22px; vertical-align: middle; display: table-cell; font-size:200%; background:#ddd; border-radius:7px 0 0 7px; float:left;}


/* Видеоплеер модальное окно */

/** стили фона затемнения **/
.overlay_video {
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1000;
   visibility: hidden;
/* фон затемнения */
   background-color: rgba(0, 0, 0, 0.8);
   opacity: 0;
   position: fixed; /* фиксированное позиционирование */
/* трансформация прозрачности при открытии  */
   -webkit-transition: opacity .5s;
   -moz-transition: opacity .5s;
   -ms-transition: opacity .5s;
   -o-transition: opacity .5s;
   transition: opacity .5s;
}
/* активируем при клике */
.overlay_video:target {
   visibility: visible;
   opacity: 1;
}
/** стили модального блока */
.modal_video {
   top: 0px;
   right: 0;
   left: 0;
   bottom: unset;
   z-index: 10001;
/** полная прозрачность изначально */
   opacity: 0;
   display: block;
   visibility: hidden;
   position: fixed;
/* трансформация прозрачности при открытии  */
   -webkit-transition: opacity 500ms ease-in;
   -moz-transition: opacity 500ms ease-in;
   transition: opacity 500ms ease-in; 
   margin: 0 auto;
   padding: 24px;
   min-width: 320px;
   max-width: 470px;
   width: 100%;
   border: 1px solid rgba(120,120,120,.7);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background: rgba(60, 63, 65, 0.9); 
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
   -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
   -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
   box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
}
/* активируем при клике */
.overlay_video:target+.modal_video{
   top: 2%;
   visibility: visible;
   opacity: 1;
}
/* планшет */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.modal_video {
    width: 95%;
  }
}
/* смарт */
@media only screen and (min-width: 459px) and (max-width: 767px) {
.modal_video {
    width:85%;  
  }
}
/* кнопка закрытия */
.close {
   position: absolute;
   width: 30px;
   height: 30px;
   right: 8px;
   top: 8px;
   z-index: 999999;
   cursor: pointer;
   text-align: center;
   text-decoration: none;
   line-height: 26px;
}
@media (max-width: 530px) {
.close {
   top: 6px;
  }
}
.close:after {
   content: 'X';
   display:block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   border: 2px solid #fff;
   -moz-transition: all 0.6s;
   -webkit-transition: all 0.6s;
   transition: all 0.6s;
   -moz-transform: scale(0.85);
   -ms-transform: scale(0.85);
   -webkit-transform: scale(0.85);
   transform: scale(0.85);
}
 
.close:hover:after {
   transform: scale(1);
}
/* блок заголовка видео */
.video__title {
   height: auto;
   width: 70%;
   padding: 0px 5px 15px 5px;
   color: white;
   font: normal 16px/22px 'Open Sans', Calibri, Arial, sans-serif;
   text-align:left;
}
@media (max-width: 530px) {
.video__title {
   height: 38px;
   font-size: 12px;
   line-height: 18px;
  }
}
/* адаптивный блок видео */
.video { 
   position: relative; 
   padding-bottom: 56.25%; 
   height: 0; 
   overflow:hidden; 
} 
.video iframe, 
.video object, 
.video embed {
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%;
   height: 100%; 
}

/* - видеопллер конец - */


/* COOK */
#cookie_note{
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: 88%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index:9;
}

#cookie_note p{
    margin: 0;
    font-size: 1em;
    text-align: left;
    color: black;
    float:left;
}

.cookie_accept{
    width: 15%;
    float:right;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 960px){
#cookie_note p{
    width: 100%;
    float:none;
}

.cookie_accept{
    float:none;
    width: 100%;
    margin:8px auto;
}
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

/* COOK OFF */







/* =================================================== */


/* smart-phone ----------- */

@media (max-width: 767px) {
	.logo {
		margin: 40px 0 30px 0;
	}
	.head-btn {
		margin: 20px 0 20px;
	}
	.signup-header {
		margin: 20px 0 20px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#policy {
		padding: 70px 0 70px;
	}
	#intro h2,
	#feature-2 h2 {
		font-weight: 150;
		text-align: justify;
	}
	#intro p,
	#feature-2 p {
		text-align: justify;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 50px;
	}
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.feat-list i {
		padding-left: 40px;
	}
	#feature-2 {
		padding: 40px 0 50px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#package {
		padding-top: 80px;
	}
	.package-option {
		padding: 50px 0 50px;
	}
	.price-box {
		margin-bottom: 30px;
	}
	#client img {
		margin: 10px 0 10px;
	}
	.contact-left {
		margin-bottom: 50px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
        .contact-row {
          margin: 55px 0 20px;
        }
}

/* iPhone 6Plus (landscape) ----------- */

@media (max-width: 736px) {
	.feature-img {
		margin-top: 0;
	}
}

/* iPhone 6 (landscape) ----------- */

@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1 {
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-cta {
		padding: 50px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */

@media (max-width: 568px) {
	.logo {
		margin: 15px 0 15px 0;
	}
	.landing h1 {
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important;
	}
	#intro {
		padding-top: 50px;
	}
	#policy {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#testi {
		padding: 70px 0 70px;
	}
	.testi-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;
	}
}

/* iPhone 4 (landscape) ----------- */

@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* smart phone width: 360px ----------- */

@media (max-width: 360px) {
	#intro h2,
	#feature h2,
	#feature-2 h2 {
		font-size: 30px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.video-header {
		margin: 30px 0 30px;
	}
}

/* iPhone 4/5 (portrait) ----------- */

@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1 {
		margin: 20px 0 35px 0;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
	.table > thead > tr > th,
	.table > tbody > tr > td {
		padding: 20px 10px;
	}
}

/*Modified CSS*/

.navbar-toggler {
	float: right;
	margin-top: 10px;
}

a.btn-default,
a.btn-primary {
	display: inline-block;
	padding: 23px 25px;
	line-height: 2px;
}

ul.list-inline li {
	display: inline-block;
	margin-right: 30px;
}

/* responsive nav stacked liked 3.x */

.navbar-light {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0.5px 2px #cecece;
	position: relative;
	z-index: 9
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #66acc5;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #66acc5
}


.navbar-toggler {
	display: none;
}
.navbar-nav {
	flex-direction: row;
	float: right;
	margin-top: -45px;
}
.collapse {
	display: block
}
ul.nav.navbar-nav li a {
	padding: 9px 15px;
	font-size: 15px;
	font-weight: 500;
}


@media (max-width: 767px) {
	.navbar-toggler {
		display: block;
	}
	.collapse {
		display: none
	}
	.navbar-nav {
		flex-direction: column;
		float: none;
		margin-top: 0px;
	}
	ul.nav.navbar-nav li a {
		padding-left: 0;
	}
}

@media (max-width: 576px) {
	.navbar-toggler {
		display: block;
	}
	.collapse {
		display: none
	}
	.navbar-nav {
		flex-direction: column;
		float: none;
		margin-top: 0px;
	}
}

@media (max-width: 320px) {
	.btn-default {
		margin: 0;
	}
}


#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background: rgba(255, 255, 255, 0.29);
  max-width: 380px;
  margin: 0 auto;
}

#block-search.block-search--mobile {
  background: rgba(16, 58, 74, 1);
}

.tl-container {
  padding: 0 30px;
}
