/* ----------------------------------------
	NORMALIZE 
-----------------------------------------*/


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a img {
    line-height: .01em;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

input {
    line-height: normal;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-family: sans-serif;
    font-size: 100%;
}

body {
    font-size: 100%;
    line-height: 1.4em;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #252525;
    background-color: #fff;
    margin: 0;
    min-width: 100%;
}

div {
    position: relative;
}


/* ----------------------------------------
	IMAGES AND MEDIA 
-----------------------------------------*/

img,
audio,
video,
canvas {
    max-width: 100%;
}

img {
    height: auto;
}


/* ----------------------------------------
	CLEARFIX 
-----------------------------------------*/

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


/* ----------------------------------------
	LAYOUT 
-----------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    padding: 0;
}


/* For IE 6/7 (trigger hasLayout) */

#container {
    max-width: 1400px;
    width: 96%;
    margin: 0px auto;
    position: relative;
}


/* Rest of Layout */

.page-frame {
    position: relative;
}

.page {
    position: relative;
    height: 100%;
}

.content-frame {
    height: 100%;
    position: relative;
    padding: 0;
    background-color: #fff;
}

.nav-collapsed .content-frame {
    -ms-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate(0px, 0);
}

.menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 11px;
    color: #222;
    z-index: 999;
}

.menu-toggle:hover {
    color: #555;
}

.toggle-me {
    font-size: 2em;
}

.aligncenter {
    display: block;
    margin: 1em auto 1em;
}

.alignleft,
.left {
    display: inline;
    float: left;
    margin: 0 1em 1em 0;
}

.alignright,
.right {
    display: block;
    float: right;
    margin: 0 0 1em 1em;
}


/* ----------------------------------------
	TYPE 
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}

h1,
h2 {
    font-family: 'Times New Roman', 'Times', serif;
    ;
    font-weight: normal;
}

h1 {
    color: #c80032;
    font-size: 1.4em;
    margin: 0 0 0.4em 0;
}

h2 {
    color: #004a80;
    font-size: 1.3em;
    margin: 0 0 0.8em 0;
}

h3 {
    font-size: 1.2em;
    margin: 0 0 0.7em 0;
}

h4 {
    font-size: 1.2em;
    margin: 0 0 0.6em 0;
}

h5 {
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
}

h6 {
    font-size: 1.1em;
    margin: 0 0 0.4em 0;
}

a {
    color: #1198d2;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 500;
}

a:focus,
a:hover {
    color: #ffd700;
}

strong {
    font-weight: 500;
}

p,
ol,
ul,
dl {
    font-size: 1em;
    font-weight: 300;
    margin: 0 0 1em;
}

ol {
    padding-left: 2em;
}

.updated {
    font-size: .9em;
    font-style: italic;
}

.red {
    color: #f00;
    font-weight: 500;
}

li {
    margin-bottom: .5em;
}

.menu li,
.sf-cat li {
    margin-bottom: 0;
}

dl {
    width: 100%;
    padding: 0;
    margin: 0 0 1em 0;
}

.dlspecial {
    background: #fff;
}

dt {
    clear: both;
    display: inline;
    float: left;
    width: 40%;
    font-weight: bold;
    padding: .2em 0;
    margin: 0;
    border-top: solid 1px #ccc;
}

dd {
    display: inline;
    float: left;
    width: 59%;
    font-weight: normal;
    padding: .2em 0 .2em 5px;
    margin: 0;
    border-top: solid 1px #ccc;
}

.buyingcar dd,
.buyingcar dt {
    width: 49.5%;
}

dd dl dt {
    color: #999;
}

.state {
    color: #004a80;
}

table.zebra {
    border: 1px solid #000;
    width: 100%;
    clear: both;
    margin-top: 3em;
}

table.zebra td {
    background: #ececec;
    padding: 3px;
    margin: 0;
    width: 40%;
}

table.zebra td.even {
    background: #fff;
}

hr {
    border: 0;
    border-top: 1px solid #efefef;
    margin: 1em 0 .5em;
}


/* ----------------------------------------
	BILLBOARD ADVERTISING 
-----------------------------------------*/

#billboard ul {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#billboard ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#billboard ul li a {
    display: inline-block;
    width: 50%;
    max-width: 236px;
    padding: .5%;
    margin: 0;
}

#billboard ul li a img {
    width: 100%;
}


/* ----------------------------------------
	SITE HEADER 
-----------------------------------------*/

#head {
    clear: both;
    position: relative;
    height: 60px;
    background: url(https://www.howtogermany.com/images/head_banner_bg.gif);
    margin-bottom: 1em;
}

