/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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

* {
margin: 0 auto;
font-family:'Oswald';	
}

body{
background:#191919;
}


.clearfix {
clear: both;
}

a{
text-decoration:none;	
}

a:hover{
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;	
}



/*.wrapper{
background:url(../img/namesake-bg.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}*/

.wrapper img.bg {
min-height: 100%;
min-width: 1080px;

width: 100%;
height: auto;

position: fixed;
top: 0;
left: 0;
}

.container{
width:1080px;	
position:relative;
/* border:1px solid #fff; */
margin:0px auto;

padding-bottom:20px;
}

header{
margin-top:60px;
}

header .logo{
background:url(../img/namesake-logo.png) no-repeat;
width:236px;
height:40px;

float:left;
}

header nav{
float:right;
}

nav .menu li{
display:inline-block;	
}

nav .menu li a{
display:block;
font-size:16px;
color:#fff;
text-transform:uppercase;
padding:10px 30px;
text-decoration:none;
}
nav .menu li a:hover{
color:#767090;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;	
}

nav .menu li:last-child a{
padding-right:0px;
}

.content{	
position:relative;
width:100%;

padding:30px 0px;

/* min-height:342px; */
min-height:100px;
}

.content p{
color:#ccc;
margin:15px 0px;
line-height:30px;
text-indent:50px;
text-align:justify;
font-size:16px;
}

.content img{
margin:30px auto;
text-align:center;

display:block;
}

.content h1.title{
color:#fff;
text-transform:uppercase;
}

.content .video-holder{
display:block;
margin:20px 0px 60px 0px;
text-align:center;
color:#ccc;

}

.content .video-holder iframe{
width:60%;
height:400px;
margin:20px auto;
display:block;

}

.content.homepage{	
/* position:absolute; */

width:100%;
/* bottom: -30px; */
padding:0px;

/* top:180px; */

margin-top:230px;
}

.content .events{	
color: #fff;
text-transform:uppercase;
display:inline-block;
/* width:30.33%; */
width:45%;
text-align:left;
float:left;
margin:0px;
padding:1%;

padding-bottom:0px;
/*margin:23% 0px 0px 0px;*/

/* border:#fff 1px solid; */

}

.content .events .events-item{
padding:0px;
margin:0px;	
}

.content .events .events-item li{
list-style:none;
padding:0px 0px 32px 20px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;	
}

.content .events .events-item li:nth-child(3){
padding-bottom:0px;


}
.content .events .events-item li:hover{
background:url(../img/arrow-right.png) no-repeat;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;	
}

.content .events .date{
font-size:14px;	
float:left;
vertical-align:top;
/* width:15%; */
width:10%;
}

.content .events .name{
font-size:16px;	
float:left;
padding-left:10px;
/* width:75%; */
width:80%;
border-left:1px solid #fff;
}

.content .events .events-item li a{
color:#fff;	
}

.content .events .events-item li a:hover{
color:#767090;	
}
/*
.content .events iframe{
width:100%;

height:200px;
}*/

.ticket-link{
display:block;	
float:right;
text-align:right;

position:absolute;
right:0px;
bottom:0px;
}

.ticket-link a{
/* color:#767090; */	
color:#FFFF00;
font-size:16px;
text-transform:uppercase;

vertical-align:middle;
/* margin-bottom:10px; */
display:block;
}

.ticket-link a:hover{
color:#fff;
}

.ticket-link a:hover .icon-ticket{
background:url(../img/icon-tickets-hover.png) no-repeat;
}

.ticket-link a .icon-ticket{
background:url(../img/icon-tickets.png) no-repeat;
height:31px;
width:31px;
display:inline-block;

margin-right:10px;
	
}

footer{
/*height:139px;*/
background:#343047;
width:100%;	
padding:32px 0px 12px 0px;
position:relative;
background-size: cover;
}



footer.homepage{
position:fixed;
bottom:0px;

}

