/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #c8c0c0;
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.wrapper {
    /*width: 100%;*/
    margin: 0 4%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0;
}



.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

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

.fr {
    float:right;
}
.fl {
    float:left;
}
body {
	font-family: 'Play', sans-serif;
    color:#fff;
    background: #eee;
}
.main h1 {
    font-size: 0.75em;
    /* letter-spacing: 3px; */
    color: #fff;
    font-weight: normal;
    margin: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    width: 90px;
    position: absolute;
    left: 50%;
    top: 60px;
    border-radius: 50%;
    margin-left: 116px;
    color:#333;
    -webkit-box-shadow: 0 5px 4px -5px #9B9B9B;
       -moz-box-shadow: 0 5px 4px -5px #9B9B9B;
            box-shadow: 0 5px 4px -5px #9B9B9B;
}
.bd h1 {
	font-size: 1em;
	width: 250px;
	    border-radius: 20% / 35%;
}
.bd section {
	position: static!important;
	width: 407px;
}
.bd h2 {
	font-size: 1.7em;
}
.main h1:before {
    content: " ";
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid red; */
    position: absolute;
    display: block;
    top: 5px;
    left: -37px;
    border-radius: 50%;


}
.main p, .main li, .main dd {
    font-size: 0.9em;
}
dt {
	font-weight: bold;
}
.blackBg a:not(.redBtn) {
    color: #B59506;
}
h2, h3, h4 {
    margin:0.7em 0;
    color: #FDCF00;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.humpty h2 {
	color:#772420;
	font-family: 'Faster One', cursive;
	text-shadow: 2px 2px 0px #fff;
	letter-spacing: 6px;
}
.coon h2 {
	font-family: 'Black Ops One', cursive;
	color:#FD0101;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}
.humpty h3 {
	color:#fff;
	text-shadow: 2px 2px 0px #772420;
}
.humpty a:not(.redBtn) {
	color:#772420;
}
.logo {
    display: block;
    margin:0 auto;
    transition: background-color 2s;
    -webkit-transition: background-color 2s; /* Safari */
    /*background-color: rgba(255, 255, 255, 0.15);*/
    width:220px;
    height: 140px;
    position: relative;
    z-index: 1000;
}

.logo:after {
   content: " ";
    width: 23px;
    height: 23px;
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid red; */
    position: absolute;
    display: block;
    top: 71px;
    right: -2px;
    border-radius: 50%;
}
.logo:hover {
    /*background-color: rgba(255, 255, 255, 0.15);*/
    
}
.strokeB{
    text-shadow:1px 1px 0 #373737, 
    1px -1px 0 #373737, 
    0 1px 0 #373737, 
    1px 0 0 #373737, 
    -1px 1px 0 #373737, 
    -1px -1px 0 #373737, 
    0 -1px 0 #373737, 
    0 1px 0 #373737, 
    -1px 0 0 #373737;
}
.strokeW{
    text-shadow:2px 2px 0 #fff, 
    2px -2px 0 #fff, 
    0 2px 0 #fff, 
    2px 0 0 #fff, 
    -2px 2px 0 #fff, 
    -2px -2px 0 #fff, 
    0 -2px 0 #fff, 
    0 2px 0 #fff, 
    -2px 0 0 #fff;
}

figure {
    clear: both;
    margin: 0 auto;
    text-align: center;
}
figure img{
        /*margin:0 30px 15px 0;*/
        margin:10px 1%;
        width: 30%;
    }
figure img:last-child{
    margin-right: 0;
}
figure img:first-child{
    margin-left: 0;
}
section {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 3% 6%;
    /*border: 15px dashed #591919;*/
    /*border: 15px dashed rgba(89, 25, 25, 0.7);
    border: 15px dashed rgba(71, 71, 71, 0.8);*/
    margin: 10px 0 20px 0;
    color:#2E2E2E;
    -webkit-box-shadow: 0 15px 8px -5px #9B9B9B;
       -moz-box-shadow: 0 15px 8px -5px #9B9B9B;
            box-shadow: 0 15px 8px -5px #9B9B9B;
    border-radius: 5px;
    position: relative;
}
.inner {
    position: absolute;
    left:0;
    margin-left:-260px;
    margin-top:-80px;
}
.tags {
    color:#2E2E2E;
    padding:0 6%;
}
.frame {
    border: 1px solid #767676;
    border-radius: 11em/1.5em;
    overflow: hidden;
}
.br{
	border-radius: 5%;
  	overflow: hidden;
  	border: 1px solid rgb(137, 153, 172);
  	-webkit-box-shadow: 9px 10px 0px -2px rgba(0,0,0,0.09);
  -moz-box-shadow: 9px 10px 0px -2px rgba(0,0,0,0.09);
  box-shadow: 9px 10px 0px -2px rgba(0,0,0,0.09);
}
.coon .br {
	  border: 3px solid #4A4848;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
  	box-shadow: none;
}
/*
section:before{ 
    content: ""; 
    z-index: -1; 
    position: absolute; 
    width: 50%; 
    top: 160px; 
    bottom: 15px; 
    left: 10px; 
    -webkit-transform: rotate(-1deg); 
    transform: rotate(-1deg); 
    box-shadow: 0px 15px 10px #777; 
} 
section:after{ 
    content: ""; 
    z-index: -1; 
    position: absolute; 
    width: 50%; 
    top: 160px; 
    right: 10px; 
    bottom: 15px; 
    -webkit-transform: rotate(1deg); 
    transform: rotate(1deg); 
    box-shadow: 0px 15px 10px #777; 
}*/
section.blackBg {
    background: url(../img/bg.gif) repeat -100px 62px;
    background-size: 60%;
    color: #F2EFEA;
}
.box-art {
    padding-bottom: 0;
}



/*.blackBg */
h2 {
    color:#FDCF00;
    font-size: 2em;
    margin:0;
    text-transform: capitalize;
    position: relative;
    z-index: 100;
}
.slogan {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}
.b {font-weight: bold;}
.redBtn {
    background: url(../img/sprite.png) no-repeat 0 0px;
    display: block;
    cursor:pointer;
    color:#ffffff;
    font-size: 1.1em;
    position: absolute;
    font-family: 'Play', sans-serif;
    line-height: 52px;
    height: 52px;
    width:100px;
    left:0;
    letter-spacing:1px;
    text-decoration:none;
    text-align: center;
    z-index: 1000;
    text-transform: uppercase;
    font-weight: bold;
    outline: 0;

}
/*.humpty .redBtn {
    background: url(../img/humpty-play-button.gif) no-repeat 0 0;
    width:60px;
    height: 39px;
    text-indent: -99999px;
}*/
.redBtn:hover {
    background-position: 0 -52px;
}
/*.humpty .redBtn:hover {
	background-position: 0 0;
}*/
.redBtn:active {
    /*position:absolute;
    bottom:2px;*/
    color: #000;
    background-position: 0 -104px;
}
.blackBg footer,
.blue footer {
    position: relative;
    height: 60px;
}
.QR {
    width: 62px;
    height: 62px;
    overflow: hidden;
    float: right;
    margin-top: -5px;
    margin-right: 5px;
    }
.humpty .QR{
	margin-top: 0px;
}
footer .qr {
    /*position: absolute;
    bottom: 1px;
    right:1px;*/
    margin-left: -19px;
    margin-top: -19px;
}
.copy {
    display:block;
    text-align:center;
    position:absolute;
    bottom:0;
    right:75px;
    font-size: 0.8em;
}
.bThumb {
    margin:10px 0 10px 10px;
}
.humpty .bThumb {
	margin: 0 0 10px 10px;
}
.blue {
	 background-color: #B4D4EE;
	 background-image: url(../img/clouds2.png);
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: -55px 40px;
}
.txt-demo {
    float: left;
    margin: 72px 0 0 91px;
}
.box-art img{
    width: 120%;
    margin-top: -40%;
    margin-left: -14%;
}
.humpty .box-art img{
	margin-top: 0;
	margin-left: 0;
	width: 100%;
}
.box-art-home .ba{
    width: 104%;
    margin-top: -15%;
    margin-left: -4%;
    z-index: 100;
}
.box-art-home {
    background: none;
    white-space: nowrap;
 /*   border:1px solid red;*/
 padding:0;
}
.noBg {
    background: none;
}
.noPd {
    padding: 0;
}    
.center {
    text-align: center;
}
.noShadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pR {
    right: 0!important;
    left: auto;
    position: relative;
    float: right;
}
.featured {
    margin-left:10%;
}
.cl {
    color: #DE0700;    
    padding:0 0.2em;
      line-height: 22px;
}
.cl:hover {
    background: none;
    color: #373737;
    text-decoration: none;
    background: #FDCF00;
}
.social {
    position: absolute;
    top:-20px;
    right: 0;
    z-index: 1000;
}
.social li {
    float: left;
    list-style: none;
    margin-right: 5px;
    cursor: pointer;
    line-height: 15px;
}
.socialBig {
	padding-left: 0;
}
.socialBig li {
	float: left;
    list-style: none;
    margin-right: 10px;
}
.socialBig li:last-child {
	margin-right: 0;
}
div.link {
    line-height: 45px;
}

/*ads*/
.overAd{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    width:100%;
    height: 100%;
    float:left;
    padding-top:0px;
    background-color:rgba(72,72,72,0.8);
    background-size: cover;
    z-index: 11000;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    transition: left 0.2s ease;
}
.hiddenAd {
    left: -101%!important;
}
.contact {
color: #FFFFFF;
  text-decoration: none;
  background: #DD9403;
  line-height: 20px;
  padding:0 2px;
  padding:1px 2px;
  border-radius: 2px;
}
.contact:hover {
	background: none;
	color: #DD9403;
	padding:2px 2px;
}
#adCntr {
    background-color:#fff;
    padding:7px;
    
    float: left;
    left: 50%;
    position: absolute;
    top:120px;
    margin-left: -320px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.closeAd {
    position: absolute;
    top:105px;
    left: 50%;
    margin-left:310px;
    color: #fff;
    display: block;
    line-height: 30px;
    width: 30px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border:2px solid #fff;
    z-index: 10000;
}
#contentElement{
    position: relative;
    width: 640px;
    height: 380px;
}
.hrba {
    /*width: calc(100% - 244px);*/

}
.box-art-home img {
    vertical-align: bottom;
    width:100%;
}

