@charset "UTF-8";

/* CSS Document for GraphicBiz */


/* ////// GRAPHICBIZ SINCE 1996 line 300 ////// */


/* ////// WELCOME SECTION | line 380 ////// */


/* ////// SECTION CROWNS line 620 ////// */


/* ////// BRANDING SECTION line 680 ////// */


/* ////// WEB DESIGN & INTERNET SECTION line 890 ////// */


/* ////// PHOTOGRAPHY Design SECTION line 1100 ////// */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,700);
@import url(http://fonts.googleapis.com/css?family=Muli:300,400);
@import url(http://fonts.googleapis.com/css?family=Ek+Mukta:400,800);

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/** * Eric Meyer's Reset CSS v2.0 ENDS */


/* //// MY COLOR PALETTE /// */


/* BASE RGB 378D8D */


/* http://paletton.com/#uid=33i0u0kjxtv9yNQf5-VjkkZtocG */


/*	background-color: #59a9a9;  a darker than 96d5d5 shade of green */


/*	background-color: #96d5d5;  a shade of green */


/*	background-color: #eb5c5c;  a shade of red */


/*	background-color: #ff8787;  a lighter shade of red */


/*	background-color: #ffd787;  a shade of yellow cream */


/*	background-color: #ebbb56;  a darker shade of yellow/ocre */


/*	border-color: # aliceblue;  a pale blue */


/* 	color: #45799a; shade of blue */


/*  FONT FAMILIES — Attempt to organize type */

.navbar_left p,
.navbar_right p,
.intro h1,
#bigbutts li,
#webdesign_calltoaction h1,
#printdesign_content h1,
#branding_panel h1,
#webdesign_content h1,
#branding_calltoaction h1,
#photography_panel_content h1,
#lobby h1,
#BOOKbox .section_header h1,
#FAQbox .section_header h1,
#lobby h2,
#BOOKbox h2,
#FAQbox h2,
#FAQbox h4,
#BOOKbox h4,
#FAQbox .psmall,
#BOOKbox .psmall,
.booknowbutton a,
#bookform .pushbutton-wide {
    font-family: 'Open Sans Condensed', sans-serif;
}

#welcome .contactbutt,
#webdesign_calltoaction .contactbutt,
#branding_calltoaction .contactbutt,
#printdesign_content .contactbutt,
#photography_panel_content .contactbutt,
#FAQbox .pbig,
#BOOKbox .pbig,
div[id^="contact-form-"],
div[id*=" contact-form-"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}

#webdesign_content p,
#webdesign_calltoaction p,
#webdesign_calltoaction h2,
#gz1996 p,
#welcome p,
#footerbox p,
#webdesign_content li,
#branding_panel p,
#branding_calltoaction h2,
#printdesign_content h2,
#printdesign_content p,
#photography_panel_content h2,
#photography_panel_content p,
#lobby p,
#FAQbox p,
#BOOKbox p {
    font-family: Muli, sans-serif;
}

#wearegz h1,
.intro h2,
.branding_crown h3,
.internet_crown h3,
.printing_crown h3,
.photography_crown h3,
#webdesign_content li:before,
#branding_panel h2,
#webdesign_content h2,
.back-to-top p,
.grunion-field-label {
    font-family: 'Ek Mukta', sans-serif;
    /*	font-family: 'Open Sans Condensed', sans-serif;*/
}

img {
    max-width: 100%;
}


/* ////// SITE TOP BAR SECTION ////// */

#wearegz {
    position: absolute;
    z-index: 4;
    width: 300px;
    height: 150px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 50px;
    right: 0;
    background-image: url(../imagedepot/wearegz.png);
    background-repeat: no-repeat;
    background-position: center -30px;
    /*border: 2px solid pink;*/
}

#wearegz h1 {
    width: 195px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
    color: white;
}

#wearegz p {}

#gz_topbarlogo {
    position: absolute;
    height: 100px;
    width: 120px;
    margin-left: 30px;
    background-image: url(../imagedepot/gz_topbarlogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -9000px;
    /*	border: 2px solid pink;*/
}

#top_navbar_wrapper {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 5;
    background-color: none;
    /*	opacity: 0.35667790;*/
    /*box-shadow: 0 0 1em #111;*/
}

#top_navbar {
    width: 100%;
    max-width: 960px;
    position: relative;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    text-align: center;
    overflow: visible;
    background-color: none;
    /*border: 2px solid pink;*/
}

.topbarpushpadding {
    padding-right: 130px;
}


/* .navbar_left */

.navbar_left_wrapper {
    width: 60px;
    height: 90px;
    margin-left: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    background-image: url(../imagedepot/toggler_4e94b9.png);
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 8px;
    /*border: 2px solid pink;*/
}

.navbar_left_wrapper:hover {
    width: 720px;
    /*border: 2px solid pink;*/
}

.navbar_left p {
    font-weight: 300;
    font-size: 0.9em;
    color: black;
    /*text-shadow: -3px 2px 8px black;*/
}

.navbar_left p,
.navbar_left a {
    display: block;
    height: 90px;
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 16px;
    text-align: center;
    text-decoration: none;
    color: #45799a;
    /* shade of blue */
    line-height: 90px;
    float: left;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.navbar_left a:hover {
    color: #45799a;
}

.navbar_right {
    width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
}

.navbar_right p {
    font-weight: 300;
    font-size: 1.2em;
    color: #45799a;
    /*text-shadow: -3px 2px 8px black;*/
}

.navbar_right a {
    display: block;
    height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 12px;
    text-align: center;
    text-decoration: none;
    color: #ffd787;
    /* shade of yellow */
    line-height: 30px;
    float: left;
    text-shadow: 0px 0px 8px black;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.navbar_right a:hover {
    color: #45799a;
}


/* //////// NAVBAR ENDS /////// */


/* ////// INTRO SECTION ////// */

.mainpanel {
    position: relative;
    z-index: -6;
    display: block;
    height: 700px;
    width: 100%;
    top: 0px;
    background-image: url(../imagedepot/CardsOnCrookedHorizon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    /*	border: 2px solid blue;*/
}

.intro {
    position: relative;
    display: block;
    width: 680px;
    min-width: 320px;
    left: -240px;
    margin-left: auto;
    margin-right: auto;
    background-color: none;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    /*	border: 1px solid pink;*/
}

.intro h1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1.3em;
    color: black;
    /*	border: 1px solid #467a9b;*/
}

.intro h2 {
    font-weight: 300;
    font-size: 2.0em;
    line-height: 1.5em;
    color: black;
    padding-top: 20px;
}


/* ////// WELCOME SECTION | COLORED band where the four gallery links reside TOP ////// */

#welcome_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    background-color: gainsboro;
    /* #eb5c5c  a shade of green */
    opacity: 1.0;
    /*box-shadow: inset 0 0 1em #111;*/
    /*border: 2px solid pink;*/
}

#welcome {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    /*top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transform-style: preserve-3d;*/
    /*border: 2px solid pink;*/
}

