/*!
 * CARNITAS - Carnitas v1.3
 * Copyright 2017-2017 ESSPL
 * Licensed under MIT (https://www.esspl.com)
 */
body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00bff3;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0px;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #2cbdf0;
}
a:hover,
a:active,
a.active {
  color: #bf4925;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: #c74a1a;
  background-color: #00bff3;
  border-color: #00bff3;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  border-width: 2px;
  background-image:none;
  text-shadow:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #c74a1a;
  background-color: #00bff3;
  border-color: #00bff3;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00bff3;
  border-color: #00bff3;
}
.btn-primary .badge {
  color: #00bff3;
  background-color: white;
}


.btn-default {
  color: #00bff3;
  background-color: transparent;
  border-color: #00bff3;
 font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  border-width: 2px;
  background-image:none;
  text-shadow:none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #c74a1a;
  background-color: #00bff3;
  border-color: #00bff3;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #00bff3;
  border-color: #00bff3;
}

.btn-xl {
  color: white;
  background-color: #00bff3;
  border-color: #00bff3;
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #00bff3;
  border-color: #00bff3;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #00bff3;
  border-color: #00bff3;
}
.btn-xl .badge {
  color: #00bff3;
  background-color: white;
}
.nav-custum{
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap; /* Safari */
  justify-content: space-between;
  -webkit-justify-content: space-between; /* Safari */
  width: 104%;
  margin-left: -23px;
}

.navbar-custom {
  background-color: rgba(199, 74, 26, 1);
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  border:0px!important;
  margin: -44px 0px 0px 0px!important;
  padding: 0px!important;
  background-color: transparent!important;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #00bff3;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  /*padding-left: 4%;*/
}
.navbar-custom .navbar-toggle {
  background-color: transparent;
  border-color: transparent;
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  color: white;
  font-size: 36px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: transparent;
  text-decoration: none;
}
.navbar-custom .nav li a {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    border-top: 2px solid #fff;
    margin: 20px 20px;
    padding: 6px 0px;
    border-bottom: 2px solid #fff;
    font-size: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #00bff3;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #00bff3;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #00bff3;
}

/* HP */
.hp-event-head {margin-bottom:30px;}
.hp-event-content {margin-bottom:30px;}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: rgba(199, 74, 26, 1);
    padding: 0 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
    height: 220px;
    background-image: url(../images/footprint.png);
    background-repeat: repeat-x; 
	background-position:center center;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  
  /* SS */
  .affix .nav-custum{
	  display: block !important;
	  flex-flow: ;
	  -webkit-flex-flow: row nowrap; /* Safari */
	  justify-content:;
	  -webkit-justify-content: space-between; /* Safari */
	  width: 100%;
	  margin-left: 0;
	}
}

@media (min-width: 768px) {
  
	.navbar-custom.affix {
		background-color: rgba(199, 74, 26, 1);
		height: 98px;
	}
	
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em;
		margin: 0px;
	}
	
	.navbar-custom.affix .navbar-nav.nav-custum {position:relative; text-align:right;}
	.navbar-custom.affix .navbar-nav.nav-custum li {
		position:relative; display:inline-block !important; float:none !important; margin-right:30px;
	}
	.navbar-custom.affix .navbar-nav.nav-custum li.btn-social-group li {
		margin-right:10px !important;
	
	}
	.logo-other .navbar-brand > img {
    	width:62px !important; height:auto;
	}
	.navbar-custom.affix .nav.navbar-nav.nav-custum li a {
    	margin-top: 61px !important;
		}
	.navbar-custom.affix .nav.navbar-nav.nav-custum li a {
    	margin-top: 20px !important;
		}
	.navbar-custom.affix .navbar-nav.nav-custum li.logo-text {
	  	position:absolute; top:20px; left:0;
		margin-top:0 !important;
	}	
	.navbar-custom.affix .navbar-nav.nav-custum li.logo-text a{
	  	top:0; left:0;
		margin-top:0 !important;
	}
	.navbar-custom.affix .navbar-nav.nav-custum li.btn-short-group {
	  	position:absolute; top:0; right:0;
		padding-top:10px;
	}
	.navbar-custom.affix .navbar-nav.nav-custum li.btn-social-group {
	  	position:absolute; top:0; right:170px;
		padding-top:10px;
	}
	
}

