/*footer {
	padding:50px 0 0;
	text-align:center;
	background: #ccc;	
}

footer a.footerSocialLink i {
	color: #aaa;
}

footer a.footerSocialLink:hover i {
	color: #000;
	text-decoration: none
}*/

/*header {
	background-color: #ccc;
}*/

/*.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

@font-face {
    font-family: 'wellfleetreg';
    src: url('font/wellfleet/wellfleet-regular-webfont.eot');
    src: url('font/wellfleet/wellfleet-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/wellfleet/wellfleet-regular-webfont.woff') format('woff'),
         url('font/wellfleet/wellfleet-regular-webfont.ttf') format('truetype'),
         url('font/wellfleet/wellfleet-regular-webfont.svg#wellfleetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 69px 0 30px 0;
    background: #000 url(../img/bubbles_left.png) left top repeat fixed;
    font-family: 'wellfleetreg', Georgia, serif;
}

.container {
	background: black;
	-webkit-box-shadow: 0px 200px 15px 15px rgba(0,0,0,.68);
	-moz-box-shadow: 0px 200px 15px 15px rgba(0,0,0,.68);
	box-shadow: 0px 200px 15px 15px rgba(0,0,0,.68);
}

h1, h2, h3, h4, h5, h6, p, a, tr, span, td {
	font-family: 'wellfleetreg', Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

h1, h2, h3, h4, h5, h6, footer div, header a {
	text-transform: uppercase;
}

p, td, div, .navbar-link, .nav > li > a {
	color: #a7a7a7;
}

a {
	color: white;
}

a:hover, a:focus {
	color: #a7a7a7;
	text-decoration: none;
}

p {
	font-size: 20px;
}

img {
	max-width: 100%;
}

ul {
	list-style-type: none;
}

a {
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;    
    transition: color .3s ease-in-out;
}

.nav > li > a:hover, .nav > li > a:focus,
.navbar-link:hover, .navbar-link:focus {
	color: white;
	text-decoration: none;
}

.nav > li > a {
	font-size: 18px;
	background: none;
	/*padding-left: 16px;
	padding-right: 16px;*/
}

.navbar .container {
	background: none;
}

.navbar .nav,
.navbar .nav > li:hover {
	background: none;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	background: none;
	color: white;
}

@media (min-width: 769px) {
	.navbar {
		background: rgba(0,0,0,.82);
		padding: 7px 0 0 0;
		border: none;
		min-height: 0;
	}

	.navbar .container {
		border-style: solid;
		border-color: #a7a7a7;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 0;
		border-right-width: 0;
		border-radius:0;

		-webkit-box-shadow: 0 8px 6px 0px rgba(0,0,0,.6);
	   -moz-box-shadow: 0 8px 6px 0px rgba(0,0,0,.6);
	        box-shadow: 0 8px 6px 0px rgba(0,0,0,.6);
	}

	/* centering: */
	.navbar .nav, .navbar .nav > li {
		float: none;
		text-align: center;
	}

	.navbar .nav > li {
		display: inline-block;
	}

	.navbar .nav {
		width: 100%;
		margin: 0 auto;
	}

}

@media (max-width: 768px) {
	.navbar {
		background: rgb(45,45,45);
	}

	.navbar .container {
		-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	}

	.navbar .nav,
	.navbar .nav > li {
		width: 100%;
	}

	.navbar {
		background: rgb(51,51,51);
	}

	.navbar button {
		background: #a7a7a7;
		border: none;
		color: black;
	}

}

form#signup input#email {
	margin-bottom: 10px;
	width: 100%;
}

#mail {
	cursor: pointer;
}


/*.navbar .nav {
	margin: 0 auto;
	width: 100%;
}*/


a.social-sprite {
	background: url('../img/socials.png');
	height:38px;
	display: inline-block;
	margin-left:1px;
	margin-bottom:3px;
}

div.social-icons a.facebook-icon {
	width: 38px;
	background-position: 0px 0;
}

div.social-icons a:hover.facebook-icon {
	background-position: 0px -38px;
}

div.social-icons a.twitter-icon {
	width:  38px;
	background-position: -38px 0;
}

div.social-icons a:hover.twitter-icon {
	background-position: -38px -38px;
}

div.social-icons a.google-icon {
	width:  38px;
	background-position: -76px 0;
}

div.social-icons a:hover.google-icon {
	background-position: -76px -38px;
}

div.social-icons a.pinterest-icon {
	width:  39px;
	background-position: -114px 0;
}

div.social-icons a:hover.pinterest-icon {
	background-position: -114px -38px;
}

div.social-icons a.youtube-icon {
	width:  37px;
	background-position: -153px 0;
}

div.social-icons a:hover.youtube-icon {
	background-position: -153px -38px;
}

div.social-icons a.instagram-icon {
	width:  37px;
	background-position: -190px 0;
}

div.social-icons a:hover.instagram-icon {
	background-position: -190px -38px;
}

#ad-mats {
	width: 253px;
	height: 200px;
}

@media (min-width: 992px) {
	div.header-social > div {
		float: right;
	}
}

@media (max-width: 991px) {
	div.header-social > div {
		width: 100%;
		margin: 0 auto;
	}
}

div.social-icons {
	padding-top: 10px;
}

div.pic-box {
	text-align: center;
}


.footer-info {
	margin: 25px 0;
}

a.siteBy {
	background:url(/images/_pages/_global/siteByOniracom.png) repeat scroll 0 0 transparent;
	display:inline-block;
	height:24px;
	line-height:24px;
	text-indent:-999em;
	width:109px;
}

a.siteBy:hover {
	background-position:0 -24px;
}