/*
note: it does not appear that main.scss is still being used and that main.css is being edited directly
rgentile 3/7/17
*/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:none !important;}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
 
/* Animate.css */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-vendor-animation-delay:2s}.animated.infinite, .animated-frame.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.longer-ani{-webkit-animation-duration:5s;animation-duration:5s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,23%,0);transform:translate3d(0,23%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,23%,0);transform:translate3d(0,23%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

.animated-frame{-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-vendor-animation-delay:2s} 

@-webkit-keyframes upDown {
	0%{-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}
	25%{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}
	50%{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}
	100%{-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}
	}
@keyframes upDown{
	0%{-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}
	25%{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}
	50%{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}
	100%{-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}
	}
.upDown{-webkit-animation-name:upDown;animation-name:upDown}


@-webkit-keyframes leftRight {
	0%{-webkit-transform:translate3d(5%,0%,0);transform:translate3d(5%,0%,0)}
	25%{-webkit-transform:translate3d(5%,0%,0);transform:translate3d(5%,0%,0)}
	50%{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}
	75%{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}
	100%{-webkit-transform:translate3d(5%,0%,0);transform:translate3d(5%,0%,0)}
	}
@keyframes leftRight{
	0%{-webkit-transform:translate3d(5%,0%,0);transform:translate3d(5%,0%,0)}
	25%{-webkit-transform:translate3d(5%,0%,0);transform:translate3d(5%,0%,0)}
	50%{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}
	75%{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}
	100%{-webkit-transform:translate3d(5%,0%,0);transform:translate3d(5%,0%,0)}
	}
.leftRight{-webkit-animation-name:leftRight;animation-name:leftRight}


@-webkit-keyframes rightLeft {
	0%{-webkit-transform:translate3d(-5%,0%,0);transform:translate3d(-5%,0%,0)}
	25%{-webkit-transform:translate3d(-5%,0%,0);transform:translate3d(-5%,0%,0)}
	50%{-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}
	75%{-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}
	100%{-webkit-transform:translate3d(-5%,0%,0);transform:translate3d(-5%,0%,0)}
	}
@keyframes  rightLeft{
	0%{-webkit-transform:translate3d(-5%,0%,0);transform:translate3d(-5%,0%,0)}
	25%{-webkit-transform:translate3d(-5%,0%,0);transform:translate3d(-5%,0%,0)}
	50%{-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}
	75%{-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}
	100%{-webkit-transform:translate3d(-5%,0%,0);transform:translate3d(-5%,0%,0)}
	}
.rightLeft{-webkit-animation-name: rightLeft;animation-name: rightLeft}

#animated-centerbar { z-index:0;}


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

body {
    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;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.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 {
    display:none !important;
	-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;
}

.visible { display:inline-block !important;}

.clearfix:after, div.tabBox:after, section:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix, html[xmlns] div.tabBox, section {
	display: block;
}
 
* html .clearfix, * html section {
	height: 1%;
}

.clear {clear:both;}

#products-nav .fa {color:#00bbde;}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

body, html { min-width:1050px; font-family:"proxima-nova", Helvetica, Arial, sans-serif;margin: 0; background:#e5e5e5; }

/* #Typography Styling
================================================== */
h1, h2, h3, h4 { font-family:"proxima-nova", Helvetica, Arial, sans-serif; }
p, section ul li {
	font-weight: 300;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}


/* #Base Framework Styling
================================================== */
#max-wrapper {max-width: 2000px; width:100%; margin:0 auto;overflow: hidden;}

.wrapper {
    width: 95%;
	padding:0 2.5%;
    margin: 0 auto;
	max-width: 1450px;
	min-width: 975px;
}

.wide-wrapper {
    width: 98%;
    padding: 0 1%;
    margin: 0 auto;
	max-width: 2000px;
	min-width: 975px;
}

#home-action .wide-wrapper {
	width: 100%;
    padding: 0;
}

.float-left { float: left;}
.float-right { float: right;}

.margin7-left { margin-left: 7%;}
.margin7-right {margin-right: 7%;}
.margin5-left { margin-left: 5%;}
.margin5-right {margin-right: 5%;}

.margin2-left { margin-left: 2.5%;}
.margin2-right {margin-right: 2.5%;}

.padding5-left { padding-left: 5%;}
.padding5-right {padding-right: 5%;}
.padding2-left { padding-left: 2.5%;}
.padding2-right {padding-right: 2.5%;}

.relative { position:relative;}
.z-front {z-index:10;}
.z-back {z-index:0;}

/* NON-PADDED CONTAINERS - FOR USE WITH 7% MARGINS */

.full100, .full75, .full65, .full50, .full30, .full25 { position: relative; display:block;}

.full100 { width:100%;}
.full75 { width:73.75%;}
.full70 { width:70%;}
.full65 { width:65%;}
.full60 { width:60%;}
.full55 { width:52.5%;}
.full50 { width:47.5%;}
.full45 { width:43%;}
.full40 { width:40%;}
.full35 { width:32.5%;}
.full30 { width:30%;}
.full27 { width: 28.25%; text-align:center;}
.full25 { width:21.25%;}
.full20 { width:18%;}
.full7 { width:7.5%;}
.full5 { width:5%;}

.input50 { width: 45.5%;}

.arrow-spacer { min-height:350px; background:url(../png/arrow-spacer-2.png) center center no-repeat; background-size:24px 55px;}
#standing-desk .arrow-spacer {min-height: 270px;}

.grey { background:#f5f5f5;}

.center-all { text-align: center; margin:0 auto;}

.inset-shadow, .drop-shadow, .up-shadow { position: relative;z-index: 9;}

.inset-shadow {-moz-box-shadow: inset 0 -1px 45px rgba(0,0,0,.07);
-webkit-box-shadow: inset 0 -1px 45px rgba(0,0,0,.07);
box-shadow: inset 0 -1px 45px rgba(0,0,0,.07);}

.inset-shadow-grey {
	-moz-box-shadow: inset 0 -1px 45px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 -1px 45px rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 45px rgba(0,0,0,.1);
}

.drop-shadow {-moz-box-shadow: 0 12px 23px rgba(0,50,60,.09);
-webkit-box-shadow: 0 12px 23px rgba(0,50,60,.09);
box-shadow: 0 12px 23px rgba(0,50,60,.09);}

.up-shadow { -moz-box-shadow: 0 -18px 45px rgba(0,0,0,.07);
-webkit-box-shadow: 0 -18px 45px rgba(0,0,0,.07);
box-shadow: 0 -18px 45px rgba(0,0,0,.07);
}

.image img { width:100%; height:auto;}
.image-height img { width: auto;
max-height: 70px;}.image-height { text-align:center;}

.absolute { position:absolute;}
.bottom { bottom:0;}
.top { top:0;}

.button { 
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
border-radius: 60px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
background-color: #00bbde;
display:inline-block;
color:#fff;
text-decoration:none;
font-family:"proxima-nova", Helvetica, Arial, sans-serif; text-transform:uppercase;
font-weight: 300;
letter-spacing: .05em;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
}

.button-outline { 
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
border-radius: 60px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
display:inline-block;
color:#fff;
text-decoration:none;
font-family:"proxima-nova", Helvetica, Arial, sans-serif; text-transform:uppercase;
font-weight: 400;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
border:2px solid #fff;
}

.border-bottom{ border-bottom:1px solid #ddd;}

.circle { width: 100px; height:100px; border:2px solid #ACACAC;margin: 0 auto; margin-bottom:20px; border-radius:120px;}

.text-link {font-family: "proxima-nova", helvetica, arial, sans-serif; color:#00bbde; text-decoration:none; text-transform:uppercase; letter-spacing:.15em;}

.button-grey { 
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
background-color: #bcbcbc;
display:inline-block;
color:#666;
font-weight:600;
text-decoration:none;
font-family:'proxima-nova', sans-serif; text-transform:uppercase;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
box-shadow: 0px 4px 0px #878787;
}
.small { padding:8px 16px;font-size:14px;}
.medium { padding:13px 25px; font-size:19px;}
.large { padding:14px 26px; font-size:24px;}

#button-product-header {
	padding: 8px 18px;
	font-size: 14px;
	float: right;
	margin: 7px 0px 6px 2.5%;
	border-top: none;
}

.button:hover { 
}

.bg-white { background:#fff;}
.bg-grey { background:#f2f2f2;}

header {
	width:100%;
	height:85px;position:fixed; z-index:9999; max-width:2000px;-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	top:0;
	
	/*new color background header */
	background: rgba(0,0,0,.85);
}
	
#product-header {
	width:100%;
	height: 49px;
	position:fixed;
	z-index:9999;
	max-width:2000px;
	-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;
	top:85px;
	left:0px;
}
.header-background { background: rgba(0,0,0,.85); }

header .wrapper, #product-header .wrapper {
         width: 95%;
    padding: 0;
  max-width: 1450px;
  min-width: 975px;
  margin: 0 auto;
}

.product-header-hidden,.product-onlyheader-hidden, .button-hidden { 
opacity:0;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
visibility:hidden;
    background: rgba(0, 0, 0, 0.9);
}

.product-header-hidden-two{ 
opacity:0;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
visibility:hidden;
    background: rgba(0, 0, 0, 0.9);
}

.product-header-visible { opacity:1;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;visibility:visible;}
	
.product-header-background {background:rgba(0, 0, 0, 0.9);}
	
.button-visible {
	opacity:1;
	-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;
}

#logo {position:absolute; width:190px; height:29px; top:25px;  left: 0; background:url(../png/evodesk-logo-white-3.png) center center no-repeat; background-size:188px 28px;    z-index: 99999; display:block;}

#header-social ul { padding:0; list-style:none; margin:0;}
#header-social ul li {float: left;
font-size: 12px;
text-transform: uppercase;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
letter-spacing: .09em;
padding: 7px 10px;
margin: 0;}
#header-social ul li a {color: #ccc; text-decoration:none;}

.overflow-hidden { overflow:hidden;}
.overflow-x {overflow-x:hidden;}

section { padding:120px 0 130px;}
#first {padding:170px 0 130px;}

.btn-below { margin-bottom:1.75em !important;}

#header-social { position:absolute;  right: 2.5%; top: 30px; width:180px;width: 250px; display:block;}
#header-social a { display:block; float:right; padding:0 5px;}
#header-social p, #footer-social p { float:left; color:#ccc; font-size:12px; text-transform:uppercase;font-family:"proxima-nova", Helvetica, Arial, sans-serif;letter-spacing: .09em; padding:5px 10px;margin:0;}

#banner { background:#f5f5f5; background:url(../jpg/banner-bg-3.jpg) top center fixed no-repeat #0a0a0a; height: 545px; position:relative;overflow:hidden; width:100%;}

#gaming-desk-wrapper #banner {background: url(../jpg/gaming-space.jpg) top center fixed no-repeat #0a0a0a; height:auto;}

#reviews-page #banner{ height:auto;}
#compare-page #banner {height: 525px;}
#compare-banner-image {   bottom: 0;
  left: 41%;
  height: 85%;
  width: auto;}
#intro-home { padding: 80px 0;}
#intro-home .full30 { text-align:center;}

.sub-page #banner {height: 375px;background-position: 230px -200px;}

#banner-text { width: 400px; text-align:center;    z-index: 999;
    position: relative;}

#reviews-page #banner-text { width: 460px;}

#home-banner {bottom: 0;
left: 37%;
height: 85%;
width: auto;}

#game-banner{    bottom: 0;
    left: 44%;
    height: 91%;
    width: auto;}