#headLogo {
    float: left;
    padding: 0;
    margin: 0;
}

#headNav {
    display: none;
    float: right;
    font-size: .8em;
    color: #ffd700;
    margin: 9px 5px 0 0;
}

#headNav a {
    line-height: 12px;
}

#headNav a:link,
#headNav a:visited {
    color: #fff;
}

#headNav a:hover {
    color: #ffd700;
}


/* ----------------------------------------
	MAIN NAV MENU 
-----------------------------------------*/

.menu-link {
    display: none;
}

.menutitle {
    display: block;
    background: #c80032;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    padding: .3em .1em 1.4em;
    margin: 0 0 -1em 0;
    border-radius: 6px;
}

.menu {
    display: inline-block;
    float: left;
    width: 20%;
    z-index: 100;
    font-size: .95em;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu ul {
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu > li > ul.sub-menu {
    min-width: 10em;
    padding: 4px 0;
    background-color: #f4f4f4;
    border: 1px solid #CCC;
}

.menu ul li {
    position: relative;
    padding: 0px;
}

.menu > ul > li {
    display: inline-block;
    width: 100%;
    z-index: 100;
}

.menu ul li a {
    display: block;
    width: 100%;
    background: #ffd700;
    color: #252525;
    font-weight: normal;
    text-decoration: none;
    border: 2px solid #efefef;
    border-radius: 6px;
}

.menu ul li a:hover {
    background: #666;
    color: #fff;
}

.menu ul li > a {
    line-height: 1em;
    padding: .5em 1em .6em;
}

.menu ul ul {
    display: none;
    position: absolute;
    top: -20px;
    left: 100%;
    min-width: 200px;
    background: #fff;
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 4px solid #fff;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.menu ul li:hover > ul {
    display: block;
}

.menu ul ul > li {
    position: relative;
}

.menu ul ul > li a {
    height: auto;
    background-color: #ffd700;
}

.menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.menu li.has-submenu a {
    padding-right: 3em;
}

.menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: .5em;
    right: 5px;
    display: block;
    background: rgba(255, 255, 255, 0.6);
    color: #f00;
    line-height: .5em;
    padding: .2em .25em .4em .3em;
    border-radius: 50%;
}

.menu #navarticles {
    margin-bottom: 2em;
}

.menu #navarticles li a {
    display: block;
    width: 100%;
    background: #f9f9f9;
    color: #252525;
    text-decoration: none;
    border: 2px solid #efefef;
    border-radius: 6px;
}

.menu #navarticles li a:hover,
.menu #navarticles li a:focus {
    display: block;
    width: 100%;
    background: #666;
    color: #fff;
    text-decoration: none;
    border: 2px solid #efefef;
    border-radius: 6px;
}

.faqlink a,
.directorylink a {
    background: #448ccb;
    color: #fff;
    display: block;
    text-align: center;
    padding: .5em 1em .6em;
    margin: 1em 0 1em;
    border: 2px solid #2a6aa1;
    border-radius: 6px;
}

.directorylink a {
    background: #96c34c;
    border: 2px solid #7ea73a;
}

.faqlink a:hover,
.faqlink a:focus,
.directorylink a:hover,
.directorylink a:focus {
    background: #666;
    border: 2px solid #ececec;
}

#lg2g {
    background: #fff;
    padding: 0;
    margin: 2em 0 1em;
    border: 2px solid #0b65bd;
    border-radius: 6px;
}

#lg2g a:hover {
    text-decoration: none;
}

#lg2g img {
    padding: .5em .5em 0 .5em;
    ;
}

#lg2g p.lg2g-inner {
    background: #dadada;
    color: #000;
    margin: .5em;
    padding: .5em;
}

#lg2g .lg2g-outer {
    background: #0b65bd;
    width: 100%;
    padding: .5em;
}

#lg2g .lg2g-outer p {
    background: #0b65bd;
    color: #fff;
    font-family: 'Arial Black', serif;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    padding: 0;
}

#transatlantic {
    background: #fff;
    font-size: .8em;
    text-align: center;
    margin: 2em 0 1em;
    border: 2px solid #efefef;
    border-radius: 6px;
}

#transatlantic a {
    display: block;
}

#transatlantic p {
    margin-bottom: 0;
}

#transatlantic .transatlantic-inner-1 {
    color: #252525;
    font-weight: 700;
    padding-top: .2em;
}

#transatlantic .transatlantic-inner-2 {
    position: relative;
    background: #015afe;
    color: #fff;
    font-family: serif;
    font-weight: 700;
    text-align: left;
    padding: .5em 0 .5em 1em;
}

