@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#bc2b2d;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
        color:#CC0000; 
        text-decoration: none;
		-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 46px;
	color:#111;
	font-family: "Oswald", sans-serif;
}

h2 {
    font-size: 30px;
	color:#bc2b2d;
	font-weight:600;
	font-family: "Oswald", sans-serif;
}

h3 {
    font-size: 24px;
    color: #333;
	font-weight:400;
    font-family: "Oswald", sans-serif;
}

h4 {
    font-size: 18px;
    color: #111;
    font-family: "Oswald", sans-serif;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
	font-weight:normal;
}

hr {
    clear: both;
    height: 0;
    border: solid #bd2846;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:28px; font-size:17px; color:#222; font-family: "Roboto", sans-serif;font-weight:normal;}
table {table-layout:auto;}
td {color:#222;padding:5px;line-height:18px; font-size:16px; font-family: "Roboto", sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}




/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }



/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;margin-top:-150px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;

}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin:0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border:none;

}


.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}

#dnnMenu .topLevel>li>a {text-transform:uppercase;color:#111;transition: all .4s ease; margin: 0 3px 0 3px;border-bottom:2px solid transparent;}
#dnnMenu .topLevel>li>a:focus{ font-weight:400;color:#333;transition: all .4s ease;margin: 0 3px 0 3px;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>li>a:hover{font-weight:400;color:#333;transition: all .4s ease;margin: 0 3px 0 3px;border-bottom:2px solid #bc2b2d;}

#dnnMenu .topLevel>li.active>a {color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>li.active>a:focus {color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>li.active>a:hover {color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}

#dnnMenu .topLevel>.open>a {color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>.open>a:hover{color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>.open>a:focus{color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}

#dnnMenu .topLevel>.active.open>a {color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>.active.open>a:hover {color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}
#dnnMenu .topLevel>.active.open>a:focus{color:#333;transition: all .4s ease;border-bottom:2px solid #bc2b2d;}

#dnnMenu .topLevel>li>a span {font-family: "Oswald", sans-serif;font-size:15px;transition: all .4s ease;font-weight:400;} 
#dnnMenu .topLevel>li>a:focus span{font-family: "Oswald", sans-serif;font-size:15px;transition: all .4s ease;font-weight:400;}
#dnnMenu .topLevel>li>a:hover span{font-family: "Oswald", sans-serif;font-size:15px;transition: all .4s ease;font-weight:400;}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:49px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width : 992px){
	
	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {width:100%;position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;}
	
#dnnMenu .topLevel li a {border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#333;margin:0;background:none;}	
#dnnMenu .topLevel li a:focus{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;background:#bc2b2d;}	
#dnnMenu .topLevel li a:hover{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;background:#bc2b2d;}
	
#dnnMenu .topLevel li.active a{border-bottom:none;color:#FFF;margin:0;background:#bc2b2d;}
#dnnMenu .topLevel li.active a:focus{border-bottom:none;color:#FFF;margin:0;background:#bc2b2d;} 
#dnnMenu .topLevel li.active a:hover{border-bottom:none;color:#FFF;margin:0;background:#bc2b2d;}
	
#dnnMenu .topLevel li a span{font-size:15px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:15px;} 
#dnnMenu .topLevel li a:hover span{font-size:15px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:15px;color:#FFF;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:15px;color:#EEE;}

#dnnMenu .topLevel>.open>a {border-bottom:none;background:#bc2b2d;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{border-bottom:none;background:#bc2b2d;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{border-bottom:none;background:#bc2b2d;color:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {border-bottom:none;background:#bc2b2d;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {border-bottom:none;background:#bc2b2d;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{border-bottom:none;background:#bc2b2d;color:#FFF;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:15px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#EEE;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;top:0;background-color:#bc2b2d;display:block;margin:0;border-radius:0;font-size:1.3em;}

#dnnMenu .dropdown-menu{padding:0;z-index:1000;background:transparent;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #CCC;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}



/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/


.MoreButton a:link, .MoreButton a:visited {
  position: relative; /* Needed for the pseudo-element positioning */
  padding: 18px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  display: block;
  background: rgba(255,255,255,0.2);
  border: 2px solid #FFF;
  margin: 3px 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-family: "Oswald", sans-serif;
  width:280px;
}

