
/* dna misc */
.byline-premium {
	color: #b60829;
}

.lbl {color: #000000 }
.lblErr {
    color: #CF000F;//Monza color
}
.urgent {color:maroon}
.required {color:maroon; padding:0 0 0 2px }
.errMsg { white-space:nowrap; color: maroon; font-size: 10pt; font-family: arial; font-weight:regular; display:none }
.how_referred_member { color: #666666; }
.how_referred_other { color: #666666; }
#msgProcessing{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: center;
}
#DNAFormFields .package-box-main {
    border: 1px solid #dddddd;
    cursor: pointer;
    margin: 5px 0px;
    padding: 10px;

}
#DNAFormFields .package-box {
    border: 1px solid #dddddd;
    cursor: pointer;
    margin: 5px 0px;
    padding: 10px;

}
#DNAFormFields .package-box:hover {
    background-color: #f8f8f8;
}
#DNAFormFields .package-box-active {
    background-color: #cccccc;
}

#DNAFormFields input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=password],
input[type=search],
input[type=file],
input[type=email],
select{
    height:34px;
}
#dna-subscriptions input[type=text],input[type=button],input[type=submit],input[type=reset],input[type=password],input[type=search],input[type=file],input[type=email],select{
    height:34px;
}
form .uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select
{
    height:34px;
}
.checkout-form select{margin-bottom: 10px;}
#dna-register input:not([type=radio]):not([type=checkbox]),
#dna-register select{
    width:100%;
}
#DNAFormFields input[type=checkbox], input[type=radio]{
    height:1em;
}
.dna-heading,
#dna-heading h2{
    font-size: 2.3em;
    transition: font-size .5s ease-in;
}
/* registration */
#dna-register .lbl { }
#dna-register .lblErr {color: #ed2f60; }


#dna-subscriptions .divCell{
    padding-right:1%;
    padding-left:1%;
    float:left;
    text-align: center;
}
.tabular{
    float:right;
    width:auto;
    padding:10px 0;
}

.choice {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 1px;
    box-shadow: 3px 3px 3px #b3b3b3;
    color: #525252;
    cursor: pointer;
    font-size: 17pt;
    padding: 10px;
    margin:5px 5px;
}
.choice a {
    color: #313131;
    text-decoration: none;
}
.choice-selected {
    background-color: #ffffff;
}
.choice:hover {
    background-color: #ffffff;
}
.packageDiv {
    background-color: #efefef;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-shadow: 3px 3px 3px #b3b3b3;
    margin-bottom: 10px;
    padding: 10px;
}
.packageDiv:hover { background-color: #E8F9FF; }
.package-sticky{ background-color: #E8F9FF; }
.package-selection { float: left; width: 3%; }
.package-info { float: left; width: 97%; }
.package-title { color:#069; font-size: 20px; }
.package-description { margin-top: 8px; }

/*Bootstrap Custom overide*/
.input-group-addon.req-star {
    border: 0 none;
    background-color: #fff;
    background: transparent;
}
.require {
    color: #CF000F;
}

.form-border{
    border:1px;
   /* background-color: #e6e6e6; optional */
    margin: 0;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-shadow{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font-size: 0.9em;
    border-radius: 0;
}
.form-control {
    border-radius:0;
      -webkit-transition: border-color ease-out 1.60s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-out 1.60s,box-shadow ease-in-out .15s;
  transition: border-color  ease-out 1.60s ,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #adadad;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}
.input-group-addon{
        border-radius:0;

}

/*.btn{
    font-size: 1.1em;
    border-radius: 0;
}*/

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;

}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    -webkit-transition:  border-bottom-color ease-in-out .60s ;
    -o-transition:  border-bottom-color ease-in-out .60s ;
    transition:  border-bottom-color ease-in-out .60s ;
}
nav button:active{
      padding: 9px 10px;
}
.alert {
  border-radius: 0;
}
.btn-flat {
    padding-top: 10px;
    padding-bottom: 10px;

}
.btn-flat:hover{
    background-color: #d94412;
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-top-width: 1px;
    color: #fff;
    border-bottom-color: rgba(0,0,0,0);
}
.btn-flat:active{
    background-color: #d94412;
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-top-width: 1px;
}
#left-select-list.col-md-6,
#left-select-list.col-sm-6,
#left-select-list.col-sm-12,
#left-select-list.col-xs-7{
    padding-left: 0;
}
#right-select-list.col-md-6,
#right-select-list.col-sm-6,
#right-select-list.col-sm-12,
#right-select-list.col-xs-5{
    padding-right: 0;
}
#month-select-list.col-md-6,
#month-select-list.col-sm-6,
#month-select-list.col-sm-12,
#month-select-list.col-xs-7{
    padding-left: 0;
}
#year-select-list.col-md-6,
#year-select-list.col-sm-6,
#year-select-list.col-sm-12,
#year-select-list.col-xs-5{
    padding-right: 0;
}