#welcome p {
    display: block;
    width: 450px;
    padding-right: 20px;
    padding-left: 24px;
    color: black;
    float: left;
    /*border: 2px solid green;*/
}

#welcome .thincolumn {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: left;
    /*    	border: 2px solid pink;*/
}

#welcome .widecolumn {
    width: 100%;
    max-width: 540px;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
}

#welcome a {
    text-decoration: none;
}

#welcome p {}

#welcome .highlight {
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.5em;
}

#welcome .bam {
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.6em;
    border-bottom: thin #EB5C5C solid;
    /* shade of red */
    border-top: thin #EB5C5C solid;
    /* shade of red */
    padding: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 13px;
}

#welcome .contactbutt {
    position: relative;
    display: block;
    height: 36px;
    width: 150px;
    padding: 14px;
    margin-bottom: 0px;
    top: -48px;
    line-height: 36px;
    color: white;
    /*shade of blue*/
    background-color: #eb5c5c;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    border: 1px solid #ffffff;
    /* #45799a  shade of blue*/
    border-radius: 8px;
    float: right;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#welcome .contactbutt:hover {
    background-color: #4e94b9;
    /* #45799a;  shade of blue*/
    color: white;
}


/* ////// BIGBUTTS SECTION below site headline ////// */

#bigbutts_wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    /*    margin-top: -60px;*/
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
    opacity: 1.0;
    background-color: whitesmoke;
    /*border: 1px solid yellow;*/
}

#bigbutts {
    display: inline-block;
    max-width: 960px;
    min-width: 320px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid green;*/
}

#bigbutts li {
    list-style: none;
}

#bigbutts ul li {
    display: inline-block;
    position: relative;
    display: block;
    float: left;
    height: 70px;
    width: 160px;
    margin-right: 18px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #45799a;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
}

#bigbutts li {
    font-weight: 300;
    font-size: 1.1em;
    padding-top: 0px;
}

#bigbutts a {
    display: block;
    float: left;
    height: 70px;
    width: 160px;
    margin-right: 18px;
    border-radius: 8px;
    border: 0px solid #45799a;
    /* #45799a  shade of blue*/
    text-align: center;
    color: #45799a;
    /*shade of blue*/
    text-decoration: none;
    line-height: 70px;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

#bigbutts a:hover {
    background-color: #4e94b9;
    /* #45799a;  shade of blue*/
    color: white;
    /* #eb5c5c a shade of red */
    /*text-shadow: -3px 2px 8px black;*/
}


/* ////// GRAPHICBIZ SINCE 1996 ////// */

.gzlogo_crown {
    position: absolute;
    z-index: 111;
    margin-left: auto;
    margin-right: auto;
    top: -60px;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 50%;
    border: 0;
    background-color: black;
    box-shadow: 0 0 1em black;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
}

#gz1996_wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1.0;
    background-color: #eb5c5c;
    box-shadow: inset 0 0 1em #111;
    /*border: 2px solid yellow;*/
}

#gz1996 {
    display: block;
    width: 100%;
    max-width: 640px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    /*border: 1px solid green;*/
}

#gz1996 p {
    display: block;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.8em;
    padding-bottom: 18px;
    color: black;
}

#gz1996 a {
    height: 80px;
    width: 200px;
    margin-left: 18px;
    margin-right: 18px;
    text-align: center;
    color: #eb5c5c;
    /*shade of red*/
    text-decoration: none;
    line-height: 80px;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    float: left;
    border: 1px solid #ff8787;
    /* a lighter shade of red */
    border-radius: 10px;
}

#gz1996 a:hover {
    background-color: #FFd787;
    /* #FFd787 shade of yellow */
    color: #eb5c5c;
    /* #eb5c5c a shade of red */
    /*text-shadow: -3px 2px 8px black;*/
}


/* ////// SECTION CROWNS  ////// */

.branding_crown,
.photography_crown,
.printing_crown,
.internet_crown {
    display: block;
    position: absolute;
    /*margin: 12px;*/
    top: -30px;
    width: 60%;
    max-width: 360px;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    border-radius: 8px;
    background-color: black;
    /*shade of blue*/
    /* #cd0101 gz red  */
    /*box-shadow: 0 0 0.5em black;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
    text-align: center;
}

{
    position: absolute;
    /*margin: 12px;*/
    top: -30px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    border-radius: 8px;
    background-color: black;
    /*shade of blue*/
    /* #cd0101 gz red  */
    /*box-shadow: 0 0 0.5em black;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
    text-align: center;
    display: block;
}

.branding_crown h3,
.internet_crown h3,
.printing_crown h3,
.photography_crown h3 {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 1.3em;
    color: white;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
}

.branding_crown .arrow_down,
.internet_crown .arrow_down,
.printing_crown .arrow_down,
.photography_crown .arrow_down {
    position: relative;
    z-index: 11;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 20px solid #f00;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
}


/* ////// CALL TO ACTIONS PANELS ////// */

.post-entry-thumbnail {
    display: block;
    padding-bottom: 18px;
    text-align: center;
    color: dimgray;
}

#webdesign_calltoaction_wrapper {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1.0;
    /*border: 2px solid yellow;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#webdesign_calltoaction {
    position: relative;
    display: block;
    width: 100%;
    max-width: 860px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    /*border: 1px solid green;*/
}

#webdesign_calltoaction h1,
#printdesign_content h1 {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.3em;
    color: black;
    padding-bottom: 18px;
}

#webdesign_calltoaction h2 {
    position: relative;
    width: 240px;
    /*	float: left;*/
    margin-right: 60px;
    text-align: right;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.4em;
    padding-bottom: 18px;
    color: white;
}

#webdesign_calltoaction p {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.2em;
    text-align: left;
    line-height: 1.8em;
    padding-bottom: 18px;
    color: black;
}

#webdesign_calltoaction .contactbutt {
    position: relative;
    display: block;
    height: 60px;
    width: 180px;
    margin-left: 18px;
    margin-right: 18px;
    color: white;
    /*shade of red*/
    line-height: 60px;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    float: right;
    border: 1px solid white;
    /* a lighter shade of red */
    border-radius: 10px;
}

