
/* Table of Contents */
/*
 * BODY 
 * HEADER
 * BUTTONS
 * CONTENT
 * FORM
 * FOOTER
 * RESPONSIVE STRUCTURE
 * MEDIA QUERIES
 */

/* BODY BEGIN */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Questrial');

html 
{
	min-width: 320px !important;
}

body 
{ 
	min-width:320px !important;
	font-family: 'Questrial', sans-serif;
	color: #666;
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
        background: -webkit-linear-gradient(to bottom, #ffffff, #d7d7d7); /* Safari */
        background: -o-linear-gradient(to bottom, #ffffff, #d7d7d7); /* Opera 11.6 to 12.0 */
        background: -moz-linear-gradient(to bottom, #ffffff, #d7d7d7); /* Firefox 3.6 to 15 */
        background: linear-gradient(to bottom, #ffffff, #d7d7d7); /* Standard syntax */

}

/* PRELOAD IMAGES */
/* EXAMPLE: content: url(path/to/image-hovered.jpg) url(path/to/another-image-hovered.jpg); */

body:after
{
	display:none;
	content:url('../images/MainLogoAlt.png');
}
/* BODY END */

/* HEADER BEGIN */


div.BannerMain
{
        position:relative;
        width:100%;
        background: #dd1400; /* For browsers that do not support gradients */
        background: -webkit-radial-gradient(circle, #f45d07, #dd1400); /* Safari */
        background: -o-radial-gradient(circle, #f45d07, #dd1400); /* Opera 11.6 to 12.0 */
        background: -moz-radial-gradient(circle, #f45d07, #dd1400); /* Firefox 3.6 to 15 */
        background: radial-gradient(circle, #f45d07, #dd1400); /* Standard syntax */
        height:80px;
        padding-top:26%;
        text-align:center;
        margin-bottom:0;
        background-repeat:no-repeat;
}

div.BannerAboutMain
{
	z-index:5 !important;
}

div.BannerSolutions
{
        position:relative;
        width:100%;
        height:80px;
        padding-top:26%;
        text-align:center;
        margin-bottom:0;
        background-repeat:no-repeat;
	background-size:cover;
}



div.BannerAlt
{
        background-image:url('../images/BannerAlt.png');
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center bottom;
        width:100%;
        height: 0;
        margin-top:-400px;
        padding-top: 25%;
        display:inline-block;
	z-index:4;
	position:relative;
}

div.SocialNav
{
	height:30px;
	background-color:#313D48;
	width:100%;
	text-align:right;
}

div.SocialNavButtons
{
	height:20px;
	width:25px;
	float:right;
	padding-right:20px;
}

div.SocialNavIcons
{
	width:25px;
	height:20px;
	padding:5px;
}

div.SocialNavIcons:hover
{
	background-color:#FF5400;
}

div.MobileSocialNav
{
	height:80px;
	background:#222;
	width:100%;
	margin:auto;
	text-align:center;
}

div.MobileSocialNavAlign
{
	width:240px;
	float:center;
	display:inline-block;
}

div.MobileSocialNavIcons
{
	float:left;
}

div.MobileSocialNavIcons:hover
{
        background-color:#444;
}


div.SocialNavButtons
{
        height:20px;
        width:25px;
        float:right;
        padding-right:20px;
}

div.MobileNavLogo
{
	width:100%;
	height:140px;
	background-color:#222;
	text-align:center;
	background-image:url('../images/MainLogo.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:320px;
}

div.MobileNavLogo:hover
{
	background-color:#444;
}

div.MobileNavPanel
{
	width:100%;
	text-align:center;
	background-color:#333;
}

div.MobileNavLine
{
	width:100%;
	height:70px;
	padding-top:35px;
}

div.MobileNavLine:hover
{
	background-color:#444;
}

.MobileNavLineSelected
{
        background-color:rgba(255,165,6,0.8);
}


a.MobileNavText
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:32px;
	text-transform:uppercase;
}

/* HEADER END */

/* BUTTONS BEGIN */

div.HomeButton
{
	float:left;
	height:100%;
	text-align:center;
        display:flex;
        align-items:center;
        justify-content:center;
}

div.HomeButton:hover
{
     //   background-color:#f3c9d7;
	-moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
//	opacity:0.8;
}


div.PrimaryNav
{
	width:100%;
	z-index:10;
	border-bottom:1px solid #2e3751;
	display:inline-block;
	background-color:#2e3751;
}

.PrimaryLogo
{
	background-image:url('../images/MainLogo.png');
	width:324px;
	height:88px;
	background-repeat:no-repeat;
        -moz-transition:color .1s ease-out;
        -o-transition:color .1s ease-out;
        -webkit-transition:color .1s ease-out;
        transition: all .1s ease-out;

}

/*
.PrimaryLogo:hover
{
	background-image:url('../images/MainLogoAlt.png');
        -moz-transition:color .1s ease-in;
        -o-transition:color .1s ease-in;
        -webkit-transition:color .1s ease-in;
        transition: all .1s ease-in;
}
*/



div.PrimaryLeft
{
	width:50%;
	float:left;
}

div.PrimaryRight
{
	width:50%;
	float:right;
	text-align:right;
}

div.PrimaryNavButton
{
	height:100%;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	text-transform:uppercase;
	float:right;
	color:#fff;
	opacity:1;
        display:flex;
        align-items:center;
        justify-content:center;
	font-weight:bold;

}

div.PrimaryNavButtonRight
{
        height:100%;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        text-transform:uppercase;
        float:right;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
	opacity:1;
        font-weight:bold;
}

div.PrimaryNavButtonRight:hover
{
        color:#27ae61;
}


div.PrimaryNavButton:hover
{
    //    background-color:#f3c9d7;
        -moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
        color:#27ae61;
}

div.PrimaryNavButtonSearch, div.PrimaryNavButtonSocial, div.PrimaryNavButtonWeb, div.PrimaryNavButtonAbout, div.PrimaryNavButtonBlog, div.PrimaryNavButtonContact
{
        height:100%;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        text-transform:uppercase;
        float:right;
        display:flex;
        align-items:center;
        justify-content:center;
	font-weight:bold;
        color:#27ae61;
}

a.PrimaryNavButtonLabel
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

div.PrimaryNavDrop
{
        height:15px;
        background-image:url('../images/DropShadow.png');
        background-repeat:repeat-x;
        z-index:4 !important;
}

/* The container <div> - needed to position the dropdown content */
div.PrimaryNavButtonDropdown {
        position: absolute;
        display: inline-block;
        z-index:11 !important;
        right:477px;

        height:100%;
  //      padding-top:35px;
   //     padding-bottom:35px;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        text-transform:uppercase; 
        float:right;
        color:#eee;
        
}

div.PrimaryNavButtonDropdownContent
{
	display:none;
}

div.PrimaryNavButtonDropdown:hover div.PrimaryNavButtonDropdownContent
{
        background-color:#333;
        -moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
        display:block;
        position:absolute;
        z-index:11 !important;
}


input.ButtonSubmit
{
        width:100%;
        height:40px;
        position:relative;
        color:#fff;
        font-family:helvetica;
        font-size:22px;
        font-weight:bold;
        text-decoration:none;
	border:0;
	text-transform:uppercase;
}

input.ButtonSubmit:hover
{
	background-color:#FE5502;
}

input.Submit
{
	border:1px solid #9b6589;
        margin:10px;
        padding:10px;
        width:60%;
        color:#9b6589;
        font-family:helvetica;
        font-size:14px;
        text-decoration:none;
        float:center;
        text-align:center;
        margin:auto;
        white-space: nowrap;
	-webkit-appearance:none;
	min-width:150px;
	max-width:200px;
}

input.Submit:hover
{
        background-color:rgba(255,255,255,0.5);
}


/* BUTTONS END */

/* CONTENT BEGIN */

.MobileContactContainer
{
	max-height:420px;
	height:100%;
}


.MobileContact
{
	display:none;
}

.CartContainer
{
        width: 100%;
        margin: auto;
        z-index:4 !important;
}

/* PAGINTATE */
.paginator_container
{
        display:flex;
        align-items:center;
        justify-content:center;
        width:100%;
        height:100px;
}
.paginator_inner
{
        text-align:center;
        display:inline-block;
        margin:0 auto;
}

a.paginate-number
{
        width:60px;
        height:60px;
        border:1px solid #27ae61;
        display:inline-block;
        vertical-align:middle;
        font-size:14px;
        font-weight:bold;
        text-decoration:none;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        float:left;
        background-color:#27ae61;
	margin-right:5px;
}

a.paginate-number:hover
{
        transition: all 0.3s ease 0s;
	opacity:0.8;
}

a.paginate-current
{
        width:60px;
        height:60px;
        border:1px solid #27ae61;
        display:inline-block;
        vertical-align:middle;
        font-size:14px;
        font-weight:bold;
        text-decoration:none;
        background-color:#fff;
        color:#27ae61;
        display:flex;
        align-items:center;
        justify-content:center;
        float:left;
	margin-right:5px;
}

a.paginate-first
{
        width:60px;
        height:60px;
        border:1px solid #27ae61;
        font-size:12px;
        font-weight:normal;
        text-decoration:none;
        padding-left:5px;
        padding-right:5px;
	border-radius:0 0 0 0;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        float:left;
        background-color:#27ae61;
	margin-right:5px;
}

a.paginate-first:hover
{
        transition: all 0.3s ease 0s;
	opacity:0.8;
}

a.paginate-last
{
        width:60px;
        height:60px;
        border:1px solid #27ae61;
        font-size:12px;
        font-weight:normal;
        text-decoration:none;
        padding-left:5px;
        padding-right:5px;
        border-radius:0 0 0 0;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        float:left;
        background-color:#27ae61;
}

a.paginate-last:hover
{
        transition: all 0.3s ease 0s;
	opacity:0.8;
}


.black_overlay
{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

#new_black_overlay
{
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index:1001;
        background-image:url('../images/icon-spinner.gif');
        background-repeat:no-repeat;
        background-position:center center;
        background:rgba(0,0,0,0.8);
}

.white_content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 16px;
        z-index:1002;
        overflow: auto;
        margin:auto;
}

#gal_fullview
{
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center center;
        text-align:right;
        position:fixed;
        z-index:1002;
        width:100%;
        height:100%;
}

.gal_closeit
{
        position:relative;
        z-index:1004;
        width:100%;
        height:180px;
        background-image:url('../images/close.png');
        background-repeat:no-repeat;
        background-position:bottom right;
        opacity:0.5;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
}

.gal_closeit:hover
{
        opacity:1;
        -webkit-transition: opacity .2s ease-in;
        -moz-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        -ms-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
}

.gal_pageit
{
        position:relative;
        z-index:1003;
        width:15%;
        height:100%;
        float:left;
        background-repeat:no-repeat;
        background-position:center left;
        margin-top:-180px;
        opacity:0.5;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
}

.gal_pageit:hover
{
        opacity:1;
        -webkit-transition: opacity .2s ease-in;
        -moz-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        -ms-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
}



div.Can
{
	background-image:url('../images/Can.png');
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-position:center;
}

div.Shipit
{
	background-image:url('../images/Shipit.png');
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-position:center;
}

.Slogan
{
	display:inline-block;
	width:100%;
	text-align:center;
	height:auto;
}

img.MiniHeroImage
{
	width:100%;
	height:auto;
}

.spacer
{
	height:20px;
	width:100%;
	display:inline-block;
	position:relative;
}

.SizeBoxTrue
{
	width:72px;
	height:31px;
	border:1px solid #000;
	background-color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	margin-right:8px;
	float:left;
}

.SizeBoxFalse
{
        width:72px;
        height:31px;
        border:1px solid #aaa;
        background-color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:16px;
        color:gray;
        text-transform:uppercase;
        margin-right:8px;
        float:left;
}

/* ITEM - item.php */

#container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
    z-index:1003;
}
#container:target {
    visibility: visible;
    display: block;
}

#container2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
    z-index:1003;
}
#container2:target {
    visibility: visible;
    display: block;
}

#container3 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
    z-index:1003;
}
#container3:target {
    visibility: visible;
    display: block;
}

/* SLOTSET 4 */

#container4 {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        font-size: 1px;
        margin: 10px;
        text-align:center;
}

.box4 {
        width: 18%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: medium;
        min-width:300px;
        min-height:300px;
        margin-bottom:20px;
        margin-left:20px;
        margin-right:20px;
}

div.slotset4-image
{
        height:260px;;
        text-align:center;
}

div.slotset4-name
{
        font-family: 'Questrial', san-serif;
        font-size:14px;
        font-weight:bold;
        text-decoration:none;
        color:#555;
        text-align:left;
	line-height:20px;
	letter-spacing:1.2px;
}

div.slotset4-name-inner
{
        padding-left:10px;
        padding-right:10px;
        min-height:45px;
}

div.slotset4-content
{
        font-family: 'Questrial', sans-serif;
        color:#777;
        font-size:16px;
        font-weight:normal;
        line-height:1.2;
        padding:10px;
        text-align:left;
}


.reveal-modal {
        padding:20px;
        position: relative;
        margin: 0 auto;
        top: 25%;
        width:80%;
        background-color:#fff;
        border-radius:5px;
}
.size-modal {
        padding:20px;
        position: relative;
        margin: 0 auto;
        top: 25%;
        width:80%;
        background-color:#fff;
        border-radius:5px;
}

.return-modal {
        padding:20px;
        position: relative;
        margin: 0 auto;
        top: 25%;
        width:80%;
        background-color:#fff;
        border-radius:5px;
}

span.icontext {
        background: url('../images/IconRuler.png');
        background-repeat:no-repeat;
        background-position:left center;
        padding-left: 10px; /* at least the width of the icon */
}

span.iconwish {
        background: url('../images/IconWish.png');
        background-repeat:no-repeat;
        background-position:left center;
        background-size:contain;
        padding-left: 10px; /* at least the width of the icon */
}

span.iconbag {
        background: url('../images/IconBag.png');
        background-repeat:no-repeat;
        background-position:left center;
        background-size:contain;
        padding-left: 10px; /* at least the width of the icon */
}

#donate {
    margin:0;

    float:left;
}

