@charset "utf-8";
/* CSS Document */ 
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.5em;
    /*color:#FFF;*/
    color:#000000;
    background-color:#000000;
    font-weight:normal;   
    overflow-x: hidden;    
    background-size: cover; 
    background-position:  center 50%;
    background-attachment: fixed;
    background-image: url("../img/protools1.png");
}
#page {
    max-width: 1200px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.625);
}
.header {    
    min-height: 160px;
    text-align: center;
    margin-top: 70px;
    min-height: 145px;
}
div#logo {
    /*float: left;
    max-width: 200px;
    max-height: 200px;
    border-radius: 400px;
    position: absolute;
    top: 12%;
    left: 2.5%;
    display: block;
    height: 83%;
    width: 17%;
    background-image: url(../img/wsrLogo206.png);
    background-size: cover;
    background-position: -1px -8px;
    background-repeat: no-repeat;
    background-color: #ffffff;*/
}
img#headerImage {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
}
div#empty {
    background-color: transparent;
}
h1 {
    color: #000000;
    font-size: 1.75em;
    margin-top: 0;
    text-align: left;
}
h2 {
    font-size: 1.5em;
    color: #000000;
    text-align: left;
}
h3 {
    font-size: 1.25em;
    color: #000000;
    text-align: left;
    margin-top: 0;
}
h4, h5 {
    width: 100%;
    text-align: left;
    margin: 0;
}
li.here a {
    text-transform: uppercase;
}
li.normal {
    text-align: left;
    list-style-type: none;
}
div.article {
    background-color: lightyellow;
    border-radius: 0 0 10px 10px;
    font-size: 0.95em;
    padding: 20px;
    max-width: 1170px;
    margin: 0 15px;
    float: left;
    width: -webkit-fill-available;
}
.leftCol.col-md-3 {
    float: left;
    padding-top: 5px;
}
.tipOfDay {
    background-color: #880000;
    padding: 0.5em;
    border-radius: 8px;
    border: none;
    color: #ffffff;
}
.tipOfDay h2 {
    color: #ffffff;
    margin: 0;
    font-size: 1em;
}
.tipOfDay hr {
    border-top: 1px solid #ffffff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.tipOfDay p.tip {
    font-size: 0.9em;
}
.rightCols.col-md-9 {
    float: left;
}
#mainPhotoBig, #mainPhotoMed {
    width: 97%;
    display: block;
    margin: 1rem auto;
    border-radius: 10px;
    border: 1px solid #000;
}
table.rateTable {
    width: 100%;
    margin-bottom: 1em;
}
table.rateTable tr:nth-child(odd) th, table.rateTable tr:nth-child(odd) td {
    background-color: #eeeeee;
}
table.rateTable tr:nth-child(even) th, table.rateTable tr:nth-child(even) td {
    background-color: #ffffff;
}
table.rateTable th {
    vertical-align: top;
    padding-bottom: 1em;;
    padding: 1em;
}
table.rateTable td {
    text-align: left;
    vertical-align: top;
    padding: 1em;
}
div.article p {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
}
div.article a {
    color: #880000;
    text-decoration: underline;
}
div.article a:hover, div.article a:focus {
    color: #008800;
}
iframe:not(#mp3Streamer), iframe:not(mailListFrame) {
    margin: 10px;
    border: none;
}
iframe#videoFrame, div#myCarousel {
    margin: 10px !important;
}
footer {
    text-align: center;
    text-shadow: 1px 1px #000000;
    padding: 2rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.625);
}
footer a {
    color: #ffffff;
    text-decoration: underline;    
}
footer a:hover, footer a:focus {
    color: #aaffff;
}
footer a i {
    margin: 0 6px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
#photo .container {
    width: 98%;
}
/*local bootstrap overrides*/
.navbar-inverse .navbar-nav > li > a {
    color: #FFD56F;
    padding: 15px 9px;
}
.navbar-inverse {
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    max-width: 1170px;
    margin: auto;
    border-radius: 0;
}
.dropdown-menu {
    background-color: #000000;
}
.dropdown-menu>li>a {
    color: #FFD56F;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #ffffff;
}
#contact_form_holder { 
    max-width:400px;
    float: none;
    margin: auto;
}  
#contact_form_holder input[type="text"], #contact_form_holder textarea {
    width: 100%;
    font-family: inherit;
    padding: 5px;
    border: 1px solid #005580;
    border-radius: 4px;
    min-height: 40px;
    line-height: 2rem;
    color: #bb0000;
    margin-bottom: 8px;
}  
#contact_form_holder textarea {  
    height:100px; 
} 
#contact #mailListFrame {
    display:block;
    max-width:400px;
    height:185px;
    margin:auto;
    padding:0;
    width:100%;
    margin-bottom: 4rem;
}
#contact h4 {
    display: block;
    clear: both;
}
#send_message {  
    width: 200px !important;
    border: 1px solid black; 
    cursor: pointer;  
}  
#cf_submit_p { 
    text-align:right;
}  
.error {  
    display: none;  
    padding: 10px;
    color: #D8000C;
    font-size: 12px;
    background-color: #FFBABA;
    font-weight: bold;
    margin-top: 8px;
    text-align: right;  
} 
div#captcha_code_error {
    margin-top: 0;
}
.success {  
    display: none; 
    padding:10px;  
    color: #044406;  
    font-size:12px;  
    background-color: #B7FBB9;
    font-weight: bold;
}  
#contact_logo { 
    vertical-align: middle; 
}  
.error img { 
    vertical-align:top; 
}
form label {
    float: left;
    margin-top: 2rem;
    position: relative;
    top: -10px;
    left: 4px;
}
div#cf_submit_p {
    text-align: center;
    padding-top: 2rem;
}
input#send_message, input[type="submit"] {
    height: 48px;
    border-radius: 12px;
    box-shadow: none !important;
    color: #FFD56F;
    background-color: #005580;
    border-color: #005580;
    font-weight: bold;
    border-width: 2px;
    outline: none;
}
input#send_message:hover, input#send_message:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #ffffff;
    border-color: #FFD56F;    
    background-color: #005580;
    box-shadow: none;
}
input#send_message:active, input[type="submit"]:active {
    color: #35687b;
    border-color: #005580;
    background-color: #FFD56F;
    box-shadow: none;
}
img#captcha {
    margin: auto;
    display: block;
}
#contact_form a {
    display: block;
    text-align: center;
}
ul.artistList {
    margin-bottom: 2em;
}
ul.artistList li {
    text-align: left;
}
a.scrollTo {
    display: block;
    margin:  20px 0 20px 0;
    text-align: left;
}
ul li a.scrollTo {
    margin: 0;
    display: inline;
}
p.quote {
    margin: 2em auto;
    font-size: 12px;
    text-align: center !important;
    max-width: 90%;
}
div#equip h2 {
    display: block;
    width: 100%;
    text-align: left;
    float: left;
}
ul.equipList {
    list-style-type: circle;
    display: block;
    float: left;
}
ul.equipList li {
    text-align: left;
    float: left;
    margin-right: 2em;
}
div.affiliateLink {
    border: 2px solid #880000;
    border-radius: 10px;
    padding: 0.5em;
    margin: 24px 0;
    background-color: white;
}
div.affiliateLink h2 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}
a.dealLink {
    background: url(https://www.fastsetusa.com/wp-content/uploads/2017/09/ZZounds-800x400.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    color: #008800 !important;
    display: block;
    vertical-align: bottom;
    width: auto;
    padding: 52% 0 0;
    text-align: center;
}
div.affiliateLink p {
    text-align: center;
}
div.poll form {
    font-size: 0.75em;
}
div.poll form fieldset legend {
    border: none;
    font-size: 1.25em;
    font-weight: bold;
}
div.poll form input[type="radio"] {
    float: left;
    clear: left;
    position: relative;
    top: -5px;
    display: inline-block;
}
div.poll form label {
    float: left;
    clear: right;
    display: inline-block;
    max-width: 80%;
    font-weight: normal;
    margin-top: 8px;
}
div.poll form input[type="submit"] {
    margin: 4px;
    height: 3em;
    border: none;
    min-width: 60px;
}
div.poll form div {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 1em;
}
div.poll div:last-child {
    text-align: center;
    font-size: 0.75em;
}
div#staff img {
    width: 100%;
    float: left;
    margin: 0 auto 2em auto;
    border-radius: 10px;
    border: 1px solid #000000;
}
div#staff div.row {
    margin-bottom: 3em
}
dd {
    margin-bottom: 1em;
}
img.placeHolderImg {
    width: 100%;
    float: left;
    border: 1px solid #000000;
    border-radius: 10px;
}

