html,body{
	font-family: 'Rajdhani', sans-serif;
	margin: 0;
	padding: 0;
	color: #383838;
	min-height: 100%;
	height: 100%;
}
h1,h2{
	display: inline-block;
	 word-wrap: break-word;
	 max-width: 100%;

		text-transform: uppercase;
}
h3{
	text-transform: uppercase;
}
h1,h2,h3,p{
		color: #000;
		font-weight: 400;
		width: 100%;

}
a{
	color: #ffbb00;
}
.full p{
	float: left;
}
td{
	padding: 0;
	position: relative;
}
iframe{
	width: 100%;
	border: none;
}
.content-align>ul>li{
	list-style-type: none;
	position: relative;	
}
.flags a.selected{
display:none;
}
.flags a{
float: left;
padding: 15px;
}
.flags a:hover{
	background: rgba(255, 181, 22, 0.40);
}
.flags{
	position: absolute;
right: 35px;
width: 50px;
top: 15px;
z-index: 4

}
.flags li{
	list-style-type: none;
	margin: 0;
}
.flags  ul{
	padding: 0;
    background: rgba(255, 255, 255, 0.15);
    /* width: 120px; */
    position: absolute;
    right: -10px;
    top: 55px;
}

.yellow {
color:#ffba00;
 }
.button{
	border: none;
	padding: 20px 30px;
	border-radius: 0px;
	display: inline-block;
	min-width: 180px;
	cursor: pointer;
		transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
text-align: center;
-webkit-appearance: none;
text-transform: uppercase;
 font-size: 20px;
	font-weight: bold;
}
.orangebutton{
	background: #ffba00;
	color:white;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}
.orangebutton_outlined{
	background: none;
	border:3px solid #ffba00;
	color:white;
	text-decoration: none;
}

.orangebutton_outlined:hover{
	background: #ffba00;
	color:white !important;
}
.orangebutton:hover{
	background: #fbd234;

	color:white !important;
}
.menu{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3
}
.menu ul li{
	list-style-type: none;
	float: right;
	padding: 5px 5px;
}
.menu ul li.logo{
    float: left;
    width: 180px;
   
    margin: 0;
    margin-left: 5px;
    margin-top: -15px;
 
}
.menu ul{
	margin: 20px auto;
	display: block;
	padding: 0;

}
.menu a{
	text-transform: uppercase;
}
.menu a.orangebutton{
	     min-width: auto;
    padding: 5px 20px;
    margin-top: -5px;
    font-weight: 800;
}

.hamburger {
	display: none
}
.menucontent{
	/*display: none*/
	background: white;position: absolute;
    top: -280px;
    /*top: 56px;*/
    border-bottom: 1px solid grey;
    height: 215px;
    		transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #dedede;
}

.menucontent li{
	display: block !important;
	width: 100%;
    line-height: 30px;
}
.menu #hamburger span{
	display: block;
    position: absolute;
    height: 3px;
    width: 18px;
    background: #333;
    border-radius: 6px;
    opacity: 1;
    left: 20px;
    	transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;

}
.menu #hamburger span.open{
	opacity: 0;
}
.menu #hamburger span.open:first-child{
	opacity: 1;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu #hamburger span.open:last-child{
	opacity: 1;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
}
.menu #hamburger{
    width: 40px;
    height: 27px;
    position: absolute;
    padding-top: 35px;
    right: 0;
    margin-top: -26px;
}


.whitemenu ul{
	max-width: 1280px;
}
.whitemenu .button{
	margin-top: -14px;
	color: white !important;
	float: right;
}
.whitemenu ul li.orderbutton {
	float: right;
}
.whitemenu ul li{
	padding: 5px 10px;
}
.menu a{
	padding: 15px 15px;
	font-size: 20px;
	text-decoration: none;
	color: white;
}
.whitemenu a{
	color: #333;
}
.whitemenu{
	margin-top: -100px;
	position: fixed;
	z-index: 1000;
	background: rgba(255, 255, 255, 1);
border-bottom: 1px solid #dedede;
		transition: all 0.33s ease-in-out;
-webkit-transition: all 0.33s ease-in-out;
-ms-transition: all 0.33s ease-in-out;
height: 76px;
}

.why_bar{
	width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    background: black;
    left: 0;

}
.why_bar ul{
	padding: 0;
}
.why_bar ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
    box-sizing:border-box;
    
    padding: 20px 30px;
}            
.why_bar ul li img{
	float: left;
	
    margin: 5px 10px;
}
.why_bar ul li span{
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #939393;

    margin-top: 10px;
}