#donate label {
    float:left;
    width:72px;
    height:31px;
    margin-right:5px;
    background-color:#EFEFEF;
//    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;

}

#donate label span {
    text-align:center;
    font-size: 16px;
    padding:3px 0px;
    display:block;
        width:100%;
        height:100%;
}

#donate label input {
    position:absolute;
    top:-70px;
}

#donate input:checked + span {
    background-color:#404040;
    color:#F7F7F7;
}

#donate .mine {
    background-color:#fff;
    color:#bbb;
        margin-top:5px;
}

.speech-bubble {
	position: relative;
	background-color: #b7cde4;
	border-radius: 6px;
	padding:10px;
	font-size:14px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 23px solid transparent;
	border-bottom-color: #b7cde4;
	border-top: 0;
	margin-left: -12px;
	margin-top: -12px;
}

.speech-bubble:hover {
        background-color: #d99db9;
	cursor:pointer;
}

.speech-bubble:hover:after {
        border-bottom-color: #d99db9;
	cursor:pointer;
}


/* END ITEM */

/* CONTENT END */

/* FORM BEGIN */


/* FORM END */

/* FOOTER BEGIN */
.FooterNews
{
	width:100%;
	height:111px;
	background-color:#9a9ba1;
	display:block;
	display:flex;
	align-items:center;
	justify-content:center;
}

