body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  color: #414141;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #414141;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

a{
	color: #414141;
        cursor: pointer;
        text-decoration: none;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p{
	font-size: 14px;
	line-height: 24px;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#header{
	background: url(/images/bg_grass_short.jpg) center center no-repeat;
	min-height: 131px;
	box-shadow: 0px 0px 27px #000 inset;
         -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover;
}

#header_main{
	background: url(../images/bg_grass.jpg) center top no-repeat;
	height: 575px;
                -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover;
}

#header.home{
	background: url(/images/bg_grass.jpg) center top no-repeat;
	height: 575px;
}

#header .container_24{
	padding-top:10px;
}

#navigation{
	text-align: right;
	position: relative;
}

#nav_head{
	border-bottom: none;
	padding-bottom: 8px;
}

#header.home #nav_head{
	border-bottom: 1px solid #fff;
}

#login_link{
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	padding: 7px;
	cursor: pointer;
}
#login_link1{
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	padding: 7px;
	cursor: pointer;
}

#login_link.open{
	background: rgba(0,0,0,0.8);
	border-radius: 10px 10px 0 0;
}
#login_link1.open{
	background: rgba(0,0,0,0.8);
	border-radius: 10px 10px 0 0;
}

#login_link img{
	position: relative;
	top: -2px;
}
#login_link1 img{
	position: relative;
	top: -2px;
}

#login{
	position: absolute;
	right:120px;
	top: 40px;
	background: #414141;
	background: rgba(0,0,0,0.8);
	border-radius: 20px;
	width: 250px;
	text-align: left;
	display: none;
}

#login1{
	position: absolute;
	right:120px;
	top: 40px;
	background: #414141;
	background: rgba(0,0,0,0.8);
	border-radius: 20px;
	width: 250px;
	text-align: left;
	display: none;
}

#login_link.open #login{
	display: block;
}

#login_link.open #login1{
	display: block;
}

#login_link1.open #login{
	display: block;
}

#login_link1.open #login1{
	display: block;
} 

#login form{
	padding: 40px 40px 20px;
}

#login1 form{
	padding: 40px 40px 20px;
}

#login input[type=text],#login input[type=password]{
	padding: 8px;
	font-size: 14px;
	width: 150px;
}

#login1 input[type=text],#login1 input[type=password]{
	padding: 8px;
	font-size: 14px;
	width: 150px;
}

#login label{
	display: block;
	color: #fff;
}

#login1 label{
	display: block;
	color: #fff;
}

#nav_items{
	list-style: none;
}

#nav_items li{
	float: right;
	margin-top: 45px;
}

#nav_items li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}

#slideshow{
	position: relative;
}

.slide{
	position: relative;
	left: -30px;
	top: 30px;
}

#cta h1{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	margin-top: 50px;
}

#cta h2{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	margin-top:20px;
}

#cta p{
	text-align: center;
	color: #fff;
	font-weight: 100;
	width: 250px;
	margin: auto;
	letter-spacing: 4px;
}

#cta_button{
	text-align: center;
	margin-top:30px;
}

.bullet_point{
	margin-bottom:30px;
}

.bullet_point h1{
	margin-bottom: 0;
}

.bullet_point h1, .bullet_point h2{
	text-transform: uppercase;
}

#latest_news_title{
	text-align: center;
	border:1px solid #414141;
	display: inline-block;
	background: #fff;
	padding:10px;
	text-transform: uppercase;
}

.news_item h4{
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news_item img.thumb{
	box-shadow: 6px 6px 0 rgba(85,85,85,0.54);
}

.go_link{
	font-weight: bold;
	text-decoration: none;
	color: #414141;
	padding-right:15px;
	background: url(../images/go_triangle.png) right center no-repeat;
}

.go_link_white{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-right:15px;
	background: url(../images/go_triangle_white.png) right center no-repeat;
}


.dark_button{
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	background: #414141;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	border-radius: 20px;
	text-transform: uppercase;
}

#testamonials_container{
	background: url(../images/bg_grass.jpg) top center no-repeat #414141;
	margin-top: 60px;
	color: #fff;
	position: relative;        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        
}

.testamonial{
	margin-top: 60px;
}