#transatlantic .transatlantic-inner-2 img {
    position: absolute;
    right: 0;
    bottom: -1.2em;
    width: 30%;
    max-width: 65px;
    height: auto;
}

#transatlantic .transatlantic-inner-3 {
    color: #252525;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    padding-left: .6em;
}

#newsletter-signup {
    background: #fff;
    padding: .5em;
    margin: 2em 0 2em;
    border: 2px solid #efefef;
    border-radius: 6px;
}

#newsletter-signup h2 {
    margin-bottom: .4em;
}

#newsletter-signup p {
    margin-bottom: 0;
}

.createsend-button {
    height: 22px;
    display: inline-block;
}

.announce,
.newsletter-signup {
    background: #fff;
    padding: .5em .5em 0 .5em;
    margin: 2em 0 2em;
    border: 2px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
}

.announce h1 {
    background: #96c34c;
    color: #fff;
    font-family: sans-serif;
    font-size: 1em;
    padding: .5em;
    margin: -.5em -.5em .5em -.5em;
}

.announce p {
    font-size: .9em;
    color: #252525;
}


/* ----------------------------------------
	CONTENT 
-----------------------------------------*/

#content,
#maincontent {
    display: block;
    width: 100%;
    padding: 0;
}

#maincontent,
#mainsolo {
    padding: 0 1em;
    margin-bottom: 2em;
}

article ul {
    padding-left: 1.2em;
}

.resource {
    background: #96c34c;
    color: #fff;
    padding: .5em 1em 0;
    border: 2px solid #efefef;
    border-radius: 6px;
}

.resource h1 {
    color: #fff;
}

.resource a {
    color: #ffd700;
}

.resource a:hover,
div.resource a:focus {
    color: #efefef;
}

.side-directory {
    min-height: 100px;
    border: 2px solid #7ea73a;
    margin: 1em 0;
}

.side-directory a p {
    color: #fff;
    font-size: .9em;
    line-height: 1.2em;
    font-weight: 500;
}

.intro {
    font-size: 1.1em;
    font-style: italic;
}

.photo {
    display: block;
    width: 200px;
    margin: 0 auto 1em;
}

.photo p {
    font-size: .9em;
    color: #666;
    padding: 0 .5em
}

ul.articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.articles li {
    display: inline-block;
    width: 49%;
    float: left;
}

ul.articles li:nth-child(odd) {
    clear: left;
}

ul.articles li a {
    display: block;
    background: #f5f5f5;
    line-height: 1em;
    padding: .5em;
    margin: .25em;
    border: 1px solid #efefef;
    border-radius: 6px;
}

ul.articles li a:hover {
    color: #252525;
}

table.fact {
    border: 1px solid #fff;
    font-size: .9em;
}

.fact1,
.fact2 {
    font-weight: normal;
    border: 2px solid #fff;
}

.fact2 {
    background: #ebebeb;
}

.sbar {
    background: #f9f9f9;
    color: #000;
    padding: 1em;
    margin-bottom: 1em;
    border: 2px solid #f5f5f5;
    border-radius: 6px;
}

.related {}

.related > h1 {}

.related > ul {
    list-style: disc;
    margin-bottom: 1em;
    padding-left: 1.2em;
}

.related > ul > li {}

.related > ul > li > a {}


/* ----------------------------------------
	SIDEBAR 
-----------------------------------------*/

#sidebar {
    margin-bottom: 2em;
}

#digital {
    position: relative;
    background: #f5f5f5;
    min-height: 100px;
    padding: .5em 75px .5em .5em;
    margin-bottom: 1em;
    border: 2px solid #efefef;
    border-radius: 4px;
}

#digital p {
    margin-bottom: 0;
}

#digital p a {
    display: block;
}

#digital p a img {
    position: absolute;
    top: 10px;
    right: 10px;
}

#storefronts {}

#sidebar h1 {
    display: block;
    background: #c80032;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    padding: .3em .1em .5em;
    margin: 0 0 -1em 0;
    border-radius: 4px;
}