#webdesign_calltoaction .contactbutt:hover {
    background-color: white;
    color: #45799a;
    /* #45799a a shade of blue */
    /*text-shadow: -3px 2px 8px black;*/
}


/* ////// WEB DESIGN & INTERNET SECTION ////// */

#webdesign {
    display: block;
    position: relative;
    width: 100%;
    height: 1000px;
    background-color: gainsboro;
    /* #e68080 a lighter shade of red */
    background-image: url(../imagedepot/internet/internet_biggz.png);
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 0 1em #111;
    /*border: 1px solid green;*/
}

#webdesign_content {
    position: relative;
    width: 960px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid blue;*/
}

#webdesign_content .copywrap {
    width: 480px;
    left: 1px;
    padding-top: 120px;
    text-align: left;
    /*border: 1px solid pink;*/
}

#webdesign_content h1
/* styled in line 490 */

{}

#webdesign_content h2
/* styled in line 500 */

{}

#webdesign_content p {
    position: relative;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.3em;
    padding-top: 18px;
    color: black;
}

#webdesign_content .highlight {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.6em;
    padding-top: 18px;
    color: dimgray;
}

#webdesign_content ol {
    width: 360px;
    list-style-type: none;
    list-style-type: decimal !ie;
    /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    margin-top: 1em;
    padding: 0;
    counter-reset: li-counter;
    /*border: 1px solid pink;*/
}

#webdesign_content li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 0.5em;
    min-height: 2em;
    border-left: 2px solid #CCCCCC;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.3em;
}

#webdesign_content li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    text-align: right;
    color: darkgray;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 1.2em;
    padding-top: 0px;
    content: counter(li-counter);
    counter-increment: li-counter;
}

#webdesign_calltoaction_wrapper {
    height: 720px;
    padding-top: 80px;
    padding-bottom: 180px;
    background-color: silver;
    /*a lighter shade of blue*/
    background-image: url(../imagedepot/internet/show_Websites2014.jpg);
    background-position: center 180px;
    background-repeat: no-repeat;
    /*border: 1px solid green;*/
}


/* ////// BRANDING SECTION ////// */

#branding_panel {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    text-align: center;
    background-color: #4e94b9;
    /*a lighter shade of blue*/
    box-shadow: 0 0 1em #111;
}

#branding_panel .copywrap {
    width: 300px;
    margin-top: 120px;
    margin-right: 40px;
    position: relative;
    float: right;
    text-align: center;
    /*border: 1px solid blue;*/
}

#branding_panel .opacity {
    opacity: 1.0;
}

#branding_panel .opacity:hover {
    opacity: 1.0;
}

#branding_panel .thincolumn {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

#branding_panel h1,
#webdesign_content h1 {
    position: relative;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.3em;
    color: black;
    padding-bottom: 18px;
}

#branding_panel h2,
#webdesign_content h2 {
    position: relative;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.4em;
    padding-top: 0px;
    text-align: center;
    color: black;
}

#branding_panel p {
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 18px;
    color: white;
}

#branding_calltoaction_wrapper {
    display: block;
    height: auto;
    padding-top: 80px;
    padding-bottom: 140px;
    background-color: #4e94b9;
    /*a lighter shade of blue*/
    background-image: url(../imagedepot/branding/branding_curve_bckground.png);
    background-position: center 60px;
    background-repeat: no-repeat;
    /*border: 1px solid green;*/
}

#branding_calltoaction {
    position: relative;
    display: block;
    width: 100%;
    max-width: 720px;
    min-width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

#branding_calltoaction h1 {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.3em;
    color: black;
    padding-bottom: 18px;
}

#branding_calltoaction h2 {
    position: relative;
    width: 100%;
    /*	float: left;*/
    margin-right: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 2.0em;
    color: white;
}

#branding_calltoaction p {}

#branding_calltoaction_wrapper {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1.0;
    text-align: center;
    /*border: 2px solid yellow;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#branding_calltoaction .contactbutt {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 200px;
    margin-left: 18px;
    margin-right: 18px;
    color: white;
    /*shade of red*/
    line-height: 60px;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    float: none;
    border: 1px solid white;
    /* a lighter shade of red */
    border-radius: 8px;
}

#branding_calltoaction .contactbutt:hover {
    background-color: white;
    color: #45799a;
    /* #45799a a shade of blue */
    /*text-shadow: -3px 2px 8px black;*/
}


/* ////// PRINT Design SECTION ////// */

#printdesign {
    position: relative;
    width: 100%;
    /*	height: 900px;*/
    text-align: center;
    background-color: white;
    box-shadow: 0 0 1em #111;
    /* #e68080 a lighter shade of red */
    background-image: url(../imagedepot/prints/_DSC2732_babywipes.jpg);
    background-position: center 160px;
    background-repeat: no-repeat;
    /*	border: 3px solid green;*/
}

#printdesign_content {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    /*	border: 1px solid blue;*/
}

#printdesign_content .copywrap {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    text-align: center;
    /*border: 1px solid pink;*/
}

#printdesign_content h1
/* styled ELSEWEHRE... find it! */

{}

#printdesign_content h2 {
    position: relative;
    width: 250px;
    float: left;
    margin-right: 40px;
    text-align: right;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.4em;
    padding-bottom: 80px;
    color: black;
}

#printdesign_content p {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.8em;
    padding-bottom: 18px;
    color: black;
}

#printdesign_content .contactbutt {
    position: relative;
    display: block;
    right: -60px;
    height: 60px;
    width: 180px;
    margin-left: 18px;
    margin-right: 18px;
    background-color: white;
    color: #45799a;
    /* #45799a a shade of blue */
    line-height: 60px;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    float: right;
    border: 1px solid #45799a;
    /* a lighter shade of red */
    border-radius: 10px;
}

#printdesign_content .contactbutt:hover {
    background-color: #4e94b9;
    /* #45799a;  shade of blue*/
    color: white;
    border: 1px solid #45799a;
    /* a lighter shade of red */
}

#all_bumboosa {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
/*    pointer-events: none;*/
}

#all_bumboosa .img_container {
    width: 7200px;
    height: 800px;
    margin-bottom: 120px;
}

#all_bumboosa .img_container img {
    height: auto;
}


/* ////// PHOTOGRAPHY Design SECTION ////// */

#photography_panel {
    position: relative;
    width: 100%;
    height: 900px;
    text-align: center;
    background-color: Transparent;
    box-shadow: 0 0 1em #111;
    /* #91cfcf a lighter shade of green */
    /* #e68080 a lighter shade of red */
    background-image: url(../imagedepot/photography/photography_bckgrnd_oct2014.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*border: 1px solid green;*/
}

