body {
	font-size: 1.7em;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul.navbar-nav li a, .carousel-caption, #logo {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #061a40;
	font-size: 1.8em!important;
}

h2 {
	color: #006daa;
		font-size: 1.6em;
}

img {
	max-width: 100%;
	height: auto;
}

.top-header {
	color: #EEE;
	background-color: #006daa;
	height: 30px;
	line-height: 30px;
}

#logo {
	text-transform: uppercase;
	line-height: 50px;
	font-size: 1.5em;
	color: #FFF;
	text-decoration: none;
}

.top-header .container {
	padding: 0;
}

.top-header .social {
	float: right;
}

.top-header a:link, .top-header a:visited {
	color: #EEE;
	text-decoration: none;
}

.top-header a:hover, .top-header a:active {
	color: #CCC;
	text-decoration: none;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.container-content, .navbar {	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-nav {
	text-transform: uppercase;
}

.navbar-nav > li  {
	font-weight: bold;
}

.navbar-brand {
	text-transform: uppercase;
	
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
    background-color: #006DAA;
  }

.banner {
	margin-bottom: 20px;
	text-align: center;
}

.home-row {
	text-align: center;
	margin-bottom: 20px;
}

.home-row img {
	margin-bottom: 10px;
	border: 5px solid #E4AA00;
}

.container-content {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.right-column ul, .right-column ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.right-column li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	color: red;
	padding-right: 10px;
}

.right-box {
	border: 1px solid #006DAA;
	background-color: #EEE;
	margin-bottom: 20px;
}

.right-box ul {
	padding: 20px 5px 20px 5px;
	font-size: .9em;

}

.right-box h3 {
	margin: 0;
	padding: 10px 5px;
	color: #FFF;
	background-color: #006DAA;
	font-size: 1.2em;
	text-align: center;
}

.right-column .first-month-free {
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006daa+0,003559+100 */
	background: #003559; /* Old browsers */
	background: -moz-linear-gradient(top, #006daa 0%, #003559 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006daa 0%,#003559 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006daa 0%,#003559 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006daa', endColorstr='#003559',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	text-align: center;
	border: 5px solid #E4AA00;
}

.right-column .first-month-free h2 {
	text-transform: uppercase;
	font-size: 3em;
	color: #FFF;
	margin: 0;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}

.pay-btn {
	margin: 0 auto;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}


/* Footer */

.footer-top-wrap {	
	background-color: #003559;
	color: #EEE;
	border-top: 5px solid #E4AA00;
	padding-bottom: 20px;
}	
.footer-bottom-wrap {	
	background-color: #006daa;
	color: #EEE;
}	

footer ul, footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


footer a:link, footer a:visited {
	color: #b9d6f2;
}

footer a:hover, footer a:active {
	color: #CCC;
}



.footer-contact {

}

.footer-bottom {
	text-align: center;	
	margin: 20px 0;
}

.copyright {
	font-size: .8em;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(182, 135, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #E4AA00;
  opacity: 1;
}

.social span {
	margin-left: 10px;
}

.social-icons {
	margin-right: 20px;
}

.social-phone {
	margin-right: 10px;
}

.social-footer {
margin-bottom: 20px;
}

.social-footer a {
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
}

.social-footer span {
	margin: 0 5px 0 5px;
}

/* Map Container */

.map-container {
	margin-bottom: 20px;
}

.map-container iframe {
    pointer-events: none;
}


@media (max-width: 767px) {

	.cd-top {
		right: 20px;
		bottom: 20px;
	}

	h1 {
		font-size: 1.3em!important;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.0em;
	}
	
   
	
	#logo {
		font-size: 1.2em;
		margin-left: 10px;
	}
	.top-header .social {
		float: none;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.social-email {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.right-column .first-month-free h2 {
		font-size: 2.3em;
	}
}

@media (min-width: 991px) {
	.navbar-nav {
		float: right;
	}	
}