/*TRIPADVISOR*/
#CDSWIDSSP{
	width: 320px !important;
}
.tripadvisor{
	transition: all 0.33s ease-in-out;
-webkit-transition: all 0.33s ease-in-out;
-ms-transition: all 0.33s ease-in-out;
	position: fixed;
    z-index: 10;
    width: 320px;
        height: 600px;
    top: 50%;
    margin-top: -300px;
}
.tripadvisor>img{
	    margin-bottom: -5px;
}
.widSSPData{
	border:none !important;
	    border-radius: 0 0 5px 0;
}
.trip_button{
	position: absolute;	
	    right: -58px;
	    top: 35px
}




.logo{
	margin-top:-23px
}
.menu a:hover{
	color: #fcc141;
}
.map{
	width: 100%;
	position: relative;
	float: left;
}
.map .content{
	position: absolute;
}
.mapinfo{
	background: rgba(0, 0, 0, 0.85);

		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
padding: 15px 35px;
position: absolute;
margin-top: 40px;
max-width: 360px;
right: 10%;
}
.mapinfo *{
	color: white;
}
.mapinfo .big{
	font-size: 20px;
}

.mapinfo h2{
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 3px solid #ffba00;

}
.mapinfo h3{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #ffba00;
	display: inline-block
}



#map{

float: left;
height: 650px;
width: 100%;
}
.header{
	background: url('src/img/background_4.jpeg') center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.headertext img{
	width: 100%;
	max-width: 620px;
}
.headertext{
    text-align: center;
    top: 50%;
    height: 200px;
    margin-top: -150px;
    color: white;
    position: absolute;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.headertext>*{
	color: white;
}
.headertext h1{
    font-size: 70px;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 800;
}
.headertext p{
	margin-bottom: 25px;
  font-size: 22px;
}
.content-align{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: block;
	float: none;
	position: relative;
	height: 100%;
}
.content h1, .content h2{
	font-size: 80px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	line-height: 72px;
  letter-spacing:-3px;
     

}
.content-align> h2{
	 padding: 15px;
    box-sizing: border-box;
}
h3{
	display: inline-block
  
}
.advisor_badge{
	left: 50px;
	position: absolute;
	width: 200px;
	bottom: 85px;
}
.advisor_badge img{
	width: 200px;
	float: left;
	margin: 10px;
}
.advisor_badge_small{
		width:100%;
		text-align: center; 
		margin-top: 10px;
	}
.advisor_badge_small img{
	width: 200px; margin: 10px;
}
.content>.content-align{
	padding-top: 45px;
	padding-bottom: 45px;
}
.content-align h3{
	text-align: center;
	/*width: 100%;  */
	  font-size: 22px;
    margin-bottom: 5px;
}
.half{
	float: left;
	width: 100%;
	max-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
	position: relative
}
.half h1{
	border: 0;
}
.half li{
	padding-bottom: 20px;
}
.half h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 33px;    
	letter-spacing: 0px;
    margin-top: 30px;
    font-weight: 700;
    text-align: left;
    float: left;
    width: 100%;
}
.content hr{
	border: none;
	border-bottom: 3px solid #ffba00;
	width: 50px;
	display: block;
	height: 0px;
	float: left;
	margin-bottom: 30px;
}
.half p{
	float: left;
	width: 100%;
}
#two-info{
	margin-top: 90px;
}
.two-column li{
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;

}
.two-column li:first-child{
	padding-right: 30px;
}
.full{
	width: 100%;
	float: left;
			-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.four-column li{
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	padding: 15px 0;
	float: left;

}
.why_bar li{
	width: 25%;
}
.why_bar img{
	width: 45px;
    height: 50px;
}
.icons{
	padding-bottom: 80px
}
.icons li{
    padding-left: 0px;
    padding-right: 20px;
    box-sizing: border-box;

    padding-top: 40px;
}
.icons h3{
    margin-bottom: 5px;
    font-size: 22px;
    margin-top: -57px;
    padding-left: 58px;
    box-sizing: border-box;
    text-align: left;
    float: left;
}
.icons li img{
    margin-left: 0px;
    margin-top: 28px;
        width: 40px;
    height: 60px;
}
.content-align>ul.icons li span{
padding: 0px 0px;
    text-align: center;
    border-radius: 100px;
    margin-top: 14px;
    margin-left: -10px;
    font-size: 20px;
    color: #ffc73b;
}
.icons p{
	font-size: 16px;
}
.included{
	padding: 0;
}
.included li{
background: url("check.png") no-repeat;
background-size: 22px;
padding-left: 40px;
background-position: 5px 3px;
padding-top: 5px;
list-style-type: none;
font-size: 18px;
}
.pricing{
	text-align: left;
	margin-bottom: 0;
}
.pricing h3{
text-align: left;
    font-weight: 700;
    font-size: 50px;
    margin-top: 5px;
}

.pricing .time{
	font-size: 26px;
	color: #ffba00;
}
.pricing .price{
	font-size: 140px;
	font-weight: bold;
	letter-spacing: -5px;
}
.pricing .subprice{
	font-size: 26px;
	line-height: 60px;
}
.pricing>.button{
	float: left;
	margin-top: 10px;

}
.pricing>span{

    float: left;
    width: 100%;
    margin-top: 12px;
    margin-bottom: -12px;
}
.pricing h4{
	    width: 100%;
    float: left;
    color: #ffbb00;
    font-size: 30px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.package-select{
	text-align: center;
}
.package-select>*{
	width: 100%;
	text-align: center;
	display: block;
}
.package-select>a.orangebutton{
	max-width: 250px;
	margin-top: 30px;
    display: inline-block;
}
.package-select h1{
        margin: 20px 0;
    font-weight: bold;
    font-size: 100px;
}
.package-select span{
	margin: 15px 0;
}
.package-select .grey{
	/*color: #c7c7c7;*/
	margin: 30px 0;
}
.package-select .greyprice{
	/*color: #c7c7c7;*/
	font-size:18px;
  margin: 15px 0 30px 0;
}



#price{
	padding: 0 15px;
}
#price>li{
	display: none;
}
#price>li.selected{
	display: block;
}
.gunlist{
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;

    margin-bottom: 10px;

}
.gunlist li{
	    list-style-type: none;
    box-sizing: border-box;
    border: 1px solid grey;
    margin-right: -1px;
    margin-bottom: -1px;
    max-width: 146px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    padding-top: 20px;
    height: 125px;
    font-weight: 700;
}
.gunlist li span{
	font-weight: 500;
    width: 100%;
    display: block;
}

