/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
*{
	outline: 0;
}


@font-face {
  font-family: "proximanova";
  src: url("../type//Proximanova-Light-webfont.eot");
  src: url("../type//Proximanova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../type//Proximanova-Light-webfont.woff") format("woff"), url("../type//Proximanova-Light-webfont.ttf") format("truetype"), url("../type//Proximanova-Light-webfont.svg#Proximanova-Light") format("svg");
  font-weight: 300;
  font-style: light;
}

@font-face {
  font-family: "Proximanova";
  src: url("../type//Proximanova-Regular-webfont.eot");
  src: url("../type//Proximanova-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../type//Proximanova-Regular-webfont.woff") format("woff"), url("../type//Proximanova-Regular-webfont.ttf") format("truetype"), url("../type//Proximanova-Regular-webfont.svg#Proximanova-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proximanova";
  src: url("../type//Proximanova-Bold-webfont.eot");
  src: url("../type//Proximanova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../type//Proximanova-Bold-webfont.woff") format("woff"), url("../type//Proximanova-Bold-webfont.ttf") format("truetype"), url("../type//Proximanova-Bold-webfont.svg#Proximanova-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Proximanova";
  src: url("../type//Proximanova-Extrabold-webfont.eot");
  src: url("../type//Proximanova-Extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../type//Proximanova-Extrabold-webfont.woff") format("woff"), url("../type//Proximanova-Extrabold-webfont.ttf") format("truetype"), url("../type//Proximanova-Extrabold-webfont.svg#Proximanova-Extrabold") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Proximanova";
  src: url("../type//Proximanova-Black-webfont.eot");
  src: url("../type//Proximanova-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../type//Proximanova-Black-webfont.woff") format("woff"), url("../type//Proximanova-Black-webfont.ttf") format("truetype"), url("../type//Proximanova-Black-webfont.svg#Proximanova-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}



body {
  font-family: "Proximanova", Arial, sans-serif;
  color: #003055;
}

body.bg{
	background: #eef5fa;
}

hr {
  border-color: #ffffff;
  border-width: 3px;
}

hr.sm{
	max-width: 110px;
}



hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fd4640;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Proximanova', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.logo{
	width: 170px;
	padding: 0 5px;
}

.bg-primary {
    background-color: #003055;
    width: 90%;
    margin: -20px auto;
	-webkit-box-shadow: 0px 20px 80px 0px rgba(0, 48, 85, .30);
			box-shadow: 0px 20px 80px 0px rgba(0, 48, 85, .30);
}
.bg-alternate {
  background-color: #fd4640;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 50px 0;
  overflow-x: hidden;
  word-wrap: break-word;

}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: #003055;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #fd4640;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fd4640;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fd4640 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
	border: 0;
	padding: 20px 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 1);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 1);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fd4640;
  }
  .navbar-default.blue-links .nav > li > a,
  .navbar-default.blue-links .nav > li > a:focus {
    color: #003055;
  }
  .navbar-default.blue-links .nav > li > a:hover,
  .navbar-default.blue-links .nav > li > a:focus:hover {
    color: #fd4640;
  }
  
  .navbar-default.affix {
    background-color: #003055;
  }
  
  .navbar-default.affix .navbar-brand{
	background: url(../img/logo-white.svg) no-repeat center;
	background-size: contain;
	padding: 0 5px;
  }
  
  .navbar-default.affix .menu-icon{
	/* background: url(../img/basket.svg) no-repeat center;
	background-size: contain; */
	background: #fff;
    border-radius: 2px;
    padding: 1px;
  }
  
  .navbar-default.affix .logo{
	  visibility: hidden;
  }
  
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #fd4640;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff !important;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fd4640;
  }
}