.sf-cat h2 {
    display: block;
    clear: both;
    background: #ffd700;
    color: #252525;
    font-size: 1em;
    text-align: center;
    padding: .4em .2em;
    margin: 1em 0 0 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.sf-cat ul {
    display: block;
    list-style: none;
    background: #f5f5f5;
    text-align: center;
    padding: .2em 0 0;
    margin: 0;
    border: 1px solid #efefef;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sf-cat li {
    display: inline;
}

.sf-cat li a {
    display: inline-block;
    line-height: .1em;
    border: 2px solid #efefef;
    border-radius: 4px;
}

.sf-cat li a img {
    width: 120px;
    height: 45px;
}

.sf-cat li a:hover,
.sf-cat li a:focus {
    border: 2px solid #ffd700;
}

div.events {
    text-align: center;
    font-size: .9em;
    padding: 0 5px;
    margin-bottom: 1em;
    border: 2px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
}

div.events h2 {
    background: #505050;
    color: #fff;
    text-align: center;
    padding: .5em;
    margin: 0 -5px
}

div.events h3 {
    background: #f5f5f5;
    color: #252525;
    text-align: center;
    line-height: 1.2em;
    padding: .3em .5em.5em;
    margin: 0 -5px 5px -5px;
    border-top: 2px solid #efefef;
}

div.events ul {
    padding: 0;
    margin-bottom: 1em;
}

div.events li {
    padding: 0;
    margin: .5em 5px;
    text-align: left;
    line-height: 1em;
}


/* ----------------------------------------
	STOREFRONTS 
-----------------------------------------*/

.store-main {
    width: 100%;
    float: none;
    padding: 0 1em;
    margin-bottom: 2em;
}

.store-main img {
    width: 95%;
}

.photo-gallery a {
    display: inline-block;
    width: 46%;
    margin: 1%;
}

.store-side {
    width100%;
    float: none;
}

.store-side h2 {
    clear: both;
    text-align: center;
    padding-top: 1em;
}

.store-side h2 span {
    color: #252525;
    font-family: Arial;
    font-size: .9em;
    font-weight: normal;
}

.store-contact {
    background: #eee;
    padding: 1em;
    margin: 0 0 2em;
    border: 2px solid #e2e2e2;
    border-radius: 6px;
}

.store-contact p {
    background: #fff;
    font-size: .9em;
    padding: .5em 1em;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}

.store-side .photo {
    width: 100%;
}

.store-side .photo img,
.store-side .logo img {
    float: left;
    width: 95%;
    height: auto;
}

.store-side .photo a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 2% 1.5% 2% 2%;
}

.store-side .photo a:hover {
    background: gold;
}

.store-side .photo a img {
    width: 99%;
    height: auto;
    padding: 0;
    margin: 0;
}


/* ----------------------------------------
	FAQ 
-----------------------------------------*/

.faq-main {
    width: 100%;
    float: none;
    padding: 0 1em;
    margin-bottom: 2em;
}

.faq-side {
    width100%;
    float: none;
}

.faq-side h2 {
    text-align: center;
}

.faq-side ul {
    list-style: none;
    background: #448ccb;
    padding: .5em .5em .2em;
    border: 2px solid #2a6aa1;
    border-radius: 6px;
}

.faq-side li a {
    display: block;
    background: #fff;
    padding: .5em .8em;
    margin-bottom: .5em;
    border-radius: 4px;
}


/* ----------------------------------------
	TRANSATLANTIC 
-----------------------------------------*/

.transatlantic ul {
    background: #0038ff;
    border: 2px solid #0232dc;
}


/* ----------------------------------------
	DIRECTORY 
-----------------------------------------*/

.directory ul {
    background: #96c34c;
    border: 2px solid #7ea73a;
}

.featured {
    padding: 1em;
    margin: 1.4em 0;
    border: 6px solid #598527;
    border-radius: 6px;
}

.standard {
    padding: 1em;
    margin: 1em 0;
    border: 2px solid #7ea73a;
    border-radius: 6px;
}


/* ----------------------------------------
	VIDEO 
-----------------------------------------*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 1em;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ----------------------------------------
	TABS 
-----------------------------------------*/

ul#tabs {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}

ul#tabs li {
    display: inline-block;
    background-color: #f4f4f4;
    border-bottom: solid 5px #ffd700;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #252525;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

ul#tabs li:hover {
    background-color: #ffd700;
}

ul#tabs li.active {
    background-color: #ffd700;
}

ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#tab li {
    display: none;
}

ul#tab li.active {
    display: block;
}


/* ----------------------------------------
	FOOTER 
-----------------------------------------*/

#footnav {
    text-align: center;
    margin: 1em 0;
}

#footnav a {
    display: inline-block;
    background: #ffd700;
    color: #252525;
    font-size: .9em;
    padding: .2em .6em .3em;
    margin: 0 0 .5em 0;
    border-radius: 8px;
}

.footer {
    clear: both;
    background: #252525;
    color: #fff;
    padding: 1em;
}

.footer > hr {
    display: none;
}

#footnav a:hover {
    background: #666;
}

