/*!
 * 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)
 */





/*----FONTS----*/
@import url('/css/Fonts/Myriad-Pro.css');
@import url('/css/Fonts/Brandon-Grotesque.css');
@import url('/css/Fonts/Libre-Baskerville.css');
@import url('https://fonts.googleapis.com/css?family=Vast+Shadow');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i');
@import url('/framework/bootstrap/vendor/font-awesome/css/font-awesome.min.css');
/*-------------*/
/*-----NAV-----*/
@import url('/css/nav.css');
/*-------------*/
/*-----PUSH MENU----*/
@import url('/plugins/pushMenu/css/jPushMenu.css');
/*-------------------*/
/*-----KENDO----*/
@import url('/css/kendo.css');
/*-----HELPERS----*/
@import url('/css/helpers.css');

ul.footer-social a > i.icon
{
	color:#bbbbbb;
}
ul.footer-social a:hover > i.icon
{
	color:#00b0aa;
}
h4.footer
{
	text-align: left;
	color:#222222;
	font-weight: 700;
}
p.footer
{
	font-size:1.2rem;
	color: #666666;
}
p.footer > a
{
	color:#00b0aa;
	font-weight: 400;
}
p.footer.nav > a
{
	color:#BDE6EE;
	font-size: 1.2rem;
	font-weight: 700;
}
p.footer.nav > a:hover
{
	color:#fff;
}
p.footer.social > a
{
	color:#BDE6EE;
	font-size: 1.2rem;
	font-weight: 400;
}
p.footer.social > a:hover
{
	color:#fff;
}
p.footer.info-links > a
{
	color:#fff;
	font-weight: 300!important;
}
.stars > i
{
	font-size: 1rem;
}
.services
{
	text-align: center;
	color: #CCCCCC;
	font-weight: 400;
}
h3.learn-more
{
	text-align: left;
	color: #CCCCCC;
	font-weight: 300;
}
ul.learn-more > li
{
	margin-left: 25px;
	padding-bottom: 15px;
	
}
ul.learn-more > li > a
{
	padding-bottom: 15px;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 1.1rem;
	color: #66C0D1;
}
ul.learn-more > li > a:hover
{
	color: #AECF5F;
}
.z-depth-mod
{
	
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.09), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

.btn-large-circle
{
    width: 225px;
    height: 225px;
    border-radius: 144px;
}


.btn-large-circle > span
{
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 33%;
    font-size: 2rem;
	line-height: 1.3;
}


body > * {
    position: relative;
	z-index: -2;
}

.right-md
{
	float:left;
}

@media(min-width:1200px)
{
	.right-md
	{
		float:right;
	}
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
    z-index: -2;
}
.frame {
    border-image: url(/Graphics/BayouJoes_Border.png) 44 45 44 45 stretch stretch;
    border-color: #f4be52;
    border-style: inset;
    border-width: 40px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media(min-width:1200px)
{
	.about-image
	{
		margin-top:-110px;
	}
}
.carousel .carousel-item {
    width: 350px;
}

.menu-index
{
	position: relative;
    z-index: initial;
	
}
.index
{
	z-index: 5;
	position: relative;
}


.slider .slides li img {
    background-position: bottom;
}


.slider.slider2 .slides li .caption 
{
	width: 100%;
	left:0;
	top:0;
}
.social
{
	padding: 0 5px;
}

a > .social-square 
{
	border-radius: 50px;
	width:40px;
	height:40px;
	text-align: center;
}

a > .social-square.facebook
{
	background-color: #2d94c6;
}

a > .social-square.twitter
{
	background-color: #0d6c9a;
}

a > .social-square.linkedin
{
	background-color: #3783a8;
}

a > .social-square i 
{
	color:#fff;
	font-size: 1.5rem;
	line-height: 1.8;
}

.header-slider
{
	height:60%!important;
}
@media(min-width: 992px)
{
	.header-slider
	{
		height:75%!important;
	}
}



.slider-h-text
{
	font-size: 2rem;
}
@media(min-width: 992px)
{
	.slider-h-text
	{
		font-size: 2.5rem;
	}
}
@media(min-width: 992px)
{
	.slider-h-text
	{
		font-size: 3.3rem;
		/*transform: scaleY(1.3);*/
	}
}
@media(min-width: 1200px)
{
	.slider-h-text
	{
		font-size: 4.2rem;
		/*transform: scaleY(1.3);*/
	}
}

/*---------BUTTONS----------*/
.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: rgba(0,0,0,.25);
    color: #fff;
}
.btn-large {
    font-family: 'Open Sans';
    padding: 0 3rem;
    font-weight: 400;
    background-color: #00b0aa;
}
.btn-large:hover
{
	/*background-color: #fff;*/
	color: #fff;
}
.btn-alt
{
	color:#fff;
	background-color: #18478e;
	border-radius: 40px;
}
.btn-header
{
    padding: 0 1.6rem;
	font-size: .8rem;
    line-height: 40px;
	border-radius: 40px;
    height: 40px;
	box-shadow: none;
}

