body {
    padding-top: 122px;
    position: relative;
    background-color: #f0f0f0;
    font-family: 'Hind', sans-serif;
    font-size: 17px;
}

.fr {
    cursor:pointer;
}

#upcoming .fr {
    cursor: default;
}

#body-wrap {
    padding-top: 25px;
    padding-bottom: 30px;
    min-height: 600px;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

ul {
    list-style-position: inside;
    padding-left: 0;
}

/*===========================*/
/*HEADER*/
/*===========================*/

#header {
    /*height: 115px; */
    /*height: 80px; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #222222;
}

.campcolorbartop,
.campcolorbarbottom {
    height: 10px;
}

#camplogo {
    /*position: absolute;*/
    max-height: 32px;
    margin: 20px 10px 0;
    /*top: 20px;*/
    /*left: 10px;*/
}

#header .container {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#navwrap1 .navbar-nav li a {
    color: #d8ccba;
    color: #e0dad2;
}

#navwrap1 .navbar-nav > li a:hover,
#navwrap1 .navbar-nav > li a:focus {
    background-color: inherit;   
}

#navwrap1.navbar-default, 
#navwrap1 .navbar-collapse {
    background-color: transparent;
    border: none;
    margin-left: -10px;
    margin-right: -10px;
}
    
#navwrap1.navbar {
    border-bottom: 30px;
    margin-bottom: 0;
}

.navbar-default {
    vertical-align: top;
}

.navbar-toggle {
    background-color: #fff;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

#navwrap1 .navbar-nav {
    padding: 20px 0;
    padding-top: 15px;
}

#navwrap1 .nav>li>a {
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
a:active {
    background-color: transparent;
}

#cse-search-box {
    width: 200px;
    margin-left: 10px;
    
}
.form-control {
    border-top-left-radius:  25px;
    border-bottom-left-radius: 25px;
    border-color: #bbb;
    border-right: 0;
    background-color: transparent;
    padding: 3px 15px;
    height: 30px;
    box-shadow: none;
    color: #e0dad2;
}

#subscribe .form-control {
    border-right: 1px solid #bbb;
}

#searchbutton, .locator-btn, .locator-btn:hover {
    border-top-right-radius:  25px;
    border-bottom-right-radius: 25px;
    border-color: #bbb;
    border-left: 0;
    background-color: transparent;
}

#searchbutton i {
    color: #666;
}
.dropdownsearch {
    left: auto;
    right: 0;
    /*padding: 8px;*/
    /*padding-left: 0;*/
    background-color: transparent;
    border: none;
    box-shadow: none;
}

@media only screen and (max-width : 767px) {
    #navwrap1 .navbar-nav {
        padding-top: 10px !important;
    }
    #navwrap1 .navbar-nav li {
        padding-left: 20px;
    }
    .navbar-nav {
        margin: 0 -15px 7.5px -15px;
    }
    .navbar {
        margin-bottom: 0;
    }
}

.breadcrumb>li+li:before,
.breadcrumb a {
    color: #888;
    font-size: 15px;
}

/*===========================*/
/*MEGA MENU*/
/*===========================*/

.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}
.menu-large {
  position: static !important;
}
.megamenu {
  padding: 0 20px 20px 20px;
}
.navbar-nav>li>.megamenu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*border: 5px solid #888;*/
    /*border-top: none;*/
    border: none;
    background-color: #f0f0f0;
}

.navbar-right .megamenu {
    position: absolute;
    /*width: 1070px;*/
    top: 70px;
    /*left: auto;*/
    /*right: 45px;*/
    right: -10px;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}


/*===========================*/
/*HOMEPAGE*/
/*===========================*/

#homepagecontent {
    background: #f0f0f0 url("/files/content/camps/images/backgounds/treelogo_grayscale.png") no-repeat right bottom;
    position: absolute;
    width: 100%;
    top: -70px;
    transition: 1s;
}

#homepagecontent.drop {
    top: 80px;
}


.box {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.campboxes {
    padding: 30px 0 0 0;
}
.maincontentarea {
    padding: 60px 0 50px 0;
}

.campbox {
    position: relative;
    font-size: 15px;
    /*margin-bottom: 30px;*/
    margin-top: 20px;
    /*border: 3px solid #666;*/
}

#campsessionspage .camp .altonlcollinsretreatcenter {
    background-color: #617a1e;
}

#campsessionspage .camp .camplatgawa {
    background-color: #f79421;
}

#campsessionspage .camp .campmagruder {
    background-color: #144a9a;
}