.FooterNewsInner
{
	width:800px;
	height:59px;
	margin:0;
	padding:0;
}

.FooterNewsLeft
{
	float:left;
	height:auto;
	width:400px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.FooterNewsRight
{
	float:left;
	width:400px;
	margin:0;
	padding:0;
}

.FooterNewsLeftRight
{
	float:left;
        height:auto;
        width:800px;
        display:flex;
        align-items:center;
        justify-content:center;
	margin-top:-20px;
	padding:0;
}

.FooterInput
{
	float:left;
	width:300px;
	height:59px;	
}

.FooterSubmit
{
	float:left;
	width:97px;
	height:59px;
}

.FooterTable
{
	width:90%;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:right;
	height:100%;
}

.FooterLeft
{
	float:left;
	width:315px;
	height:100%;
	color:black;
	text-align:right;
	display:flex;
	align-items:center;
	justify-content:center;
}

.FooterRight
{
	float:left;
	width:315px;
	height:100%;
//	border-left:1px solid black;
	text-align:left;
	padding-left:60px;
	opacity:0.5;
}

.FooterIcons
{
	float:left;
	width:32px;
	height:32px;
	margin-right:30px;
	opacity:0.5;
}

.FooterBlog
{
	float:left;
	width:auto;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	opacity:0.5;
}

.FooterLinks
{
	width:630px;
	height:100%;
	margin:auto;
}

div.FooterBanner
{
	background-image:url('../images/Footer.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	height:0;
	padding-top:25%;
}

div.FooterZone
{
	width:100%;
	margin-top:0;
	text-align:center;
	padding-bottom:20px;
	background-color:#2f374e;
}

div.FooterZoneSolutions
{
	width:100%;
        margin-top:0;
        text-align:center;
}

div.FooterZoneNav
{
	margin-left:-20px;
	padding-top:20px;
	text-align:center;
}

a.FooterZoneNavLinkText
{
        color:#fff;
	text-decoration:none;
}

a.FooterZoneNavLinkText:hover
{
	color:#f15206;
}

div.FooterZoneNavLinks
{
	float:left;
	padding-right:20px;
	text-transform:uppercase;
	font-size:16px;
}

div.FooterZoneNavCopyright
{
	color:#fff;
	font-size:10px;
	font-weight:400;
	letter-spacing:2px;
}

div.MobileFooter
{
	height:140px;
	background-color:#272727;
	text-align:center;
	padding-top:20px;
	color:#FFF;
        font-size:14px;
        font-weight:400;
        letter-spacing:2px;
}
.back-to-top {
        -moz-transition:color .3s ease-out;
        -o-transition:color .3s ease-out;
        -webkit-transition:color .3s ease-out;
        transition: all .3s ease-out;
        width:43px;
        height:43px;
        border-radius: 50%;
 //       border:3px solid #96A4C1;
        position: fixed;
        bottom: 20px;
        right: 20px;
        text-decoration: none;
        color: #000000;
        background-color: rgba(177, 177, 177, 1);
        font-size: 12px;
        display: none;
}
.back-to-top:hover {
        -moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
        background-color: rgba(155, 101, 137, 1);
}


/* FOOTER END */

/* RESPONSIVE STRUCTURE BEGIN */

#pagewrap {
	width: 100%;
	margin: auto;
	z-index:4 !important;
}
header {
	width:100%;
	height: 108px;
	display:inline-block;
	border-bottom:1px solid black;
}

mobilenav {
	display:none;
}

.hero
{
	display:inline-block;
	margin-top:1px;
	overflow:hidden;
}

.VideoBox
{
	float:left;
	width:33%;
}

.VideoScript
{
	display:inline-block;
        color:#fff;
        font-size:54px;
        font-weight:normal;
}

.VideoLabel
{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
}

.VideoOverlay
{
       	position:absolute;
	width:100%;
	height:100%;
       	background-color:rgba(0,0,0,.45);
       	z-index:2;
	display:flex;
	align-items:center;
       	justify-content:center;	
}

.VideoContainer 
{
	position:relative;
	height:590px;
	width:100%;
	overflow: hidden;
}

.VideoContainer video 
{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}


@media all and (max-width: 600px) {
}


/* BIG SLOTS */

div.slotcenterA {
        width:100%;
        text-align:center;
	padding:0 20px 0 20px;
}

#containerA {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        text-align:center;
        width:100%;
        margin:0 auto;
        max-width:1485px;
}