#home #banner-text {padding-top: 180px;
padding-left: 25px;   }

#gaming-desk-wrapper #banner-text {
    padding: 140px 0 60px 25px;
}

#reviews-page #banner-text {padding-top: 180px; padding-right: 25px; padding-bottom: 120px;}

#reviews-page-banner {    right: 53%;
    top: 48px;
    width: 730px;
    height: auto;}

#contact-page #banner-text {padding-top:175px; width:600px;}

#banner-text h1, section > .standard h2, #explore .full27 h2, #compare-banner h2 { color: #ccc;
font-size: 20px; text-transform:uppercase;font-family:"proxima-nova", Helvetica, Arial, sans-serif; font-weight:300; letter-spacing:.25em; margin:0; padding:0}

#gaming-desk-wrapper #banner-text h1 {
    color: #ccc;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: .15em;
    margin: 0;
    padding: 0;
}

#explore .full27 h2 {font-size: 18px;letter-spacing: .06em;font-weight: 300;}
#standing-desk #banner-text h1 {font-size:19px;letter-spacing: .08em;}
 section > .standard h2 {color: #666;}
section > .standard h2 {letter-spacing:.1em; padding-bottom:10px; font-size:16px;}
#banner-text h3, section > .standard h3, #difference .full30 h2, #finance .full55 h3, #explore .full27 h3, #home-action .full30 h2,#gallery .full30 h2, #compare-banner h3 { font-weight:300; color:#252525;font-size:64px; letter-spacing:.09em; margin:0; padding:0; text-transform:uppercase;}
#banner-text h3, #compare-banner h3 {text-shadow: 0px 2px 40px rgba(0, 0, 0, 0.53);color:#fff;font-family:"europa", "proxima-nova", Helvetica, Arial, sans-serif; font-weight:300;letter-spacing: .1em;line-height: 1.2em;}
#compare-banner { text-align:center;}
#about #banner, #options-page #banner {
height: auto;
}

#only49 { position:absolute;top:-7px; right:-7px; width:188px; height:74px;}

#about #banner-text, #options-page #banner-text {
width: 600px;
margin: 0 auto;
float: none;
margin: 140px auto 90px auto;}

#about #banner-text h3, #options-page #banner-text h3 {
font-size: 60px;
margin-bottom: 5px;}

#contact-page #banner-text h1 {text-shadow: 0px 2px 40px rgba(0, 0, 0, 0.53);color:#fff;font-family:"europa", "proxima-nova", Helvetica, Arial, sans-serif; font-weight:300;letter-spacing: .1em; font-size:45px;}

#standing-desk #banner-text {
	width: 500px;
	margin: 190px 2.5% 0 0;
	float: right;
}
#standing-desk #banner-text h3 {font-size:44px;margin-bottom: 5px; line-height:1em;}
#standing-desk #banner-text h1 {margin-bottom:10px;}

/* Old Compare Banner

#compare-page #banner-text { margin:160px auto;width: 600px;}
#compare-page #banner-text h3 {font-size:50px;margin-bottom: 5px;}
#compare-page #banner-text h1 {margin-bottom:10px;}
#compare-page #banner { height: 475px;} */



#compare-page #compare-banner {
width: 450px;
  padding-top: 195px;
  padding-left: 2%;
}