.control-label-align{
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}
.pad-left{
    padding-left: 90px;
}
.pad-left-40{
    padding-left: 40px;
}
.pad-right-40{
    padding-right: 40px;
}
#dna-menu .container_inner {
    padding: 0px;
}
.account-menu{
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
}
.navbar-link{
    cursor:pointer;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 4px;
    display: inline-block;
}
.navbar-link:hover{
    cursor:pointer;
    text-decoration: none;
}
a.hyper{
     margin-right: 1px;
    /*border-right: 1px solid #B6B2B2;*/
}
a.hyper:last-of-type{
    margin-right: 0;
}

/* Welcome Alert Modal*/
#test-modal .mfp-close:before, 
#test-modal .mfp-close:after{
    display: none;
} 
.welcome-modal-head{
    margin-left: -30px;
    margin-right: -30px;
    background-color: #eee;
}
.welcome-modal-footer {
    padding-top: 15px;
    text-align: right;
}
#hdAlertWelcome {
    margin: 0;
    margin-top: -20px;
    padding: 9px;
    padding-right: 15px;
    font-weight: 200;
}
.hdAlertHeading{
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}
.dvAlertNote{
    font-weight: 300;padding-bottom: 10px;
}
.dvNoteDismiss{
    display: block;
    margin: 10px 0;
}
div#dvListNotes > div {
    border-bottom: 1px solid #eee;
    margin: 0 -30px;
    padding: 0 30px;
}
.hdAlertHeading:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #97C987;
    opacity: 0.75;
}
div#dvListNotes > div:hover .hdAlertHeading:before {
    
    -webkit-transform: rotate(45deg) scale(1.2);
    -moz-transform: rotate(45deg) scale(1.2);
    -o-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
    opacity: 0.90;
}