.btn-opt2
{
	background-color: rgba(0,0,0,.25);
}
.btn-opt2:hover
{
	background-color: #fff;
	color: #AECF5F;
}
.btn-hero
{
	border-radius: 40px;
	border:1px solid white;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-shadow: none;
}
.btn-hero:hover
{
	background-color:transparent;
	color:white;
}
/*-------------------*/

/*--------Header---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 5px;
  /*text-transform: uppercase;*/
  font-family: 'Open Sans';
  /*letter-spacing: 2px;*/
  font-weight: 800;
  color:#222222;
  text-shadow:none;
	
}
.h1, h1
{
	font-size:5rem;
	font-family: 'Open Sans', cursive;
}
.h2, h2
{
	font-size:2rem;
	font-family: 'Open Sans';
}
.h3, h3
{
	font-size: 2rem;
}
h6
{
	color:#111111;
	font-family: 'Open Sans';
	letter-spacing: 1px;
	font-weight: 400;
	font-size:1.2rem;
}
.appointment
{
	text-align: center;
	font-size: 1.2rem;
	color:#fff;
	font-weight: 500;
}
.parallax h2
{
	font-size:35px!important;
}
@media(min-width:998px)
{
	.parallax h2
	{
		font-size:50px!important;
	}
	.hero-tag
	{
		font-size:35px;
	}
	.h1, h1
	{
		font-size:4rem;
	}
	.h2, h2
	{
		font-size:2.5rem;
	}
}



/*-------------------*/
hr {    
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dddddd;
    display: inline-block;
    width: 75%;
    padding: 20px;
}
.hero-content
{
	top:20%;
}
@media(min-width:998px)
{
	.hero-content
	{
		top:30%;
	}
}
ul.services
{
	margin-bottom: 0;
}
ul.services li
{
	padding:10px 7px;
	transition: background .2s ease-in;
	transition: color .2s ease-in;
}
ul.services li:hover
{
	background-color:#133b6c;
}
ul.services li:hover a
{
	color:white;
}
ul.services li a
{
	font-family: 'Open Sans';
	font-weight:bold;
	color:#517cb0;
}


.img-center
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.slider3 .slides li .caption {
    top: 10%!important;
}
.box-link .box-cta
{
	background-color: transparent;
	transition: all .3s ease-in-out;
}
.box-link:hover .box-cta
{
	background-color: white;
}

.box-link .box-cta h4
{
	color:white;
	transition: all .3s ease-in-out;
}
.box-link:hover .box-cta h4
{
	color: #c23f33;
}




.slider.slider2
{
	height:400px!important;
}
/*@media(min-width:998px)
{
	.slider.slider1
	{
		height:540px!important;
	}
	.slider.slider2
	{
		height:300px!important;
	}
}*/
@media(min-width:768px)
{

	.slider.slider2
	{
		height:300px!important;
	}
}


.img-gallery
{
	max-height: 340px;
	width:100%;
}
.no-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}
.img-center
{
	display: block;
	margin-left:auto;
	margin-right:auto
}
p.hero-text
{
	font-size: 2.2rem;
}
.hero-background
{
	background-color:rgba(255,255,255,.6);
	padding:20px;
}
.footer-col p
{
	color:#fff;
	font-size:2rem;
}
.footer-nav
{
	color:#fff;
	font-size: 2rem;
}
.footer-nav:hover
{
	color:#fff;
	font-size: 2rem;
}
.container-grid
{
	width:100%
}