.boxA {
        width: 33%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: medium;
        margin-top:20px;
        -moz-transition:color .2s ease-out;
        -o-transition:color .2s ease-out;
        -webkit-transition:color .2s ease-out;
        transition: all .2s ease-out;
	margin-bottom:40px;
 //       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .066), 0 6px 20px 0 rgba(0, 0, 0, .066);
}

/*
.boxA:nth-child(1)
{
	float:left;
}

.boxA:nth-child(2)
{
	float:right;
}
*/
.boxA:hover
{
  //      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
        -moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
	opacity:0.8;
}

/* BIG SLOTS END */

/* PRODUCT SLOTS */

div.slotcenterB
{
        width:100%;
        text-align:center;
//        padding:0 20px 0 20px;
}

#containerB
{
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        text-align:center;
        width:100%;
        margin:0 auto;
        max-width:1425px;
}

#wrapit
{
	overflow: hidden;
}

.boxB
{
	width: 33%;
	padding-bottom: 33%;
	color: #FFF;
	position: relative;
	float: left;
}

.innerContent
{
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	font-size:16px;
	color:#000;
	font-weight:normal;
	background-color:#fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .033), 0 6px 10px 0 rgba(0, 0, 0, .033);
        -moz-transition:color .2s ease-out;
        -o-transition:color .2s ease-out;
        -webkit-transition:color .2s ease-out;
        transition: all .2s ease-out;
}

.innerContent:hover
{
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0);
        -moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
        opacity:0.9;
}


    @media only screen and (max-width : 480px) {
      /* Smartphone view: 1 tile */
      .boxB {
        width: 100%;
        padding-bottom: 120%;
      }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
      /* Tablet view: 2 tiles */
      .boxB {
        width: 100%;
        padding-bottom: 75%;
//	background-color:purple;
      }
    }
    @media only screen and (max-width : 820px) and (min-width : 651px) {
      /* Small desktop / ipad view: 3 tiles */
      .boxB {
        width: 50%;
        padding-bottom: 80%;
//	background-color:red;
      }
    }

    @media only screen and (max-width : 1050px) and (min-width : 820px) {
      /* Small desktop / ipad view: 3 tiles */
      .boxB {
        width: 50%;
        padding-bottom: 55%;
//	background-color:orange;
      }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
      /* Medium desktop: 4 tiles */
      .boxB {
	width: 50%;
        padding-bottom: 45%;
//	background-color:yellow;
      }
    }

