/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Paul Mañgaser
   ========================================================================== */
ul, li { list-style: none; list-style-type: none; padding: 0; margin: 0; }
img { border: none; }   
   
* { margin: 0; padding: 0; }
body { font: normal 12px Arial; text-align: center; background-color: #fff; }

/*
* header
*/

#wrapper { width: 100%; margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif; text-align: center; border-top: 6px solid #fbc125; }
.blocks { width: 100%; }
.block-holder { max-width: 940px; margin: 0 auto; }

.head-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	background: #fff;
}

.navigation-holder { max-width: 940px; height: 125px; margin: 0 auto; }
.navigation-holder .logo { margin: 10px; }
#nav { background-color: #fff; text-align: right; }

#nav .language { text-align: right; margin-top: 20px; }
#nav .language a { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 20px; color: #333; cursor: pointer; }

#nav .nav-holder { margin-top: 10px; position: relative; z-index: 100; }
#nav .nav-holder .menu .menu-list .menus { display: inline-block; font-family: 'Roboto', sans-serif; font-weight: 400; position: relative; font-size: 20px; color: #333; text-transform: capitalize; vertical-align: bottom; margin-right: 15px; padding: 20px 0px 10px; }
#nav .nav-holder .menu .menu-list:last-child .menus { margin: 0px; }
#nav .nav-holder .menu .menu-list .menus:hover,
#nav .nav-holder .menu .menu-list a.active-menu { color: #8fb723; }
#nav .nav-holder .menu .menu-list a.active span { 
	display: inline-block; 
	position: absolute;  
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
	left: 50%;
	margin-left: -7px;
	bottom: 0;
	margin-bottom: -9px;
	z-index: 35;
}

.drop { display: none; }