.slider .slides li .caption {
	top: 5%;
}
@media (min-width: 768px){
	.slider .slides li .caption {
		top: 5%;
	}
}


@media (min-width: 992px){
	.slider .slides li .caption {
		top: 10%;
	}
}
@media (min-width: 1200px){
	.slider .slides li .caption {
		top: 15%;
	}
}










@media (min-width: 768px){
	.container-grid {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.container-grid {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container-grid {
		max-width: 1140px;
	}
}

.back-to-top
{
	border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    line-height: 1.85;
    margin-left: auto;
    margin-right: auto;
    display: block;
	color:#fff!important;
	background: transparent!important;
    border: 1px solid #fff!important;
	text-align: center;
	font-size: 24px;
}
.slider .indicators {
    bottom: 3px;
	z-index:5;
}
.slider .indicators .indicator-item.active {
    background-color: white;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.item{
	margin-bottom:0px;
}
.caption
{
	padding-bottom:9px;
	padding-top:9px;
}
.info p
{
	color:#d8d8d8;
}
.info h2
{
	color:#fff;
}
.info h4, .info a
{
	color:#fff799;
}
.info .italic
{
	font-style: italic;
}
.info
{
	background-image: url('/Graphics/SouthernCattle_InfoMobile.jpg');
	background-size: cover;
}
@media(min-width:992px)
{
	.info
	{
		background-image: url('/Graphics/SouthernCattle_Info.jpg');
		background-size: cover;		
	}
}
/*.slider,.slides
{
	touch-action: none!important;
	-webkit-user-drag: none!important;
	pointer-events: none;
}*/

.side-nav .dropdown-menu
{
	background-color: #fff!important;
}
.side-nav ul.dropdown-menu > li {
    margin-left: 10px;
}

.side-nav li > a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    /* line-height: 35px; */
    padding: 0 32px;
	font-family: 'Open Sans';
}
.side-nav .dropdown ul {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    float: none;
    text-align: left;
    height: 0;
	padding:0;
}

.side-nav .open ul
{
	display: block;
	visibility: visible!important;
	opacity: 1!important;
	height:auto!important;
}


.open ul
{
	display: block;
	visibility: visible!important;
	opacity: 1!important;
}

.dropdown-menu > li
{
	display: block!important;
	line-height: 1.8;
	/*border-bottom: 1px solid #dddddd;*/
	width:100%;
	white-space: nowrap;
}

.dropdown-menu > li:last-child
{
	border-bottom: 0px;
}


.dropdown  ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index:1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    background-color: #47adc4!important;
	border: 0;
    /* bottom: 0; */
    margin-top: 0px;
	padding: 0;
	min-width: 225px;
	box-shadow: inset 0 25px 25px -20px rgba(0,0,0,0.3);
}
@media(min-width:992px)
{
	.dropdown:hover  ul {
		visibility:visible;
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transition:200ms ease;
		-moz-transition:200ms ease;
		-o-transition:200ms ease;
		transition:200ms ease;
	}
}



.dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0;
    /* bottom: 0px; */
}
.btn-social-icon
{
	height: 40px;
    width: auto;
    line-height: 1.3;
	border-radius: 4px!important;
	margin-left:5px!important;
	margin-right:5px!important;
}
.btn-social-icon > i
{
	height: auto!important;
	line-height: 0!important;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none; 
	animation-fill-mode: none; 
}
@media(min-width:992px)
{
	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both; 
		animation-fill-mode: both; 
	}
}



.nav-top
{
	height: 75px!important;
    background-image: url(/Graphics/SouthernCattle_HeaderTop.jpg);
	background-size: cover;
}
nav ul.nav-list {
    text-align: center;
}
nav ul.nav-list li {
    display: inline;
    float: none;
}
nav ul.nav-list li a {
    display: inline-block;
	padding-top: 10px;
    padding-bottom: 10px;
}


