/*
	Theme Name: Rossland
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Source Sans Pro', sans-serif !important;
	color:#232323;
	font-size:18px;
}

a {
	text-decoration:none;
	color:#6f6f6f;
}
a:focus { outline: 0; }
h2 {
	text-transform:uppercase;
	font-size:55px;
	line-height:60px;
	color:#231F20;
	font-weight:900;
	margin:0 0 20px;
}
a,a img,div {
	text-decoration: none;
	transition: color 0.5s, background-color 0.5s, border-color 0.5s, opacity 0.5s;
	-webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s, opacity 0.5; /* Safari */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h2.center-h2 {
	text-align:center;
}

hr.center-hr {
	margin-left:auto;
}

hr {
	border:none;
	background:#BA483A;
	width:55px;
	height:6px;
	margin-bottom:40px;
	margin-left:0;
}

span.red-sm {
	color:#BA483A;
	display:block;
	font-weight:300;
}

h1,
.event-intro h1 {
	margin-top:240px;
	margin-bottom:10px;
	text-transform: uppercase;
}

.home h1 {
	margin-top:275px;
}

.hidden {
	display:none;
}

h1 span.white-lrg{
	font-size:60px;
	line-height:50px;
	color:#fff;
	letter-spacing: -3px;
	font-weight:900;
	padding-left:80px;
	display:block;
	position:relative;
}

.home h1 span.white-lrg{
	font-size:90px;
	line-height:75px;
	padding-left:120px;
	
}

h1 span.white-lrg:before{
	content: "";
    position: absolute;
    height: 6px;
    background: #A34D43;
    top: 50%;
    width: 60px;
    left:0;
    margin-top:-3px;
}  

.home h1 span.white-lrg:before{
	width:85px;
}  

.home h1 span.red-sm {
	font-size:44px;
	line-height:50px;
	letter-spacing: 0;
}

h1 span.grey-sm {
	font-size:30px;
	line-height:40px;
	letter-spacing: 0;
	color:#D1D3D4;
	font-weight:300;
}

h2 span.red-sm {
	font-size:30px;
	line-height:40px;
}

h4 span.red-sm {
	font-size:25px;
	line-height:30px;
}

h3 {
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	font-weight:900;
	color:#231F20;
}

h4 {
	font-size:30px;
	line-height:30px;
	color:#231F20;
	text-transform:uppercase;
	font-weight:900;
}

h5 {
	font-size:26px;
	line-height:26px;
	color:#231F20;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom:10px;
}

h6 {
	margin:25px 0 0;
	color:#A34D43;
	font-weight:700;
	font-size:18px;
}

p,
li {
	font-size:18px;
	line-height:28px;
	font-weight:300;
}

p a {
	font-weight:500;
	color:#A34D43;
}

a {
	color:#232323;
}

table,
table p {
	font-size:15px;
	text-align:left;
}

.section ul {
	padding-left:20px;
	margin:0 0 30px;
}

/*p a:hover {
	text-decoration: underline;
}*/

p.center-p {
	text-align:center;
	margin:0 auto 30px;
}

p.center-p:last-of-type {
	margin-bottom:0;
}

a.pdf-link {
	background:url(/wp-content/themes/rossland/img/application-pdf.png) center left no-repeat;
	padding-left:25px;
}

a.jpg-link {
	background:url(/wp-content/themes/rossland/img/application-jpg.png) center left no-repeat;
	padding-left:25px;
}

span.lake-title {
	font-weight:700;
	display:block;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#intro-cover {
	position:fixed;
	width:200%;
	height:200%;
	left:-50%;
	top:-50%;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
    background:#fff;
    z-index:10000;
    display:none;
}

body.home #intro-cover {
	display:block;
}

#intro-logo {
	background:url(/wp-content/themes/rossland/img/loader.png) center center no-repeat #fff;
	background-size:150px auto;
	-ms-transform: rotate(7deg) translatez(0); /* IE 9 */
    -webkit-transform: rotate(7deg) translatez(0); /* Chrome, Safari, Opera */
    transform: rotate(7deg) translatez(0);
    position:absolute;
    width:500px;
    height:500px;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top:-250px;
}

/* header */
.header {
	width:100%;
	position:fixed;
	z-index:1000;
}

#header-ground {
	position:absolute;
	background:#121212;
	width:100%;
	height:0;
	top:0;
	z-index:0;
}

#social-links a#current-temperature {
	font-size:15px;
	color:#fff;
	font-weight:700;
	width:55px;
	margin-left:-15px;
	text-align:center;
	margin-bottom:10px;
	background:url(/wp-content/themes/rossland/img/celcius.png) center top no-repeat;
	background-size:18px auto;
	padding-top:25px;
	height:auto;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.79);
}

#social-links {
	position:fixed;
	width:30px;
	right:30px;
	top:250px;
	z-index:1001;
}

#social-links a {
	width:25px;
	height:28px;
	background-size: 100% auto;
	background-position:top center;
	display:block;
	margin-bottom:4px;
}

#social-links a:hover {
	background-position:bottom center;
}

a#facebook {
	background-image:url(/wp-content/themes/rossland/img/facebook-icon.png);
}

a#instagram {
	background-image:url(/wp-content/themes/rossland/img/instagram-icon.png);
}

a#twitter {
	background-image:url(/wp-content/themes/rossland/img/twitter-icon.png);
}

a#youtube {
	background-image:url(/wp-content/themes/rossland/img/you-tube-icon.png);
}

#secondary-menu {
	height:20px;
	width:auto;
	float:right;
	margin-top:57px;
	z-index:3;
	position:relative;
}

