/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 18, 2015, 6:53:00 PM
    Author     : Mauro
*/
html {
    -webkit-font-smoothing: antialiased;
}
body {
    overflow-x: hidden;
    color: #555;
    font-family: 'Montserrat', sans-serif;
}
h4, .h4 {
    font-size: 23px;
    font-weight: 400;
}
h5, .h5 {
    font-size: 20px;
    font-weight: 400;
}
h4 {
    margin-bottom: 15px;
}
h5, h6 {
    margin-bottom: 10px;
}
p {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 10px;
}
input:required, textarea:required {
    background: #FFF4F4;
    border: 1px solid #FFC2B4;
}
input:required:focus, textarea:required:focus {
  border: 1px solid red;
  outline: none;
}
input:required + label::after { content: "*"; }
.company_name {
    color: #000a83;
    font-family: "Crimson Text script=all rev=1";
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.04765;    float: left;
    margin: 40px 0 0 0;
}
div.company_logo {
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
}
img.company_logo {
    float: left;
    margin: 30px 30px 0 100px;
    height: 100px;
}
div.top_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
}
img.top_banner {
    width: 100%;
    height: auto;
}
.under_construction {
    width: 100%;
    text-align: center;
    margin-top: 900px;
}
.success {
    padding: 5px 0px;
    margin-bottom: 10px;
    background: #E4F1C9;
    border: 1px solid #A5BD71;
    font-size: 14px; 
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}
.warning {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFDFE0;
    border: 1px solid #FF9999;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}
.warning ul {
    list-style: none;
    padding: 0;
}
.wait {
    padding: 5px 0px;
    margin-bottom: 10px;
    background: #FBFAEA;
    border: 1px solid #EFEBAA;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    color: #FF0000;
    display: block;
}
.help {
    cursor: pointer;
}
.tooltip {
    border: 1px solid #FDDA5C;
    background: #FBFF95;
    padding: 5px;
    font-size: 11px;
    width: 250px;
}
.clear { clear:both; }
.smaller-font {
    font-size: .8em;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
header.container {
    text-align: center;
    padding: 30px 0;
}
header.container p {
    padding: 20px 10px;
}
footer {
    background-color: #262626;
    min-height: 200px;
}
@media (min-width: 80px) {
  header.container img {
    width: 320px;
  }
  section.shopperone img {
    width: 320px;
  }
}
@media (min-width: 432px) {
  header.container img {
    width: 400px;
  }
  section.shopperone img {
    width: 400px;
  }
}
@media (min-width: 768px) {
  header.container img {
    width: 650px;
  }
  section.shopperone img {
    width: 610px;
  }
  .intro p {
      font-size: 19px;
  }
}
@media (min-width: 992px) {
  header.container img {
    width: 850px;
  }
  section.shopperone img {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  header.container img {
    width: 929px;
  }
  section.shopperone img {
    width: 752px;
  }
}
@media (max-width: 767px) {
  .img-responsive {
      margin: 0 auto !important;
  }
  .extra-top-padding {
      padding-top: 0 !important;
  }
  .cudalighting-logo-extra-top-padding {
      padding-top: 20px !important;
  }
  .intro p {
      font-size: 17px;
  }  
}
@media (max-width: 991px) {
  .img-responsive.half-column {
      margin: 0 auto !important;
  }     
}
section {
    padding: 60px 0;
}
section.container {
    text-align: center;
}
section.container h1 {
    padding: 0 0 30px 0;
    color: #0C76AA;
    text-shadow: 1px 1px 1px #D9D9D9;
}
section.container a {
    text-decoration: none;
}
section.shopperone img {
    margin: 0 0 40px 0;
}
#manage_subscription {
    padding: 20px 40px 0 40px;
}
#manage_subscription .preference-input-box {
    background-color: #F8F8F8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 540px;
    width: 99%;
    padding: 15px;
    margin: 10px auto;
    overflow: hidden;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#manage_subscription .preference-input-box input {
    width: 20px;
    height: 20px;
    position: relative;

}
#manage_subscription .subtitle {
    margin: 16px auto;
}
#manage_subscription i {
    position: relative;
}
#manage_subscription .icon-chat {
    font-size: 54px;
    top: 0px;
    left: -32px;
    color: #0070DF;
}
#manage_subscription .icon-doc-text-inv {
    font-size: 50px;
    top: 24px;
    left: -28px;
    color: #84F4FF;
}
#manage_subscription .icon-tags-1 {
    font-size: 56px;
    top: 16px;
    left: -34px;
    color: #1EC100;
}
#manage_subscription .icon-star {
    font-size: 58px;
    top: 10px;
    left: -40px;
    color: #FFEB00;
}
#manage_subscription .icon-thumbs-up-alt {
    font-size: 54px;
    top: 16px;
    left: -30px;
    color: #404D8F;
}
#manage_subscription .email-input {
    padding: 8px 12px;
    width: 99%;
    max-width: 400px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DFDFDF;
}
#manage_subscription .preference-label {
    font-size: 18px;
}
#manage_subscription .preference-help {
    color: #878787;
}
#input_contact_request {
    top: 24px;
}
#input_newsletter {
    top: 48px;
}
#input_promo_offers {
    top: 38px;
}
#input_ratings_reviews {
    top: 38px;
}
#input_surveys {
    top: 48px;
}
#input_surveys {
    top: 48px;
}
#unsubscribe_all {
    background-color: #F8F8F8;
    padding-top: 20px;
}
#update_thankyou {
    background-color: #F4F8F4;
    padding: 40px 0;
}
#update_thankyou p {
    text-align: center;
}
#btn_save_preferences {
    margin: 10px 0;
}
.img-centered {
    margin: 0 auto;
}
.img-right {
    margin: 0 0 0 auto;
}
.extra-top-padding {
    padding-top: 20px;
}
.cudalighting-logo-extra-top-padding {
    padding-top: 0;
}
.intro {
    padding: 10px 0;
    text-align: left;
}
.shopperone {
    background-color: #F4F8F4;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#unsubscribe_all {
    background-color: #F8F8F8;
    padding-top: 20px;
    margin-top: 20px;
}