.pin-top .on-pin,.pinned .off-pin
{
	position: absolute;
	visibility: hidden;
	/*left:999px;*/
	overflow: hidden;
}


/*.pin-top .on-pin, .pinned .on-pin {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.pinned .on-pin {
    opacity: 1;
}*/




#wrapper {
    height: auto;
}


.slider1 {
    height: 80%!important;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	min-height: 600px;
}
.slider ul.slides {
    height: 100%!important;
}
.jumbotron{
  position: relative;
  z-index:-101;
}

#video-background { 
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    width:100%;
}


.date
{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-radius: 12px;
	background-color: #1fc3f0;
	color:#fff;
	font-size: 10pt;
	font-weight: 500;
}
.date.featured
{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-radius: 12px;
	background-color: #1fc3f0;
	color:#fff;
	font-size: 10pt;
	font-weight: 500;
	position:absolute;
	top:8%;
	left:8%;
	font-family:'Open Sans';
}
.date.blog
{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-radius: 12px;
	background-color: #1fc3f0;
	color:#fff;
	font-size: 10pt;
	font-weight: 500;
	position:absolute;
	top:6%;
	left:2%;
	font-family:'Open Sans';
	z-index: 2;
}
.featured-column
{
	padding-bottom: 20px;
}
.fill
{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 30%), url('/Graphics/discover850_heroBackground.jpg'); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 30%),url('/Graphics/discover850_heroBackground.jpg'); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 30%),url('/Graphics/discover850_heroBackground.jpg'); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ),url('/Graphics/discover850_heroBackground.jpg'); /* IE6-9 */
} 
.fill {
		width: 100%;
		height: 100%;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
}
.carousel-inner {
	height: 100%;
}
.item.active {
	height: 100%;
}
.carousel-bottom
{
	background-color: rgba(0,0,0,.5);
	position: absolute;margin-left: auto;margin-right: auto;left: 0;right: 0;bottom: 0;
}
.contact-form-type{
	font-family:'Roboto Condensed';
	background-color:#f4f4f4;
	width: 100%;
    font-size: 10pt;
    padding: 8px;
    outline: none;
    margin: 1%;
    border-radius: 0px!important;
    border: 0;
    border-bottom: 1px solid #dddddd!important;
}
 
 
body {
  width: 100%;
  height: 100%;
  font-family: "Lora";
  color:#444444;
  background-color: #fff;
}
text
{
	font-size:8px!important;
	pointer-events: none;
	color:#fff;
}
html {
  width: 100%;
  height: 100%;
}

p {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.5;
  font-family:'Roboto';
  font-weight:400;
  text-shadow:none;
  color:#666666;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.light {
  font-weight: 400;
}