#secondary-menu a{
	float:left;
	margin-left:20px;
}

a#menu-btn {
	width:29px;
	height:20px;
	z-index:1001;
	position:relative;
}

a#menu-btn:hover .burger-line {
	background:#A34D43;
}

.burger-line {
	height:4px;
	background:#fff;
	position:absolute;
	right:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:100%;
}

#burger-2 {
	top:50%;
	margin-top:-2px;
}

#burger-3 {
	bottom:0;
}

#favourites-btn {
	background:#A34D43;
	font-size:12px;
	line-height:13px;
	color:#fff;
	padding:3px 8px 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:none;
}

/*.favourite-star {
	font-size:20px;
}*/

#search-btn {
	height:20px;
	width:20px;
	background:url(/wp-content/themes/rossland/img/search-icon.png) center top no-repeat;
	background-size:100%  auto;
}

#search-btn:hover {
	background-position: center bottom;
}

#search-enter {
	width:20px;
	height:25px;
	background:url(/wp-content/themes/rossland/img/search-enter.png) center top no-repeat;
	background-size:100% auto;
	position:absolute;
	right:50%;
	margin-right:-400px;
	top:45px;
}

#search-enter:hover {
	background-position: center bottom;
}

#search-input {
	margin:30px auto 40px;
	background:none;
	border:none;
	border-bottom:1px solid #999;
	width:80%;
	max-width:800px;
	font-size:40px;
	display:inline-block;
	color:#fff;
	padding:0;
}

#search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
#search-input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
#search-input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
#search-input:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

input:focus,
textarea:focus {
    outline-width: 0;
}

#search {
	background:#111;
	width:100%;
	height:auto;
	position:fixed;
	z-index:10001;
	text-align:center;
	top:-200px;
}

a#search-close {
	width:20px;
	height:20px;
	position:absolute;
	right:20px;
	top:20px;
	background:url(/wp-content/themes/rossland/img/search-close.png) center top no-repeat;
	background-size:100% auto;
}

a#search-close:hover {
	background-position: center bottom;
}

#white-cover {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	display:none;
}

#menu {
	clear:right;
	float:right;
	width:auto;
	margin-top:16px;
	height:auto;
	z-index:2;
	position:relative;
}

#menu ul {
	width:auto;
	display:inline-block;
	margin:0;
	padding:0;
	margin-left:6px;
	position:relative;

}

#menu li{
	list-style-type:none;
	padding:0;
}

#menu ul li a{
	font-size:17px;
	display:inline-block;
	text-transform: uppercase;
	padding:10px;
	color:#fff;
	font-weight:700;
	margin-left:5px;
}

#menu ul#secondary{
	background:#fff;
	padding:5px 10px;
	position:absolute;
	right:0;
	top:5px;
	display:none;
}

#menu ul#secondary:after {
	bottom: 100%;
	right: 5px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

#menu ul#secondary li a{
	color:#999;
	font-size:13px;
	line-height:13px;
	padding:5px 0;
	margin:0;
	display:block;
}

#menu ul#secondary li a:hover {
	color:#A34D43;
}

/*#menu ul#menu-news li a {*/
#menu ul#menu-COVID-19 li a {	
	padding-right:0;
}

#menu ul ul {
	display:none;
	position:absolute;
	top:47px;
	margin-left:0px;
}

#menu ul ul li #summer-drop,
#menu ul ul li #winter-drop {
	position:absolute;
	top:0;
	left:185px;
	width:170px;
	display:none;
}

#menu ul ul li #winter-drop {
	top:34px;
}

#menu ul ul li a,
#menu ul ul li #summer-drop a,
#menu ul ul li #winter-drop a{
	padding:2px 10px 3px;
	background:#ddd;  
	text-align:left;
	width:165px;
	color:#222;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
	border-bottom:1px solid #ccc;
}

#menu ul ul li:last-of-type a,
#menu ul ul li #summer-drop a:last-of-type,
#menu ul ul li #winter-drop a:last-of-type{ 
	border:none;
}

#menu ul ul li #summer-drop a,
#menu ul ul li #winter-drop a{ 
	background:#333;
	width:170px;
	border-bottom:1px solid #444;
	color:#ddd;
}

#menu ul ul li a:hover,
#menu ul ul li #summer-drop a:hover,
#menu ul ul li #winter-drop a:hover,
#menu ul ul li.sub-sub-menu-item.expanded a{
	background:#A34D43;
	color:#fff;
}

#menu ul.drop-down:hover>li a {
	color:#A34D43;
}

#menu a:hover,
#menu a.active {
	color:#A34D43;
}

#logo {
	width:204px;
	height:70px;
	background:url(/wp-content/themes/rossland/img/logo.png) no-repeat;
	background-size: 100% auto;
	float:left;
	margin-top:57px;
	z-index:1;
	position:relative;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
#wrapper {
	overflow-x:hidden;
}

.pagination {
	float:left;
	text-align: center;
	width:100%;
	margin-bottom: 25px;
}

.pagination .page-numbers{
	margin:0 5px;
	color:#231F20;
	font-weight:700;
	font-size:22px;
}

.pagination .page-numbers.current{
	color:#A34D43;
}

.intro {
	width:100%;
	height:auto;
	background-color:#000;
	background-size: cover;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	padding-bottom:180px;
}

.transparent-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .65;
    top: 0;
    z-index: 0;
}

.red-link {
	background:#A34D43;
	color:#fff;
	padding:8px 20px 10px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:inline-block;
    margin-top:20px;
}

.red-link:hover {
	background:#7F3A34;
}

