/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

body, html {
	color: #fff;
	font-size: 1em;
	font-family: 'TrajanPro3-Regular';
	font-weight: normal;
	line-height: 1.4;
	background: #ca8fbf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhOGZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ca8fbf 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca8fbf), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ca8fbf 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ca8fbf 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ca8fbf 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ca8fbf 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca8fbf', endColorstr='#ffffff', GradientType=0 );
 
 /* IE6-8 */
	
}



#big-bg {
       position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/bg.png) no-repeat;
    background-size: cover; 
	z-index:998
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* ==========================================================================
   Fonts
   ========================================================================== */

   @font-face {
  font-family: 'TrajanPro3-Regular';
  src: url('http://promo.vagrant.com/fonts/TrajanPro3-Regular.eot?#iefix') format('embedded-opentype'),  url('http://promo.vagrant.com/fonts/TrajanPro3-Regular.otf')  format('opentype'),
	     url('http://promo.vagrant.com/fonts/TrajanPro3-Regular.woff') format('woff'), url('http://promo.vagrant.com/fonts/TrajanPro3-Regular.ttf')  format('truetype'), url('http://promo.vagrant.com/fonts/TrajanPro3-Regular.svg#TrajanPro3-Regular') format('svg');
  font-weight: normal;
   }
/* ==========================================================================
   Links
   ========================================================================== */
   
a:link {
	color: #fff;
	
-webkit-transition-property:all;
-webkit-transition-duration:100ms;
-webkit-transition-timing-function: linear;}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #fff;
}
/* ==========================================================================
   Custom styles
   ========================================================================== */

#wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	z-index:99999999;
	position:relative;
}
#header {
}
#logo {
	margin-left:-20px;
	text-align: center;
}
#description {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	padding: 20px 0 0 0;
	font-size:.9em;
	 text-rendering: optimizeLegibility;
}

#main {

	margin:30px 0;
	-webkit-box-shadow: 0 0 150px 20px #ffffff;
box-shadow: 0 0 150px 20px #ffffff;
}

#bgvid {
	width:800px;
	height:450px;
}



.video-js.vjs-ended .vjs-poster {
  display: block;
}

#footer {
}

#social-btns {
	font-size:1.5em;
		text-align:center;
		margin-left:-25px !important;
}

#social-btns ul {
	max-width:800px;
	
}

#social-btns ul li {
	display:inline;
	padding:0 40px;
	
}

#social-btns ul li:first-child {
	padding-left:0;
}

#social-btns ul li:last-child {
	padding-right:0;
}

#social-btns ul li a {
	color:#cb90c0;
	
-webkit-transition-property:all;
-webkit-transition-duration:325ms;
-webkit-transition-timing-function: linear;}

#social-btns ul li a:hover {
	cursor:pointer;
	 filter: blur(1px); 
  -webkit-filter: blur(1px); 
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: url(#blur);
}


#note {
	font-family: 'Lato', sans-serif;
	color:#CF9AC5;
	font-size:.8em;
	text-align:center;
	font-style:italic;
}

a.btn {
	background:#CF9AC5;
	padding: 18px 35px 15px 35px;;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	
-webkit-transition-property:all;
-webkit-transition-duration:250ms;
-webkit-transition-timing-function: linear;}

a.btn:hover {
	background:#fff;
	color:#CF9AC5
}

.center {
	margin:40px 0;
	text-align:center;
	margin:0 auto;
}
/* ==========================================================================
   Videos
   ========================================================================== */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: none;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