.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 .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 {
  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 {
	color: #fff;
	background-color: #1fc3f0;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	border: 1px solid #1fc3f0;
}
.btn-default:hover,
.btn-default:focus, .btn-default:active {
  border: 1px solid #20caf9;
  outline: none;
  color: #fff;
  background-color: #20caf9;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover
{
	border: 1px solid #20caf9!important;
	outline: none;
	color: #fff;
	background-color: #20caf9!important;
}



.btn-subscribe {
	color: #fff;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #fff;
}
.btn-subscribe:hover,
.btn-subscribe:focus, .btn-subscribe:active {
  border: 1px solid #fff;
  outline: none;
  color: #fff;
  background-color: transparent;
}
.btn-subscribe.active.focus, .btn-subscribe.active:focus, .btn-subscribe.active:hover, .btn-subscribe:active.focus, .btn-subscribe:active:focus, .btn-subscribe:active:hover, .open>.dropdown-toggle.btn-subscribe.focus, .open>.dropdown-toggle.btn-subscribe:focus, .open>.dropdown-toggle.btn-subscribe:hover
{
	border: 1px solid #fff!important;
	outline: none;
	color: #fff;
	background-color: transparent;
}


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;
}
.footer-col > h4
{
	text-align:left;
}
/*::-moz-selection {
  text-shadow: none;
  background: #54bcca;
  background: rgba(23, 146, 163, 0.4);
}
::selection {
  text-shadow: none;
  background: #54bcca;
  background: rgba(23, 146, 163, 0.4);
}
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%;
}

.main-container
{
	padding-top:2%;
	margin-left:-2%;
}
.caption > h3
{
	text-align:left;
	text-transform: uppercase;
	margin-bottom:3%;
}
.caption > p
{
	font-size:15px;
}
.thumbnail .caption
{
	padding-left:30px;
	padding-right:30px;
}
.blog-btn
{
	background-color:#1792a3;
	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:#3d3a50;
}
.thumbnail
{
	border-radius:0px;
}
footer p
{
	font-size:14px;
	text-align:left;
}
.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    /* border: 2px solid white; */
    border-radius: 1px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 10px;
}
.btn-submit, .btn-submit:visited
{
	font-family:'Roboto Condensed';
	font-weight:300;
	background-color:#232c55;
	border:0;
	border-radius:0px;
	text-transform:none;
	color:#ffffff;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus
{
	background-color:#efc44d;
	color:#ffffff;
}
.dropdown-menu > li > a
{
	padding-top:0px!important;
	padding-bottom:0px!important;
	/*color:#fff!important;
	background-color:rgba(44, 44, 67, .95)!important;*/
}
@media(min-width:992px){
	.dropdown-menu > li > a
	{
		padding-top:10px!important;
		padding-bottom:10px!important;
		color:#fff;
		/*background-color:rgba(44, 44, 67, .95)!important;*/
		text-align: left;
		text-transform: none;
		font-size: .9rem;
	}
}
.dropdown-menu > li > a:hover
{
	color:#fff;
	border: 0;
	/*background-color:#0d6c9a;*/
}

/* Media Queries */
@media (min-width: 0px) {
	.connect-form
	{
		padding-right:15px;
	}
	.btn-default
	{
		font-size:18px;
	}
	.date.featured
	{
		top:12%;
	}
	#FeaturedEvents1
	{
		position: absolute;
		visibility: hidden;
		width:0;
	}
	#FeaturedEvents2
	{
		position: relative;
		visibility: visible;
	}
	#map
	{
		position: absolute;
		visibility: hidden;
	}
	#searchFormMobile
	{
		position:relative;
		visibility: visible;
	}
	.recentNews
	{
		margin-top:10%;
	}
	.contact-form
	{
		margin-top:0px;
	}
	#myCarousel
	{
		height:750px;
	}
	.serviceOffer
	{
		padding-top:10px;
	}
		
	.carousel-caption
	{
		bottom:5%;
		visibility: hidden;
	}
}
@media (min-width: 768px) {
	.btn-default
	{
		font-size:18px;
	}
	.date.featured
	{
		top:8%;
	}
	#FeaturedEvents1
	{
		position: relative;
		visibility: visible;
		width: auto;
	}
	#FeaturedEvents2
	{
		position: absolute;
		visibility: hidden;
		overflow: hidden;
    	height: 0;
	}
	#map
	{
		position: relative;
		visibility: visible;
	}
	.recentNews
	{
		margin-top:10%;
	}
	.brand-heading {
		font-size: 50px;
	}
	#myCarousel
	{
		height:900px;
	}
	.serviceOffer
	{
		padding-top:0px;
	}
}
@media (min-width:992px) {	
	.connect-form
	{
		padding-right:60px;
	}
	.btn-default
	{
		font-size:14px;
	}
	#searchForm
	{
		border: 0;
		border-radius:4px;
		padding:2%;
	}
	.recentNews
	{
		margin-top:7%;
	}
	.contact-form
	{
		margin-top:-109px;
	}
	
	.carousel-caption
	{
		bottom:5%;
		visibility: visible!important;
	}
	
	.brand-heading {
		font-size: 75px;
	}

}
@media (min-width:1200px) {
	#searchFormMobile
	{
		position:absolute;
		visibility: hidden;
	}
	.btn-default
	{
		font-size:18px;
	}
	#searchForm
	{
		/*border: 1px solid rgba(255,255,255,0.4);*/
		border-radius:4px;
		padding:2%;
		background-color: rgba(0, 0, 0, 0.15);
	}
	.recentNews
	{
		margin-top:5%;
	}
	.carousel-caption
	{
		bottom:63%;
	}

}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 0 40px;
  margin-top: 0;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 125px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 125px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 800px;
  height: auto;
}
.media-carousel figcaption
{
  padding: 10px;
  text-align: center;
}
/* End carousel */