.top-link {
	float:left;
	margin:30px 5px 0 0;
}

.top-link:first-of-type {
	margin-left:80px;
}

p.event-date {
	color:#efefef;
	margin:5px 0 0 80px;
	font-size:20px;
	font-weight:700;
	text-transform: uppercase;
}

#home-video {
	width:100%;
	position:relative;
	overflow:hidden;
}

#vid1 {
	position:absolute;
	width:100%;
	z-index:0;
	opacity:.65;
	object-fit: inherit;
	top:0;
	left:0;
}

#winter-intro {
	background-image:url(/wp-content/themes/rossland/img/winter-ground.jpg);
	background-position:center center;
}

#summer-intro {
	background-image:url(/wp-content/themes/rossland/img/summer-ground.jpg);
	background-position:center top;
}

#about-intro {
	background-image:url(/wp-content/themes/rossland/img/about-ground.jpg);
	background-position:center center;
}

#events-intro {
	background-image:url(/wp-content/themes/rossland/img/events-ground.jpg);
	background-position:center center;
}

#blog-intro {
	background-image:url(/wp-content/themes/rossland/img/blog-banner.jpg);
	background-position:center center;
}

#mountain-biking-intro {
	background-image:url(/wp-content/themes/rossland/img/mountain-biking-ground.jpg);
	background-position:center center;
}

#skiing-and-snowboarding-intro {
	background-image:url(/wp-content/themes/rossland/img/skiing-ground.jpg);
	background-position:center center;
}

#hiking-and-trail-running-intro {
	background-image:url(/wp-content/themes/rossland/img/trail-running-ground.jpg);
	background-position:center center;
}

#cross-country-skiing-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/cross-country-skiing.jpg);
	background-position:center center;
}

#fat-biking-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/fat-biking.jpg);
	background-position:center center;
}

#cat-skiing-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/cat-skiing.jpg);
	background-position:center center;
}

#back-country-skiing-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/back-country-skiing.jpg);
	background-position:center center;
}

#winter-swimming-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/winter-swimming.jpg);
	background-position:center center;
}

#disc-golf-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/disc-golf.jpg);
	background-position:center center;
}

#road-biking-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/road-biking.jpg);
	background-position:center center;
}

#golfing-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/golfing.jpg);
	background-position:center center;
}

#fishing-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/fishing-ground.jpg);
	background-position:center center;
}

#ziplining-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/ziplining.jpg);
	background-position:center center;
}

#whitewater-rafting-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/whitewater-rafting.jpg);
	background-position:center center;
}

#lakes-parks-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/lakes-parks.jpg);
	background-position:center center;
}

#summer-swimming-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/swimming.jpg);
	background-position:center center;
}

#search-intro {
	background-image:url(/wp-content/themes/rossland/img/search-ground.jpg);
	background-position:center center;
}

#snowshoeing-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/snowshoeing.jpg);
	background-position:center center;
}

#curling-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/curling.jpg);
	background-position:center center;
}

#accommodations-intro,
#condos-intro,
#campgrounds-hostels-intro,
#hotels-and-motels-intro,
#guest-houses-bed-and-breakfasts-intro {
	background-image:url(/wp-content/themes/rossland/img/accommodations-ground.jpg);
	background-position:center center;
}

#dining-and-nightlife-intro {
	background-image:url(/wp-content/themes/rossland/img/dining-ground.jpg);
	background-position:center center;
}

#arts-and-culture-intro {
	background-image:url(/wp-content/themes/rossland/img/arts-and-culture.jpg);
	background-position:center center;
}

#shopping-intro {
	background-image:url(/wp-content/themes/rossland/img/shopping-ground.jpg);
	background-position:center center;
}

#contact-intro {
	background-image:url(/wp-content/themes/rossland/img/contact-us-ground.jpg);
	background-position:center center;
}

#health-and-wellness-intro {
	background-image:url(/wp-content/themes/rossland/img/health-and-wellness.jpg);
	background-position:center center;
}

#favourites-intro {
	background-image:url(/wp-content/themes/rossland/img/favourites-ground.jpg);
	background-position:center center;
}

#travel-intro {
	background-image:url(/wp-content/themes/rossland/img/travel-ground.jpg);
	background-position:center center;
}

#h2o-and-parks-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/h2o-banner.jpg);
	background-position:center center;
}

#brews-and-hops-intro {
	background-image:url(/wp-content/themes/rossland/img/wine-beer-ground.jpg);
	background-position:center center;
}

#horseback-riding-intro {
	background-image:url(/wp-content/themes/rossland/img/activities/horseback-riding-banner.jpg);
	background-position:center center;
}

#markets-intro {
	background-image:url(/wp-content/themes/rossland/img/markets-ground.jpg);
	background-position:center center;
}

#redBorder,
#whiteEdge,
.seperator {
	z-index:51;
	height:60px;
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
}

#redBorder {
	height:70px;
}

.test{
	position:relative;
	bottom:auto;
	z-index:51;
	height:60px;
	width:100%;
}

.sponsor {
	width:20%;
	display:inline-block;
	max-width:160px;
	margin:15px 3% 40px;
}

.sponsor img {
	width:150px;
}

#whiteEdge {
	z-index:50px;
}

#seperator-tests {
	position:relative;
	float:left;
	height:1000px;
	width:100%;
}

.section {
	padding:90px 0;
	position:relative;
	overflow:hidden;
}

.white-box,
.black-box {
	padding-bottom:150px;
}


.black-box {
	background:#414042;
	padding-bottom:150px;
}

.black-box h2,
.black-box p{
	color:#fff;
}

