.js .fadeIn {
	display: none;
  
}

.navbar-brand {
	overflow: hidden;	
}
.navbar-brand img {
    margin-bottom: 0px;
    max-width: 250px;
    margin-top: 20px;
}

nav.navbar-default .navbar-brand {
	width: 300px;
}

a.popup img {
  border: 1px solid rgb(228, 231, 236);
}

.contact-bar {
    text-align: right;
    padding: 5px 15px 2px;
    font-size: 2em;
    color: rgb(180, 22, 44);
}
.contact-bar a {
   color: rgb(180, 22, 44);
}

header .logout {
    color: #fff;
    font-size: 18px;
    margin-right: 50px;
}
footer .logout {
	display: block;
	margin: 20px;
}


#banner {
	position: relative;
}

.store {
    border: 1px solid #ddd;
    text-align: left;
    padding: 0 15px;
    border-left-width: 5px;
	margin-bottom: 20px;
   
}
.store .store-contact li {
    display: inline-block;
    margin-right: 50px;
   
}

.store .address {
    font-size: 1.2em;
}

.store .logo {
	text-align: center;
	float: right;
	padding: 15px;
}
.store ul.store-contact {
    margin-bottom: 15px;
}

.store  .title a {
	color: rgb(255, 255, 255);
  background: #B4162C;
  padding: 10px 30px;
  
	margin: 0 -20px;
  font-weight: 800;
  border-radius: 0px 0px 30px;
  
	border-left: 5px solid rgb(203, 77, 31);
	display: inline-block;
}

#mapcanvas {
    height: 500px;
    margin-bottom: 20px;
    color: #000;
}
#mapcanvas a {
	color: #B4162C;
}
#mapcanvas img {
	max-width: none !important;
}
#mapcanvas .logo img {
	max-width: 100% !important;
}

.autoload .pagination {
	display: none;
}

section.product-page {
	  background: #FAFBFC;
}
.product {
  background: #FFF;
  border: 2px solid #F3F5F8;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.product .image {
    height: 250px;
	display: block;
	background: #fff;
	line-height: 250px;
}

.product .image .fa, .product-detail .image .fa {
  font-size: 9em;
  color: #F3F5F8;
  line-height: 2;
}
.product .image.missing .fa {
	  color: rgba(233, 89, 36, 0.2);
}

