/* Simon Styles */

@charset "utf-8";
/* CSS Document */

/*WYSIWYG EDITOR MAKE HIGHER*/
.CodeMirror-wrap .CodeMirror-scroll{height: 1500px;}

/*Simon Styles*/
.CodeMirror-wrap .CodeMirror-scroll{height: 1000px;}
/*Remove brake:clear form the content*/
#closebutton + br{display: none;}

/*Sticky Footer*/
html {position: relative;min-height: 100%;}
body{margin:0;width: 100%; height: 100%}
.footer, body.body-loginpage .footer,
body.php-news.body-public .footer,
body.php-competition.body-inner .footer,
body.body-class-opens.body-inner .footer,
body.body-class-diary.body-inner .footer,
body.body-root-competition\.php .footer,
body.php-news .footer,
body.php-analysis .footer,
body.php-competition  .footer,
body.php-halloffame .footer,
body.php-knockout .footer,
body.php-roundmgmt .footer, 
body.php-search .footer
{left: 0;bottom: 0;width: 100%; position: absolute; z-index: 0;}
/*.body-class-home .footer, .body-public .footer{position: relative;}*/
.body-class-members .footer, .body-contentpage.body-inner .footer, .body-class-home .footer{position: relative;}

/*Sticky Footer Removed from members*/
@media (max-width:767px){
.footer,.php-news.body-public .footer, body.body-loginpage .footer{position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #2a1854;background-image: none !important;}
}

/*Body main styles for topography*/
body{font-family: 'Roboto', sans-serif;color: #363636;font-size: 17px;line-height: 23px; font-weight: normal;font-weight: 400;}
a { color: #ec3527;text-decoration: none; }
a:hover, a:focus { color:#ec3527;text-decoration: underline;}
ul{padding-left: 0;margin: 0; }
h1, h2, h3, h4, h5, h6{font-weight:400;line-height:25px;margin: 5px 0 15px;font-family: 'Lora', serif;color: #ec3527;}
h1{ line-height: 36px;margin: 5px 0 30px;font-size: 34px;font-weight: 300;letter-spacing: 2px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;font-family: 'Roboto', sans-serif;}
h5{ font-size:16px;font-family: 'Roboto', sans-serif;}
p{  margin-bottom: 20px;}
b, strong{color: #000000;font-weight: bold;}
blockquote{padding: 10px 0 10px 15px;border-color: #EC3527;}
blockquote p{font-size: 17px;font-style: italic;font-weight: normal;}

ul{margin: 0;padding: 0;}
ul li{list-style: none;}

@media (max-width:767px){
/*Font resize on mobiles*/
  h1, h2, h3, h4, h5, h6{margin-bottom:10px;}
h1{font-size: 25px}
h2{font-size: 20px}
h3{font-size: 18px}
h4{font-size: 14px}
h5{font-size: 13px}
p, ul li,blockquote p, body{font-size: 14px;}
}



/*Header*/
.line-links{ background-color: #000000;text-align: right;padding: 10px 0;}
.line-links p{display: inline-block;}
.line-links p, .line-links a{ color: #c9c9c9;margin: 0;font-weight: 200;}

@media (max-width:1200px){
.line-links .left{float: left;}
.line-links .right{float: right;}
}
@media (max-width:979px){
.line-links{text-align: center;}
.line-links .left, .line-links .right, .line-links .left a{float:none;font-weight: 400;}
.line-links .right{display: none;}
}

/*Custom buttons*/
body .brown-btn{
margin-left: 10px;
background: rgba(90,90,90,1);
background: -moz-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(62,62,62,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90,90,90,1)), color-stop(100%, rgba(62,62,62,1)));
background: -webkit-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(62,62,62,1) 100%);
background: -o-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(62,62,62,1) 100%);
background: -ms-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(62,62,62,1) 100%);
background: linear-gradient(to bottom, rgba(90,90,90,1) 0%, rgba(62,62,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#3e3e3e', GradientType=0 );
color: #f5bd10;
border-radius: 2px;
border: none;
border-top:1px solid #737373;
text-shadow:none;
padding:2px 15px;
font-weight: 400;
}
body .brown-btn:hover, body .brown-btn:focus{
background: rgba(62,62,62,1);
background: -moz-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(90,90,90,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,62,62,1)), color-stop(100%, rgba(90,90,90,1)));
background: -webkit-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(90,90,90,1) 100%);
background: -o-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(90,90,90,1) 100%);
background: -ms-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(90,90,90,1) 100%);
background: linear-gradient(to bottom, rgba(62,62,62,1) 0%, rgba(90,90,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#5a5a5a', GradientType=0 );
color: #f5bd10;
}

body .btn-gold{background-image: none;border:none;background-color: #feca08;border-bottom:2px solid #d3a30e; padding: 12px 25px;color: #fff; text-shadow:none;text-transform: uppercase;font-size: 17px;font-weight: 300;margin: 0 10px 10px 0;width: 140px;}
body .btn-gold:hover, body .btn-gold:focus{background-color: #272727;border-bottom:2px solid #171717;color: #fff; }
/*Logo*/
#header .members-main-logo, #header .public-main-logo {position: absolute;left: 0;right: 0;margin: 0 auto;text-align: center;z-index: 100;top: -35px;width: 145px;}
#header .main-logo img{ float: left;}
#header .public-main-logo p{display: none;}
#header > .container{position: relative;}
.public-main-logo a:hover{text-decoration: none;}
@media (max-width:979px){
.header-wrapper #header .public-main-logo {position: relative;width: 260px;top: 0px;}
.header-wrapper #header .public-main-logo img{float: left;width: 80px;padding-top: 4px;}
#header .public-main-logo p{display: block;text-align: left;color: #fff;font-size: 24px;line-height: 26px;font-family: 'Lora', serif;padding: 20px 0 0 90px;}
#header .public-main-logo p span{display: block;font-size: 20px;color: #f5bd10;}
}
@media (max-width:767px){
#header .public-main-logo p{font-size: 18px;}
#header .public-main-logo p span{font-size: 17px;}
}

/*Login*/
.login-mobile{;display: none;}
@media (max-width:1200px){
}
@media (max-width:979px){
body #header{padding-bottom: 0;max-height:110px;background-repeat: repeat;}
.login-mobile{display: block;position: absolute;right: 0;top: 8px;right: 0px;}
.login-mobile .login-text-members{display: none;}
.login-mobile a{display: inline-block;line-height: 34px;width: 78px;color: #1D1D1D;font-size: 15px;font-weight: 400;padding: 1px 0 0 10px;border-radius: 3px;}
.login-mobile a:hover{text-decoration: none;background: #F8FAF9;}
.login-mobile a i{padding:0 10px 0 2px;font-size: 18px;}
.login-mobile {background-color: #fdc908;color: #000;font-size: 15px;text-transform: uppercase;display: inline-block;border-radius: 2px;}
.login-mobile .login-text-login{color: #fff;font-weight: 400;}
}
@media (max-width:767px){
.login-mobile{right: 10px;}
body #header{max-height: 120px;}
#header .main-logo{width: 190px;float: left;}
#header .main-logo h1 { font-size: 18px;    padding: 10px 0 0 80px; line-height: 20px;}
}

/*Main Navigation*/

.header-wrapper .main-navigation{background-image:none;}
.header-wrapper  .navbar .navbar-inner {background: none;border: none;border-radius: 0;padding: 0;box-shadow: none;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.header-wrapper .navbar.navbar-inverse {width: 100%;margin: 0;}
.navbar .nav{width:100%;}
.header-wrapper .navbar-inverse .nav > li{text-align: center;display: inline-block;float: left;} 
.header-wrapper .navbar-inverse .nav > li > a{  color: #f5bd10;    font-size: 17px;    padding: 35px 12px; white-space: nowrap;display: block;}
.header-wrapper .navbar-inverse .nav > li > a:focus, 
.header-wrapper .navbar-inverse .nav > li > a:hover, 
.header-wrapper .navbar-inverse .nav > li.current > a,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{color: #ffffff;background: none;box-shadow: none;}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li{border-bottom: 1px dashed rgb(171, 127, 16);margin: 5px 10px;}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li:last-child{border-bottom: none;}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li > a{padding: 5px 0 5px 15px; color: #fff;position: relative;font-size: 16px;margin: 0px 3px;}
/*.header-wrapper .navbar-inverse .nav > li:nth-child(5) a{margin-right: 130px;}*/
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu{text-align: left;/* Old browsers */; /* Old browsers */background-image: none;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */border: none;z-index: 100;border-radius: 0;background-color: rgba(0,0,0,0.8);}
.navbar .nav > li > .dropdown-menu:after {  border-bottom: 6px solid rgba(41, 41, 41, 0.9);}
.header-wrapper  .navbar-inverse .navbar-inner .dropdown-menu > li > a:hover,
.header-wrapper  .navbar-inverse .navbar-inner .dropdown-menu > li > a:focus,
.header-wrapper  .navbar-inverse .navbar-inner .dropdown-menu .dropdown-submenu:hover > a, 
.header-wrapper  .navbar-inverse .navbar-inner .dropdown-menu .dropdown-submenu:focus > a,
.header-wrapper  .navbar-inverse .navbar-inner .dropdown-menu > li.current > a{background-image:none; background-color:  rgba(41, 41, 41, 0);   color: #F5B71A;}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{ box-shadow: none;}

@media (min-width:979px){
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li > a:before{
content: "\f054" !important; font-family: "FontAwesome";position: absolute;font-size: 9px;padding: 0;left: 0px;top: 5px;font-style: normal;color: #fff;font-weight: normal;text-decoration: inherit;}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li > a:hover:before,.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li.current > a:before{color: #F5B71A;}
}

/*Main Navigation Resposive*/ 
@media (max-width:1200px){
#header .top-header, #header .top-header li a{font-size: 11px;}
#header .top-header li{margin-left: 10px;}
.inner-sidebar > div img{padding: 0 15px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.header-wrapper .navbar-inverse .nav  li  a{padding: 35px 10px;font-size: 15px;}

/*Main Navigation Resposive*/ 
.header-wrapper .navbar-inverse .nav  li  a{padding: 35px 7px;font-size: 14px;}
/*.header-wrapper .navbar-inverse .nav > li:nth-child(5) > a{margin-right: 145px;}*/
}

@media (max-width:979px){
.header-wrapper .navbar.navbar-inverse {margin-bottom: 0;position: relative;}
.header-wrapper .navbar-inverse .btn-navbar{background: #fdc908;border: none;border-radius: 2px;box-shadow: none;padding: 7px 10px 7px 11px;margin:0;position: absolute;top: -43px;right: 0;}
.header-wrapper   .navbar-inverse .brand, .header-wrapper   .navbar-inverse .nav > li > a{font-size: 16px;}
.header-wrapper .navbar-inverse .navbar-inner{margin-top: 0;text-align: center;}
.header-wrapper .navbar-inverse .btn-navbar .club-menu-button{color: #202020;   text-transform: uppercase;  font-size: 15px;}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled]{background: #F4F4F6;}
.header-wrapper .navbar-inverse .btn-navbar .club-menu-button-lines{    float: left;    margin: 3px 5px 0 0;}
.header-wrapper .navbar-inverse .btn-navbar .club-menu-button-lines .icon-bar{  background: rgb(28, 28, 28); box-shadow: none;}
.header-wrapper .navbar-inner{text-align: center;   margin-top:70px; }
.header-wrapper .nav-collapse .nav > li{    border-bottom: 1px solid rgb(222, 217, 203);    border-right: none; margin: 0; display:block;}
.header-wrapper .nav-collapse .nav > li a{border: none;}
.header-wrapper .nav-collapse .nav > li:first-child a, .header-wrapper .nav-collapse .nav > li a{   padding: 15px 0 15px 15px;position: relative;   }
.header-wrapper .nav-collapse .nav > li:last-child{ border:none;}
.header-wrapper .navbar-inverse .nav-collapse .nav > li > a:hover, 
.header-wrapper .navbar-inverse .nav-collapse .nav > li > a:focus, 
#header .navbar-inverse .nav-collapse .dropdown-menu a:hover, 
#header .navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color: rgba(235, 231, 218, 0);}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li{border: none;border-radius: 0;}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu li a{  padding: 10px 15px;}
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu li  a{    color: #ffffff; font-weight:400;font-size: 18px;padding-left:15px;display: block;  border-bottom: 1px solid #ffffff;;}
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu li:last-child a{border-bottom:none;}
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu > li > a:hover, 
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu > li > a:focus, 
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu a:hover, 
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu a:focus{background-color: #292929;color: #FDC908;}
.header-wrapper .navbar-inverse .nav > li{text-align: left;display: block;float: none;}
 .header-wrapper .navbar-inverse .nav > li:nth-child(6) > a{padding: 15px;}
.header-wrapper .navbar-inverse .navbar-inner .dropdown-menu{background-color: rgba(0,0,0,0);}
.header-wrapper .navbar-inverse .nav > li.dropdown  > a:after {position: absolute;font-size: 25px;right: 15px;top: 5px;}
.header-wrapper .navbar-inverse .nav > li.dropdown > a:after {position: absolute;content: "\f107";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #FDC908;right: 10px;top: 20px;}
.header-wrapper .navbar-inverse .nav > li.open.dropdown  > a:after {content: "\f104";color: #FFFFFF;}
}

@media (max-width:767px){
body{padding: 0;}
.header-wrapper .navbar-inverse .btn-navbar{right: 10px;z-index: 100;}
.navbar .nav{margin: 0;}
.header-wrapper .navbar-inverse .navbar-inner{margin-top: 40px;}
.header-wrapper .navbar.navbar-inverse {margin-bottom: 0;margin-top: -35px;}
.header-wrapper .navbar-inverse .btn-navbar{top: -8px;}
.inner-sidebar{margin-bottom: 25px;}
.page-slider .page-title{padding: 10px 15px;}
}


/*Main Wrapper Content*/
.main-wrapper > .container{width: 100%;} 
.main-wrapper #globalwrap{padding-top:0;}

/*Sldier*/
.page-slider{border-bottom: 4px solid #f5bd10;}
.page-slider .galleryInner {overflow: visible !important;width: 100% !important;height: auto !important;}
.page-slider .galleryWrapperNivo{position:relative;}
.page-slider .galleryInner img{width: 100% !important;height: auto !important }

/*Slider navigation*/
.page-slider .nivo-controlNav a{width: 20px;height: 20px;}
.page-slider .galleryInner .nivo-directionNav a{width: 30px;height: 38px;display: block;}
.page-slider .nivo-controlNav-Wrapper {width: 10%;bottom: 0;left: 0;right: 0;margin: 0 auto;}

/*Hide arrows and bullets on inner page*/
.body-inner .page-slider .nivo-controlNav-Wrapper, .body-inner .page-slider  .nivo-directionNav{display: none !important;}

/*Hide first bullet on slider - if the image is only one*/
.nivo-controlNav-Wrapper .nivo-controlNav a[rel="0"] {display: none;}

/*Caption*/
.page-slider .nivo-caption{background: none; text-align: center; bottom: 30px;opacity: 1;z-index: 100;}
.page-slider .nivo-caption h1,
.page-slider .nivo-caption h2,
.page-slider .nivo-caption h3,
.page-slider .nivo-caption h4,
.page-slider .nivo-caption h5
{text-transform: uppercase; color: #ffffff; font-size: 28px;text-shadow:1px 1px 0px #000000;}



/*Home Page*/
.body-class-members .home-section{display: none;}
.inner-page{padding: 40px 0;}

/*Home news*/
.news-home{ position: relative;;}
.news-home h3 { float: left;padding: 15px 15px 15px 0; font-size: 17px; margin: 0;text-transform: uppercase; letter-spacing: 1px;font-family: 'Roboto', sans-serif;}
.news-home h3 a{color: #ec3527}
.news-home h3 span{font-weight: 200;}
.news-home .news-item{padding: 20px 0 0 0px;position:relative;display: inline-block;}
.news-home .news-item .news-date{position: absolute;top: 0;font-size: 12px;left: 10px;display: none;;}
.news-home .news-wrapper{width: 100%; position: absolute;}
.body-class-members .home-section, .body-inner .home-section{display: none;}


/*Weather*/
.weather .weathers {padding: 0px;}
.weather .weathers .weatherSingle {   width:30%;    margin: 0px 10px 0 0px;    display: inline-block;text-align: center;    position: relative;}
.weather .weathers .weatherSingle:last-child {margin: 0;}
.weather .weathers .weatherSingle .weatherDate {padding: 0;font-size: 16px;margin: 5px 0 0 65px;white-space: nowrap;text-transform: uppercase;color: #282828;line-height: 16px;text-align: left;font-weight: 400;}
.weather .weathers .weatherSingle .weatherTemp { padding: 0; color: #282828;font-size: 25px;margin: 3px 0 0 65px;font-weight: 400;}
.weather .weathers .weatherSingle .weatherImage{position: absolute;top: 0px;left: 0px;padding: 2px;}
.weather .weathers .weatherSingle .weatherImage img{background: #BDBDBD;width: 50px;}
.weather .weathers p a{color: #0087d7;position:relative;padding: 0 0 0 12px;display: block;}
.weather .weathers p a:before{position: absolute;content:  "\f054";left: 0;top:2px;font-family: "FontAwesome";font-size: 10px;font-style: normal;font-weight: normal;text-decoration: inherit;}
.weathers{float: left;}

@media (max-width:1200px){
.weather .weathers .weatherSingle{width: 30%}
.weather .weathers .weatherSingle .weatherImage{padding: 0;}
.weather .weathers .weatherSingle .weatherImage img{width: 40px; }
.weather .weathers .weatherSingle .weatherDate{    margin: 0px 0 0 45px;font-size: 14px;}
.weather .weathers .weatherSingle .weatherTemp{    margin: 0 0 0 45px;font-size: 21px;}
}

@media (max-width:979px){
.weather .weathers {float: none;}
.weather .weathers .weatherSingle{width: 27%;text-align: center;}
.weather .weathers .weatherSingle .weatherImage{padding: 0;width: 50px;margin: 0 auto;right: 0;}
.weather .weathers .weatherSingle .weatherImage img{width: 60px; }
.weather .weathers .weatherSingle .weatherDate{    margin: 60px 0 0 0px;font-size: 15px; text-align: center;}
.weather .weathers .weatherSingle .weatherTemp{    margin: 3px 0 0 0;font-size: 20px;}
}

@media (max-width:767px){
.weather .weathers{float: none;}
.weather .weathers .weatherSingle{width: 100%;text-align: left;margin: 0 0 15px;}
.weather .weathers .weatherSingle .weatherImage{padding: 0;margin: 0;}
.weather .weathers .weatherSingle .weatherImage img{ }
.weather .weathers .weatherSingle .weatherDate{    margin: 0 0 0 60px;font-size: 16px;    text-align: left;}
.weather .weathers .weatherSingle .weatherTemp{    margin: 5px 0 0 60px;font-size: 20px;}

}









/*News slider*/
.news-home .news-wrapper{width: 2000em;position: relative;}
.news-home .page-news{position: relative;margin: 0px auto;z-index: 100;}
.news-home .img-polaroid{padding: 1px;background: #018759;}

.news-control{float: right;right: 0;top: 0;position: absolute;}
.news-controls{margin-top: 17px;}
.news-controls a{text-align: center;}
.news-controls a{ display: block;width: 15px; height: 20px; margin: 2px 5px 0 0;}
.news-controls a:hover,.news-controls a:focus,.news-controls a:active{text-decoration: none;}
.news-controls a i{color: #565551;font-size:15px;vertical-align: middle;display: block;padding: 0px;}
.news-controls.left{float: left;}
.news-controls.right{float: right;}

.jcarousel {width: 1000px;margin: 0; overflow: hidden; height: 60px;}
.jcarousel .news-wrapper {  position: relative;  list-style: none;   margin: 0px;    padding: 0;}

.jcarousel .news-item:first-child{margin-left: 0;}
.jcarousel .news-item p{margin: -2px 0 0 3px;line-height: 20px;}
.jcarousel .news-item{width: 1000px;}
.news-item .media a img{margin-left: 65px;}
.news-home .news-item  .media-body{position: relative;}
.news-home .news-item .media-heading{position: relative; text-transform: capitalize; color: #000000; font-size: 17px;line-height: 16px;  margin-bottom:4px;  margin-left:0;  float:left;  font-weight:400; }
.news-home .news-item .news-date-inner{text-align: center;color: #323232;}
.news-home .news-item .news-date-inner .news-date-year, .news-home .news-item .news-date-inner .news-date-day, .news-home .news-item .news-date-inner .news-date-month{font-size: 15px !important;color: #e99b84;font-weight: 300;}
.news-home .news-item .news-summary{ font-size: 15px;overflow: hidden;white-space: nowrap;margin-left: 10px;float: left;color: #000;padding-left: 5px;;}
.news-item .news-date-inner .news-date-nth, .news-item .news-summary br{display: none;}
.news-home .news-item .news-summary a.read-more {;;padding: 0 0 0 10px;}
.news-home .news-item .media-heading:after{}
.news-home .news-item .news-date:after{}

@media (max-width:1200px){
.jcarousel{width: 760px;}
.jcarousel .news-item{width: 760px;padding-top: 10px;}
.news-home .news-item .media-heading{font-size: 16px;}
.news-home .news-item .news-summary{margin: 0;padding: 0;white-space: inherit;}
}
@media (max-width:979px){
.body-class-home .page-wrapper{background-image: none !important;margin: 0 !important;padding: 0 10px !important;}
.jcarousel{width: 555px;height: 75px;}
.jcarousel .news-item{width: 555px;}
.news-home h3{display: none;}
.home-page-boxes{padding:20px 10px;}
}

@media (max-width:767px){
.news-home .page-news{margin: 0 10px;}
.news-control, .course-status h3, .news-home h3{display: none;}
.jcarousel{width: auto;left: 0;position: relative;}
.news-home .news-item .news-date-inner .news-date-year, .news-home .news-item .news-date-inner .news-date-day, .news-home .news-item .news-date-inner .news-date-month{font-size: 12px !important;}
.course-status p{padding: 0;}
.jcarousel{margin: 10px 0;height: 100%;}
.jcarousel .news-wrapper{width: 100%}
.news-home .news-item .media-heading{font-size: 15px;margin-left: 0px;float: none;line-height: 22px;}
.news-home .news-item .news-summary{float: none;margin-left: 0;padding-left: 0;font-size: 13px;white-space: normal;display: block;}
.news-home .news-item .news-summary a.read-more{position: relative;color: #EC3527;display: block;font-size: 12px !important;width: 100%;text-indent: 0;padding: 0;}
.jcarousel .news-item, .jcarousel .news-item:first-child{float: none;padding: 5px 20px 5px 0;margin: 0;border-bottom: 1px dashed #ccc;width: 100%;}
.jcarousel .news-item:last-child{border:none;}
.jcarousel .news-item:before{top: 1px;font-size: 18px}
body .page-slider .nivo-directionNav, .page-slider .nivo-controlNav-Wrapper{display: none !important;}
.news-home .news-item .news-date{position: relative;margin: 0;left: 0;padding-bottom: 5px;}
}





/*General Styles*/
.club-maincontent .home-page-boxes .box img,
.inner-page .inner-content .page-slider img,
.inner-page .inner-content img,
.inner-page .inner-content .hole-gallery img,
.main-footer {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.the-page{margin-bottom: 30px;}


/*Home Page*/
.home-content{padding-top: 40px}
.home-page{margin-top: 0;position: relative;z-index: 10;margin-bottom: 60px;}
.home-page .main-content{background-color: #3e6b85;padding: 40px 30px;}
.home-page .main-content h2{margin-top: 0;color: #fff;}
body .home-page .main-content > div p{color: #fff !important;}
.home-page-boxes{padding: 40px 0 40px;border-bottom: 1px solid #fff;box-shadow: 0 1px 0 #e5dfd7;}
.club-maincontent .home-page-boxes .box{position: relative;}
.home-box-img{margin-bottom: 20px;}
.home-content .intro-title h2{position: relative;width: auto;display: inline-block;padding: 0 20px;color: #ec3527;text-transform: uppercase;font-weight: 300;}
.home-content .intro-title h2::after{content:" ";position: absolute;width: 132px;;top: 0px;height: 5px;overflow: visible;min-width: 120px;right: -125px}
.home-content .intro-title h2::before{content:" ";position: absolute;width: 132px;top: 0;height: 5px;overflow: visible;left: -125px;}
.home-content .intro-title h2::before, .home-content .intro-title h2::after{top:10px;}
.home-content .intro-title h1{font-size: 60px;color: #ec3527;padding: 20px 0;}

.home-box-text h4{margin: 0px 0 10px;color: #282828;text-transform: uppercase;font-weight: 400;}
.home-page-main-content{margin: 30px 0px;}
.home-sidebar h1{border-bottom: 1px solid #ffffff;padding-bottom: 20px;line-height: 20px;margin-bottom: 20px;}
.home-sidebar .links img{padding: 0 10px 10px 0;}

.intro-content{text-align: center;padding: 20px 0;}

/*Home page resposive*/
@media (max-width:1200px){
.home-box-title h3{margin: 20px 0 10px;}
}

@media (max-width:979px){
.home-content .intro-title h2{margin: 0;font-size: 20px;}
.home-content .intro-title h1{font-size: 35px}
.home-box-text p{font-size: 14px;}
.home-content .intro-title h1{margin: 0;padding:10px 0;}
.home-content .intro-title h2:after, .home-content .intro-title h2:before{display: none;}
}

@media (max-width:767px){
.home-content{padding-right: 15px;padding-left: 15px;}
.home-box-text h4{font-size: 18px;margin: 15px 0 10px;}
.club-maincontent .home-page-boxes .box {margin: 0 auto 20px !important;max-width: 270px;width: 100%;}
.home-page-main-content{margin-bottom: 0;}
.home-box-img{margin-bottom: 10px;}
}






/*Inner page*/
.inner-content{padding: 40px 0;}
.inner-page .sidebar{margin: 0;}

.inner-page .intro-content{text-align: left;}

/*Title*/
.body-inner .home-section{display: none;}
.page-title, .title{padding: 20px 0;text-align: center;width: auto;;;}

.inner-page{padding: 0;}
.inner-page .inner-content ul li{}


/*General styling for inner page*/
.inner-page p > img{border:3px solid #e99b84;margin: 15px 15px;    -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;}
.inner-page p > img:last-child{margin-right: 0}
.inner-page p > img:first-child{margin-left: 0;}
.inner-page a.green-button{background-color: #48655b;color: #fff; font-size:18px; ;background-image:none; border:none; border-bottom:2px solid #3a5048;text-shadow:none;padding:15px 20px;border-radius: 3px;}

/*Map*/
#map_container {width: 100% !important;}

/*Tables*/
.main-content table td, .inner-content table td, .page-content table th{text-align: center;border: 1px solid rgb(208, 208, 208) ;padding: 5px 0;}
.main-content table th{padding: 8px 0; background:  #e4e4e4;   border:1px solid rgb(208, 208, 208) !important;text-align: center;color: #48655b;}

/*List item*/
.inner-page .inner-content ul li, .inner-page  .main-content ul li{position: relative;padding:0 0 5px 12px;}
.inner-page .inner-content ul li:before, .inner-page  .main-content ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 10px;
  padding: 0;
  left: 0;
  top: 0px;
  font-style: normal;
  color: #EC3527;
  font-weight: normal;
  text-decoration: inherit;
}

/*Inner sidebar*/
.inner-page .sidebar h3{margin-bottom: 15px;color: #e9ce10;}
.inner-page .sidebar .menu-section h2{display: none;} 
.inner-page .sidebar ul{margin:10px 0 0 0;}
.inner-page .sidebar ul li{border-bottom: 1px solid #bcb7b5;}
.inner-page .sidebar ul li:first-child{border-top: 1px solid #bcb7b5;}
.inner-page .sidebar ul li a{display: block;padding: 13px 0 13px 27px; color: #4e4c4b; font-size: 16px;text-transform: capitalize;font-weight: 400;position: relative;border-bottom: 1px solid #F6F1EB;border-top: 1px solid #F6F1EB;}
.inner-page .sidebar ul li a:hover, .inner-page .sidebar ul li.current a, .inner-page .sidebar ul li a:hover:before, .inner-page .sidebar ul li.current a:before  {color: #ec3527;text-decoration: none;background-color: #e7e2de;}
.inner-page .sidebar ul li a:before {
content: "\f054" !important;
font-family: "FontAwesome";
position: absolute;
font-size: 10px;
padding: 0;
left: 10px;
top: 12px;
font-style: normal;
color: #4e4c4b;
font-weight: normal;
text-decoration: inherit;
}

@media (max-width:979px){
.inner-page .sidebar ul li a{padding: 10px 0 10px 13px;font-size: 14px}
.inner-page .sidebar ul li a:before{left: 4px;top:10px;font-size: 8px;}
}



@media (max-width:979px){
.inner-page p > img{margin: 10px 0 !important;width: 100%;max-width: 235px !important;}
.page-title, .title{width: auto;padding: 0;}
.page-title h2{padding: 10px 0;}
.page-title h1:after, .page-title h1:before, .title h1:after, .title h1:before{display: none;}
}

@media (max-width:767px){
.clear-mobile{clear: both;}
.home-page-boxes, .inner-content{padding: 30px 15px;}
body.body-inner .main-wrapper{padding-bottom: 30px;}
.page-title h1, .title h1{letter-spacing: 1px;}
.body-inner .table th, .body-inner .table td{padding: 2px;font-size: 12px;}
.inner-page p > img{margin: 10px 0 !important;width: 100%;max-width: 177px !important;}
}
@media (max-width:568px){
.inner-page p > img{margin: 10px 0 !important;width: 100%;max-width: 300px !important;height: auto;}

}

/*Hole title*/
.hole-page .inner-navigation .hole-title{float: left;}
.hole-page .inner-navigation .hole-title h3{color: #fff;font-family: 'Roboto', sans-serif;font-size: 20px;padding;padding:8px 10px 0 0;text-transform: uppercase;}



/*Hole navigation*/
.hole-page .inner-navigation{height: 50px;background-color: rgba(0, 0, 0, 0.7);display: block;margin-top: -53px;z-index: 100;position: relative;}

/*Hole navigation members styles */
.body-class-members .hole-page .inner-navigation{margin-top: 0px;background-color: rgb(255, 255, 255);}
.body-class-members .hole-page .inner-navigation .hole-title h3{color: #555555;}

.hole-page .inner-slider + .hole-nav{margin: 30px 0;}
.hole-page .hole-nav > div{padding: 2px 0;float: left;}
.hole-page .hole-nav .menu-section ul {display: block;}
.hole-page .hole-nav .menu-section ul li{display: inline-block;text-align: center;}
.hole-page .hole-nav{padding: 6px 0 0;}

.hole-page .hole-nav .menu-section ul li a{color: #ffffff;padding: 0px;position: relative;font-size: 20px;font-weight: 500;display: block;width: 35px; line-height:35px;transition: all 0.2s ease;-moz-transition: all 0.2s ease;-webkit-transition: all 0.2s ease;}
.hole-page .hole-nav .menu-section ul li a:hover, .hole-page .hole-nav .menu-section ul li.current a{text-decoration: none;color: #ec3527;}
.hole-page .inner-navigation .hole-nav{width: 77%;float: left;margin: 0 0 0 20px}
.hole-page .inner-navigation ul{width: 100%;}
.hole-page .inner-navigation ul li a:before{bottom: -23px;}
.hole-page .hole { float: left; width: 15px; height: 22px; padding: 5px 0; text-align: center; color: rgb(255, 255, 255); display: inline-block; font-weight: 400; margin: 0px 10px 0 0;}
.hole-page .prev.hole{}
.hole-page .next.hole{margin:0 0 0 10px;}   
.hole-page .hole i{color: #EFB527;font-size: 27px;}
.hole-page .hole-nav a i{transition: all 0.2s ease;-moz-transition: all 0.2s ease;-webkit-transition: all 0.2s ease;}
.hole-page .hole-nav a:hover i{color: #fff;}
.hole-page .hole-nav .hole:hover span{color: #fff;}
.menu-section h2 {display: none;} 

@media (max-width:1200px){
.hole-page .inner-navigation .hole-nav{width: 75%;margin: 0 auto;}
.hole-page .hole-nav .menu-section ul li a{padding: 0;width:30px;}
}

@media (max-width:979px){
.hole-page .inner-navigation{display: block;}
.hole-page .inner-navigation{height: auto;margin-top: -40px;}
.inner-navigation ul li a{border:none;}
.hole-page .inner-navigation .hole-nav{padding: 0;width: 100%;}
.hole-page .hole-nav .menu-section ul li{text-align: center;margin:0;}
.hole-page .hole-nav .menu-section ul li a {padding: 5px;color: #fff; font-size: 18px; width: 26px;line-height: 20px;}
.hole-page .hole-nav .menu-section ul li a:before {display: none;}
  .hole-page .inner-navigation .hole-title h3{display:none;}
.hole-nav > a{display: none;}
}

@media (max-width:767px){
.hole-page .inner-navigation{padding: 0 10px;margin-top: 0;background: #000;}
.hole-page .inner-navigation .hole-title h3{display: none;}
.hole-page .hole-nav > div{margin: 0 auto; float: none;}
.hole-page .inner-navigation .hole-nav{width: 100%;}
.main-content-hole h4, .main-sidebar-hole h4{margin-top: 14px;}
.hole-page .hole-nav .menu-section ul{width: 222px;margin: 0 auto;}
.hole-page .hole-nav .menu-section ul li{text-align: center;margin: 2px 1px;}
.hole-page .hole-nav .menu-section ul li a {border: 1px dashed #4E4E4E;width: 20px;line-height: 20px;}
}

/*Hole Gallery - thumbs on right*/
.hole-page .span8.gallery-image{float: left;width: auto;}
.hole-page .inner-content ul li:before{display: none;}
.hole-page div.caption-container, .hole-page div.controls, .hole-page #thumbs .pagination{  display: none;}
.hole-page .gallery-thumbs{margin:0px;width: 15%;;}
.hole-page .gallery-thumbs ul li{border:3px solid #ffffff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #fff;padding: 3px;}
.hole-page #thumbs{ height: auto;width: auto;}
.hole-page .gallery-thumbs ul li{ background: none;padding: 0;margin:0 0 10px 10px;float: none;opacity: 1 !important;}
.hole-page .gallery-thumbs  a.thumb{background-color: #fff;padding: 0px;  border:none;}
.hole-page .gallery-thumbs ul.thumbs li.selected a.thumb{ background-color: #fff}
.hole-page .gallery-thumbs ul.thumbs li.selected{border:3px solid #e99b84;}

@media (max-width:1200px){
.hole-page .gallery-thumbs{width: 100%;margin: 10px 0 0;}
.hole-page .gallery-thumbs ul li{display: inline-block;margin:0 10px 0 0;}
}

@media (max-width:979px){
.hole-page .span8.gallery-image{width: 101%;float: none;}
}

@media (max-width:767px){
.hole-slider{margin-bottom: 20px;text-align: center;}
.hole-yards{margin: 0;}

.hole-page .map{width: 100%; max-width: 250px;margin: 0 auto;} 
.hole-page .span8.gallery-image{  float: none;margin: 5px auto;width: 80%;}
.hole-page .gallery-thumbs{width: 100%;margin: 0;}
.hole-page #thumbs{float: none;}
.hole-page .gallery-thumbs ul li{display: inline-block;margin-right: 5px;}
}

@media (max-width:480px){
.hole-page .span8.gallery-image{width: 100%;}
}

/*Media Video*/
iframe{width:100% !important;height: 550px;}

@media (max-width:1200px){
  iframe{width:100% !important;height: 350px;}
}

@media (max-width:979px){
iframe{width:100% !important;height: 270px;}
}

@media (max-width:767px){
  .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  }


/* Yards table */
.hole-page .hole-yards table.yards{background: #ece3de; box-shadow:1px 2px 0 #e0d5cf;}
.hole-page .hole-yards table.yards tbody tr{background: rgba(255, 255, 255,0);}
.hole-page .hole-yards table.yards td {background:rgba(0,0,0,0);border:none;padding:15px 17px;}
.hole-page .hole-yards table.yards td i{float: left;font-size: 18px;padding-right: 8px;margin-top: 3px;}
.hole-page .hole-yards table.yards td p{float: left;font-size: 16px;font-weight: 400;margin-bottom: 0;color: #363636;}
.hole-page .hole-yards .tee-white {color: white;text-shadow: 0px 0px 2px #ffffff;}
.hole-page .hole-yards .tee-yellow {color: #ffcf27;text-shadow: 0px 0px 2px #ffcf27;}
.hole-page .hole-yards .tee-red {color: #e51827;text-shadow: 0px 0px 2px #e51827;}

@media (max-width:1200px){
.hole-page .hole-yards table.yards td{white-space: nowrap;}
.hole-page .hole-yards table.yards td i{padding-right: 10px;margin-top: 2px;}
.hole-page .hole-yards table.yards td p{float: none;line-height: normal;}
.hole-page .hole-yards table.yards td:last-child p{padding-left:  20px;}
}

@media (max-width:979px){
.hole-page .hole-yards table.yards td i{font-size: 17px;margin-top: 1px;}
.hole-page .hole-yards table.yards td p{font-size: 14px;}
}
@media (max-width:767px){
}
@media (max-width:435px){
.hole-page .hole-yards table.yards{width: 110px;}
.hole-page .hole-yards table.yards td{display: block;padding: 10px;}
.hole-page .hole-yards table.yards td p{text-align: left;font-size: 14px;}
.hole-page .hole-yards table.yards td i{font-size: 17px;margin-top: 0px;}
}
/* Yards table ENDS*/







/*Footer*/
.club-footer{ padding:40px 0 60px;  color: #727272; background-color: #1c1c1c;  }
.club-footer .info{margin-bottom: 0;font-weight: 200;}
.club-footer h3 {color: #FECA08;font-size: 16px;text-transform: uppercase; font-family: 'Lora', serif;margin-bottom: 25px;}
.club-footer p{color: #fff;}

/*Nresletter*/
.club-footer .links ul{text-align: center;;}
.club-footer .links ul li{display: inline-block;margin-right:10px;margin: 0 10px 10px 0; }
.club-footer .links ul li:last-child{margin: 0;}

/*Social footer*/
.social-footer ul{margin-top: 20px;}
.social-footer ul li{padding: 0 0 15px 0;}
.social-footer ul li a span{color: #fff;}
.social-footer ul li a:hover{text-decoration: none;}
.social-footer ul li a img{padding-right: 15px}

@media (max-width:979px){
.club-footer .newsletter form input{width: 140px;}
}

@media (max-width:767px){
.club-footer p{font-size: 14px;line-height: 20px;}
.club-footer{padding: 25px 15px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.club-footer .info:last-child{margin: 0;}
.club-footer .links ul{text-align: left;}
}

/*main footer*/
.main-footer{   background-color: #151515;  padding: 5px 0;}
.main-footer a, .main-footer p {color: rgb(255, 255, 255);font-weight: 300;padding: 0;margin: 0;font-size: 15px;}
.main-footer .copy{ margin-top: 10px;}
.main-footer .autor img{    float: right;width: 100px !important;padding-top: 5px;}

@media (max-width:1200px){
.main-footer a, .main-footer p{font-size: 12px}
}

@media (max-width:767px){
.main-footer .autor img{float: none;padding: 5px 0;}
.main-footer .autor, .main-footer .copy{text-align: center;}
.main-footer p, .main-footer p a{padding: 0 0 5px;font-size: 12px;}
}



/*Mambers Styles*/

#statistics, #chartcontainer{
padding: 10px;
}
.body-loginpage .club-footer, .body-class-members .club-footer{
display: none;
}

.body-loginpage #login input[type="submit"]{
    background-color: #feca08;
    background-image: none;
    border:none;
    border-bottom: 2px solid #d3a30e;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 7px 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none;
}
.body-loginpage #login>div{padding: 0 !important;}

.body-class-members .login-mobile{display: none;}


.body-class-members .main-wrapper > .container,
.body-loginpage .main-wrapper > .container,
.php-competition .main-wrapper > .container,
.body-class-opens .main-wrapper > .container,
.body-class-visitorbooking\/ .main-wrapper > .container, 
.body-class-diary .main-wrapper > .container {
width: 1170px;
}
.body-class-members .main-wrapper,
.body-loginpage .main-wrapper,
.php-competition .main-wrapper,
.body-class-opens .main-wrapper,
.body-class-visitorbooking\/ .main-wrapper, 
.body-class-diary .main-wrapper > .container {
padding: 35px 15px ;

}
.body-loginpage .main-wrapper #login, 
.body-class-members .main-wrapper #leftcontent > div, 
.body-class-members .main-wrapper #rightcontent > div,
.body-class-members #statistics, .body-class-members  #chartcontainer{
border:2px solid #212121;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #ffffff;
padding: 15px 20px 5px 15px;
}

.body-class-members  .dateperiods{padding-top: 5px;}
.body-class-members  .dateperiods a{margin: 2px;display: inline-block;}

.body-loginpage .main-wrapper #login{   padding: 20px 20px 5px 20px;}
.body-class-members .header-wrapper .login a{
display: none;
}
.body-class-members #header .top-nav{
background:none;}
.body-class-members #header .top-nav .loggedIn{color:rgb(250, 198, 35);}
.body-class-members #header .top-nav li{
padding: 7px 3px;
}
.body-class-members #header .top-nav li:hover{
background:none;}
.body-class-members #header .top-nav li a{
padding: 0px 5px 0 25px;
}
.body-class-members #header .top-header li.lock{display: none;}
.body-class-members .header-wrapper .navbar-inverse .nav > li > a{padding: 35px 50px;}
.body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(5) a{margin: 0;}
/*.body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(3) > a{margin-right: 165px;}*/


@media (max-width:1200px){
.body-class-members .header-wrapper .navbar-inverse .nav > li > a{padding: 35px 30px;font-size: 17px}
/*.body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(3) > a{margin-right: 180px;}*/

@media (max-width:979px){
.body-class-members .header-wrapper .navbar-inverse .nav > li > a{padding: 15px 25px;}
}

.body-class-members .main-wrapper > .container,
.body-loginpage .main-wrapper > .container,
.php-competition .main-wrapper > .container,
.body-class-opens .main-wrapper > .container,
.body-class-visitorbooking\/ .main-wrapper > .container, 
.body-class-diary .main-wrapper > .container{
width: 940px;
}

}


@media (max-width:979px){
.body-class-members .main-wrapper > .container,
.body-loginpage .main-wrapper > .container,
.php-competition .main-wrapper > .container,
.body-class-opens .main-wrapper > .container,
.body-class-visitorbooking\/ .main-wrapper > .container, 
.body-class-diary .main-wrapper > .container{
width: 724px;
}
.body-class-members .main-wrapper, 
.body-loginpage .main-wrapper, 
.php-competition .main-wrapper, 
.body-class-opens .main-wrapper, 
.body-class-visitorbooking\/ .main-wrapper{padding-top: 0;}

.body-class-members .main-wrapper, .body-loginpage .main-wrapper{
padding-top: 20px;
}
.header-wrapper .navbar-inverse .nav-collapse .nav .dropdown-menu li a{border-radius: 0;}
.body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(3) a{
margin-right: 0px;
}
}


@media (max-width:767px){
.body-class-members .main-wrapper > .container,
.body-loginpage .main-wrapper > .container,
.php-competition .main-wrapper > .container,
.body-class-opens .main-wrapper > .container,
.body-class-visitorbooking\/ .main-wrapper > .container, 
.body-class-diary .main-wrapper > .container{
width: 100%;
}
.body-class-members .main-wrapper, .body-loginpage .main-wrapper{
padding: 30px 15px;
}
#statistics, #chartcontainer, .table-striped{
margin-bottom: 10px;
}
}




/*Check it*/
table {
     overflow-x: auto;
     }

.php-news #global {
max-width:1170px;
margin:0 auto;
}

/* No More Menu */ 
#topmenu ul#nav li.nav-menu-information ul li.nav-menu-information a[href='/information'] {
display: none;
}
/* End Of No More Menu */

.eventdate > a:nth-of-type(1) {
display: none !important;
}

#course {
display:none!important;
}

/*.body-class-home.body-public .updatedate:nth-of-type(1) {
display: none !important;
}*/

.status-open:nth-of-type(2) {
display: none !important;
}

.picker p {
color: #888;
}


.page-slider p {
  margin-bottom: 0px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members .members-main-logo, .body-public[class*="php-"] .members-main-logo, .body-class-opens .members-main-logo {
    display: none;
  }
  .body-class-members .public-main-logo, .body-class-opens .public-main-logo, .body-public[class*="php-"] .public-main-logo {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-wrapper #header .public-main-logo, .header-wrapper #header .members-main-logo{
    margin: 0px 0px 0px 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .header-wrapper #header .public-main-logo, .header-wrapper #header .members-main-logo{
    margin: 0px;
  }
}


.body-public.body-class-diary .main-wrapper > .container{
  width: 100%;
  padding: 0px 0px 100px;
}

@media (min-width: 1200px) {
  .body-public[class*="body-class-setcoursestatus"] .main-wrapper > .container{
    width: 1170px;
    margin: 0px auto;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public[class*="body-class-setcoursestatus"] .main-wrapper > .container{
    width: 940px;
    margin: 0px auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-public[class*="body-class-setcoursestatus"] .main-wrapper > .container{
    width: 724px;
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public[class*="body-class-setcoursestatus"] .main-wrapper > .container{
    width: 100%;
  }
}

@media (min-width: 980px) {
  .body-public[class*="php-"] .main-wrapper, .body-public[class*="body-class-setcoursestatus"] .main-wrapper{
    padding: 35px 15px ;
  }
}

.news-home{  background-image:url('/images/resources/ashtonlea/home-bg.jpg');  background-repeat:repeat;}
.header-wrapper .main-navigation{  background-image:url('/images/resources/ashtonlea/header.jpg');  background-repeat:repeat;    background-position: center top;}
@media (max-width: 979px){
body #header {background-image:url('/images/resources/ashtonlea/header.jpg');  background-repeat:no-repeat;}
}
.home-page-boxes{ background-image:url('/images/resources/ashtonlea/bg.jpg');  background-repeat:repeat;}



.home-content .intro-title h2:before{  background-image:url('/images/resources/ashtonlea/l-left.png');  background-repeat:no-repeat;}
.home-content .intro-title h2:after{  background-image:url('/images/resources/ashtonlea/l-right.png');  background-repeat:no-repeat;}
.club-footer{background-image:url('/images/resources/ashtonlea/footer.jpg');  background-repeat:repeat; background-position:center top;}


/*Arrow navigation for slider*/
.page-slider .galleryInner .nivo-directionNav a.nivo-prevNav{
  background-image:url('/images/resources/ashtonlea/left.png');    
  background-repeat:no-repeat;
    background-position: 0 0;
}
.page-slider .galleryInner .nivo-directionNav a.nivo-nextNav{
  background-image:url('/images/resources/ashtonlea/right.png');   
  background-repeat:no-repeat;
  background-position:0 0;
}
/*Bulletes for slider*/
.main-wrapper .page-slider .nivo-controlNav a{
  background-image:url('/images/resources/thetford/bullets_white_full.png');
    background-repeat:no-repeat;
  background-position:0px 0px;
}
.main-wrapper .page-slider .nivo-controlNav a.active {
    background-position: 0 -22px;
}

/* anton styles */

@media (min-width: 980px){
  .body-public .nav li:last-child .dropdown-menu {
    min-width: 110px;
  }
}

.hole-page .hole-yards .tee-white {
  text-shadow: 0px 0px 2px black;
}

@media (min-width: 980px) {
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 130px;
  }
}

@media (min-width: 1200px) {
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(1){
    margin-left: 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(1){
    margin-left: 42px;
  }
}

.body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
  margin-right: 165px;
}

.body-class-members .header-wrapper .brown-btn {
  display: none;
}

.body-public .page-slider {
  line-height: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  padding: 35px 27px;
}

.home-page-boxes .course-status h3{
  display: none;
}

.home-page-boxes .home-news .news-date {
  display: none;
}

#globalwrap .weather .image-night {
  background: #BDBDBD;
}

@media (min-width: 980px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body.body-public {
    /* Margin bottom by footer height */
    margin-bottom: 337px;
  }
  body.body-class-members, body.body-loginpage {
    margin-bottom: 50px;
  }
  .footer, body.php-news.body-public .footer, body.php-competition.body-inner .footer, body.body-class-opens.body-inner .footer, body.body-class-diary.body-inner .footer, body.body-root-competition\.php .footer, body.php-news .footer, body.php-analysis .footer, body.php-competition .footer, body.php-halloffame .footer, body.php-knockout .footer, body.php-roundmgmt .footer, body.php-search .footer, .body-contentpage.body-inner .footer, .body-class-home.body-public .footer {
    position: absolute;
    height: 337px;
    bottom: 0px;
    width: 100%;
  }
  .body-class-members .footer, body.body-loginpage .footer {
    position: absolute;
    height: 50px !important;
    bottom: 0px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body.body-public {
    /* Margin bottom by footer height */
    margin-bottom: 360px;
  }
  body.body-class-members, body.body-loginpage {
    margin-bottom: 50px;
  }
  .footer, body.php-news.body-public .footer, body.php-competition.body-inner .footer, body.body-class-opens.body-inner .footer, body.body-class-diary.body-inner .footer, body.body-root-competition\.php .footer, body.php-news .footer, body.php-analysis .footer, body.php-competition .footer, body.php-halloffame .footer, body.php-knockout .footer, body.php-roundmgmt .footer, body.php-search .footer, .body-contentpage.body-inner .footer, .body-class-home.body-public .footer {
    position: absolute;
    height: 360px;
    bottom: 0px;
    width: 100%;
  }
   .body-class-members .footer, body.body-loginpage .footer {
    position: absolute;
    height: 50px !important;
    bottom: 0px;
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    padding: 32px 15px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 150px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper .navbar-inverse .nav > li:nth-child(5), .header-wrapper .navbar-inverse .nav > li:nth-child(5) > a {
    margin-right: 0px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer, body.body-loginpage .footer, body.php-news.body-public .footer, body.php-competition.body-inner .footer, body.body-class-opens.body-inner .footer, body.body-class-diary.body-inner .footer, body.body-root-competition\.php .footer, body.php-news .footer, body.php-analysis .footer, body.php-competition .footer, body.php-halloffame .footer, body.php-knockout .footer, body.php-roundmgmt .footer, body.php-search .footer {
    position: relative;
  }
}

.body-pubic table {
  border-collapse: separate;
  border-spacing: 3px;
}

.body-public table th, .body-public table td  {
  padding: 4px;
  border: 2px solid #ec3527;
}

.body-public table thead > tr {
  background-color: #BDBDBD;
}

.body-public table thead tr td {
  color: black;
}

.body-public table tr{
  background-color: #E1E1E1;
}

.body-public table tbody > tr:nth-child(2n+1) > td {
  background-color: #F9F9F9;
}

.footer-number a {
  color: white;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public[class*="php-"] .main-wrapper > .container {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-public[class*="php-"] .main-wrapper {
    padding: 25px 0px;
  }
  .body-public[class*="php-"] .main-wrapper > .container {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public[class*="php-"] .main-wrapper {
    padding: 25px 15px;
  }
  .body-public[class*="php-"] .main-wrapper > .container {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 767px){
  .club-footer .links ul li img{
    width: 80px;
  }
}

#header .members-main-logo, #header .public-main-logo {
  width: 125px;
}

/* whole in one golf iframe styles */

.flyovercontent {
  width: 100%;
  margin: 0px auto;
}
.embed-container {
  height: auto;
  width: 100%;
  padding-bottom: 71%;
  overflow: visible;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-footer {
  margin-top: 10px;
}

.bottom-footer .footer-company-text {
  text-align: right;
  font-family: 'Lora', serif;
}

.bottom-footer .footer-company-text p {
  color: #FECA08;
}

@media (min-width: 0px) and (max-width: 767px) {
  .bottom-footer .footer-company-text {
    text-align: left;
  }
}

.home-twitter {
  max-width: 500px;
  width: 100%;
  margin: 40px auto 0px;
}

@media (min-width: 1200px) {
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 0px;
  }
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(6) {
    margin-left: 140px;
  }
  .body-public .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    padding: 35px 15px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 25px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 0px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(6) {
    margin-left: 140px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 0px;
  }
  .body-public .header-wrapper .navbar-inverse .nav > li:nth-child(6) {
    margin-left: 140px;
  }
  .body-public .header-wrapper .navbar-inverse .nav li a {
    font-size: 12px;
    padding: 35px 6px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(4) {
    margin-right: 0px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(6) {
    margin-left: 140px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    padding: 32px 12px;
  }
}

/* end anton styles */


#fpmessagediv h3 span#closespan {
  	display: none;
}