#div-recaptcha {
    width: 310px;
    margin: 16px auto;
}
.bg-green {
    background-color: #388A2E !important;
}
.bg-red {
    background-color: #DE0000 !important;
}
.bg-yellow {
    background-color: #FFE000 !important;
}
.bg-blue {
    background-color: #0045DE !important;
}
.circle-box {
    height: 145px;
    width: 145px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;    
    font-size: 70px;
    color: #ffffff;
    line-height: 145px !important;
}
@media (min-width: 1921px) {
    .mac-air-bg {
        background-image: url("../../images/macbook-air-w2880.jpg");
    }
}
@media (min-width: 768px) {
    .bg-fixed {
        background-attachment: fixed !important;
    }
    .pull-right p {
        text-align: right !important;
    }    
}
@media (max-width: 1920px) {
    .mac-air-bg {
        background-image: url("../../images/macbook-air-w1920.jpg");
    }
}
@media (max-width: 768px) {
    .mac-air-bg {
        background-image: url("../../images/macbook-air-w768.jpg");
    }
    footer .pull-left, .pull-right {
        float: none !important;
    }
    .copyright-section p, .pull-right p {
        text-align: center !important;
    }
}
.bg-center {
    background-position: center !important;
}
.viewable-section {
    min-height: 300px;
    position: relative;
}
.control {
    overflow: hidden;
    position: relative;
}
textarea.form-control {
    padding-top: 10px !important;
}
.icon .form-control {
    min-height: 42px;
    padding: 0 15px 0 42px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777777;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}
.control i {
    position: absolute;
    font-size: 21px;
    color: #dddddd;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    left: 0;
}
.info-bar {
    text-align: left !important;
}
.info-bar a {
    font-size: 16px;
}
.info-bar h4 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
  color: #777777;
  font-weight: 700;
}
.info-bar > li {
  margin-bottom: 15px;
  color: #777777;
}
.info-bar > li p {
  margin-bottom: 0;
}
.copyright-section {
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #D9D9D9;
    text-shadow: none;
}
footer .col-md-4 {
    text-align: left !important;
}
footer .col-md-4 img {
    margin: 5px;
}
footer ul {
    padding-left: 5px;
}
footer ul li {
    list-style: none;
}
footer li:hover, footer p:hover, footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
}
footer u li {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-color, .footer-color a {
    color: #D9D9D9;
    text-shadow: none;
}
.privacy_policy {
    text-align: left !important;
}
.privacy_policy fieldset {
    padding-bottom: 20px;
}
.privacy_policy legend {
    margin-bottom: 6px;
}
.privacy_policy .row {
    margin-left: 0;
    margin-right: 0;
}
.btn-primary {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 8px 16px;
    text-shadow: 1px 1px 0 #777777;
}
.btn-primary i { 
    margin-right: 4px;
}
.icon-shopperone:before {
    content: url("../../images/shopperone_icon.png");
    margin-right: .4em !important;
}
.icon-shopperone {
    height: 21px;
}
.DialogOverlay {
    background: #ffffff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
}
.DialogHolder {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    top: 0;
    left: 0;
}
.DialogPanel {
    width: 980px;
    overflow: hidden;
    padding: 12px;
    background: #DFEFFC;
    border-radius: 5px;
    border-top-right-radius: 0;
    box-shadow: 5px 5px 12px #7E7E7E;
}
.DialogPanel.centered {
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translate(-50%, 100px);  
    transform: translate(-50%, 100px);   
}
.DialogPanel.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}
.DialogPanel.yellowBorder {
    background: #FFECA0 !important;    
}
.DialogPanel.redBorder {
    background: #FFC6C6 !important;    
}
.DialogPanel.w90pct {
    width: 90% !important;
}
.DialogPanel.w540 {
    width: 540px !important;
}
.DialogPanel.w720 {
    width: 720px !important;
}
.DialogPanel.w990 {
    width: 990px !important;
}
.DialogContentPanel {
    background-color: #ffffff;
    padding: 20px 20px 35px 20px;
}
.DialogContentInnerBox {
    width: 840px;
    margin: 10px 0;
    padding: 20px;
    border: 1px solid #C7D7EB;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.DialogInputPanel {
    margin: 5px 0;
    padding: 10px;
    overflow: hidden;
}
.DialogInputPanel.blue {
    border: 1px solid #C7D7EB;
    background-color: #E8F2FB;
}
.DialogInputPanel.yellow {
    border: 1px solid #F0DDA1;
    background-color: #FAF8ED;
}
.DialogInputPanel.header  {
    font-weight: bold;
    font-size: 1.1em;
    color: #6A9ACC;
    text-align: center;
    text-shadow: 1px 1px 0 #FFF;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.DialogClose {
    position: relative;
    top: -11px;
    right: -11px;
    float: right;
    background-color: #DFEFFC;
    padding: 5px 6px 5px 7px;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}
div.DialogClose:hover {
    background-color: #FFF293;
    color: #0290FF;
}
div.DialogClose.yellowBorder {
    background-color: #FFECA0 !important;
}
div.DialogClose.yellowBorder:hover {
    background-color: #DEE7E6 !important;
    color: #0290FF;
}
div.DialogClose.redBorder {
    background: #FFC6C6 !important;    
}
div.DialogClose.redBorder:hover {
    background-color: #DEE7E6 !important;
    color: #FFD6D6;
}
.loading_centered {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
