/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial,sans-serif;
    font-weight: 700;
}

p {
    font-family: Helvetica, Arial, sans-serif;
}

/*Navigation Header*/

.topnav {
    font-size: 14px; 
}

.navbar {
    min-height: 80px;
    padding-top: 15px;
    background-color: #000000;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/index-slider-2.jpg) no-repeat center center;
    background-size: cover;
    border: none;
}

#navbar-logo {
    height: 90px;
    position: relative;
    top: -20px;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #D22027;
    border-bottom: 1px solid #D22027;
}
/*Intro Image*/

.intro-no-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    /* padding-bottom: 50px; */
    text-align: left;
    color: #202020;
}


.intro-header a {
  color: #8ecbff;
  text-decoration: none;
}
.intro-header a:hover,
.intro-header a:focus {
  color: #bde1ff;
  text-decoration: underline;
}
.intro-header a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
    /*color: black;*/
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    font-size: 5em;
    color: #F8F8F8;
    font-family: "Montserrat",Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -5px;
}
.intro-message > h2 {
     margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    color: #F8F8F8;
    font-family: "Montserrat",Arial,sans-serif;
    letter-spacing: -2px;
}

.intro-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h2 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    color: #F8F8F8;
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.intro-message p {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

/*--------------Text-----------*/

.col-sm-4 > p {
    margin-bottom: 0px;
    text-align: justify; 
    color: #999999;
}
.col-sm-4 > H2 {
    margin-top: 0px;
    text-align: center;
    font-family: "Montserrat",Arial,sans-serif;
    text-transform: uppercase;
}

.lead p {
     text-align: justify; 
    color: #999999;
}
.p1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
.p2 {
  text-decoration: underline;
}
.p3 {
  font-size: 36px;
  padding-top: 20px;
  color: #414141;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}
.p4 {
  font-size: 24px;
  /* font-family: 'Open Sans Condensed', sans-serif; */
  line-height: 32px;
  color: #414141;
  margin-bottom: 25px;
}

/*------------Images----------*/
.img1 {
  margin-bottom: 25px;
}
.img2 {
  float: left;
  margin: 4px 30px 10px 0;
}
.gal1 li {
  margin-bottom: 30px;
}
.gal3 li {
  margin-bottom: 5px;
}
/*-------------Indent-----------*/
.pad1 {
  padding-left: 15px;
  margin-right: 15px;
}
.pad2 {
  padding-top: 50px;
}
.pad3 {
  padding-top: 38px;
}
.mrg1 {
  margin-bottom: 13px;
}
.mrg2 {
  margin-bottom: 7px;
}
.mrg3 {
  padding-top: 36px;
  margin-bottom: 17px;
}
.mrg4 {
  margin-bottom: 10px;
}



/* 7.1 Contact form */

#contact {
background:#fff;
    width:340px;
    left:0;
    right:0;
    margin:40px auto;
    z-index:99999;
    padding:15px;
    border:5px solid #f1f1f1;
    box-shadow:0 0 5px #333;
    -moz-box-shadow:0 0 5px #333;
    -webkit-box-shadow:0 0 5px #333;
    display: none;
}

label {
display: block;
margin: 10px 0 5px 0;
}

.contactname, .contactemail, .contactsubject, #contact textarea {
color:#999;
border:1px solid #d3d3d3;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:10px;
box-shadow: inset 0 2px 3px #ebebeb;
-moz-box-shadow: inset 0 2px 3px #ebebeb;
-webkit-box-shadow: inset 0 2px 3px #ebebeb;
padding: 7px 5px 7px 5px;
}

.contactname, .contactemail, .contactsubject {
width: 300px;
}

#contact textarea {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    width: 300px;
    height: 100px;
    font-size: 100%;
}

.submitcontact {
background: #97bf0f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #97bf0f 0%, #73a726 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97bf0f), color-stop(100%,#73a726)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #97bf0f 0%,#73a726 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #97bf0f 0%,#73a726 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #97bf0f 0%,#73a726 100%); /* IE10+ */
background: linear-gradient(to bottom,  #97bf0f 0%,#73a726 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bf0f', endColorstr='#73a726',GradientType=0 ); /* IE6-8 */
font-family: 'Bree Serif', serif;
color:#fff; 
font-size:1.4em;
text-shadow:0 -1px #35490e;
text-align:center;
display:block;
width:140px;
height:40px;
margin:10px 0 0 0;
border:none;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
cursor:pointer;
}

.submitcontact:hover {
background: #73a726; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYTcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #73a726 0%, #97bf0f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73a726), color-stop(100%,#97bf0f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #73a726 0%,#97bf0f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a726', endColorstr='#97bf0f',GradientType=0 ); /* IE6-8 */
}

#contact_close {
    background: url(../images/close.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin: -27px -27px 0 0;
}

#contact_close span {
    display: none;
}

.success {
    background: #a9d26e;
    padding: 5px;
    text-align: center;
    border: 1px solid #79a041;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
}

.fail {
    background: #a93636;
    padding: 5px;
    text-align: center;
    border: 1px solid #742424;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
}

a#contact_close_counter {
    display: block;
    padding: 5px;
    text-align: center;
    color: #666;
    text-decoration: none;
}



/*------------------------------------------------------------------------------------------*/
/* 9. Additional styles for jQuery/Foundation Framework plug-ins and other plug-in classes  */
/*------------------------------------------------------------------------------------------*/

.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; opacity: 0.85; filter: alpha(opacity=85); z-index: 999; display: none; top: 0; left: 0; }