.gunlist img{
	    width: 90%;
    height: 50px;
}
.package_switch{
	    padding: 0 15px;
    border-bottom: 3px solid #ffb900;
    height: 50px;
        margin-top: 20px;
    margin-bottom: -5px;
}
.package_switch ul{
	margin: 0;
	padding: 0;

}
.package_switch a{
	color: black;
	text-decoration: none;
	font-size: 20px;
	width: 20%;
	height: 50px;
	float: left;
	display: block;
	box-sizing:border-box;
	background: #cfcfcf;    
	border-right: 1px solid white;
    border-left: 1px solid white;
	position: relative;

    border-bottom: 2px solid white;
}
.package_switch a.selected{
	background: #ffbb00;

    border-bottom: none;
}
.package_switch img{
    width: 70px;
    height: 45px;
    margin: 0px 15px;
    position: absolute;
    bottom: 0;

}
.package_switch span{
	    padding: 12px;
    display: block;
        font-weight: 700;
        left: 0;
}

.package_switch b{
	    position: absolute;
   	top: 12px;
    font-weight: 400;
    text-transform: uppercase;

    margin-left: 75px;
}
          
.gunsammo{
font-size:60%;
   }
   
.black{
	padding-top: 80px;
	background-color: black;
}
.black *{
	color: white
}
.black a{

	color: #ffba00;
		
}

.big p{
	font-size: 20px;
	line-height: 24px;
}
h2{
	font-size: 36px;
}
.content-align>ul>li>span{
color: #000000;
    font-size: 26px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
}
p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
}
.content{
	float: left;
	width: 100%;
}
.table{
	position: relative;
	width: 100%;
}
.foantop{
	width: 100%;
	height: 100px;
	float: left;
	background: url("src/img/separator2.jpg") repeat-x;
	margin-top: -90px;
	position: relative
}
.foanbottom{
		width: 100%;
	height: 100px;
	float: left;
	background: url("src/img/separator.jpg") repeat-x;
	margin-bottom: -90px;
	position: relative;
	z-index: 2
}

.social{
	position: absolute;
right: 50px;
margin-top: 30px
}
.social a{
	margin-left: 10px
}
.gallery{
	text-align: center;
	position: relative;
}
.gallery ul{
	padding: 0;
	margin: 0;
}
.gallery div img{
	width: 100%;
	margin-bottom: -5px;
		transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;	
}