.product .title {
    margin: 0;
    padding: 10px;
    background: #F3F5F8;
}
.product:hover, .product:hover .title {
	background: #B4162C;
	color: #fff;
}
.product:hover a, .product:hover p {
	color: #fff;
}
.product:hover .image {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.product .middle {
	display: none;
}
.product:hover .middle {
	display: block;
}
.middle {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px -50px;
    width: 100px;
    height: 50px;
}

ul.details {
  /* background: #F3F5F8; */
  /* padding: 5px; */
  margin-bottom: 10px;
}

ul.details li {
    background: #E4E7EB;
    margin-bottom: 5px;
    line-height: 2.4em;
    text-align: left;
    /* box-shadow: 1px 1px 2px #CAD0D7 inset; */
    color: #333A45;
    border-radius: 20px;
    overflow: hidden;
    /* padding-left: 110px; */
    position: relative;
}
ul.details li:last-child {
	margin-bottom: 0;
}
ul.details li span {
    float: left;
    width: 90px;
    background: #B4162C;
    color: #fff;
    margin-right: 20px;
    /* height: 100%; */
    text-align: center;
    /* padding-left: 20px; */
    /* position: absolute; */
    /* left: 0; */
}
ul.details li .fa{
font-size: 1.3em;
  color: #9DA4AE;
  margin-right: 10px;
}

.modal {
	  background: rgba(0, 0, 0, 0.75);
}

.tabheader {
	/* background: #E4E7EC; */
	padding: 10px;
	margin: 0 10px;
	display: inline-block;
	border-radius: 3px 3px 0 0;
}

mapdata {
	display: none;
}

.promotion {
    background: #17191B;
    border-left: 4px solid rgb(180, 22, 44);
	text-align: left;
    margin-bottom: 30px;
}

.promotion .image {
    float: right;
    width: 300px;
    margin-left: 30px;
    max-width: 50%;
}
.promotion .image img {
	width:100%;
}

.promotion .text {
    padding: 30px;
    font-size: 1.2em;
}
.promotion h3 {
	text-transform: uppercase;
	font-size: 2em
	}
.promotion p {
	font-size: 1em;
}

.blog-img{margin:0px 10px 10px 0px; float:left; }
img.blog-img{border:2px solid #fff;}
.wp2.animated.fadeInUp > p {
    float: left; text-align:left;
    width: 100%;
}

.blog-detail{width:96%; float:left; padding-left:20px;}


@media (max-width: 767px) {
.promotion .image {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}	
}

/*! jQuery UI - v1.11.4 - 2015-03-11
----------------------------------*/

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.3em;
	height: 1.3em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 15px;
	border: 1px solid rgb(242, 239, 237);
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	
	background: #413F3D;
	font-weight: normal;
	color: #555555;
	outline: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	
	background: #dadad;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	
	background: #000;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}


.prodsearchform {
    background: #F2EFED;
    padding: 10px 20px;
    color: #575553;
    /* border-radius: 3px; */
    margin-bottom: 30px;
}

.prodsearchform .item {
    width: 25%;
    display: inline-block;
    /* border: 1px solid #3A3939; */
    float: left;
    padding: 10px 20px;
}

.range-min, .range-max {
    width: 50%;
    display: inline-block;
    padding-top: 5px;
    color: #B4162C;
}

.range-min {
    text-align: left;
}

.range-max {
    text-align: right;
}

.prodsearchform .cat_textbox {
    width: 100%;
    border: none;
    background: #A5A09D;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.ui-slider-range {
    background: #E95924;
    /* border: 1px solid #222; */
    /* box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.3); */
}

.range-slider {
    border: none;
    background: #D2CCC9;
    border-radius: 10px;
    /* box-shadow: inset 1px 1px 3px #000; */
}

.prodsearchform .cat_dropdown {
    background: #A5A09D;
    border: none;
    color: #fff;
    height: 27px;
    border-radius: 3px;
    /* -webkit-appearance: initial; */
    /* text-align: center; */
    margin-bottom: 10px;
    width: 100%;
}

.js .range-slider input {
	display:none;
}


.tick-holder {
    display: inline-block;
    /* margin: 0 10px 0px 0; */
    background: #A5A09D;
    color: #14AEA5;
    padding: 0px;
    width: 1.5em;
    text-align: center;
    border-radius: 2px;
    height: 1.5em;
    /* float: left; */
    position: absolute;
    left: 0;
    line-height: 1.5;
}
.ticked .tick-holder {
    background: #E95924;
    color: #FFFFFF;
}

.tickbox {
    margin: 5px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.ticked .on {
    display: inline;
    line-height: 1.5;
}

.on, .ticked .off {
    display: none;
}



.tickbox:hover {
    /* background: rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    cursor: pointer;
    color: #B4162C;
}

.inline a.list-group-item {
    display: inline-block;
    border-radius: 0;
    margin-bottom: 3px;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1,  .wp2,  .wp3,  .wp4,  .wp5,  .wp6  {
     visibility:  hidden;
 }

.bounceInLeft,  .bounceInRight,  .fadeInUp,  .fadeInUpDelay,  .fadeInDown,  .fadeInUpD,  .fadeInLeft,  .fadeInRight  {
     visibility:  visible;
 }

.delay-05s  {
     animation-delay:  0.5s;
     -webkit-animation-delay:  0.5s;
 }

.delay-1s  {
     animation-delay:  1s;
     -webkit-animation-delay:  1s;
 }

.wp3  {
     /* background:  url('../img/iphone-bg.png') no-repeat center center; */
     /* background-position:  200px 10px; */
     /* height:  100%; */
 }


.home-slider {
	display: none;
}

.codystar {
	font-family: 'Codystar', cursive;
}


/* ==========================================================================
Hero
========================================================================== */
.hero {
  background: url('../img/hero-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0 300px 0;
  height: auto;
}
.hero h1 {
  font-size: 40px;
  letter-spacing: 12px;
  margin: 10px;
}
.hero h1 span {
  color: #a1a9b0;
  display: inline-block;
}
.hero p {
  letter-spacing: 1px;
}
.learn-more-btn {
  background: #3dc9b3;
  padding: 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 0px 0px #a1a9b0;
  -moz-box-shadow: 0px 3px 0px 0px #a1a9b0;
  box-shadow: 0px 3px 0px 0px #a1a9b0;
  margin: 60px 0 0;
  font-weight: bold;
}
.learn-more-btn:hover,
.learn-more-btn:focus {
  background: rgba(61, 201, 179, 0.6);
  color: #fff;
}
/* ==========================================================================
Intro
========================================================================== */
.intro {
  background: rgba(243, 245, 248, 0.04);
}
.intro h1 {
	/* color: #17191B; */
}
.intro p {
  /* margin: 50px 0 0; */
}
h1.arrow {
  font-size: 35px;
  text-transform: uppercase;
  /* color: #F3F5FA; */
  letter-spacing: 1px;
  background: url('../img/h1-bg.png') no-repeat center bottom;
  padding-bottom: 35px;
  font-weight: 400;
}
/* ==========================================================================
Features
========================================================================== */
.features-wrapper,
.team-wrapper {
  margin: 70px 0 0;
   
}
.icon {
  height: 175px;
  width: 175px;
  line-height: 175px;
  max-width: 100%;
  background: #3dc9b3;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 55px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 50px;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 255, 255, 0.2);
}
.icon .fa {
  line-height: 175px;
}
/* ==========================================================================
iPhone Section
========================================================================== */
.iphone, .boxphoto {
  width: 50%;
  background: #f3f5f8;
  float: left;
  height: 100%;
  box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.fluid-white {
  width: 50%;
  background: rgba(23, 25, 27, 1);
  float: right;
  height: 100%;
  z-index: 2;
}
.responsive-services {
  position: relative;
}
/* ==========================================================================
Swag
========================================================================== */
.swag {
  background: url('../img/plants-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.swag h1 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.swag h1 span {
  display: block;
  font-size: 25px;
  margin-top: 20px;
}
.down-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.6);
  display: inline-block;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.down-arrow-btn:hover,
.down-arrow-btn:focus {
  color: #fff;
  background: #3dc9b3;
}
/* ==========================================================================
Subscribe
========================================================================== */
.subscribe {
 /* background: url('../img/keyboard-bg.jpg') no-repeat center center;*/
  background: url('/images/bplanets_new.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}
.subscribe h1 {
  color: #fff;
  margin-bottom: 40px;
}
.subscribe h1 span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}
.subscribe input[type=text] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #fff;
  padding: 20px;
  width: 30%;
  color: #fff;
  /* border-radius: 2px; */
}
.subscribe input[type=submit] {
  background: #3dc9b3;
  border: solid 1px rgba(61, 201, 179, 0.6);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.subscribe input[type=submit]:hover {
  background: #3dc9b3;
  border: solid 1px #3dc9b3;
  color: #fff;
}
/* ==========================================================================
CTA
========================================================================== */
.reverse-cta {
  background-color: #444B52;
  padding: 70px 0;
}
.reverse-btn {
  display: inline-block;
  padding: 25px 40px;
  color: #fff;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  /* border-radius: 2px; */
  font-size: 1.2em;
}
.reverse-btn:hover,
.reverse-btn:focus {
  color: #fff;
  border: solid 1px #fff;
}

.lighting-bg {
  background: url('../img/lighting-bg.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}

/* ==========================================================================
FlexSlider Custom CSS
========================================================================== */
#servicesSlider {
  margin-top: 70px;
}
ul.slides li {
  margin-bottom: 20px;
}
.filter-categories {
  display: none;
}
/* ==========================================================================
Portfolio
========================================================================== */
#portfolioSlider {
  margin-top: 50px;
}
.effects {
  padding-left: 15px;
}
.effects .img {
  /* margin-bottom: 50px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(61, 201, 179, 0.6);
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.overlay-effect .img i {
  font-size: 30px;
}
.overlay-effect .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.overlay-effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 47%;
  margin: 0 auto -30px auto;
}
.overlay-effect .img.hover .overlay {
  height: 100%;
  opacity: 1;
}

.designs {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
}
#portfolio .detail-page img {
  max-width: 100%;
}
#portfolio ul.portfolio-filter {
  text-align: center;
}
#portfolio ul.portfolio-filter li {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
#portfolio ul.portfolio-filter li a {
  border-radius: 0;
}
#portfolio ul.portfolio-filter li.active a {
  background-color: #3dc9b3;
  color: white;
}
#portfolio ul.portfolio-filter li a:hover {
  background-color: #3dc9b3;
  color: white;
}
.portfolio-item-wrapper img {
  max-width: 100%;
}
/* ==========================================================================
Team
========================================================================== */
.progress {
  height: 30px;
}
.progress-bar {
  line-height: 30px;
}
.team img {
  margin-bottom: 40px;
  border-radius: 50%;
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* Disable grayscale on hover */
.team img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
ul.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social-buttons li {
  display: inline-block;
  margin-right: 10px;
}
ul.social-buttons li:last-child {
  margin-right: 0;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(23, 25, 27, 0.5);
  display: inline-block;
  color: #C7D1DB;
  font-size: 17px;
  text-align: center;
}
.social-btn .fa {
  position: relative;
  top: 1px;
  line-height: 38px;
}
.social-btn:hover,
.social-btn:focus {
  background: #3dc9b3;
  color: #fff;
}
.social {
  margin-top: 25px;
}

.partner {
    /* background: rgba(255, 255, 255, 0.03); */
    padding: 10px;
    /* margin: 5px; */
    /* line-height: 200px; */
    /* height: 200px; */
}
.partner img {
    border: 10px solid #fff;
}
/* ==========================================================================
Contact
========================================================================== */
.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.6);
  
  display: block;
  margin: 0 auto;
  color:  #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.up-btn .fa {
  line-height: 46px;
   
   
}
.up-btn:hover,
up-btn:focus {
   
  color: #fff;
  background: #3dc9b3;
}
.contact-details {
  margin: 70px 0;
}
.contact-details h2 {
  font-size: 20px;
}
.contact-details p {
  font-size: 16px;
}
.contact-details h2 span {
  display: block;
  color: #3dc9b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  margin-top: 15px;
}
.contact-wrap {
  position: relative;
   
}
.google-map {
  margin-top: 50px;
}

.dark-bg h1 {
	/* color: rgb(23, 25, 27); */  
	
}

a.addfile {
    color: #59B685;
}

address .fa {
    color: #59B685;
    margin-right: 5px;
}


/* Isotope Animating
* -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    /* border-bottom: 1px solid red; */
    /* margin-bottom: 50px; */
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* filtering portfolio */
div.filter-categories{
    display: none;
}
.tags,#blog-tags{
    display: none;
}

.details {
    background: rgba(29, 32, 35, 1);
    padding: 10px;
    margin-bottom: 30px;
}

/* ==========================================================================
Footer
========================================================================== */
footer a {
  color: #a1a9b0;
}
footer {
  background-color: #17191B;
  padding: 40px 0 30px;
}
footer p {
  color: #fff;
}
ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px;
}
ul.legals li {
  display: inline-block;
}
ul.legals li::after {
  content: " |";
}
ul.legals li:last-child::after {
  content: "";
}
.legals {
  text-align: left;
}
footer .logoitem {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 12px;
}

footer nav li {
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.2em;
}

footer nav ul {
    text-align: center;
    margin-bottom: 20px;
}
.credit {
  text-align: center;
  font-size: 10px;
  color: #777;
  font-family: 'Khula', sans-serif;
}
.credit a {
 color: #777;
}
#faqs .panel-group {
  margin-top: 60px;
}
#faqs .panel-default > .panel-heading {
  background-color: #3dc9b3;
  border-color: #dddddd;
  color: white;
}
#faqs .panel-title > a:hover,
#faqs .panel-title > a:focus {
  color: white;
}
#faqs .panel-title > a {
  display: block;
}
#faqs .collapse {
  visibility: visible;
}
#blog section {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #17191B;
}
#blog .image-container img {
  max-width: 100%;
}
#blog section:last-child {
  border: none;
}
#blog ul.pagination li a {
  color: #3dc9b3;
  border: none;
  border-radius: 0;
}
#blog ul.pagination li.active a,
#blog ul.pagination li a:hover {
  background: #3dc9b3;
  color: white;
  border: none;
}
#blog .input-group-btn:last-child > .btn {
  margin-left: 0;
}
#blog form {
  margin: 30px 0;
}
.BlogTagList ul li a {
  font-size: 14px;
}
.BlogTagCloud a {
  padding: 8px 10px;
  display: inline-block;
  background: white;
  color: #3dc9b3;
  border: 1px solid #eeeeee;
  margin-bottom: 5px;
}
.BlogTagCloud a:hover {
  color: white;
  background-color: #3dc9b3;
}
.popular-posts li {
  display: block;
  margin-bottom: 15px;
}
.popular-posts li small {
  display: block;
}
#pagination a {
  padding: 4px 12px;
  background: #1C2024;
}
@media (max-width: 1050px) {
.navbar-default .navbar-nav {
	  margin-top: 0;
	}
}
@media (max-width: 767px) {
  .navbar-toggle {
    /* margin-top: 18px; */
  }
  .navbar-default .navbar-nav {
    position: relative;
    z-index: 1;
    background: white;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #3dc9b3;
    border: 1px solid #3dc9b3;
    color: white;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > li > a:hover,
  .navbar-default {
    /* color: white; */
    /* background: #3dc9b3; */
  }
  .navbar-nav > li > a:focus {
    color: #3dc9b3;
    background-color: transparent;
  }
  .navbar-nav > li {
    margin: 1px 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
  }
  
	.navbar-default .navbar-collapse {
	  margin-left: 0;
	
	  margin: 0;
	  padding: 0;
}
  .inner {
    padding-top: 40px;
  }
  .section-padding {
    padding: 40px 0 50px;
  }
  .title-inside {
    margin-top: 40px;
  }
  .sidebar {
    margin-top: 40px;
  }
  #contact .col-md-8 {
    margin-bottom: 80px;
  }
  
}

