/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


@font-face {
  font-family: 'RockwellStd';
  src: url('../fonts/RockwellStd.otf');
}

@font-face {
  font-family: 'Tungsten-Medium';
  src: url('../fonts/Tungsten-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'AdelleBasic-ExtraBold';
  src: url('../fonts/AdelleBasic-ExtraBold.otf') format('opentype');
}

@font-face {
  font-family: 'ProximaNovaExtra';
  src: url('../fonts/ProximaNovaExtraCondensedSemibold.otf') format('opentype');
}

@font-face {
    font-family:'ProximaNova Condensed Light';
    src: url("../fonts/proximanovacondensedlight-webfont.eot");
    src: url("../fonts/proximanovacondensedlight-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/proximanovacondensedlight-webfont.woff") format('woff'),
         url("../fonts/proximanovacondensedlight-webfont.ttf") format('truetype'),
         url("../fonts/proximanovacondensedlight-webfont.svg#ProximaNova_Condensed_Light") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'ProximaNova Condensed SemiBold';
    src: url("../fonts/proximanovacondensedsemibold-webfont.eot");
    src: url("../fonts/proximanovacondensedsemibold-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/proximanovacondensedsemibold-webfont.woff") format('woff'),
         url("../fonts/proximanovacondensedsemibold-webfont.ttf") format('truetype'),
         url("../fonts/proximanovacondensedsemibold-webfont.svg#ProximaNova_Condensed_SemiBold") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'ProximaNova Regular';
    src: url("../fonts/proximanovaregular-webfont.eot");
    src: url("../fonts/proximanovaregular-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/proximanovaregular-webfont.woff") format('woff'),
         url("../fonts/proximanovaregular-webfont.ttf") format('truetype'),
         url("../fonts/proximanovaregular-webfont.svg#ProximaNova_Regular") format('svg');
    font-weight: normal;
    font-style: normal;
}

	
body{
	background-color: #000;
	background-repeat: no-repeat;
    margin: 0;
}


.main-container{
	height: auto;
}

.main{
	margin: 0 auto;
	background-repeat: no-repeat;
	height: 600px; width: 1498px;
	max-width:100%;
}

.main-container-short .main {
	height:auto;
	max-width:100%;
}

.logo{
	background-repeat: no-repeat;
    float: left;
    height: 44px;
    margin-left:0px;
    margin-top: 10px;
    width: 293px;
    margin-right: 10px;
}

.left{
	float:left;
}

.right{
	float:right;
}

/***** Top Nav *****/
.menu-btn{
	background: url("../images/mobile/menu-btn2.png") no-repeat; height: 16px; width: 25px;
	margin-top: 15px;
}
.navbar-toggle{
	border-radius: 0px;
}
button.navbar-toggle:hover, button.navbar-toggle:active {
	text-decoration: none;
}
button.menu-btn:hover, button.menu-btn:active {
	text-decoration: none;
	background-color: transparent;
}

/***** Top Nav Bootstrap Overwrites *****/

.navbar{
	font-family:'ProximaNova Condensed SemiBold';
    text-transform: uppercase;
/*     min-height: 90px; */
    background-color: #000;
    position: relative;
}

.navbar{
	margin-bottom: 10px;
}

.navbar ul{
	font-size: 19px;
	line-height: 1;
	list-style-type:none;
}

.navbar li a{
	color: #fff;
    color: #fff;
    margin-left: 75px;
    padding: 15px 0 0;
	font-family: 'ProximaNovaExtra';
	padding-bottom:8px;
}

.navbar li a:hover, .navbar li a.active{
    border-bottom: 3px solid red;
    padding-bottom: 5px;
    background-color: black;
}

.container-fluid{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
}

/* INSET ************************** */

.msg-container{
    margin-left: auto;
    margin-right: auto;
    width:990px;
    height: 530px;
}

.main-container-short .msg-container {
	height:375px;
}
.beer-page.main-container-short .msg-container {
	height:500px;
}
.beer-page .main {
	background-position:center;
}
@media (max-width:1024px) {
	.beer-page.main-container-short .msg-container {
		height:375px;
	}
}
.contact-container{
    margin-left: auto;
    margin-right: auto;
    width:990px;
    height: 530px;
}

.msg-home{ padding-top:50px;}
.msg-beer{ padding-top:50px;}
.msg-events{ padding-top:60px;}
.msg-food{ padding-top:76px;}
.msg-pub{ padding-top:90px;}
.msg-contact{ padding-top:30px;}

a{
	outline: 0 !important;
}

.btn-box{
	float: right;
	margin-top: 20px;
	width: 400px;
}

.footerli-directions {
	margin-right: 9px !important;
}

.btn-left{
	float:left;
	margin-right: 57px;
}

.btn-right{
	float:left;
}

.directionslink img {
	margin-top: -3px;
}


/* *CONTACT PAGE******************* */


.transparent { background-image: url('../images/transparent.png'); }

.contact-box { 
	float: right;
    height: 540px;
    width: 857px;
}

.info { 
    color: #FFF;
    float: left;
    font-family: "ProximaNova Regular";
    height: 370px;
    margin-left: 30px;
    margin-top: 45px;
    width: 280px;}

.info h1{
	font-size: 48.46px;
	font-family: 'Tungsten-Medium';
	margin-top: -13px;
	margin-bottom: 5px;
	color: #FFF;
}

.info p{
	font-size: 18px;
    font-weight: 100;
    line-height: 23px;
    margin: 0 0 35px;
}

.info p a{
	text-decoration: none;
	color: #fff;
}

.form-note{ 
	color:#afafaf;
	font-size: 12px;
	margin-left:10px;
	font-family: 'ProximaNova Regular', Arial; 
}

.form-control { 
	height:32px; 
	margin: 0; 
	padding: 0 0 0 10px;
	border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #afafaf;
    width: 32% !important;
}


.form-container{
	height: 430px;
	width: 460px;
	margin-right: 30px;
	margin-top: 40px;
}

.form-container input{
	font-size: 18px; 
	color:#afafaf; 
	outline: none; 
	background: white; 
	padding: 15px 9px; 
	float:left; 
	border: 1px solid #a1a1a1; 
	margin: 5px; 
	font-family: 'ProximaNova Regular', Arial; 
	-webkit-appearance:none;
}

.form-container:focus{
	-webkit-appearance:none;
}

.form-container input#name, input#email { 
	width: 220px; 
}

