.wrapper {
    margin-bottom: 35px;
}

.animated-block {
    margin-bottom: 45px;
}
.animated-block #nut,
.animated-block #wrench {
    display: block;
    margin: 0 auto;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 3px solid #e16300;
    background-color: #191919;
    background-image: url("../images/theme2-bg.jpg");
    background-size: cover;
    background-position: center center;
}

h1 {
    color: #bc5300;
}

.ClassyCountdown-value div {
    font-weight: 700;
    color: #858182;
}

.ClassyCountdown-value span {
    font-weight: 400;
    color: #fff;
}

.countdown {
    margin: 0 auto;
    max-width: 55%;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    line-height: 70% !important;
}

.countdown_title {
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 48px;
}

.description {
    margin: 20px 0;
    letter-spacing: 2px;
}

.countdown_desc {
    font-size: 15px;
    color: #6e6e6e;
}

.mainimagewrapper {
    height: 260px;
}

.social-container {
    margin: 30px 0 0 0;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}
.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.5em;
}
.social-icons i {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 21px;
    transition: all 265ms ease-out;
}
.social-icons a {
    display: inline-block;
}
.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #e16300, #bc5300);

    transition: all 265ms ease-out;
}
.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}
.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #e16300;
    background: -webkit-linear-gradient(45deg, #e16300, #bc5300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}
.social-icons a.social-square:before {
    background: linear-gradient(45deg, #e16300, #bc5300);
    border-radius: 10%;
}
.social-icons a.social-square:hover:before {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: scale(-180deg);
    border-radius: 100%;
}
.social-icons a.social-square:hover i {
    transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    color: #fff;
    transform: scale(1.6);
    -webkit-text-fill-color: #fff;
}

.border_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #e16300;
}

.countdown_title {
    margin: 0;
}

.input-group .form-control {
    margin: 0 0 20px 0;
    width: 100%;
}

.input-group {
    display: block;
}

input.login {
    min-width: 100%;
    margin: 0 auto;
    display: table;
}

.modal-body {
    padding: 50px;
}

.social-icons .facebook i {
    left: 24px;
}

.social-icons .twitter i {
    left: 21px;
}

.social-icons .instagram i {
    left: 21px;
}

.social-icons .linkedin i {
    left: 21px;
}

.social-icons .email i {
    left: 19px;
}

.social-icons .login i {
    left: 24px;
}

.address-container {
    margin: 20px 0 0 0;
}

.address-container div {
    display: inline-block;
    padding: 0 10px;
    color: #a1a1a1;
}

.logo-container-top {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.logo-container-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.logo {
    width: auto;
}

@media (max-width: 900px) {

    .h1, h1 {
        font-size: 24px;
    }

    .countdown {
        max-width: 100%;
    }

}