#review-banner {bottom: 0;
left: 46%;
height: 85%;
width: auto;
} 


#difference .full30 h2, #finance .full55 h2{font-size:22px; line-height:1em; letter-spacing:.045em;}

#home-action .full30 h2, #gallery .full30 h2, .explore-container h2 {font-size: 22px; line-height:1em; letter-spacing:.045em;}

section > .standard h3 { font-size:35px; line-height:1em; letter-spacing:.045em;}

#explore .full27 h3 {font-size:25px; line-height:1.6em; letter-spacing:.045em; font-weight:400;}

section > .standard h3 span {color:#00bbde;}
#banner-text p, #compare-banner p {margin: 10px 0 0 0;padding:0; font-size:16px; color:#fff;}
.myBox { cursor:pointer;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;}
.myBox:hover { opacity:.6;}
#banner-play {
	background: url(../png/play-button-outline2-2.png) left center no-repeat;
background-size: 80px 55px;
height: 23px;
padding: 45px 0;
width: 225px;
text-align: right;
display: inline-block;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
text-decoration: none;
color: #252525;
color: #fff;
line-height: 1em;
font-weight: 400;
font-size: 20px;
letter-spacing: 0.09em;
text-transform: uppercase;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
}



#banner-play:hover {background-size:100px 69px;padding: 45px 10px;}

#banner-image {
position: absolute;
left: 44%;
bottom: -30px;
width: 670px;
height: auto;
}
#standing-desk #banner-image {
position: absolute;
left: auto;
right: 40%;
bottom: -35px;
width: 890px;
height: auto;
}
#banner-oveflow {
width: 670px;
height: auto;
position: absolute;
top: -72px;
left: 44%;
}

#home-controller {
position: absolute;
top: 0;
left: 24%;
width: 1100px;
height: auto;
}

#home-action {padding: 10px 0 60px !important;}
#gallery, #reviews {padding: 0px !important;}

#gaming-desk-wrapper #gallery {padding-top:40px !important;}
#rethink { position:absolute; right:50%; bottom:0;}

#difference { padding:125px 0;}
#difference .full75 { margin-bottom:35px;}
#difference .full30 { width:28.25%; text-align: center;}
#difference .full30 p { text-align:left;}
#difference .full30 img { margin-bottom:35px;}
#difference .full75 h3 { margin-bottom:15px;}
#difference .text-link {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 35px 0 0 0;
}
#lavish .full75 h3, #gaming-desk-wrapper #lavish .full75 h3 { text-transform:none; color:#fff; margin-bottom:20px;font-size: 38px;/*text-shadow: 0px 3px 14px rgba(0, 0, 0, 0.6);*/line-height: 1.25em; font-family: "proxima-nova", Helvetica, Arial, sans-serif;}
#lavish .full75 h3 a, #gaming-desk-wrapper #lavish .full75 h3 a { color:#00bbde;}
#lavish .full75 .twitter-post, #gaming-desk-wrapper #lavish .full75 .twitter-post {color: #D3D3D3;
font-size: 25px;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
color: #fff;}
#lavish { background:url(../jpg/power-adjustable-desk-close-up-home-2.jpg) center center no-repeat;-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;-moz-box-shadow: inset 0 -1px 135px rgba(0,0,0,.9);
-webkit-box-shadow: inset 0 -1px 135px rgba(0,0,0,.9);
box-shadow: inset 0 -1px 135px rgba(0,0,0,.9);}

#gaming-desk-wrapper #monitor-arm {  background: url(../jpg/space-background.jpg) no-repeat center center fixed #000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;-moz-box-shadow: inset 0 -1px 135px rgba(0,0,0,.9);
-webkit-box-shadow: inset 0 -1px 135px rgba(0,0,0,.9);
box-shadow: inset 0 -1px 135px rgba(0,0,0,.9);}

#monitor-arm h3, #monitor-arm p { color:#fff;}
#monitor-arm h4 { font-weight:300; color:#999 !important;}
#lavish .twitter-handle, #gaming-desk-wrapper #lavish .twitter-handle {margin: 0 auto;
text-align:center;font-size: 35px;padding: 20px 0 0;}

#gaming-monitor-arm-image {     position: absolute;
    height: 86%;
    right: 44%;
    bottom: 0;
    width: auto;
}

#lavish .twitter-post .fa-twitter, #gaming-desk-wrapper #lavish .twitter-post .fa-twitter {color:#55acee;margin-right:5px; font-size:20px; font-size:30px;}

/* #lavish .full75 span {font-weight: 300;
font-size: 18px;
line-height: 0;color:#ccc;}*/

#lavish .full75 h2,#gaming-desk-wrapper #lavish .full75 h2  { color: #ccc;  margin-bottom:0;}

#lavish .full75 a.text-link,#gaming-desk-wrapper #lavish .full75 a.text-link { margin-bottom:20px;}
#lavish-title,#gaming-desk-wrapper #lavish-title {margin-bottom: 25px;}

#white-evodesk{ 
position: absolute;
top: 75px;
right: 43%;
}

#lavish .twitter-link { 
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s; text-decoration:none;}

#home-benefits {
position: absolute;
bottom: 0;
left: 45%;
height: 100%;
width: auto;
}

#contact-info ul { list-style:none; padding:0; margin:0 0 20px;}
#contact-info h3 { font-size:22px; color:#666; font-weight:400;margin:0 0 4px;}
#contact-info ul li { font-size: 18px; color:#222; font-weight:300;line-height: 1em; padding:3px 0;}
#contact-info ul li a , p a{color:#00bbde; text-decoration:none;}

#finance {
background: #333;
padding: 120px 0 !important;
}
#finance .full55  {width: 490px;}
#signup .full55 { width:715px;}
#finance .full55 h3, #signup .full55 h3 { color:#fff;font-size: 50px;line-height: 1em;}
#signup .full55 h3 { font-size:40px;letter-spacing: .05em;
margin: 10px 0 20px;
padding: 0; font-weight:300; text-transform:uppercase;}
#finance .full55 h3 span, #signup .full55 h3 span {color:#00bbde;}
#finance .full55 h2, #signup .full55 h2 { color: #00bbde;color: #999; text-transform:uppercase; font-weight:300; line-height:1em; margin-bottom:10px; letter-spacing:.5em; margin-top:0; padding-top:0;}
#finance .full55 p, #signup .full55 p { color:#fff;}
#finance-image {
position: absolute;
bottom: 20px;
left: 43%;
}

#signup input[type="email"]{/* Style for Rounded Rectangle 3 */
width: 620px;
background-color: #2C2C2C;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
border:none;color:#fff;font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-size:22px; font-weight:400; padding:20px 25px}

#signup input[type="email"]:focus {outline:none !important;}

#signup input[type="submit"]{border: none;
padding: 10px 18px;
position: absolute;
right: 40px;
bottom: 15px;}
#evo-monitor-arms {
left: 51%;
width: auto;
height: 85%;
bottom: 0;
}

#signup form { position: relative;}

#signup .full55 p { font-size:14px; color:#838383; font-weight:300;}

#signup input::-webkit-input-placeholder {
   color:  #abb3ba;font-weight:300;
}

#signup input:-moz-placeholder { /* Firefox 18- */
   color: #abb3ba;  font-weight:300;
}

#signup input::-moz-placeholder {  /* Firefox 19+ */
   color:  #abb3ba;  font-weight:300;
}