/* ------------------ Navigation ------------------ */

nav li {
    display: inline;
    padding: 10px;
    font-size: 18px;
}

.js header nav ul {
	display: none;
}

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.js header nav .sm,.sm,.sm ul,.sm li{display: block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;/* margin-left: auto; */}
ul.sm li{position:relative;/* z-index:1000; */}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;font-size: 15px;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}


/* wrapper
===============*/
#mainnav
{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
 /*   padding: 0 30px;*/

    /* color: #000; */
    color: #000;
    position: relative;
    z-index: 400;
}
#mainnav > a
{
    /*display: none;*/
}

/*common styles
=======================*/
.sm-main a
{
    color: #A6A4A5;
    display: block;
    text-decoration: none;
    padding: 0 0.8em;
}
.sm-main a:active
{
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    background-color: #1c8d98;
}
.sm-main li:hover > a {
	background-color: #42494F;
	color: #fff;
	/* font-weight: 800; */
}
/*.sm-main .subs > a:after
{
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #5B82AD;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
}*/
/* first level
==================*/
.sm-main {
    padding: 0;
    margin: 0;
    float: right;
}
.sm-main > li
{
    height: 100%;
}
.sm-main > li > a
{
    height: 100%;
    line-height: 2.2em;
    text-align: center;
    font-size: 20px;
}
.sm-main:not( :hover ) > li.active > a
{
    color: #fff;
    background: #24282C;
    /* border-bottom: 2px solid #318CA5; */
    /* margin-bottom: -2px; */
}

/* second level
========================*/
.sm-main ul
{
    background-color: #D9DCDF;
}
.sm-main ul a
{
    /* border-top: 1px solid #B9C7D7; */
    padding: 0.5em 1em;
    color: #3A3F44;
}

/* Sub menu indicators - Smart Menu styles
===================*/
.sm-main a span.sub-arrow {
    position:absolute;
    bottom: -4px;
    left:50%;
    margin-left:-5px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:5px; /* tweak size of the arrow */
    border-style:solid dashed dashed dashed;
    border-color: #42494F transparent transparent transparent;
}
.sm-main-vertical a span.sub-arrow,
.sm-main ul a span.sub-arrow {
    bottom:auto;
    top:50%;
    margin-top:-5px;
    right:15px;
    left:auto;
    margin-left:0;
    border-style:dashed dashed dashed solid;
    border-color: transparent transparent transparent #888280;
}

/* Scrolling arrows containers for tall sub menus - test sub menu:
"Sub test" -> "more..." -> "more..." in the default download package
 - Smart Menu styles
===================*/
.sm-main span.scroll-up, .sm-main span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    background:#ffffff;
    height:20px;
    /* width and position will be automatically set by the script */
}
.sm-main span.scroll-up-arrow, .sm-main span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:8px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #247eab transparent;
}
.sm-main span.scroll-down-arrow {
    top:6px;
    border-style:solid dashed dashed dashed;
    border-color:#247eab transparent transparent transparent;
}


@media screen and (max-width: 1100px) {
.sm-main a
{
    /* font-size: 15px !important; */
}
.sm-main a
{
    /* padding: 0 1em; */
}
}


@media screen and (max-width: 767px) {

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these)
  - Smart Menu styles
==========================*/
	ul.sm-main{width: 100% !important; margin-right:0;/* margin-bottom: 10px; */}
	ul.sm-main ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-main>li{float:none;/* background: #F5F6F7; */}
	ul.sm-main>li>a,
    ul.sm-main ul.sm-nowrap>li>a{white-space:normal;padding-left: 33px;}
	ul.sm-main iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-main ul, .sm-main span.sub-arrow, .sm-main iframe {
		display:none !important;
	}*/


/* Menu items  - Smart Menu styles
===================*/
    /* presume we have 4 levels max */
    .sm-main > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    }
    /* highlighted items, don't need rounding since their sub is open */
    .sm-main > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
    }

