/* @import url('https://fonts.googleapis.com/css?family=Raleway');         */

/*********COLORS*********
 * Tan: #c2bb99
 * blue: #96b2bc
 * off-black: #1f1f1f
 * orange: #d9593b
 ************************/

/************************
 *       ALL PAGES      *
 ************************/ 

* {
  z-index:inherit;    
}

body {
  line-height:1.5;
    margin: auto;
    text-align: left;  
    background: #8b8078 ;
    font-family: 'Raleway', sans-serif;
    color: black;
}

h1, h2, h3, h4, h5, h6, p, div, span, a {
}

a{
  color:#d9593b  ;
  font-weight:600;
}

a:hover {
    color: #98b2bb;
}

a:hover, a:visited, a:active, alink{
  text-decoration:none;
}


.container{
  background:white;
  padding:0;  
  position:relative;  
  z-index:1;   
}

.main-content{
  color:black;
}

.col-sm-9{
  padding-left:5em;

}
.row{
  margin:0;
  padding:2em 3em 0px 3em;
}

.center{
  text-align:center;
}

.subheading{
  font-size: 2em;
  font-weight: bold;
}

.book-button{ 
  font-weight:600;
  font-size: 1.5em;
  line-height:1.5em;
  height:1.5em;
  //width:50%;
  color:white;
  background-color:#d9593b;
  padding: 0 1em 0 1em;
  border:0;
  border-radius:0;
}

.small-book-button{
  font-weight:600;
  font-size: 1em;
  line-height:1em;
  height:2.5em;
  color:white;
  background-color:#d9593b;
  padding: .75em;
  border:0;   
  border-radius:0;
}  
.book-button span:before, .small-book-button span:before{      /* This is the "Book today" button*/
  content: "Book today";
}

.box{
  padding:0;
}
.framed-box > .box-contents{
  border:solid 1px #c2bb99;
  
}

.box-header   {
  display:block;
  width:100%;
  height:2.5em;
  margin:0;
  padding-top:.4em;
  background: #c2bb99;       
  color: white;
  font-weight:600; 
  text-align:left;
}

.box-header a{      
  display:none;
}

.box-header span{
  font-size:1.25em;
  font-weight:bold;
  margin-left:2em;
}

.box-contents {
  padding: 0; 
  overflow: hidden;
  display:flex;
}

.box-contents p{
  padding:1em 1em 0 1em;
}

.box h3{ 
  font-size:1.2em;
  padding:1em 1em 0 1em;
  margin:0;
}  

.expandable-box .box-toggle{    
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
  width:2em;
  text-align:center;
  float: left;
  color:white;
  padding-top:.4em;
  text-decoration:none; 
}

.expandable-box span{
  margin:0;
}

.expandable-box > .box-contents{
  display:none;
}

.expanded > .box-contents{
  display:flex;
}


.callout{
  width:30%;
  float:left;
  font-size:2em;
  font-weight:900;
  padding: 0 .8em 0 .8em;
}

.strong{
  font-weight:600;
}

.underlined{
  text-decoration:underline;
}

.no-left-padding{
  padding-left:0;
}

.no-left-padding{
  padding-right:0;
}

/************************
 *        HEADER        *
 ************************/ 


nav{
  position:fixed;
  top:0;
  padding:0;
  margin:0;
  border:0;
  width:100%;
  z-index:500;
}

nav ul {
  float:right;
  margin: 0;
  padding: 0;
}

nav ul li {
    float: left;
    display: block;
    margin-left: 10px;
}




.navbar{
  padding:0;
  border:0;
  margin:0 auto 0 auto;
  background:transparent;
  position:relative;
}

.navbar-nav{
  margin:0;
}

.topbar-nav {
	background-color: black;
  font-size: .8em;
  letter-spacing: 0.09em;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 500;
  float: right;
}

.topbar-nav a {
    display: block;
    padding: .8em;
    text-decoration: none;
    color: white;
    font-weight:600;
  height:3em;
}

.brand{  
  position:absolute;  
  top:0;       
  padding:.8em 0 0 1.5em; 
  margin:0;
  z-index:501;
}

.book-us-nav{
  background-color: #d9593b;
}

.main-nav {
  background-color: rgba(194, 187, 153, 0.9);   /* Gold color with alpha 0.9 */
  display: table-cell;
  float:right;
  width: 100%;
  float: right;
  position:relative; 
  z-index: 499;
  font-weight:600;
  font-size:1.5em;
}

.main-nav ul {
    margin: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;  
}

.main-nav ul li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    text-align: center; 
}


.main-nav a {
  display: block;
  padding: .8em;
  text-decoration: none;
  color: black;
  font-size: .75em;              
  height: 3em;  
}  

.main-nav a:hover{
  background: #c3bb98;
} 

.highlighted a{
    color:white;
}
.menu-icon{
  float:right;
}
.menu-icon img{
  width:50px;
}



.page-title{
  height:28em;
  text-align:center;
  padding:0 0 0 0;
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size:cover;
}

.page-title p{
  position:relative;
  top:43%;
  //text-transform: uppercase;
  color:white;
  font-size: 6em;
  font-weight: 600;  
}



