/* Header Navigation */
.navbar-nav {
	margin-left:30px!important;
}
#top-nav{
	border-bottom: 1px solid #e1e6dd;
	background: #FFF;
	-webkit-transform: translateZ(0)

}
#top-nav.navbar{
	margin-bottom: 0px;

}
#top-nav.navbar .nav{
	margin: 8px 0px;
}

#top-nav.navbar .nav > li > a {
	padding: 6px 12px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 400;

	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}
#top-nav.navbar .nav > li > a.download{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top-nav.navbar .nav > li > a.download-on{
	background-color: #ff8a3c;
	color: #ffffff;
}
#top-nav.navbar .nav > li > a.download-on:hover{
	color: #ffffff;
	background-color: #ff7920;
}
.btn-navbar span.icon-bar{
	margin-top: 0px;
}
img.arrow-down{
	margin: 0 auto;
	display: block;
}

.wrap_title{margin-bottom: 30px;}
.ghost-btn-blue {
display:inline-block;
text-decoration:none;
border:1px solid #ff8b01;
height:36px;
line-height:36px;
color:#fff;
-webkit-border-radius:5px;
-webkit-background-clip:padding-box;
-moz-border-radius:5px;
-moz-background-clip:padding;
border-radius:5px;
background-clip:padding-box;
font-size:20px;
padding: .4em 1.5em;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;
transition:all 0.2s ease-out;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
cursor:pointer;
zoom:1;
-webkit-backface-visibility:hidden;
position:relative;
background-color:#ff8b01!important;
}
.ghost-btn-blue:hover {
	-webkit-transition:0.2s ease;
	-moz-transition:0.2s ease;
	-o-transition:0.2s ease;
	transition:0.2s ease;
	background-color:#ff8b01!important;
	color:#ffffff!important;
	text-decoration:none
	}
.ghost-btn-blue:focus {
  outline:none;
  color: #ffffff;
}
.ghost-btn-blue2{
margin-left:10px;
display:inline-block;
text-decoration:none;
border:1px solid #0073BD;
height:36px;
line-height:36px;
color:#0073BD;
-webkit-border-radius:5px;
-webkit-background-clip:padding-box;
-moz-border-radius:5px;
-moz-background-clip:padding;
border-radius:5px;
background-clip:padding-box;
font-size:20px;
padding: .4em 1.5em;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
transition:all 0.2s ease-out;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
cursor:pointer;
zoom:1;
-webkit-backface-visibility:hidden;
position:relative;
background:transparent;
}
.ghost-btn-blue2:hover {
-webkit-transition:0.2s ease;
-moz-transition:0.2s ease;
-o-transition:0.2s ease;
transition:0.2s ease;
background-color:#01609e!important;
color:#ffffff!important;
text-decoration:none}
.ghost-btn-blue2:focus{outline:none}
.ghost-btn-blue3 {
background-color:#0073BD!important;
color:white!important;
}
/*Accordion*/
.more-less {
float: right;
color: #ececec;
margin-top:16px;
}
.panel {
    box-shadow:none;
}
.panel h3 {
	text-align:left!important;
}
.panel-group .panel, .panel-default>.panel-heading, .panel-body {
border: none;
background: none;
text-align: left;
}
.panel-title h3 {
	text-align: left!important;
}
.panel-title a {
text-decoration: none;
}
.panel-group .panel+.panel {
margin-top: 0px;
}
.panel-heading {
padding:0;
}
h2.mscroll span {
	font-size:35px;
}
.carousel-control.right, .carousel-control.left {
	background:none;
}
.carousel-control {
	color:#2c2626;
}
.carousel-control .glyphicon-chevron-right {
	right:10%;
}
.carousel-control .glyphicon-chevron-left {
	left:10%;
}
/* Responsive Stuff */

@media (max-width: 768px) {
	h1 {
		font-size: 38px;
		margin: 20px 0;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 12px;
	}

}