#campsessionspage .camp .sawtoothcamp {
    background-color: #219ed2;
}

#campsessionspage .camp .suttlelakecamp {
    background-color: #923a1e;
}

#campsessionspage .camp .tripandtravel {
    background-color: #5abfb4;
}

#campsessionspage .camp .wallowalakecamp {
    background-color: #96b73d;
}

.campbox .collins, 
.camp .collins,
.camp .altonlcollinsretreatcenter {
    /*background-color: #617a1e;*/
}

.campbox .latgawa,
.camp .latgawa,
.camp .camplatgawa {
    /*background-color: #f79421;*/
}

.campbox .magruder,
.camp .magruder,
.camp .campmagruder {
    /*background-color: #144a9a;*/
}

.campbox .sawtooth,
.camp .sawtooth,
.camp .sawtoothcamp {
    /*background-color: #219ed2;*/
}

.campbox .suttlelake,
.camp .suttlelake,
.camp .suttlelakecamp {
    /*background-color: #923a1e;*/
}

.campbox .tripandtravel,
.camp .tripandtravel,
.camp .tripandtravel {
    /*background-color: #5abfb4;*/
}

.campbox .wallowa,
.camp .wallowalake,
.camp .wallowalakecamp {
    /*background-color: #96b73d;*/
}

.campbox .gocamping,
.camp .gocamping {
    /*background-color: #738925;*/
}

.campbox img {
    z-index: 0;
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*opacity: 0.4;*/
}

.campbox .campname {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
	text-align: center;
	z-index: 10;
	padding: 5px;
	color: #ffffff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#navwrap1 .navbar-nav .campbox a.campname {
    background-color: rgba(0,0,0,0.6);
}

#navwrap1 .navbar-nav ul.camplist {
    padding-left: 20px;
}

#navwrap1 .navbar-nav ul.camplist li {
    list-style: none;
    font-size: 16px;
    padding: 5px 20px;
}

#navwrap1 .navbar-nav .visible-xs .row {
    margin-right: 0;
}

#navwrap1 .navbar-nav .campbox .collins .campname {
    background-color: #617a1e;
    background-color: rgba(97,122,30,0.8);
}

#navwrap1 .navbar-nav .campbox .latgawa .campname {
    background-color: #f79421;
    background-color: rgba(247,148,33,0.8);
}

#navwrap1 .navbar-nav .campbox .magruder .campname {
    background-color: #144a9a;
    background-color: rgba(20,74,154,0.8);
}

#navwrap1 .navbar-nav .campbox .sawtooth .campname {
    background-color: #219ed2;
    background-color: rgba(33,158,210,0.8);
}

#navwrap1 .navbar-nav .campbox .suttlelake .campname {
    background-color: #923a1e;
    background-color: rgba(146,58,30,0.8);
}

#navwrap1 .navbar-nav .campbox .tripandtravel .campname {
    background-color: #5abfb4;
    background-color: rgba(90,191,180,0.8);
}

#navwrap1 .navbar-nav .campbox .wallowa .campname {
    background-color: #96b73d;
    background-color: rgba(150,183,61,0.8);
}


/*==========================*/
/*    SLICK CAROUSEL START*/
/*==========================*/

#home-carousel {
    /*padding: 60px 0;*/
    padding: 0;
    background-color: #ccc;
}

#main-carousel, 
#homeimage {
    z-index: 1;
    border: none;
}

#main-carousel.slick-slider .copy-box-wrap,
#homeimage .copy-box-wrap {
    position: relative;
}

#main-carousel.slick-slider .copy-box, 
#homeimage .copy-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
}

#main-carousel.slick-slider .copy-box h1,
#homeimage .copy-box h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    max-width: 80%;
    line-height: 125%;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

#main-carousel.slick-slider .copy-box a,
#homeimage .copy-box a {
    color: #fff;
    cursor:pointer;
    text-decoration: none;
}

#main-carousel.slick-slider .copy-box h3,
#homeimage .copy-box h3 {
    text-align: center;
    max-width: 80%;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    margin: 20px auto 0;
}

/*.thumbswrap {*/
/*    padding: 4px 8px;*/
/*    border: 1px solid #ddd;*/
/*}*/

/*.thumbitem {*/
/*    padding: 4px;*/
/*    cursor: pointer;*/
/*}*/

/*.thumbitem p {*/
/*    line-height: 120%;*/
/*    font-size: 13px;*/
/*    padding: 5px 5px 0;*/
/*    margin-bottom: 0;*/
/*}*/

/*.thumbitem a {*/
/*    color: #222;*/
/*}*/

