/* Sexy body */
body {
    background: #000 url('/ev-site/desktop/img/bg-photo-01.jpg') no-repeat center top;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}


/* Overall structure */
/* No catering to small screens; it's 2015 */
#wrap {
    width: 1200px;
    margin: 0 auto;
}

/* Main menu */
#header {
    width: 1200px;
    height: 141px;
    margin: 0 auto;
}
#header_logo {
    display: block;
    float: left;
    width: 213px;
    height: 62px;
    margin: 36px 0 0 0;
}
#main_nav {
    float: right;
    clear: right;
    margin: 27px 0 0 0;
}
#main_nav a {
    display: inline-block;
    margin-left: 16px;
    padding-right: 23px;
    background-image: url('/ev-site/desktop/img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px auto;
    font-family: 'Oswald';
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#main_nav a:hover {
    color: #40d5fe;
}
div#cart_tr {
    float: right;
    height: 48px;
    background: #1d1e1f;
    box-shadow: 1px 1px 5px #000;
}
a#view_cart {
    display: block;
    padding: 10px 24px 10px 55px;
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-image: url('/ev-site/desktop/img/cart-white.svg');
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 24px auto;
}
a#view_cart:hover {
    background-image: url('/ev-site/desktop/img/cart-blue.svg');
    color: #40d5fe;
}

div#social_tr {
    float: right;
    margin: 0 12px 0 0;
    padding: 0 8px;
    height: 48px;
    background: #1d1e1f;
    box-shadow: 1px 1px 5px #000;
}
a.social_icon {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 21px;
}
a.soc_facebook {
    background-image: url('/ev-site/desktop/img/social-facebook.png');
}
a.soc_twitter {
    background-image: url('/ev-site/desktop/img/social-twitter.png');
}
a.soc_gplus {
    background-image: url('/ev-site/desktop/img/social-gplus.png');
}
a.soc_youtube {
    background-image: url('/ev-site/desktop/img/social-youtube.png');
    background-size: auto 20px;
}


/* Footer */
#fwrap {
    width: 100%;
    margin: 20px 0 0 0;
    background: rgba(0,0,0,0.8);
}
#footer {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0;
}
#footer ul {
    float: left;
    margin-right: 64px;
    list-style-type: none;
}
#footer ul li.ul_head {
    font-family: 'Oswald';
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
}
#footer ul a {
    font-size: 16px;
    color: #999493;
}
#footer ul a:hover {
    color: #40d5fe;
}

#footer_info {
    float: right;
    width: 112px;
}
#footer_info p {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: #999493;
}

/* ALL GENERAL PAGE STYLES GO HERE */
/* THE HOME PAGE STYLES NEED TO OVERRIDE SOME OF THEM */
main {
    width: 100%;
    background: #fff;
}
article {
    width: 1134px;
    margin: 0 auto;
    padding: 40px 0;
}

hr {
    display: block;
    clear: both;
    margin: 1em 0;
    height: 1px;
    border: 0;
    background-color: #c8cccc;
}
h1, h2, h3, h4 {
    font-family: 'Oswald';
    margin: 0;
}
article h1 {
    font-size: 48px;
    font-weight: 700;
    color: #313434;
    text-transform: uppercase;
    border-bottom: 5px solid #afb3b3;
}
article h2 {
    font-size: 30px;
    font-weight: 400;
    color: #2d95b2;
}
article h3 {
    font-size: 21px;
    color: #313434;
}
article h4 {
    font-size: 18px;
    color: #313434;
}
article p, article ul, article ol {
    margin: 1em 0;
    line-height: 1.4;
}
article ul li {
    margin-left: 2em;
}
article ol li {
    margin-left: 2.5em;
}


/* Content section indexes */
div.page_preview_tile {
    width: calc(33.33% - 24px);
    margin: 25px 0 25px 36px;
    overflow-x: hidden;
}
div.page_preview_tile h2 {
    font-size: 24px;
}
div.ppt_nomarg {
    margin: 25px 0 25px 0;
}
div.ppt_mod2 {
    width: calc(50% - 24px);
}


/** Product pages **/
div#intro {
    float: left;
    width: calc(100% - 423px);
    min-height: 323px;
    margin-bottom: 10px;
    background: #fff;
}
div#product_image {
    float: left;
    width: 247px;
    height: 215px;
    margin: 32px 0 20px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div#product_share {
    float: left;
    clear: left;
    width: 247px;
    margin: 0 0 0 30px;
}
div#product_info {
    float: left;
    width: 450px;
    margin: 32px 0 0 24px;
}
h1.product_name {
    width: 400px;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #313434;
    text-transform: uppercase;
}
p.product_shortDesc {
    margin: 1em 0 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
}

/* Order Now boxes */
div#order_tr {
    float: right;
    width: 412px;
    min-height: 323px;
    margin-bottom: 10px;
    background: #e1e6e6;
}
div#order_bottom {
    clear: both;
    padding-top: 1px;
    padding-bottom: 12px;
    margin: 10px 0;
    min-height: 80px;
    background: #e1e6e6;
}
h4.order_now {
    font-family: 'Oswald';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    background: #525454;
    padding: 13px 18px;
    margin: 5px;
}
table.order_tr_options {
    width: calc(100% - 10px);
    margin: 4px 10px;
}
table.otro_mod2 {
    width: 500px;
    margin: 4px auto;
}
table.order_tr_options td {
    padding: 12px 0;
    font-weight: 300;
    text-align: right;
}
table.order_tr_options td.label {
    width: 33%;
}
table.order_tr_options td.price {
    font-weight: 400;
    padding-right: 17px;
}
table.otro_mod2 td.price {
    padding-left: 14px;
}
table.order_tr_options td.order {
    text-align: left;
    width: 150px;
}

