/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2015 by color:gray. All Rights Reserved.    	              */
/*                                                                            */
/* CSS        : layout.css    (mobile-first/responsive)                       */
/*                                                                            */
/* Description: Layout rules for metropoulos.net                              */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* RULE: target ÷ context = result (default text size assumed to be 16px) */

/* Resets
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}

/* General settings
---------------------------------*/
html, body {
    height: 100%;
}
body, td, th {
	font-family: Georgia, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 80%;
    color: #484646;
}
body {
    background: #fff url("../images/siteBG.jpg");
}
a {
    color: #015dbc;
    text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
a:hover {
    color: #bc7801;
    text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
}
h1 {
        font-size: 2.0em;
}
h2 {
        font-size: 1.5em;
}
h3 {
        font-size: 1.2em;
}
h4 {
        font-size: 1.0em;
}
h5 {
        font-size: 0.8em;
}
h6 {
        font-size: 0.7em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/* Wrapper settings
---------------------------------*/
div#page_wrapper {
    display: none;
}
section {
	position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 4%;
}
section img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Header
---------------------------------*/
header {
    position: fixed;
    background: url("../images/topBand.jpg") repeat-x;
    width: 100%;
    height: 91px;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.6);
    -khtml-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.6);
    z-index: 100;
}
header img#identity {
    position: absolute;
    top: 19px;
    left: 5%;
    width: 194px;
    height: auto;
}

/* Menu
---------------------------------*/
nav#menu {
    position: absolute;
    top: 30px;
    left: 62%;
    width: 132px;
    text-align: center;
    z-index: 150;
}
nav#menu div#menu-icon {
    width: 42px;
    margin: 0 auto;
    padding: 4px;
}
div#point {
    display: none;
    margin: 0 0 6px;
}
nav#menu ul {
    display: none;
    padding: 32px 0;
    font-weight: bold;
    line-height: 2.0em;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: rgb(0, 6, 6);
    background: rgba(0, 6, 6, 0.85);
    /* rounded corners */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
nav#menu ul a:link {
    color: #777;
	text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
nav#menu ul a:visited {
    color: #777;
	text-decoration: none;
}
nav#menu ul a:hover {
    color: #fff;
	text-decoration: none;
}
nav#menu ul a:active {
    color: #777;
	text-decoration: none;
}

/* Social nav
---------------------------------*/
nav#socialnav {
    visibility: hidden;
    position: absolute;
    top: 28px;
    left: 60%;
    z-index: 120;
}
nav#socialnav ul li {
    display: inline-block;
    opacity: 0.55;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
nav#socialnav ul li:hover {
    opacity: 1.0;
}

/* Main nav
---------------------------------*/
nav#main_nav {
    position: relative;
    top: 92px;
    text-align: center;
}
nav#main_nav li {
    display: inline-block;
    font-weight: bold;
    padding: 2px 9px 3px;
    margin-bottom: 8px;
    border-top: 1px solid #777;
    background: url("../images/topBand.jpg");
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
    -khtml-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-bottom-left-radius: 16px;
    -khtml-border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-bottom-right-radius: 16px;
    -khtml-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
nav#main_nav li a {
    color: #444;
    text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
nav#main_nav li a:hover {
    color: #fff;
}

/* Content
---------------------------------*/
div#subwrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 96px 4% 0;
}
section#subintro1, section#subintro2 {
    text-align: center;
    float: none;
    width: 100%;
    padding: 0;
}
section#subintro2 {
    margin-top: 64px;
}
div.clearing {
    clear: both;
}
section#intro {
    padding-top: 178px;
}
section#indepth, section#media, section#testimonials, section#dealers, section#fortyfive-100, section#tenthousand, section#twelvethousand, section#gpm-45-head, section#gpm-45-combo, section#slant-cab, section#pinstripe, section#basketweave, section#contact {
    padding-top: 158px;
}
section#intro, section#dealers {
    text-align: center;
}
section img.gal1 {
    border: 2px solid #000;
    -webkit-transition: border 0.35s;
    transition: border 0.35s;
}
section img.gal1:hover {
    border: 2px solid #fb3102;
}
section div.band {
    text-align: center;
    margin-bottom: 12px;
}
section#indepth, section#media, section#fortyfive-100, section#tenthousand, section#twelvethousand, section#gpm-45-head, section#gpm-45-combo, section#slant-cab, section#pinstripe, section#basketweave, section#contact {
    font-size: 1.3em;
    line-height: 1.3em;
}
section h4.pricing {
    color: #777;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    background-color: #eee;
}
section ul.artist, section ul.specslist {
    margin-bottom: 12px;
}
section span.blacktext {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
section li.artist {
    list-style-image: url(../images/icon-arrow-small.png);
    margin-left: 16px;
}
section li.details {
    list-style-image: url(../images/icon-check-small.png);
    margin-left: 20px;
}
section#indepth ul {
    list-style: none;
    margin-top: -12px;
}
section#indepth li {
    text-indent: 24px;
}
section ul.videos {
    list-style: none;
    font-size: 0.8em;
    line-height: 1.2em;
}
section#media ul.videos {
    text-align: center;
}
section ul.videos li {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    padding: 0 6px;
    margin-bottom: 18px;
}
section ul.videos li img {
    border: 1px solid #333;
}
section p.variac {
    font-size: 0.8em;
}
section#testimonials {
    font-size: 1.3em;
    line-height: 1.3em;
}
section#testimonials p.firstP {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid #333;
}
section#dealers {
    font-size: 1.3em;
    margin-bottom: 128px;
}
section#dealers h3 {
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
}
section#dealers ul {
    margin-top: 12px;
    text-align: center;
}
section#dealers ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
}
section#contact h3 {
    margin-bottom: 0;
    padding: 2px 0px 3px 30px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
section#contact h3.question {
    background-image: url(../images/icon-question.png);
}
section#contact h3.phone {
    background-image: url(../images/icon-phone.png);
}
section#contact h3.dag {
    background-image: url(../images/icon-dag.png);
}
section#contact h3.exclamation {
    background-image: url(../images/icon-exclamation.png);
}
section#contact h3.arrow {
    background-image: url(../images/icon-arrow.png);
}

/* Footer
---------------------------------*/
footer {
    text-align: center;
    font-weight: bold;
    max-width: 640px;
    padding: 10px 4px;
    margin: 64px 4% 24px 4%;
    background: url("../images/footerBG.jpg");
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
    -khtml-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
}
footer address {
    font-size: 0.85em;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 1px;
}

/* Responsive
---------------------------------*/
@media (min-width: 540px) {
    nav#menu {
        left: 42%;
    }
    nav#socialnav {
        visibility: visible;
    }
    div#subwrapper {
        padding: 128px 4% 0;
    }
    section#subintro1, section#subintro2 {
        float: left;
        width: 49%;
    }
    section#subintro1 {
        padding: 0 1% 0 0;
    }
    section#subintro2 {
        padding: 0 0 0 1%;
        margin-top: 0;
    }
}
@media (min-width: 680px) {
    footer {
        margin: 64px auto 24px auto;
    }
}
@media (min-width: 820px) {
    header img#identity {
        left: 9%;
    }
    nav#menu {
        left: 56%;
    }
    nav#socialnav {
        left: 71%;
    }
}
@media (min-width: 960px) {
    header img#identity {
        left: 13%;
    }
    nav#menu {
        left: 58%;
    }
}
@media (min-width: 1140px) {
    nav#menu {
        left: 61%;
    }
}