.MoreButton a:after {
  content: '\2192'; /* Unicode for the right arrow */
  position: absolute;
  opacity: 0;
  right: 25px; /* Initially off the button */
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.MoreButton a:hover:after, .MoreButton a:active:after {
  opacity: 1;
  right: 15px; /* Slide arrow to the right of the text */
}

.MoreButton a:hover, .MoreButton a:active {
  background: rgba(255,255,255,0.2);
  border: 2px solid #FFF;
  padding: 18px;
}

.RedButton {
    text-align: center; /* Center the button inside the container */
    margin: 0 auto;
}

.RedButton a:link, .RedButton a:visited {
    position: relative;
    padding: 18px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    display: inline-block; /* Use inline-block to center the anchor element */
    background: #bc2b2d;
    border: 2px solid #bc2b2d;
    margin: 3px 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-family: "Oswald", sans-serif;
    width: 280px; /* Keep the fixed width for the button */
}

.RedButton a:after {
    content: '\2192'; /* Unicode for the right arrow */
    position: absolute;
    opacity: 1;
    right: 25px; /* Initially off the button */
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #bc2b2d;
}

.RedButton a:hover:after, .RedButton a:active:after {
    opacity: 1;
    right: 15px; /* Slide arrow to the right of the text */
}

.RedButton a:hover, .RedButton a:active {
    background: #111;
    border: 2px solid #bc2b2d;
    padding: 18px;
}





.page-break-section {box-shadow:none !important;}

/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.menuwrap{background:#FFF;box-shadow:0 0 8px 1px rgba(0,0,0,0.2);position:relative;z-index:100;}

.fixedmenu {position:fixed;background:rgba(255,255,255,0.9);box-shadow:0 0 8px 1px rgba(0,0,0,0.2);width:100%;top:0;z-index:100;}

.logo {text-align:center;padding:10px 0 10px 0;margin:0 auto;}
.logosm {width:110px;text-align:center;margin:0 auto;}

.menupad {padding-top:27px;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrapbk {
	background:#f3f4f5;
}

.showcasewrap {
	background:transparent;
}


.showcasetext {padding:200px 0;}
.showcasetext h1 {font-size:22px;color:#FFF;line-height:62px;}
.showcasetext h1 span {font-size:82px;}

.imagewrap {background:#FFF;}

.welcomewrap {
	background:#FFF;
	padding:50px 0 50px 0;
}

.welcometext {
    text-align: center; /* Ensure all content is centered */
    margin: 0 auto; /* Center the container */
}

.welcometext h2 {
    font-size: 22px;
    color: #111;
    line-height: 42px;
    padding: 50px 0;
    display: inline-block; /* Allow centering of the h2 text block */
}

.welcometext h2 span {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    display: inline-block; /* Ensure the border is sized according to the text width */
    text-align: center; /* Center the text inside the span */
}


.welcometext h3::after {
    content: '';
    position: absolute;
    left: 0; /* Border starts from the left of the span */
    right: 0; /* Border ends at the right of the span */
    margin: 0 auto; /* Centers the pseudo-element */
    width: 20%; /* Adjust this to make the border smaller than the text width */
    height: 3px;
    background-color: #bc2b2d;
}


.gallerytext {
    text-align: left; /* Ensure all content is centered */
}
.gallerytext p {
    font-size: 22px;
    color: #111;
    line-height: 32px;
    display: inline-block; /* Allow centering of the h2 text block */
}
.gallerytext h2 {
    font-size: 26px;
    color: #111;
    line-height: 42px;
    padding: 20px 0;
    display: inline-block; /* Allow centering of the h2 text block */
}

.gallerytext h2 span {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    display: inline-block; /* Ensure the border is sized according to the text width */
    text-align: center; /* Center the text inside the span */
}

.maintext  {
    text-align: center; /* Ensure all content is centered */
    margin: 0 auto; /* Center the container */
}

.maintext  h1 {
    font-size: 22px;
    color: #111;
    line-height: 42px;
    padding: 50px 0;
    display: inline-block; /* Allow centering of the h2 text block */
}

.maintext h1 span {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    display: inline-block; /* Ensure the border is sized according to the text width */
    text-align: center; /* Center the text inside the span */
}


.maintext  h2 {
    font-size: 22px;
    color: #111;
    line-height: 42px;
    padding: 50px 0;
    display: inline-block; /* Allow centering of the h2 text block */
}

.maintext h2 span {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    display: inline-block; /* Ensure the border is sized according to the text width */
    text-align: center; /* Center the text inside the span */
}

.maintext h3::after {
    content: '';
    position: absolute;
    left: 0; /* Border starts from the left of the span */
    right: 0; /* Border ends at the right of the span */
    margin: 0 auto; /* Centers the pseudo-element */
    width: 20%; /* Adjust this to make the border smaller than the text width */
    height: 3px;
    background-color: #bc2b2d;
}


.seasonimg {
  position: relative;
  display: inline-block;
}

.seasonimg img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease; /* Smooth fade effect for the image */
  box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
}

.seasonimg:hover img {
  opacity: 0.7; /* Slightly fade the image on hover */
}

.seasonicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the icon */
  z-index: 2; /* Ensure icon stays above the image */
  font-size: 50px; /* Adjust the size of the icon as needed */
  color: #bc2b2d; /* Set the icon color */
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Hidden to prevent interaction */
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Smooth fade-in transition */
}

.seasonimg:hover .seasonicon {
  opacity: 1; /* Fully visible on hover */
  visibility: visible; /* Make the icon visible */
}


.bookingwrap {
	background:url('images/book-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    padding-bottom:60%;
    background-position:center top;
}

.mainwrap {
	padding: 70px 0 70px 0;
	background:#FFF;
}

.counter {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

/*--------------backpage bottom responsive------------------------*/
.winterwrap {
    background:url('images/winter-responsive_bg.jpg');
    background-size:cover;
    padding:15% 0;
    background-position:center center;
}

.summerwrap {
    background:url('images/summer-responsive_bg.jpg');
    background-size:cover;
    padding:15% 0;
    background-position:center center;
}
.gallerywrap {
    background:url('images/gallery-responsive_bg.jpg');
    background-size:cover;
    padding:25% 0;
    background-position:center center;
}

.aboutwrap {
	background:url('images/about-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    padding: 175px 0;
    background-position:center top;
}



/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.startwrap {background:#111;margin-top:-20px;border-top-left-radius:20px;border-top-right-radius:20px;padding:7px 0;}

.footertopwrap {
	background:linear-gradient(45deg,#DDD,#FFF,#DDD);
}

.footerwrap {
	background:#111;
}

.footerlinks {font-size:18px;color:#CCC;text-align:left;}
.footerlinks h3 {font-family: "Oswald", sans-serif;font-weight:800;font-size:18px;padding-top:24px;padding-bottom:10px;border-bottom:1px solid #bc2b2d;margin-bottom:5px;}

.footerlinks ul {list-style:none;margin:0;padding:0;}
.footerlinks ul li {padding:0}
.footerlinks li {padding:7px 0;}
.footerlinks li a:link, .footerlinks li a:visited {padding-left:0px;color:#111;font-size:16px;-webkit-transition:all ease .5s; transition:all ease .5s}
.footerlinks li a:hover, .footerlinks li a:active {padding-left:3px;color:#bc2b2d;font-size:16px;-webkit-transition:all ease .5s; transition:all ease .5s}



.footerlinks p {font-size:16px;color:#111;}

.footerlinks a {padding-top:10px;padding-left:0px;font-size:16px;color:#111;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks a:hover {padding-top:10px;padding-left:3px;font-size:16px;color:#bc2b2d;-webkit-transition:all ease .5s; transition:all ease .5s;}


.login {color:#CCC;font-size:11px;}
.login li {color:#CCC;font-size:11px;}

a.login:visited {color:#CCC; font-size:11px; text-decoration:none;}
a.login:active {color:#CCC; font-size:11px; text-decoration:none;}
a.login:link {color:#CCC; font-size:11px; text-decoration:none;}
a.login:hover {color:#666; font-size:11px; text-decoration:underline;}

.copyright {    font-family: "Roboto", sans-serif;font-size: 11px;color: #CCC;text-align:center;}

a.copyright:visited {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:active {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:link {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 7px; 
	color: #CCC;
}
.wecontrol ul { 
  padding:0;
  margin:0;
}
.wecontrol ul li { 
  display: inline; 
  color: #CCC;
  margin:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #CCC;
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .menupad {padding-top:0px !important;}
    .navbar-toggler {margin-bottom:3px;margin-top:-80px;}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
.showcasetext {padding:160px 15px;}
.showcasetext h1 {font-size:24px;color:#FFF;line-height:1.5;}
.showcasetext h1 span {font-size:64px;}

.welcometext h2 span {
    font-size: 60px;
    line-height: 60px;
    position: relative;
    display: inline-block; /* Ensure the border is sized according to the text width */
    text-align: center; /* Center the text inside the span */
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