.capt{
    background-color:grey;
    width: 300px;
    height:100px;

}

#mainCaptcha{
    position: relative;
    left : 60px;
    top: 5px;

}
#refresh{
    position:relative;
    left:230px;
    width:30px;
    height:30px;
    bottom:45px;
    background-image: url(rpt.jpg);
}
#txtInput, #Button1{
    position: relative;
    left:40px;
    bottom: 40px;
}
div#store div.row {
    padding: 10px;
}
div#store div.row:nth-child(odd) {
    background-color: #eeeeee;
}
div#store div.row div.col-md-3 {
    width: 24%;
    float: left;
    padding: 0;
    min-width: 200px;
    text-align: center;
}
div#store div.row div.col-md-6 {
    /*width: 50%;*/
    float: left;
    padding: 10px;
    min-width: 200px;
}
div#store div.row img {
    width: 100%;
    float: left;
    display: block;
    border-radius: 5px;
    border: 1px solid #880000;
}
p.price {
    font-weight: bold;
    font-size: 1.5em;
    color: #880000;
}
input[type="number"] {
    max-width: 75px;
}
input.priceInput {
    border: none;
    outline: none;
    background-color: transparent;
}
input[type="email"]{
    width: 100%;
    max-width: 300px;
}
div#results {
    width: 100%;
    height: auto;
    min-height: 100px;
    border: 1px solid green;
    margin: 16px;
    max-width: 900px;
    word-break: break-all;
    cursor: pointer;
}
div#results:hover {
    background-color: #ddffdd;
}
#form form div, #checkout form div {
    width: 100%;
    padding-bottom: 16px;
    float: left;
    display: block;
    padding: 0 0 0 10px;
}
#form form div:nth-child(odd), #checkout form div:nth-child(odd) {
    background-color: #eeeeee;
}
#form form div:nth-child(even), #checkout form div:nth-child(even) {
    background-color: #ffffff;
}
#form form textarea, #checkout form textarea {
    width: 100%;
    height: 80px;
    position: relative;
    /*float: left;
    clear: left;*/
}
#form form span, #checkout form span {
    vertical-align: top;
    padding: 10px 0 10px 0;
    position: relative;
    top: 10px;
    margin: 0 10px 20px 0;
    white-space: nowrap;
    display: inline-block;
}
#form form span:nth-child(1), #checkout form span:nth-child(1) {
    /*background-color: yellow;*/
    width: 180px;
}
#form form span:nth-child(2), #checkout form span:nth-child(2) {
    /*background-color: green;*/
    width: 100px;
}
#form form span:nth-child(3), #checkout form span:nth-child(3) {
    /*background-color: red;*/
    width: 100px;
}
#form form span:nth-child(4), #checkout form span:nth-child(4) {
    /*background-color: pink;*/
    width: 100px;
}
#form form span:nth-child(5), #checkout form span:nth-child(5) {
    /*background-color: blue;*/

}
span.totalsSpan {
    width: 150px !important;
}
#form form span label, #checkout form span label {
    top: 0;
    margin-right: 4px;
    margin-top: 0;
    left: 0;
    vertical-align: top;
    font-weight: normal;
}
#printButton {
    margin: 2em 0;
    border-radius: 5px;
    color: #ffffff;
    background: blue;
    border: none;
    padding: 4px;
}
#printButton:hover {
    background: green;
}
#printButton:active {
    background: orange;
}
.infoRow {
    /*background-color: #ffffff !important;*/
}
input#customerName {
    width: 300px;
}
input#customerEmail {
    width: 300px;
}
input#customerPhone {
    width: 100px;
}
#emailForm button {
    margin: 1em 0;
}
@media (max-width: 1025px) {
    .navbar-inverse {
        left: 0;
        right: 0;
    }
    .navbar-toggle {
        margin-right: 25px;
    }
}
@media (max-width: 990px) {
    footer {
        background-color: transparent;
    }
}
@media (max-width: 769px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.25em;
    }    
}
@media (max-width: 737px) {
    .header {
        min-height: 80px;
    }
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.25em;
    }
}
@media (min-width: 680px) {
    .leftCol.col-md-3 {
        width: 25%;
    }
    .rightCols.col-md-9 {
        width: 75%;
    }
}
@media (max-width: 600px) {

}
@media (max-width: 414px) {
    .header {
        min-height: 70px;
    }    
    h1 {
        font-size: 1.50em;
    }
    h2 {
        font-size: 1.25em;
        margin-top: 0;
        margin-bottom: 10px;
    }
    #mainPhotoBig, #mainPhotoMed {
        width: 90%;
    }
    .infoRow label {
        float: left;
        clear: right;
        width: 100%;
        display: block;
    }
    .infoRow input {
        float: left;
        clear: both;
        width: 100% !important;
        max-width: 250px;
    }
    label.textareaLabel {
        width: 100%;
        float: left;
        clear: right;
        display: block;
    }
    textarea {
        float: left;
        clear: both;
        width: 100%;
        max-width: 250px;
    }
}
@media (max-width: 362px) {
    .header {
        min-height: 55px;
    }
}
@media print {
    div.header, footer, #printButton, iframe {
        display: none;
    }
    #checkout form span {
        margin: 0 10px 0 0;
        padding: 4px 0 4px 0;
    }
    input[type="number"] {
        border: none;
        text-align: right;
    }
    input[type="text"], input[type="tel"], input[type="email"] {
        border: none;
    }
    textarea {
        border: none;
    }
    div.checkoutRow {
        border-bottom: 1px solid #888888;
    }
    span.totalsSpan {
        font-weight: bold !important;
    }
    div.infoRow {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #888888;
    }
}