.inner-wrapper,
.sm-inner-wrapper {
	width:94%;
	max-width:1200px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	margin-top:100px;
	z-index: 5;
	position:relative;
}

.sm-inner-wrapper {
	max-width:750px;
	margin-top:0;
}

.inner-wrapper:first-of-type {
	margin-top:0;
}

.blog-content img {
	max-width:100%;
}

.blog-content p {
	margin:0 0 30px;
}

.blog-content ul {
	margin:0 0 30px;
}



#home-activities {
	background:url(/wp-content/themes/rossland/img/home-activities.jpg) center bottom no-repeat #F7F9F6;
	background-size:100% auto;
	padding-bottom:30% !important;
}

#home-relax {
	background:url(/wp-content/themes/rossland/img/relax-ground.jpg) center bottom no-repeat #E1EDF9;
	padding-bottom:50% !important;
	background-size:100% auto;
}

#winter-grid {
	background:url(/wp-content/themes/rossland/img/winter-grid-ground.jpg) center bottom no-repeat #B4B9BC;
	padding-bottom:53% !important;
	background-size:100% auto;
}

#summer-grid {
	background:url(/wp-content/themes/rossland/img/summer-grid-ground.jpg) center bottom no-repeat #a1c3c5;
	padding-bottom:30% !important;
	background-size:100% auto;
}

#events-grid {
	background:url(/wp-content/themes/rossland/img/events-grid-ground.jpg) center bottom no-repeat #060000;
	padding-bottom:43% !important;
	background-size:100% auto;
	height:auto;
}

#itinerary-grid {
	background:url(/wp-content/themes/rossland/img/itineraries-ground.jpg) center bottom no-repeat #ECE7E3;
	padding-bottom:35% !important;
	background-size:100% auto;
}

#neighbours-grid {
	background:url(/wp-content/themes/rossland/img/neighbours-ground.jpg) center bottom no-repeat #8795A0;
	padding-bottom:60% !important;
	background-size:100% auto;
}

#artfully-skiing-grid {
	background:url(/wp-content/themes/rossland/img/lost-bg.png) center bottom no-repeat #e7e7e9;
	padding-bottom:35% !important;
	background-size:100% auto;
}

#neighbours-grid p{
	color:#111;
}

#hat-giveaway {
	background:url(/wp-content/themes/rossland/img/hat-giveaway.jpg) center center no-repeat;
	background-size:100% auto;
	width:70px;
	height:70px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float:left;
    clear:both;
    margin:0 20px 20px 0;
}

#visitor-info {
	background:url(/wp-content/themes/rossland/img/visitor-information.jpg) center bottom no-repeat #a1c3c5;
	padding-bottom:33% !important;
	background-size:100% auto;
}

#trails {
	background:url(/wp-content/themes/rossland/img/trails-ground.jpg) center bottom no-repeat #5C898F;
	padding-bottom:30% !important;
	background-size:100% auto;
	color:#fff;
}

#seven-trails {
	background:url() #000;
	background-size:100% auto;
}

#types-of-trails {
	background:url(/wp-content/themes/rossland/img/summer-grid-ground.jpg) center bottom no-repeat #a1c3c5;
	padding-bottom:31% !important;
	background-size:100% auto;
}

.listings-grid {
	background:url(/wp-content/themes/rossland/img/itineraries-ground.jpg) center bottom no-repeat #ECE7E3;
	padding-bottom:30% !important;
	background-size:100% auto;
}

#h2o-and-parks-listings {
	background:url(/wp-content/themes/rossland/img/lakes-and-parks-locations-ground.jpg) center bottom no-repeat #406b7c;
	padding-bottom:43% !important;
	background-size:100% auto;
}

#skiing-and-snowboarding-listings {
	background:url(/wp-content/themes/rossland/img/skiing-listings.jpg) center bottom no-repeat #99aaba;
	padding-bottom:52% !important;
	background-size:100% auto;
}

#hiking-and-trail-running-listings {
	background:url(/wp-content/themes/rossland/img/relax-ground.jpg) center bottom no-repeat #e1edf9;
	padding-bottom:46% !important;
	background-size:100% auto;
}

#h2o-and-parks-listings h5{
	color:#fff;
}

#road-biking-bottom {
	background:url(/wp-content/themes/rossland/img/road-biking-bottom.jpg) center bottom no-repeat #8795A0;
	padding-bottom:60% !important;
	background-size:100% auto;
}

#fishing-locations {
	background:url(/wp-content/themes/rossland/img/fishing-locations-ground.jpg) center bottom no-repeat #527da0;
	padding-bottom:35% !important;
	background-size:100% auto;
	color:#fff;
}

#fishing-locations p a{
	color:#fff;
}

#lakes-and-parks-locations {
	background:url(/wp-content/themes/rossland/img/lakes-and-parks-locations-ground.jpg) center bottom no-repeat #406b7c;
	padding-bottom:50% !important;
	background-size:100% auto;
	color:#fff;
}

#types-of-trails h2{
	color:#fff;
}

#favourites-grid {
	background:url(/wp-content/themes/rossland/img/favourites-grid-ground.jpg) center bottom no-repeat #e0e2ee;
	padding-bottom:40% !important;
	background-size:100% auto;
}

#getting-around {
	background:url(/wp-content/themes/rossland/img/free-ride-bus.jpg) center bottom no-repeat #97c4ee;
	padding-bottom:55% !important;
	background-size:100% auto;
}

#by-air {
	background:url(/wp-content/themes/rossland/img/by-air.jpg) center bottom no-repeat #202d35;
	padding-bottom:42% !important;
	background-size:100% auto;
}