/*Pricing table*/
.block a {
 text-decoration: none;
}
.block a:hover {
 text-decoration: none;
}
.pricing {
 text-align: center;
 /*border: 2px solid #f0f0f0;*/
 color: #777;
 font-size: 14px;
 padding-left: 0;
 margin-bottom: 30px;
 border-radius:5px;
 transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition: 0.5s all;
 -o-transition: 0.5s all;
 box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px 0px, rgba(0, 0, 0, 0.0980392) 0px 8px 16px 0px;
border-radius: 4px;
}
.pricing:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.pricingdarkbg {
box-shadow: rgba(142, 136, 136, 0.56) 0px 0px 4px 0px, rgba(0, 0, 0, 0.6) 0px 8px 16px 0px;
}
.pricing img {
 display: block;
 margin: auto;
 width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
 padding: 20px 13px;
}
.pricing li {
 list-style: none;
 padding: 13px;
}
.pricing li + li {
 border-top: 1px solid #f0f0f0;
}
.pricing big {
 font-size: 32px;
}
.pricing h3 {
 margin-bottom: 0;
 font-size: 42px;
}
.pricing span {
	font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 25px;
}
.pricing li:nth-last-child(2) {
 padding: 30px 13px;
}
.pricing .buttonlink {
 width: auto;
 margin: auto;
 font-size: 18px;
 border-radius: 5px;
 color: #fff;
 padding: 9px 24px;
 background: #aaa;
 opacity: 1;
 transition: opacity .2s ease;
 border: none;
 outline: none;
}
.pricing .buttonlink:hover {
 opacity: .9;
}
.pricing .buttonlink:active {
 box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-dark big,
.p-dark h3 {
 color: #333;
}
.p-dark .buttonlink {
 background: #fd9a1e;
}
.p-yel big,
.p-yel h3 {
 color: #ffbb42;
}
.p-yel .buttonlink {
 background: #ffbb42;
}
.p-red big,
.p-red h3 {
 color: #e13c4c;
}
.p-red .buttonlink {
 background: #e13c4c;
}
.p-blue big,
.p-blue h3 {
 color: #3f4bb8;
}
.p-blue .buttonlink {
 background: #3f4bb8;
}
.cta {
	display: block;
    border-radius: 4px;
    background: #f9f9f9;
    min-width: 365px;
    padding: 7px 20px;
    font-size:17px;
}
.btn2 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn2:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 2 */
.btn-2 {
	background: #fd9a1e;
	color: #fff;
	box-shadow: 0 6px #945e1a;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2h */
.btn-2h {
	border-radius: 8px;
}

.btn-2h:hover {
	box-shadow: 0 4px #945e1a;
	top: 2px;
}

.btn-2h:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Magic Zoom Plus Button */
.btn3 {
	border: none;
	font-family: inherit;
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin-right:15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn4 {
		border: none;
	font-family: inherit;
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 30px;
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}

.btn3:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-3 {
	background: #fd9a1e;
	color: #fff;
	box-shadow: 0 6px #945e1a;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-3-outl {
	background: none!important;
	color:grey!important;
	box-shadow: 0 6px #e48712;
	border:1px solid #fd9a1e;
	box-shadow: 2px 2px rgb(253, 154, 30);
}
.btn-3-blue {
	background: #0073BD!important;
	color:white!important;
	box-shadow: 0 6px #13486b;
	border:1px solid #0073BD;
/*	box-shadow: 2px 2px rgb(253, 154, 30);
*/}
.btn-3-blue:hover {
	box-shadow: 0 4px #13486b!important;
}
.btn-3h {
	border-radius: 8px;
}

.btn-3h:hover {
	box-shadow: 0 4px #945e1a;
	top: 2px;
}

.btn-3h:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

.productsincluded a {
	text-decoration: none!important;
	color: #333!important;
}
.productsincluded a:hover {
	text-decoration:none!important;;
}
.text-muted a:hover {
	text-decoration:underline;
}
ul.bflist {
	list-style: none;
}
ul.bflist li {
	width: 50%;
	margin:0!important;
    text-align: left;
    float: left;
    vertical-align: top;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    letter-spacing: -0.1px;

}
ul.bflist li li:nth-child(2n+1) {
	clear: left;
}
.licheck {
	color:#4ecb55;
	font-size: 23px;
	position: absolute!important;
    left: -20px!important;
    top: 0px!important;
    margin-top: 5px;
}
.testimonial-bf {
	padding: 30px;
    background-color: #dcfaff;
    display: inline-block;
    width: 720px;
    max-width: 100%;
    border-radius: 4px;
    position: relative;
    font-style: italic;
    font-weight: 500;
    margin: 0 auto;
}
/*.zoom-gallery-slide.active {
border: 1px solid rgba(216, 216, 216, 0.3)!important;
}*/
.bfdiscount {
	font-size: 35px;
	margin-right: 10px;
}
#faq p {
	font-size: 17px;
}
#faq h3 {
	margin-top: 30px;
    font-weight: 600;
    text-align: left;
}
.hidebox {
height: 110px;
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 50%,#fff);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 50%,#fff);
    background-repeat: repeat-x;
    }
.modal-content ul.carts.h30 {

}
.includes {
width: 750px;
float: none;
margin: 0 auto;
padding: 0 0 0 50px;
font-size: 20px;
}
ul.includes li {
    float: left;
    color: #454545;
    width: 50%;
/*    padding-left: 45px;*/
    position: relative;
    text-align: left;
    margin-bottom: 27px;
    font-size: 18px;
    list-style: none;
  }
.content-section {
/*    border-top: 1px solid #e7e7e7;
*/    /*border-bottom: 1px solid #e7e7e7;*/
    padding: 30px 0;
}
.tab-content {
	border:none!important;
}
.testimonial {
  padding:30px 0;
  font-size:18px;
}
.h3.thin-text {
	font-size:22px!important;
}
.row.example p {
	font-size:18px;
}
.row.example h2 {
	margin-top:20px!important;
}
.nav-item.slidelink a:hover {
cursor:pointer;
}
.leadheading {
	font-size:35px;
	margin-bottom:20px!important;
}
.slidelink {
	font-size:14px;
	margin-left:10px!important;
}
.slidelink.active {
	color: black;
    background-color: #eee;
}
.magiczoomplus-example, .example-container {
	box-shadow: none!important;
}
.banner {
	position:relative;
	padding: 50px 0;
}
.banner-mzp:before {
    background-image: linear-gradient(rgba(45, 43, 15, 0.5), rgba(103, 75, 49, 0.53)), url(https://magictoolbox.sirv.com/Tests/Test_Image_Small.jpg?crop.y=200);    
    content: '';
    position: absolute;
    top:0;
    width: 100vw;
    height: 100%;
    left:50%;
    transform:translateX(-50%);
    background-size: initial;
    background-color: #f5f4f2;
    background-repeat: no-repeat;
/*    box-shadow: inset 0 0 0 2000px rgba(88, 88, 88, 0.6);
*/}
.banner-m360:before {
	background-image: radial-gradient(circle,#77b70a,#29790e);	content: '';
    position: absolute;
    top:0;
    width: 100vw;
    height: 100%;
    left:50%;
    transform:translateX(-50%);
    background-size: initial;
    background-color: #f5f4f2;
}
.banner-overlay {
	color:black;
	opacity:0.3;
}
.hide {
  display: none;
}

/*Vertical tabs for m360 test */
.nav.nav-tabs>li>a {
    padding: 15px !important;
    border:none;

}
.nav.nav-tabs>li>a>span {
	border-bottom: 1px solid #ddd;
	display: inline-block;
    padding: 3px 2px;
    font-size: 16px;
}
.nav.nav-tabs>li>a:hover {
		background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color:#3d942f;
	background: #e2ffcb;
	border:1px solid rgba(61, 148, 47, 0.22);
	text-decoration: none;
	font-weight: normal;

}
.newsletter-bg { 
	background-size: cover;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAADCAYAAABfwxXFAAAAUElEQVQYVwXBOxJAMBSG0e+PxDVRqJQ2olPa/0aYEe9xnaNhzl6Wh89FY4GcoIqB+3HUT+b7BjE4rQkzIYn9AHVj8ut06gRtU1FH8E+s5eUHXfkZE+R6KR8AAAAASUVORK5CYII=");
    padding:50px;
}
.newsletter-bg h3 {
    color: white;
    line-height: 45px;
    font-size: 35px;
    margin-top:5px;
}
.newsletter-bg  h4 {
    color:white;
    font-size:35px;
    line-height:30px;
    margin-bottom: 25px;
}
.newsletter-bg input[type="text"], input[type="email"] {
    font-size: 25px;
    height: 45px;
    width:300px!important;
}

.ghost-btn-orange:hover {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: #ff8b01!important;
    color: #ffffff!important;
    text-decoration: none
}

.ghost-btn-orange:focus {
    outline: none
}

@media screen and (max-device-width: 767px) {
    .h1_home {
    	margin-top:40px!important;
    }
    .product-item {
    	text-align:center;
    }
    .btn3 {
    	font-size: 14px!important;
    	padding: 13px 17px!important;
    	margin-right:5px!important;

    }
    .btn4 {
    	font-size:14px!important;
    	padding: 10px 13px;
    	margin-right:5px!important;

    }
    .ghost-btn-blue, .ghost-btn-blue2 {
	font-size:15px!important;
	margin-right:5px!important;
	margin-bottom: 5px;
}
    .slidelink	{
    	display:none!important;
    }
    .carousel-inner>.item.active {
    	display: block!important;
    	
    }
    .carousel-inner.home-carousel .item {
    	min-height:initial!important;
    }
    .includes {
    	width: auto;
    }
    ul.includes li {
    	padding-left:0;
    	width:auto;
    }
    .mobile-center {
    	text-align: center!important;
    }
}