#signup input:-ms-input-placeholder {  
   color:  #abb3ba;  font-weight:300;
}

#finance .button {color: #333;}

#explore { padding: 80px 0;}

#power-adjustable-desk { 
	background: url(../jpg/white-evodesk-adjustable-height-desk-2.jpg) no-repeat #f5f5f5;
	background-position: 80% 45px;
	background-size: 815px 669px;
}

footer { background: url(../jpg/banner-bg-3.jpg) center bottom no-repeat #0a0a0a; padding:100px 0 135px;}

ul.footer-nav { float:left; list-style:none; padding-left: 75px;}
#footer-row1 { padding:0;}
.footer-nav li.footer-title {
	font-weight: 600;
	font-family: "proxima-nova", helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
	letter-spacing: .2em;
}
.footer-nav li { list-style:none;font-family: "proxima-nova", helvetica, arial, sans-serif; font-weight:400; font-size:17px; text-transform:none; padding: 3px 0;}

.footer-nav li a, .footer-title { text-decoration:none; color:#fff;}

#footer-info { width:250px; position:absolute; right:2.5%;margin-top: 13px;}
#footer-logo { width:244px; height:36px; background:url(../png/footer-logo-3.png) left center no-repeat; background-size:244px 36px;}

#footer-info h2 {
	color: #BCBCBC;
	text-transform: uppercase;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	letter-spacing: .18em;
	font-size: 14px;
	font-weight: 300;
}
#footer-social p {padding: 7px 10px 0 0;}
.copyright {color:#666; font-size:10px !important; text-transform:uppercase;}
.copyright a{ color: #468ba1; text-decoration:none; }

#standing-desk #quick-action { padding: 10px 0 60px;}

#standing-desk #quick-action .section-title {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 40px;
	padding: 0;
	text-transform:uppercase;
}
#standing-desk #quick-action .section-title span {color:#00bbde; }

#standing-desk #home-action .section-title {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 40px;
	padding: 0;
	text-transform:uppercase;
}
#standing-desk #home-action .section-title span {color:#00bbde; }

#evodesk-evoedge { left:38%; height:100%; width:auto; bottom:0;}

#quick-action .full30 {
background: #f2f2f2;
width: 33.3333%;
height: 185px;
}

#quick-action .action-title {
	width: 100%;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 300;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#home-action .action-image, #gallery .action-image {
background: #f2f2f2;
height: 175px;
width:100%;
margin-bottom: 45px;
}

#reviews .full30 {
background: #f2f2f2;
margin-bottom:10px;}

#home-action .full30, #gallery .full30, #reviews .full30 {width: 33.3333%;}

.explore-container {
	width: 31.8333%;
    margin:0 .75%;
    background: #fff;
}

.row {
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin-bottom:2%;
}

.explore-container {align-items: stretch;}

.desktop-images {width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    max-width: 1350px;}

#explore-desktops,#explore-frame, #explore-options { padding:70px 0 0;}

.explore-intro { text-align:center; width:90%; padding:0 5%; max-width:750px; margin:0 auto 15px auto;}

#explore-options .explore-intro {margin-bottom:65px;}

.explore-intro h2 { margin-top: 10px; padding:0 !important; margin:8px 0 0 !important;}
.border-padded-wrapper { width:80%; padding:10%; text-align: center;}
.border-padded-wrapper p { text-align:left;}
.explore-container img { width:100%; height:auto;}
.border-wrapper img { width:100%; height:auto;}

.explore-container h2 { text-align:center; font-weight: 400 !important; color: #252525!important;    letter-spacing: .07em !important; 
    padding-bottom: 13px;
    font-size: 20px!important;}	
.explore-container h4 {    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;text-align:center;    margin: 0;
    font-weight: 300; font-size:16px;    letter-spacing: .05em; color:#666 !important; }
#home-action .full30 .text-wrapper, #gallery .full30 .text-wrapper{ width:90%; margin:0 auto; padding:0 5%;text-align: center; }
#reviews .full30 { overflow:hidden;}
#reviews .full30 .quote-wrapper { width:80%; margin:0 auto; padding:10% 10%;text-align: center; position:relative; z-index:9; }
#reviews .qw-img { padding:6% 10% 6% 10% !important;}
#reviews .full30 .quote-wrapper p { padding:0; margin:0;}
#reviews .full30 .quote-wrapper h4 { font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-size:26px; font-weight:600; margin:25px 0 0 0; padding:0;}
#reviews .full30 .quote-wrapper h4 .fa {color:#00ACED;}
.review p {
	font-weight: 300;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 25px;
	font-style: italic;
}

.review-img { width:100%; position:relative; z-index:0;}

#home-action .full30 h2, #gallery .full30 h2 {
font-weight: 400;
}

#home-action .action-title, #gallery .action-title {
	width: 100%;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 300;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.padded {
	position: relative;
	border: 5px solid #ffffff;
	border-top:0;
	border-bottom:0;
}

.padded {
position: relative;
border: 5px solid #ffffff;
border-top: 0;
border-bottom: 0;
height: 100%;
}

#overview-action { background:url(../jpg/overview-2.jpg) center bottom no-repeat; background-size: auto 100%;}
#watch-action { background:url(../jpg/watch-2.jpg) center bottom no-repeat; background-size: auto 100%;}
#design-action { background:url(../jpg/design-2.jpg) center bottom no-repeat; background-size: auto 100%;}
#explore-action {background: url(../jpg/explore-evodesk-2.jpg) left top no-repeat;
background-size: auto 112%;}
#spread-action { background:url(../jpg/standing-desk-news-2.jpg) center top no-repeat; background-size: auto 120%;}
#hk-action { background:url(../jpg/harman-kardon-integrated-sound-system-2.jpg) right bottom no-repeat; background-size: auto 120%;}
#hk-logo { opacity:.9; width: 195px; height:auto; margin-bottom:8px;}

#spread-action .fa { font-size:45px;color:#a6a6a6;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;}
#spread-action .fa:hover {color:#3b5998;}
#spread-action:hover .fa {color:#3b5998;}

.action-image-text { position:absolute; bottom:15px; left:15px; width:90%;}
.action-image-text h4 { font-size:14px; font-weight:300; color:#666; margin:0; padding:0;}
.action-image-text h2 { font-size:16px !important; font-weight:300 !important; color:#666 !important; margin:0 !important; padding:0 !important; text-transform:none !important;}
#evo-edge-slate { right: 46%; height:100%; width:auto; bottom:0;}
#evodesk-edge-slate-home { right:50%;height: 93%; bottom:0; width:auto;}
#home-style { height:100%; width:auto; right:30%; bottom:0;}

#contact-us { padding:70px 0;}

#main section .wrapper { width: 90%;min-width: 875px;
padding: 0 5%;}

#main section .standard h2 {font-size: 18px;
letter-spacing: .10em;}
#main section .standard h3 {
font-size: 35px;}

#main section ul, .specs ul, #frame-specs ul, #cpu-mount ul, #standing-mats ul { list-style:none; margin:0; padding:10px 0 20px;}
#main section ul li, .specs ul li, #frame-specs ul li, #cpu-mount ul li, #standing-mats ul li {
	padding: 15px 0px;
	line-height: 1.3em;
	border-bottom: 1px solid #ddd;
}
.specs ul {padding: 0;}
.specs ul li{ padding: 20px 0px;}
.specs ul li:last-of-type { border-bottom:none;}