.tc-prod-items-container.subs-products {
    margin-top: 10px;
}
.subs-products a.addcart-btn {
    text-decoration: none;
    float: right;
    position: relative;
}
.subs-products .addcart-button {
    margin-left:10px;margin-bottom:5px;
}
.subs-products .back-btn {
    margin-bottom:5px;
}
.subs-products .pro_detail_action .addcart-btn{
    display: block;
}
.subs-products .addcart-btn > .addcart_msg{
    position: absolute;
    color: #333;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 5px;
    top: 108%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    cursor: default;
    pointer-events: none;
    transition: all 0.35s ease;
}
.subs-products .addcart-btn.addcart-active > .addcart_msg{
    opacity: 1;
    visibility: visible;
}
#dna-register.checkout-form .lblErr {    
    font-size: 0.8em;
    display: block;
    margin-bottom: 10px; 
}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.pro_option_wrapper{margin-top: 50px;}
.pro_actions{
    float:right;    margin-top: -110px;
}
.pro_quantity{
   float: right;
}
.pro_quantity input{
    width: 60px;
    margin-bottom: 5px;
}
.prod_options_tbl{
    border: none;
    margin: 20px 0 0;
    width: auto;
}
.prod_options_tbl tr td{
    background: #f9f9f9;
    background: transparent;
    border: none;
}
.prod_options_tbl select{
    width: 150px;
}
@media (max-width:599px){
    .pro_actions{float: none;margin-top: 0;}
    .pro_quantity{ float: left;  margin-right: 10px;}
    .subs-products .pro_actions a.addcart-btn{float: left;margin-top: 8px;}
    .subs-products .pro_actions.pro_detail_action a.addcart-btn{
        float: none;margin-left:0;
    }
}
.subs-products .tc-prod-cat-title{
    padding: 10px;
    background: #057547;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
}
.subs-products .tc-prod-item .tc-prod-cost > span{
    font-size: 1.75em;
}
.subs-products .tc-prod-item .tc-prod-cost > span >  span{
    font-weight:normal;
}
.subs-products .tc-prod-item {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.subs-products .tc-prod-item .tc-prod-thumb-wrapper{
    position: relative;
    background-position: center center;
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: -15px -15px 10px;
}
.subs-products .tc-prod-item .tc-prod-thumb-wrapper  .tc-prod-thumb-link{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.checkout-products .badge {
    display: inline-block;
    min-width: 10px;
    padding: 1.5px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #00a5e3;
    border-radius: 10px;
}

.subs-products .tc-prod-item h3{
    margin-top: 0;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}

.subs-products .style-test-cart{
    display: inline-block;
    padding: 5px 22px; 
    background: #989596;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    float: right;
    background-color: #4B2F28 !important;
    border-radius: 6px !important;
    margin-right: 10px !important;
  
}
.subs-products  #product-search-form{
    display: inline-block;
    margin: 0;
}
.subs-products  #product-search-form input{
    width: auto;
    margin-bottom: 10px;
}
.subs-products-pagination .subs-products-pages{margin: 1em 0;}
.subs-products-pagination .subs-products-pages .page-numbers {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.subs-products-pagination .subs-products-pages .page-numbers.current {
    font-weight: bold;
    cursor: default;
    border: 1px solid #a0a0a0;
}
.tc-prod-loader-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.80);
}
.tc-prod-loader-wrapper .tc-loader-text{
    margin-top: 50px;
    display: inline-block;
    left: 50%;
    position: absolute;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Ul Tabs*/
/* Style the list */
ul.product_tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.product_tabs li {float: left;}

/* Style the links inside the list items */
ul.product_tabs li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.product_tabs li a:hover {background-color: #ddd;}

/* Create an active/current product_tabslink class */
ul.tab li a:focus, ul.tab li a.active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab-w label {
    display: inline-block;
    vertical-align: middle; 
    overflow: hidden;
    width: 200px;
    line-height: 29px;
    font-size: 8pt;
    padding: 7px 4px 8px 10px;
    padding: 0px 4px 0px 10px;
    vertical-align: top;
    /* border-bottom: 1px solid #E8E8E8; */
    white-space: nowrap;
}

.tab-winput {
    display: inline-block;
    vertical-align: middle;
}


/* Media queries below*/


@media (max-width:480px){
/*    .control-input{
    text-align: center;
}*/
.tabular-right{
    text-align: right;
}
.tabular{
    /*float: none;*/
    width:auto;
    padding: 0;
}
.tabular-center{
    text-align: center;
}
#content .entry-content  {
  padding-left: 0;
  padding-right: 0;
}


#left-select-list.col-sm-6,
#left-select-list.col-xs-12{
    padding-right: 0;
    padding-left: 0;
}

#right-select-list.col-sm-6,
#right-select-list.col-xs-12{
   padding-right: 0;
    padding-left: 0;
}
.dna-heading,
#dna-heading h2{
    font-size: 1.6em;
    transition: font-size .5s ease-in;
}
}


/* Media query*/


@media (min-width:767px){
    .form-pad-right{
        padding-right: 5%;
    }
}
@media (min-width:480px) and (max-width:767px){
    .tabular-right{
    text-align: right;
}
.tabular{
    /*float: none;*/
    width:auto;
    padding: 0;

}
.tabular-center{
    text-align: center;
}
#left-select-list.col-sm-6,
#left-select-list.col-xs-12{
    padding-right: 0;
    padding-left: 0;
}

#right-select-list.col-sm-6,
#right-select-list.col-xs-12{
   padding-right: 0;
    padding-left: 0;
}

}

