/*****GENERAL*****/
* {
    outline: none !important;
}


html, body {
	font-family: 'Open Sans',arial;
	font-weight: normal;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #000
}

a:hover, a:active {
	color: #000;
}

.form-control.error {
    border: 1px solid #da2129;
}

.checkbox .error a {
    color: #da2129;
}

#language-switcher ul {
    list-style: none;
}

#language-switcher ul li {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #d70000;
    border-color: #cccccc;
    color: #ffffff;
}

.disabled-select {
    pointer-events: none;
    cursor: not-allowed;
}

/*****HEADER*****/

#header {
    position: fixed;
    height: 70px;
    background-color: #1b1b1b;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 5000
}

.flex-vert {
    display: flex;
    align-items: center;
    height: 100%;
}

#header a#help {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

#help-close {
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#help-bar {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: url(img/common/bg-help.png) repeat-y center top;
    z-index: 10;
    color: #fff;
}

.menu-has-tooltip:hover .menu-tooltip {
    opacity: 1;
}

.menu-tooltip {
    top: 51px;
    left: 0px;
    width: 200px;
    background:#d50300;
    color: white;
    padding: 8px;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}

.menu-tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #d50300;
    position: absolute;
    top: -9px;
    left: 20px;
}

/*****FOOTER*****/


/* SPLASH */

#splash {
    width:100vw;
    height:100vh;
    position:absolute;
    left:0;right:0;
    z-index: 10;
}

#splash-payoff {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #fff;
}

/* Extra Small */
@media(max-width:767px){
    #splash-payoff {
        top: 10%;
    }
}

#splash-payoff h4 {
    margin: 70px 0 50px 0;
    text-transform: uppercase;
    font-size: 25px;
}

#splash-arrow {
    cursor: pointer;
}

/*HEADSET*/
#headset-container {
    position: relative;
    width:257px;
    margin-left:auto;
    margin-right:auto;
    display:none
}

#suggestion-label {
    text-shadow:1px 1px 1px #333;
    width: 120px;
    float: left;
    line-height: 16px;
    margin-top: 8px;
}

#suggestion-help i {
    color:#d50300;
    font-size:34px;
    text-shadow:1px 1px 0 #333
}

#suggestion-help span {
    color: #d50300;font-weight: bold;text-shadow:1px 1px 0 #333
}

/* BARRA ORIZZONTALE - STRIKE */
.sizes {
    height: 120px
}

#form-up {
    margin:10px auto 0 auto;
}

#form-down {
    margin:25px auto 0 auto;
}

.single-form {
    position: relative;
    margin-bottom:15px;
}

.single-form select {
    margin-bottom:15px; width:70%;
}

#submit-selection {
    display:none;
    overflow:auto;
    margin: 0px auto;
    padding: 10px 5px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(51, 51, 51);
    background-color: rgb(27, 27, 27);
    border-bottom: 2px solid rgb(213, 3, 0);
    border-top: 2px solid rgb(213, 3, 0);
}

#submit-selection #count{
    background-color: white;
    display: inline-block;
    text-align: center;
    color: rgb(51, 51, 51);
    text-shadow: none;
    border-radius: 50%;
    margin-right: 5px;
    padding: 5px;
    height: 30px;
    width: 30px;
}

.strike {
    border-top:2px solid #676767;
    height: 0px;
    position: absolute;
    right: 5px;
    top: 18px;
    z-index: 0;
}

.single-form.in .strike {
    left: 14px;
    right: 14px;
}

.single-form.out .strike {
    left: 0px;
    right: 0px;
}

/* FRECCIE - ARROWS */
.single-form .strike:before,
.single-form .strike:after {
    content: '';
    position: absolute;
    top:-6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #676767 transparent;
}

.single-form.active .strike:before,
.single-form.active .strike:after {
    border-color: transparent #00ff5a transparent
}

.single-form.active .strike {
    border-color: #00ff5a;
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}

.single-form.active .lines {
    border-color: #00ff5a;
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}

.single-form.red .strike:before,
.single-form.red .strike:after {
    border-color: transparent #d50300 transparent
}

.single-form.red .strike {
    border-color: #d50300;
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}

.single-form.red .lines {
    border-color: #d50300;
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}

.active .select2-container--default .select2-selection--single {
    border-color: #00ff5a;
}

.red .select2-container--default .select2-selection--single {
    border-color: #d50300;
}

.single-form .strike:before {
    left: 0px;
    border-width: 5px 10px 5px 0;
}

.single-form .strike:after {
    right: 0px;
    border-width: 5px 0 5px 10px;
}

.single-form .lines {
    border-color: #676767;
    border-style: solid;
    border-width: 0 2px;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: -1;
}

#form-up .out .lines {
    bottom: -80px;
    top: 19px;
}