/* PRODUCT SLOTS END */

/* ABOUT SLOTS */

div.slotcenterC {
        width:100%;
        text-align:center;
        padding:0 20px 0 20px;
}

#containerC {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        text-align:center;
        width:100%;
        margin:0 auto;
        max-width:1485px;
}

.boxC {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 18px;
	text-align:left;
        margin-top:20px;
	line-height:23px;
	font-weight:normal;
	letter-spacing:2px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:60px;
	color:#111;
//	background-color:#eae2f3;
	float:left;
	text-align:center;
}

img.boxCImage
{
	width:100%;
	max-width:732px;
	padding-bottom:20px;
	margin-left:-20px;
	margin-right:20px;
}

.boxCKara
{
	top:-155px;
	margin:0 auto;
	width:100%;
	max-width:1485px;
	padding:40px;
	z-index:1006;
	position:relative;
	text-align:right;
}

/* ABOUT SLOTS END */

/* BLOG SLOTS */

div.slotcenterD {
        width:100%;
        text-align:center;
        padding:0 20px 0 20px;
}

#containerD {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        text-align:center;
        width:100%;
        margin:0 auto;
        max-width:1485px;
}

.boxD {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 18px;
        text-align:left;
        margin-top:20px;
        line-height:23px;
        font-weight:normal;
        letter-spacing:2px;
        margin-bottom:60px;
	padding-bottom:50px;
        color:#111;
        float:left;
	border-bottom:1px solid #27ae61;
}

img.boxDImage
{
        width:100%;
}


/* BLOG SLOTS END */

/* CONTACT SLOTS */

.ContactLeft
{
	float:left;
	width:50%;
	height:100%;
}

.ContactRight
{
	float:left;
	width:50%;
	height:auto;
	overflow-y:hidden;
}

.ContactEmail
{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:8px;
	word-wrap: break-word;
}

div.slotcenterF {
        width:100%;
        text-align:center;
        padding:0 20px 0 20px;
}

#containerF {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        text-align:center;
        width:100%;
        margin:0 auto;
        max-width:1485px;
}

.boxF {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 18px;
        text-align:left;
        margin-top:20px;
        line-height:23px;
        font-weight:normal;
        letter-spacing:2px;
        margin-bottom:60px;
        padding-bottom:50px;
        color:#111;
        float:left;
}

img.boxFImage
{
        width:100%;

}

/* PRODUCT ITEM */

.boxG {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 18px;
        text-align:left;
        margin-top:20px;
        line-height:23px;
        font-weight:normal;
        letter-spacing:2px;
        color:#111;
	padding:50px 0 50px 0;
        float:left;
	height:auto;
}

.ItemLeft
{
	float:left;
	width:70%;
	height:auto;
//	background-color:yellow;
}

.ItemLeftInner
{
	width:100%;
	height:auto;
	display:block;
//	background-color:green;
}

.ItemRight
{
	float:left;
	width:30%;
	height:auto;
}

/* PRODUCT ITEM END */


/* CONTACT SLOTS END */


div.Bubbles
{
	height:342px;
	width:100%;
	background-image:url('../images/Bubbles.png');
	background-repeat:repeat-x;
}

div.SlotButton {
	width:55%;
	margin:0 auto;
	padding-top:12px;
	padding-bottom:10px;	
}

div.SlotButton:hover {
	opacity:0.75;
        -moz-transition:color .2s ease-in;
        -o-transition:color .2s ease-in;
        -webkit-transition:color .2s ease-in;
        transition: all .2s ease-in;
}

.stretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
}

div.subslogan {
	text-align:center;
	font-size:50px;
	padding-top:50px;
	padding-bottom:50px;
}

div.HowWorks
{
	background-color:#FFF;
	width:100%;
	margin-bottom:20px;
}

div.infographic-container
{
	width:100%;
	text-align:center;
	display:inline-block;
	padding-bottom:86px;
}

div.infographic-inner
{
	width:50%;
	display:inline-block;
}

div.infographic-slot
{
	width:50%;
	float:left;
	display:inline-block;
	min-width:320px;
}

div.infographic-slot-title
{
	font-size:28px;
	color:#dd1400;
	font-weight:bold;
	text-align:left;
	padding-top:40px;
	font-family: 'Questrial', san-serif;
}

div.infographic-slot-text
{
	font-size:20px;
	color:#777;
	text-align:left;
	padding-top:20px;
	line-height:2;
	font-family: 'Questrial', san-serif;
	letter-spacing:1px;
}

div.slot-alt1
{
	display:none;
}

img.slot-image
{
	border:0;
}

footer {
	clear: both;
	padding: 0;
	width:100%;
	color:#fff;
	margin-bottom:0;
}

mobilefooter {
	display:none;
}

/* SLOTSET CONTACT */

#container7 {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        font-size: 18px;
        margin: 10px;
        text-align:center;
}


.box7 {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: medium;
        min-width:260px;
        margin-bottom:20px;
        margin-left:5px;
        margin-right:5px;
        padding:15px;
}


/* SLIDESHOW */

div.SlideSide
{
	width:50%;
	float:left;
}

div.SlideSideMobile
{
	display:none;
}

div.SlideSideDesktop
{
        width:50%;
        float:left;
}

/* SLIDESHOW END /*

/* FORM BEGIN */

