/* TAG */

/* ID */
#divHelp { visibility: hidden; position: fixed; width: 350px; height: 250px; background: #fff; z-index: 10000; right: 20px; bottom: 20px; border: 1px solid #4F001D; border-radius: 10px; padding: 20px; }
#divHelp ul{ padding-left:15px }
#divHelp li{ line-height: 20px }
#footer .footer-widgets-wrap { padding: 20px 0; }
#helpClose {  visibility: hidden; position: fixed; right: 30px; bottom: 240px }
#helpImage { visibility: hidden; position: fixed; z-index: 15; right: 340px; bottom: 240px; width: 60px; height: 60px; border: 1px solid #4F001D; border-radius: 50%; background: #fff; padding: 5px; }

/* CLASS */
.alert-dismissible { padding-right: 4rem; }
.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0px 10px; color: #222; background-color: transparent!important; border: 0px; font-size: 20px; }
.dashboardIcon { border-radius: 5px; margin: auto; margin-bottom: 10px; border: 3px solid #4F001D; height: 150px; width:150px; padding: 30px; background: #fff; box-shadow: 5px 5px rgba(0,0,0,0.2) }
.dashboardIcon:hover{ margin-left: 5px; margin-top: 5px;  margin-bottom: 5px; box-shadow: none; }
.dashboardIconAmber { border-radius: 5px; margin: auto; margin-bottom: 10px; border: 3px solid #EB9C4D; height: 150px; width:150px; padding: 30px; background: #fff; box-shadow: 5px 5px rgba(0,0,0,0.2) }
.dashboardIconAmber:hover{ margin-left: 5px; margin-top: 5px;  margin-bottom: 5px; box-shadow: none; }
.dashboardIconRed { border-radius: 5px; margin: auto; margin-bottom: 10px; border: 3px solid #C02942; height: 150px; width:150px; padding: 30px; background: #fff; box-shadow: 5px 5px rgba(0,0,0,0.2) }
.dashboardIconRed:hover{ margin-left: 5px; margin-top: 5px;  margin-bottom: 5px; box-shadow: none; }
.error input, .error textarea, .error select, .error div.well { border: 1px solid #CB0C0F!important;}
.error div.checkbox, .error label{ color: #CB0C0F!important;}
.icon_pr { border: 2px solid #4F001D; padding: 3px }
.icon_amber { border: 2px solid #EB9C4D; padding: 3px }
.icon_red { border: 2px solid #C02942; padding: 3px }
.icon_green { border: 2px solid #59ba41; padding: 3px }
.icon_grey { border: 2px solid #777777; padding: 3px }
.icon_info { width: 15px; height: 15px }
.icon_info img { width: 15px; height: 15px }
.img_shadow { box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3) }
.img_shadow_w { box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.1) }
.modalOnLoad { background: #FFF; border: 3px solid #4F001D }
.modalTitle { padding: 30px; padding-bottom: 15px }
.modalTitle h4 { margin: 0px }
.modalBody { padding: 15px 30px }
.modalFooter { padding: 30px }
.modalFooter .button-mini { width:100px }
.modal_stripe { border-bottom: 1px solid #4F001D; background: #800130; height: 20px }
.modal-content form { margin-bottom: 0px }
.notice { width: 400px; position: fixed; z-index: 20000; right: 5px; top: 5px; }
.table_no_border th, .table_no_border td {border: 0px!important }
.tr_spacer { height: 30px }
.tr_spacer td { border: 0px }
.td_action { min-width: 50px; width: 50px }
.td_action img, .icon_action { min-width: 30px; min-height: 30px; width: 30px; height: 30px; cursor:pointer; background-color: #FFF }

.slider_title { position: absolute; width: 100%; text-align: center; color: white; text-shadow: 1px 3px 5px #333; z-index:1000; top:30%; font-size: 70px; margin: 0px }
.slider_subtitle { position: absolute; width: 100%; text-align: center; color: white; text-shadow: 1px 3px 5px #333; z-index:1000; top:50%; animation-delay: 0.5s; margin: 0px }

.video { max-width: 1200px }

.web_icon { background-color: white!important }

/* MEDIA */
@media (min-width: 1201px) and (max-width: 1500px){
    .slider_title { top:30% }
    .slider_subtitle { top:52% }
}
@media (min-width: 992px) and (max-width: 1200px){
    .slider_title { top:28% }
    .slider_subtitle { top:55% }
}
@media (min-width: 768px) and (max-width: 992px){
    .slider_title { top:18% }
    .slider_subtitle { top:57%; font-size: 26px; }
}
@media (max-width: 767px){
    .slider_title { top:20%; font-size: 60px; }
    .slider_subtitle { top:60%; font-size: 22px }
    .footer_left{ text-align: center }
    .footer_right{ text-align: center }
}
@media (max-width: 660px){
    .slider_title { top:14%; font-size: 45px; }
    .slider_subtitle { top:50%; font-size: 20px }
}
@media (max-width: 1200px){
    .footer_left{ text-align: center }
    .footer_right{ text-align: center }
}

@media (max-width: 991px){
    .dark .sticky-header #header-wrap, .sticky-header.dark #header-wrap { background: #a7000a }
    #logo img{ height: 60px }
}