@media (max-width: 767px) {
	
	.navbar-default.affix .logo{
		visibility: hidden;
	}
  
	.navbar-default.affix .navbar-brand{
		background: url(../img/logo-white.svg) no-repeat center;
		background-size: contain;
		padding: 0 5px;
		margin-left: 20px;
	}
  
	.navbar-default .logo{
		visibility: hidden;
	}
  
	.navbar-default .navbar-brand{
		background: url(../img/logo-white.svg) no-repeat center;
		background-size: contain;
		padding: 0 5px;
		margin-left: 20px;
	}
	
	.dropdown-menu{
		display: block;
		position: relative;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 435px;
	}
	
	.section-heading.lg {
		font-size: 60px !important;
	}
	
	.col-xs-6.footer-box {
		text-align: center;
	}
	
	li.cart-contents {
		top: -10px;
		padding: 10px 0;
	}
	
	.btn.center{
		display: block;
		margin: 0 auto;
	}
	
	header.carousel .carousel-caption h1 {
		font-size: 35px;
		font-weight: 600;
	}
	
	header.carousel .carousel-caption p{
		font-size: 12px;
		font-weight: 300 !important;
	}
  
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
	margin-bottom: 0px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel .carousel-caption{
	bottom: 135px;
}

header.carousel .carousel-caption h1{
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
}

@media (max-width: 768px) {
	header.carousel .carousel-caption h1 {
		font-size: 40px;
	}
}

header.carousel .small-line{
	margin: 50px auto;
	border-color: #fff;
}


.section-heading {
  margin-top: 0;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #003055;
}

.small-section-heading{
	margin-top: 0;
	font-weight: 500;
	color: #003055;
	text-align: left;
	font-size: 25px;
	margin-bottom: 5px;
	
}

.section-heading.underline + hr{
	float: left;
	text-align: left;
	width: 40%;
	border-color: #003055;
	display: block;
	margin: 0 0 50px 0;
}

.section-heading .alternate{
  color: #fd4640;
}

.alternate{
  color: #fd4640;
}


.small-line{
	width: 25%;
	max-width: 75px;
	border-bottom: 5px solid #003055;
	margin: 25px 0;
}

.small-line.alternate{
	border-color: #fd4640;
}


.large-line{
	width: 40%;
	max-width: 400px;
	border-bottom: 3px solid #003055;
	margin-top: 0;
	float: left;
}

.large-line.alternate{
	border-color: #fd4640;
}

.service-box {
  max-width: 400px;
  margin: 50px auto;
}
@media (min-width: 992px) {
  .service-box {
    margin: 50px auto ;
  }
}

.service-box img {
	width: 60px;
	height: 60px;
}

.accessories-box, .distributor-block{
	margin: 25px 0;
}

.accessories-box > img {
    width: 100%;
}

.service-box p, .alarm-box p, .accessories-box p {
  margin-bottom: 0;
  color: #003055;
  font-size: 14px;
}

.accessories-box p {
	width: 80%;
	margin: 0 auto;
}

.service-box h3, .alarm-box h3, .accessories-box h3{
	font-size: 16px;
	font-weight: 500;
	color: #003055;
}

.alarm-box{
	padding-top: 50px;
}

.alarm-image{
	text-align: center;
}

.alarm-image img{
	width: 80%;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #fd4640;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fd4640;
  border-color: #fd4640;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fd4640;
  border-color: #fd4640;
}
.btn-primary .badge {
  color: #fd4640;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #fd4640;
}
::selection {
  color: white;
  text-shadow: none;
  background: #fd4640;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}


/* Settings */


.menu-icon{
	max-height: 20px;
	float: left;
}

.notification-bubble{
	background: #fd4640;
	color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1.5;
	margin-right: 5px;
	margin-top: -10px;
	float: left;
}

.round-btn, .alternate-btn{
	background: #fff;
	color: #003055 !important;
	border-radius: 25px;
	padding: 10px 45px !important;
    margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800 !important;
	text-align: center;
}

.round-btn img{
	max-height: 14px;
	vertical-align: top;
	margin-right: 5px;
}

.round-btn:hover, .alternate-btn:hover{
	background: #fd4640 !important;
	color: #fff !important;
	border-radius: 25px;
	padding: 10px 45px !important;
    margin-top: 5px;
	text-transform: uppercase;
}

.round-btn:hover .alternate{
	color: #003055;
}

.alternate-btn{
	background: #fd4640;
	color: #fff !important;
	margin: 25px 0;
}

.alternate-btn:hover{
	background: #003055 !important;
	margin: 25px 0;
}

.blue-btn{
	background: #003055;
	color: #fff !important;
	margin: 5px 0;
}

.faded-btn{
	background: #b3bec6;
}

.dropdown-menu{
	min-width: 88px;
	background: #003055 !important;
	width: 100%;
}

.dropdown-menu a{
	color: #fff;
}

.application-box h2{
	font-size: 40px;
	font-weight: 700;
}

.application-box .round-btn{
	color: #fd4640 !important;
}

.application-box .round-btn:hover{
	background: #003055 !important;
	color: #ffffff !important; 
}

.footer{
	background: #003055;
	color: #fff;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.footer .section-heading{
	color: #fff;
}

.footer i.circle{
	background: #fff;
	border-radius: 50%;
	color: #003055;
	padding: 20px;
    font-size: 22px;
    margin: 0 10px;
	width: 60px;
    height: 60px;
}

.footer .footer-box{
	margin: 70px 0;
}

.footer ul{
	list-style: none;
	padding: 0;
}

.footer li{
	font-size: 14px;
	font-weight: 500;
	margin: 0px 0 30px 0;
}

.footer-logo{
	width: 50%;
	max-width: 125px;
}

.footer select{
	background: #003055;
	color: #fff;
	font-weight: 700;
	min-width: 100px;
	border: 0;
}

.footer .text-muted, .footer .text-muted a{
	color: #3276ab;
	font-size: 11px;
	font-weight: 700;
	margin-top: 120px;
}

.banner-box{
	background: rgba(0,48,85,0.20) url("../img/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 800px;
    padding-top: 25%;
	
	background-blend-mode: overlay; 
	filter: none;
}

.banner-box h1{
	font-size: 55px;
	font-weight: 700;
}

.banner-box a{
	display: block;
	margin-top: 20px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.video-container{
	width: 350px;
	height: 400px;
	background: #aeb5ba;
	-webkit-box-shadow: 0px 20px 80px 0px rgba(0, 48, 85, .30);
			box-shadow: 0px 20px 80px 0px rgba(0, 48, 85, .30);
	margin: 0 auto;
}

.video-box{
	display: table;
	height: 400px;
	width: 100%;
	margin: 20px;
}

.video-box .video-details {
  display: table-cell;
  margin: 0;
  padding: 20px;
  vertical-align: middle;
}

@media(max-width:767px){
	.video-box .video-details {
		text-align: center;
	}
}

.app-container{
	text-align: left;
	background: url(../img/app.png) no-repeat top center; 
	background-size: contain;
	height: 650px;
}

.app-container h1{
	font-size: 70px;
    font-weight: 800;
    line-height: 0.85;
	color: #fd4640;
}

.app-details{
	margin-top: 300px;
}

@media(max-width:767px){
	.app-details{
		margin-top: 400px;
	}
	.app-container{
		background-position: bottom;
	}
}

.app-container p{
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	color: #fd4640;
	line-height: 1;
	margin: 20px 0;
}


#about .section-heading{
	color: #fff;
}

.carousel-indicators li{
	display: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next{
	background: #777;
    border-radius: 50%;
    padding: 0px 4px;
    width: 35px;
    height: 35px;
}

.arrow-design{
	height: 50px;
	width: 90%;
	margin: 0px auto;
	float: none;
}

.about-arrow{
	margin-top: -65px; 
}

/* Product page */

.hero-heading{
	margin-top: 100px;
}

#product-info p{
	color: #003055;
	font-weight: 500;
	font-size: 20px;
}

.section-heading.lg{
	font-size: 100px;
}


.accessories-box .round-btn{
	width: 60%;
	margin: 25px 0 25px 0;
}

.nav-tabs.nav-justified{
	margin: 50px auto;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0;
	border: 0;
}

.nav-tabs.nav-justified > li.active{
	border: 0;
}

.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:hover {
	border: 0;
	color: #003055;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	padding: 0;
	margin-right:25px;
}

.nav-tabs.nav-justified > li > a:hover{
	color: #fd4640;
	background: transparent;
}

.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover  {
	border: 0 !important;
	color: #fd4640;
}

.tab-content p{
	margin: 20px 0;
	color: #003055;
}

.tab-content p span{
	padding: 0 20px;
	border-right: 1px solid #333;
}

.tab-content p span:first-child{
	border:0;
	padding: 0;
}

.tab-content p span:last-child{
	border:0;
}

.tab-content p span.strong{
	font-weight: 500;
}


.navbar-default.affix .round-btn {
    background: #fd4640;
}

.package-block{
	color: #003055;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 3px solid #003055;
}

@media (max-width: 768px) {
	.package-block{
		flex-direction: column;
		align-items: flex-start;
	}
}

.package-block h1{
	font-size: 60px;
	font-weight: 700;
	color: #003055;
	padding: 0;
    margin: 0;
	text-transform: capitalize;
}

.package-block h1.alternate{
	color: #fd4640;
}

.package-block p{
	color: #003055;
}

.package-block ul{
	list-style: square inside none;
	padding: 0;
	margin-top: 50px;
}

.package-block .lg{
	flex: 4;
}

.package-block .md{
	flex: 2;
}

.package-block .sm{
	flex: 1;
}

.select-box{
	width: auto;
	max-height: 70px;
	background: #003055;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 25px;
	border: 0;
}

.select-box.alternate{
	background: #fd4640;
}

#accessories-info .select-box{
	margin-top: 25px;
}

.stars,.news-box, .address-block{
	margin: 25px 0;
}

.contact-box{
	margin-bottom: 50px;
}

.contact-box input, .contact-box select, .contact-box textarea{
	width: 100%;
	max-width: 400px;
	background: #fff;
	border: 0;
	border-bottom: 2px solid #003055;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 45px;
	display: block;
}

.contact-box label{
	font-size: 18px;
	font-weight: 500;
}

.contact-box textarea{
	border: 2px solid #003055;
	height: 245px;
	padding: 5px;
	resize: none;
}

.contact-box input::placeholder{
	color: #003055;
}

.application-block {
	margin: 50px 0;
}

.application-box .app-logo{
	margin-bottom: 25px;
}

.accordion-box button.accordion {
    background-color: #fff;
    color: #fd4640;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
	font-weight: 500;
    transition: 0.4s;
	border-bottom: 2px solid #003055;
}

.accordion-box button.accordion.active, .accordion-box button.accordion:hover {
    color: #003055;
}

.accordion-box button.accordion:after {
    content: '\25BC';
    color: #003055;
	font-size: 18px;
    float: right;
    margin-left: 5px;
}

.accordion-box button.accordion.active:after {
    content: "\2212";
}

.accordion-box div.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	border: 0;
	box-shadow: none;
	margin-top: 10px;
}

.about-section .about-img{
	height: 450px;
	text-align: center;
}

.about-section .about-img img{
	max-height: 100%;
	
}

.about-section .top-space{
	margin-top: 150px;
}

.about-hero{
	width: 100%;
	height: 640px;
	color: #fff;
	font-weight: 500;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	text-align: center;
	
	background-image: url('../img/about-hero.png');
	background-color: rgba(0, 48, 85, 0.3);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.about-hero h1{
	font-size: 60px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.about-hero{
		height: 360px;
		background-size: cover;
	}
	.about-hero h1{
		font-size: 20px;
	}
}

.map-block{
	width: 100%;
}

.map-block img{
	max-width: 100%;
}

.flag{
	margin-bottom: 25px;
}

.map-slider{
	display: flex;
	height: 600px;
}

.map-slider .map-column{
	flex: 2;
	height: 600px;
}

.map-slider .map-column .map-block img{
	height: 600px;
	width: 100%;
}

.map-slider .address-column{
	flex: 1;
	overflow-y: scroll;
}

.map-slider .address-column .distributor-block{
	border-bottom: 1px solid #003055;
}

@media (max-width: 768px) {
	.map-slider{
		flex-direction: column;
	}
}


.payment-form label{
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.payment-form label.faded{
	color: #90a9bb;
	margin-bottom: 25px;
}

.payment-form .input-control{
	margin: 25px 0;
	clear: both;
	padding: 0;
}

.payment-form .input-control .col-sm-6{
	padding: 0;
	margin-top: 25px;
}

.payment-form input, .payment-form select{
	background: #fff;
    border: 0;
    max-width: 300px;
    height: auto;
    font-size: 16px;
    color: #003055;
    padding: 10px ;
    font-weight: 500;
	width: 100%;
}

.payment-form input[type=radio], .payment-form input[type=checkbox]{
	display: inline-block;
    width: 18px;
    float: left;
    height: 18px;
    margin-right: 10px;
    background: #fff;
	border: 0;
}
/* 
.payment-form input[type=radio]:before{
	content: "";
	width: 25px;
	height: 25px;
	
} */
.round-checkbox {
  border: 3px solid #d3dbe1;
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: middle;
  margin-right: 0.625rem !important;
  background: #fff;
  border-radius: 50%;
}
/* 
.payment-form input[type="checkbox"],.payment-form input[type="radio"] {
  visibility: hidden;
} */

.round {
  width: 28px;
  height: 28px;
  
  /*  background: #fcfff4;
 background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); */
  margin: 0px 10px 0 0;
  /*box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
  position: relative;
  border-radius: 50%;
  float: left;
}

.round label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -2px;
  top: 2px;
  background: #b3bec6;
  border-radius: 50%;
}

.round label:after {
  border-radius: 50%;
  opacity: 0;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fd4640;
  top: 0px;
  left: 0px;
}

.round label:hover::after {
  opacity: 0.3;
}

.round input[type=radio]:checked + label:after{
	opacity: 1;
}




.payment-form input::placeholder{
	color: #bccdda;
}

.payment-form .error{
	color: #fd4640;
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px;
}

.payment-form input.error{
	color: #fd4640;
	font-size: 16px;
	border-bottom: 2px solid #fd4640;
}

.payment-form input.half{
	max-width: 150px;
}

.payment-form input.small{
	max-width: 90px;
}

.payment-form .radio-label{
	font-size: 18px;
	display: inline-block;
    float: left;
	margin-right: 25px;
}

.payment-form .input-control .alternate-btn{
	padding: 20px 45px !important;
}	

.payment-form .option-control{
	margin: 5px 0 25px 0;
    float: left;
}

.steps{
	padding: 0;
	margin-bottom: 50px;
}

.steps li {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  background: #fd4640;
  margin: 0 1em 0 0;
  display: inline-block;
  color: white;
  position: relative;
  font-weight: 500;
}

.steps li::before{
  content: '';
  position: absolute;
  top: .9em;
  left: -3em;
  width: 4em;
  height: .2em;
  background: #fd4640;
  z-index: -1;
}


.steps li:first-child::before {
  display: none;
}

.steps .active {
  background: #fd4640;
}

.steps .active ~ li {
  background: #003055;
}

.steps .active ~ li::before {
  background: #003055;
}

.order-box{
	border-bottom: 2px solid #dbe6ed;
	display: flex;
	align-items: center;
	padding: 0 0 25px 0;
}

.order-box img{
	max-width: 100%;
}

.order-box h3{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.order-box .col-sm-2{
	padding: 5px 5px 5px 0;
}


.price-box{
	padding: 25px 0 25px 0;
}

.price-box .col-sm-12 {
    padding: 0;
    margin: 0;
}

.price-box .col-sm-4, .price-box .col-sm-8 {
    padding: 0;
    margin: 0;
}

.price-box .col-sm-4{
	text-align: right;
}

.tax-box{
	border-bottom: 1px solid #dbe6ed;
}

.total-box p{
	font-size: 20px;
	font-weight: 500;
}

.order-overview h3{
	margin-bottom: 25px;
}

.order-overview h3.alternate{
	margin-bottom: 5px;
}

.order-overview .small-line{
	margin-top: 0;
}

.payment-card{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 25px;
	margin: 25px 0;
}

.payment-card label{
	display: inline-block;
}

.payment-card img{
	max-width: 100px;
}

.email-section{
	margin-bottom: 0;
	padding-bottom: 0;
}

.email-confirm{
	background: #fff;
	padding: 50px;
}

.email-confirm.footer{
	background: #003055;
	color: #fff;
}

.email-confirm.footer .text-muted{
	color: #3276ab;
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
}

.blank-footer{
	background: transparent;
	padding: 50px 0;
}

.blank-footer i.circle{
	background: #003055;
	border-radius: 50%;
	color: #fff;
	padding: 20px;
    font-size: 22px;
    margin: 0 10px;
	width: 60px;
    height: 60px;
}

#about{
	display: none;
}

#product-alarms .service-box{
	min-height: 280px;
}

.tint {
  position: relative;
  float: left;
  cursor: pointer;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,255,255, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.tint:hover:before {
  background: none;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #003055 !important;
	font-weight: bold !important;
	border: 0;
	border-bottom: 4px solid #003055 !important;
}

.nav-tabs > li > a{
	border: 0 !important;
}


.nav-tabs{
	border: 0 !important;
}

/* Why choose ys6? */
.chooseYs .section-heading{
	padding-right: 35px;	
}

.chooseYs .card{
	-webkit-box-shadow: 0px 5px 80px 0px rgba(0, 48, 85, .20);
    box-shadow: 0px 5px 80px 0px rgba(0, 48, 85, .20);
	width: 95%;
	margin: 0 auto;
	background: #fff;
	padding: 25px;
	min-height: 495px;	
	margin-bottom: 25px;
}

.chooseYs .card strong{
	font-size: 16px;
	font-weight: 500;
}

.chooseYs .card p{
	margin-bottom: 20px;
	line-height: 1.25;
}

.fc-itemcontent-padding.lh-0{
	line-height: 0
}
.fc-item-title.lh-0{
	line-height: 0
}
.fc-item-content.lh-0{
	line-height: 0
}
fc-item-box.p-10{
	padding: 10px;
}
fc-item-box {
	display: inline-grid;
	padding: 10px
}

.fa.fa-margin::before{
	margin-right: 10px;
	color: black
}


@media (min-width: 1200px)
{
		.col-lg-2_5 {
			width: 20%;
			
	}
}