.form-container input#phone {
    width: 450px;
}

.form-container input#filter {
    display: none;
}

.form-container textarea {overflow:hidden;}

.form-container textarea#message { 
	font-size: 18px;
	color: #afafaf;
	outline: medium none;
	resize: none;
	width: 450px;
	height: 250px;
	background: none repeat scroll 0% 0% #FFF;
	padding: 10px;
	float: left;
	border: 1px solid #afafaf;
	margin: 5px;
	font-family: "ProximaNova Regular",Arial;
}

form#contact {
	max-width:100%!important;
}

form#mailing-list{
	width: 460px;
}

form#mailing-list {
	width:100%!important;
}

.input-group form#mailing-list .form-control {
	width:68%!important;
}

/*
input.submit-button { 
	float:right; 
	width: 220px; 
	color: white; 
	background: #252525; 
	text-transform:uppercase; 
	font-family: 'ProximaNova Condensed SemiBold', Arial; 
	letter-spacing:1.4px; 
	font-size:15px; 
	margin-right: 3px;
	margin-top: 5;
	border: none;
}
*/

/* testtest */

.form-container input#testfilter {
    width: 220px;
}

input.test-submit-button { 
	float:right; 
	width: 220px;
	height:54px; 
	color: white; 
	background: #252525; 
	text-transform:uppercase; 
	font-family: 'ProximaNova Condensed SemiBold', Arial; 
	letter-spacing:1.4px; 
	font-size:15px; 
	margin-right: 3px;
	margin-top: 5;
	border: none;
}