footer .copyright{
text-transform:uppercase;
color:#fff;
font-size:16px;	

}

footer .copyright-holder{
/* display:block; */
float:left;
}

footer .copyright-holder img{
height:40px !important;
width:auto !important;

float:left;
margin-right:20px;
margin-top:10px;

}

footer .social{
float:right;	
margin-top:20px;
}

footer .social .social-item li{
display:inline-block;
list-style:none;	
padding:0px 0px 0px 30px;
}

footer .social .social-item li a i.icon-fb{
background:url(../img/icon-fb-hover.png) no-repeat;
width:24px;
height:24px;	
display:inline-block;
}

footer .social .social-item li a i.icon-fb:hover{
background:url(../img/icon-fb.png) no-repeat;	
}

footer .social .social-item li a i.icon-tw{
background:url(../img/icon-tw-hover.png) no-repeat;
width:24px;
height:24px;	
display:inline-block;
}

footer .social .social-item li a i.icon-tw:hover{
background:url(../img/icon-tw.png) no-repeat;

}

footer .social .social-item li a i.icon-ig{
background:url(../img/icon-ig-hover.png) no-repeat;
width:24px;
height:24px;	
display:inline-block;
}

footer .social .social-item li a i.icon-ig:hover{
background:url(../img/icon-ig.png) no-repeat;
}

/*mobile adaptation starts here*/
#icon-menu {
display: none;
width: 40px;
height: 40px;
background: #fff url(../img/menu-icon.png) center;
position:absolute;
top:10px;
right:10px;
}

a:hover#icon-menu {
background-color: #fff;
}



@media screen and (max-width: 1080px) { /* Specific to this particular image */
  .wrapper img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}



/*screen desktop 1024px*/
@media screen and (max-width: 64em) {
}

@media screen and (min-width: 64em) {


}

/* screen tablet 800px*/
@media screen and (max-width: 52.75em) { 

}


/* screen tablet 605px*/
@media screen and (max-width: 47.938em) {
header{
margin-top:0px;
}

header .logo{
margin:10px 0px 0px 10px;

}

.wrapper img.bg {	
/* min-width: 100%; */
/* width: 100%; */
left: 0px;
top:0px;
margin-left: 0;
/* height:100%; */

min-height:100%;
min-width: 100%;
width: 100%;
height:unset;
}

.container{
width:100%;
}

.content .container{
width:90%;
}

.content.homepage{
margin-top:30px;  
}


.content .events{
width:100%;
margin-bottom:50px;
}

.content .events .events-item{
padding:10px;
}

.content .events .date{
width:20%;
}

.content .events .name{
width:70%;
font-size:14px;
}

.content img{
width:100%;
}

.content h1.title{
font-size:16px;
}

.content p{
font-size:14px;
line-height:18px;
}

.content .video-holder{
font-size:14px;
}

.content .video-holder iframe{
width:100%;
}

.ticket-link a{
font-size:14px;
}

#icon-menu {
display:inline-block;
}

nav .menu { 
display: none;/*here*/
position: absolute;
/* padding: 20px; */
background: #343047;
/* border: 5px solid #444; */
right: 0px;
top: 50px;
width: 100%;
z-index:9;


}

nav .menu li {
text-align: center;
width: 100%;
padding: 10px 0;
margin: 0;
}

nav:hover .menu {
display: block;
}

nav .menu li:last-child a{
padding-right:30px;
}

.ticket-link{
bottom:10px;
}

footer .social{
float:none;
text-align:center; 
margin:0px 0px 15px 0px

}

footer .social .social-item{
padding:0px;
}

footer .social .social-item li{
padding:0px 15px;
}

footer .copyright-holder{
float:none;
text-align:center;
font-size:14px;
}

footer .copyright-holder img{
float:none;
}

}


/* screen mobile 360px*/
@media screen and (max-width: 36em) {





}


@media screen and (max-width: 320px) {

   
   
}










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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}