/* Sub menu indicators  - Smart Menu styles
===================*/
    .sm-main a span.sub-arrow,
    .sm-main ul a span.sub-arrow {
        top:50%;
        margin-top:-9px;
        right:auto;
        left:6px;
        margin-left:0;
        width:17px;
        height:17px;
        /* font:bold 16px/16px monospace !important; */
        text-align:center;
        border:0;
        /* text-shadow:none; */
        /* background:rgba(0,0,0,0.1); */
        -moz-border-radius:100px;
        /* -webkit-border-radius:100px; */
        /* border-radius:100px; */
    
        font-size: 1em;
        color: #A4A2A3;
        line-height: 1;
}
    .sm-main a.highlighted span.sub-arrow {
        display:none !important;
    }
	
	.navbar .columns {
		padding: 0;	
	}

/* wrapper
===============*/
    #mainnav
    {
        width: 100%;
        position: static;
        margin: 0;
    
        /* padding-bottom: 10px; */
        /* max-height: 100%; */
        /* overflow: scroll; */
        padding-top: 3.125em;
}
/*menu icon
===============*/
    #mainnav > a
    {
        width: 3.125em; /* 50 */
        height: 3.125em; /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #318CA5;
        position: absolute;
    
        right: 0;
        top: 0;
}
    #mainnav > a:before,
    #mainnav > a:after
    {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #mainnav > a:after
    {
        top: 60%;
    }
    #mainnav:not( :target ) > a:first-of-type,
    #mainnav:target > a:last-of-type
    {
        display: block;
    }
    #mainnav:not( :target ) > .sm-main
    {
        display: none;
    }
    #mainnav:target > .sm-main
    {
        display: block;
    }
/* first level
===================*/
    .sm-main > li
    {
        width: 100%;
        float: none;
    }
    .sm-main > li > a
    {
        height: auto;
        text-align: left;
        padding: 0 0.833em;
    }
    .sm-main > li:not( :last-child ) > a
    {
        border-right: none;
        border-bottom: 1px solid #2F2E2E;
    
    /*    margin-bottom: -1px;*/
}
/* second level
===================*/
    .sm-main ul
    {
        position: static;
        padding-top: 0;
    }
    .sm-main:not( :hover ) > li.active > a:after {
        display: none;
    }
    .sm-main ul li a:hover,
    .sm-main ul:not( :hover ) li.active a
    {
        /* background-color: #1c8d98; */
    }
/* third level
===================*/
    .sm-main ul ul
    {
        border-left: 5px solid #D0CCCA;
    }
	
	.fixed {
		max-height: 100%;
		overflow: auto;
	}
	
}


.sm .but {
	float: right;
}

.sm .but a {
    background: #B4162C;
    /* line-height:2em; */
    /* padding: 0; */
    /* margin:2px; */
    /* height: 28px; */
    color: #fff;
    /* border-radius: 3px 3px 0 0; */
    /* font-weight: 800; */
}

.sidenav ul {
    margin: 0;
    padding: 0;
    background: #eee;
    border-left: 3px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.sidenav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidenav ul li a {
    padding: 10px;
    display: block;
    font-size: 14px;

}
.sidenav ul li a:hover {
    background: #318CA5;
	color: #fff;

}
.sidenav ul li.selected a {
     background: #ddd;
}


/* ----- -----*/

.learn-more-btn  {
  background:  #B4162C;
  -webkit-box-shadow:  0px 3px 0px 0px #A1A9B0;
  -moz-box-shadow:  0px 3px 0px 0px #A1A9B0;
  box-shadow:  0px 3px 0px 0px #A1A9B0;
}
.learn-more-btn:hover, .learn-more-btn:focus{
  background:  rgba(233, 89, 36,  0.6);
}
a:hover,  a:focus  {
 color:  #B4162C;
 text-decoration:  none;
}
h2::after  {
 content:  " ";
 border: solid 1px #B4162C;
 display:  block;
 width:  35px;
 margin: 15px auto;
}

.light-box:hover,  .light-box:focus  {
  -webkit-box-shadow:  0px 3px 0px 0px #B4162C;
  -moz-box-shadow:  0px 3px 0px 0px #B4162C;
  box-shadow:  0px 3px 0px 0px #B4162C;
}

.light-box a {
	color: #C25766;
}
.light-box h2 {
	color: #7F8791;
}

ul.tagcloud-list li a:hover{
  color: white;
  background: #B4162C;
}
.form-control:focus{
  border: 2px solid #B4162C;
}
.btn {
  border-radius: 0;
  background: #B3152B;
  /* font-family: helvetica; */
  line-height: 1.8;
}
.btn:hover {
 background-color: hsl(351, 72%, 34%);
 color: #fff;	
}
.btn-primary {
  background-color: #B4162C;
  border-color: #B4162C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #B4162C;
  border-color: #B4162C;
  opacity: 0.8;
}

.btn-secondary {
	 color: #fff;
	 border: 1px solid #fff;
	 background: rgba(44, 48, 52, 0.9);
}
.subscribe input[type=submit]{
  background-color: #B4162C;
  border-color: #B4162C;
}
#blog ul.pagination li a,
ul.tagcloud-list li a,
.contact-details h2 span{
  color: #333;
}
.overlay-effect .overlay a.expand{
  color: white;
}
.reverse-btn:hover,
.reverse-btn:focus {
  /* color: #B4162C; */
  /* border: solid 1px #B4162C; */
  background: #B4162C;
}
.subscribe input[type=submit]:hover {
  background: rgba(180, 22, 44, 0.6);
  border: solid 1px #B4162C;
}
.title-inside::after{
  border:  solid 2px #B4162C;
}

.social-btn:hover, 
.social-btn:focus,
#blog ul.pagination li.active a, 
#blog ul.pagination li a:hover,
.icon,
.down-arrow-btn:hover, 
.down-arrow-btn:focus,
.up-btn:hover, 
.up-btn:focus,
#faqs .panel-default > .panel-heading,
#portfolio ul.portfolio-filter li.active a,
#portfolio ul.portfolio-filter li a:hover
{
  background-color: rgba(180, 22, 44, 1);
}

.up-btn,
.overlay,
.down-arrow-btn{
  background-color: rgba(180, 22, 44, 0.5);
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a{
 background: #B4162C;
}
.BlogTagCloud a {
  color: #B4162C;
  border: 1px solid #eeeeee;
}
.BlogTagCloud a:hover {
  color: white;
  background-color: #B4162C;
}
nav.navbar-default .navbar-brand span{
  /* color: #B4162C; */
  font-size: 1em;
  margin: 0 10px;
  color: #DADADA;
  text-shadow: 0 0 3px #E0CFD1;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: #B4162C;
  border:1px solid #B4162C;
}
#pagination a{
  color: #B4162C;
}
#pagination a:hover{
  color: #fff;
  background: #B4162C;
}
@media (max-width: 767px){
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > li > a:hover, .navbar-default{
    /* background: #B4162C; */
  }
}
.log1 .loggedout, .log0 .loggedin, .log .loggedin {
	display:none;
}


/* &#66663; */

.blogitem span.title, .blogitem span.date {
    font-size: 1.3em;
    display: inline-block;
}

.blogitem span.title {
    margin-bottom: 10px;
}

.blogitem span.date {
    position: relative;
    top: 10px;
}
.blogitem span.date:before {
    content: ' | ';
    margin: 0 0.5ch 0 0.3ch;
    display: inline-block;
    position: relative;
    top: -3px;
    transform: rotate(0.035turn);
    font-size: 1.3em;
}

.bloglist {
    border-left: 1px solid rgba(118, 120, 123, 0.2);
}

.js .fadeIn {
	display: none;
}