#tab-0, #tab-1, #tab-2, #tab-3, #tab-4, #tab-5{border: 1px solid #ddd;}

#performance .full30 h3 {font-size: 20px !important;
font-weight: 400; text-transform:none;line-height: 1.3em;}
#performance .full30 p{ font-size:16px !important;}
#performance .full30 h3 .fa { width:30px; color:#ccc; font-size:1em;}

#performance .full100 { margin:3.5% 0;}
#performance .full100:first-of-type { margin-top:0;}
#performance .full100:last-of-type { margin-bottom:0;}

	#starting-at {
	position: absolute;
	top: 96px;
	right: 2%;
	width: 160px;
	height: auto;
	z-index: 99;
	}
	
	#gaming-desk-wrapper #starting-at {
	    position: absolute;
    top: 90px;
    right: 2%;
    width: 160px;
    height: auto;
    z-index: 999;
    width: 116px;
    height: auto;
}
#banner-image #banner-image-desk {width:100%; height:auto;}

#store-options .full100 { padding:40px 0;}
#store-options .full100:first-of-type { padding:0 0 40px 0;}
#store-options .full50 h2 {padding-bottom: 10px;color: #222;
font-size: 22px !important; text-transform:none !important;letter-spacing: 0em !important;}
#store-options .full50 p { margin:0 0 20px; font-size:17px;}

#standing-sync {right: 45%;
bottom: 0;
height: 92%;
width: auto;}

#compare-evodesk-banner { bottom:0; width:94%; height:auto;}

#compare-table {border-right: 1px solid #ddd;
border-bottom:none;
border-left:none;
border-top:  1px solid #ddd;
border: 2px solid #ddd;
border-radius: 7px 7px;
width: 100%;
}

#compare-table-header {
border: none;
width: 100%;
}

.logo-column, .other-column {width: 32%;
text-align: center !important;}

.other-column { font-size: 25px !important;font-weight: 400;
font-family: "proxima-nova", sans-serif; color:#8A8A8A;}

.table-title {width: 25%;
text-align: left !important;}

.table-title h1 {
font-size: 22px !important;
font-weight: 300;
text-transform: uppercase;
font-family: "proxima-nova", sans-serif;
letter-spacing: .08em;}

.table-title h1 span { color:#00bbde;}

#table-products, #table-products tr{width: 100%;}
#compare-body { padding:0 0 60px;}
#compare-table td, #compare-table-header td {  border-bottom:1px solid #ddd;}
#table-products { margin:0; border:none;}
#table-products td {border-right:none !important;}
#table-products .hidden-td {}
#table-products .product-column {
font-family: "proxima-nova", sans-serif;
color: #999;}
#table-products .product-column img { width:100%; height:auto;}
#compare-table td, #compare-table-header td {padding: 25px 20px;border-right: 1px solid #ddd; text-align:center;font-size: 16px;}
#compare-table td:last-of-type, #compare-table-header td:last-of-type { border-right:none;}
.product-column {width:32%;text-align:center !important;}
.hidden-td { border-left:3px solid #fff; margin-left:-1px; position:relative; z-index:999;}
.table-feature { width:25%;text-align:left !important; font-weight:500;font-size: 19px !important;
background: #f5f5f5;
font-weight: 400;}
.logo-column {background:#00bbde;}
.hidden-td {width:25%;}
#compare-table-wrapper { width:90%; margin:0 auto;}

#evodesk-product-column {
width: 41%;
height: auto;
right: 37%;
position: absolute;
bottom: 0;
}
#other-product-column {
width: 27%;
height: auto;
position: absolute;
right: 3%;
bottom: 0;
}
#other-product-column { width:30%; height:auto; position:absolute; }
#table-products .hidden-td {width:28%;}
#compare-header-wrapper {width: 100%;
height: 170px;
position: relative;
overflow: hidden;}

#standing-desk-sync { bottom:0; right:50%;}
#standing-desk-sync-bottom { top:0; right:50%;}
#standard-controller { height: 100%;width: auto;top: 0;left: 42%;}
#standing-desk-benefits { height:100%; right:43%; top:0; width:auto;}

#evodesk-desktop {height: 98%;top: 2%;right: 54%;width: auto;}
#future-proof { top:2%; left:50%;}
#standing-desk-options { left:50%; height:90%; bottom:0;}
#standing-desk-frame { right:50%; bottom:0; height:93%; width:auto;}
#real-wood {left:53%; height:82%; top:8%; width:auto;}
#evoedge-desktop {    right: 51%;
    height: 48%;
    width: auto;
    top: 19%;}

#standing-desk-white {
    left: 46%;
    height: auto;
    top: 14%;
    width: 60%;
}
#standing-desk-speakers {     right: 47%;
    height: 90%;
    width: auto;
    top: 5%;}

.specs { padding:100px 0 90px;}
.specs h3 {font-size: 35px;}
.specs .section-title { width:100%;margin-bottom:35px; font-size:20px;}
.slicknav_menu {
	display:none;
}
#programmable-controller { left: 47%;width: 48%;height: auto;top: 28%;}

#cable-pass { left:45%; bottom:0; height:90%; width:auto;}

#vanity-cover-smarter {right: 53%;height: 59%;top: 21%;width: auto;}
#evo-keyboard { right:50%; height:93%; width:auto; bottom:0;}
#harman-kardon-sound-system { height:100%; width:auto; left:50%; bottom:0;}
#ergo-pro-desktop {right: 53%;height: 75%;top: 16%;width: auto;}

#gaming-desk-wrapper #ergo-pro-desktop {
             right: 52%;
    height: 98%;
    top: 6%;
    width: auto;
}

#standard-sub-page #banner {height: auto;}
#standard-sub-page #banner-text {
width: 600px;
margin: 140px auto 100px auto;
}

#standard-sub-page #banner-text h3 {
font-size: 40px;
}
#standard-sub-page section { padding:40px 0;}
#standard-sub-page section h3, #standard-sub-page section h2 { font-size: 25px;
margin-top: 30px;
letter-spacing: 0;
padding-bottom: 0;
text-transform: none;
color: #252525;}

#desk-wrapper { width:100%; position:relative; margin-top:425px;}

#fly-top {z-index:11}
#fly-left {z-index:9}
#fly-right {z-index:9}
#standing-desk-center-frame {z-index:6}

#banner-text-wrapper {position: absolute;
width: 100%;
z-index: 999;}

#harman-kardon-sound-system-integrated {height: 94%;
width: auto;
bottom: 0;
left: 50%;}

#cable-management-tray {right: 55%;
height: 80%;
top: 10%;
width: auto;}

#cable-management-tray2 {
  left: 55%;
  height: 92%;
  top: 10%;
  width: auto;
}

#financing-standing-desk { height: 91%;
bottom: 0;
width: auto;
left: 41%;} 

.label-right { top: 19%;right: 1.5%;z-index: 9000;}
.label-left { top:3%; left:1.5%; z-index:9000;}