#headerSection {width:100%; clear:both;  position:fixed; z-index:1002;top: 0px;}
#headerNav{margin: 0px auto;max-width: 1480px;}
.tnDiv {margin:-1px 11px 0;}
#topNav { text-align: center;}
#topNav > ul {list-style:none; margin:0px 10px 0px 10px; background:#00a5e3; float:right; padding:3px 15px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
#topNav > ul > li {  display: inline-block; /*font-family: "alegreya_scregular";*/font-size: 83%; font-weight: bold; color:#efefef; text-transform:uppercase;  text-align: center;}
#topNav > ul > li > a {color:#efefef;text-decoration: none;}
#topNav > ul > li > a:hover {color:#000;text-decoration: none;}
@media (max-width:991px){
    #headerSection {position:relative;}
    #topNav{ width:60%; margin:0px auto;text-align: center;transition: width .5s ease-in;}
    #topNav > ul{ width:100%;float: none;}
}
@media (max-width:767px){
    #topNav{ width:80%; margin:0px auto;text-align: center;transition: width .5s ease-in;}
    #topNav > ul{ width:100%;float: none;}
}
@media (max-width:499px){
    #topNav { text-align: center; width: 100%; }
    #topNav > ul { border-bottom-left-radius:0px !important; margin:0px auto !important; width:100%;}
    
   
}
@media print{
    #header-secondary-outer,
    #headerSection,
    #header-outer #top nav,
    #toggle-nav,
    header#top #toggle-nav,
    #afc_sidebar_1,
    #dna-menu.account-menu,
    .container.main-content .btn.btn-default,
    #to-top,
    #footer-outer #footer-widgets,
    #su-footer-links,
    #copyright #social
    {
           display: none !important;
    }
    #header-outer[data-using-secondary="1"] {
        top: 0;
    }
    #header-outer .row .col.span_3,
    #copyright .col.span_5{
        width: 100% !important;
        text-align: center;
    }
    header#top #logo img {
       margin: 25px auto;
    }
    .container.main-content .panel.panal-default.center-block{
        padding: 20px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .container-wrap, .project-title {
    background-color: #FFFFFF;
    }
    .container.main-content .alert.alert-success ,
    .container.main-content .alert.alert-danger{
        color: #333;
        background: #fff;
    }
}

.memberonly-btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  font-size: 10px;
  padding: 4px 4px 4px 4px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.memberonly-btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.dna_disabled_contents {
    position: relative;
}
.dna_disabled_contents::after {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjMAAACICAYAAAASwGpdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCN0Q2RURGOTM1RDExMUUzQkQzMEM3NjIwRkQwOEE5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCN0Q2RURGQTM1RDExMUUzQkQzMEM3NjIwRkQwOEE5NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI3RDZFREY3MzVEMTExRTNCRDMwQzc2MjBGRDA4QTk0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI3RDZFREY4MzVEMTExRTNCRDMwQzc2MjBGRDA4QTk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+BIkh4QAAA2VJREFUeNrs3UnHV3Ech+H+9UgekYiIiIdoES2iRYto0aJFLzbiIZFIGjTP8zzP83xq0apdq59b18V5A5/V7XsOZzZN09IlAABRs98xM2cGAKAcM8vNAACUY2aFGQCAcszMmwEAKMfMSjMAAOWYWWUGAKAcM6vNAACUY2aNGQCAcsysNQMAUI6ZdWYAAMoxs94MAEA5ZjaYAQAox8yCGQCAcsxsNAMAUI6ZTWYAAMoxs9kMAEA5ZraYAQAox8xWMwAA5ZjZZgYAoBwz280AAJRjZocZAIByzOw0AwBQjpldZgAAyjGz2wwAQDlm9pgBAKia+/MAAGRjZpkZAIByzLjMAABiBgBAzAAAiBkAQMwAAIgZAAAxAwAgZgAAMQMAIGYAAMQMAMBfMePfTABAOmZcZgAAMQMAIGYAAMQMAPC/xYwPgAGAdMy4zAAA6ZhxmQEA0jHjMgMApGPGZQYAEDMAAKNixmsmACAdMy4zAEDWbJqmvWYAAMoxs88MAEA5ZhbNAACUY2a/GQCAcswcMAMAUI6Zg2YAAMoxc8gMAEA5Zg6bAQAox8wRMwAA5Zg5agYAoBwzx8wAAJRj5rgZAIByzJwwAwBQjpmTZgAAyjFzygwAQDlmTpsBACjHzBkzAADlmDlrBgCgHDPnzAAAlGPmvBkAgHLMXDADAFCOmYtmAADKMXPJDABAOWYumwEAKMfMFTMAAGIGAGBQzFw1AwBQjplrZgAAyjFz3QwAQDlmbpgBACjHzE0zAABiBgBgUMzcMgMAUI6Z22YAAMoxc8cMAICYAQAYFDN3zQAAlGPmnhkAADEDADAoZu6bAQAox8wDMwAAYgYAYFDMPDQDAFCOmUdmAADEDADAoJh5bAYAQMwAAAyKmSdmAADKMfPUDACAmAEAGBQzz8wAAIgZAIBBMfPcDACAmAEAGBQzL8wAAIgZAIBBMfPSDACAmAEAEDMAAP8eM6/MAACIGQCAQTHz2gwAgJgBABgUM2/MAACUY+atGQAAMQMAMChm3pkBACjHzHszAADlmPlgBgCgHDMfzQAAiBkAgEEx88kMAEA5Zj6bAQAQMwAAg2LmixkAgHLMfDUDACBmAAAGxcw3MwAAYgYAYFDMfDcDAFCOmR9mAADEDADAoJj5aQYAQMwAAAzwS4ABADt6l9o7YVgDAAAAAElFTkSuQmCC") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    right: 0;
}
.dna-protected-login {
    line-height: 30px;
    height: 30px;
    width: inherit;
    text-align: center;
    background: #8a8a8a;
    color: #fff;
    font-size: 14px;
}
.dna-protected-login a:link, .dna-protected-login a:visited, .dna-protected-login a:hover
{
    color:white;
    text-decoration: none;
}