#photography_panel_content {
    position: relative;
    width: 960px;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid blue;*/
}

#photography_panel_content .copywrap {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin-left: 100px;
    margin-right: auto;
    padding-top: 80px;
    text-align: center;
    float: left;
    /*border: 1px solid pink;*/
}

#photography_panel_content h1 {
    position: relative;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.3em;
    color: black;
    padding-bottom: 18px;
}

#photography_panel_content h2 {
    position: relative;
    display: block;
    width: 250px;
    float: left;
    margin-right: 40px;
    margin-left: 60px;
    margin-top: 18px;
    text-align: right;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 120px;
    color: white;
    /*border: 1px solid pink;*/
}

#photography_panel_content p {
    display: block;
    position: relative;
    margin-top: 18px;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.8em;
    text-align: left;
    padding-bottom: 18px;
    color: white;
}

#photography_panel_content .contactbutt {
    position: relative;
    display: block;
    float: right;
    height: 60px;
    width: 180px;
    margin-left: 18px;
    margin-right: 18px;
    color: white;
    /*shade of red*/
    line-height: 60px;
    /*text-shadow: 0px 0px 8px black;*/
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    float: right;
    border: 1px solid white;
    /* a lighter shade of red */
    border-radius: 10px;
}

#photography_panel_content .contactbutt:hover {
    background-color: white;
    color: #45799a;
    /* #45799a a shade of blue */
    /*text-shadow: -3px 2px 8px black;*/
}


/* ////////// FAQbox | Bookbox | Lobby ////////// */

#exhibition_header {
    width: 840px;
    height: 150px;
    top: -80px;
    padding-top: 80px;
    position: relative;
    text-align: center;
    /*background-color: pink;*/
}

#BOOKbox_wrapper {
    width: 100%;
    padding-bottom: 120px;
    background-color: whitesmoke;
    text-align: center;
    /*	background-color: #96d5d5;  a shade of green */
    /*	background-color: #59a9a9;  a darker than 96d5d5 shade of green */
    /*	background-color: #eb5c5c;  a shade of red */
    /*border: 3px green solid;*/
}

#BOOKbox_wrapper .section_header,
#FAQbox .section_header {
    width: 96%;
    max-width: 960px;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    /*background-color: pink;*/
}

#FAQbox,
#BOOKbox {
    display: block;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*margin-top: 200px;*/
}

#FAQbox .leftbox,
#BOOKbox .leftbox {
    width: 420px;
    margin-left: 0px;
    float: left;
}

.rightborder {
    border-right: 1px gainsboro solid;
    margin-right: 55px;
    padding-right: 40px;
}

.noborder {
    border-right: 0px;
}

#BOOKbox .section_header h1,
#FAQbox .section_header h1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 3.2em;
    line-height: 1.3em;
    color: black;
    /*	border: 1px solid #467a9b;*/
}

#lobby h1,
#BOOKbox .section_header h1,
#FAQbox .section_header h1 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 3.4em;
    line-height: 1.0em;
    color: #cc0000;
    /* gz red */
    /*background-color: red;*/
}

#lobby h2,
#BOOKbox h2,
#FAQbox h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.4em;
    color: black;
}

#FAQbox h4,
#BOOKbox h4 {
    font-weight: 700;
    margin-top: 12px;
    padding-bottom: 8px;
    color: black;
}

#lobby p,
#FAQbox p,
#BOOKbox p {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.4em;
    color: black;
    padding-bottom: 12px;
}

#BOOKbox p {
    color: dimgray;
}

#BOOKbox .highlight {
    position: relative;
    display: block;
    color: black;
    /* #eb5c5c a shade of red */
    font-weight: 400;
    font-size: 1.1em;
    padding-bottom: 12px;
    border-bottom: 1px solid gainsboro;
}

#BOOKbox .bottomline {
    border-bottom: 1px gainsboro solid;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#FAQbox .psmall,
#BOOKbox .psmall {
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.2em;
}

#FAQbox .pbig,
#BOOKbox .pbig {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5em;
}


/*#FAQbox img,#BOOKbox img{margin-left: 0px;margin-top: 0px;width: 120px;height: 120px;}*/

.booknowbutton a {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    border: 1px #45799a solid;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 8px;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    text-align: center;
    color: #45799a;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 80px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.booknowbutton a:hover {
    opacity: 0.7;
    color: white;
    background-color: #45799a;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}


/* ////// FOOTER SECTION ////// */

#footerwrap {
    display: block;
    position: relative;
    background-color: #ff6363;
    /* #45799a  shade of red*/
    width: 100%;
    height: 900px;
    box-shadow: inset 0 0 1em #111;
}

#footerbox {
    width: 100%;
    max-width: 840px;
    height: auto;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
}

#footerbox a {
    color: white;
}

#footerbox img {
    z-index: 6;
    float: none;
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
}

#footerbox .shine {
    opacity: 0.86665588;
    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#footerbox .shine:hover {
    opacity: 1;
    /*Glow*/
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

.cesar_margintop {
    display: block;
    margin-top: 160px;
}

#footerbox p {
    margin-left: 40px;
    margin-right: 12px;
    padding-right: 12px;
    width: 200px;
    border-right: 1px gray solid;
    float: left;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.4em;
    color: white;
}

#footerbox .p10 {
    font-size: 0.8em;
    line-height: 1.2em;
    color: white;
}


/*#footerbox a { color: white; }*/

#footerbox .contactmebutton {
    margin-left: 462px;
    margin-top: 420px;
    padding-top: 20px;
    height: 58px;
    z-index: 6;
    float: right;
    border: 1px gray solid;
    background-color: #eeeeee;
    text-align: center;
    position: absolute;
    opacity: 0.7;
}


/* ////////// index BACK TO TOP ////////// */

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 1.5em;
    text-decoration: none;
    text-align: center;
    width: 3em;
    height: 3em;
    display: none;
    opacity: 0.38568399;
    background-color: white;
    border: 1px solid #4e94b9;
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    z-index: 2002;
}

.back-to-top p {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 0.7em;
    line-height: 3em;
    color: #45799a;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
}

.back-to-top p:hover {
    color: white;
}

.back-to-top:hover {
    background-color: #45799a;
    color: white;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}


/* ////////// MISCELANEOUS ////////// */

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.margintop80 {
    margin-top: 80px;
}

.margintop460 {
    margin-top: 460px;
}

.margintop580 {
    margin-top: 580px;
}

.relative {
    /*position: relative;*/
    /*position: absolute !important;*/
}

.clear {
    clear: both;
}