.table-feature a {text-decoration: none;
color: #222;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;}

.table-feature a:hover{color: #00bbde;}
.table-feature a .fa {color: #00bbde;
font-size: 20px;
margin-left: 6px;}

.tab-click .fa { color:#B5B5B5; font-size:40px;}

#signup {background:#3e4144; padding:100px 0 90px;}

/* Gallery Page Hover Animations */

.gallery-image {background: #f2f2f2;
/*height: 400px;*/
margin-bottom: 10px;overflow:hidden;}

.gallery-image img {
max-width: none;
/* width: -webkit-calc(100% + 50px);*/
width: 100%;
height:auto;
display:block; position:relative;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;transition: transform 0.75s;
-webkit-transform: none;
transform: none;z-index: 0;
}

figure:hover > .gallery-thumb{
-webkit-transform: scale(1);
transform: scale(1);
transform:scale(1.1,1.1);
}

figure:hover + .gallery-thumb{
-webkit-transform: scale(1);
	transform: scale(1);
	transform:scale(1.1,1.1);
}


figure:hover .gallery-thumb{
-webkit-transform: scale(1);
transform: scale(1);
transform:scale(1.1,1.1);
}

#gallery-banner-image-wrapper {
height: 545px;
}

#gallery-banner-image {  top: 0;
width: 80%;
padding: 0 8%; height:auto;  max-width: 1250px;}

#gallery-title { padding: 40px 0;}

#gallery-title h2 { font-weight: 300;
color: #252525;
font-size: 25px;
letter-spacing: .09em;
margin: 0;
padding: 0;
text-transform: uppercase;}

#gaming-desk-wrapper #gallery-title h2 {font-size: 35px;}

.gallery-image figure {
position: absolute;
float: none;
overflow: hidden;
margin: 0;
width: 100%;
background: none;
text-align: center;
cursor: pointer;
bottom: 0;
/* padding-top: 328px;*/
padding-top:500px;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
z-index:9;
}

figure.effect-zoe:hover { background: rgba(0,0,0,.75);}

.icon-links {font-weight: 400;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 30px;
display: block;
width: auto;
float: right;list-style:none; padding:0;
margin: 8px 0;}

.icon-links .fa { color:#999; padding:0 3px;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;font-size: 25px;}

.icon-links li { float: left;
color: #ccc;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .1em;
padding: 0 3px;}

.icon-links li:first-of-type {padding-top: 4px;padding-right: 10px;}

.icon-links .fa-facebook-square:hover {color:#3B5998;}
.icon-links .fa-twitter:hover {color:#00ACED;}
.icon-links .fa-pinterest:hover {color:#CB2027;}
		
/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 40px;
	background: #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	z-index: 2;
	position: relative;
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: left;
	color: #999;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 15em;
	left: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}
figure.effect-zoe p.description .fa {
font-size: 39px;
color: rgba(255,255,255,.6);}

figure.effect-zoe h2,
figure.effect-zoe .icon-links li {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover .icon-links li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover .icon-links li:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover .icon-links li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover .icon-links li:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

	.gall {display: block;
		width: 700px;
		height: 700px;
		position: absolute;
		left: 0;
		bottom: 72px;
		z-index: 4;}
		
#evo-keyboard {
right: 49%;
height: 97%;
width: auto;
top: 0;
}
		#keyboard-platform { padding-bottom:50px;}
		#posi-loc-img {
		left: 44.5%;
		top: 0;
		height: 100%;
		width: auto;}
		#posi-loc-img2 {
		right: 44.5%;
		top: 0;
		height: 100%;
		width: auto;}
		
		#cpu-mount-img { top:0; height: 87%; width:auto; right:35%;}
		
		.list-section ul { list-style:none; padding:0;}
		.list-section ul li { margin:3px 0;}
		.list-section ul li .fa {color: #00bbde; margin:0 5px 0 0;}
		
		#single-right-monitor {
		  bottom: -5%;
		  left: 51%;
		  height: 95%;
		  width: auto;
		}
		
		#double-left-monitor {display:none;}
		
		#monitor-arms .full45 { float:left; text-align:left;}
		
		#treadmill-img {  left: 52%;
  height: 50%;
  width: auto;
  top: 16%;}
  
  #standing-desk #banner-text {
		  width: 535px;
		margin: 175px auto;
		float: none;
		}
		
		#desk-wrapper {
		width: 100%;
		position: relative;
		margin-top: 325px;
		}
		
		#banner { background-position: center -10px;}
		
		#banner-text p {width: 95%;margin: 10px auto;}
		
		#gaming-desk-wrapper #banner-text h3 {    font-size: 62px;
}
		#gaming-desk-wrapper #banner-text p {    font-size: 20px;}
		
		#evodesk-models h2 span {font-weight:400;color: #252525;}
		 #evodesk-models h2 {    font-weight: 100;
    color: #999;
    font-size: 40px;
    
    margin: 0;
    padding: 0;}
	
	#evodesk-models h2, #evodesk-models h4, #evodesk-models p { text-align:center;}
	
	#evodesk-models h4 {    font-size: 18px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 200;
color:#666;
    margin: 0;
    padding: 0;}
	#evodesk-models h3 {
	text-align:center;
	font-weight: 300;
    color: #252525;
    font-size: 34px;
    letter-spacing: .09em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	margin-bottom:50px;}
	#configure-link { margin-top:50px;}
	#evodesk-models img { width:86%; height:auto; margin:0 4% 0px 10%;}
	
	 #evodesk-standard h3, #evodesk-studio h3 {text-transform:uppercase;letter-spacing: .015em;    margin-bottom: 10px;}
		 #evodesk-standard h3 span, #evodesk-studio h3 span {color:#666; font-weight:100; }
		 #standard-evodesk-img {
			position: absolute;
			height: auto;
			width: 42%;
			top: 5%;
			right: 53%;
		}
		 #studio-evodesk-img,
         #evodesk-pro-img {
			position: absolute;
			height: auto;
			width: 50%;
			bottom: auto;
			top: 0;
			left: 45%;
		}
		 #evodesk-studio { padding-top: 70px; padding-bottom: 165px; overflow:visible;}
	
	.featured-article-bg-grey { background:#3e4144; padding: 90px 0 100px;}
	.featured-article-bg-light {padding: 90px 0 100px;background: #f2f2f2;}
	.featured-article-bg-grey .featured-article { text-align:center;}
	.featured-article-bg-grey .featured-article p {color:#fff;}
	.featured-article-bg-light .featured-article p {color:#333;}
	#reviews .full100 { margin:25px 0;}
	
	.featured-article-bg-grey .vertical-seperator {    height: 80%;
    position: absolute;
    display: block;
    width: 1px;
    background: #686c70;
    left: 50%;
    top: 10%;}
	
	.featured50-logo { display:block; width:100%; height:auto; text-align:center;}
	.featured50-logo img { width:100%; height:auto; max-width:450px; margin:0 auto;}
	#customers-title { padding:30px 0;}
	
	#customers-title h2 {margin:0;} 
	
				
				
	.featured-article p {
    font-size: 18px;
	}
	
	.featured-article-bg-light .featured-article p {
    font-size: 22px;
	}
				
				#details-logo {       position: absolute;
    left: 66%;
    width: 23%;
    height: auto;
    top: 90px;}
	
	#alpha-logo {    position: absolute;
    left: 66%;
    width: 23%;
    height: auto;
       top: 35px;
}
	
	#psfk-logo {
	position: absolute;
    right: 77%;
    width: auto;
    height: 90%;
    top:5%;
	}
	
	#digital-trends-logo, #pc-gamer-logo {
	position:relative;
	display:block;
	}
	
	#digital-trends-logo img, #pc-gamer-logo img { width:100%; height:auto;}
	
	#gaming-desk-wrapper #overview h3, #gaming-desk-wrapper #overview p  {    color: #fff;}
	#gaming-desk-wrapper #overview h2 {color:#ddd;}
	
	#gaming-desk-wrapper #overview {    background: #3e4144;    padding: 80px 0;}
	
	#overview-bullets ul { list-style:none; padding:0; margin:0;}
	#overview-bullets ul li {color:#fff;font-weight: 300;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em; padding: 10px 0; border-bottom:1px solid #474747;}
	#gaming-desk-wrapper section > .standard h3 {
    font-size: 45px;
    font-weight: 300;
    font-family: "europa", "proxima-nova", Helvetica, Arial, sans-serif;
}
	#gaming-desk-wrapper #overview-bullets h3 { font-size:38px;}
	#overview-bullets ul li a{color:#fff; text-decoration:none;}
	#overview-bullets ul li .fa {color:#00bbde; margin-right:10px;width: 20px;
    text-align: center;}
	#gaming-desk-wrapper p { font-size:22px;}
	#gaming-desk-wrapper #overview #video {    width: 58%;}
	#gaming-desk-wrapper section > .standard h4 {        color: #666;
    font-size: 30px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-weight: 200;
    margin: 0;
    padding: 0;}
	
	#adjustable-frame-image {position:absolute; right:55%; height:80%; top:12%; width:auto;}
	
	#evoguard-desktop {position: absolute;
    left: 50%;
    height: 93%;
    top: 8%;
    width: auto;}
	
	#gaming-smart-pass {
    position: absolute;
    left: 43%;
    top: -1%;
    height: 123%;
    width: auto;
}