a.popup img {
  border: 1px solid rgb(228, 231, 236);
}

.contact-bar {
    text-align: right;
    padding: 5px 15px 2px;
    font-size: 2em;
    color: rgb(180, 22, 44);
}
.contact-bar a {
   color: rgb(180, 22, 44);
}


#banner {
	position: relative;
}

.store {
    border: 1px solid #ddd;
    text-align: left;
    padding: 0 15px;
    border-left-width: 5px;
	margin-bottom: 20px;
}
.store .store-contact li {
    display: inline-block;
    margin-right: 50px;
}

.store .address {
    font-size: 1.2em;
}

.store .logo {
	text-align: center;
	float: right;
	padding: 15px;
}
.store ul.store-contact {
    margin-bottom: 15px;
}

.store  .title a {
	color: rgb(255, 255, 255);
  background: #B4162C;
  padding: 10px 30px;
  
	margin: 0 -20px;
  font-weight: 800;
  border-radius: 0px 0px 30px;
  
	border-left: 5px solid rgb(203, 77, 31);
	display: inline-block;
}

#mapcanvas {
    height: 500px;
    margin-bottom: 20px;
    color: #000;
}
#mapcanvas a {
	color: #B4162C;
}
#mapcanvas img {
	max-width: none !important;
}
#mapcanvas .logo img {
	max-width: 100% !important;
}

.autoload .pagination {
	display: none;
}

section.product-page {
	  background: #FAFBFC;
}
.product {
  background: #FFF;
  border: 2px solid #F3F5F8;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.product .image {
    height: 250px;
	display: block;
	background: #fff;
	line-height: 250px;
}

.product .image .fa, .product-detail .image .fa {
  font-size: 9em;
  color: #F3F5F8;
  line-height: 2;
}
.product .image.missing .fa {
	  color: rgba(233, 89, 36, 0.2);
}

