body {
    color : #6d6e71 !important;
    font-weight: 300;
}

a {
    color: #A61F23;
}

.logo{
    position:  relative !important;
}

.logo-img {
    vertical-align:middle;
    max-height: 50px;
    max-width:230px;
    padding-top:10px;
}

.circle {
    color: #A61F23;
}

.circle:hover {
    color: #fff;
    background-color: #6d6e71;
    border-color: #6d6e71;
}

.circledescription {
    color: #81878a;
}

.highlight {
    color: #A61F23;
}

.modal-header {
  background-color: #EFEFEF;
}

h1 {
    font-size: 36px;
    margin: 0px 0px 30px 0px;
    position: relative;
    padding-left: 30px;
}

h1:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background: #a61f23;
}

h2 {
    font-size: 30px;
    margin: 20px 0px;
}

h3 {
    font-size: 24px;
    margin: 10px 0px;
}

h4 {
    font-size: 18px;
    margin: 10px 0px;
}

.dropdown-menu {
    background-color: #262262;
}

#btnBackToTop
{
    background-color: #6d6e71;
    color: white;
}
#btnBackToTop:hover {
    background-color: #A61F23;
}

.form-control {
    border-width: 2px;
    border-color: rgba(166, 31, 35, 0.4);
}

.default-content-padding
{
    margin-top: 70px;
    margin-bottom: 40px;
}

.wide-content-padding
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

footer{
    padding-bottom: 20px;
}

#map-canvas {
    height: 755px !important;
}

#MapSelection {
    margin-bottom: 0px !important;
}

ul {
    padding: 0px 20px !important;
}

/*#region Panel Customization**********************************************************************/
.panel-default {
    border-color: #A61F23 !important;
}

.panel-default > .panel-heading {
    background-color: #fff !important;
    color: #6d6e71 !important;
    padding: 5px 15px;
    border-color: #A61F23;
}

.panel-title,
.module-title {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    font-weight: bolder;
    background: #fff;
    color: #A61F23;
}
/*#endregion***************************************************************************************/

/*#region Button Customizations********************************************************************/
.btn {
    height: 40px;
    line-height: 38px !important;
    font-weight: bold;
}

.btn-primary {
    background-color: #A61F23 !important;
    border-color: #A61F23 !important;
    color: white;
}

.btn-primary:hover {
    background-color: #A61F23 !important;
    border-color: #A61F23 !important;
    color: #262262;
}

.btn-default,
.ui-widget-content a {
    color: #A61F23;
    background-color: #fff;
    border-color: #A61F23;
}

.btn-default:hover,
.ui-widget-content a:hover {
    color: #262262;
    background-color: #fff;
    border-color: #A61F23;
}

.btn-danger:active,
.btn-danger.active, .open >
.dropdown-toggle.btn-danger {
    background-color: #262262 !important;
    border-color: #262262 !important;
    color: white;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #A61F23;
    background-color: #262262;
    border-color: #262262;
}

/*#endregion***************************************************************************************/

/*#region Pagination Customizations****************************************************************/
.pagination > li > a,
.pagination > li > span {
    color: #A61F23;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #A61F23;
    border-color: #A61F23;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #A61F23;
}
/*#endregion*****************************************************************************************/

/*#region stepper**********************************************************************************/

.steps-form .steps-row:before {
    background-color: #6d6e71;
}

.steps-form .steps-row .steps-step .btn-circle {
    border: 2px solid #6d6e71;
    background-color: white !important;
    color: #6d6e71 !important;
}

.steps-form .steps-row .steps-step .btn-circle.complete {
    border: 2px solid #A61F23;
    background-color: #A61F23 !important;
    color: #ffffff !important;
}

.steps-form .steps-row .steps-step .btn-circle.active {
    border: 2px solid #A61F23;
    background-color: #fff !important;
    color: #A61F23 !important;
}

/*#endregion***************************************************************************************/

/*#region product-carousel*************************************************************************/

.carousel-content {
    border-bottom: 1px solid #A61F23 !important;
}

.carousel.slide {
    background: #00e8fd26;
    border: 1px solid #A61F23 !important;
}

.carousel-control{
    background: #A61F23 !important;
    color: #fff !important;
}

/*#endregion***************************************************************************************/

#pswd_info {
    font-size: 16px !important;
    z-index: 0 !important;
}
#pswd_info::before {
    font-size: 16px !important;
    z-index: 0 !important;
}

.ui-widget-content .popup_label, .ui-widget-content .value
{
    font-size: 16px !important;
}

.slider-selection {
    background: #A61F23 !important;
}

.slider-handle {
    background-color: #A61F23 0!important;
    background-image: linear-gradient(to bottom, #A61F23 0%, #A61F23 100%) !important;
}

.speeds {
    color: #A61F23 !important;
}

.card, .card-long {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 480px !important;
    margin-top: 20px !important;
}

.card-text {
    height: 60px;
}

.card-nav {
    border-radius: 0px !important;
    width: 135px !important;
    height: 40px !important;
    margin-top: 415px !important;
}

.carousel-control.left, .carousel-control.right{
    margin-top: 515px;
}

.card-nav.carousel-control.left {
    margin-left: 5px !important;
}

.card-nav.carousel-control.right {
    margin-right: 5px !important;
}

.button-shop {
    height: 52px !important;
    padding-top: 3px !important;
}

.button-shop:hover {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.button-shop i {
    color: #fff !important;
}

.button-shop i:hover {
    color: #000 !important;
}

.speeds {
    font-size: 28px !important;
    text-transform: capitalize !important;
    font-weight: lighter !important;
}

.product-info {
    overflow: auto; 
    margin-bottom: 0px;
    max-height : 45px
}

.col-lg-3.carousel-overflow, .carousel-content div.col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.card-isp-logo {
    height: 140px !important;
}

@media screen and (max-width: 496px) {
    .card-nav-left, .card-nav-right {
        width: 170px !important;
    }
}

/*#region premise viewport*************************************************************************/
.embeded-premise, .max-embedded-view {
    width: 90%;
}
/*#endregion***************************************************************************************/