/*.thumbitem.slick-current {*/
/*    background-color: #fff;*/
/*}*/

/*.thumbswrap .slick-prev, */
/*.thumbswrap .slick-next {*/
/*    font-size: 0;*/
/*    line-height: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    display: block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    cursor: pointer;*/
/*    color: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*    transform: translateY(-50%);*/
/*    background: rgba(0,0,0,0.8);*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*}*/

/*.thumbswrap .slick-prev:before,*/
/*.thumbswrap .slick-next:before {*/
/*    line-height: 1;*/
/*    color: white;*/
/*    font-family: FontAwesome; */
/*    font-size: 14px;*/
/*    opacity: 0.8;*/
/*}*/


/*.thumbswrap .slick-next {*/
/*    padding-top: 1px;*/
/*    padding-left: 7px;*/
/*    right: 10px;*/
/*}*/

/*.thumbswrap .slick-prev {*/
/*    padding-top: 1px;*/
/*    padding-left: 4px;*/
/*    left: 10px;*/
/*    z-index: 1000;*/
/*}*/

/*.thumbswrap .slick-prev:before*/
/*{*/
/*    content: '\f053';*/
/*}*/

/*.thumbswrap .slick-next:before*/
/*{*/
/*    content: '\f054';*/
/*}*/

/*.slick-dots {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*    text-align: center;*/
/*    margin-bottom: 0;*/
/*}*/

/*.slick-dots li {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 0 5px;*/
/*    padding: 0;*/
/*    cursor: pointer;*/
/*    background-color: #ccc;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*}*/

/*.slick-dots li button {*/
/*    font-size: 0;*/
/*    line-height: 0;*/
/*    display: block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    padding: 5px;*/
/*    cursor: pointer;*/
/*    color: transparent;*/
/*    border: 0;*/
/*    outline: none;*/
/*    background: transparent;*/
/*}*/

/*.slick-dots li.slick-active {*/
/*    border: 1px solid #aaa;*/
/*    background-color: #eee;*/
/*}*/

/*==========================*/
/*    SLICK CAROUSEL END*/
/*==========================*/





#quicklinks .copy-box-wrap {
    position: relative;
    /*margin-bottom: 10px;*/
}

#quicklinks .copy-box-wrap p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#quicklinks .copy-box-wrap p a {
    color: #fff;
}

#quicklinks .copy-box-wrap p a:hover {
    text-decoration: none;
}

#quicklinks ul {
    margin-bottom: 0;
    padding-left: 0;
}

#quicklinks ul li {
    list-style: none;
    margin-top: 15px;
    padding: 0;
    line-height: 100%;
}

#retreats.box p {
    margin-bottom: 0;
}

.homebox.box h3 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.introimg {
    max-width: 300px;
    min-width: 150px;
    float: left; 
    margin-right: 20px; 
    margin-bottom: 10px;
}

.introimg img {
    max-width: 100%;
}

#subscribe .btn-primary, 
#listerbox #newstab .btn, 
#connections .btn, 
#photogalleriestopics .btn {
    border: none
}

#connections .btn, 
#upcoming .btn,
#photogalleriestopics .btn {
    margin-top: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    padding: 2px 20px;
    border: none;
}

#listerbox .nav-pills {
    border-top: 1px solid #ddd; 
    border-left: 1px solid #ddd; 
    border-right: 1px solid #ddd; 
}

#listerbox .nav-pills>li>a {
    border-radius: 0;
    font-size: 18px;
    color: #333;
}

#listerbox .nav>li>a {
    padding: 5px 15px;
    border-right: 1px solid #ddd; 
    margin-right: -3px;
}

#listerbox .nav-pills>li.active>a, 
#listerbox .nav-pills>li.active>a:hover, 
#listerbox .nav-pills>li.active>a:focus {
    background-color: #0098CE;
    color: #fff;
}

#listerbox #newstab .media {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

#listerbox #newstab .media:first-child {
    margin-top: 0;
}

#listerbox #newstab .pull-left {
    margin-bottom: 0;
}

 .newstitle-home {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
}

#listerbox #newstab .newstitle-home {
    font-size: 18px;
}

#listerbox #newstab .btn {
    margin-top: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 2px 20px;
}

#listerbox #newstab i.fa {
    padding-left: 5px;
}

.box-title {
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

#socialmedia i.fa {
    font-size: 40px;
    padding-right:20px;
}

#socialmedia a {
    position: relative;
}

#socialmedia i.fa.fa-blogger {
    position: absolute;
    bottom: 0;
}