input.submit-button:hover{
	background-color: #afafaf;
}

.btn-default {
    background-color: #ad0025;
    border: medium none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    height: 32px;
    margin-left: -4px;
    padding: 0 12px;
}

.btn-default:hover{
	background-color: #afafaf;
}

/*
.input-group input {
	border: 2px solid #fff; 
	background: #666;
	font-size: 14px; 
	font-weight: bold; 
	color: #ccc;
	padding: 0 20px; 
	height: 32px; 
	vertical-align: middle;
}
*/

.pointer{
	color: red;
    font-size: 40px;
    margin-left: 8px;
    margin-top: -13px;
    position: absolute;
}

.alert-success {
    background-color: #fff;
    color: green;
}

.alert-danger {
    background-color: #fff;
    color: red;
}

.alert {
    border-radius: 5px;
    font-family: "ProximaNova Regular",Arial;
    height: 32px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    position: relative;
    text-align: center;
    width: 39%;}

.info #last{
	padding-bottom: 0px;
	margin-bottom: 10px;
}

/*
.form input#name {
	margin-right: 2% !important;
}

.form input#email {
	margin-right: 0px !important;
}
*/


::-webkit-input-placeholder {
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1; 
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
}

:-ms-input-placeholder {  
   opacity: 1;  
}


/* FOOTER ************************* */

.container-footer{
	font-family: 'ProximaNova Condensed SemiBold';
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	height: 70px;
}

.container-footer ul{
	font-size: 14px;
}

/*
.menu-wrapper{
	margin-left: auto;
    margin-right: auto;
    float:none;
    margin-top: 28px;
    width: 60%;
}
*/

ul.egmenu {  
    background: #000; 
    height: 30px;
	width: 990px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 0;
    list-style-type: none;
    padding: 25px 0 0 9px;
	max-width:100%;
}



ul.egmenu > li { 
    float: left; 
    position: relative;
    letter-spacing: 2px;
    margin-right: 18px; 
}

ul.egmenu-bottom {
	width:auto!important;
}

ul.egmenu-bottom > li {
	float:none;
	display:inline-block;

}

ul.egmenu li.bar{
	width: 1px;
	height: 10px;
	background-color: white;
	margin-top: 5px;
}

ul.egmenu ul {
    background: #000; 
    display: none; 
    position: absolute;
    left: 0; top: 100%;
}

ul.egmenu a { 
    cursor: pointer; 
    display: block; 
    color: white; 
    padding: 0; 
    text-decoration: none;
}

ul.egmenu li.icons { 
	margin-top: -5px;
}

ul.egmenu a:hover{
	text-decoration: none;
	color: #fff;
}

