/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */




@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@media(min-width:998px)
{
	.slider.slider1
	{
		height:100%!important;
	}
	.slider.slider2
	{
		height:110%!important;
	}
}
.slider1 {
    height: 100%!important;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider ul.slides {
    height: 100%!important;
}
.subpage {
    height: 35%;
    width: 100%;
    min-height: 250px;
}
@media(max-width:768px)
{
	.parallax img
	{
		width: auto!important;
	}
}
@media(min-width:1200px)
{
	#cssmenu ul li a
	{
		font-size: 1.6rem;
	}
}

.logo-img
{
	width:300px;
	margin-top:-20px;
}

@media(min-width:1200px)
{
	.logo-img
	{
		width:360px;
		margin-top:-40px;
	}
}
ul.side-nav .collapsible-header.dropdown:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    color: #9e9e9e;
    font-size: 18px;
    position: absolute;
    right: 16px;
}
.row
{
	margin-bottom: 0!important;
}

@media(max-width:992px)
{
	.hide-on-med
	{
		display: none;
	}
}

@media (min-width: 0px) {
	
	#aLogo{
		visibility:hidden;
		position: absolute;
		max-width:100%;
	}
	#rLogo{
		visibility:visible;
		position: relative;
		max-width:67%;
	}
}
@media (min-width: 1112px) {
	
	#aLogo{
		visibility:visible;
		position: absolute;
		width:320px;
		
	}
	#rLogo{
		visibility: hidden;
		position: absolute;
		
	}
}
@media (min-width: 1200px) {
	
	#aLogo{
		visibility:hidden;
		position: absolute;
		
	}
	#rLogo{
		visibility:visible;
		position: relative;
    	margin-top: -51px;
	}
}
@media (min-width: 1245px) {
	
	#aLogo{
		visibility:visible;
		position: absolute;
		width:420px;
		
	}
	#rLogo{
		visibility: hidden;
		position: absolute;
		
	}
}
#aLogo
{
	margin-top:0px;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
  color: #333;
  background-color: #ffffff;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  /*text-transform: uppercase;*/
  font-family: "Titillium Web";
  font-weight: 700;
  letter-spacing: 1px;
  color:#3e5f4c;
}


p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
  font-family:'Titillium Web';
  color:#333;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #ddb746;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #3e5f4c;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: #1b522a;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  /*border-color:#1b522a;*/
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #1b522a;
	font-size: 1.4rem;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-top:28px;
  padding-bottom:28px;
  font-family:'Titillium Web';
  font-weight:bold;
  padding-left:20px;
  padding-right:20px;
  font-size:11pt;
  text-transform:uppercase;
}
.navbar-custom .nav li a:hover {
  /*color: rgba(255, 255, 255, 0.8);*/
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 10px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(/Graphics/ElitePool-Intro.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
	background-position: center top;
  }
  .intro .intro-body .brand-heading {
    font-size: 45px;
  }
  .intro .intro-body .intro-text {
    font-size: 24px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}

img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.service-btn
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:#1792a3;
	border:0;
	padding:5%;
	width:60%;
	border-radius:4px;
	-o-transition:color .2s ease-out, background .2s ease-in;
  	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
  	/* ...and now override with proper CSS property */
  	transition:color .2s ease-out, background .2s ease-in;
}
.service-btn:hover
{
	background-color:#3d3a50;
}
.testimonial-btn
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:#1792a3;
	border:0;
	border-radius:4px;
	text-transform:none;
	width:217px;
	padding:20px;
	-o-transition:color .2s ease-out, background .2s ease-in;
  	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
  	/* ...and now override with proper CSS property */
  	transition:color .2s ease-out, background .2s ease-in;
}
.testimonial-btn:hover
{
	background-color:#3d3a50;
	color:#fff;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
	max-width:100%;
}
.nav > li
{
	padding-right:0px;
}
.carousel-caption
{
	bottom:0%;
}
.main-container
{
	padding-top:2%;
}
.caption > h3
{
	text-align:left;
	color:#ddb746;
	margin-bottom:3%;
}
.caption > p
{
	font-size:15px;
}
.thumbnail .caption
{
	padding-left:30px;
	padding-right:30px;
}
.header-btn
{
	color:#fff!important;
	background-color:#c0a75c;
	border:0;
	text-transform:lowercase;
	font-weight:normal;
	font-family:'Open Sans';
	border-radius:4px;
	padding:15px;
}
.blog-btn
{
	background-color:#c0a75c;
	border:0;
	text-transform:lowercase;
	font-weight:normal;
	font-family:'Open Sans';
	border-radius:4px;
	padding:15px;
}
.blog-btn:hover,.blog-btn:active,.blog-btn:focus
{
	background-color:#3e5f4c!important;
}
.thumbnail
{
	border-radius:0px;
	border: 1px solid #ececec;

}
footer p
{
	font-size:14px;
	text-align:left;
}
.btn-social {
    display: inline-block;
    height: 35px;
    width: 35px;
    /* border: 2px solid white; */
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
	margin-bottom:10px;
}
.btn-submit
{
	background-color:#c0a75c;
	border:0;
	text-transform:lowercase;
	font-weight:normal;
	font-family:'Open Sans';
	border-radius:4px;
	padding:15px;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus, .btn-submit:visited
{
	background-color:#3e5f4c;
}
/* Navigation */

.dropdown-menu {
    background-color: #fff!important;
    border-radius: 0px;
    text-align: center;
}
.dropdown-menu > li > a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    color: #1b522a!important;
    background-color: #fff!important;
}

