html,
body {
    height: 100%;
}

body {
    /*    min-height: 75rem;*/
    padding-top: 4.5rem;
    padding-bottom: 117px;
}

a:hover {
    color: #e96656;
    text-decoration: none;
}

header nav {
    border-bottom: 3px solid #FC5F45;
}

header nav .navbar-nav {
    width: 100%;
}

header .contact {
    min-width: 200px;
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}



header .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

header .nav-pills .nav-link.active,
header .nav-pills .show > .nav-link {
    background-color: transparent;
}

header .dropdown-toggle::after {
    display: none;
}

header .navbar-nav .nav-link {
    text-transform: uppercase;
}

header .dropdown-menu {
    border-radius: 0;
}

.front {
    background-image: url(/assets/template/img/shattered.png);
}

.services_items .item {
    text-align: center;
}

.services_items .item .img {
    border: 10px solid #98BDE0;
    border-radius: 100%;
    display: inline-block;
    height: 125px;
    width: 125px;
    padding: 15px;
}

.services_items .item:hover .img {
    border: 10px solid #4371DB;
}

.services_items .item a {
    color: initial;
}

.services_items .item a:hover {
    text-decoration: none;
}

.services_items .item h5 {
    position: relative;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
}

.services_items .item h5:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 12.5%;
}

.services_items .item p {
    font-family: 'Titillium Web', sans-serif !important;
    color: #919495 !important;
}

.front .about h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.front .about {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #919495;
    text-align: justify;
}

main {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100%;
}

.section-legend {
    font-size: 16px;
    margin-bottom: 0;
    color: #808080;
    padding-top: 0;
    margin-bottom: 30px;
}

.page main img {
    height: auto;
    max-width: 100%;
}

.page h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

/*.page h1:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 100%;
    height: 2px;
    background: #e96656;
    bottom: 0;
    left: 0;
}*/

.gallery a > img {
    margin-bottom: 5px;
}

footer {
    color: #919495;
    padding-bottom: 30px;
    margin-bottom: -117px;
}

footer a {
    color: #919495;
}

footer img {
    margin-right: 5px;
}

footer .bg {
    background-color: #45474e;
    height: 30px;
    margin-bottom: 30px;
}

.webtop {
    height: 35px;
    float: left;
    margin-right: 15px;
}

.btn {
    background: #fc5f45;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.breadcrumb {
    background: none;
}

.product .introtext {
    margin-top: 15px;
}

.product .price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

div.pagination {
    width: 100%;
    text-align: center;
}

.pagination > li {
    display: none;
}

.pagination > li.control {
    display: inline;
}



.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0097E0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0097E0;
    border-color: #0097E0;
}

.pagination a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .pagination > li {
        display: inline;
    }
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #343a40;
}

.styled-checkbox:hover+label:before {
    background: #f35429;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #f35429;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