#socialmedia i.fa.fa-blogger:before {
    margin-left: 5px;
}

#subscribe .btn-primary {
    background-color: #76BD22;
    border-color: #76BD22;
}

#subscribe #regform .form-control {
    box-shadow: none;
    height: 30px;
}

#subscribe #regform .input-group {
    width: 100%;
    margin-bottom: 10px;
}

#subscribe #regform input {
    color: #999;
}

#subscribe #regform .input-group-addon:first-child {
    width: 40px;
}

#subscribe #regform i.fa {
    color: #999;
}

.form-control[type="text"]:-moz-placeholder {
    color: #999;
}
.form-control[type="text"]::-moz-placeholder {
    color: #999;
}
.form-control[type="text"]:-ms-input-placeholder {
    color: #999;
}
.form-control[type="text"]::-webkit-input-placeholder {
    color: #999;
}


#connections.homebox.box .row {
    margin: 0 -5px;
}

#connections.homebox.box .col-md-4 {
    padding: 5px;    
}

/*==========================*/
/*SITEMENU START*/
/*==========================*/

#sitemenu .brt-section-top {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

#sitemenu .brt-section-top a {
    color: #333;
    font-size: 18px;
}

#sitemenu .box .brt-active {
    font-weight: 600;
}

#sitemenu>ul, 
#sitemenu .box>ul {
    padding-left: 0;
}

#sitemenu ul li a:hover {
    /*color: #76bd22;*/
    /*color: #E3001D;*/
    /*color: #222;*/
    color: #0098CE;
}

#sitemenu>ul>li, 
#sitemenu .box>ul>li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

#sitemenu>ul>li>ul>li, 
#sitemenu .box>ul>li>ul>li {
    list-style: none;
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
}

#sitemenu>ul>li>ul, 
#sitemenu .box>ul>li>ul {
    padding-left: 30px;
}

#sitemenu>ul>li>ul>li:last-child, 
#sitemenu .box>ul>li>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/*==========================*/
/*SITEMENU END*/
/*==========================*/

/*===========================*/
/*INNER PAGES*/
/*===========================*/

.pagetitle {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 130%;
}

.pubdate {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

.newspic {
    float:left;
    margin-right:10px;
}

#innerpage .photogalleriespage,
#widepage .photogalleriespage {
    text-align: center;
}

#widepage .photogalleriespage {
    /*color: #fff;*/
}

#innerpage #photogalleriestopics span,
#widepage #photogalleriestopics span {
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
    /*vertical-align: middle;*/
}


#photogalleriestopics .btn {
    margin: 0 10px 12px 0;
}

#widepage .photogalleriespage {
    /*background-color: #222;*/
}

#photogalleries #nocarousel .copy-box-wrap {
    float: left;
}

#photogalleries .row {
    padding: 0 12px;
}

#photogalleries .imgcols {
    padding: 3px;
}

#photogalleries #main-carousel.owl-carousel {
    background-color: #111;
    padding: 10px;
}

#photogalleries #main-carousel.owl-carousel .owlmainimg {
    max-width: 85% !important;
    max-height: 600px;
}

#photogalleries .owlthumb {
    margin: 5px;
}

#photogalleries #main-carousel.owl-carousel .copy-box {
    position: absolute;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
    color: #000;
    padding: 15px 15px 10px 15px;
    z-index: 100;
}

#photogalleries .copy-box-wrap a img {
    float: left;
    /*margin: 5px;*/
}

#photogalleries #main-carousel.owl-carousel .copy-box h1 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
}
#photogalleries #main-carousel.owl-carousel .copy-box a {
    color: #fff;
    cursor:pointer;
}

.media-body h4 {
    margin-top: 0;
}

#facilities.owl-carousel .copy-box-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 55px;
    color: #fff;
    padding: 10px 60px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

#facilities.owl-carousel .copy-box-inner h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
}

#facilities.owl-carousel .copy-box-inner p {
    margin: 0;
}

.staffpage {
    text-align: center;
}

.staffbox h3 {
    font-size: 18px;
}

.staffbox p {
    font-size: 16px;
}

.primary-imgleft {
    float: left;
}

.imgcaption {
    font-size: 14px;
}

.news-primary-img.sessionimg, 
.news-primary-img {
    max-width: 270px;
}

#sessionWrap .news-primary-img {
    float: left;
    margin-right: 20px;
}

.camp > p {
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 9px;
    border-radius: 3px;
}