.nm {
    margin:0;
}
.np {
    padding:3% 0 0 0;
}
p.i{
    font-style: italic;
}
.shiftTop {
    margin-top:-90px;
}
.w{
	background-color: #772420;
  	color: #FFF;
}
.bl {
	color:#000;
}
.chomp {
	/*margin-right: 40%;*/
	margin-left:5px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        /*float: left;*/
        width: 90%;
        margin:0 auto;
    }



}
@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */
	
    .box-art {
        padding-bottom: 0;
        left: -297px;
        width: 250px;
        margin-bottom: -414px;
        padding: 18px;
        padding-bottom: 0;
    }
    .humpty .box-art {
		padding: 0;
		left: -261px;
		margin-bottom: -350px;
		top:7px;
		overflow: hidden;
    }

    .wrapper {
        /*width: 1026px;  1140px - 10% for margins */
        margin: 0 auto;
    }

        .main article {
        /*float: left;*/
        width: 50%;
        margin:0 auto;
    }

    
}

@media only screen and (max-width: 460px) {
        /*.redBtn {bottom:20px;}*/

        .humpty .redBtn.pR {bottom:0px;}
        .copy{left:0px; right: auto;}
        .bThumb {width:50%;}
        .bThumb img{width:100%;}
        .logo {
            padding: 0;
            border-radius: 0%;
        }
        .logo img {

        }
        .main h1 {margin-left:200px; left:0; display: none;}
        .logo:after {right: 40px; display: none;}
        .txt-demo{margin-top:54px;}

        .box-art,.QR {display:none;}

        .blackBg footer {
            height: 70px;
        }
        section.blackBg {
            margin-top: 30px;
        }
        .anim {
            display: none;
        }
        .hrba {
            width:100%;
        }
        .box-art-home.hr {
              margin-top: 0px;
        }
        .featured {
            margin: 0;
        } 
        .noBg {
/*             padding: 0;
margin-bottom: 0; */
        }
        .shiftTop {
            margin-top: -60px;
        }
        h2 {
            font-size: 26px;
        }
        .addMB {
        	bottom:20px;
        }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.invisible {
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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