/*
@import url(http://fonts.googleapis.com/css?family=Cabin:700);


[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

label {
  border-bottom:1px solid #d0d0d0;
  padding-top:16px;
  padding-bottom:16px;
  padding-left: 20px;
  display: block;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1.5em;
}

[type="radio"] + span {
  display: block;
        color: #f36400;
}

[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #f36400;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

[type="radio"]:checked + span:before {
  background: #f36400;
  box-shadow: 0 0 0 0.25em #f36400;
}

[type="radio"]:focus + span:after {
  content: '\0020\2190';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
*/

.prod [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One checkbox button per line */
.prod label {
  border-top:1px solid #d0d0d0;
  padding-top:16px;
  padding-bottom:16px;
  padding-left: 20px;
  display: block;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1.5em;
        margin-left:13px;
        margin-right:13px;
}

.prod label:hover {
  background-color:#d99db9;
}

.prod [type="checkbox"] + span {
  display: block;
        color: #fff;
}

/* the basic, unchecked style */
.prod [type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.25em;
/*  border: 0.125em solid #666; */
/*  box-shadow: 0 0 0 0.15em #666; */
  margin-right: 0.75em;
  transition: 0.5s ease all;
  background: #fff;
  -moz-box-shadow:    inset 0 3px 6px #333;
  -webkit-box-shadow: inset 0 3px 6px #333;
  box-shadow:         inset 0 3px 6px #333;
  border-radius: 0.3em;
}

/* the checked style using the :checked pseudo class */
.prod [type="checkbox"]:checked + span:before {
  background: #F45F05;
/*  border-radius: 0.3em;        */
/*  box-shadow: 0 0 0 0.25em #666;*/
}


/* FORM END */

/* BLOG */

.info-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.info-content:last-child:after {
	display: none;
}

.mainblogdiv {border:2px solid #dbdbdb; margin-left:-15px;}

.dateblogdiv {width:90px; height:142px; float:left; text-align:center; display:inline-block; border-right:2px solid #dbdbdb; border-bottom:2px solid #dbdbdb;}

.dayblogdiv {font-size:40px; padding-top:27px; padding-bottom:10px;}	

.monthblogdiv {font-size:12px; text-transform:uppercase;}	

.titleblogdiv {width:100%; height:135px; padding-top:7px; border-bottom:2px solid #dbdbdb;}	

.readmoreblogbutton {color:#1e3f5e; text-decoration:none; font-weight:bold; font-size:14px;}

.blogbuttonstyle {width:100px; border:3px solid #1e3f5e; text-align:center;}

a:hover .blogbuttonstyle {
    background-color: #1e3f5e;
	color: #ffffff;
}

.bloglinktitle {text-decoration:none; color:#1E3F5E;}

.blogpreviewtext {border-top:2px solid #dbdbdb; padding:15px;}

.blogtitling h2 {padding-left:100px; font-size:1.75em !important; padding-bottom:10px;}

.bloglinktitle:hover  {
    color: #4B657E !important;
}

.authortitleing {padding-left:100px; font-size:14px; display:none;}

.referencesfont {font-size: 12px;}

.articletext
{
	padding:20px;
}
.articletext h1
{
	font-size:40px;
}
.entry-content
{
	line-height:1.4;
	font-weight:normal;
}

.articlepost
{
	padding-top:110px;
	padding-bottom:55px;	
}

.the-paginator
{
	margin-top:50px;
}

/*

.paginate-number
{
	width:35px;
	height:35px;
	border-left:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#1e3f5e;
	position:relative;
}

div.paginate-number-span
{
	padding-top:10px;
}

div.paginate-current-span
{
	padding-top:10px;
}

div.paginate-arrow-span
{       
        padding-top:8px;
}    

div.paginate-first-span
{
        padding-top:12px;
}

div.paginate-last-span
{
        padding-top:12px;
}


.paginate-number:hover
{
	background-color:#ff6a5c;
	color:white;
	transition: all 0.3s ease 0s;
	opacity:0.8;
}
.paginate-current
{
	width:35px;
	height:35px;
	border-left:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:white;
}

.paginate-first
{
	height:35px;
	border-left:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	border-radius:4px 0 0 4px;
	color:#1e3f5e;
}

.paginate-first:hover
{
	background-color:#ff6a5c;
	color:white;
	transition: all 0.3s ease 0s;
	opacity:0.8;
}

.paginate-last
{
	height:35px;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	border-radius:0 4px 4px 0;
	color:#1e3f5e;
}

.paginate-last:hover
{
	background-color:#ff6a5c;
	color:white;
	transition: all 0.3s ease 0s;
	opacity:0.8;
}
*/

/* BLOG END */

/* RESPONSIVE STRUCTURE END */

/* MEDIA QUERIES BEGIN */

/* 1920 (1080p HD) or less */
@media screen and (max-width: 1920px)
{
        div.BannerAlt
        {
                margin-top:-350px;
        }
}

/* 1700 or less */
@media screen and (max-width: 1700px)
{
        div.BannerAlt
        {
                margin-top:-300px;
        }
}

/* 1500 or less */
@media screen and (max-width: 1500px)
{
        div.BannerAlt
        {
                margin-top:-250px;
        }
}

/* 1400 or less */
@media screen and (max-width: 1400px)
{

        div.BannerAlt
        {
                margin-top:-250px;
        }

	div.slotcenter
	{
		width:100%;
		text-align:center;
	}

        #container1
        {
		display:inline-block;
		text-align:center;
		width:75%;
        }

	.box1
	{
		width:40%;
		margin-bottom:60px;
		background-color:white;
		padding:20px;
		height:auto;
                min-height:400px;

	}

        div.slotset1-name
        {
                font-size:42px;
        }

	div.slotset1-content
	{
		font-size:30px;
		line-height:1.2;
		margin-bottom:20px;
	}

        div.infographic-slot
        {
                width:90%;
                float:none;
		min-width:320px;
        }

        div.infographic-slot-title
        {
		padding-top:10px;
                text-align:center;
        }

	div.infographic-slot-text
	{
        	text-align:center;
		padding-bottom:50px;
	}
	div.slot-alt1
	{
		display:inline-block;
	}
	div.slot-alt2
	{
		display:none;
	}

}

/* 1242 or less - iPHONE 6+ */
@media screen and (max-width:1242px)
{

        div.PrimaryNavButton
        {
                padding-right:15px;
                padding-left:15px;
        }

        div.PrimaryNavButtonSearch, div.PrimaryNavButtonSocial, div.PrimaryNavButtonAbout, div.PrimaryNavButtonBlog, div.PrimaryNavButtonContact
	{
		padding-right:15px;
                padding-left:15px;
	}

img.boxCImage
{
        width:100%;
        max-width:432px;
        padding-bottom:20px;
        margin-left:-20px;
        margin-right:20px;
}

.boxCKara
{
        top:-155px;
        margin:0 auto;
        width:100%;
        max-width:1485px;
        padding:40px;
        z-index:1006;
        position:relative;
        text-align:right;
}



	div.ContactFormLeft
	{
		float:center;
		width:100%;
		margin:0;
		padding-top:40px;
		font-size:28px;
	}

	div.ContactFormRight
	{
		margin-top:40px;
		float:center;
		width:100%;
		padding-top:40px;
		padding-bottom:40px;
	}
}

/* 1200 or less */
@media screen and (max-width: 1200px)
{
        div.BannerAlt
        {
                margin-top:-185px;
        }
}

@media screen and (max-width: 1130px)
{
.boxC {
        padding-bottom:120px;
}

	header
	{
		height:86px;
	}

	div.PrimaryNavButton
	{
		padding-right:10px;
		padding-left:10px;
	}
	div.PrimaryNavButtonSearch, div.PrimaryNavButtonSocial, div.PrimaryNavButtonAbout, div.PrimaryNavButtonBlog, div.PrimaryNavButtonContact
	{
		padding-right:10px;
                padding-left:10px;
	}

	img.PrimaryLogo
	{
		width:251px;
		height:66px;
	}
}

/* 980px or less */
@media screen and (max-width: 980px) 
{


.FooterNews
{
	height:240px;
}

.FooterNewsInner
{
	width:100%;
	height:29px;
	margin:0;
	padding:0;
}

.FooterNewsLeft
{

        float:none;
        height:auto;
	margin-top:-40px;
        width:100%;
	padding:10px;
	text-align:center;
}

.FooterNewsLeft td
{
	text-align:center;
}

.FooterNewsRight
{
	float:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}

.boxA
{
	width:80%;
}

.VideoBox
{
	width:100%;
}

.VideoBox:nth-child(1)
{
	display:none;
}

.VideoBox:nth-child(2)
{
	display:none;
}


.CartContainer
{
        padding-top:50px;
}

img.boxCImage
{
        width:100%;
        max-width:none;
	padding-top:20px;
        padding-bottom:20px;
        margin-left:0;
        margin-right:0;
}

.boxCKara
{
        top:-155px;
        margin:0 auto;
        width:100%;
        max-width:1485px;
        padding:40px;
        z-index:1006;
        position:relative;
        text-align:right;
}

	.Slogan
	{
		display:none;
	}
	div.BannerAlt
	{
		display:none;
	}
	.articletext h1
	{
        	font-size:50px;
	}
	.entry-content
	{
		font-size:24px;
	}
	.articlepost
	{
		padding-top:0;
	}
	.mainblogdiv
	{
		margin-left:0;
		background-color:#fff;
	}
	.dateblogdiv
	{
		float:none;
		text-align:center;
		width:100%;
		display:inline-block;
		height:170px;
		border:none;
	}
	.dayblogdiv
	{
		font-size:72px;
	}
	.monthblogdiv
	{
		font-size:28px;
		display:inline-block;
	}
	.blogpreviewtext
	{
		display:inline-block;
		padding:30px;	
		font-size:28px;
		line-height:1.4;
		font-weight:none;
	}
	.blogtitling h2
	{
		height:auto;
		display:inline-block;
		padding-top:10px;
		padding-left:30px;
		padding-right:30px;
		padding-bottom:10px;
	}
	.titleblogdiv
	{
		height:auto;
	}
	.readmoreblogbutton
	{
		font-size:28px;
	}

	div.Bubbles
	{
		display:none !important;
	}	
	#pagewrap
	{
		width: 100%;
	}

/* HAMBURGER */

/* mobheader */

	.hero
	{
		padding-top:88px;
	}

	img.MobileLogo
	{
		height:65px;
	}

/*
	div.video-link
	{
		dislay: inline;
		position:absolute;
		z-index:2;
		width:100%;
		height:100%;
		margin-top:100px;
	}
*/
	mobilenav
	{
		display:block;
		background-color:#272f44;	
	}

	.mobheader {
		background-color:#272f44;
		box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
		position: fixed;
		width: 100%;
		z-index: 9999;
		overflow:hidden;
		max-height:480px;
	}

	.mobheader ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		background-color: #fff;
		border-top:1px solid #302d29;
                border-bottom:1px solid #302d29;
	}

	.mobheader li a {
		display: inline-block;
		padding: 8px 20px;
		text-decoration: none;
		width:100%;
		color:#000;
		font-size:24px;
		border-top:1px solid #302d29;
	}

	.mobheader li a:hover,
	.mobheader .menu-btn:hover {
		color:#fff;
		background-color: #27ae61;
	}

	.mobheader .logo {
		display: block;
		float: right;
		font-size: 2em;
		padding: 10px 20px;
		text-decoration: none;
	}

/* menu */

	.mobheader .menu {
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
	}

/* menu icon */

	.mobheader .menu-icon {
		cursor: pointer;
		display: inline-block;
		float: left;
		padding: 38px 30px;
		position: relative;
		user-select: none;
	}

	.mobheader .menu-icon .navicon {
		background: #fff;
		display: block;
		height: 5px;
		margin-bottom:5px;
		position: relative;
		transition: background .2s ease-out;
		width: 38px;
	}

	.mobheader .menu-icon .navicon:before,
	.mobheader .menu-icon .navicon:after {
		background: #fff;
		content: '';
		display: block;
		margin-top:15px;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}

	.mobheader .menu-icon .navicon:before {
		top: 5px;
	}

	.mobheader .menu-icon .navicon:after {
		top: -5px;
	}

/* menu btn */

	.mobheader .menu-btn {
		display: none;
	}

	.mobheader .menu-btn:checked ~ .menu {
		max-height: 840px;
		width:100%;
	}

	.mobheader .menu-btn:checked ~ .menu-icon .navicon {
		background: transparent;
	}

	.mobheader .menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}

	.mobheader .menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}

	.mobheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	.mobheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		top: 0;
	}

/* END HAMBURGER */

/*
	mobilefooter
	{
		display:inline;
	}
*/
	
	header
	{
		display:none;
	}
/*
	footer
	{
		display:none;
	}
*/
	div.BannerAlt
	{
	position:relative;
        width:100%;
        background-image:url('../images/BulletTrain.jpg');
        background-size:contain;
        height:80px;
        padding-top:26%;
        text-align:center;
        margin-bottom:0;
        background-repeat:no-repeat;
	}
	div.BannerMain
	{
	display:none;
	}
	div.BannerSolutions
	{
	display:none;
	}
	div.InternetServices
	{
	display:none;
	}
	div.BannerAboutMain
	{
	display:none;
	}

	div.infographic-inner
	{
        	width:100%;
	}

	div.infographic-slot
	{
        	width:90%;
		float:none;
	}

	div.SlideSide
	{
		text-align:center;
		width:100%;
		float:center;
		padding-bottom:40px;
	}
        div.SlideSideMobile
        {
		display:inline-block;
                text-align:center;
                width:100%;
                float:center;
		padding-bottom:40px;
        }
        div.SlideSideDesktop
        {
		display:none;
        }
}

/* 700px or less */
@media screen and (max-width: 800px)
{
	.MobileContactContainer
	{
		max-height:900px;
	}

	.MobileContact
	{
		display:inline-block;
		width:100%; margin-top:20px; height:auto;
	}

	.ContactLeft
	{
		display:none;
	}

	.ContactRight
	{
		float:none;
		width:100%;
		height:auto;
		overflow-y:none;
	}

	.ContactEmail
	{
		font-size:10px;
	}

	.ItemLeft
	{
		width:100%; 
		float:none;
		height:auto;
	}
	.ItemLeftInner
	{
		padding-right:0;
	}

	.ItemRight
	{
		float:none;
		width:100%;
		display:inline-block;
//		background-color:orange;
		height:auto;
	}


	.FooterRight
	{
		display:none;
	}


	.FooterLinks
	{
		width:100%;
	}

	form
	{
		display:inline;
		margin:0;
		padding:0;
	}
}

/* 700px or less */
@media screen and (max-width: 600px) 
{

	a.paginate-number
	{
		width:40px;
		height:40px;
		margin-right:10px;
	}

	a.paginate-current
	{
        	width:40px;
        	height:40px;
		margin-right:10px;
	}

	a.paginate-first
	{
		display:none;
	}

	a.paginate-last
	{
		display:none;
	}

	.boxCKara img
	{
        	width:240px;
		height:auto;
	}

	img.MiniHeroImage
	{
		display:none;
	}

        .boxA {
                width: 100%;
        }

        .boxA:nth-child(1)
        {
                float:none;
        }

        .boxA:nth-child(2)
        {
                float:none;
        }

	div.BannerContent span
	{
		font-size:24px;
	}

	div.BannerAltButtonBar
	{
		height:32px;
		position:relative;
		margin-top:12px;
	}

	div.BannerAltButtonContainer
	{
		width:400px;
		height:32px;
		position:relative;
		margin: 0 auto;
	}

	div.BannerAltButton
	{
		padding-top:6px;
	}

	.FooterNews
	{
		display:none;
	}

}

/* 480px or less */
@media screen and (max-width: 480px)
{
	h1
	{
		font-size: 2em;
	}
	div.Banner
	{
		display:none;
	}
	div.subslogan
	{
		font-size:30px;
	}
	img.slot-img
	{
		width:200px;
		height:200px;
	}
	img.MobileLogo
	{
		padding-top:8px;
		width:200px;
		height:auto;
	}
        .FooterRight
        {
                display:none;
        }
.FooterIcons
{
        float:left;
        width:32px;
        height:32px;
        margin-right:0;
	margin-left:30px;
}

.FooterBlog
{
	display:none;
}

}

#pagewrap, header, mobilenav, footer
{
	border: 0;
}
/* MEDIA QUERIES END */

/* END CSS */
/* END CSS */
/* END CSS */