.product .title {
    margin: 0;
    padding: 10px;
    background: #F3F5F8;
}
.product:hover, .product:hover .title {
	background: #B4162C;
	color: #fff;
}
.product:hover a, .product:hover p {
	color: #fff;
}
.product:hover .image {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.product .middle {
	display: none;
}
.product:hover .middle {
	display: block;
}
.middle {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px -50px;
    width: 100px;
    height: 50px;
}

ul.details {
  /* background: #F3F5F8; */
  /* padding: 5px; */
  margin-bottom: 10px;
}

ul.details li {
    background: #E4E7EB;
    margin-bottom: 5px;
    line-height: 2.4em;
    text-align: left;
    /* box-shadow: 1px 1px 2px #CAD0D7 inset; */
    color: #333A45;
    border-radius: 20px;
    overflow: hidden;
    /* padding-left: 110px; */
    position: relative;
}
ul.details li:last-child {
	margin-bottom: 0;
}
ul.details li span {
    float: left;
    width: 90px;
    background: #B4162C;
    color: #fff;
    margin-right: 20px;
    /* height: 100%; */
    text-align: center;
    /* padding-left: 20px; */
    /* position: absolute; */
    /* left: 0; */
}
ul.details li .fa{
font-size: 1.3em;
  color: #9DA4AE;
  margin-right: 10px;
}

.modal {
	  background: rgba(0, 0, 0, 0.75);
}

.tabheader {
	/* background: #E4E7EC; */
	padding: 10px;
	margin: 0 10px;
	display: inline-block;
	border-radius: 3px 3px 0 0;
}

mapdata {
	display: none;
}

.promotion {
    background: #17191B;
    border-left: 4px solid rgb(180, 22, 44);
	text-align: left;
    margin-bottom: 30px;
}

.promotion .image {
    float: right;
    width: 300px;
    margin-left: 30px;
    max-width: 50%;
}
.promotion .image img {
	width:100%;
}

.promotion .text {
    padding: 30px;
    font-size: 1.2em;
}
.promotion h3 {
	text-transform: uppercase;
	font-size: 2em
	}
.promotion p {
	font-size: 1em;
}

@media (max-width: 767px) {
.promotion .image {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}	
}

/*! jQuery UI - v1.11.4 - 2015-03-11
----------------------------------*/

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.3em;
	height: 1.3em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 15px;
	border: 1px solid rgb(242, 239, 237);
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	
	background: #413F3D;
	font-weight: normal;
	color: #555555;
	outline: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	
	background: #dadad;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	
	background: #000;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}


.prodsearchform {
    background: #F2EFED;
    padding: 10px 20px;
    color: #575553;
    /* border-radius: 3px; */
    margin-bottom: 30px;
}

.prodsearchform .item {
    width: 25%;
    display: inline-block;
    /* border: 1px solid #3A3939; */
    float: left;
    padding: 10px 20px;
}

.range-min, .range-max {
    width: 50%;
    display: inline-block;
    padding-top: 5px;
    color: #B4162C;
}

.range-min {
    text-align: left;
}

.range-max {
    text-align: right;
}

.prodsearchform .cat_textbox {
    width: 100%;
    border: none;
    background: #A5A09D;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.ui-slider-range {
    background: #E95924;
    /* border: 1px solid #222; */
    /* box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.3); */
}

.range-slider {
    border: none;
    background: #D2CCC9;
    border-radius: 10px;
    /* box-shadow: inset 1px 1px 3px #000; */
}

.prodsearchform .cat_dropdown {
    background: #A5A09D;
    border: none;
    color: #fff;
    height: 27px;
    border-radius: 3px;
    /* -webkit-appearance: initial; */
    /* text-align: center; */
    margin-bottom: 10px;
    width: 100%;
}

.js .range-slider input {
	display:none;
}


.tick-holder {
    display: inline-block;
    /* margin: 0 10px 0px 0; */
    background: #A5A09D;
    color: #14AEA5;
    padding: 0px;
    width: 1.5em;
    text-align: center;
    border-radius: 2px;
    height: 1.5em;
    /* float: left; */
    position: absolute;
    left: 0;
    line-height: 1.5;
}
.ticked .tick-holder {
    background: #E95924;
    color: #FFFFFF;
}

.tickbox {
    margin: 5px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.ticked .on {
    display: inline;
    line-height: 1.5;
}

.on, .ticked .off {
    display: none;
}



.tickbox:hover {
    /* background: rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    cursor: pointer;
    color: #B4162C;
}

.inline a.list-group-item {
    display: inline-block;
    border-radius: 0;
    margin-bottom: 3px;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1,  .wp2,  .wp3,  .wp4,  .wp5,  .wp6  {
     visibility:  hidden;
 }

.bounceInLeft,  .bounceInRight,  .fadeInUp,  .fadeInUpDelay,  .fadeInDown,  .fadeInUpD,  .fadeInLeft,  .fadeInRight  {
     visibility:  visible;
 }

.delay-05s  {
     animation-delay:  0.5s;
     -webkit-animation-delay:  0.5s;
 }

.delay-1s  {
     animation-delay:  1s;
     -webkit-animation-delay:  1s;
 }

.wp3  {
     /* background:  url('../img/iphone-bg.png') no-repeat center center; */
     /* background-position:  200px 10px; */
     /* height:  100%; */
 }


.home-slider {
	display: none;
}

.codystar {
	font-family: 'Codystar', cursive;
}


/* ==========================================================================
Hero
========================================================================== */
.hero {
  background: url('../img/hero-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0 300px 0;
  height: auto;
}
.hero h1 {
  font-size: 40px;
  letter-spacing: 12px;
  margin: 10px;
}
.hero h1 span {
  color: #a1a9b0;
  display: inline-block;
}
.hero p {
  letter-spacing: 1px;
}
.learn-more-btn {
  background: #3dc9b3;
  padding: 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 0px 0px #a1a9b0;
  -moz-box-shadow: 0px 3px 0px 0px #a1a9b0;
  box-shadow: 0px 3px 0px 0px #a1a9b0;
  margin: 60px 0 0;
  font-weight: bold;
}
.learn-more-btn:hover,
.learn-more-btn:focus {
  background: rgba(61, 201, 179, 0.6);
  color: #fff;
}
/* ==========================================================================
Intro
========================================================================== */
.intro {
  background: rgba(243, 245, 248, 0.04);
}
.intro h1 {
	/* color: #17191B; */
}
.intro p {
  /* margin: 50px 0 0; */
}
h1.arrow {
  font-size: 35px;
  text-transform: uppercase;
  /* color: #F3F5FA; */
  letter-spacing: 1px;
  background: url('../img/h1-bg.png') no-repeat center bottom;
  padding-bottom: 35px;
  font-weight: 400;
}
/* ==========================================================================
Features
========================================================================== */
.features-wrapper,
.team-wrapper {
  margin: 70px 0 0;
}
.icon {
  height: 175px;
  width: 175px;
  line-height: 175px;
  max-width: 100%;
  background: #3dc9b3;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 55px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 50px;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 255, 255, 0.2);
}
.icon .fa {
  line-height: 175px;
}
/* ==========================================================================
iPhone Section
========================================================================== */
.iphone, .boxphoto {
  width: 50%;
  background: #f3f5f8;
  float: left;
  height: 100%;
  box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.fluid-white {
  width: 50%;
  background: rgba(23, 25, 27, 1);
  float: right;
  height: 100%;
  z-index: 2;
}
.responsive-services {
  position: relative;
}
/* ==========================================================================
Swag
========================================================================== */
.swag {
  background: url('../img/plants-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.swag h1 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.swag h1 span {
  display: block;
  font-size: 25px;
  margin-top: 20px;
}
.down-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.6);
  display: inline-block;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.down-arrow-btn:hover,
.down-arrow-btn:focus {
  color: #fff;
  background: #3dc9b3;
}
/* ==========================================================================
Subscribe
========================================================================== */
.subscribe {
  /*background: url('../img/keyboard-bg.jpg') no-repeat center center;*/
  background: url('/images/bplanets_new.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}
.subscribe h1 {
  color: #fff;
  margin-bottom: 40px;
}
.subscribe h1 span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}
.subscribe input[type=text] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #fff;
  padding: 20px;
  width: 30%;
  color: #fff;
  /* border-radius: 2px; */
}
.subscribe input[type=submit] {
  background: #3dc9b3;
  border: solid 1px rgba(61, 201, 179, 0.6);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.subscribe input[type=submit]:hover {
  background: #3dc9b3;
  border: solid 1px #3dc9b3;
  color: #fff;
}
/* ==========================================================================
CTA
========================================================================== */
.reverse-cta {
  background-color: #444B52;
  padding: 70px 0;
}
.reverse-btn {
  display: inline-block;
  padding: 25px 40px;
  color: #fff;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  /* border-radius: 2px; */
  font-size: 1.2em;
}
.reverse-btn:hover,
.reverse-btn:focus {
  color: #fff;
  border: solid 1px #fff;
}

.lighting-bg {
  background: url('../img/lighting-bg.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}

/* ==========================================================================
FlexSlider Custom CSS
========================================================================== */
#servicesSlider {
  margin-top: 70px;
}
ul.slides li {
  margin-bottom: 20px;
}
.filter-categories {
  display: none;
}
/* ==========================================================================
Portfolio
========================================================================== */
#portfolioSlider {
  margin-top: 50px;
}
.effects {
  padding-left: 15px;
}
.effects .img {
  /* margin-bottom: 50px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(61, 201, 179, 0.6);
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.overlay-effect .img i {
  font-size: 30px;
}
.overlay-effect .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.overlay-effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 47%;
  margin: 0 auto -30px auto;
}
.overlay-effect .img.hover .overlay {
  height: 100%;
  opacity: 1;
}

.designs {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
}
#portfolio .detail-page img {
  max-width: 100%;
}
#portfolio ul.portfolio-filter {
  text-align: center;
}
#portfolio ul.portfolio-filter li {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
#portfolio ul.portfolio-filter li a {
  border-radius: 0;
}
#portfolio ul.portfolio-filter li.active a {
  background-color: #3dc9b3;
  color: white;
}
#portfolio ul.portfolio-filter li a:hover {
  background-color: #3dc9b3;
  color: white;
}
.portfolio-item-wrapper img {
  max-width: 100%;
}
/* ==========================================================================
Team
========================================================================== */
.progress {
  height: 30px;
}
.progress-bar {
  line-height: 30px;
}
.team img {
  margin-bottom: 40px;
  border-radius: 50%;
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* Disable grayscale on hover */
.team img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
ul.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social-buttons li {
  display: inline-block;
  margin-right: 10px;
}
ul.social-buttons li:last-child {
  margin-right: 0;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(23, 25, 27, 0.5);
  display: inline-block;
  color: #C7D1DB;
  font-size: 17px;
  text-align: center;
}
.social-btn .fa {
  position: relative;
  top: 1px;
  line-height: 38px;
}
.social-btn:hover,
.social-btn:focus {
  background: #3dc9b3;
  color: #fff;
}
.social {
  margin-top: 25px;
}

.partner {
    /* background: rgba(255, 255, 255, 0.03); */
    padding: 10px;
    /* margin: 5px; */
    /* line-height: 200px; */
    /* height: 200px; */
}
.partner img {
    border: 10px solid #fff;
}
/* ==========================================================================
Contact
========================================================================== */
.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.6);
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.up-btn .fa {
  line-height: 46px;
}
.up-btn:hover,
up-btn:focus {
  color: #fff;
  background: #3dc9b3;
}
.contact-details {
  margin: 70px 0;
}
.contact-details h2 {
  font-size: 20px;
}
.contact-details p {
  font-size: 16px;
}
.contact-details h2 span {
  display: block;
  color: #3dc9b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  margin-top: 15px;
}
.contact-wrap {
  position: relative;
}
.google-map {
  margin-top: 50px;
}

.dark-bg h1 {
	/* color: rgb(23, 25, 27); */
	
}

a.addfile {
    color: #59B685;
}

address .fa {
    color: #59B685;
    margin-right: 5px;
}


/* Isotope Animating
* -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    /* border-bottom: 1px solid red; */
    /* margin-bottom: 50px; */
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* filtering portfolio */
div.filter-categories{
    display: none;
}
.tags,#blog-tags{
    display: none;
}

.details {
    background: rgba(29, 32, 35, 1);
    padding: 10px;
    margin-bottom: 30px;
}

/* ==========================================================================
Footer
========================================================================== */
footer a {
  color: #a1a9b0;
}
footer {
  background-color: #17191B;
  padding: 40px 0 30px;
}
footer p {
  color: #fff;
}
ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px;
}
ul.legals li {
  display: inline-block;
}
ul.legals li::after {
  content: " |";
}
ul.legals li:last-child::after {
  content: "";
}
.legals {
  text-align: left;
}
footer .logoitem {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 12px;
}

footer nav li {
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.2em;
}

footer nav ul {
    text-align: center;
    margin-bottom: 20px;
}
.credit {
  text-align: center;
  font-size: 10px;
  color: #777;
  font-family: 'Khula', sans-serif;
}
.credit a {
 color: #777;
}
#faqs .panel-group {
  margin-top: 60px;
}
#faqs .panel-default > .panel-heading {
  background-color: #3dc9b3;
  border-color: #dddddd;
  color: white;
}
#faqs .panel-title > a:hover,
#faqs .panel-title > a:focus {
  color: white;
}
#faqs .panel-title > a {
  display: block;
}
#faqs .collapse {
  visibility: visible;
}
#blog section {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #17191B;
}
#blog .image-container img {
  max-width: 100%;
}
#blog section:last-child {
  border: none;
}
#blog ul.pagination li a {
  color: #3dc9b3;
  border: none;
  border-radius: 0;
}
#blog ul.pagination li.active a,
#blog ul.pagination li a:hover {
  background: #3dc9b3;
  color: white;
  border: none;
}
#blog .input-group-btn:last-child > .btn {
  margin-left: 0;
}
#blog form {
  margin: 30px 0;
}
.BlogTagList ul li a {
  font-size: 14px;
}
.BlogTagCloud a {
  padding: 8px 10px;
  display: inline-block;
  background: white;
  color: #3dc9b3;
  border: 1px solid #eeeeee;
  margin-bottom: 5px;
}
.BlogTagCloud a:hover {
  color: white;
  background-color: #3dc9b3;
}
.popular-posts li {
  display: block;
  margin-bottom: 15px;
}
.popular-posts li small {
  display: block;
}
#pagination a {
  padding: 4px 12px;
  background: #1C2024;
}
@media (max-width: 1050px) {
.navbar-default .navbar-nav {
	  margin-top: 0;
	}
}
@media (max-width: 767px) {
  .navbar-toggle {
    /* margin-top: 18px; */
  }
  .navbar-default .navbar-nav {
    position: relative;
    z-index: 1;
    background: white;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #3dc9b3;
    border: 1px solid #3dc9b3;
    color: white;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > li > a:hover,
  .navbar-default {
    /* color: white; */
    /* background: #3dc9b3; */
  }
  .navbar-nav > li > a:focus {
    color: #3dc9b3;
    background-color: transparent;
  }
  .navbar-nav > li {
    margin: 1px 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
  }
  
	.navbar-default .navbar-collapse {
	  margin-left: 0;
	
	  margin: 0;
	  padding: 0;
}
  .inner {
    padding-top: 40px;
  }
  .section-padding {
    padding: 40px 0 50px;
  }
  .title-inside {
    margin-top: 40px;
  }
  .sidebar {
    margin-top: 40px;
  }
  #contact .col-md-8 {
    margin-bottom: 80px;
  }
  
}