ul.egmenu li { list-style: none; }
ul.egmenu li:hover { background: #000; }


.icon{
	background: url('../images/social-icons.png') no-repeat 0 0;
	display:block !important;
	text-indent: -9999px;
	margin-right: -12px;
}

.icon:hover{
	background: url('../images/social-icons-red.png') no-repeat 0 0;
	display:block !important;
	text-indent: -9999px;
	margin-right: -12px;
	text-decoration: none;
}

.icon.facebook {
	background-position: 0px -5px;
	width: 9px !important;
}

.icon.twitter {
	background-position: -13px -5px;
	width: 19px !important;
}
.icon.instagram {
	background-position: -35px -5px;
	width: 20px !important;
}
.icon.yelp {
	background-position: -61px -5px;
	width: 41px !important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media (max-width: 120em) {	/***** max width 1920px *****/
	.navbar li a{
			margin-left: 60px;
		  }							
}

@media (max-width: 90.063em) {							/***** max width 1440px *****/
	.navbar li a{
		margin-left: 40px;
	  }
}

@media (max-width: 80.063em) {							
	.navbar li a{
		margin-left: 18px;
	  }
}


@media (max-width: 68.313em) {							/***** max width 1440px *****/
	.navbar li a{
		margin-left: 15px;
	  }
}



@media (max-width: 64.063em) {							/***** tablet styles max width 1024px *****/
      
  .navbar li a{
	margin-left: 20px;
  }
  .navbar ul{
  	margin-top: 4px;
  }
  .container-fluid {
    width: 80%;
  }
  .main{
  	height: 560px; width: 768px; 
  }
  .msg-home {
    padding-top: 100px;
  }
  .msg-container {
    width: 90%;
  }
  .container-footer ul {
    font-size: 11px;
  }
  .icon{
	background: url('../images/tablet/tablet-social-icons.png') no-repeat 0 0;
	display:block !important;
	text-indent: -9999px;
	margin-right: -12px;
	}
	
  .icon:hover{
	background: url('../images/tablet/tablet-social-icons-red.png') no-repeat 0 0;
	display:block !important;
	text-indent: -9999px;
	margin-right: -12px;
	text-decoration: none;
  }
	
  .icon.facebook {
	background-position: 0px -5px;
	width: 5px !important;
  }

  .icon.twitter {
	background-position: -11px -5px;
	width: 13px !important;
  }
  .icon.instagram {
	background-position: -24px -5px;
	width: 16px !important;
  }
  .icon.yelp {
	background-position: -39px -5px;
	width: 39px !important;
  }
  ul.egmenu {
  	width: 708px;
  	//padding-top: 15px;
  }
  ul.egmenu > li {
  	letter-spacing: 1px;
    margin-right: 4px;
  }
  ul.egmenu > li.sprite {
  	margin-right: 12px;
  }
  .container-footer ul {
    font-size: 12px;
  }
  .btn-left {
    margin-right: 11px;
  }
  .btn-box {
    width: 342px;
  }
  .msg-beer {
    padding-top: 55px;
  }
  .contact-box{
    height: 406px;
    width: 668px;
    margin-left: 50px;
/*     margin-right: auto; */
    float: none;
  }
  .contact-container{
    height: unset;
    width:  unset;
  }
  .info{
      margin-top:15px;
      width:241px;
  }
  .info p{
    font-size: 16px;
    margin-bottom:18px;
  }
  .form-container{
    width:  364px;
    margin-top: 20px;
  }
  .form-container input#name, input#email {
    width: 180px;
  }
  .form-container input#phone {
    width: 370px;
  }
  .form-container input#testfilter {
    width: 180px;
  }
  .form-container textarea#message {
    height:210px;
    width:370px;
  }
  input.test-submit-button {
    width: 180px;
    height: 36px;
  }
  .form-container input{
    padding:    6px 9px;
  }
  form#contact{
  	width: 380px;
  }
}

@media (max-width: 768px) {
	container-fluid{
		width: 70%;
	}
}		