.reveal-modal { background: #fff; visibility: hidden; display: none; top: 60px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal .close-reveal-modal:not(.button) { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; }
.reveal-modal.small { width: 30%; margin-left: -15%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.xlarge { width: 70%; margin-left: -35%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; margin-bottom: 10px; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }



@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 30px 0;
    color: #f8f8f8;
    background: url(../images/Contact-Banner-Default.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}



@media(max-width:1199px) {
    
}

@media(max-width:767px) {

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    min-width: 190px;
    margin-left: .1rem;
    margin-right: .1rem;
}

footer {
    padding: 25px 0;
    background-color: #000000;
}

.footer-menu-divider {
    color: #FFF;
}

.list-inline > li > a {
    color: #FFF;
}

.list-inline > li > a:hover {
    color: #D22027;
    text-decoration: none;
}

p.copyright {

    margin: 15px 0 0;
    color: #D2D2D2;
}

.brands {
  padding-top: 6px;
  text-align: center;
}
.brands a {
  margin: 0 24px 0 24px;
  display: inline-block;
}
.div2 {
  margin-bottom: 20px;
}
.div2 h4 {
  margin-bottom: 12px;
}
.div2 p {
  margin-bottom: 14px;
}
.div2 a {
  /* text-transform: uppercase; */
  font-weight: 700;
}
.div2 figure {
  padding-top: 3px;
  margin-bottom: 25px;
}
.div2 figure img {
  width: 100%;
}

.art1 {
  margin-bottom: 30px;
}
.art1 .div3 {
  font-size: 26px;
  background: url('../images/bg1.jpg');
  height: 36px;
  position: relative;
  color: #fff;
  border-radius: 500px;
  float: left;
  margin: 3px 20px 15px 0;
  font-family: 'Oleo Script', cursive;
  width: 36px;
  text-align: center;
  /* padding-top: 22px; */
}
.art1 .extra_wrapper p {
  margin-bottom: 12px;
}
.art1 .extra_wrapper a {
  text-transform: uppercase;
  font-weight: 700;
}
.list {
  margin-bottom: 20px;
  /* list-style: none; */
}
.list li {
  text-align: left;
  padding-left: 17px;
  /* background: url('../images/marker1.png') 0 12px no-repeat; */
}
.list li a {
  text-decoration: underline;
  line-height: 28px;
}
.gal2 li {
  margin-bottom: 30px;
}
.gal2 li .litebox {
  margin-bottom: 25px;
}



.bg-aqua,
.bg-atlas,
.bg-bark,
.bg-begel,
.bg-black,
.bg-blue,
.bg-breath,
.bg-brown,
.bg-cedar,
.bg-chocolate,
.bg-dark-purple,
.bg-fizz,
.bg-fuchsia,
.bg-grass,
.bg-green,
.bg-gum,
.bg-hippie,
.bg-how-to,
.bg-ivy,
.bg-juice,
.bg-kind,
.bg-leaf,
.bg-light-blue,
.bg-lime,
.bg-maroon,
.bg-meadow,
.bg-mint,
.bg-navy,
.bg-olive,
.bg-orange,
.bg-pecan,
.bg-plum,
.bg-pumpkin,
.bg-purple,
.bg-red,
.bg-reef,
.bg-sand,
.bg-sea,
.bg-sky,
.bg-smurf,
.bg-tan,
.bg-teal,
.bg-time,
.bg-yellow,
.bg-zombie,

.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-moment,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-bark {
    background-color: #A28354 !important;
}
.bg-black {
    background-color: #111111 !important;
}
.bg-breath {
    background-color: #DEC99E !important;
}
.bg-brown {
    background-color: #D0935D !important;
}
.bg-cedar {
    background-color: #AB6E2F !important;
}
.bg-chocolate {
    background-color: #65390F !important;
}
.bg-dark-purple {
    background-color: #780463 !important;
}
.bg-ivy {
    background-color: #607848 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-atlas {
    background-color: #597394 !important;
}
.bg-begel {
    background-color: #AA7319 !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-fizz {
    background-color: #4E9CB5 !important;
}
.bg-grass {
    background-color: #76A243 !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #5cb85c !important;
}
.bg-gum {
    background-color: #F512CC !important;
}
.bg-hippie {
    background-color: #D07481 !important;
}
.bg-how-to {
    background-color: #F2BF32 !important;
}
.bg-juice {
    background-color: #A72AB0 !important;
}
.bg-kind {
    background-color: #E4BF71 !important;
}
.bg-leaf {
    background-color: #787604 !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-pecan {
    background-color: #563526 !important;
}
.bg-reef {
    background-color: #95CFB7 !important;
}
.bg-sand {
    background-color: #E0CA9B !important;
}
.bg-sea {
    background-color: #33A2D0 !important;
}
.bg-sky {
    background-color: #4AC3FA !important;
}
.bg-tan {
    background-color: #E7D2A3 !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-plum {
    background-color: #2B5166 !important;
}
.bg-pumpkin {
    background-color: #FE7F03 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-meadow {
    background-color: #38F12B !important;
}
.bg-mint {
    background-color: #C1E89D !important;
}
.bg-orange,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #750E13 !important;
}
.bg-moment {
    background-color: #3D98C7 !important;
}
.bg-smurf {
    background-color: #145A96 !important;
}
.bg-time {
    background-color: #FF823A !important;
}
.bg-yellow  {
    background-color: #ffd700 !important;
}
.bg-zombie {
    background-color: #A49760 !important;
}

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1pxsolidrgba(0,0,0,.125);
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}