#top {
    display: inline-block;
    float: right;
}

.copyright {
    font-size: .7em;
}

.scnd {
    display: inline-block;
    width: 98%;
}

.scnd a img {
    display: inline-block;
    width: 99%;
}


/* ----------------------------------------
	MEDIA QUERIES 
-----------------------------------------*/

@media all and (min-width:601px) {
    #content {
        position: relative;
        display: table;
        width: 100%;
        max-width: 100%;
        float: none;
        z-index: 1;
    }
    #maincontent {
        display: table-cell;
        padding: 0 1em;
    }
    #sidebar {
        display: table-cell;
        width: 126px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: left;
    }
    #billboard ul li a {
        width: 25%;
    }
    .photo {
        display: inline-block;
        float: right;
        width: 200px;
        margin: 0 0 1em 1em;
    }
    #transatlantic .transatlantic-inner-2 img {
        position: absolute;
        right: 0;
        bottom: -1.8em;
        width: 30%;
        max-width: 75px;
        height: auto;
    }
    #digital {
        padding-right: .5em;
        text-align: center;
    }
    #digital p a img {
        position: relative;
        display: block;
        top: 0;
        right: 0;
        margin: 1em auto;
    }
    #sidebar h1 {
        font-size: 1.1em;
        font-weight: 300;
    }
    .sf-cat li {
        display: inline-block;
        width: 124px;
    }
    .store-main,
    .faq-main {
        float: left;
        width: 57%;
    }
    .photo-gallery a {
        display: inline-block;
        width: 23%;
        margin: .3%;
    }
    .faq-main {
        border: none;
    }
    .store-side,
    .faq-side {
        float: right;
        width: 42%;
    }
}

@media all and (max-width:767px) {
    a.menu-link {
        display: block;
        width: 70%;
        background-color: #ffd700;
        color: #252525;
        font-size: 1.4em;
        text-align: center;
        text-decoration: none;
        padding: .3em .3em .4em;
        margin: 0 auto;
        border: 2px solid #efefef;
        border-radius: 12px;
    }
    .menu {
        clear: both;
        min-width: inherit;
        float: none;
        width: 96%;
        margin-left: 2%;
    }
    .menu,
    .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #f4f4f4;
    }
    .menu > li > ul.sub-menu {
        padding: 0px;
        border: none;
    }
    .menu.active,
    .menu > ul ul.active {
        max-height: 9999em;
    }
    .menu ul {
        display: inline;
    }
    .menu > ul {
        border-top: 1px solid #808080;
    }
    .menu li,
    .menu > ul > li {
        display: block;
    }
    .menu li a {
        color: #000;
        display: block;
        padding: 0.8em;
        border-bottom: 1px solid #808080;
        position: relative;
    }
    .menu ul li a:hover {
        background: #ffd700;
        color: #252525;
    }
    .menu ul ul > li a:hover {
        background-color: #e4e4e4;
        color: #252525;
    }
    .menu li.has-submenu > a:after {
        content: '+';
        position: absolute;
        top: .5em;
        right: .5em;
        display: block;
        padding: 0.55em 0.5em;
    }
    .menu li.has-submenu > a.active:after {
        content: "-";
    }
    .menu ul ul > li a {
        background-color: #e4e4e4;
        padding: 19px 18px 19px 30px;
    }
    .menu ul ul,
    .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }
    .faqlink a:hover,
    .faqlink a:focus {
        background: #448ccb;
        color: #fff;
        border: 2px solid #2a6aa1;
    }
    .directorylink a:hover,
    .directorylink a:focus {
        background: #96c34c;
        color: #fff;
        border: 2px solid #7ea73a;
    }
}

@media all and (min-width:768px) {
    #content {
        width: 79.6%;
    }
    .footer {
        clear: both;
    }
    #headNav {
        display: inline;
    }
    .menu ul li a:hover {
        background: #666;
        color: #fff;
    }
    .menu ul ul > li a:hover {
        background-color: #666;
        color: #fff;
    }
}

@media all and (min-width:1000px) {
    #maincontent,
    .store-main,
    #mainsolo {
        display: table-cell;
        padding: 0 2em;
    }
    #sidebar {
        display: table-cell;
        width: 250px !important;
    }
    #sidebar #digital {
        width: 250px;
        padding-right: 75px;
    }
    #digital p a img {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .sf-cat li {
        display: inline-block;
        float: left;
        width: 124px;
    }
    .store-main,
    .faq-main {
        width: 66%;
    }
    .store-side,
    .faq-side {
        width: 33%;
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('js/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('js/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('js/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('js/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('js/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('js/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}