@media (max-width: 40em) {							/***** mobile styles max width 640px *****/
  .main{
  	height: 560px; width: 320px; 
  }
  ul.egmenu > li {
  	float: none;
  	margin-top: 8px;
  }
  ul.egmenu > li.sprite {
    float: left;
  }
  ul.egmenu > li.footerli-directions {
    float: left;
  }
  ul.egmenu li.bar {
    display: none;
  }
  ul.egmenu {
  	width: 90%;
  	padding-top: 15px;
  }
  .btn-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 212px;
  }
  .btn-left {
    margin-bottom: 25px;
    width: 212px;

  }
  .logo{
	height: 31px;
	width: 212px;
	margin-left: 4px;
  }
  .navbar li a:hover, .navbar li a.active{
    border-bottom: none;
    padding-bottom: 10px;
    background-color: #ad0025;
  }
 .navbar li a{
	margin-left: 0px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .container-fluid {
    width: 90%;
  }
  .msg-contact {
    padding-top: 15px;
  }
  .contact-main{
  	height: 773px;
  	width: 320px;
  }
  .info p {
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 100;
    line-height: 20px;
  }
  .contact-box {
    height: 743px;
    width: 300px;
    margin-left: 10px;
  }
  .contact-container{
    height: unset;
    width:  320px;
  }
  .info {
    height: 287px;
    margin-left: 20px;
  }
  form#mailing-list{
	width: 600px;
  }
  .form-container {
    width: 258px;
  }
  .form-container input{
    margin: 4px;
  }
  .form-container input#name, input#email {
    width: 265px;
  }
  .form-container input#name {
  	margin-top: 30px;
  }
  .form-container input#phone {
    width: 265px;
  }
  .form-container input#testfilter {
    width: 265px;
    margin-bottom: -4px;
  }
  .form-container textarea#message {
    height:160px;
    width:265px;
  }
  input.test-submit-button {
    width: 156px;
    height: 40px;
  }
  input.test-submit-button {
    position: absolute;
    top: 775px;
    left: 135px;
  }
  .msg-home{ padding-top:75px;}
  .msg-beer{ padding-top:20px;}
  .msg-events{ padding-top:40px;}
  .msg-food{ padding-top:60px;}
  .msg-pub{ padding-top:70px;}
  .msg-contact{ padding-top:15px;}



}





/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.test{
	background-color: white;
}

.eclipse-events-wrapper {
	color: #FFF;
    font-family: "ProximaNova Regular";
}

.eclipse-events-wrapper{
	margin-top:30px;
}

.eclipse-events-wrapper .row {
  /*max-width: 95rem; */
  margin-bottom:60px;
}

.eclipse-events-wrapper h1 {
	font-size: 48px;
	font-family: 'Tungsten-Medium';
	margin-top: -13px;
	margin-bottom: 5px;
	color: #FFF;
}

.main-container-short h1 {
	font-size: 100px;
	font-family: 'Tungsten-Medium';
	margin-top: -13px;
	margin-bottom: 5px;
	color: #FFF;
	line-height: .85;
    padding-top: 40px;
}

.eclipse-events-wrapper h2 {
	font-size: 36px;
	font-family: 'Tungsten-Medium';
	color: #FFF;
}

.eclipse-events-wrapper h4 {
	font-size: 24px;
	font-family: 'Tungsten-Medium';
	color: #FFF;
}

.eclipse-events-wrapper a:hover, .eclipse-events-wrapper a:focus {
	color:red;
}

.eclipse-events-wrapper .placename {
	color:#FFF;
}

.eclipse-events-wrapper .view-all {
	clear:both;
}

.eclipse-events img {
	margin:auto;
}

@media (max-width:990px) {
	.col-md-6 {
		max-width:90%;
		margin:auto;
	}
}

.eclipse-events .container {
	max-width:100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
	margin-top:66px;
}

@media (max-width: 64.063em) {
.video-container-wrapper {
    margin-top: 42px;
}

}

.txt-btn.btn-left {
	margin-right:36px;
}

.txt-btn a {
	color:white;
	text-transform:uppercase;
	padding:11px 15px 13px;
	background-color:rgba(0,0,0,.6);
	display:block;
	font-family:'ProximaNovaExtra';
	font-size:21px;
	text-align:center;
	text-decoration:none;
}

@media (max-width: 64.063em) {
.txt-btn a {
    font-size:18px;
}
.txt-btn.btn-left {
	margin-left:10px;
	margin-right:25px;
}


}

@media (max-width: 40em) {
	.txt-btn.btn-left,
	.txt-btn.btn-right {
		width: 212px;
		margin-right:0px;
		margin-left:0px;
	}
	
	.main.video-page {
		width:100%;
		height:auto;
	}
	
	.main.video-page .msg-container {
		height:auto;
	}
}


.txt-btn a .txt-btn-inner {
	color:white;
	padding-bottom:1px;
	border-bottom:1px solid red;
}

.video-fit-container {
	margin:auto;
	max-width:800px;
}

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