.hide {
    display: none;
}


/*.fade a{opacity: 0.7;transition: opacity 0.4s ease;text-decoration: none;}.fade a:hover { opacity: 1.0; }*/

.w620 {
    width: 620px;
}

.width720px {
    width: 820px;
}

.hover:hover {
    width: 620px;
    opacity: 1.0;
    float: left;
    z-index: 99;
}

.smallarrow {
    font-size: 0.8em;
    font-weight: 700;
}

a {
    color: #206897;
}

a:hover {
    color: dimgray;
}


/*background-color: lightsteelblue; */


/*	border: 1px gray solid; */


/* ////// LOGOTYPES STYLING FOR BRANDING PANEL at line 440 //////  */

#logoslayer {
    position: relative;
    width: 960px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
    text-align: center;
    /*border: 1px solid blue;*/
}

#logoslayer img {
    opacity: 0.46665588;
    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Chrome, Safari, Opera */
    transform: scale(0.9, 0.9);
    /* Standard syntax */
    /*-webkit-filter: blur(3px);-moz-filter: blur(3px);-o-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);   */
}

.clickalogo {
    position: absolute;
    top: 490px;
    left: 30px;
    z-index: 22;
    float: left;
    opacity: 0.96665588 !important;
    /*border: 1px solid  green;*/
}

#logoslayer img:hover {
    opacity: 1;
    /*-webkit-filter: blur(0px);-moz-filter: blur(0px);-o-filter: blur(0px);-ms-filter: blur(0px);filter: none;*/
}

.logo_4tify {
    position: absolute;
    top: 120px;
    left: -0px;
    z-index: 10;
    float: left;
    /*border: 1px solid green;*/
}

.SnapzProX_logo {
    position: absolute;
    top: 140px;
    left: 220px;
    z-index: 13;
    float: left;
    /*border: 1px solid green;*/
}

.TuFormaNatural_logo {
    position: absolute;
    top: 260px;
    left: -0px;
    z-index: 11;
    float: left;
    /*border: 1px solid green;*/
}

.DistParlapiano_logo {
    position: absolute;
    top: 280px;
    left: 260px;
    z-index: 16;
    float: left;
    /*border: 1px solid green;*/
}

.BarberCulture_logo {
    position: absolute;
    top: 400px;
    left: 190px;
    z-index: 14;
    float: left;
    /*border: 1px solid green;*/
}

.TPGirl_logo {
    position: absolute;
    top: 520px;
    left: -20px;
    z-index: 12;
    float: left;
    /*border: 1px solid green;*/
}

.cpMAIDS_logo {
    position: absolute;
    top: 540px;
    left: 320px;
    z-index: 18;
    float: left;
    /*border: 1px solid green;*/
}

.hardknoxx_logo {
    position: absolute;
    top: 570px;
    left: 160px;
    z-index: 17;
    float: left;
    /*border: 1px solid green;*/
}

.ivivdixie_logo {
    position: absolute;
    top: 710px;
    left: 180px;
    z-index: 19;
    float: left;
    /*border: 1px solid green;*/
}

.EEvansGallery_logo {
    position: absolute;
    top: 700px;
    left: -10px;
    z-index: 15;
    float: left;
    /*border: 1px solid green;*/
}


/* Contact FORM */

.grunion-field-label {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.6em;
    color: dimgray;
}

#bookform {
    position: relative;
    float: left;
    width: 320px;
}

.book_thincolumn {
    position: relative;
    float: left;
    width: 240px;
    padding-right: 35px;
    margin-left: 35px;
}

#bookform input {
    width: 300px;
}

#bookform .checkbox {
    width: auto;
}

#bookform .pushbutton-wide {
    display: block;
    height: 36px;
    width: 272px;
    padding: 14px;
    margin-bottom: 10px;
    margin-top: 18px;
    line-height: 36px;
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    color: #45799a;
    /*shade of blue*/
    background-color: white;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    border: 1px solid #45799a;
    /* #45799a  shade of blue*/
    border-radius: 8px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#bookform .pushbutton-wide:hover {
    background-color: #4e94b9;
    /* #45799a;  shade of blue*/
    color: white;
}

div[id^="contact-form-"],
div[id*=" contact-form-"] {
    color: gray;
    font-size: 0.7em;
}

div[id^="contact-form-"] input:not([type=submit]):not([type=file]),
div[id*=" contact-form-"] input:not([type=submit]):not([type=file]) {
    text-align: left;
}

div[id^="contact-form-"] textarea,
div[id*=" contact-form-"] textarea {
    width: 300px;
    margin-top: 6px;
}


/* ///// SHOW horizontal SCROLLER ///// */


/* ATTEMPT TO CREATE A HORIZONTAL SCROLL TO SHOW STUFF */

#hscroller_wrapper {
    position: relative;
    width: 100%;
    height: 880px;
    padding-top: 60px;
    opacity: 1.0;
    background-color: white;
    /*border: 2px solid yellow;*/
}

#hscroller {
    display: block;
    max-width: 90%;
    min-width: 380px;
    max-height: 840px;
    position: relative;
    overflow: scroll;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 40px;padding-right: 40px;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    /*border: 1px solid green;*/
}


/* ////// ////// MEDIA QUERIE STARTS ////// ////// */


/* ////// ////// MEDIA QUERIE STARTS ////// ////// */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    /* .mainpanel{position: relative;z-index: -6;display: block;height: 600px;width: 100%;top: 0px;background-image: url(../imagedepot/crookedhorizon_mobile.jpg);background-image: none;background-repeat: no-repeat;background-position: 85% 0px;background-size: 100% auto;border: 2px solid blue;}*/
}


/* ////// ////// MEDIA QUERIE STARTS ////// ////// */


/* ////// ////// MEDIA QUERIE STARTS ////// ////// */


/*@media Base:  iPhone 5 and 5s {}*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
/*    and (max-width : 788px) */


/* just for testing */