.widget_subscriptiondna_product_category h3:before {
    content: "\f07c";
    padding-right: 10px;
    position: relative;
    top: -1.3px;
    font-family: FontAwesome;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #394143;
}
.dna_product_cats_widget li:before ,
.widget.SubscriptionDNA_menu li:before {
    content: '\203A';
    position: relative;
    left: -10px;
    color: #394143;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -ms-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
}
.dna_product_cats_widget li.on:before,
.widget.SubscriptionDNA_menu li.on:before 
{left: -7px;}

/*///customizr theme right sidebar fix////*/
.navbar .collapse {
    display: initial;
}
@media (max-width: 979px){
    .nav-collapse.in,
    .nav-collapse.collapse.in {
        height: auto;
    }
}
@media (min-width: 768px){
    [class*=span]{
        margin-left: 10px;
    }
}
@media (min-width: 980px){
    [class*=span]{
        margin-left: 12px;
    }
}
@media (min-width: 1200px){
    [class*=span]{
        margin-left: 15px;
    }
}
@media (min-width: 767px) and (max-width:979px){
    .widget h3.widget-title{font-size: 20px;}
}
@media (min-width: 767px) and (max-width:784px){
    #main-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}


div.coupon
{
    display:none;
}

.caret {
    padding: 0 7px;
}

.nav>li>a {
    padding: 0 15px;
}
.navbar li > a {
    padding-left: 10px;
    padding-right: 10px;
}
#main-nav  .nav>li>a:focus,#main-nav  .nav>li>a:hover {
    background-color: #005081;
}
/*Bootstrap fix for wptheme*/
.navbar .container {
    padding-left: 0;
    padding-right: 0;
}
.pager {
    margin: auto;
    text-align: initial;
}
.span12 > .row,
[class*="span"] > .row,
.row-fluid [class*="span"] > .row{
    margin-left: 0;
    margin-right: 0;
}
.input-append input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

input[type=button].hs-button ,
input[type=submit].hs-button {
    height: auto;
}
.form-search input.searchbox.search-query {
    height: auto;
}
.form-shadow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#subscription_form h3 { margin-bottom: 10px !important; }

#dna_free_views { background-color: #000000; color: #ffffff; padding: 8px; font-size:24px; width: 100%; text-align: center;margin-bottom: 15px; }
.dna_free_views_caption { font-size: 12px; }