/* ------------------ Navigation ------------------ */

nav li {
    display: inline;
    padding: 10px;
    font-size: 18px;
}

.js header nav ul {
	display: none;
}

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.js header nav .sm,.sm,.sm ul,.sm li{display: block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;/* margin-left: auto; */}
ul.sm li{position:relative;/* z-index:1000; */}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;font-size: 15px;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}


/* wrapper
===============*/
#mainnav
{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
 /*   padding: 0 30px;*/

    /* color: #000; */
    color: #000;
    position: relative;
    z-index: 400;
}
#mainnav > a
{
    /*display: none;*/
}

/*common styles
=======================*/
.sm-main a
{
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0 0.8em;
}
.sm-main a:active
{
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    background-color: #1c8d98;
}
.sm-main li:hover > a {
	background-color: #42494F;
	color: #fff;
	/* font-weight: 800; */
}
/*.sm-main .subs > a:after
{
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #5B82AD;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
}*/
/* first level
==================*/
.sm-main {
    padding: 0;
    margin: 0;
    float: right;
}
.sm-main > li
{
    height: 100%;
}
.sm-main > li > a
{
    height: 100%;
    line-height: 2.2em;
    text-align: center;
    font-size: 20px;
}
.sm-main:not( :hover ) > li.active > a
{
    color: #fff;
    background: #24282C;
    /* border-bottom: 2px solid #318CA5; */
    /* margin-bottom: -2px; */
}

/* second level
========================*/
.sm-main ul
{
    background-color: #D9DCDF;
}
.sm-main ul a
{
    /* border-top: 1px solid #B9C7D7; */
    padding: 0.5em 1em;
    color: #3A3F44;
}

/* Sub menu indicators - Smart Menu styles
===================*/
.sm-main a span.sub-arrow {
    position:absolute;
    bottom: -4px;
    left:50%;
    margin-left:-5px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:5px; /* tweak size of the arrow */
    border-style:solid dashed dashed dashed;
    border-color: #42494F transparent transparent transparent;
}
.sm-main-vertical a span.sub-arrow,
.sm-main ul a span.sub-arrow {
    bottom:auto;
    top:50%;
    margin-top:-5px;
    right:15px;
    left:auto;
    margin-left:0;
    border-style:dashed dashed dashed solid;
    border-color: transparent transparent transparent #888280;
}

/* Scrolling arrows containers for tall sub menus - test sub menu:
"Sub test" -> "more..." -> "more..." in the default download package
 - Smart Menu styles
===================*/
.sm-main span.scroll-up, .sm-main span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    background:#ffffff;
    height:20px;
    /* width and position will be automatically set by the script */
}
.sm-main span.scroll-up-arrow, .sm-main span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:8px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #247eab transparent;
}
.sm-main span.scroll-down-arrow {
    top:6px;
    border-style:solid dashed dashed dashed;
    border-color:#247eab transparent transparent transparent;
}


@media screen and (max-width: 1100px) {
.sm-main a
{
    /* font-size: 15px !important; */
}
.sm-main a
{
    /* padding: 0 1em; */
}
}


@media screen and (max-width: 767px) {

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these)
  - Smart Menu styles
==========================*/
	ul.sm-main{width: 100% !important; margin-right:0;/* margin-bottom: 10px; */}
	ul.sm-main ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-main>li{float:none;/* background: #F5F6F7; */}
	ul.sm-main>li>a,
    ul.sm-main ul.sm-nowrap>li>a{white-space:normal;padding-left: 33px;}
	ul.sm-main iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-main ul, .sm-main span.sub-arrow, .sm-main iframe {
		display:none !important;
	}*/


/* Menu items  - Smart Menu styles
===================*/
    /* presume we have 4 levels max */
    .sm-main > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    }
    /* highlighted items, don't need rounding since their sub is open */
    .sm-main > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
    }

/* Sub menu indicators  - Smart Menu styles
===================*/
    .sm-main a span.sub-arrow,
    .sm-main ul a span.sub-arrow {
        top:50%;
        margin-top:-9px;
        right:auto;
        left:6px;
        margin-left:0;
        width:17px;
        height:17px;
        /* font:bold 16px/16px monospace !important; */
        text-align:center;
        border:0;
        /* text-shadow:none; */
        /* background:rgba(0,0,0,0.1); */
        -moz-border-radius:100px;
        /* -webkit-border-radius:100px; */
        /* border-radius:100px; */
    
        font-size: 1em;
        color: #A4A2A3;
        line-height: 1;
}
    .sm-main a.highlighted span.sub-arrow {
        display:none !important;
    }
	
	.navbar .columns {
		padding: 0;	
	}