.dropdown-menu > li > a:hover {
    color: #fff!important;
    background-color: #1b522a!important;
}
/* ------------------------------ */


/* Media Queries */
@media (min-width: 0px) {
	.recentNews
	{
		margin-top:10%;
	}
	.navbar-custom .nav li a
	{
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media (min-width: 768px) {
	.recentNews
	{
		margin-top:10%;
	}
	.navbar-custom .nav li a
	{
		padding-top:0px;
		padding-bottom:25px;
	}
	
	
}
@media (min-width:992px) {
	.recentNews
	{
		margin-top:7%;
	}
	
	.container-mod
	{
		width:100%;
	}
	
	ul.nav li.dropdown:hover > ul.dropdown-menu {
    	display: block;
  	}
	.navbar-custom .nav li a
	{
		padding-top:0px;
		padding-bottom:25px;
	}

}
@media (min-width:1112px) {
	.navbar-custom .nav li a
	{
		padding-top:85px;
		padding-bottom:25px;
	}
	
}
@media (min-width:1200px) {
	.recentNews
	{
		margin-top:5%;
	}
	
	.navbar-custom .nav li a
	{
		padding-top:0px;
		padding-bottom:25px;
	}

}
@media (min-width:1245px) 
{
	.navbar-custom .nav li a
	{
		padding-top:85px;
		padding-bottom:25px;
	}
}


/* Navigation DropDown */

.dropdown-menu > li > a
{
	padding:0;
}
/* Footer Nav */

.footer-nav
{
	color:#ffffff;
	margin-top:-15px;
	border-top: 1px solid #525252;
	display:block;
}
.footer-nav:hover
{
	color:#ffffff;
}


/*  Counter  */

.countNum
{
	font-family:'Roboto Slab';
	text-align:center;
	font-size:80px;
	font-weight:lighter;
	color:#ffffff;"
}
hr.counter {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #c0a75c;
    width: 115px;
}
h2.counter
{
	text-align:center;
	color:#ffffff;
	font-family:'Exo 2';
	font-size:20px;
}

/* Portfolio Testing */


.imgteaser {
    margin: 1%;
    overflow: hidden;
    float: left;
	width:100%;
    position: relative;
	    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.08) !important;
}
.imgteaser a {
    text-decoration: none;
	color:#fff;
    float: left;
	width:100%;
}
.imgteaser a img {
	width:100%;
}
.imgteaser a:hover {
    cursor: pointer;
}
/*.imgteaser a img {
    float: left;
    margin: 0;
    border: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}*/
.imgteaser a .more4 {
    position: absolute;
    /* positioning of the learn more text */
    /*right: 20px;*/
    bottom: 0px;
    
    color: #fff;
    background: rgba(0, 0, 0, 0.0);
    padding: 5px 10px;
	width:100%;
	height:100%;
	transition: all 0.5s ease-out;
	padding:1%;
	text-transform:uppercase;
}
.imgteaser a .more {
    position: absolute;
    /* positioning of the learn more text */
    /*right: 20px;*/
    bottom: 0px;
    
    color: #fff;
    background: rgba(192, 167, 92, 0.95);
    padding: 5px 10px;
	width:100%;
	text-align:left;
	font-size:20px;/* size of the learn more text */
	font-weight:bold;
	height:50%;
	max-height:20%;
	transition: all 0.5s ease-out;
	padding:1%;
	text-transform:uppercase;
	
}
.imgteaser a .more > .more2{

	bottom:40%;
	position: absolute;
    width: 100%;
    right: 0%;
	margin-bottom: -10px;
	padding-left:5%;
	font-size:23px;
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .more > .more2{

	bottom:40%;
	position: absolute;
    width: 100%;
    right: 0%;
	margin-bottom: -10px;
	font-family:'Titllium Web';
	
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a .more > .more3{

	bottom:25%;
	position: absolute;
    width: 100%;
    right: 0%;
	margin-bottom: -10px;
	padding-left:5%;
	visibility:hidden;
	opacity:0;
	transition: all 0.5s ease-in-out;
	text-transform:none;
	font-weight:normal;
	font-family:'Titillium Web';
	font-size:18px;
	color:#61541c;
	
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .more > .more3{

	bottom:25%;
	position: absolute;
    width: 100%;
    right: 0%;
	margin-bottom: -10px;
	visibility:visible;
	opacity:1;
	
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .more {

	
	max-height:100%;
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .more4 {

	
	max-height:100%;
	
    background: rgba(0, 0, 0, 0.4);
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .desc h3 {
    display: block;
    margin-bottom: 5px;
    font-size:1.2em;
}
.imgteaser a .desc {    display: none; }
.footer-col
{
	margin-bottom: 50px;
}