/************************
 *        FOOTER        *
 ************************/

.prefooter{
  height:300px;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background: url("../img/prefooter.png") ;
  background-position:bottom center ;
  opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
 
.footer{
  background-color: #1f1f1f;
  color:white;
}

.footer h1, .footer h2, .footer h3, .footer h5, .footer h6, .footer p, .footer div, .footer span, .footer a {
  color:white;
}

.footer h4{
  color: #96b2bc;
  font-size:1.3em;
}

.footer p{
  color: #96b2bc;
}

.footer p a{   
  color: #96b2bc;
}

.footer input{
  padding: 0.8em 4em 0.8em 0.8em;
  font-size: 0.7em;
  border:0;
  color:black;
}

.footer button{
  background-color: #c3bb98;
  color:white;
  border:0; 
  padding: 0.8em;
  font-size: 0.7em;
  border:0;  
}

.footer ul{
  list-style: none ;
  padding-left:0;
}

.social-media{ 
  background-color: #1f1f1f;
  color:#c2bb99;
  text-align:left;

  width:100%;
}

.social-media img{
  width:2em;
}

.fine-print{
  background-color: #1f1f1f;
  color:white;
  text-align:center;
  font-size:.8em;
}

.copyright{
  background-color: #1f1f1f;
  color:#c2bb99;
  text-align:center;
  padding-top:0 !important;   
  font-size:.8em;
}

.footer-logo{
  margin:1em 0 1em 0;
}

/************************
 *     LEFT-COLUMN      *
 ************************/

.left-column{
  text-align:center;
}

.left-column h1{
  padding-top:0;
  margin-top:0;
  font-size:1.8em;
  font-weight:600;
  text-align:left;
}

.left-column h4{
  padding-top:2em;
  font-size:1.3em;
  font-weight:600;
  text-align:left;
} 

.left-column p{
  text-align:left;
}

.left-column div{
  padding-top:1em;
  width:100%;
  text-align:center;
}

.left-column-icon{
 width:8em;
}

.left-column .pdf-button{
  font-size:1.2em !important;
  }
  
.left-column .book-button{
  padding-top:.25em;
  width:100%;
  height:2em;
}  


/************************
 *        INDEX         *
 ************************/
 
 
/***  FIRST ROW  ***/ 
 
 
   
.carousel-indicators{
  display:block;
  width:100%;
  background:#c2bb99;
  margin:0;
  left:0;
  bottom:0;
  //height:60px;
  padding:15px;
}

.carousel-inner > .item{
  width:100%;
  border:solid #c2bb99 1px; 
  text-align:center;
} 
  //     
.carousel-content{
  width:100%;
  //height:100%;
  position:absolute;
  top:0;
  left:0;  
  text-align:center;
} 
                
.carousel-content p{ 
  display:block; 
  font-size:1.4em;
  font-weight:600;
  padding:6em 5em 4em 5em;
  text-align:center;
}
             
.carousel-button{
  //position:absolute;
  //bottom:0;
  display:inline-block;
  margin:0 auto 60px auto;
  
}        

.carousel-control{
  
}
                 
.carousel-control.right, .carousel-control.left {
  background:none;
  color:black;
}

/***  SECOND ROW  ***/ 

.index-hover-button {
  margin:0;
  padding:0;
}

.index-hover-button-title{
  color:white;
  font-size:4em;
  font-weight:900;  
  text-transform: uppercase;
  line-height:1;
  padding-top:1em; 
}

.index-hover-button-body{
  color:white;
  font-weight:600;
  padding:3em 2em 0 2em;
  background: rgba(50, 50, 50, .8);
  width:100%;
  height:100%;
  display:none;
}

.index-hover-button a{
  display:block;
  height:100%;
  width:100%;
  background:none;
}

.index-hover-button div{
  background-size:cover;
  background-repeat:no-repeat;
  text-align:center;
}

.index-hover-button-left{
  text-align:left;
}    

.index-hover-button-left div{
  background-image: url("../img/yourhunt-button.png");  
  background-position: center center;
}

.index-hover-button-center{  
  text-align:center;      
}    

.index-hover-button-center div{
  background-image: url("../img/theranch-button.png");   
}

.index-hover-button-right{  
  text-align:right;   
}    

.index-hover-button-right div{
  background-image: url("../img/localarea-button.png"); 
  background-position: 60%  50%;
}

.index-hover-r2{
  width: 100%;
}

.index-hover-button-r2-left{
  text-align:left;
}    

.index-hover-button-r2-left div{
  background-image: url("../img/loperhouse-button.png");  
  background-position: center center;
}

 
}

.index-hover-button-r2-center {  
  text-align:right;   
}    

.index-hover-button-r2-center div{
  background-image: url("../img/yourweek-button.png"); 
  background-position: 60%  50%;
}

.index-hover-button-r2-right{  
  text-align:right; 
}    

.index-hover-button-r2-right .index-hover-button-title {  
  color: #d9593b;
}

.index-hover-button-r2-right div{
  background-image: url("../img/booking-button.png"); 
  background-position: 60%  50%;
}








/***  THIRD ROW  ***/ 