#form-up .in .lines {
    bottom: -25px;
    top: 19px;
    left: 14px;
    right: 14px;
}

#form-down .out .lines {
    top: -80px;
    bottom: 21px;
}

#form-down .in .lines {
    top: -25px;
    bottom: 21px;
    left: 14px;
    right: 14px;
}

#suggestion {
    background-color: #d50300;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    position: absolute;
    right: -220px;
    top: 54px;
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}
#suggestion-help {
    width: 50px;
    background-color: #fff;
    text-align: center;
    cursor:pointer;
}

#suggestion div {
    float: left;
}

#suggestion::before {
    border-color: rgba(0, 0, 0, 0) #d50300;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    height: 0;
    left: -9px;
    position: absolute;
    top: 10px;
    width: 0;
}

#upper-headset,
#lower-headset {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
}

#upper-headset {
    top: 90px;
}

#lower-headset {
    bottom: 90px;
}

.red {
    color: #d20300
}

.single-form .fa-check,
.single-form .fa-question-circle {
    font-size: 20px;
    position: absolute;
    left: -70px;
    top: 10px;
    display: none;
}

.active .fa-check {
    color: #00ff5a;
    display: inline-block;
}

.active .fa-check .fa-question-circle {
    display: none !important
}

.red .fa-question-circle {
    color: #d50300;
    display: inline-block;
}

.select2-selection__arrow {
    display: none;
}

a#reset {
    background-color: #d50300;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 25px;
    height: 50px;
    left: -80px;
    line-height: 44px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    display: none;
    text-shadow: 1px 1px 1px #333;
    border:1px solid #fff;
}

a#reset small {
    font-size:11px;
    position:relative;
    top:-100px;
    display: inline-block;
}

#submit-selection input:after {
    content: '\f06e';
    font-family: 'FontAwesome';
    color: white;
}

/*HEADSET*/

.btn-big {
    background-color: #d70000;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    color: #fff !important;
    font-size:18px;
    display: block;
    margin-bottom: 25px;
    border-radius: 5px
}

.btn-big i {
    margin-right: 10px;
    font-size: 25px;
}

.specs-list li:before {
    content: '-';
    margin-right: 5px
}

.close {
    font-size: 70px;
    color: #d70000;
    opacity: 1;
    text-shadow: 1px 1px 1px #333;
}

/* HELP MODAL*/

.help-modal {
    display: none;
}

.modal-body .fa-info-circle {
    line-height:30px;
    font-size:30px;
    color:#d50300;
    margin-right: 10px
}

.modal-body h4 {
    line-height:30px;
}


















/***** BOOSTRAP MEDIA  QUERY ******/

/* Extra Small */
@media(max-width:767px){

    #splash {
        z-index: 99999
    }

    #logo {
        height: 25px !important;
        margin-top:0px;
    }

    .sizes {
        width:150px
    }

    #header {
        height: 35px;
        padding: 5px;
    }

    #headset {
        width: 150px !important;
    }

    #upper-headset {
        top: 50px;
    }

    #lower-headset {
        bottom: 50px;
    }

    #upper-headset,
    #lower-headset {
        font-size: 13px
    }

    .modal-dialog {
        max-width: 90%
    }

    .page-content {
        padding-top: 70px;
    }

    #single-image {
        max-width: 150px;
        margin-bottom: 10px
    }

    #single-content {
        border:none;
        margin: 10px 0 0 0 ;
        padding: 0px
    }

    .btn-big {
        font-size: 13px;
        margin-bottom: 5px;
        padding: 10px 7px
    }

    .btn-big i{
        font-size: 13px
    }

    .modal-body {
        margin-top: 15px
    }

    .close {
        position: absolute;
        right: 10px;
        top: -5px;
    }

    div#main.page-content {
        padding-top: 50px !important
    }

    .single-form {
        margin-bottom: 5px !important
    }

    .sizes {
        height: 100px !important;
        margin: 15px auto 0 !important;
    }

    #headset-container,
    #submit-selection {
        width: 100% !important
    }

    #submit-selection {
        padding: 15px
    }

    #footer {
        font-size: 8px !important  ;
        line-height: 11px;
        padding: 2px !important;
        position: unset !important;
        margin-top:150px;
    }

    #vegas-main {

    }

    #vegas-main #main {
        padding-top: 0px;
    }

}

/* Small */
@media(min-width:768px) and (max-width:991px){

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

}


/* Large */
@media(min-width:1200px){
    .page-content {
        padding-top: 150px !important
    }
}

/* < Medium */
@media(max-width:991px) {

    #language-switcher {
        position: fixed;
        top: 2px;
        right: 20px;
    }

}

/* > Medium */
@media(min-width:992px){

}