.gaming-configuration {    margin: 0 1%; text-align:center; width:23%;}
.gaming-configuration img { width:100%; height:auto; margin-bottom:20px;}
#configurations { padding:80px 0;}
#configurations .full65 { margin-bottom:55px;}
#configurations .full65 h3 { margin-bottom:20px;}
.title-block { width:100%; padding:30px 0; text-align:center; }

.tb-1 { background:#5c5c5c;}
.tb-2 { background:#484848;}
.tb-3 { background:#383838;}
.tb-4 { background:#242424;}

#gaming-desk-wrapper section > .standard .title-block h3 { color:#fff; font-weight:600; font-size:36px;}
#gaming-desk-wrapper section > .standard .title-block h4 { color:#ccc; font-weight:300; font-size:20px; }

#gaming-desk-wrapper section > .standard .features-block{ background:#fff; width: 78%; padding: 25px 11%; overflow:hidden; min-height: 475px;}
#gaming-desk-wrapper section > .standard .features-block p {text-align: left;font-size: 14px;line-height: 1.5em; padding-top:0; min-height: 115px; margin-top:0;}
#gaming-desk-wrapper section > .standard .features-block ul {list-style:none;margin:0 0 25px; padding:0; text-align:left;} 
#gaming-desk-wrapper section > .standard .features-block ul li { padding:5px 0 5px 15px; font-size:15px; position:relative; font-weight:400; }
#gaming-desk-wrapper section > .standard .features-block ul li a { color:#222; text-decoration:none;}
#gaming-desk-wrapper section > .standard .features-block ul li .fa-plus {color:#ABABAB; font-size:10px; position:absolute; left:0; top:11px;}
#gaming-desk-wrapper section > .standard .features-block ul li .fa-info-circle {color:#fff; position:absolute; display:block; left:-40px;top:9px;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s; font-size:13px;}
#gaming-desk-wrapper section > .standard .features-block ul li:hover .fa-info-circle {left:-22px; top:9px;color:#00bbde;}

#gaming-desk-wrapper section > .standard .features-block .button { display:block; width:175px; position:absolute; bottom:30px; left:50%; margin-left:-88px;     padding: 12px 0;}

#sustainable-home { padding-top:25px;}
#great-value { padding-bottom:55px;}

#wood-desktops {      height: 88%;
    top: 0px;
    left: 45%;
    width: auto;}
	
	.disclaimer { font-size:14px; color:#7C7C7C;}
	
	#animated-frame {
		    width: 80%;
      height: 275px;
    margin: 0 auto; position:relative;
	max-width:1275px;}
	
	#animated-frame img { width:100%; height:auto;}
	
	#explore-frame .explore-intro { margin-bottom:35px;}

    #standing-desk #elevate,
    #standing-desk #overview {
        padding:95px 0;
    }

    #standing-desk #elevate .full35,
	#standing-desk #overview .full35 {
        width:35%;
    }
	
	#options-page #banner-text h3 {line-height:1em;}
	
	#desktop-specifications, #frame-specifications{ padding:60px 0;}
	
	#desktop-specifications h3, #frame-specifications h3 { font-size:35px; text-align:center; margin-bottom:30px;}
	
	#desktop-specs-img, #frame-specs-img { width:100%; height:auto; display:block; margin:0 auto 30px; max-width:1100px;}
	#frame-specs-img { margin:0 auto;}
	
	#standing-mat { bottom:0; left:45%; height:90%; width:auto;}
	
@media (min-width: 1600px) {
	#watch-action, #design-action, #overview-action {background-size: 100% auto;}
}

@media (min-width: 1300px) {
	
	#animated-frame {
    height: 375px;
	}
	.featured-article p {    font-size: 19px;}
	#compare-banner-image {left: 46%;}
	#home-action .full30 .text-wrapper, #gallery .full30 .text-wrapper { width:80%;}
	#home-action .action-image,#gallery .action-image {
	height: 245px;
	}
	
	#gaming-desk-wrapper section > .standard .features-block p {font-size: 15px;}
	#gaming-desk-wrapper section > .standard .features-block ul li {
    font-size: 16px;
	}
	p { font-weight:300;font-family:"proxima-nova", Helvetica, Arial, sans-serif;  font-size:18px; line-height:1.6em;}
	nav ul li {font-size: 15px;}
	nav ul li a {padding: 30px 30px 25px 30px;}
	#home #banner-text {padding-top: 255px;padding-left:10px;}
	#reviews-page #banner-text {padding-top: 255px; padding-right: 10px;    padding-bottom: 165px;}
	#gaming-desk-wrapper #banner-text h3 {
    font-size: 78px;
}

#gaming-desk-wrapper section > .standard h4 {
    font-size: 34px;
}

#gaming-desk-wrapper section > .standard h3 {
    font-size: 55px;
}
#gaming-desk-wrapper #overview { padding: 120px 0 130px;}

#overview-bullets ul li {
    font-size:20px;
}

