/*! 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
   ========================================================================== */

@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Righteous);

@font-face {
    font-family: font-awesome;
    src: url(../fonts/fontawesome-webfont.eot), url(../fonts/fontawesome-webfont.ttf), url(../fonts/fontawesome-webfont.woff);
}


[class^="icon-"], [class*=" icon-"] 
{ 
    font-family:font-awesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size:30px;
    text-decoration:none;
    -webkit-font-smoothing: antialiased;
}
.icon-facebook:before { content: "\f09a"; }
.icon-twitter:before { content: "\f099"; }
.icon-youtube:before { content: "\f167"; }
.icon-soundcloud:before { content: "\f1be"; }

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

nav:not(.mm-menu)
{
	display: none;
}
.header a#mobile-menu {
	background: center center no-repeat transparent;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
}

/*
 * 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 default fieldset styles.
 */

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

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

textarea {
    width:60%;
    resize: vertical;
}

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

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

#social-bar { width: 150px; text-align:left; float:left;margin-right:20px; }
.twitter-follow-button { display:inherit; margin-top:10px; }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    font-family: 'Lato', sans-serif;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 500px;
    font-size: 16px;
    font-family:Roboto, sans-serif;
    color: #fff;
    background: #222;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px;
}

#p_arts { height:45px; }
h1 {
    font:normal 75px/71px 'Righteous', cursive;
    line-height: 70px;
}

h2 {
    font:normal 24px/28px Roboto,sans-serif;
    color:#888;
    line-height: 18px;
}


.center-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.center-container:after,
.center-block {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.center-container:after {
    content: '';
   /* height: 100%;*/
    margin-left: -0.25em; /* To offset spacing. May vary by font */
}


.center-block {
    padding:30px;
    opacity:0.9;
    background:#111;
    max-width: 100%; /* Prevents issues with long content causes the content block to be pushed to the top */
    /* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}

.button {
    display: inline-block;
    width: 100px;
    height: 33px;

    font-size: 12px;
    font-weight: bold;
    line-height: 29px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, color 0.2s ease-out;
}

.button:hover {
    background: #fff;
    color: #232323;
}

.socials {
    position: absolute;
    top: 10px;
    right: 10px;

    text-align: right;
}

.addthis_native_toolbox, .addthis_pill_style {
    display: inline-block;
    width: 50px !important;
}

header { width:100%;display:inline-block; }
footer {
position: absolute;
width: 100%;
bottom: 0;
}
#text-container { font:25px/31px Roboto, sans-serif; margin:50px; }
#main-menu {
    text-transform:uppercase;
    color:#fff;
    margin:30px;
    text-align:right;
    width:auto;
    float:right;
}
ul /* Remove The Bullets */
{
    list-style: none;
    padding: 0;
    margin: 0;
}
a {text-decoration: none; /* Remove Underline */}
#show { float:left; width:700px; }
#main-menu li /* Place list in line */
{
float: left;
margin: 0 0.15em;
}
#main-menu li a /* Design it */
{
font-size: 17px;
font-weight:900;
background: url(background.gif) bottom left repeat-x;
height: 20px;
line-height: 20px;
float: left;
margin-right:20px;
display: block;
color: #fff;
text-decoration: none; /* Remove Underline */
text-align: center;
    -webkit-transition: color 0.5s;  /* For Safari 3.1 to 6.0 */
    transition: color 0.5s;
}
#main-menu li a:hover{ transition-delay:0;color:#cd4747; }

#social { float:right;text-align:right;width:auto;margin:20px; }
#social li /* Place list in line */
{
float: left;
margin: 0 0.15em;
}

#social li a /* Design it */
{
    float: left;
    margin-right:20px;
    display: block;
    text-align: center;
    color:#fff;
    -webkit-transition: color 0.5s;  /* For Safari 3.1 to 6.0 */
    transition: color 0.5s;
}
#social li a:hover{ transition-delay:0;color:#cd4747; }

input, textarea { color: #ccc;
resize:none;
display:inline-block;
font-size: 14px;
border-radius: 0px;
vertical-align: middle;
background-color: #393939;
border: 1px solid #393939;
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
margin: 0;
padding: 6px 6px 7px 6px;
line-height: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
input { height: 35px;width: 31%; }

@media (min-width: 970px) {
    h1 {
        font-size: 51px;
        line-height: 49px;
    }
}

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

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screen readers: 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 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;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, button{
  font-family: 'Helvetica Neue', arial, sans-serif;
}

.controls{
  padding: 2%;
  background: #333;
  color: #eee;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}

button {
  display: inline-block;
  padding: .4em .8em;
  margin: 2px;
  background: #666;
  border: 0;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

button.active{
  background: #9A1C1F;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  
  -webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.container .mix,
.container .gap{
  display: inline-block;
  width: 49%;
  cursor:pointer;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
/*  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; */
}


.container .mix img
{
  display: inline-block;
  width: 80%;

}

.container .mix:hover,.container .mix:focus,.container .mix:active
{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.container .mix{
  text-align: left;
  margin-bottom: 2%;
  display: none;
}

.container .mix:after{
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}

.container .mix:before{
  content: '';
  display: inline-block;
}

@media all and (min-width: 420px){
  .container .mix,
  .container .gap{
    width: 32%;
  }
}

@media all and (min-width: 640px){
  .container .mix,
  .container .gap{
    width: 23.5%;
  }
}

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

@media (min-width: 960px) {
    .header {
        display:none;
    }
}
@media (max-width: 960px) {

    #main-menu ul {
        display:none;
    }

}


@media (min-width: 300px) {
    h1 {
        font-size: 35px;
        line-height: 34px;
    }
    h2 {
        font-size: 15px;
        line-height: 14px;
    }
}

@media (min-width: 500px) {
    h1 {
        font-size: 51px;
        line-height: 49px;
    }
    h2 {
        font-size: 17px;
        line-height: 15px;
    }
}

@media (min-width: 700px) {
    h1 {
        font-size: 51px;
        line-height: 49px;
    }
    h2 {
        font-size: 17px;
        line-height: 15px;
    }

}

@media (min-width: 1200px) {
    h1 {
        font-size: 71px;
        line-height: 70px;
    }
    h2 {
        font-size: 24px;
        line-height: 18px;
    }
}

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

    .button {
        width: 150px;
        height: 50px;
        font-size: 18px;
    }
}

@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 */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: 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 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;
    }

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

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

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

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

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