.gallery li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 16.66%;
	/*background: #f3c035;*/
	position: relative
}
.gallery li a{
	display: block;
}
.gallery li a:hover img{
	opacity: 0.5
}
.gallery li a:hover img.search{
	opacity: 1
}
.gallery li img.search{
	    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    margin-top: -25px;
    opacity: 0;
}
.gallery p{
	padding: 10px;
	font-size: 20px;
  line-height:24px;
  box-sizing:border-box;

}.partners li{
		    padding: 5px;
    box-sizing: border-box;
    display: block !important;
		background: none;
		padding-bottom: 40px;
		text-align: center
	}
.partners{
	box-sizing: border-box;
	
	padding-top: 80px;
	text-align:left;
}
.partners p {
	font-weight: normal;
	padding: 5px 30px;
}
.reviewlist_wrapper{
 position: relative;
 /*display:none;*/
 display:block;

}
.reviewlist_wrapper>a{
	position: absolute;
	top: 90px;
	margin: 0 25px;
}
.reviewlist_wrapper a svg{
	fill: #ffc625;
}
.reviewlist{
	margin: 0 80px;
}
.reviewlist>div>div{

	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
.reviewlist>div>div>div{
    background: none;
    border-radius: 0px;
    padding: 15px 22px 25px;
    margin-bottom: 30px;
    border: 1px solid #ffba00;

}
.reviewlist h4{
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0;
}
.reviews{
	text-align: center;
	    margin-bottom: -45px;
      /*display:none;*/
      display:block;
}
.reviews p{
	font-style: italic;
	    min-height: 110px;
}
.reviews b{
	color:#ffba00;
}
.reviewlist *{
	color: white;
}
.reviewlist p{
	    font-size: 15px;
    line-height: 18px;
        margin: 5px 0;
        padding: 0;
}
.reviewlist .author{
	color: #ffc625;
	font-size: 12px;
	width: 100%;
	display: block;
}
.reviewlist .stars{
	width: 75px;
}
.reviewlist .source{
    position: absolute;
    bottom: 55px;
    background: #ffba00;
    width: 50px;
    height: 50px;
    right: 20px;
}

td > span {
	position: absolute;
	margin-top: -25px;
	margin-left: 5px;
	font-weight: 600;
	font-size: 14px;
}

td > span.ui-state-default {
	position: relative;
	margin-top: auto;
	margin-left: auto;
	font-weight: 600;
	font-size: 14px;
}
.table tr{
	height: 85px;
}
.highlight{
    height: 140px;
    background: #ffb800;
    display: block;
    position: absolute;
    top: 103px;
    width: 100%;
}
.highlight span{
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	/*bottom: 10px;*/
	bottom:0;
}
.highlight span.selected{
	display: block;
}
#book h2, #contact h2{
	font-weight: bold;
}
#book{
	padding: 0;
	position: relative;
}
#book li{
	padding: 20px;
	position: relative;
	z-index: 2;
}
#package{
	height: 165px;
}
#finalprice{
	text-align: center;
}
#finalprice span{
	    margin: 0;
    /* width: 100%; */
    /* text-align: center; */
    position: initial;
    font-weight: 500;
    font-size: 19px;
}
#finalprice b{
	    font-size: 40px;
}
#finalprice2{
	text-align: center;
}
#finalprice2 span{
	    margin: 0;
    /* width: 100%; */
    /* text-align: center; */
    position: initial;
    font-weight: 500;
    font-size: 19px;
}
#finalprice2 b{
	    font-size: 40px;
}
.smalltable tr{
	height: 110px;

}
.smalltable td{
	padding: 5px;
	position: relative
}
.smalltable{
	width: 100%
}
.smalltable  input[type="text"], input[type="email"], input[type="date"], textarea{
	border: 1px solid white;
	color: white;
	background: none
}
.error{
	display: none;
	right: 8px;
color: #ff053d;
font-weight: 400;
/* width: 420px; */
text-align: right;
margin: 12px;
z-index: 3
}

.instagram a{
	float: left;
width: 70px;
height: 70px;
margin: 3px;
overflow: hidden;
position: relative;
}
.instagram img{
	width: 70px;
}
.followus img {
    width: 40px;
    margin: 5px;
    margin-bottom: -15px;
    margin-right: 10px;
}