.testamonial p{
	font-size: 14px;
	font-style: italic;
	line-height: 36px;
}

#bubble{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -60px;
}

#footer_container{
	padding-top: 60px;
	background: #414141;
	color: #fff;
}

#show_table{
	width: 100%;
	background: url(../images/show_bg.png) center top no-repeat;
	min-height: 250px;
}

#blog_table{
	width: 100%;
	background: url(../images/blog_bg.png) center top no-repeat;
	min-height: 250px;
	margin-top: 80px;
}

#blog_table h4{
	margin-bottom: 15px;
}

#blog_table p{
	margin-bottom: 20px;
}

.foot_table h3{
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 32px;
}

.foot_table h4{
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 0;
}

.foot_table h4 a{
	color: #fff;
	text-decoration: none;
}

.foot_row{
	border-top: 1px solid #fff;
}

.foot_row td{
	padding: 20px 0;
}

#testimonial_slides{
	width:10000px;
	position: relative;
	left: 0;
}

#right_arrow{
	position: absolute;
	top:100px;
	right: 0;
	cursor: pointer;
}

#left_arrow{
	position: absolute;
	top:100px;
	left: 0;
	cursor: pointer;
}

#close_btn{
	position: absolute;
	top: 12px;
	left: 212px;
}

#close_btn1{
	position: absolute;
	top: 12px;
	left: 212px;
}

.small_white_link{
	color:#fff;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
}

#content{
	margin-top:50px;
	margin-bottom:50px;
}

#faq_nav ul li{
	list-style: none;
	float: left;
	margin-right: 40px;
	margin-left: 0;
}

#faq_nav ul li a{
	padding:5px;
	color: #414141;
	border-radius: 12px;
	text-decoration: none;
	background: #414141;
	color: #fff;
}

.faq{
	margin-top:40px;
}

.faq ul li{
	list-style:none;
	margin-left: 0;
	padding-left:22px;
}

.faq ul li.q{
	background-image: url(../images/faq_arrow_up.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}

.faq ul li.a{
	display: none;
}

.faq ul li p{
	position: relative;
	top:-3px;
}

.faq h4{
	border-bottom: 1px solid #414141;
}

p.banner{
	border-bottom:1px solid #414141;
	border-top:1px solid #414141;
	padding-top:20px;
	padding-bottom:20px;
}

#check_faq{
	float: right;
	background: url(../images/check_faq_arrow.png) no-repeat;
	background-position: 166px 24px;
	width: 350px;
}

.location h3{
	text-align: center;
	font-size: 30px;
	margin-top: 100px;
	border-bottom: 1px solid #414141;
}

.location p{
	text-align: center;
}

.location{
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
}

#contact_us{
	background-image: url(../images/contact_bg_us.png);
}

#contact_uk{
	background-image: url(../images/contact_bg_uk.png);
}

#contact_aus{
	background-image: url(../images/contact_bg_aus.png);
}

#contact_br{
	background-image: url(../images/contact_bg_br.png);
}

#affiliate_content h2{
	font-size: 40px;
}

#super_affiliate{
	padding:30px 30px 30px;
	margin: 0 20px;
	border-radius: 20px;
	color: #fff;
	background:#414141;
	text-align: center;
	font-style: italic;
}

#payment_list{
	margin-top: 20px;
}

#payment_list li{
	margin-left: 15px;
}
#contact_us{
	background-image: url(../images/contact_bg_us.png);
}

#contact_uk{
	background-image: url(../images/contact_bg_uk.png);
}

#contact_aus{
	background-image: url(../images/contact_bg_aus.png);
}

#contact_br{
	background-image: url(../images/contact_bg_br.png);
}


@media screen {
  .noPrint{ display: block; }
  .yesPrint{ display: block !important; }
}

@media print {
  .noPrint{ display: none; }
  .yesPrint{ display: block !important; }
}

/* Base class for notifications */
.notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

/* Success notification */
.notification-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* Info notification */
.notification-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* Warning notification */
.notification-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* Danger (error) notification */
.notification-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Additional optional styles */
.notification-dismissable {
  position: relative;
  padding-right: 35px;
}

.notification-dismissable button.close {
  position: absolute;
  top: 0;
  right: 10px;
  color: inherit;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
