/* ------------------------------------------
	Style CSS
------------------------------------------ */


/* fonts */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Poppins:300,400,500,600,700');

/* default */

body {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #777;
    height: 100%;
    background: #f3f1f1;
}

a {
    color: #101010;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #101010;
    text-decoration: underline;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #777;
}

b,
strong {
    color: #101010;
}


.content {
    padding: 90px 0 30px 0;
    background: transparent;
}

.panel {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
}

.mb-60 {
    margin-bottom: 60px;
}


/* header */

.top {
    padding: 60px 15px;
    background: #fff;
}

.top h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-size: 45px;
    line-height: 1.5em;
    color: #101010;
    text-align: center;
    margin: 0;
}

.top h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1.5em;
    color: #777;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 300;
}

.top p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #777;
    text-align: center;
    font-weight: 300;
    margin: 0;
}


/* bottom */

.bottom {
    padding: 30px 0 45px 0;
    text-align: center;
}

.bottom p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #777;
    text-align: center;
    font-weight: 300;
    margin: 0;
}


/* button */

.content .panel .button {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size: 17px;
    padding: 25px 15px;
    float: right;
    background: transparent;
    color: #777;
    font-weight: 300;
    width: 100%;
    outline: none;
    text-align: center;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}

.content .panel:hover .button {
    background: #101010;
    color: #fff;
}




/* New */

.new-popular {
    background-color: #ff0000;
    border-radius: 80px;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    top: 10px;
    right: 24px;
    text-transform: uppercase;
}

.new-popular p {
    padding-top: 17px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0px;
}


/* Animate Box */

.js .animate-box {
    opacity: 0;
}