﻿::selection {
    background-color: #F44336;
}
a {
    color: #F44336;
}
a:hover, a:focus, a:active {
    color: #F44336;
}
p a:hover, p a:focus, p a:active {
    color: #F44336;
}
.inner-nav ul li a:hover, .inner-nav ul li a.active {
    color: #F44336;

}
.bg-dark {
    background-color: #F44336;
}
.main-nav {
    width: 100%;
    height: 75px !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: rgb(0, 0, 0);
}
.sp-arrow.sp-previous-arrow:before, .sp-arrow.sp-next-arrow:before {
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    background: #F44336;
}
.sp-arrow.sp-previous-arrow, .sp-arrow.sp-next-arrow {
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.btn-mod.btn-w {
    color: #fff;
    background: rgba(244, 67, 54,0.7);
}
.btn-mod.btn-w:hover, .btn-mod.btn-w:focus {
    color: #fff;
    background: rgb(244, 67, 54);
}
.breadcrumbs::before {
    background: rgba(244, 67, 54,0.7) none repeat scroll 0 0!important;
}
.no-mobile .team-item:hover .team-item-image:after {
    background: rgba(51, 4, 0, 0.7);
}
.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.service-btn .btn-book {
    background-color: #fff;
    border-color: #F44336;
    color:#F44336;
}
.service-btn .btn-call {
    border-color: #F44336;
    color: #F44336;
}
.service-btn .btn-call:hover {
    background-color: #F44336;
    border-color: #F44336;
    color: #fff;
}
.service-btn .btn-book:hover {
    background-color: #F44336;
    border-color: #F44336;
    color: #fff;
}
.service-row .service-image-wrap {
    width: 250px;
    margin: 0 auto 15px;
    border: 3px solid #F44336;
}
.service-row .service-catname, .service-row .service-subcatname {
    line-height: 1.1;
    font-weight: bold;
    font-family: Dosis, arial, sans-serif;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    color: #F44336;
}
.service-row .service-catname:after, .service-row .service-subcatname:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #F44336;
    border-bottom: 1px solid #F44336;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F44336;
}
.form-control:focus {
    border-color: #F44336;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f44336;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f44336;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #F44336;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #F44336;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.btn-search {
    float: left;
    border: none;
    color: #444;
    text-transform: uppercase;
    outline: none;
    color: #fff;
    background-color: #F44336;
}
.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: #F44336;
}
.btn-mod:hover, .btn-mod:focus, a.btn-mod:hover, a.btn-mod:focus {
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: rgb(244, 67, 54);
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.team-item-name {
    color: #F44336;
    margin-top: 23px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}
.works-grid.hover-white .work-item:hover .work-intro, .works-grid.hover-white .work-item:hover .work-title, .works-grid.hover-white .work-item:hover .work-descr {
    color: #F44336;
}
.works-grid.hover-white .work-item:hover .work-img:after {
    background: rgba(51, 4, 0, 0.7);
}
.pagination_v1 a {
    border: 1px solid #F44336;
}
.pagination_v1 a:hover, .pagination_v1 li.active a, .pagination_v1 li.pagination_v1_icon a i:hover {
    background-color: #464646;
    border: 1px solid #464646;
    color: #F44336;
}
footer.foot-wrap {
    margin: 0;
    padding: 30px 0 0;
    color: #989898;
    background-color: #000000;
}
.footer-copyright {
    padding-top: 15px;
    background-color: #101010;
    text-align: center;
}