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

/*

	Theme Name: Brush Ski Club
	Theme URI: http://fivecreative.com.au
	Description: Theme
	Author: FIVE Creative
	Author URI: http://fivecreative.com.au
	Version: 2.0
	License:
	License URI:
	
*/

/* reset all elements */
@import url("css/reset.css");

@import url(http://fonts.googleapis.com/css?family=Special+Elite);

@import url("css/icons.css");

/* ===== GENERAL ===== */

body { background: url(images/background-top.jpg) top center no-repeat; background-size:100% auto; font: normal 13px/15px Helvetica, Arial, sans-serif; color: #345157; }

a { color: #AE3D41; }
a:hover { text-decoration: underline; color: #AE3D41; }

h1, h2, h3, h4, h5, h6 { color: #AE3D41; }
h1 { background-color: #628B93; font: normal 16px/16px Helvetica, Arial, sans-serif; color: white; text-transform:uppercase; text-align:right; padding: 7px 3px 7px 5px; }
.home-weather h2 {background: #AE3D41; color: white; font: normal 14px/40px Helvetica, Arial, sans-serif; padding: 0 0 0 5px; margin: 5px 7px 10px 0;}
#availability h2 {background: #AE3D41 url(images/availability-icon.png) top left no-repeat; color: white; font: normal 14px/40px Helvetica, Arial, sans-serif; padding: 0 0 0 45px; margin: 0 0 5px 0;}


	/* ==== MAIN CLASSES ==== */
	
	.full-block { float: left; width: 100%; position: relative; }
	.wrapper, .wrapper-block { width: 980px; margin: 0 auto; }

	.dropdown { list-style: none; padding: 0; margin: 0; font-size: 0; }
	.dropdown li { display: inline-block; margin: 0; position: relative; font-size: 12px; }
	.dropdown li a { display: block; font-weight: bold; }
	.dropdown li a:hover { text-decoration: none; }
	.dropdown ul { position: absolute; width: 140px; list-style: none; top: 100%; left: 0; padding: 0; margin: 0; display: none; }
	.dropdown ul li { float: left; width: 100%; margin: 0; padding: 0; }
	.dropdown ul li a { display: block; padding: 7px 15px; }
	.dropdown ul ul { left: 100%; top: 0; }
	.dropdown li:hover .sub-menu {display: block;}
	
	#main-wrapper { width: 980px; margin: 0 auto; background: #eaeae8; padding: 0 10px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
	.dropdown, .sub-menu, #top-bar li a { z-index: 99999; position: relative;}
	.rev_slider_wrapper { z-index: 9; }

	#menu-icon{display:none;}
	
	#header-mobile{display:none}
	#footer-mobile{display:none;}

/* ===== TOP BAR ===== */

#top-bar { z-index: 10; margin: 0; }

#top-bar .dropdown {  }
#top-bar .dropdown > li { }
#top-bar .dropdown > li > a { padding: 10px 15px; border-left: 1px solid #dcdcdc; color: #666666; }
#top-bar .dropdown > li:hover > a { background: #345157; }
#top-bar .dropdown li:nth-child(1) a { border-left: 0px solid #dcdcdc; }
#top-bar .dropdown ul { background: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); }
#top-bar .dropdown ul li a { border-top: 1px solid #dfdfdf; font-weight: normal; color: #666666; }
#top-bar .dropdown ul li:hover a { background: #345157; color: white; }
#top-bar .right .dropdown ul { left: auto; right: 0; }
#top-bar .right .dropdown ul ul { left: auto; right: 100%; top: 0; }

#top-bar .left { font-size: 19px; font-weight: bold; padding: 11px 0; }
#top-bar .left span { display: inline-block; margin-left: 20px; }
#top-bar .right { margin: 0 0px 0 0; position: absolute; bottom: 0px; right: 0px;}

#facebook-link { background: url(images/facebook-link.png) no-repeat top left; display: block; width: 42px; height: 41px; float:right; }
#facebook-link:hover { background-position: bottom left; }

#twitter-link { background: url(images/twitter-link.png) no-repeat top left; display: block; width: 42px; height: 41px; float:right; }
#twitter-link:hover { background-position: bottom left; }




/* ===== HEADER ===== */

#header {  }
#header-wrapper { float: left; padding: 15px 5px 5px 5px; width: 970px; }
#header .wrapper, #top-menu .wrapper-block, #slider .wrapper { width: 970px; }

#logo { display: block; margin: 0 auto; width: 100%; }
#logo img { display: block; margin: 0 auto; padding: 20px 0 5px; }

#header .dropdown li a { font: bold 18px/18px Helvetica, Arial, sans-serif; color: #444444; border-left: 1px solid #dcdcdc; padding: 10px 30px 10px 15px; }
#header .dropdown li a em { display: block; font: italic 13px/18px Georgia, "Times New Roman", Times, serif; color: #888888; margin-top: 2px; }
#header .dropdown li a:hover { background: rgba(0, 0, 0, .05); border-top: 2px solid #999999; padding-top: 8px; }

#mobile-menu { display: none; }




/* ===== TOP MENU ===== */

#top-menu { z-index: 9; margin-top: 10px; }

#top-menu .dropdown {  background:#638b93 url(images/menu-bg.jpg);  text-align: center; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;  }
#top-menu .dropdown > li { float: none; }
#top-menu .dropdown > li > a { font: normal 14px/50px Helvetica, Arial, sans-serif; letter-spacing: 1px; padding: 0 20px; color: white; text-decoration: none; }
#top-menu .dropdown > li > a:hover, #top-menu .dropdown > li.current-menu-item > a { }

#top-menu .dropdown ul { background: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); }
#top-menu .dropdown ul li a { border-top: 1px solid #dfdfdf; font-weight: normal; color: #666666; }
#top-menu .right .dropdown ul { left: 0; right: auto; }
#top-menu .right .dropdown ul ul { left: auto; right: 100%; top: 0; }

/* ===== HEADER SIDE ====== */
.social-links { color: #FFF; line-height: 35px; font-size: 16px; vertical-align:middle; position: relative; float: right; margin: 0px !important; }
i.icon-facebook,i.icon-twitter,i.icon-instagram {font-size: 30px; color: white; float: right; line-height: 35px; paddin-right: 5px;} 
.social-links h4 { background: #345157; font: normal 16px/40px Helvetica, Arial, sans-serif; color: #ffffff; text-transform: uppercase; text-align: right; margin: 5px 0px 6px 0px; padding: 0px 5px; }
.social-links a.facebook { display: block; background-color: #3B5998; }
.social-links a.twitter { display: block; background-color: #4099ff; }
.social-links a { text-decoration: none; color: #fff; vertical-align:middle; padding-left: 5px; margin-bottom: 5px;}
.social-links a i { color: #fff; vertical-align:middle;}
.social-links a:hover i { color: #AE3D41; }
.social-links a:hover { color: #AE3D41; }

 


/* ===== SLIDER ===== */
 
#slider { margin-bottom: 0; }
#slider .wrapper { position: relative; }
#slider ul#slider-content { list-style: none; margin: 0; padding: 0; width: 100%; overflow: hidden; }
#slider ul#slider-content li { display: none; position: absolute; width: 100%; left: 0; height: 0; overflow: hidden; }

#slider ul#slider-content li.current { display: block; z-index: 2; }
#slider ul#slider-content li.nextSlide { display: block; z-index: 3; }

#slider ul#slider-content .slide_text { position: absolute; width: 320px; top: 60px; overflow: hidden; }
#slider ul#slider-content .right_text { right: 60px; }
#slider ul#slider-content .left_text { left: 60px; }
#slider ul#slider-content .center_text { left: 340px; }



	/* ===== SLIDER ARROWS ===== */
	
	.ls-nav-prev { background: url(images/slider-arrow-left.png) no-repeat left center; position: absolute; left: -35px; top: 0; width: 35px; height: 100%; cursor: pointer; }
	.ls-nav-next { background: url(images/slider-arrow-right.png) no-repeat right center; position: absolute; right: -35px; top: 0; width: 35px; height: 100%; cursor: pointer; }



	/* ===== SLIDER SELECTOR ===== */
	
	#slider-selector, .ls-bottom-slidebuttons { position: absolute; z-index: 10; right: 48%; bottom: -20px; padding: 0; margin: 0; list-style: none; }
	#slider-selector li, .ls-bottom-slidebuttons a { width: 15px; height: 15px; float: left; background: url(images/slider-selector.png) no-repeat top left; cursor: pointer; padding: 0 1px; }
	#slider-selector li:hover, .ls-bottom-slidebuttons a:hover { background-position: left -15px; }
	#slider-selector li.current, .ls-bottom-slidebuttons a.ls-nav-active { background-position: left -30px; }
	



/* ===== CONTENT ===== */

#content { margin: 10px 0 0; }
#content .wrapper {  }

#main-content { float: left; width: 960px; padding: 5px 20px 5px 5px; overflow-x: hidden;}
.sidebar-right, .sidebar-left { width: 680px !important; }
.sidebar-both { width: 440px; }
.boxed-sidebar-right, .boxed-sidebar-left { width: 712px !important; padding: 10px 20px 10px 20px; }
.boxed-sidebar-both { width: 400px !important; padding: 20px 20px 10px 20px; }
#sidebar-left, #sidebar-right { width: 240px; min-height: 1px;  padding: 0px; height: 100%;  }
#sidebar-left { float: left; margin-right: 30px; }
#sidebar-right { float: right; }
.sidebar-item { float: left; width: 100%; margin: 0 0 15px 0; }

.sidebar-item h4, .sidebar-item h5 { background: #345157; font: normal 16px/40px Helvetica, Arial, sans-serif; color: #ffffff; text-transform: uppercase; text-align: right; margin: 5px 0px 10px 0px; padding: 0px 5px;  }
.sidebar-item ul { list-style: none; padding: 0 0px; margin: 0; }
.sidebar-item ul.menu a { font: 14px/14px "Special Elite", Helvetica, Arial, sans-serif; color: #232323; }

div.sidebar-item div.textwidget {padding: 0 12px;}
.ddtwitter_widget li a, .ddtwitter_widget li {font-size: 13px;}

.latest-news-widget ul li { background: white url(images/arrow.png) no-repeat right center; margin: 0 0 4px 0; padding: 5px;}
.latest-news-widget ul li a { font: normal 14px/27px Helvetica, Arial, sans-serif; color: #345157; display: block;}

.latest-news-widget-custom ul li { background: white url(images/arrow.png) no-repeat right center; margin: 0 0 4px 0; padding: 5px 20px 5px 5px;}
.latest-news-widget-custom ul li a { font: normal 14px/27px Helvetica, Arial, sans-serif; color: #345157; display: block;}


.boxed-content {  }

.home-post { margin: 0; padding: 20px 0; }

.home-intro h1 { font: bold 23px/25px Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1em; margin-top: 15px; }

#main-content > div img { max-width: 100%; height: auto !important; }
#main-content .wp-caption { width: 100% !important; }

.three-fourths {margin: 0 2% 0 0;}
.one-fourth {width: 24%; margin: 0 2% 0 0;}



	/* ==== BLOG ==== */
	
	.post { float: left; width: 100%; margin: 10px 0 30px 0; border-bottom: 1px solid #dcdcdc; padding-bottom: 30px; overflow-x: hidden; }
	.post h2.post-title { background-color: #628B93;
font: normal 16px/16px Helvetica, Arial, sans-serif;
color: white;
text-transform: uppercase;
text-align: left;
padding: 7px 3px 7px 5px; }
	.post h2.post-title a { color: #ffffff; }
	
	.post-info { margin: -6px 0 0; color: #999999; font: normal 12px/16px Helvetica, Arial, sans-serif; margin-bottom: 25px; }
	.post-info span { display: inline-block; margin: 0 15px 0 0; }
	.post-info a { color: #999999; }
	.post-info a:hover, .post-medium .categories a:hover, .post-small .categories a:hover { color: #626262; text-decoration: none; }
	
	.read-more { background-color: #628B93;
font: normal 13px/16px Helvetica, Arial, sans-serif;
color: white;
text-transform: uppercase;
text-align: right;
float: right;
display:block;
padding: 7px 3px 7px 5px; }


	/*===== MEMBERSHIP ==== */
	#membership{float:left; width:100%}
	#membership img{ float:right; margin: 10px 0;}
	#membership h2{ width: 100%; text-align: center; color: black; background-color: #628B93; margin: 0; padding: 10px 0 0 0; }
	#membership h3{ width: 100%; text-align: center;	color: black; background-color: #628B93; margin: 0; padding: 0 0 10px 0; }
	#membership ul{text-decoration:none; list-style:none; float:left; width:100%; margin: 0; padding: 0;}
	.membership-img{margin}
	.membership-text{margin: 20px 0;}
	ul.member-points li {padding: 0 0 20px 10px; list-style: disc; margin-left:20px;}

	
	
	
	/* ==== COMMENTS ==== */
	
	#comments { float: left; width: 100%; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #dcdcdc; }
		
	#comments ol, #comments ul { list-style: none; }
	#comments ol { margin: 10px 0  0; padding: 15px 0 0 0; }
	
	#comments ol > li { display: block; margin: 0 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #dcdcdc; }
	#comments ol ul { margin: 10px 0 20px 10px; padding: 10px 0 0 0; border-left: 1px solid #e9e9e9; }
	#comments ol ul li { padding: 15px 0 15px 0; border-bottom: 1px solid #dcdcdc; padding-left: 15px; }
	
	#comments .comment-info { float: left; width: 70px; padding: 15px 25px 0 10px; margin-right: 15px; background: url(images/comment-info-bg.png) no-repeat top right; }
	#comments .comment-info img { border: 5px solid #ffffff; margin-bottom: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); }
	
	#comments .comment-info .author, #comments .comment-info .author a { font: bold 13px/18px Helvetica, Arial, sans-serif; color: #505050; display: block; }
	#comments .comment-info .date { display: block; margin: 2px 0 0 0; font: normal 10px/15px Helvetica, Arial, sans-serif; text-transform: uppercase; color: #999999; }
	
	#comments .comment-content { padding: 15px 0 0 120px; }
	
	#comments .reply a { display: block; font: normal 10px/18px Helvetica, Arial, sans-serif; text-transform: uppercase; text-decoration: underline; color: #999999; }
	#comments .reply a:hover { color: #505050; }
	
	#respond { float: left; width: 100%; }
	#respond .post-border-bottom { margin: -30px 0 30px -40px; }
	#comments #respond { margin-bottom: 30px !important; border-bottom: 1px solid #e9e9e9; }
	
	#comments h4 { margin-bottom: .8em; }
	#respond h4 { margin-bottom: 0; }
	
	.comment-pagination { margin: 20px 0 0; font-weight: bold; }
	.comment-pagination a { color: #505050; }
	
	
	
	/* ==== PAGINATION ==== */
	
	#pagination { list-style: none; padding: 0; margin: 0 0 20px 0; float: left; width: 100%; }
	#pagination li { float: left; margin-right: 6px; }
	
	#pagination li a { background: #dcdcdc; padding: 5px; color: #0f2c73; font-weight: bold; }
	#pagination li a:hover { background: #0f2c73; color: white; text-decoration: none; }
	#pagination li a:active { background: #0f2c73; color: #ffffff; }
	#pagination li.current a { background: #0f2c73; color: white; }




/* ===== FOOTER ===== */

#footer { background: #f4f4f4; padding: 30px 0; box-shadow: 0 0 15px rgba(0, 0, 0, .08); margin-bottom: 0; margin-top: 70px; }




/* ===== COPYRIGHT ===== */

#copyright { padding: 15px 0; margin-bottom: 0; color: rgb(52, 81, 87); font: normal 12px/14px Helvetica, Arial, sans-serif; margin: 20px 0; }




/* ===== FORMS ===== */

input, textarea { border-top: 1px solid #AAAAAA; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #dfdfdf; background: #ececec url(images/input-bg.gif) repeat-x top left; width: 95%; padding: 5px 10px; font: italic 11px/17px Georgia, "Times New Roman", Times, serif; color: #999999; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px #CCCCCC; }
input:focus, textarea:focus { color: #626262; font: normal 11px/17px Helvetica, Arial, sans-serif; }
label { display: block; font-weight: bold; margin: .5em 0 .3em 0; }
input.medium, textarea.medium { width: 70%; }
input.short, textarea.short { width: 40%; }

input.button { background-color: #f0f0f0 !important; color: #666666 !important; border-bottom: 1px solid #C3C3C3 !important; text-shadow: none !important; }

.facebookOuter {
    background-color:white; 
    width:240px; 
    padding: 0;
    height:280px;
	overflow: hidden !important;
  }
 .facebookInner {
    height:240px;
    overflow:hidden !important;
  }
  
  
  
 /* ==== FIVEMENU ==== */
 
 .fivemenu-menu { float: left; width: 100%; margin: .5em 0 1em; }
 .fivemenu-menu ul { list-style: none; margin: 1em 0; padding: 0; }
 .fivemenu-section { float: left; width: 100%; margin: 0 0 20px; border-bottom: 1px solid #dfdfdf;
padding-bottom: 15px; }
.fivemenu-section:last-child { border-bottom: none; padding-bottom: 0; }
 .fivemenu-dishes { margin-top: 10px !important; }
 .fivemenu-dishes li { margin: 0 0 15px; }
 .dish-info { float: left; width: 80%; }
 .fivemenu-dish-price { float: right; width: 15%; text-align: right; }
 .fivemenu-section-title { margin-bottom: 0; }
 .fivemenu-dish-description { font-style: italic; font-size: .8em; }
 .fivemenu-dish-comment { font-style: italic; font-size: .8em; font-weight: bold; }
 
 .rslides_container {
margin-bottom: 0px !important;}

.rslides_nav {background: transparent url("images/slider-arrow.png") no-repeat left top !important; width: 42px !important; height: 42px !important;}

.rslides_nav.next {background-position: -42px 0px !important; left: auto !important; right: 5px !important;}
.rslides_nav.prev {left: 5px !important;}
 
 div#availability table tbody tr td table tbody tr td table { width: 237px !important;}
 
 /* ====== RATES ======= */
 
 p.p1 {margin: 0px; font: 15px; min-height: 18.0px;}
    p.p2 {margin: 0px; font: 15px;}
    p.p3 {margin: 0px; text-align: right; font: 15px; color: #006100;}
    p.p4 {margin: 0px; text-align: right; font: 15px;}
    p.p5 {margin: 0px; font: 12px Times; min-height: 14px;}
    span.s1 {text-decoration: underline ; color: #0000ff;}
    table.t1 {width: 436.0px; border-collapse: collapse; table-layout: fixed;}
    td.td1 {width: 71px;}
    td.td2 {width: 70px;}
    td.td3 {width: 154px;}
    td.td4 {width: 141px;}
    td.td5 {width: 83px;}
    td.td6 {width: 83px; background-color: #c6efce;}
    td.td7 {width: 71px; background-color: #1fb714;}
    td.td8 {width: 70px; background-color: #1fb714;}
    td.td9 {width: 71px; background-color: #fcf305;}
    td.td10 {width: 70px; background-color: #fcf305;}
    td.td11 {width: 70px; background-color: #ff9900;}
    td.td12 {width: 71px; background-color: #ff9900;}
    td.td13 {width: 71px; background-color: #dd0806;}
    td.td14 {width: 70px; background-color: #dd0806}
    td.td15 {width: 140px;}
    td.td16 {width: 436px;}
    td.td17 {width: 211px;}
	.rates-green { background-color: #17de69; }
	.rates-yellow { background-color: #decd17; }
	.rates-orange { background-color: #de6917; }
	.rates-red { background-color: #de3717; }
	
	iframe { min-height: 600px; }