.campsessionsbtn,
.campsessionsbtn:hover {
    color: #fff;
    margin-top: 0;
    margin-right: 15px;
    /*margin-top: 50px;*/
}

.campsessionsbtn a {
    color: #fff;
}

.sessionbody {
    font-size: 15px;
}

#campsessionspage label {
    display: block;
}

#campsessionspage form div {
    margin-right: 15px;
}

/*==========================*/
/*FOOTER*/
/*==========================*/

#campfooter {
    font-size: 14px;
    padding: 50px;
    text-align: center;
    background-color: #222;
    color: #e0dad2;
}

#campfooter a,
#campfooter a:hover {
    color: #e0dad2;
}

.footer-logos {
    padding: 0 10px;
    max-height: 75px;
}

.footer-camp-logo {
    max-height: 32px;
}

a.dropdown-toggle:link, 
a.dropdown-toggle:active, 
a.dropdown-toggle:hover, 
a.dropdown-toggle:visited,
a.dropdown-toggle:focus {
    background-color: transparent !important;
}

div.gsc-selected-option-container {
    width: auto !important;
}
.gsc-option-menu-item {
    padding: 0 15px !important;
}
		
/*==========================*/
/*MEDIA QUERIES*/
/*==========================*/

@media only screen and (max-width : 1450px) {
    #homepage .copy-box .cb-sub {
        top: 100%;
    }
    #homepage .copy-box .cb-sub h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 1200px) {
    #main-carousel.slick-slider .copy-box h1,
    #homecarousel .copy-box h1,
    #homeimage .copy-box h1 {
        font-size: 52px;
    }
    #homepage #navwrap1 .navbar-nav li a {
        padding: 10px;
    }
    #homepage #navwrap1.navbar {
        margin-bottom: 10px;
    }
    #navwrap1 .navbar-nav {
        padding: 20px 5px;
    }
    #navwrap1 .nav>li>a {
        padding: 5px 10px;
    }
    #homepagecontent {
        top: -53px;
    }
}



@media only screen and (max-width : 991px) {
    #main-carousel.slick-slider .copy-box h1,
    #homecarousel .copy-box h1,
    #homeimage .copy-box h1{
        font-size: 40px;
    }
    #main-carousel.slick-slider .copy-box h3,
    #homecarousel .copy-box h3,
    #homeimage .copy-box h3 {
        /*max-width: 80%;*/
    }
    #homepage #homecarousel .owl-controls {
        bottom: 60px;
    }
    #navwrap1 .nav>li>a {
        padding: 5px;
    }
    #homepagecontent {
        top: -37px;
    }
    #searchbutton,
    .form-control {
        background-color: #fff;
        color: #222;
    }
}

@media only screen and (min-width : 991px) {
    .col-one7th {
        width: 14.28%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media only screen and (min-width: 768px) and (max-width : 991px) {
    #navwrap1 {
        /*max-width: 283px;*/
    }
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
    .introimg {
        max-width: 100%;
    }
    #homepagecontent {
        top: -214px;
    }
}

@media only screen and (max-width : 600px) {
    .introimg {
        max-width: 100%;
    }
}



@media only screen and (max-width : 767px) {
    #main-carousel.slick-slider .copy-box h1,
    #homecarousel .copy-box h1,
    #homeimage .copy-box h1 {
        font-size: 5.5vw;
    }
    #homepage #homecarousel .owl-controls {
        display: none;
    }
    .campboxes {
        /*DON'T DELETE THIS, JQUERY USES IT*/
        display: none;
    }
    #homepagecontent.drop {
        top: 70px;
    }
    #homepagecontent {
        top: 70px;
    }
    body {
        padding-top: 0;
    }
    #header {
        position: static;
        height: auto;
    }
    .navbar-nav {
        margin-bottom: 0;
        padding-bottom: 0 !important;
        margin-right: -10px;
    }
    .navbar-right .megamenu {
        /*width: 100%;*/
        /*left: 0;*/
        /*right: 0;*/
        max-width: 100%;
    }
    #camplogo {
        position: absolute;
    }
}

@media only screen and (max-width : 599px) {
    #homecarousel .container {
        padding: 0;
    }
    #homecarousel {
        padding: 0;
        background-color: transparent;
    }
    .maincontentarea {
        padding-top: 30px;
    }
    #homenav #camplogo {
        background-color: transparent;
    }
    #homeimage .copy-box h1,
    #main-carousel.slick-slider .copy-box h1 {
        font-size: 5vw;
    }
}


@media only screen and (max-width : 480px) {
    .col-xxs-12 { 
        float: none; 
        width: 100%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    
}