#seven-trails p {
	color:#ccc;
}

.image-left,
#google-map {
	width:46%;
	float:left;
	margin-right:8%;
}

.image-left img,
.image-right img {
	width:100%;
	display:block;
}

.image-link {
	position:relative;
	background-color:#BA483A;
}

.image-link img {
	opacity:1;

}

.image-link:hover img {
	opacity:.35;
}

.image-link-text {
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;
	color:#ddd;
	font-size:24px;
	font-weight:900;
	z-index:10;
	margin-top:-12px;
}

.image-link:hover .image-link-text {
	color:#fff;
}

#google-map {
	height:450px;
	background:#333;
	width:67%;
	margin-right:8%;
	float:left;
}

.image-right {
	width:46%;
	float:right;
	margin-left:8%;
}

.width-100 {
	width:100%;
}

.details-col {
	width:46%;
	text-align:left;
	float:left;
	/*margin-top:25px;*/
}

.float-right {
	float:right;
}

.activity {
	margin-top:100px;
	float:left;
	width:100%;
}

.activity figure {
	position:relative;
	width:75%;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.activity figure img {
	width:100%;
	height:auto;
	display:block;
}

.activity figure.left {
	float:left;
	margin-right:35px;
}

.activity figure.right {
	float:right;
	margin-left:35px;
}

.activity figure.left:after {
    right: -1px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-right-color: #F7F7F5;
    border-width: 20px;
    margin-top: -20px;
    z-index: 100;
}

.activity figure.right:after {
	left: -1px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-left-color: #F7F7F5;
    border-width: 20px;
    margin-top: -20px;
    z-index: 100;
}

#itinerary-grid .activity figure.left:after {
    border-right-color: #ECE7E3;
}

#itinerary-grid .activity figure.right:after {
	border-left-color: #ECE7E3;
}

.teaser-details.right {
	text-align:right;
}

.teaser-details p{
	margin:10px 0 0 0;
}

.teaser-details h3{
	margin:130px 0 0 0;
}

#vid-wrapper {
	margin-bottom:0;
}

.grid-col3-block {
	display:inline-block;
	vertical-align: top;
	width:31%;
	margin-right:3.5%;
	margin-bottom:60px;
	height:auto;
}

.grid-col3-block:nth-child(3n+3){ 
	margin-right:0;
}

.grid-col3-block.vacation-rental h5{
	margin-bottom:8px;
	margin-left:0;
	font-size:18px;
	line-height:1.2;
	/*white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;*/
}

.grid-col3-block.vacation-rental p {
	margin-left:0;
}

.grid-col3-block.vacation-rental p a {
	font-weight:bold;
	color:#A34D43;
	/*background:#A34D43;
	color:#fff;
	padding:4px 15px 6px;
	border-radius:3px;*/
	display:inline-block;
	margin-top:12px;
	font-size:.85em;
	text-transform: uppercase;
	text-decoration: underline;
}

.grid-col3-block.vacation-rental p a:hover {
	color:#6D2927;
}

.grid-col3-block.vacation-rental .image-wrapper img:hover{
	  -moz-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
}

span.rental-type {
	/*font-weight:bold;*/
}

.listings-grid .grid-col3-block {
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
}

.listings-grid .grid-col3-block:nth-child(3n+3) {
	margin-right:1.5%;
}

.gallery {
	max-width:750px;
	width:100%;
	margin:0 auto 30px;
	position:relative;
}

.gallery-controls {
	text-align: center;
	margin-top:20px;
	width:100%;
}

#gallery-left,
#gallery-right {
	display:inline-block;
	width:15px;
	height:35px;
	vertical-align: top;	
}

#gallery-left {
	background:url(/wp-content/themes/rossland/img/left-arrow.png) center center no-repeat;
	background-size:100% auto;
}

#gallery-right {
	background:url(/wp-content/themes/rossland/img/right-arrow.png) center center no-repeat;
	background-size:100% auto;
}

.images-wrapper {
	height:auto;
	text-align:center;
}

.images-wrapper img {
	display:none;
	height:100%;
	width:auto;
}

.images-wrapper img:first-of-type{
	display:inline-block;
}

.icons {
	width:auto;
	display:inline-block;
	vertical-align: top;	
	margin-top:5px;
	margin:6px 25px 0;
}

.icon {
	width:12px;
	height:12px;
	background:#ccc;
	margin:0 5px;
	display:inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor:pointer;
}

.icon.active {
	background:#A34D43;
}

.relax {
	float:left;
	width:48%;
	margin-right:4%;
}

.relax:nth-child(2n+2){
	margin-right:0;
}

.relax .image-wrapper,
.grid-col3-block .image-wrapper{
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.image-wrapper img,
figure img {
  display:block;	
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.image-wrapper img:hover,
figure img:hover{
	  -moz-transform: scale(1.12);
	  -webkit-transform: scale(1.12);
	  transform: scale(1.12);
}

.relax .image-wrapper:after,
.grid-col3-block .image-wrapper:after {
	left: 40px;
    top: auto;
    bottom: -1px;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-bottom: 22px solid #E1EDF9;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    z-index: 6;
}

.relax.accommodations .image-wrapper:after {
	border-bottom: 22px solid #a1c3c5;
}

.grid-col3-block .image-wrapper:after {
	left:25px;
	border-bottom: 19px solid #B4B9BC;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
}

#summer-grid .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #a1c3c5;
}

#events-grid .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #060000;
}

#neighbours-grid .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #8795A0;
}

.listings-grid .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #ECE7E3;
}