/* Blue order buttons */
a.btn_order, input.btn_blue {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 19px;
    border-top: 1px solid #38a4bc;
    border-bottom: 1px solid #166582;
    border-radius: 10px;    
    background: -moz-linear-gradient(top,  #3fb3cd 0%, #1a7698 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fb3cd), color-stop(100%,#1a7698));
    background: -webkit-linear-gradient(top,  #3fb3cd 0%,#1a7698 100%);
    background: -o-linear-gradient(top,  #3fb3cd 0%,#1a7698 100%);
    background: -ms-linear-gradient(top,  #3fb3cd 0%,#1a7698 100%);
    background: linear-gradient(to bottom, #3fb3cd 0%,#1a7698 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb3cd', endColorstr='#1a7698',GradientType=0 );
}

/* Product tab links */
a.article_tab {
    display: inline-block;
    padding-right: 39px;
    font-family: 'Oswald';
    font-size: 28px;
    font-weight: 700;
    color: #313434;
    text-transform: uppercase;    
}
a.article_tab.active {
    color: #33abcc;
}
div#product_testimonials {
    display: none;
}

/** Store category pages **/
div.sc_row {
    padding: 24px 0;
    border-bottom: 1px solid #c8cccc;
}
div.sc_product_ibox {
    float: left;
    width: 200px;
    height: 174px;
    background: #e1e6e6;
    padding: 18px 20px;
}
div.sc_product_image {
    width: 200px;
    height: 174px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.sc_info {
    float: left;
    width: calc(100% - 280px);
    margin-left: 20px;
}
div.sc_info h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
div.sc_info h2 a {
    color: #313434;
}
div.sc_info p {
    font-weight: 300;
}
div.sc_links h5 {
    display: inline-block;
    font-family: 'Oswald';
    font-size: 21px;
    color: #313434;
    text-transform: uppercase;
}




/* Home Page Snippets - Best Sellers */
div.home_best {
    position: relative;
    width: calc(33.33% - 7px);
    background: #000;
    cursor: pointer;
}
div.home_best_img {
    width: calc(100% - 20px);
    height: 283px;
    margin: 10px 0 10px 10px;
    background-color: #111;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
a.home_best_info {
    display: block;
    position: absolute;
    z-index: 9800;
    margin: 218px 0 0 0;
    width: 100%;
    height: 85px;
    background-color: rgba(0,0,0,0.85);
    background-image: url('/ev-site/desktop/img/arrow-right.svg');
    background-position: calc(100% - 16px) 16px;
    background-size: 23px auto;
    background-repeat: no-repeat;
    font-family: 'Oswald';
    text-transform: uppercase;
}
span.hbi_name {
    display: block;
    float: left;
    margin-left: 18px;
    padding-top: 9px;
    font-size: 24px;
    color: #fff;
}
span.hbi_category {
    display: block;
    float: left;
    clear: left;
    margin-left: 18px;
    font-size: 14px;
    color: #999493;
}
div.ml10 {
    margin-left: 10px;
}

/* Home Page Snippets - Welcome */
div.home_welc {
    width: calc(50% - 85px);
    background: rgba(0,0,0,0.75);
    padding: 25px 40px;
}
div.home_welc h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
div.home_welc ul {
    list-style-type: none;
}
div.home_welc ul li {
    padding: 12px;
    margin-left: -12px;
    font-size: 16px;
}
div.home_welc ul li:hover {
    background: #1a1c1c;
}
div.home_welc ul li a {
    color: #fff;
}


/* Home Page Elements */
h1.h1_home {
    margin: 0 0 10px 0;
    background: #33abcc;
    padding: 4px 0 5px 20px;
    border-bottom: none;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
h2.h2_home {
    margin: 10px 0;
    background: #d95218;
    padding: 4px 0 5px 20px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}


/* Forms */
form.inline_form label, form.inline_form input, form.inline_form textarea {
    display: block;
}
form.inline_form input, form.inline_form textarea {
    margin: 0 0 1em 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
form.inline_form input:focus, form.inline_form textarea:focus {
    border: 1px solid #40d5fe;
}
form.inline_form input[type=text] {
    width: 40%;
}
form.inline_form textarea {
    width: 50%;
    resize: none;
}
form.inline_form input[type=submit] {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 19px;
    border-top: 1px solid #38a4bc;
    border-bottom: 1px solid #166582;
    border-left: none;
    border-right: none;
    border-radius: 10px;    
    background: -moz-linear-gradient(top,  #3fb3cd 0%, #1a7698 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fb3cd), color-stop(100%,#1a7698));
    background: -webkit-linear-gradient(top,  #3fb3cd 0%,#1a7698 100%);
    background: -o-linear-gradient(top,  #3fb3cd 0%,#1a7698 100%);
    background: -ms-linear-gradient(top,  #3fb3cd 0%,#1a7698 100%);
    background: linear-gradient(to bottom, #3fb3cd 0%,#1a7698 100%);
}

/* Mailing list form */
input.ml_email {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 8px;
    width: 220px;
}


/* Utility styles, sparsely used */
.hi_orange {
    color: #ff6726;
}

/* Prompts */
div#prompt_cover {
    display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
div.prompt {
    display: none;
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: -25px 0 0 -145px;
    background: rgba(0,0,0,0.85);
    border-radius: 5px;
    text-align: center;
    text-indent: 27px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
div.prompt_error {
    background-image: url('/ev-cms/img/error.svg');
    background-position: 39px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}
div.prompt_success {
    background-image: url('/ev-cms/img/success.svg');
    background-position: 35px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

/* A small clearfix trick */
.group:after {
  content: "";
  display: table;
  clear: both;
}