@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans&display=swap');

html

{
box-sizing:border-box;
}


/* --------------------------------------------CONTAINER */

.container {
    width: 100%;
	height: 100%;
    margin: 0;
}


body {
	width: 100%;
	margin-left:auto; 
    margin-right: auto; 
	margin-top:0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 100%;
	font-weight: normal;
	background-color: #ffffff; 
	line-height: 150%;
	color: #281a05;	
}

@media only screen and (max-width: 1440px) {
    body {
	font-size: 95%;
	}	
}

@media only screen and (max-width: 1100px) {
    body {
	font-size: 90%;
	}	
}	

@media only screen and (max-width: 900px) {
    body {
	font-size: 80%;
	line-height: 140%;
	}	
}

body.home {
	background-image:url(../images/bg2.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.casinos {
	background-image:url(../images/bg1.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.cruise {
	background-image:url(../images/bg3.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.amusement-parks {
	background-image:url(../images/bg4.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.town {
	background-image:url(../images/bg5.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.about {
	background-image:url(../images/bg6.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.weddings {
	background-image:url(../images/bg7.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.airports {
	background-image:url(../images/bg8.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.corporate {
	background-image:url(../images/bg9.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

body.contact-us {
	background-image:url(../images/bg10.jpg); 
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-position: center; 
}

/* --------------------------------------------HEADER */
		
#header {
position:relative;
z-index:2000;
background:#000000;
display:block;
width:100%;
height:auto;
float:left;
clear:both;
}

@media only screen and (max-width: 900px) {
    #header {
	height:auto;
	}	
}


/* --------------------------------------------LOGO */

.logo {
    position: absolute;
	display: block;
	width: 16%;
	height: auto;
    float: left;
    left: 1%;
    top: 0;
	z-index: 3000;
}


@media only screen and (max-width: 900px) {
    .logo {
	display:none;
	}	
}

.logo-mobi {
    display:none;
}

@media only screen and (max-width: 900px) {
    .logo-mobi {
	display:block;
    width: 50%;
	height: auto;
    margin-left: auto;
	margin-right: auto;
	padding: 1%;
    top: 0;
}
	}	

.logo-background {
    display: none;
	width: 100%;
    background-color: #ffffff;
}

@media only screen and (max-width: 900px) {
    .logo-background {
    display: block;
	width: 100%;
    background-color: #ffffff;
	}	
}

.book {
  
	display: inline-block;
    padding: 0;
	vertical-align: middle;
    width: 95%;
    margin-right: 5%;
    float: right;
    right: 0%;
}

@media only screen and (max-width: 900px) {
  .book {
    display: none;
  }
}


.phone {
  display: inline-block;
  max-width: 100%;
  height:auto;
  padding: .5%;
  float:right;

  
}


.call {
  display: inline-block;
  padding: .5%;
  margin: .5%;
  vertical-align: middle;
  float:right;
  
}


.call-2 {
  display: inline-block;
  padding: .5%;
  margin: .5%;
  vertical-align: middle;
  text-align: center;
  
}




.book-now {
  display: inline-block;
  padding: 0;
  width: 10%;
  margin: 0 .5% 2% .5%;
  float: right;
  right: 0;
}

@media only screen and (max-width: 1440px) {
  .book-now {
    width: 20%;
  }
}


.book-now-2 {
  padding: 0;
  width: 80%;
  margin: 0 5% 2% 5%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .book-now-2 {
    width: 70%;
	margin: 0 25% 2% 10%;
  }
}

.book-now-2 a:link,.book-now-2 a:visited, .book-now-2 a:hover {
	color: #ffffff;
}

.pl-15 {
  padding-left: 15px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.p-10 {
  padding: 10px !important;
}
.btn {
  font-size: 13px;
  padding: 8px 22px;
}
.btn-flat {
  border-radius: 0;
}
.top-left-triangle {
  position: relative;
  width: 110%;
}

.top-left-triangle::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff #fff transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px;
  content: '';
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.font-14 {
  font-size: 150% !important;
}
.text-white {
  color: #fff !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}


/* --------------------------------------------NAV */

#topnav {
color:#ffffff;
position:relative;
background:#e29a33;
z-index: 2000;
}	


nav {
    background-color: #000000;
    color: #eee;
    text-transform: uppercase;
    width:95%;
	margin-top: 1%;
	padding: .5% 5% .5% 0;
	text-align: right;
    clear: both;
}

/* --------------------------------------------CONTENT */
		
#content {
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
}

@media only screen and (max-width: 1100px) {
    #content {
	padding-bottom:5%;
	}	
}

@media only screen and (max-width: 900px) {
    #content {
	padding-bottom:10%;
	}	
}

@media only screen and (max-width: 600px) {
    #content {
	padding-bottom:20%;
	}	
}




/* --------------------------------------------ROW */
div.row {
    display: block;
	width: 96%;
	margin:auto;
	margin-top: 1%;
	padding: 1% 2% 1% 2%;
	text-align: center;
	vertical-align: top;
	}

@media only screen and (max-width: 900px) {
    div.row {
	width: 98%;
	margin: auto;
	padding: 3% 1% 3% 1%;
	}	
}

div.row-home {
    display: block;
	width: 96%;
	margin:auto;
	margin-top: 1%;
	padding: 1% 2% 1% 2%;
	text-align: center;
	vertical-align: top;
	}

@media only screen and (max-width: 900px) {
    div.row-home {
	display: none;
		
	}	
}

div.row-airports {
    display: block;
	width: 96%;
	margin:auto;
	margin-top: 1%;
	padding: 1% 2% 1% 2%;
	text-align: center;
	vertical-align: top;
	}

@media only screen and (max-width: 900px) {
    div.row-airports {
	display: none;
		
	}	
}



div.row-2 {
    display: block;
	width: 70%;
	margin:auto;
	margin-top: 1%;
	padding: 3% 15% 3% 15%;
	text-align: center;
	vertical-align: top;
	z-index: -1;
}

@media only screen and (max-width: 1440px) {
    div.row-2 {
	width: 90%;
	margin: auto;
	padding: 3% 5% 3% 5%;
	}	
}


@media only screen and (max-width: 900px) {
    div.row-2 {
	width: 96%;
	margin: auto;
	padding: 3% 2% 3% 2%;
	}	
}

div.row-left {
    display: block;
	width: 70%;
	margin:auto;
	margin-top: 1%;
	padding: 3% 15% 3% 15%;
	text-align: left;
	vertical-align: top;
	z-index: -1;
}

@media only screen and (max-width: 1440px) {
    div.row-left {
	width: 90%;
	margin: auto;
	padding: 3% 5% 3% 5%;
	}	
}


@media only screen and (max-width: 900px) {
    div.row-left {
	width: 96%;
	margin: auto;
	padding: 3% 2% 3% 2%;
	}	
}


div.row-white {
    display: block;
	width: 70%;
	height: auto;
	background-color:#ffffff;
	text-align: center;
	margin: auto;
	padding: 1% 2% 2% 2%;
}

@media only screen and (max-width: 1440px) {
    div.row-white {
	width: 80%;
	margin: auto;
	padding: 3% 5% 3% 5%;
	}	
}


@media only screen and (max-width: 1100px) {
    div.row-white {
	width: 90%;
	margin: auto;
	padding: 3% 5% 3% 5%;
	}	
}

@media only screen and (max-width: 900px) {
    div.row-white {
	width: 98%;
	margin: auto;
	padding: 3% 1% 3% 1%;
	}	
}


div.row-contact {
    display: block;
	width: 100%;
	height: auto;
	margin-top:0;
	text-align: center;
	margin: auto;
	padding: 0;
}

@media only screen and (max-width: 900px) {
    div.row-contact {
	width: 100%;
	margin: auto;
	padding: 0;
	}	
}

/* --------------------------------------------BOX */

div.box
{
width:45%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:left;
vertical-align: top;
background-color:#ffffff;
margin: 0 1% 0 1%;
padding: 1%;
}

@media only screen and (max-width: 900px) {
    div.box {
	width: 90%;
	}	
}


div.box-2
{
width:45%;
height:auto;
display: inline-block;
background-color: #ffffff;
text-align:center;
vertical-align: top;
margin:1%;
}

@media only screen and (max-width: 1100px) {
    div.box-2 {
	width:90%;
		
	}	
}

div.box-contact
{
width:30.5%;
height:auto;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align:center;
vertical-align: top;
background-color:#ffffff;
margin: 0 1% 0 1%;
padding: 1% 0 5% 0;
}

@media only screen and (max-width: 900px) {
    div.box-contact {
	width: 100%;
		margin: 0;
	}	
}


/* --------------------------------------------IMG RI*/

img.ri {
	max-width: 100%;
	display: block;
	margin: auto;
	height:auto;
	}



img.ri-1 {
	width: 60%;
	height:auto;
	text-align: left;
	}
@media only screen and (max-width: 900px) {
    img.ri-1 {
	width: 90%;
	}	
}

img.ri-phone {
	max-width: 100%;
	display: inline-block;
	margin: auto;
	height:auto;
	}

@media only screen and (max-width: 1440px) {
    img.ri-phone {
	max-width: 90%;
	}	
}
@media only screen and (max-width: 1100px) {
    img.ri-phone {
	max-width: 80%;
	}	
}

img.ri-phone-2 {
	max-width: 100%;
	display: inline-block;
	margin: auto;
	height:auto;
	}


img.ri-2 {
	width: 4%;
	height:auto;
	}


img.ri-gr {
	max-width: 30%;
	display: block;
	margin: auto;
	height:auto;
	}

img.icon {
	width: 12%;
	height:auto;
	padding: 0 1% 0 1%;
	vertical-align:middle;
	}

@media only screen and (max-width: 900px) {
    img.icon {
	width: 10%;
	}	
}

/* --------------------------------------------LI*/

li {
	
	color: #000000;
	padding-top:2%;
	line-height: 150%;
}


/* --------------------------------------------H1, H2, H3, H4 */

h1 {
 	font-family: 'Montserrat', sans-serif;
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
    letter-spacing: 12px;
	line-height: 80%;
	color: #000000;
}


@media only screen and (max-width: 1440px) {
    h1 {
	font-size: 260%;
	letter-spacing: 13px;
}	

  }	
  
  
  @media only screen and (max-width: 900px) {
    h1 {
	font-size: 140%;
	letter-spacing: 1px;
}	

  }
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	text-transform: capitalize;
	letter-spacing: 8px;
	padding-left: 5px;
	color: #000000;
	display: inline-block;
}

@media only screen and (max-width: 1440px) {
    h2 {
	font-size: 150%;
	letter-spacing: 5px;
	line-height: 110%;
	padding: 8px 10px;
}	

  }	

@media only screen and (max-width: 1100px) {
    h2 {
	font-size: 120%;
	letter-spacing: 3px;
	line-height: 110%;
	padding: 6px 8px;
}	

  }	

 
 @media only screen and (max-width: 900px) {
    h2 {
	font-size: 105%;
	letter-spacing: 2px;
	line-height: 110%;
	padding: 3px 3px;
}	

  }

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	text-transform: capitalize;
	letter-spacing: 3px;
	color: #000000;
	}

@media only screen and (max-width: 1440px) {
    h3 {
	font-size: 150%;
}	

  }	

@media only screen and (max-width: 1100px) {
    h3 {
	font-size: 120%;
}	

  }	

 
 @media only screen and (max-width: 900px) {
    h3 {
	font-size: 120%;
}	

  }



h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 3px;
	line-height: 100%;
	color: #281a05;
    display: inline-block;
}

@media only screen and (max-width: 1440px) {
    h4 {
	font-size: 100%;
}	

  }	


@media only screen and (max-width: 1100px) {
    h4 {
	font-size: 90%;
}	

  }	
  
  
  @media only screen and (max-width: 900px) {
    h4 {
	font-size: 130%;
}	

  }


/* --------------------------------------------TITLES */

.titles {
 	font-family: 'Montserrat', sans-serif;
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
    letter-spacing: 12px;
	line-height: 140%;
	color: #000000;
	}


@media only screen and (max-width: 900px) {
    .titles {
	font-size: 180%;
	letter-spacing: 10px;
}	

  }	
  

.contact {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
    letter-spacing: 3px;
	color: #281a05;
	}

@media only screen and (max-width: 900px) {
    .contact {
	font-size: 80%;
	line-height: 110%;
}	
	}




.testimonial {
  display: inline-block;
  width: 70%;
  padding: 3% 0 3% 2%;
  line-height:180%;
  text-align: left;
}
  
@media only screen and (max-width: 900px) {
   .testimonial {
	font-size: 120%;
}	

  }

/* --------------------------------------------TABLE */
	
table.center {
    margin-left: auto;
    margin-right: auto;
}

/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
	display: block;
	margin:0 10% 0 10%;
	text-align: center;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



/* --------------------------------------------FOOTER */

.mainFooter {
	position: fixed;
	font-size: 80%;
	font-weight: normal;
	width:100%;
	height:3%;
	background-color: #000000;
	display:inline;
	text-align:center;
	top: auto;
	padding-top: .5%;
    right: 0;
    bottom: 0;
    left: 0;
	color: #ffffff;
	z-index: 3000;		
}	

	


@media only screen and (max-width: 900px) {
    .mainFooter {
	height:3%;
	font-size: 60%;
	padding-top: .5%;
	}	
}
 
/* --------------------------------------------LINKS */

a:link {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 90%;
	text-transform: none;
	text-transform: uppercase;
	color: #000000;
}	
	a:visited {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 90%;
	text-transform: none;
	text-transform: uppercase;
	color: #000000;
}	
	a:hover {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left:0;
	text-decoration: none;
	font-size: 90%;
	text-transform: none;
	text-transform: uppercase;
	color: #000000;
}

@media only screen and (max-width: 1440px) {
    a:link, a:visited, a:hover {
	font-size: 95%;
}	

  }	
  
@media only screen and (max-width: 1100px) {
    a:link, a:visited, a:hover {
	font-size: 90%;
}	

}	  

@media only screen and (max-width: 900px) {
    a:link, a:visited, a:hover {
	font-size: 80%;
}	

}
/* --------------------------------------------TOPNAV */	
	
#topnav-1 {
  position: relative;
  display:block;
  background:#ffffff;
  z-index: 2000;
  width: 100%;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  
}

@media only screen and (max-width: 900px) {
      	#topnav-1 {
		display: none;
}
        }  
     
 #topnav {
  display:none;
}

@media only screen and (max-width: 900px) {
      	#topnav {
		display:block;
		clear: both;
		
}
        } 


 .topnav {
  overflow: hidden;
  background-color: #000000;
	 color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 140%;
  font-weight:bold;
	background-color: #000000;
	 color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;	
  border:none;
  padding: 2.5%;
}

.topnav a:hover {
  background-color: #ffffff;
  color: #000000;
}

.active {
  background-color: #000000;
  color: #ffffff;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}


	


.topnav-1 a:link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 80%;
	font-weight:300;
	letter-spacing: 0;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#ffffff;
	
}	
	
.topnav-1 a:visited {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 80%;
	font-weight:300;
	letter-spacing: 0;
	text-decoration: none;
	border:none;
	padding:0 1% 0 1%;
	color:#ffffff;
	
}
.topnav-1 a:hover {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	font-weight:300;
	letter-spacing: 0;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#fdbb5d;
	
}

	

@media only screen and (max-width: 900px) {
   .topnav-1 a:link,.topnav-1 a:visited, .topnav-1 a:hover {
	font-size: 60%;
	   padding:0 .3% 0 .3%;
}	

}


.nav-links a:link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 150%;
	font-weight:300;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#000000;
	
}	
	
.nav-links a:visited {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	font-size: 150%;
	font-weight:300;
	letter-spacing: 0;
	text-decoration: none;
	border:none;
	padding:0 1% 0 1%;
	color:#000000;
	
}
.nav-links a:hover {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 150%;
	font-weight:300;
	letter-spacing: 0;
	text-decoration: none;
	padding:0 1% 0 1%;
	color:#000000;
	
}


@media only screen and (max-width: 900px) {
   .nav-links a:link,.nav-links a:visited, .nav-links a:hover {
	font-size: 90%;
	   padding:0 .3% 0 .3%;
}
	
}

/* --------------------------------------------EVENTS BOX*/

.boxtext {
	text-align: left;
}



a.back{
            width:10%;
            height:auto;
            position:fixed;
            bottom:15px;
            right:15px;
            background:#fff;
            z-index:1;
            cursor:pointer;
        }
        a.activator{
            width:1px;
            height:1px;
            position:absolute;
            top:0px;
            left:0px;
			background-image:url(../images/spacer.gif);
            z-index:200;
            cursor:pointer;
        }
        /* Style for overlay and box */
        .overlay{
            background-color:#ffffff;
            position:fixed;
			width:12%;
            top:0px;
			height:auto;
			float:right;       
            right:4%;
            z-index:300;
        }
        .box-drop{
            position:fixed;
			display:block;
            top:-500px;
            right:1%;
            width:16%;
            height:auto;
			max-height: 480px;
			overflow:auto;
			background-color:#ffffff;
			color:#000000;
            padding:10px;
            border:2px solid #000000;
            -moz-border-radius: 3px;
            -webkit-border-radius:3px;
            -khtml-border-radius:3px;
            -moz-box-shadow: 0 1px 5px #000000;
            -webkit-box-shadow: 0 1px 5px #000000;
            z-index:1001;
        }

@media only screen and (max-width: 1100px) {
   .box-drop {
	font-size: 80%;
	right:1%;
    width:25%; 
	max-height: 420px;
}	

}

@media only screen and (max-width: 900px) {
   .box-drop {
	display:none;   
}	

}

        .box-drop h1{
            background-color:#ffffff;
            margin:-10px -10px 0px -10px;
            padding:10px;
			font-family: 'Oswald', sans-serif;
			text-transform: none;
			font-size: 160%;
            color: #f48240;
            -moz-border-radius:5px 5px 0px 0px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -khtml-border-top-left-radius: 5px;
            -khtml-border-top-right-radius: 5px;
        }



@media only screen and (max-width: 1100px) {
   .box-drop h1{
	font-size: 120%; 
	font-family: 'Oswald', sans-serif;
}	

}

        a.boxclose{
            float:right;
            width:26px;
            height:26px;
            background:transparent url(../images/cancel.png) repeat top left;
            margin-top:-5px;
            margin-right:-5px;
            cursor:pointer;
        }
		

    


/* Style The Dropdown Button */
.dropbtn {
	border: none;
	color: #ffffff;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	display: inline-block;
	padding:0 1% 0 1%;
	}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	width:140%;
	font-size: 90%;
    background-color: #67686a;
    text-align: left;
	padding:2%;
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
    text-decoration: none;
    display: block;
	margin-top:10%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #7d766e;
	
	
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
   	
}

.imagedropshadow {
    width: 90%;
	height: 100%;
	padding: 5px;
    
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #000000;
    -webkit-box-shadow: 1px 1px 5px #000000;
        box-shadow: 1px 1px 5px #000000;
}







/* --------------------------------------- */
/*	Scroll Up
/* --------------------------------------- */
#myBtn {
  width:60px;
  height:64px;
  opacity:0.3;
  position:fixed;
  display:none;
  border: none;
  outline: none;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  background-color: transparent; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index:5000;
}

#myBtn:hover {
  background-color: transparent;
}


@media only screen and (max-width: 900px) {
   #myBtn{
  width:50px;
  height:50px;
  bottom:50px;
  right: 30px;
}	

}