{
    /* ////// SITE TOP BAR SECTION ////// */
    #wearegz {
        position: absolute;
        z-index: 4;
        width: 180px;
        height: 100px;
        padding-top: 12px;
        padding-left: 25px;
        padding-right: 30px;
        right: 0;
        background-image: url(../imagedepot/wearegz.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 10px 0px;
        /*border: 2px solid pink;*/
    }
    #wearegz h1 {
        width: 140px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
        font-size: 1.0em;
        line-height: 1.2em;
        color: white;
    }
    #wearegz p {}
    #gz_topbarlogo {
        position: absolute;
        height: 100px;
        width: 120px;
        margin-left: 30px;
        background-image: url(../imagedepot/gz_topbarlogo.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -9000px;
        /*	border: 2px solid pink;*/
    }
    .mainpanel {
        z-index: -6;
        display: block;
        height: 600px;
        width: 100%;
        top: 0px;
        background-image: url(../imagedepot/crookedhorizon_mobile.jpg);
        /*	background-image: none;*/
        background-repeat: no-repeat;
        /*    background-attachment: fixed;*/
        background-position: right center;
        background-size: 140%;
        /*	border: 2px solid blue;*/
    }
    .intro {
        position: relative;
        display: block;
        width: 90%;
        max-width: 760px;
        padding-right: 0px;
        margin-left: auto;
        left: 0px;
        margin-right: auto;
        background-color: none;
        text-align: center;
        top: 0px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transform-style: preserve-3d;
        /*	border: 1px solid pink;*/
    }
    .intro h1 {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-top: 20px;
        margin-top: 20px;
        font-weight: 800;
        font-size: 2.0em;
        line-height: 1.2em;
        color: black;
        /*	border: 1px solid #467a9b;*/
    }
    .intro h2 {
        display: none;
        font-weight: 300;
        font-size: 1.6em;
        line-height: 1.4em;
        color: black;
        padding-top: 60px;
        /*color: #96d5d5;*/
        /* a shade of green */
        /*background-color: red;*/
        /*	border: 2px solid blue;*/
    }
    /* ////// WELCOME SECTION | COLORED band where the four gallery links reside ////// */
    #welcome_wrapper {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #welcome {}
    #welcome p {
        display: block;
        width: 100%;
        text-align: center;
        /*	border: 4px solid gray;	*/
    }
    #welcome .thincolumn {
        display: inline-block;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        font-weight: 300;
        font-size: 1.1em;
        line-height: 1.5em;
        text-align: center;
        /*	border: 2px solid green;	*/
    }
    #welcome .widecolumn {
        display: inline-block;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        font-weight: 300;
        font-size: 1.0em;
        line-height: 1.5em;
        text-align: center;
    }
    #welcome a {}
    #welcome .highlight {
        display: block;
        width: 100%;
    }
    #welcome .bam {
        display: inline-block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2em;
        line-height: 1.6em;
        border-bottom: thin #EB5C5C solid;
        /* shade of red */
        border-top: 0 #EB5C5C solid;
        /* shade of red */
        padding: 18px;
    }
    #welcome .contactbutt {
        position: relative;
        display: inline-block;
        height: 36px;
        width: 150px;
        padding: 14px;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: auto;
        top: 32px;
        float: none;
    }
    #welcome .contactbutt:hover {}
    /* ////// BIGBUTTS SECTION below site headline ////// */
    #bigbutts_wrapper {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 80px;
        text-align: center;
        opacity: 1.0;
        background-color: whitesmoke;
        /*	border: 1px solid blue;*/
    }
    #bigbutts {
        display: inline-block;
        width: 90%;
        max-width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /*	border: 1px solid red;*/
    }
    #bigbutts li {
        list-style: none;
        font-weight: 300;
        font-size: 1.1em;
        padding-top: 0px;
    }
    #bigbutts ul li {
        display: inline-block;
        position: relative;
        float: none;
        height: 60px;
        width: 44%;
        margin: 2%;
        margin-bottom: 8px;
        border-radius: 8px;
        border: 1px solid gainsboro;
        text-align: center;
        line-height: 60px;
        overflow: hidden;
    }
    #bigbutts a {
        display: block;
        height: 60px;
        width: 100%;
        margin-right: 18px;
        border-radius: 0px;
        border: 0px solid whitesmoke;
        /* #45799a  shade of blue*/
        text-align: center;
        color: #45799a;
        /*shade of blue*/
        text-decoration: none;
        line-height: 60px;
        /*text-shadow: 0px 0px 8px black;*/
        transition: background-color 0.3s ease, border-bottom 0.3s ease;
    }
    #bigbutts a:hover {
        background-color: #4e94b9;
        /* #45799a;  shade of blue*/
        color: white;
        /* #eb5c5c a shade of red */
        /*text-shadow: -3px 2px 8px black;*/
    }
    /* ////// LOGOTYPES STYLING FOR BRANDING PANEL at line 440 //////  */
    #logoslayer {
        position: relative;
        top: -60px;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        z-index: 6;
        overflow: hidden;
        /*border: 1px solid blue;*/
    }
    #logoslayer img {
        width: 44%opacity: 0.46665588;
        /*Transition*/
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transform: scale(0.9, 0.9);
        /* IE 9 */
        -webkit-transform: scale(0.9, 0.9);
        /* Chrome, Safari, Opera */
        transform: scale(0.9, 0.9);
        /* Standard syntax */
        /*-webkit-filter: blur(3px);-moz-filter: blur(3px);-o-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);   */
    }
    .logos {
        display: block;
        position: relative;
        width: auto;
        height: 1000px;
        top: -100px;
    }
    /* ////// SECTION CROWNS  ////// */
    .branding_crown,
    .photography_crown,
    .printing_crown,
    .internet_crown {
        display: block;
        position: absolute;
        /*margin: 12px;*/
        top: -30px;
        width: 100%;
        max-width: 100%;
        height: 60px;
        border-radius: 0px;
        background-color: black;
        /*shade of blue*/
        /* #cd0101 gz red  */
        /*box-shadow: 0 0 0.5em black;*/
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform-style: preserve-3d;
        text-align: center;
    }
    /* ////// WEB DESIGN & INTERNET SECTION ////// */
    #webdesign {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        background-color: gainsboro;
        /* #e68080 a lighter shade of red */
        background-image: url(../imagedepot/internet/internet_biggz.png);
        background-position: -380px bottom;
        background-repeat: no-repeat;
        box-shadow: 0 0 1em #111;
        /*border: 1px solid green;*/
    }
    #webdesign_content {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /*border: 1px solid blue;*/
    }
    #webdesign_content .copywrap {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
        text-align: left;
        /*border: 1px solid pink;*/
    }
    #webdesign_content h1/* styled in line 490 */
    {
        font-size: 2.0em;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #webdesign_content h2/* styled in line 500 */
    {
        font-size: 1.8em;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #webdesign_content p {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        font-size: 1.0em;
        line-height: 1.3em;
        padding-top: 18px;
        color: black;
    }
    #webdesign_content .highlight {
        font-weight: 300;
        font-size: 1.1em;
        line-height: 1.6em;
        padding-top: 18px;
        color: dimgray;
    }
    #webdesign_content ol {
        width: 100%;
        max-width: 320px;
        list-style-type: none;
        list-style-type: decimal !ie;
        /*IE 7- hack*/
        margin-right: auto;
        margin-left: auto;
        margin-top: 2em;
        padding: 0;
        counter-reset: li-counter;
        /*border: 1px solid pink;*/
    }
    #webdesign_content li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 0.5em;
        min-height: 2em;
        border-left: 2px solid #CCCCCC;
        font-weight: 300;
        font-size: 1.0em;
        line-height: 1.3em;
    }
    #webdesign_content li:before {
        position: absolute;
        top: 0;
        left: -1em;
        width: 0.8em;
        text-align: right;
        color: darkgray;
        font-weight: 800;
        font-size: 1.6em;
        line-height: 1.2em;
        padding-top: 0px;
        content: counter(li-counter);
        counter-increment: li-counter;
    }
    #webdesign_calltoaction_wrapper {
        width: 100%;
        height: auto;
        /*    max-width: 320px;*/
        min-height: 620px;
        padding-top: 40px;
        padding-bottom: 100px;
        background-color: silver;
        /*a lighter shade of blue*/
        background-image: url(../imagedepot/internet/show_Websites2014_mobile.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto;
        /*border: 1px solid green;*/
    }
    #webdesign_calltoaction {
        position: relative;
        display: block;
        width: 90%;
        max-width: 320px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 2%;
        box-sizing: border-box;
        /*border: 1px solid green;*/
    }
    #webdesign_calltoaction h1 {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 2.0em;
        line-height: 1.3em;
        color: black;
        padding-bottom: 18px;
    }
    #webdesign_calltoaction p {}
    #webdesign_calltoaction .contactbutt {
        position: relative;
        display: block;
        height: 60px;
        width: 180px;
        margin-left: 18px;
        margin-right: 0px;
        color: white;
        /*shade of red*/
        line-height: 60px;
        /*text-shadow: 0px 0px 8px black;*/
        transition: background-color 0.3s ease, border-bottom 0.3s ease;
        float: right;
        border: 1px solid white;
        /* a lighter shade of red */
        border-radius: 10px;
    }
    /* ////// BRANDING SECTION ////// */
    #branding_panel {
        display: inline-blockposition: relative;
        width: 100%;
        height: 1200px;
        text-align: center;
        background-color: #4e94b9;
        /*a lighter shade of blue*/
        box-shadow: 0 0 1em #111;
    }
    #branding_panel .copywrap {
        display: inline-block;
        position: relative;
        width: 90%;
        margin-top: 120px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
        /*border: 1px solid blue;*/
    }
    #branding_panel .opacity {
        display: none;
        opacity: 1.0;
    }
    #branding_panel .opacity:hover {
        opacity: 1.0;
    }
    #branding_panel .thincolumn {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    #branding_panel h1 {
        position: relative;
        font-weight: 700;
        font-size: 2.4em;
        line-height: 1.3em;
        color: black;
        padding-bottom: 18px;
    }
    #branding_panel h2 {
        position: relative;
        font-weight: 400;
        font-size: 1.4em;
        line-height: 1.4em;
        padding-top: 0px;
        color: black;
    }
    #branding_panel p {
        position: relative;
        text-align: center;
        font-weight: 300;
        font-size: 1.1em;
        line-height: 1.3em;
        padding-top: 18px;
        color: white;
    }
    #branding_calltoaction_wrapper {}
    #branding_calltoaction_wrapper {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 80px;
        padding-bottom: 100px;
        background-color: #4e94b9;
        /*a lighter shade of blue*/
        background-image: url(../imagedepot/branding/branding_curve_bckground.png);
        background-position: center 60px;
        background-repeat: no-repeat;
        /*border: 1px solid green;*/
    }
    #branding_calltoaction {
        position: relative;
        display: block;
        width: 100%;
        max-width: 320px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
    #branding_calltoaction h1 {
        position: relative;
        width: 100%;
        float: none;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 2.4em;
        line-height: 1.3em;
        color: black;
        padding-bottom: 0px;
    }
    #branding_calltoaction h2 {
        position: relative;
        width: 100%;
        /*	float: left;*/
        margin-right: 60px;
        text-align: center;
        font-weight: 300;
        font-size: 1.3em;
        line-height: 1.4em;
        padding-bottom: 2.0em;
        color: white;
    }
    #branding_calltoaction p {}
    #branding_calltoaction_wrapper {}
    #branding_calltoaction .contactbutt {
        position: relative;
        display: inline-block;
        height: 60px;
        width: 200px;
        margin-left: 18px;
        margin-right: 18px;
        color: white;
        /*shade of red*/
        line-height: 60px;
        /*text-shadow: 0px 0px 8px black;*/
        transition: background-color 0.3s ease, border-bottom 0.3s ease;
        float: none;
        border: 1px solid white;
        /* a lighter shade of red */
        border-radius: 8px;
        font-weight: 300;
        font-size: 1.0em;
    }
    #branding_calltoaction .contactbutt:hover {
        background-color: white;
        color: #45799a;
        /* #45799a a shade of blue */
        /*text-shadow: -3px 2px 8px black;*/
    }
    /* ////// PRINT Design SECTION ////// */
    #printdesign {
        position: relative;
        width: 100%;
        /*	height: 900px;*/
        text-align: center;
        background-color: white;
        box-shadow: 0 0 1em #111;
        /* #e68080 a lighter shade of red */
        background-image: url(../imagedepot/prints/_DSC2732_babywipes.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        /*	border: 3px solid green;*/
    }
    #printdesign_content {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /*	border: 1px solid blue;*/
    }
    #printdesign_content .copywrap {
        position: relative;
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 380px;
        text-align: center;
        /*border: 1px solid pink;*/
    }
    #printdesign_content h1 {
        position: relative;
        width: 100%;
        float: none;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 2.0em;
        line-height: 1.3em;
        color: black;
        padding-bottom: 18px;
    }
    #printdesign_content h2 {
        position: relative;
        width: 80%;
        float: none;
        padding-left: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        font-weight: 300;
        font-size: 1.3em;
        line-height: 1.4em;
        padding-bottom: 40px;
        color: black;
    }
    #printdesign_content p {
        display: none;
        width: 100%;
        padding-right: 8px;
        padding-bottom: 18px;
        position: relative;
        font-weight: 300;
        font-size: 0.9em;
        text-align: left;
        line-height: 1.8em;
        color: black;
    }
    #printdesign_content .contactbutt {
        position: absolute;
        display: block;
        right: 0px;
        height: 50px;
        width: 160px;
        margin-left: 28px;
        margin-right: 18px;
        background-color: transparent;
        color: #45799a;
        /* #45799a a shade of blue */
        line-height: 50px;
        /*text-shadow: 0px 0px 8px black;*/
        transition: background-color 0.3s ease, border-bottom 0.3s ease;
        float: none;
        border: 1px solid 45799a;
        /* a lighter shade of red */
        border-radius: 6px;
    }
    #printdesign_content .contactbutt:hover {
        background-color: #4e94b9;
        /* #45799a;  shade of blue*/
        color: white;
    }
    /* ////// PHOTOGRAPHY Design SECTION ////// */
    #photography_panel {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: Transparent;
        box-shadow: 0 0 1em #111;
        /* #91cfcf a lighter shade of green */
        /* #e68080 a lighter shade of red */
        background-image: url(../imagedepot/photography/photography_bckgrnd_oct2014.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        /*border: 1px solid green;*/
    }
    #photography_panel_content {
        display: inline-block;
        position: relative;
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /*border: 1px solid blue;*/
    }
    #photography_panel_content .copywrap {
        position: relative;
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 300px;
        height: auto;
        text-align: center;
        /*border: 1px solid pink;*/
    }
    #photography_panel_content h1 {
        position: relative;
        font-weight: 700;
        font-size: 2.2em;
        line-height: 1.3em;
        color: black;
        padding-bottom: 18px;
    }
    #photography_panel_content h2 {
        position: relative;
        display: block;
        width: 100%px;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 300;
        font-size: 1.1em;
        line-height: 1.4em;
        color: white;
        /*border: 1px solid pink;*/
    }
    #photography_panel_content p {
        display: none;
    }
    #photography_panel_content .contactbutt {
        position: relative;
        display: block;
        float: right;
        height: 60px;
        width: 180px;
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 0;
        color: white;
        /*shade of red*/
        line-height: 60px;
        /*text-shadow: 0px 0px 8px black;*/
        transition: background-color 0.3s ease, border-bottom 0.3s ease;
        border: 1px solid white;
        /* a lighter shade of red */
        border-radius: 10px;
    }
    #photography_panel_content .contactbutt:hover {
        background-color: white;
        color: #45799a;
        /* #45799a a shade of blue */
        /*text-shadow: -3px 2px 8px black;*/
    }
    /* ////// BOOK A PROJECT /////////   */
    /* ////////// FAQbox | Bookbox | Lobby ////////// */
    #BOOKbox_wrapper .section_header,
    #FAQbox .section_header {
        width: 96%;
        max-width: 960px;
        padding-top: 60px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center;
        /*background-color: pink;*/
    }
    #FAQbox,
    #BOOKbox {
        display: block;
        width: 100%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /*margin-top: 200px;*/
    }
    #FAQbox .leftbox,
    #BOOKbox .leftbox {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .rightborder {
        display: block;
        border-right: 0px gainsboro solid;
        margin-right: 0px;
        padding-right: 0px;
    }
    .noborder {
        border-right: 0px;
    }
    #BOOKbox .section_header h1,
    #FAQbox .section_header h1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 800;
        font-size: 3.2em;
        line-height: 1.3em;
        color: black;
        /*	border: 1px solid #467a9b;*/
    }
    #lobby h1,
    #BOOKbox .section_header h1,
    #FAQbox .section_header h1 {
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        font-size: 3.4em;
        line-height: 1.0em;
        color: #cc0000;
        /* gz red */
        /*background-color: red;*/
    }
    #lobby h2,
    #BOOKbox h2,
    #FAQbox h2 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        font-weight: 300;
        font-size: 1.6em;
        line-height: 1.4em;
        color: black;
    }
    #FAQbox h4,
    #BOOKbox h4 {
        font-weight: 700;
        margin-top: 12px;
        padding-bottom: 8px;
        color: black;
    }
    #lobby p,
    #FAQbox p,
    #BOOKbox p {
        font-weight: 300;
        font-size: 1.0em;
        line-height: 1.4em;
        color: black;
        padding-bottom: 12px;
    }
    #BOOKbox p {
        color: dimgray;
    }
    #BOOKbox .highlight {
        position: relative;
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: black;
        /* #eb5c5c a shade of red */
        font-weight: 400;
        font-size: 1.0em;
        padding-bottom: 12px;
        border-bottom: 1px solid gainsboro;
    }
    .booknowbutton a {
        display: block;
        position: relative;
        width: 70%;
        height: 80px;
        border: 1px #45799a solid;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 12px;
        border-radius: 8px;
        behavior: url(PIE.htc);
        /* remove if you don't care about IE8 */
        text-align: center;
        color: #45799a;
        font-weight: 300;
        font-size: 1.4em;
        line-height: 80px;
        text-decoration: none;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: background-color 0.3s ease, border-bottom 0.3s ease;
    }
    .booknowbutton a:hover {
        opacity: 0.7;
        color: white;
        background-color: #45799a;
        -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    }
    /* ////// FOOTER SECTION ////// */
    #footerwrap {
        display: block;
        position: relative;
        background-color: #ff6363;
        /* #45799a  shade of red*/
        width: 100%;
        height: auto;
        box-shadow: inset 0 0 1em #111;
    }
    #footerbox {
        display: block;
        position: relative;
        width: 100%;
        max-width: 320px;
        height: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #footerbox a {
        color: white;
    }
    #footerbox p {
        display: inline-block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 8px;
        width: 100%;
        float: none;
        align-content: center;
        font-size: 1.0em;
        font-weight: 300;
        text-align: left;
        line-height: 1.4em;
        color: white;
        border-right: 0px gray solid;
    }
    #footerbox img {
        float: none;
        border-radius: 50%;
        behavior: url(PIE.htc);
        /* remove if you don't care about IE8 */
    }
    #footerbox .p10 {
        font-size: 0.8em;
        line-height: 1.2em;
        color: white;
    }
    /*#footerbox a { color: white; }*/
    #footerbox .contactmebutton {
        margin-left: 462px;
        margin-top: 420px;
        padding-top: 20px;
        height: 58px;
        z-index: 6;
        float: right;
        border: 1px gray solid;
        background-color: #eeeeee;
        text-align: center;
        position: absolute;
        opacity: 0.7;
    }
    #footerbox .shine {
        opacity: 0.86665588;
        /*Transition*/
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    #footerbox .shine:hover {
        opacity: 1;
        /*Glow*/
        -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    }
    .cesar_margintop {
        display: inline-block;
        position: relative;
        margin-top: 30px;
        margin-bottom: 60px;
    }
}


/* ////// ////// 900px MEDIA QUERIE ends ////// ////// */