#h2o-and-parks-listings .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #406b7c;
}

#skiing-and-snowboarding-listings .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #99aaba;
}

#hiking-and-trail-running-listings .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #e1edf9;
}







#favourites-grid .grid-col3-block .image-wrapper:after {
	border-bottom: 19px solid #e0e2ee;
}



.listings-grid h5 {
	text-transform:none;
	font-size:22px;
	line-height:28px;
}

.directory-results {
	/*margin-top:80px;*/
	float:left;
	width:100%;
}

#category-select {
    position: absolute;
    right: 2.5%;
    top:0;
    width:30%;
    border: 0;
    color: #414042;
    background: url(/wp-content/themes/rossland/img/filter-arrow.png) no-repeat right top #e6e6e7;
    background-color:#fff;;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    z-index: 51000;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.shadow {
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}

p.display {
	color:#414042;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:25px;
	font-weight:700;
}

#category-select ul {
    padding: 0;
    margin:0;
    list-style:none;
}

#category-select ul li {
    padding: 8px 0;
    border-top: 1px solid #ddd;
    margin-top:10px;
    font-size:15px;
    font-weight:500;
}

#category-select ul li:hover {
	color:#A34D43;
}

#category-select ul li#show-all {
	display:none;
}

.relax .image-wrapper img,
.grid-col3-block .image-wrapper img{
	width:100%;
}

.relax h4 {
	margin:15px 0 70px 40px;
}

.grid-col3-block h5 {
	margin-left:25px;
	margin-top:15px;
}

.grid-col3-block p {
	margin:0 0 10px 25px;
	font-size:16px;
	line-height:22px;
}

#events-grid h5 {
	color:#fff;
	text-transform: none;
}

#news-grid h5,
.grid-col3-block.home-news h5{
	text-transform: none;
	font-size:18px;
	line-height:1.3;
	margin-bottom:5px;
}

#news-grid .grid-col3-block {
	margin-right:3%;
}

#news-grid .grid-col3-block:nth-child(3n+3) {
	margin-right:0;
}

#news-grid .grid-col3-block .image-wrapper:after {
	border-bottom-color:#e0e2ee;
}

/*.grid-col3-block.home-news .image-wrapper:after {
	border-bottom-color:#fff;
}*/

span.grid-event-date {
	font-size:14px;
	text-transform: uppercase;
	color:#BA483A;
}

#events-grid p {
	color:#A7A9AC;
}

#event-contact-info,
#business-contact-info {
	font-size:18px;
	line-height:24px;
	font-weight:300;
	
}

#business-contact-info {
	width:25%;
	float:left;
	color:#fff;
}

#business-contact-info a{
	color:#fff;
}

/* footer */
.footer {
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:50px;
}

#footer-content {
	height:auto;
	margin:40px auto 50px;
}

a#footer-logo {
	width:215px;
	height:80px;
	background:url(/wp-content/themes/rossland/img/footer-logo.png) no-repeat;
	background-size:100% auto;
	float:left;
	margin-bottom:8px;
}

input#footer-search {
	width:100%;
	border:none;
	font-size:12px;
	padding:5px 5px 5px 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:url(/wp-content/themes/rossland/img/footer-search-icon.png) 5px center no-repeat #F1F2F2;
    background-size:14px auto;
    border:1px solid #ddd;
}

#footer-social {
	float:left;
	margin-top:17px;
}

#footer-social a{
	width:16px;
	height:16px;
	float:left;
	margin-right:30px;
	background-size: 100% auto;
}

a#footer-facebook {
	background-image:url(/wp-content/themes/rossland/img/footer-facebook.png);
}

a#footer-instagram {
	background-image:url(/wp-content/themes/rossland/img/footer-instagram.png);
}

a#footer-twitter {
	background-image:url(/wp-content/themes/rossland/img/footer-twitter.png);
}

a#footer-youtube {
	background-image:url(/wp-content/themes/rossland/img/footer-youtube.png);
}

#footer-left-col {
	float:left;
}

#footer-left-col a{
	float:left;
	clear:both;
	color:#A34D43;
	font-size:15px;
	line-height:23px;
	font-weight:900;
	text-transform:uppercase;
	
}

.footer-col {
	float:right;
	margin-left:60px;
	width:auto;
}

.footer-col a{
	text-transform:uppercase;
	font-size:14px;
	font-weight:900;
	display:block;
	color:#939598;
	margin-bottom:4px;
}

.footer-col a:hover{
	color:#A34D43;
}

#contact-info {
	float:left;
}

#contact-info {
	width:auto;
}

#contact-info a{
	color:#A34D43;

}

#bottom-bar {
	height:50px;
	background:#A34D43;
	width:100%;
	position:absolute;
	bottom:0;
}

p.copyright {
	float:right;
	color:#fff;
	font-size:13px;
	margin-top:10px;
	letter-spacing: 1px;
}

#contact-form input,
#contact-form textarea{
	width:100%;
	padding:8px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #999;
    background:none;
    float:left;
    font-size:16px;
}

#contact-form textarea{ 
	height:160px;
}

#contact-form input:focus,
#contact-form textarea:focus {
	border-color:#A34D43;
}

.input-wrapper label {
	margin-bottom:5px;
	float:left;
}

.input-wrapper {
	margin-bottom:25px;
	float:left;
	width:100%;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1200px) {
	#social-links {
		right:20px;
	}

	h5,
	.listings-grid h5,
	#events-grid h5,
	.grid-col3-block h5 {
		font-size:20px;
		line-height:20px;
		margin-left:0;
	}

	#events-grid p {
		margin-left:0;
	}

	.home h1 {
		margin-top:220px;
	}

	#home-video {
		padding-bottom:120px;
	}

	.grid-col3-block p {
		margin-left:0;
	}
}