/* Portfolio Testing */

.imgteaser {
	overflow: hidden;
	max-height: 250px;
    margin: 0%;
    overflow: hidden;
    float: left;
	width:100%;
    position: relative;
	/*border: 1px solid #dddddd;*/
	    /*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;
    float: left;
	width:100%;
}
.imgteaser a img {
	max-height: 250px;
	width:100%;
}
.imgteaser a:hover {
    cursor: pointer;
}
/*.imgteaser a img {
    float: left;
    margin: 0;
    border: none;

    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}*/

h4.services-header
{
	letter-spacing: 0px;
	color:#2d95c8;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	opacity: 0;
	transition: all .3s ease-in-out;
}

h4.services
{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
h6.services
{
	color: #fff;
}
p.services
{
	color:#fff;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.altText
{
	position: absolute;
    top: 40%;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
	color: white;
	font-weight: bold;
	font-size: 1.1rem;
	font-family: 'Open Sans';
	
}
.altText  i
{
	font-size: 3.5rem;
    line-height: 1.8;
}
.square {
	border-radius: 70px;
    width: 93px;
    height: 93px;
    background-color: #2d95c8;
    margin-left: auto;
    margin-right: auto;
	display: none;
}
.imgteaser a .more {
    position: absolute;
    /* positioning of the learn more text */
    /*right: 20px;*/
    bottom: 0px;
    
    color: #fff;
    /*background: rgba(255, 255, 255, 0.85);*/
    padding: 5px 10px;
	width:100%;
	text-align:center;
	font-size:20px;/* size of the learn more text */
	font-weight:bold;
	height:100%;
	max-height:100%;
	transition: all 0.25s ease-in-out;
	padding:1%;
	text-transform:uppercase;
	opacity:1;
	left: 0;
}
.imgteaser a .more > .more2{

	/*bottom:45%;*/
	position: absolute;
    width: 100%;
    right: 0%;
	margin-bottom: -10px;
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .more > .more2{

	/*bottom:45%;*/
	position: absolute;
    width: 100%;
    right: 0%;
	margin-bottom: -10px;
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .more {

	
	max-height:100%;
	opacity:1;
	background: #186e9b;
	/* will fill the whole image */
    /*border-top: 1px solid #999;*/
}
.imgteaser a:hover .square {
	background: #fff;
}
.imgteaser a:hover .square i 
{
	color:#bf2125;
}
.imgteaser a:hover h4.services-header
{
	transition: all .3s ease-in-out;
	opacity: 1;
	color:#fff;
	display: block;
}
.imgteaser a:hover p.services
{
	transition: all .3s ease-in-out;
	opacity: 1;
	color:#fff;
	display: block;
}
.imgteaser a:hover .desc h3 {
    display: block;
    margin-bottom: 5px;
    font-size:1.2em;
}
.imgteaser a .desc {    display: none; }



/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
label {
    font-size: 0.8rem;
    color: #9e9e9e;
    font-family: 'Montserrat';
	font-weight:400;
	
}
@media only screen and (max-width: 600px) {
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}
.btn-subscribe
{
	color: #fff!important;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: none;
}
.btn-default
{
	color: #fff!important;
	width: 100%;
	height: auto;
	border-radius: 2px;

	box-shadow: none;
	background-color: #1fc3f0;
	text-transform: none;
}
.parallax-container {
	height: 70%;
}
.subpage {
	height: 35%;
	width:100%;
}



.video-image
{
	min-height: 300px;
}

@media(min-width: 768px)
{
	.video-image
	{
		min-height: 300px;
	}
}
@media(min-width: 992px)
{
	.video-image
	{
		min-height: 400px;
	}
}
@media(min-width: 1200px)
{
	.video-image
	{
		min-height: 540px;
	}
}



@font-face {
    font-family: 'Helvetica Neu';
    src: url(/Fonts/HelveticaNeue.ttf);
}