/* wrapper
===============*/
    #mainnav
    {
        width: 100%;
        position: static;
        margin: 0;
    
        /* padding-bottom: 10px; */
        /* max-height: 100%; */
        /* overflow: scroll; */
        padding-top: 3.125em;
}
/*menu icon
===============*/
    #mainnav > a
    {
        width: 3.125em; /* 50 */
        height: 3.125em; /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #318CA5;
        position: absolute;
    
        right: 0;
        top: 0;
}
    #mainnav > a:before,
    #mainnav > a:after
    {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #mainnav > a:after
    {
        top: 60%;
    }
    #mainnav:not( :target ) > a:first-of-type,
    #mainnav:target > a:last-of-type
    {
        display: block;
    }
    #mainnav:not( :target ) > .sm-main
    {
        display: none;
    }
    #mainnav:target > .sm-main
    {
        display: block;
    }
/* first level
===================*/
    .sm-main > li
    {
        width: 100%;
        float: none;
    }
    .sm-main > li > a
    {
        height: auto;
        text-align: left;
        padding: 0 0.833em;
    }
    .sm-main > li:not( :last-child ) > a
    {
        border-right: none;
        border-bottom: 1px solid #2F2E2E;
    
    /*    margin-bottom: -1px;*/
}
/* second level
===================*/
    .sm-main ul
    {
        position: static;
        padding-top: 0;
    }
    .sm-main:not( :hover ) > li.active > a:after {
        display: none;
    }
    .sm-main ul li a:hover,
    .sm-main ul:not( :hover ) li.active a
    {
        /* background-color: #1c8d98; */
    }
/* third level
===================*/
    .sm-main ul ul
    {
        border-left: 5px solid #D0CCCA;
    }
	
	.fixed {
		max-height: 100%;
		overflow: auto;
	}
	
}


.sm .but {
	float: right;
}

.sm .but a {
    background: #B4162C;
    /* line-height:2em; */
    /* padding: 0; */
    /* margin:2px; */
    /* height: 28px; */
    color: #fff;
    /* border-radius: 3px 3px 0 0; */
    /* font-weight: 800; */
}

.sidenav ul {
    margin: 0;
    padding: 0;
    background: #eee;
    border-left: 3px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.sidenav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidenav ul li a {
    padding: 10px;
    display: block;
    font-size: 14px;

}
.sidenav ul li a:hover {
    background: #318CA5;
	color: #fff;

}
.sidenav ul li.selected a {
     background: #ddd;
}


/* ----- -----*/

.learn-more-btn  {
  background:  #B4162C;
  -webkit-box-shadow:  0px 3px 0px 0px #A1A9B0;
  -moz-box-shadow:  0px 3px 0px 0px #A1A9B0;
  box-shadow:  0px 3px 0px 0px #A1A9B0;
}
.learn-more-btn:hover, .learn-more-btn:focus{
  background:  rgba(233, 89, 36,  0.6);
}
a:hover,  a:focus  {
 color:  #B4162C;
 text-decoration:  none;
}
h2::after  {
 content:  " ";
 border: solid 1px #B4162C;
 display:  block;
 width:  35px;
 margin: 15px auto;
}

.light-box:hover,  .light-box:focus  {
  -webkit-box-shadow:  0px 3px 0px 0px #B4162C;
  -moz-box-shadow:  0px 3px 0px 0px #B4162C;
  box-shadow:  0px 3px 0px 0px #B4162C;
}

.light-box a {
	color: #C25766;
}
.light-box h2 {
	color: #7F8791;
}

ul.tagcloud-list li a:hover{
  color: white;
  background: #B4162C;
}
.form-control:focus{
  border: 2px solid #B4162C;
}
.btn {
  border-radius: 0;
  background: #B3152B;
  /* font-family: helvetica; */
  line-height: 1.8;
}
.btn:hover {
 background-color: hsl(351, 72%, 34%);
 color: #fff;	
}
.btn-primary {
  background-color: #B4162C;
  border-color: #B4162C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #B4162C;
  border-color: #B4162C;
  opacity: 0.8;
}

.btn-secondary {
	 color: #fff;
	 border: 1px solid #fff;
	 background: rgba(44, 48, 52, 0.9);
}
.subscribe input[type=submit]{
  background-color: #B4162C;
  border-color: #B4162C;
}
#blog ul.pagination li a,
ul.tagcloud-list li a,
.contact-details h2 span{
  color: #333;
}
.overlay-effect .overlay a.expand{
  color: white;
}
.reverse-btn:hover,
.reverse-btn:focus {
  /* color: #B4162C; */
  /* border: solid 1px #B4162C; */
  background: #B4162C;
}
.subscribe input[type=submit]:hover {
  background: rgba(180, 22, 44, 0.6);
  border: solid 1px #B4162C;
}
.title-inside::after{
  border:  solid 2px #B4162C;
}

.social-btn:hover, 
.social-btn:focus,
#blog ul.pagination li.active a, 
#blog ul.pagination li a:hover,
.icon,
.down-arrow-btn:hover, 
.down-arrow-btn:focus,
.up-btn:hover, 
.up-btn:focus,
#faqs .panel-default > .panel-heading,
#portfolio ul.portfolio-filter li.active a,
#portfolio ul.portfolio-filter li a:hover
{
  background-color: rgba(180, 22, 44, 1);
}

.up-btn,
.overlay,
.down-arrow-btn{
  background-color: rgba(180, 22, 44, 0.5);
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a{
 background: #B4162C;
}
.BlogTagCloud a {
  color: #B4162C;
  border: 1px solid #eeeeee;
}
.BlogTagCloud a:hover {
  color: white;
  background-color: #B4162C;
}
nav.navbar-default .navbar-brand span{
  /* color: #B4162C; */
  font-size: 1em;
  margin: 0 10px;
  color: #DADADA;
  text-shadow: 0 0 3px #E0CFD1;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: #B4162C;
  border:1px solid #B4162C;
}
#pagination a{
  color: #B4162C;
}
#pagination a:hover{
  color: #fff;
  background: #B4162C;
}
@media (max-width: 767px){
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > li > a:hover, .navbar-default{
    /* background: #B4162C; */
  }
}
.log1 .loggedout, .log0 .loggedin, .log .loggedin {
	display:none;
}


/* &#66663; */

.blogitem span.title, .blogitem span.date {
    font-size: 1.3em;
    display: inline-block;
}

.blogitem span.title {
    margin-bottom: 10px;
}

.blogitem span.date {
    position: relative;
    top: 10px;
}
.blogitem span.date:before {
    content: ' | ';
    margin: 0 0.5ch 0 0.3ch;
    display: inline-block;
    position: relative;
    top: -3px;
    transform: rotate(0.035turn);
    font-size: 1.3em;
}

.bloglist {
    border-left: 1px solid rgba(118, 120, 123, 0.2);
}

input[type="file"] {
    margin-left: auto;
    margin-right: auto;
}
label + a.button {
    margin-left: 10px;
    font-weight: bold;
}
.formitem label {
    margin-top: 10px;
}

p.brief {
    margin: 0;
}

.compliance {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    /* background: #17191B; */
    font-size: 18px;
    margin-bottom: -1px;
}
.compliance:nth-child(odd) {
    background: rgba(23, 25, 27, 0.3);
}
.compliance:hover {
	color: #fff;
	background: #B4162C;
}

.compliance .pad {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px){
.compliance {
	padding: 10px 0;
}
.compliance .row {
    margin: 0;
}
.compliance  .photo {
	float: right;
	margin: -10px -15px 5px 10px;
}
.compliance .pad {
    padding-top: 0;
    padding-bottom: 0;
}
}

.left{float:left; width:28%;}
.right{float:left; width:70%; margin-left:2%; text-align:left;}
.img-right{width:80%;}