@media only screen and (max-width:1100px) {
	#menu ul li a {
			margin-left:0;
			font-size:13px;
	}

	#event-contact-info,
	#business-contact-info {
		font-size:16px;
	}
}

@media only screen and (max-width:1020px) {
	#search-enter {
		right:10%;
		margin:0;
	}
}

@media only screen and (max-width:1000px) {
	.home h1 {
		margin-top:180px;
	}

	#home-video {
		padding-bottom:80px;
	}

	.home h1 span.red-sm {
		font-size:34px;
		line-height: 40px
	}

	h1 span.white-lrg {
		font-size:40px;
		line-height:30px;
		padding-left:60px;
	}

	h1 span.white-lrg:before {
		width:45px;
	}

	.details-col,
	.image-left,
	.image-right {
		width:100%;
		margin:10px 0;
	}

	#category-select {
		width:250px;
	}


}


@media only screen and (max-width:900px) {
	#menu ul li a {
		font-size:11px;
		padding-left:6px;
		padding-right:6px;
	}

	#menu ul {
		margin-left:0;
	}

	.teaser-details h3 {
		margin-top:30px;
	}

	#google-map {
		margin-right:4%;
	}

	.grid-col3-block,
	.grid-col3-block:nth-child(3n+3),
	.listings-grid .grid-col3-block,
	.listings-grid .grid-col3-block:nth-child(3n+3) {
		width:48%;
		margin-right:4%;
		margin-bottom:40px;
	}	

	.listings-grid .grid-col3-block,
	.listings-grid .grid-col3-block:nth-child(3n+3) {
		margin-left:1%;
		margin-right:1%;
	}

	.grid-col3-block:nth-child(2n+2) {
		margin-right:0;
	}

	#news-grid .grid-col3-block,
	#news-grid .grid-col3-block:nth-child(3n+3) {
		margin-right:3%;
	}

	#news-grid .grid-col3-block:nth-child(2n+2) {
		margin-right:0;
	}

	.images-wrapper {
		height:350px;
	}

	h5,
	.listings-grid h5,
	#events-grid {
		font-size:18px;
		line-height:18px;
		margin-left:0;
	}
}

@media only screen and (max-width:850px) {
	#vid1 {
		width:115%;
		
	}
}


@media only screen and (max-width:750px) {
	#vid1 {
		width:100%;
		
	}

	header {
		height:auto !important;
	}

	header .inner-wrapper {
		width:100%;
	}

	a#logo {
		width:100px !important;
		margin-top:12px !important;
		margin-left:3% !important;
		height:48px !important;
	}

	#header-ground {
		height:60px !important;
	}

	#secondary-menu {
		margin-top:18px !important;
		margin-right:15px;
	}

	#menu {
		width:100%;
		position:relative;
		margin:0 !important;
		display:none;
		top:auto;
	}

	#menu ul {
		width:100%;
		margin:0;
		display:block;
		height:auto;
	}

	#menu ul li a,
	#menu ul.drop-down ul li a,
	#menu ul#secondary li a {
		padding:9px 0 10px;
		font-size:14px;
		line-height:14px;
		text-align:center;
		width:100%;
		background:#333;
		border-bottom:1px solid #444;
		color:#fff;
		font-weight:500;
		margin:0;
		float:left;
	}

	#menu ul.drop-down ul li a {
		background:#222;
	}

	#menu ul.drop-down ul {
		/*display:block !important;*/
		position:relative;
		top:auto;
		
	}

	.intro {
		margin-top:60px;
		padding-bottom:110px;
	}

	/*#menu ul.drop-down>li {
		display:none !important;
	}*/

	#menu ul#secondary{
		background:#333;
		padding:0;
		position:relative;
		right:auto;
		top:auto;
		/*display:block !important;*/
		width:100%;
	}

	#menu ul#secondary:after {
		display:none;
	}

	a#menu-btn {
		margin-left:15px;
	}

	#social-links {
		display:none;
	}

	/*#home-video {
		height:auto;
		background-attachment: scroll;
		padding-bottom:100px;
		background-position: center top;
	}

	.intro {
		padding-bottom:100px;
		margin-top:60px;
	}*/

	.home h1,
	h1,
	.event-intro h1 {
		margin-top:70px;
	}

	h1 span.grey-sm {
		font-size:20px;
		line-height:30px;
	}

	

	p.event-date {
		margin-left:60px;
		font-size:16px;
		font-weight:500;
	}

	h1 span.white-lrg:before {
		width:40px;
	}

	.top-link {
		margin-top:20px;
	}

	.top-link:first-of-type {
		margin-left:60px;
	}

	.red-link {
		font-size:15px;
		padding:8px 10px 10px;
	}

	.home h1 span.white-lrg {
		font-size:60px;
		line-height:55px;
		padding-left:90px;
	}

	.home h1 span.white-lrg:before {
		width:65px;
	}

	h2 span.red-sm {
		font-size:20px;
		line-height:30px;
	}

	h2 {
		font-size:45px;
		line-height:45px;
	}

	hr {
		margin-bottom:30px;
	}

	.section {
		padding:50px 0;
	}

	.white-box,
	.black-box {
		padding:50px 0 100px;
	}

	p,li {
		font-size:16px;
		line-height:26px;
	}

	.activity {
		margin-top:50px;
	}

	.activity figure.left:after,
	.activity figure.right:after {
		left: 20px;
	    top: auto;
	    bottom: -1px;
	    border: solid transparent;
	    content: " ";
	    position: absolute;
	    pointer-events: none;
	    border-bottom: 22px solid #F7F9F6;
	    border-left: 22px solid transparent;
	    border-right: 22px solid transparent;
	    z-index: 6;
	}

	.activity figure {
		width:100%;
		margin-right:0;
	}

	.teaser-details.right {
		text-align:left;
	}

	.teaser-details h3,
	.teaser-details p {
		margin-left:20px;
	}

	.teaser-details h3 {
		margin-top:15px;
		margin-bottom:10px;
		float:left;
	}

	.teaser-details p {
		clear:both;
	}

	h3 {
		font-size:20px;
		line-height:20px;
	}

	h4 {
		font-size:20px;
		line-height:20px;
	}

	h4 span.red-sm {
		font-size:18px;
		line-height:23px;
	}

	.relax h4 {
		margin:10px 0 45px 20px;
	}

	.relax .image-wrapper:after, .grid-col3-block .image-wrapper:after {
		left:20px;
	}

	a#footer-logo {
		width:150px;
		height:60px;
	}	

	#footer-left-col a {
		font-size:13px;
		line-height:20px;
	}

	.footer-col {
		margin-left:25px;
	}

	.footer-col a {
		font-size:13px;
		margin-bottom:3px;
	}

	#google-map {
		margin-right:0;
		width:100%;
		height:300px;
	}

	#business-contact-info {
		width:100%;
	}

	.images-wrapper {
		height:300px;
	}

	.gallery {
		margin-bottom:25px;
	}

	#bottom-bar {
		height:auto;
		position:relative;
		bottom:auto;
	}

	p.copyright {
		float:left;
		margin-top:15px;
	}

	.footer {
		padding-bottom:0;
	}

	#search-input {
		font-size:30px;
		margin-bottom:20px;
	}

	#search-enter {
		top:40px;
		width:16px;
		height:20px;
	}

	#menu ul.drop-down.expanded ul {
		display:block !important;
	}




}