header {color: white;}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  /* font-family: 'Oswald', sans-serif; */
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  /* font-family: 'Oswald', sans-serif; */
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}

@media (min-width: 768px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #00bff3;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../images/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #00bff3;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  /* font-family: 'Oswald', sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 5px 0;
  text-align: center;
  background-color: #000;
}
footer span.copyright {
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
  color: #2cbdf0;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li{
  padding-left: 0px;
  padding-right: 0px;
  text-align:center;
}
ul.social-buttons li a {
  display: block;
  height: 30px;
  width: 26px;
  font-size: 22px;
  line-height: 30px;
  color: #00bff3;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  color: #fff;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
  background: #00bff3;
}
::selection {
  text-shadow: none;
  background: #00bff3;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #00bff3;
}
.navbar-brand
{
  padding-top: 11px;
}
.logoSmall{
  display: none!important;
}
.nav-button-group{
  padding: 19px;
}
.nav-social-group{
  margin-top: 15px;
  margin-right: 13px;
}
.nav>li.logo-text{
    display: none;
}
.nav>li.btn-short-group{
    display: none;
    padding-top: 38px;
}
.nav>li.btn-social-group{
    display: none;
    padding-top: 38px;
}
#downloadApp{
  background-color: rgba(199, 74, 26, 1);
}
#downloadApp a{
  text-decoration: underline;
}
#downloadApp a:hover{
  color: #ffffff;
}
#downloadApp p.text-capitalize{
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  font-weight: 700;
  color: #2cbdf0;
  padding: 12px;
}
#woodBack{
  background-image: url('../img/logos/wood-lights.png'), url('../img/logos/wood-back.jpg');
  background-repeat: no-repeat, repeat-y;
  background-size: 100%, cover;
  padding: 54px 0px 0px 0px;
  background-position: 50% -11px, 0px 50%;
}
#feturedBack{
  background-image: url('../img/logos/featured-on.jpg');
  background-repeat: repeat-y;
  background-position: 0px 50%;
  background-size: cover;
  padding: 66px 0px 30px 0px;
  margin: 40px 0px 0px 0px;
}
#feturedBack .col-md-9 img{
  margin: -17px 14px 0px 22px;
}
.text-leftie{
  -ms-transform: rotate(-3deg); /* IE 9 */
  -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
  transform: rotate(-3deg);
  position: relative;
  display: block;
  background-color: #c74a1a;
  padding: 24px 20px;
}
.text-leftie span{
  -ms-transform: rotate(3deg); /* IE 9 */
  -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
  transform: rotate(3deg);
  position: absolute;
  top: -1px;
}
.text-rightie{
  -ms-transform: rotate(2deg); /* IE 9 */
  -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
  transform: rotate(2deg);
  position: relative;
  display: block;
  background-color: #c74a1a;
  padding: 24px 20px;
}
.text-rightie span{
  -ms-transform: rotate(-2deg); /* IE 9 */
  -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
  transform: rotate(-2deg);
  position: absolute;
  top: -1px;
}
.static-header{
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.text-leadSmall{
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.text-leadLarge{
  font-size: 19px;
  font-weight: 400;
  color: #bf4925;
}
.sticker-full{
  margin-bottom: 20px;
  border: solid 8px #bf4925;
  padding:10px 25px 20px;
}
.sticker-cater{
  background-image: url('../img/bg-hp-thanks.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.sticker-swag{
  background-image: url('../img/bg-hp-swag.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.sticker-full img{
  margin:0 0 10px;
}
.sticker-full span{
  /*position: absolute; */
  color: #ffffff;
  /* z-index: 1; */
  /* left: 0px; */
  /* top: 35%; */
  padding: 0px 5px 0px 5px;
  /* right: 25px; */
  font-size: 12px;
  display: block;
}
.sticker-full p.text-capitalize{
  /* position: absolute; */
  color: #bf4925;
  /* z-index: 1; */
  /* left: 0px; */
  /* top: 15%; */
  padding: 0 25px 25px;
  /* right: 25px; */
  font-size: 32px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
.banner-caption{
  position: absolute;
  top: 30%;
  font-size: 114px;
  font-weight: 700;
  width: 100%;
}

.skewed-caption{
  position: relative;
}
.caption-tailShadow{
  position: absolute;
  z-index: 4;
  transform: rotate(-7deg);
  box-shadow: 0 0 0px 10px hsl(17, 82%, 36%);
  width: 227px;
  top: 145px;
  margin-left: 30px;
}
.caption-tailBack{
  position: absolute;
  z-index:4;
  transform: rotate(-3deg);
  background-color: #c74a1a;
  width: 315px;
  height: 135px;
  top: 16px;
  padding: 10px 30px;
}
.caption-tailText{
  position: relative;
  z-index:5;
  color:#fff;
  padding: 0px 30px;
  width: 315px;
}
.caption-wagginText{
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 0px 30px;
  top: -27px;
}
.caption-wagginBack{
  position: absolute;
  z-index: 3;
  transform: rotate(-2deg);
  background-color: #c74a1a;
  width: 544px;
  height: 135px;
  top: 152px;
  padding: 10px 30px;
  /*left: 404px;*/
}
.caption-wagginShadow{
  position: absolute;
  z-index: 3;
  transform: rotate(-4deg);
  box-shadow: 0 0 0px 10px hsl(17, 82%, 36%);
  width: 417px;
  top: 283px;
  margin-left: 81px;
}
.caption-goodText{
  position: relative;
  z-index: 5;
  color: #fff;
  top: -64px;
}
.caption-goodBack{
  position: absolute;
  z-index: 0;
  transform: rotate(4deg);
  background-color: #c74a1a;
  width: 432px;
  height: 135px;
  top: 283px;
  padding: 10px 15px;
  /*left: 461px;*/
  margin-left: -45px;
}

.bannerTxt-leftie{
  -ms-transform: rotate(-3deg); /* IE 9 */
  -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
  transform: rotate(-3deg);
    position: relative;
    display: block;
    background-color: #c74a1a;
    padding: 62px 20px;
    width: 306px;
    text-align: left;
    margin:0px auto;
    z-index: 1;
}
.bannerTxt-leftie span{
  -ms-transform: rotate(3deg); /* IE 9 */
  -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
  transform: rotate(3deg);
    position: absolute;
    top: -23px;
}

.shadow{
  box-shadow: 0 12px 10px -12px hsla(0, 0%, 0%, 1);
}
.shadow:before{
  position: absolute;
  content: "";
  width: 50%;
  bottom: 10px;
  box-shadow: 0 0 0px 10px hsl(17, 82%, 36%);
  z-index: -1;
}
.shadow:before {
  left: 24px;
  transform: skewY(-12.5deg);
}

.bannerTxt-leftieNew{
  transform: rotate(-3deg);
  position: relative;
  background-color: #c74a1a;
  /*padding: 62px 20px;
  width: 306px;*/
  display: inline-block;
  text-align: left;
  margin:0px auto;
  z-index: 1;
}

header .container-fluid:first-of-type{
  margin-top: -20px;  
}
.mob-button{
  margin: 18px;
}
.navbar-toggle .fa-times{
  display: none;
}
.navbar-toggle[aria-expanded=true] .fa-times{
  display: block;
}
.navbar-toggle[aria-expanded=true] .fa-bars{
  display: none;
}
.banner-img {
	/* height: calc(100vh - 200px); */
	padding:50px 0 100px;
	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-size: cover;
  	text-align:center;
}

.slick-slide img {
    margin-left: auto !important;
	margin-right: auto !important;
	/* margin-top:5%; */
}
#skewed-upcoming{
  width:320px;
}

@media (min-width: 768px) {
header .container-fluid:first-of-type,
#images-full{
  margin-top: 200px;
}
  .mob-button{
    display: none;
  }
  .logoSmall {
    display: block!important;
    height: 58px;
}
  .affix .logoFull{
  display: none;
}
.affix .nav-social-group{
  display: none;
}
.affix .nav-button-group{
  display: none;
}
.affix.navbar-custom .nav li a{
    border-top: 0px none transparent;
    padding: 0px;
    border-bottom: 0px none transparent;
    font-size: 14px;
    margin: 20px 0px 0px 0px!important;
}
.affix.navbar-custom .nav li a{
    margin: 41px 0px 0px 0px!important;
}
.affix.navbar-custom .nav li.logo-text a{
  margin: 20px 0px 0px 0px!important;
}
.affix .nav>li.logo-text{
    display: block;
}
.affix .nav>li.logo-other{
    display: none;
	margin:0 !important;s
}
.affix .nav>li.btn-short-group{
    display: block;
}
.affix .nav>li.btn-social-group{
    display: block;
}
.affix.navbar-custom .nav li.btn-social-group a{
  color:#00bff3;  
}
.affix.navbar-custom .nav li.btn-social-group a:hover{
  color:#ffffff;  
}

.affix .logoSmall{
    display: block!important;
    width:104px;
  }
  .affix.navbar-custom .nav li a{
    
  }
  .affix .logoSmall {
    width: auto;
  }
  .affix.navbar-custom .nav li.logo-text a {
    margin: 20px 0px 75px 0px!important;
  }
}


/* TABLET BREAKPOINT */

@media only screen and (min-width: 769px) and (max-width: 1100px) {
	.container {width:100% !important;}
	#downloadApp p.text-capitalize {
    	font-size: 27px;
    	line-height: 32px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
	.navbar-custom.affix .navbar-nav.nav-custum li {
    	margin-right: 18px;
	}
}


/* MOBILE BREAKPOINT */

@media (max-width: 767px) {
  .desktopOnly{display: none;}
  .mobileResize{width:130%;}
  
  /* Logo */
  
  /* Nav */
  
  /* Social */
  
  /* Hero */
  	.banner-img {
		height: auto;
		padding:100px 20px 90px
	}
	
  .nav-custum {
	display:block !important;  
    flex-flow: nowrap !important;
    -webkit-flex-flow: nowrap !important; /* Safari */
    justify-content: space-between;
    -webkit-justify-content: space-between; /* Safari */
    -webkit-align-items: center; /* Safari */
    align-items: center;
    width: 100%;
    margin-left: 0px;
  }
  .nav-custum li {
	text-align:center;
  }
  .affix{
    position: relative;
  }
  .navbar-brand {float:none !important; height:auto; margin-top:20px;}
  .navbar-fixed-bottom .navbar-collapse, 
  .navbar-fixed-top .navbar-collapse{
    max-height: 100%;
  }
  .navbar-custom {
    background-color: rgba(199, 74, 26, 1);
    padding: 0 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
    background-image: url('../img/footprint.png');
    background-repeat: no-repeat; 
    background-position: 82% 29%;
  }
  .btn-short-group{
    display: none!important;
  }
  .static-header{
    margin: 0px auto;
  }
  
  .banner-img img {
    width:70%; height:auto;
  }
  #woodBack{
    background-size: 200%, 100%;
    background-position: 35% -11px, 0px 50%;
  }
  #feturedBack .col-md-3{
    margin-bottom: 20px;
  }
  #feturedBack{
    background-size: 100%;
  }
  #feturedBack .col-md-9 img{
    margin: 22px 10px;
  }
  .sticker-full{
    margin-top:10px;
    margin-bottom:10px; 
  }
  #downloadApp p.text-capitalize{
    font-size: 22px;
    line-height: 28px;
  }

  .affix-top .logoSmall{
    display: block!important;
    width:104px !important;
	margin:0 auto 25px;
  }
  .affix-top.navbar-custom .nav li a{
    font-size: 24px;
  }
  .affix-top .logoSmall {
    width: auto;
  }
  .affix-top.navbar-custom .nav li.logo-text a {
    margin: 0 auto !important;
  }
  .affix-top .nav-button-group{
    display: none;
  }
  .affix-top .nav-social-group{
    display: none;
  }
  .logo-other{
    display: none!important;
  }
  .nav>li.btn-social-group{
    display: block!important;
  }
  .navbar-custom .nav li a{
    border-top:none;
    border-bottom:none;
  }
  .nav>li.logo-text{
    display: block;
  }
  
  .navbar-custom .nav li a {
    margin:10px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

/* Footer */

footer {padding-top:20px; padding-bottom:20px;}
footer ul.quicklinks {
    line-height: 24px;
}

}