.followus a {
    width: 100%;
    color: white;
    text-decoration: none;
    display: block;
    float: left;
    margin: 6px 0;
    height: 45px;
}
.followus img{
	width: 40px;
}

.ssl{
    display:none;
    text-align: right; 
    float: right;
    position: relative;
    width: 110px;
}

.copyright{
	font-size: 12px;
	padding: 5px;
    box-sizing: border-box;
}
.two-col td{
	width: 50%;
}
.topmargin{
	margin-top: 40px;
}
 input[type="text"], input[type="email"], input[type="date"], input[type="number"], textarea{
	border: 1px solid #c5c5c5;
	border-radius: 0px;
	height: 47px;
line-height: 20px;
padding: 9px;
font-size: 14px;
color: black;
width: 100%;
box-sizing:border-box;
-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
transition: color 0.3s, border-color 0.3s, background-color 0.3s;
z-index: 2;
resize: none;
position: relative;
-webkit-appearance: none;
font-family: inherit;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;
   width: 20px;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
      height: 44px;
    position: absolute;
    right: 2px;
    z-index: 2;
    top: 1px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.date{
	width: 50%
}
textarea{
	height: 140px;
}
.copyright{
	text-align: center
}
.two-col input[type="text"]{
	width: 49%;
}
.ui-button{
	border-color: #c5c5c5;
	background: white;
	margin-top: 0px;
/* height: 25px */
padding: 14px;
border-radius: 0;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
}
.ui-selectmenu-text {
    
    color: black;
    font-size: 15px;
}
.sidebar-box {
  max-height: 105px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  margin: 0; padding: 20px 0; 
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+60,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.sidebar-box .read-more a{
	bottom: 5px;
	position: absolute;
	font-weight: bold;
}

@media screen and (max-width: 1280px) {
	.content-align{
		max-width: 1024px;
	}
	.half{
		max-width: 50%
	}
	.content h1, .content h2{
		font-size: 66px;
	}
	.menu a {
    padding: 15px 16px;
    font-size: 18px;
	}
	.whitemenu .button{
		margin-right: 10px;
	}
	.whitemenu ul li {
    padding: 5px 0px;
}
	.four-column li{
		width: 50%
	}
	.why_bar ul li span{
        font-size:16px;
    }
			.headertext {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 20px;
		margin-top: -220px;
	}     
}
@media screen and (max-width: 1024px) {

	.package-select{
		margin-top: -30px;
	}
	.package-select span{
		margin: 0;
	}
	.package-select span.grey{
		margin: 15px 0;
	}
	.package-select>*{
		text-align: left;
	}
	.package-select h1{
		margin: -20px 0;
	}

	.package-select a.button{
		margin-top: 15px;
		display: block;
    	text-align: center;
	}
	.pricing p{
		font-size: 16px;
    line-height: 20px;
	}
	.pricing h3{
		font-size: 36px;
	}
	.pricing hr{
		    margin-bottom: 20px;
	}
	.pricing h4{
		font-size: 24px;
	}




	#two-info {
    margin-top: 15px;
	}

	.half{
		max-width: 100%;
	}
	.gallery li{
		width: 25%
	}
	.content>.content-align {
    padding: 0
	}
	.reviews{
		margin-bottom: -5px;
	}
	.full{
		padding-right: 20px;
		padding-left: 20px;
	}
	.full li{
		width: 100%;
	}
	img{
		max-width: 100%;
	}
	.payments{
		float: left;
margin-top: -115px;
    margin-left: 195px;
	}
	.advisor{
		float: left;
	}
  .ssl {
    display:none; 
}
	.table{
		width: 100%;
	}
	.ui-selectmenu-button.ui-button{
		width: 80%;
	}
	.icons li {
		padding-top: 0px;
	}
}
.why_bar ul li{
        width:25%;
    }
@media screen and (max-width: 940px) {
	.tripadvisor{
		display: none;
	}
	.advisor_badge{
		width:100%;
		text-align: center; 
		    left: 0;
    bottom: 38px;
	}

	.advisor_badge img{
		float: none;
		max-width: 120px;
	}
	.mainmenu{
		    z-index: 3;
    background: white;
    height: 56.2px;
    padding-top: 25px !important;
    margin-top: -5px !important;

	}
	.menu li>a:not(.button){
		display: none;
	}
	
	.flags ul{
		    right: -30px;
    
    width: 120px;
	}  
    .why_bar ul li{
        width:50%;
    }
    .why_bar ul li span {
    font-size: 20px;
}
    
    .why_bar ul li:nth-child(3), .why_bar ul li:nth-child(4){
	display:none;
  } 
}
@media screen and (max-width: 720px) {
	.why_bar ul li{text-align: center;}
	.why_bar ul li img{
		float: none;    margin: 1px;
	}
	.headertext{
		margin-top: -230px;
	}
	.package_switch img{
		display: none;
	}
	.package_switch b{
		margin-left: 25px;
	}
	.two-column li{
		width: 100%;
	}

	.headertext h1{
		font-size: 30px;
	}
	.icons li{
		height: auto
	}
	.half{
		padding-top: 0px;
		    margin-bottom: -20px;
	}
	.pricing{
		margin-bottom: 0;
	}
	.gallery li{
		width: 50%
	}
	.gallery li:nth-child(odd){
		display: none;
	}

	.mapinfo{
		position: relative;
    float: left;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: black;
    padding-left: 20px;
	}
	#map {
    height: 340px;
	}
	.pricing {
    margin-top: 0px;
	}
	.social{
		position: relative;
		margin-left: 50px;
	} 
	.why_bar ul li span{
	font-size: 14px;
	float: left;
	margin: 0;
	width: 100%;
}

}
@media screen and (max-width: 480px) {
	.highlight{
		height: 215px;
		top: 110px;
	}
	#package {
    height: 220px;
}
#book h2{

    margin-bottom: 35px;
}
.highlight span{
padding-left: 25px;
    box-sizing: border-box;
    text-align: left;
    }
	.why_bar ul li{

    padding: 10px 20px;
	}
	.pricing .price {
    font-size: 130px;
    letter-spacing: -7px;
}
.content h1, .content h2 {
    font-size: 52px;
}
.package_switch b{
		    margin-left: 10px;
    font-size: 14px;
    top: 4px;
	}
	.package_switch span{

    padding-top: 18px;
	}