@media only screen and (max-width:600px) {
	#home-video {
		background-image:url(/wp-content/themes/rossland/img/home-ground.png);
		background-position:center center;
	}

	#vid1 {
		display:none;
	}

	.relax {
		width:100%;
		margin-right:0;
	}

	.footer-col { 
		float:left;
		margin:25px 0 0 0;
		clear:both;
	}

	table,
	table p {
		font-size:13px;
	}

	.home h1,
	h1,
	.event-intro h1 {
		margin-top:45px;
	}


	.home h1 span.red-sm {
		font-size:18px;
		line-height: 24px;
	}

	.home h1 span.white-lrg {
		font-size:30px;
		line-height:25px;
		padding-left:50px;
		letter-spacing:0;
	}

	.home h1 span.white-lrg:before {
		width:35px;
	}

}

@media only screen and (max-width:550px) {
	.section {
		padding:30px 0;
	}

	.white-box,
	.black-box {
		padding:30px 0 80px;
	}

	
	p.event-date {
		margin-left:50px;
	}

	

	h2 span.red-sm {
		font-size:16px;
		line-height:26px;
	}

	h2 {
		font-size:30px;
		line-height:30px;
		letter-spacing: 0;
	}

	hr {
		margin-bottom:20px;
	}

	.section {
		padding:40px 0;
	}

	.white-box,
	.black-box {
		padding:40px 0 90px;
	}

	p,li {
		font-size:15px;
		line-height:25px;
	}

	h1 span.white-lrg {
		font-size:30px;
		line-height:25px;
		padding-left:50px;
		letter-spacing: 0;
	}

	h1 span.white-lrg:before {
		width:30px;
	}

	.top-link {
		margin-top:15px;
	}

	.top-link:first-of-type {
		margin-left:0;
	}

	.red-link {
		font-size:13px;
		padding:6px 8px 8px;
	}

	.grid-col3-block,
	.grid-col3-block:nth-child(2n+2),
	.grid-col3-block:nth-child(3n+3) {
		width:100%;
		margin-right:0%;
		margin-bottom:25px;
	}	

	.listings-grid .grid-col3-block,
	.listings-grid .grid-col3-block:nth-child(2n+2),
	.listings-grid .grid-col3-block:nth-child(3n+3) {
		width:100%;
		margin-right:0;
		margin-left:0;
	}

	.images-wrapper {
		height:200px;
	}

	#search-input { 
		font-size:18px;
	}

	#search-enter {
		top:33px;
		width:12px;
		height:15px;
	}

	a#search-close {
		top:10px;
		right:10px;
		width:15px;
		height:15px;
	}

	#redBorder,
	#whiteEdge,
	.seperator {
		width:200%;
		left:-50%;
	}

	#google-map {
		height:250px;
	}


}

@media only screen and (max-width:600px) {
	.red-link {
		font-size:11px;
		padding:5px 5px 6px;
		margin-top:5px;
	}
}

@media only screen and (max-width:400px) {
	/*.intro {
		height:300px;
	}*/
	.images-wrapper {
		height:160px;
	}

	#google-map {
		height:200px;
	}

	#secondary-menu a {
		margin-left:10px;
	}

	a#logo {
		width:80px !important;
		height:45px !important;
		margin-top:15px !important;
	}

	a#favourites-btn {
		margin-left:0;
		font-size:10px;
		padding-left:5px;
		padding-right:5px;
	}

	table,
	table p {
		font-size:10px;
	}
}

@media only screen and (min-width:750px) {
	#menu>ul.drop-down:hover {
		height:400px;
	}
}