/*menu drop*/
.menu-drop { 
	display: none;
	position: absolute;
	min-width: 150px;
	padding: 15px;
	background: #96c221;
	text-align: left;
	z-index: 30;
}
.sub-menu-drop {
	display: none;
	position: absolute;
	min-width: 300px;
	left: 100%;
	margin-left: 10px;
	top: 0;
	margin-top: -20px;
	padding: 20px 10px;
	background: #16660b;
	border-left: 2px solid transparent;
	text-align: left;
	z-index: 50;
	
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.menu-drop ul li { position: relative; /*padding-left: 10px;*/ }
.menu-drop .submenus, a.sub-submenus { font-weight: 400; color: #fff; font-size: 18px; line-height: 18px; display: block; padding: 10px 2px; }
.menu-drop .submenus:hover, a.sub-submenus:hover { color: #333; }

#fullbg { 
	width: 100%; 
	height: 100%;
	position: fixed;
	_position: absolute;
	display: inline-block;
	left: 0; 
	top: 0; 
	background-color: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 150;
}

/* slideshow */
.cycle-slideshow { z-index: 20 !important; }
.slide-holder { width: 100%; background-color: #333; overflow: hidden; }

#slideshow { margin: 0 auto; position: relative; text-align: center; overflow: hidden; }
#slideshow .slides { overflow: visible !important; }
#slideshow .sliders { background-color: #fff; margin: 0 auto; white-space: normal; }
#slideshow .slide-holder { position: relative; display: block; }
#slideshow .sliders img { width: auto; height: auto; }
#slideshow .sliders .slide-details {
	background: rgba(255,255,255,0.9);
	width: 445px;
	padding: 25px 25px 15px; 
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
	text-align: left;
	color: #333; 
	font-family: 'Roboto', sans-serif;
}
#slideshow .sliders .slide-details h4 { display: inline-block; font-weight: 300; font-size: 30px; }
#slideshow .sliders .slide-details p { font-weight: normal; font-size: 18px; }
#slideshow .sliders .slide-details a.view-more { display: inline-block; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 12px; color: #cc0000; padding: 5px 10px; background-color: #fff; margin-top: 10px; cursor: pointer; }

#slideshow .pager { position: absolute; width: 940px; height: 80px; top: 50%; left: 50%; margin-left: -470px; margin-top: -40px; }
#slideshow #prev, #slideshow #next { display: inline-block;  position: absolute; cursor: pointer; z-index: 30; top: 50%; margin-top: -40px; }
#slideshow #prev { left: 0; margin-left: -80px; }
#slideshow #next { right: 0; margin-right: -80px; }

#pager { position: absolute; width: 950px; bottom: 0; z-index: 2; margin-bottom: -26px; left: 50%; margin-left: -475px; }
#pager span { text-indent: -999999px; display: inline-block; width: 178px; height: 10px; background-color: #ccc; margin: 0 6px; cursor: pointer; }
#pager .cycle-pager-active { background-color: #029013; }

/*
* Main / Container
*/
.container { width: 100%;  }
.container .block-content { position: relative; background: #f7f7f7; }
.container .content-holder { max-width: 940px; margin: 0 auto; position: relative; }

.content-holder { text-align: left; }
.content-holder .head { border-bottom: 1px solid #ccc; padding-bottom: 5px; }
.content-holder h2 { font-weight: 400; font-size: 36px; color: #333; }

/*
* Home page
*
* tabs 
*/
.home-content { padding: 100px 0 40px; }

#tabs { max-width: 940px; z-index: 40; position: absolute; left: 50%; top: 0; margin-left: -470px; margin-top: -35px; }
#tabs .tabs-holder a { 
	display: inline-block; 
	font-family: 'Roboto', sans-serif; 
	font-size: 29px; 
	color: #333; 
	font-weight: 300; 
	text-transform: capitalize;
	background-color: #fff;
	height: 90px;
	width: 310px;
	line-height: 90px;
	border-bottom: 5px solid #804912;
}

/* content */
.home-content .content-holder .box-left { width: 358px; height: 202px; background-color: #0066cc; }
.home-content .content-holder .context { width: 550px; font-family: 'Roboto', sans-serif; text-align: left; margin-left: 20px; }
.home-content .content-holder .context h3 { font-size: 24px; margin-bottom: 20px; font-weight: 400;  }
.home-content .content-holder .context h4 { font-size: 24px; margin-bottom: 10px; font-weight: 400;  }
.home-content .content-holder .context p { font-size: 14px; margin-bottom: 10px; font-weight: 400;  }

/*
* News
*
*/
.news-content { padding: 30px 0px; }
.news-content .content-holder h2 { margin-bottom: 30px; }
.news-content .content-holder .news-list a { display: inline-block; width: 440px; padding: 9px 10px 21px; border-bottom: 1px solid #ccc; margin-right: 12px; }
.news-content .content-holder .news-list a.top-list { border-top: 1px solid #ccc; }
.news-content .content-holder .news-list a:hover { background: #fff; }
.news-content .content-holder .top { margin-bottom: 10px; }
.news-content .content-holder .top h4 { font-weight: 500; font-size: 14px; color: #999; text-transform: uppercase; }
.news-content .content-holder .top span { font-weight: 500; font-size: 12px; color: #999; }
.news-content .content-holder .context .news-text { width: 205px; padding-left: 10px; }
.news-content .content-holder .context span { display: inline-block; width: 220px; height: 150px; background-color: #999; }
.news-content .content-holder .context h3 { font-weight: 500; font-size: 18px; color: #666666; margin-bottom: 10px; }
.news-content .content-holder .context p { font-weight: 400; font-size: 12px; color: #666666; }

/*
* Golf
*
*/
.golf-content { padding: 30px 0px; }
.golf-content .content-holder .head { margin-bottom: 30px; }
.golf-content .content-holder .golf-text { width: 675px; }
.golf-content .content-holder .golf-text .box { width: 675px; height: 250px; background: #0066cc; margin-bottom: 20px; }
.golf-content .content-holder .golf-text h3 { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 24px; color: #333; margin-bottom: 20px; text-transform: uppercase; }
.golf-content .content-holder .golf-text p { font-weight: 400; font-size: 18px; color: #333; margin-bottom: 15px; }
.golf-content .content-holder .golf-text a.goto { display: inline-block; font-weight: 400; font-size: 24px; color: #333; text-transform: uppercase; text-decoration: underline; }
.golf-content .content-holder .golf-text p.bigtext { font-size: 24px; }

.golf-content .content-holder .sub { width: 250px; }
.golf-content .content-holder .sub h4 { font-weight: 400; font-size: 24px; color: #333; margin-bottom: 20px; text-transform: uppercase; }
.golf-content .content-holder .sub a { display: block; font-weight: 400; font-size: 18px; color: #333; margin-bottom: 15px; }

/*
* Gallery
*
*/
.gallery-content { padding: 30px 0px; }
.gallery-content .content-holder .category { padding: 20px 0px; }
.gallery-content .content-holder .category a { font-weight: 400; font-size: 24px; color: #333; padding: 7px 15px; text-transform: uppercase; cursor: pointer; }
.gallery-content .content-holder .category a:hover { background: #fff; }
.gallery-content .content-holder .gallery-list a { display: inline-block; width: 220px; padding: 10px 0px; border-bottom: 1px solid #ccc; margin-right: 17px; }
.gallery-content .content-holder .gallery-list a .box { width: 220px; height: 150px; background: #999999; }
.gallery-content .content-holder .gallery-list a.top-list { border-top: 1px solid #ccc; }
.gallery-content .content-holder .gallery-list a:hover { background: #fff; }

/*
* Profile
*
*/
.profile-content { padding: 30px 0px; }
.profile-content .content-holder .head { margin-bottom: 30px; }
.profile-content .content-holder .profile-text { width: 940px; }
.profile-content .content-holder .profile-text h3 { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 24px; color: #333; margin-bottom: 20px; text-transform: uppercase; }
.profile-content .content-holder .profile-text p { font-weight: 400; font-size: 18px; color: #333; margin-bottom: 15px; }

/*
* Contact
*
*/
.contact-content { padding: 30px 0px; }
.contact-content .content-holder h2 { margin-bottom: 30px; }
.contact-content .content-holder .contact-form { width: 575px; background: #fff; padding: 25px; }
.contact-content .content-holder .contact-form p { font-size: 14px; color: #333; font-weight: 400; margin-bottom: 20px; }
.contact-content .content-holder .contact-form .inputs { width: 290px; border: none; padding: 8px 10px; background-color: #f9f9f9; font-size: 14px; color: #333; font-weight: 400; }
.contact-content .content-holder .contact-form .inp { margin: 10px 0px; }
.contact-content .content-holder .contact-form .small { width: 233px; margin-left: 10px; }
.contact-content .content-holder .contact-form .tall { width: 555px; height: 160px; margin-bottom: 10px; }
.contact-content .content-holder .contact-form .txt { font-size: 14px; color: #333; font-weight: 400; }
.contact-content .content-holder .contact-form .inputs-radio { vertical-align: middle; margin-left: 20px; margin-right: 2px; }
.contact-content .content-holder .contact-form .button-submit { font-weight: 400; font-size: 21px; color: #fff; background: #99cc00; padding: 8px 20px; border: none; }

.contact-content .content-holder .address { width: 285px; font-size: 14px; color: #333; font-weight: 400; padding: 20px 0px; border-top: 1px solid #ccc; }
.contact-content .content-holder .address a { color: #333; text-decoration: underline; }


/*
* footer
*/
footer { width: 100%; background-color: #fff; padding: 20px 0px; border-top: 12px solid #804912; }
.footer-holder { max-width: 940px; margin: 0 auto; position: relative; }
.footer-holder .contact-txt h4,
.footer-holder .contact-txt { font-weight: 400; font-size: 12px; text-align: left; color: #333; }
.footer-holder .contact-txt h4 { font-size: 18px; margin: 15px 0px; }

.footer-holder .copyright { font-size: 12px; font-weight: 400; color: #333; text-align: left; max-width: 940px; margin: 20px auto; text-align: center; }

#arrow-up { 
	display: none; 
	position: fixed; 
	background: url(../images/arrow-up.png) no-repeat; 
	width: 56px; 
	height: 55px; 
	border: none; 
	/*top: 0; 
	right: 0; 
	margin-top: -130px;
	margin-right: -70px;*/
	top: 80%;
	right: 5%;
	cursor: pointer;
	z-index: 100;
}

.showfade { 
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

/*
* spacers, float, borders
*/
.fleft { float: left; }
.fright { float: right; }

.border-r {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.b-shadow {
  -moz-box-shadow: 	  3px 3px 5px #000;
  -webkit-box-shadow: 3px 3px 5px #000;
  box-shadow: 		  3px 3px 5px #000;
}

.nmr { margin-right: 0px !important; }
.notif { color: #ff0000; }

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 400px) {
	
	#wrapper { min-width: 320px; overflow: hidden; }
	
	.top-holder-right { display: none; }
	.navigation-holder #nav { height: 0px; border-bottom: none; }
	#topLinks { border-top: 1px solid #d7d6d6; }
	#logoHolder .logo img { width: 80px; height: auto; }
	
	#submenus { display: none; }
	
	.drop { 
		display: block; 
		position: absolute; 
		right: 0; 
		margin: 10px; 
		top: 0; 
		margin-top: 15px; 
		font-size: 45px; 
		cursor: pointer; 
		background-color: #029013; 
		color: #fff; 
		padding: 0px 10px; 
	}
	
	#nav .nav-holder { display: none; position: absolute; z-index: 100; background: #029013; width: 100%; }
	/*#nav .active { display: block; }*/
	#nav .nav-holder .menu { margin-left: 0px; }
	#nav .nav-holder .menu .menu-list { float: none; display: block; width: 100%; }
	#nav .nav-holder .menu .menu-list a { width: 100%; display: inline-block; text-align: center; padding: 0; }
	#nav .nav-holder .menu .menu-list .menus { padding: 0; }
	
	#columnRight { float: none !important; margin: 0 auto; }
	
	/* resource pop */
	#resourcePop { width: 300px; left: 50%; margin-left: -160px; padding: 10px; }
	#resourcePop .form-holder #close { margin: 0; }
	
	/* footer */
	.footer .sitemap, .footer .sitemap-socials { display: none; }
	.footer .sitemap-mobile { width: 300px; margin-left: 20px; text-align: left; display: block; }
	
	.footer .sitemap-mobile ul li { margin: 3px 0px; }
	.footer .sitemap-mobile ul li a { font-size: 12px; color: #ccc; font-weight: 700; text-transform: capitalize; }
	
	.footer .sitemap-mobile p { font-size: 12px; color: #fff; margin-bottom: 10px; font-weight: 700; }
	
	#arrow-up { margin-right: 10px !important; }
}

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