.social{
	    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}
	.payments{
		float: none;
		margin-bottom: -55px;
		margin-top: 0;
		margin-left: 0; 
	}
	.content h1 {
    font-size: 48px;
}
	.time{
		    width: 100%;
    display: block;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
	}
	.date{
		width: 100%;
    clear: both;
    display: block;
    margin-top: 20px;
	}

	.deposit{
		width: 148%;
    clear: both;
    display: block;
    margin-top: 20px;
	}

	#finalprice2 {
		width: 148%;
		display: block;
		float: left;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#book .time{
		width: 148%;
	}
	#book .date{
		width: 148%;
	}
	.message{
		    margin-top: -45px;
	}
	.ui-selectmenu-button.ui-button{
	    width: 90%;
	    margin-left: 0
	}
	.icons li{
		padding-right: 0
	}
	.error{
		right: 8px !important;
	}
		.menu ul li.logo{
		width: 120px;
	}
	.headertext p{
		font-size: 15px;
	}
	.gunlist img {
    width: 90%;
    height: 30px;
	}
	.gunlist li{
		max-width: 102px;

	}

}
@media screen and (max-width: 350px) {
	.button{
		padding: 10px 30px;
	}
	.package-select>a.orangebutton {
    max-width: 210px;
}
}



.grecaptcha-badge { visibility: hidden; }


#gpdr,
#abcd{
	display: none;
	border: 2px solid #F5CF11;
	max-width: 95vw;
	max-height: 95vh;
}

#gpdr h3,
#abcd h3{
	text-align: center;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	margin-bottom: 8px;
}
#gpdr p,
#abcd p{
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	margin-bottom: 8px;
	text-align: justify;
}
#gpdr p.one-padding,
#abcd p.one-padding{
	padding-left: 12px;
}
#gpdr p.two-padding,
#abcd p.two-padding{
	padding-left: 25px;
}

#gpdr span,
#abcd span{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
}


.footer-bottom{
	text-align: center;
	background: #F5CF11;
	padding: 12px 0px;
}

.footer-bottom p{
	color: #3c3c3c;
	font-family: 'MyriadRegular','RobotoMedium',sans-serif;
	font-size: 15px;
}

.extra-info .policy {
	/*display: inline-block;*/
	display: inline;
	margin-top: 5px !important;
	text-decoration: underline;
	cursor: pointer;
}
.extra-info span{
	color: #3c3c3c;
	font-family: 'MyriadRegular','RobotoMedium',sans-serif;
}
.extra-info .policy:hover{
	color: #000000;
}