#gaming-desk-wrapper #overview-bullets h3 {
    font-size: 45px;
}
	.sub-page #banner {height: 445px;}
	#banner-image {
	position: absolute;
	left: 43.75%;
	bottom: -80px;
	width: 900px;
	height: auto;
	}
	#standing-desk #banner-image {
	position: absolute;
	left: auto;
	right: 48.75%;
	bottom: -30px;
	width: 1145px;
	height: auto;
	}
	#standing-desk #banner-text {width: 795px;margin: 250px 2% 0 0;}
	
	#standing-desk #banner-text {
		width: 745px;
		margin: 220px auto;
		float: none;
		}
		#desk-wrapper { width:100%; position:relative; margin-top:425px;}
	
	#standing-desk #banner-text h3 {font-size: 65px; margin-bottom:10px;}
	#standing-desk #banner-text h1 {font-size: 22px;}
	#gaming-desk-wrapper #banner-text {padding: 200px 0 130px 25px;}
	#banner-text { width:500px;}
	#reviews-page #banner-text {width: 595px;}
	#banner-text h1, #compare-banner h2{ color: #ccc;font-size: 24px;}
	#gaming-desk-wrapper #banner-text h1 {
    color: #ccc;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: .15em;
    margin: 0;
    padding: 0;
}
	#gaming-desk-wrapper #banner-text h1 {    font-size: 20px;}
	

	#gaming-desk-wrapper #banner-text p {
    font-size: 23px;
}
	
	#gaming-desk-wrapper #overview h3{ margin-bottom: 20px;}
	
	#banner-oveflow {cursor:default; left:43.75%; top: -57px;width:900px; height:auto; position:absolute;}
	#banner {height: 720px;}
	#reviews-page #banner {
    height: auto;
}
	
	#compare-page #banner {  height: 620px;}
	#banner-text h3, #compare-banner h3 { font-size:82px;}
	#banner-text p, #compare-banner p {font-size:18px;}
	section {padding: 140px 0 145px;}
	section > .standard h3 { font-size:45px;}
	#first { padding:200px 0 165px;}
	#lavish .full75 h3 { font-size:43px;}
	#home-controller { position:absolute; top:0; left:28%;width: 1650px;height: auto;}
	#quick-action .full30 {height:240px;}
	#starting-at {
	position: absolute;
	top:105px;
	right: 2%;
	width: 174px;
	height: auto;
	z-index: 999;
	}
	#gaming-desk-wrapper #starting-at {
    position: absolute;
    top: 105px;
    left: 84%;
    width: 174px;
    height: auto;
    z-index: 999;
}

	#standing-desk #banner-text h1 {letter-spacing:.25em;}
	#home #harman-kardon-sound-system {left: 47%;}
	#evoedge-desktop {height: 58%;}
	#real-wood {left: 51%;height: 92%;top: 4%;width: auto;}
	
	#gaming-desk-wrapper #real-wood {
    left: 56%;
    height: 92%;
    top: 4%;
    width: auto;
}
	
	#compare-page #compare-banner { width:600px;padding-top: 220px;
	padding-left: 10px; }
	
	
	#gallery-banner-image-wrapper {height: 720px;}
	
	#reviews-page-banner {     right: 51%;
    top: 48px;
    width: 1040px;
    height: auto;}
	
	#double-left-monitor {
		bottom: 0;
		height: 92%;
		width: auto;
		right: 71%; display:block;}
		#single-right-monitor { 
		bottom: 0;
		left: 71%;
		height: 90%;
		width: auto;}
		
	#monitor-arms .full45 { float:none; text-align:center; margin:0 auto;}
	
	.explore-container h2 {
    font-size: 22px!important;
	}
		
}


@media only screen 
	and (min-width : 320px) 
	and (max-width : 640px) {
		header { position:absolute; background: rgba(0,0,0,.8);}
		header .wrapper {width: 100%; margin:0 auto;
		padding:0;}
		#header-social ul {margin:0 !important;}
		#product-header { display:none;}
		.slicknav_menu {display:block;}
		#button-product-header {margin: 10px 10px 6px 2.5%;font-weight: 600;}
		
			#evodesk-models h2 {
    font-size: 24px;
		}
		
		#evodesk-models h4 {
    font-size: 16px;
		}
		
		#evodesk-models h3 {
    font-size: 26px;
    margin-bottom: 30px;
		}
		
	}
	
	
	.rw-words span h3 a { color:#00bbde;}

		.rw-words span{
		position: absolute;
		opacity: 0;
		overflow: hidden;
		-webkit-animation: rotateWord 32s linear infinite 0s;
		-ms-animation: rotateWord 32s linear infinite 0s;
		animation: rotateWord 32s linear infinite 0s;
		width: 100%;
		left: 0;
		}
		
	
		
		.rw-words span:nth-child(2) { 
			animation-delay: 8s; 
			-webkit-animation-delay: 8s; 
			 -ms-animation-delay: 8s; 
			 animation-delay: 8s; 
		}
		.rw-words span:nth-child(3) { 
			animation-delay: 16s;
			-webkit-animation-delay: 16s; 
			 -ms-animation-delay: 16s; 
			 animation-delay: 16s; 
		}
		
		.rw-words span:nth-child(4) { 
			animation-delay: 24s;
			-webkit-animation-delay: 24s; 
			 -ms-animation-delay: 24s; 
			 animation-delay: 24s; 
		}
			
		@-webkit-keyframes rotateWord {
			0% { opacity: 0; }
			2% { opacity: 0; -webkit-transform: translateY(-5px); }
			3% { opacity: 1; -webkit-transform: translateY(0px);}
			23% { opacity: 1; -webkit-transform: translateY(0px); }
			25% { opacity: 0; -webkit-transform: translateY(5px); }
			80% { opacity: 0; }
			100% { opacity: 0; }
		}
		@-ms-keyframes rotateWord {
			0% { opacity: 0; }
			2% { opacity: 0; -ms-transform: translateY(-5px); }
			3% { opacity: 1; -ms-transform: translateY(0px);}
			23% { opacity: 1; -ms-transform: translateY(0px); }
			25% { opacity: 0; -ms-transform: translateY(5px); }
			80% { opacity: 0; }
			100% { opacity: 0; }
		}
		@keyframes rotateWord {
			0% { opacity: 0; }
			2% { opacity: 0; -webkit-transform: translateY(-5px); transform: translateY(-5px); }
			3% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
			23% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
			25% { opacity: 0; -webkit-transform: translateY(5px); transform: translateY(5px); }
			80% { opacity: 0; }
			100% { opacity: 0; }
		}

/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	
	-webkit-border-top-left-radius: 6px;-moz-border-radius-topleft: 6px;border-top-left-radius: 6px;
	
	-webkit-border-top-right-radius: 6px;-moz-border-radius-topright: 6px;border-top-right-radius: 6px;
	
	
	}
.jshowoff {
	width: 80%;
	margin: 0 10%;
	}
.jshowoff div {	
	}
.jshowoff div, .jshowoff img, .jshowoff {
	position:absolute;
	-webkit-border-top-left-radius: 6px;-moz-border-radius-topleft: 6px;border-top-left-radius: 6px;
	
	-webkit-border-top-right-radius: 6px;-moz-border-radius-topright: 6px;border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: relative;
margin: 0 auto;
text-align: center;
padding: 340px 0 0 0;
width: 130px;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: inline-block;
	color: #585858 !important;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 1px;
	line-height: 14px;
	border-radius:40px;
	width: 6px;
	height: 10px;
	background-color: #585858;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	color: #fff;
	background-color: #fff;
	}
p.jshowoff-controls {
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px;border-radius-bottomright: 6px;
	
	
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}
	
	p a {color:#21bdf1;}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	bottom: 0;
	padding: 5px 0 5px 5px;
	right: 113px;
	height: 32px;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 60px;
	height: 30px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 22px;
	height: 38px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 250px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;border-radius: 6px;
	}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/

.bx-viewport {    padding-top: 30px !important;}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
 top: 0px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../gif/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
/*.bx-wrapper .bx-pager.bx-default-pager a:focus see: http://stackoverflow.com/questions/36774637/bxslider-pager-active-state-does-not-change-after-clicking-another-pager*/ {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../png/controls-2.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../png/controls-2.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../png/controls-2.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../png/controls-2.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.footer-nav {
    margin: 0 20px;
}

