body{
	min-width: 300px;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	
}
li {
    list-style-type: none; 
   }
   
.scrollbox {
 overflow: auto;
 max-height: 500px !important;
 margin: 30px auto;
 background:
  linear-gradient(white 30%, rgba(255,255,255,0)),
  linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
  radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
  radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
 background-repeat: no-repeat;
 background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
 background-attachment: local, local, scroll, scroll;
 }
.navbar-phone{
    font-size: 20px;
    line-height: 20px;
	padding-top: 15px !important;
    position: relative;
    display: block;
	float:left;
	
}
.navbar-header{
    height: 50px;
}
.navbar-brand {
	font-size: 30px !important;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 10px;
}
.navbar-brand:first-letter {
	color: #59ABE3;
}
.navbar {
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}


.navbar.navbar-default {
    background-color: #99ccff;
    border: 0;
    	box-shadow: 5px 5px 27px rgba(50, 50, 50, 0.15);

}

.navbar.navbar-default .navbar-collapse {
    border: 0;
}

.blockquote{
	border-left: 15px solid #6699ff !important; 
	border-right: 2px solid #6699ff;
  }

.shop_icon{
	font-size: 16px;
}

.accessories-list .accessory {
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 18px 0;
}
.accessory {overflow: hidden;}
.accessory h2 {font-size: 24px;}
.accessory header a.img {display: block;}
.accessory header img {
	max-height: 140px;
	margin-bottom: 0px;
}
.accessory .body {
	line-height: 1.2;
	margin: 0px;
}
.accessory::before {
	height: 40px;
	/*
	background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -webkit-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -moz-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -ms-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -o-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-repeat: repeat-y;
	background-size: 100% auto;
	*/
	content: " ";
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.textarea {
	width: 600px;
}
.longinput{
	width: 500px;
}





a.btn-buy::after, a.btn-buy::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.btn-buy {
	display: block;
	width: 100px;
	top: 7px;
	left: 3px;
	margin-bottom: 45px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #5B5B5B;
	font-size: 135%;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 5px 0 0;
}
a.btn-buy:hover {
	text-decoration: none;
}
a.btn-buy:after {
	content: "Kупить!";	position: absolute; 
	z-index: -1;
	top: -2px;
	bottom: -2px;
	left: -2px;
	width: 100px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	padding: 38px 0 0 0;
	border-radius: 5px;
	border: 2px solid #1780B4;
	background: linear-gradient(#2FA1CB, #1780B4) no-repeat 0% 100%;	background-size: 100% 32px;	box-shadow: inset 100px 0 rgba(255,255,255,0); 	transition: .3s;
}
a.btn-buy:hover:after {
	box-shadow: inset 100px 0 rgba(255,255,255,.2);}
a.btn-buy:active:after {
	background-image: linear-gradient(#c61e40, #d4536d);
}







a.btn-order::after, a.btn-order::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.btn-order {
	display: block;
	width: 100px;
	top: 7px;
	left: 3px;
	margin-bottom: 45px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #c6c6c6;
	font-size: 135%;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 5px 0 0;
}
a.btn-order:hover {
	text-decoration: none;
}
a.btn-order:after {
	content: "Заказать";	position: absolute;
	z-index: -1;
	top: -2px;
	bottom: -2px;
	left: -2px;
	width: 100px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 60%;
	padding: 43px 0 0 0;
	border-radius: 5px;
	border: 1px solid #8097a3;
	background: linear-gradient(#a7c5d1, #8097a3) no-repeat 0% 100%;	background-size: 100% 32px;	box-shadow: inset 100px 0 rgba(255,255,255,0); 	transition: .3s;
}
a.btn-order:hover:after {
	box-shadow: inset 100px 0 rgba(255,255,255,.2);}
a.btn-order:active:after {
	background-image: linear-gradient(#c61e40, #d4536d);
}





.service-nav {margin-top: 15px;}
.service-nav > li {margin-bottom: 10px;}
.service-nav > li > a {display: table-row;}
.service-nav > li > a > .img {
	display: table-cell;
	vertical-align: middle;
}


.tt-dropdown-menu {
	width: 300px;
	margin-top: 5px;
	padding: 8px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px 8px 8px 8px;
	font-size: 11px;
	color: #111;
	background-color: #F1F1F1;
}
.dropdown-menu a{
	color: #555;
}
.glyphicon-cog{
	color: #1E6492;
}
.dropdown-menu a:hover{
	color: #555;
}
.list-unstyled > a {
	color: #888;
}
.list-unstyled > a:hover {
	color: #888;
}

. > li > a > .text {
	color: #888;
}
.gray{
	color: #262638;
	text-decoration: none !important;
}
.black{
	color: #262638;
	text-decoration: none;
}
.orange{
	color: #d8a000;
	text-decoration: none;
	font-size: 90%;
}
.red{
	color: red;
	text-decoration: none;
	font-size: 90%;
}
.service-nav > li > a > .text h4 {margin: 0;}
.article-nav {margin: 0px;}
.article-nav > li > a  {padding: 0px;}
.article-nav h4 {margin: 0px 0px 5px;}
.article-nav li {margin-bottom: 20px;}
@media (max-width: 992px) {
	.article-nav li {
		display: none; 
		float: left;}
	.article-nav li .img {
		padding: 10px;
		width: 250px;
		float: left;
	}
	.username {
		display: none;
	}
}
.goods hr {
	margin: 0 10px;
}
.goods-page .buy .price {
	font-weight: bold;
	font-size: 36px;
	margin: 0;
}
.goods-page .buy small {
	font-size: 18px;
}
.goods-page .buy .btn {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 25px;
	text-shadow: 1px 1px 1px #3e3e3e;
}




/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */




/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}








.input-text{
	background: url(../images/form-text.png) no-repeat left top;
	width: 397px;
	border: 0px;
	height: 40px;
	line-height: 16px;
	padding: 0px 10px 0;
	color: #5b5b5b;
	font-size: 16px;
	margin-bottom: 10px;
}
.input-textarea{
	background: url(../images/form-textarea.png) no-repeat left top;
	width: 397px;
	height: 158px;
	overflow: auto;
	padding: 10px 10px 10px;
	color: #5b5b5b;
	font: 16px Arial;
}

























cart_top_bold
a.cart_top{
	color: #7E8D98;
	text-decoration: none;
}
a.cart_top_bold{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

div.cart_top {
	width:980px; 
	float:right;
	background:#FFF;
	background: url(../images/cart.gif) no-repeat;
	padding:2px 2px 7px 10px;
	position:absolute;
	z-index:100;
}



.check-box-round{width:615px; border:1px solid #e7e7e7;padding:.9em 2em;margin:15px;
-webkit-box-shadow: 3px 3px 3px 0px #5f5f5f;
-moz-box-shadow: 1px 1px 1px 0px #5f5f5f;
box-shadow: 1px 1px 1px 0px #5f5f5f;
-o-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
}
.check-cart{color:#333}
.cc-head-title{border-bottom:1px solid #a0b6d0;}
.check-cart h3{border-bottom:1px solid #a0b6d0;font-size:1.45em;padding-bottom:0;margin-bottom:0}
.cc-item,.bt-cc-item{border-bottom:1px solid #a0b6d0;overflow:hidden;padding:.85em 0 .75em;border-top:1px dotted #b2b2b2}
.cc-item:first-child{border:0}
.bt-goods .cc-item:first-child{border:0}
.cc-i-image{float:left;}
.cc-i-image a,.cc-i-image a:hover{text-decoration:none}
.cc-i-detail{margin-left:50px}
.cc-i-title{font-size:.95em;padding-bottom:.75em;width:90%;line-height:1.4em}
.cc-i-row{}
.cc-i-cost{width:70%;text-align:left;}
.cc-i-cost-price{font-size:1.1755em;white-space:nowrap;line-height:1.1em}
.cc-i-cost-old {width:auto;padding-right:.5em;color:#999;text-decoration:line-through;font-size:.8em;line-height:1em}
.cc-i-detail .cc-i-cost-old{padding-top:.275em}
.cc-i-quantity img{}
.cc-kit-foot .cc-i-quantity{font-size:.9em;padding-top:1px}
.cc-i-cost-text{width:1.5em}
.cc-i-cost-summary{float:right;text-align:right;font-weight:bold;width:300px; padding-right:40px}

/* cc-delivery */
.cc-delivery{border-top:1px solid #a0b6d0;border-bottom:1px solid #a0b6d0;padding:.462em 0 .769em}
.cc-delivery .cc-foot-i-title,.cc-total .cc-foot-i-title{font-size:1em}
.cc-delivery .cc-foot-i-field,.cc-total .cc-foot-i-field{font-size:1em}

.cc-foot{}
.cc-foot-item{overflow:hidden;font-size:1.175em;padding:.5em 0}
.cc-delivery-cost{}
.cc-foot-i-title{float:left}
.cc-foot-i-field{float:right;text-align:right}

.cc-delivery-cost{border-top:1px solid #a0b6d0;margin-top:-1px}
.cc-delivery-cost-old{color:#c1c1c1;font-weight:bold;text-decoration:line-through;line-height:1em}

.cc-foot-i-coupon{font-size:1em;padding:.75em 0 1em}

.cc-foot-item-summary{border-top:1px solid #a0b6d0}
.cc-foot-i-summary-title{font-weight:bold;padding-top:.4em}
.cc-foot-summary-price{color:#d20b29;font-weight:bold;font-size:1.6em;line-height:1em}
.cc-foot-summary-price-usd{font-size:.65em}
.blue{color:#0c21a9;font-weight:bold;font-size:1.25em}































/* ======================= Pages ==========================*/




.bg-gradient1 {
	background-image: -webkit-linear-gradient(left, rgba(249, 252, 230,0.8), rgba(249, 252, 230,1), rgba(249, 252, 230,0.8));
	background-image: -moz-linear-gradient(left, rgba(249, 252, 230,0.8), rgba(249, 252, 230,1), rgba(249, 252, 230,0.8));
	background-image: -ms-linear-gradient(left, rgba(249, 252, 230,0.8), rgba(249, 252, 230,1), rgba(249, 252, 230,0.8));
	background-image: -o-linear-gradient(left, rgba(249, 252, 230,0.8), rgba(249, 252, 230,1), rgba(249, 252, 230,0.8));
	background-repeat: repeat-y;
}
.border {
	border: 1px solid #d4d4d4;
}
.shadow {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.max-w-100 {max-width: 100% !important;}

.mute-hide {position: relative;}
.mute-hide::before {
	height: 20px;
	background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -webkit-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -moz-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -ms-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-image: -o-linear-gradient(to bottom, rgba(230, 230, 230, 0), rgba(249, 249, 249,0.7), rgba(255, 255, 255,1));
	background-repeat: repeat-y;
	background-size: 100% auto;
	content: " ";
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.index-page .we-do,.index-page .other, .index-page .offer, .index-page .offer-cnt,
.index-page .maps-block {
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.index-page .we-do h2,.index-page .other h2, .index-page .we-do p,.index-page .other p,
.index-page .offer-cnt h2, .index-page .offer h2, .index-page .your-joy h2 {
	font-weight: normal;
}
.index-page .offer-cnt {margin-bottom: 200px;}

.va-container {
	height: 100vh;
	/*height: 100%;*/
	width: 100%;
	text-align: center;
}
}
.va-container .block-va{
	display: inline-block;
	vertical-align: middle;
}
.va-helper {
	vertical-align: middle;
	display: inline-block;
	/*width: 1px;
	outline: 1px solid red;*/
	height: 100%;
}
.va-container .block-va p {
	font-size: 3vmin;
	margin-bottom: 3vh;
}
.va-container .block-va h2 {
	font-size: 10vmin;
	margin-bottom: 10vh;
	color: #fff;
}

.va-container .block-va .block-va-tabs {
	margin-top: 15vh;
}
@media (max-width: 790px) {
	
	.va-container .block-va .block-va-tabs {
	margin-top: 0vh;
	}
}




.index-page .other h2,
.index-page .offer-cnt h2
{
	margin: 0 0 50px 0;
	font-size: 50px; /*55*/
	letter-spacing: 1px; /*5*/
	text-align: center;
}
.index-page .other h2 {color: #59abe3;}
.index-page .offer-cnt h2 {color: #92e359;}

.index-page .other .row {margin-bottom: 60px;}








/* we-do */

.index-page .we-do {
	margin: 100px 0 100px 0;
	background-color: #59ABE3;
	color: #fff;
}
.index-page .we-do .va-container {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.index-page .we-do .va-container .block-va {
	display: inline-block;
	height: 100%;
	line-height: 100vh;
}
.index-page .we-do .va-container .block-va div{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.index-page .we-do .va-container .block-va div h2{
	display: inline;
}


/* offer */
.index-page .offer {
	margin: 0 0 100px 0;
	background-color: #92e359;
	color: #fff;
}
.index-page .offer .va-container {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.index-page .offer .va-container .block-va {
	display: inline-block;
	height: 100%;
	line-height: 100vh;
}
.index-page .offer .va-container .block-va .tabs {
	display: inline-block;
	margin: 0 auto;
}
.index-page .offer .va-container .block-va .block-va-tabs  div{
	padding-bottom: 7px;
	line-height: normal;
	vertical-align: middle;
}
.index-page .offer .va-container .block-va .block-va-tabs  div.active img{
	box-shadow: inset 5px 5px 27px 0px rgba(50, 50, 50, 0.15);
	padding: 7px;
}


/* your-joy */
.index-page .your-joy {
	margin: 0 0 100px 0;
	background-color: #A47AC2;
	color: #fff;
}
.index-page .your-joy .va-container {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.index-page .your-joy .va-container .block-va {
	display: inline-block;
	height: 100%;
	line-height: 100vh;
}
.index-page .your-joy .va-container .block-va div{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.index-page .your-joy .va-container .block-va div h2{
	display: inline;
}





/* block shadow */

.block_shadow
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(150, 150, 150, 0.2), 0 0 40px rgba(150, 150, 150, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(150, 150, 150, 0.2), 0 0 40px rgba(150, 150, 150, 0.1) inset;
            box-shadow:0 1px 4px rgba(150, 150, 150, 0.2), 0 0 40px rgba(150, 150, 150, 0.1) inset;
}
.block_shadow:before, .block_shadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(150,150,150,0.8);
    -moz-box-shadow:0 0 20px rgba(150,150,150,0.8);
    box-shadow:0 0 20px rgba(150,150,150,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

/* end block shadowy */








.service-item {
	margin: 0 0 20px 0;
}
.service-item > a {
	display: table-row;
	cursor: pointer;
}
.service-item .img, .service-item .text {
	display: table-cell;
}
.service-item .text {
	padding: 0 0 0 5px;
	vertical-align: top;
}
.service-item .text h4 {
	margin: 0  0 5px 0;
}

/* Map block */
.index-page .maps-block {
	margin: 25px 0;
}
.index-page .maps-block::after {clear: both;}
.index-page .maps-block {
	width: 100%;
	text-align: center;
}
.index-page .maps-block .map-block {
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden;
	margin-bottom: 5vh;
}
.index-page .maps-block .map{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	/*z-index: -1;*/
}
.index-page .maps-block .map-info-container {
	/*outline: 1px solid red;*/
	height: 85%;
	width: 50%;

	z-index: 10;
	background-color: rgba(100,100,100,0.7);

	border: 2px solid #969696;
	border-radius: 4.5px;

	margin-top: 4vh;
	/*margin-right: calc(-40vh);*/
}
.index-page .maps-block .map-info {
	color: #fff;
	/*float: right;*/
	height: 100%;
	/*position: absolute;
	top: 15%;
	right: 0px;*/

	margin: auto;
	width: calc(50vw - 0.364*60vh); /*100%;*/ /*6 = 70vh(map-block) * 85%(map-info-container) */
	/*outline: 1px solid green;*/
}
.index-page .maps-block .map-info h3 {color: #fff; margin-top: 0px;}
.index-page .maps-block .info-right {
	 float: right;
	 margin-right: calc(-0.364*0.55*60vh);

	 -webkit-transform: skew(-20deg);
	 -moz-transform: skew(-20deg);
	 -o-transform: skew(-20deg);
	 transform: skew(-20deg);
	 box-shadow: -5px 5px 10px rgba(100,100,100,0.3); /* inset calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,0);  */
 }
.index-page .maps-block .info-right .map-info {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);

	/*margin-left: calc(0.364*0.55*40vh);*/
}
.index-page .maps-block .info-left {
	float: left;
	margin-left: calc(-0.364*0.55*60vh);

	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	box-shadow: 5px -5px 10px rgba(100,100,100,0.3); /* inset calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,0);  */
}
.index-page .maps-block .info-left .map-info {
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);

	/*margin-right: calc(0.364*0.55*40vh);*/
}
@media (max-width: 767px) {

	.index-page .maps-block .map-block {
		height: auto;
		position: inherit;
	}
	.index-page .maps-block .map{
		position: inherit;
		height: 50vh;
		/*z-index: -1;*/
	}
	.index-page .maps-block .map-info-container {
		float: none;

		height: auto;
		width: auto;

		z-index: 10;
		background-color: rgba(100,100,100,0.7);

		border: none;
		border-radius: 0px;

		margin-top: 0;

		margin-right: 0;
		margin-left: 0;

		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
		box-shadow: none;
	}
	.index-page .maps-block .map-block .map-info {
		-webkit-transform: skew(deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
		margin: 20px;
		width: 100%;
	}
}
/*.index-page .maps-block .info-right .info {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}*/


/* End Index page */



.camera_container {margin-top: 0px;}
.camera_next, .camera_prev { display: block;}
#camera .btn {
	position: relative;
	display: inline-block;
	padding: 19px 43px;
	font: 800 16px/16px 'Dosis', sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	color: #fff;
	border: 1px solid #fff;
	overflow: hidden;
	z-index: 1;
}
#camera .btn:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: -1;
}
#camera .btn:hover {
	color: #45494d;
}
#camera .btn:hover:after {
	height: 400%;
	opacity: 1;
}

.action-container {
	text-align: center;
	height: 100vh;
	/*height: 100%;*/
	width: 100%;
	
}
.action .action-container {
	height: auto;
	min-height: 100vh;
}
.action-container .block-action{
	display: inline-block;
	vertical-align: middle;
}
.action-helper {
	vertical-align: middle;
	display: inline-block;
	/*width: 1px;
	outline: 1px solid red;*/
	height: 100%;
}
.action-container .block-action p {
	font-size: 6vmin;
	margin-bottom: 8vh;
}
.action-container .block-action h2 {
	font-size: 8vmin;
	margin-bottom: 10vh;
	color: #fff;
}
.action-container .tel {
	font-size: 8vmin;
	margin-bottom: 10vh;
	color: #fff;
}
.action-container .links {
	font-size: 4vmin;
	line-height: 0.5;
	color: #fff;
	text-decoration: none;
}

.action-container .block-action .block-action-tabs {
	margin-top: 10vh;
}











.index-page .action {
	margin: 100px 0 0px 0;
	background-color: #4CA4D7;
	color: #fff;
}
.index-page .action .action-container .block-action .tabs {
	display: inline-block;
	margin: 0 auto;
}
.max-w-100{
	max-width:100%;
}

.gradient {
background: rgba(234,75,72,1);
background: linear-gradient(to right, rgba(234,75,72,1) 0%, rgba(240,181,178,1) 33%, rgba(223,18,7,1) 100%);
box-shadow: inset 0px -12px 28px -7px rgba(0,0,0,0.28);


width:100%;
z-index:-1;
color:#fff;
}
.gradient h1{
	padding:10px;
}


#parallax_header {
	display: block;
	height:300;
	border:0px solid black;
    vertical-align: middle;
	position:relative;
    //display: inline-block;
	//left:50%
}
#parallax_header h1 {
	color:#50A5D5;
	font-size: 5vw;
	//color:#fff;
    vertical-align: middle;
}
#parallax_header h2 {
	color:#50A5D5;
	font-size: 3vw;
	//color:#fff;
}

.top-img{
	left: 200px;
    vertical-align: right;
	display: block;
	height: auto;
	padding-top:20px;
}



ol.breadcrumbs {
margin: 0;
padding: 0;
}
ol.breadcrumbs li {
display: inline;
}


ol.subbreadcrumbs {
position:absolute;
display: none;
z-index:10;
background-color: white;
}

ol.subbreadcrumbs li {
display: list-item;
}

















.autocomplete {
  position: relative;
  display: inline-block;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}