@import 'bootstrap.min.css';
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background: #101010;
}
body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    height: 100%;
    background: #101010;
}
h3,
.h3 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #999;
    margin-top: 30px;
}
h3 a,
.h3 a {
    color: inherit
}
.h3 a:hover {
    text-decoration: none
}
p {
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
}
a {
    color: #101010;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}
a:hover,
a:focus {
    color: #101010;
    outline: none
}
a:focus {
    text-decoration: none
}

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

/* Logo */
.div-logo p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.logo {
    width: 200px;
    max-width: 200px;
    text-align: center;
    margin-bottom: 10px;
}
.brand {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff
}
.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

/* Content */
.main {
    padding: 60px 0 60px 0;
    text-align: center
}
.annie-version {
    margin: 60px 0 0 0;
}
.annie-version h3 {
    margin-bottom: 20px
}
.annie-version figure {
    position: relative
}
.annie-version figure img {
    display: block
}
.annie-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.annie-version figcaption .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.annie-version figure:hover figcaption {
    opacity: 1
}
@media(min-width:768px) {
    html {
        font-size: 85%
    }
}
@media(min-width:992px) {
    html {
        font-size: 92%
    }
}
@media(min-width:1200px) {
    html {
        font-size: 100%
    }
}

/* Button */
.btn {
   font-family: "Josefin Sans", sans-serif;
    position: relative;
    display: inline-block;
    padding: 10px 24px 7px 24px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #999;
    border: 1px solid #999;
    border-radius: 50em;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}

.btn a {
    color: #999;
    text-decoration: none;
}
.btn a:hover {
    color: #fff;
    text-decoration: none;
}
.btn:hover,
.btn:focus {
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}

/* Footer Bottom */
.bottom {
    padding: 0 0 90px 0;
    text-align: center;
}
.bottom p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

/* Selection */
::selection {
    background-color: #101010;
    color: #fff
}
-webkit-::selection {
    background-color: #101010;
    color: #fff
}
::-moz-selection {
    background-color: #101010;
    color: #fff
}


/* Animate Box */
.js .animate-box {
    opacity: 0;
}



/* Buy now */
.duru-buy-now {
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 999;
	}
.duru-buy-now a {
    text-decoration: none;
    color: #fff;
}
.duru-buy-now-btn {
		display: inline-flex;
		padding: 15px 27px;
		align-items: center;
		border: none;
		border-radius: 50em;
		background: #262626;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
       font-family: 'Josefin Sans', sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		color: #fff;
		transition: all 0.3s;
	}
.duru-buy-now-btn svg {
		margin-right: 12px;
	}
.duru-buy-now-btn:hover {
		background: #82b541;
		color: #fff;
		transform: translateY(-2px);
	}
.duru-buy-now-btn:hover svg {
		fill: currentColor;
	}


/* New */

.new-popular {
    background-color: #ff0000;
    border-radius: 100%;
    height: 65px;
    width: 65px;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    text-transform: uppercase;
}

.new-popular p {
    padding-top: 23px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.25em;
}