.index-itenerary-col{ 
  float:left;
  width:50%;
  margin:0;
  padding: 1em 2em 1em 2em;   
  flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
  font-size:1em;
}

.index-itenerary-left{ 
  background-image:url("../img/hero-elk.png");   
  background-repeat:no-repeat;
  background-size: 120%; 
  background-position:50% 40%; 
  color:white; 
  font-size:1.5em;
  text-align:center;
  padding-top:15%;
}

.index-itenerary-right{ 
  background:white; 
} 



.index-itenerary-left p{
  transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); /* IE 9 */
    -webkit-transform: translate(0, -50%); /* Safari */
}

/************************
 *       BOOKING        *
 ************************/
 
.booking-calendar-selection{
  width:14em;  
} 
.booking-calendar-selection > .box-header{
  width:100%;
  text-align:center;
}
.booking-calendar-selection > .box-header span{
  width:100%;
  text-align:center;
  margin-left:0;
  
}  

.booking-calendar-button{
  width:14em; 
  height:14em; 
} 

.booking-calendar-button a:hover{
  text-decoration:none;
} 
.booking-calendar-button p{
  font-size:3em;
  font-weight:600; 
  line-height:1; 
  //text-transform: uppercase;
  color:#c2bb99;
  text-align:center;
  padding:1.3em 0 0 0;
  height:100%;   
  background-color: rgba(50, 50, 50, 0.8);
} 
.booking-calendar-button-selected p{
  color:  white;
  background-color: rgba(50, 50, 50, 0.0);
} 
.booking-elk-calendar-button{
  background-image: url("../img/elk-calendar-button.png");
  background-size: cover;
}
.booking-deer-calendar-button  {   
  background-image: url("../img/deer-calendar-button.png");
  background-size: cover; 
}

.booking-calendar{
  display:none;
}

.selected-booking-calendar{
  display:block;
}


/************************
 *      YOUR HUNT       *
 ************************/

.yourhunt-r1-c1{
  font-size:2em;
  font-weight:900;
} 
.yourhunt-r1-c2 div{
  width:100%;
  text-align:center;
}



.yourhunt-r1-c2 p{
  margin-top:1em;
}

#youhunt-map{
  width:100%;
}

.yourhunt-r3{
  display:flex;
}

.yourhunt-r3-c1{
  color:white;  
  font-size:4em;
  font-weight:600;
  background-image: url("../img/yourhunt-r3-c1.png") ;
  background-size:cover;
  flex:1;
  text-align:center;
  padding-top:1em;
}
.yourhunt-r3-c2{
  flex:1
}


h3.yourhunt-business{

}

p.yourhunt-business{
  padding-top:0;
  margin-left:2em;
}


/************************
 *     GETTING HERE     *
 ************************/

.gettinghere-roadsafety-box{
  margin-top:1em;
}




.gettinghere-roadsafety-box > .box-contents{ 
  background-image:url("../img/road.png");   
  background-repeat:no-repeat;
  background-size: cover; 
  background-position:50% 40%; 
  color:white; 
  font-size:1.5em;
  text-align:left;
}

.gettinghere-roadsafety-box > .box-contents > div{
  background:rgba(50, 50, 50, .7);
  padding: .5em;
}

.gettinghere-r4-c1 .book-button{
  width:100%;
  margin-bottom:1em;
}
.gettinghere-r4-c2 .book-button{
  width:100%;
  background: #c2bb99;
  margin-bottom:1em;
}
.gettinghere-r4-c3 .book-button{
  width:100%;    
  background: #c2bb99;
}


/************************
 *        SAFETY        *
 ************************/

.safety-content{
  padding-top:2em;
}

/************************
 *      THE RANCH       *
 ************************/

.theranch-history-item{
  padding-left:2.5em;
}

.theranch-history-date{

  font-weight:600;
  margin-left:-2.5em;
}


/************************
 *      TROPHIES      *
 ************************/


.trophies-img, .media-menu-img  {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
    filter: grayscale(100%);
}

.trophies-img:hover, .media-menu-img:hover {
    border: 1px solid #777;
    filter: grayscale(0%);
}

.trophies-img img, .media-menu-img img {
    width: 100%;
    height: auto;
}

.trophies-img div.desc, .media-menu-img div.desc {
    padding: 15px;
    text-align: center;
}


/************************
 *        MEDIA         *
 ************************/

.media-section{
  clear:both;
  padding-top:2em;
}









/************************
 *      ALL PAGES       *
 ************************/

 
.lightbox-curtain{
  position:fixed;
  margin:0;
  padding:0;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  display:none;
  z-index:900;         
  background: rgba(0, 0, 0, .8);
}

.lightbox-img{
  position:fixed;
  height:80%;
  top:10%;
  width:100%; 
  text-align:center;   
  z-index:901;  
}

.lightbox-img img{
  margin:0 auto 0 auto;
  padding:10px;
  border: 1px solid black;
  background:white;
  max-width: 80%; 
  height: auto;
  max-height:100%;   
  z-index:902;  
}

.add-top-padding{
  padding-top:1em;
}


.visible{
  display:block;
}

.hidden{
  display:none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}