
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700,800&display=swap');

@import 'bootstrap.min.css';

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


html {
    font-size: 16px;
    height: 100%;
    background: #191919;
    font-weight: 400;
}

body {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    height: 100%;
    background: #191919;
    font-weight: 400;
}




/* selection */

::selection {
    background-color: #101010;
    color: #fff
}

-webkit-::selection {
    background-color: #101010;
    color: #fff
}

::-moz-selection {
    background-color: #101010;
    color: #fff
}

h3,
.h3 {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

h3 a,
.h3 a {
    color: inherit
}

.h3 a:hover {
    text-decoration: none
}

p {
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

p small {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

strong {
    color: #F68338;
    font-weight: 400;
}

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
}

.div-logo p {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
    line-height: 1.75em;
    margin-bottom: 20px;
}


.btn2 {
    font-family: "Oswald", sans-serif;
    position: relative;
    display: inline-block;
    padding: 9px 27px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    background-color: #F68338;
    border: 2px solid #F68338;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important
}

.btn2 a { 
    color: #fff;
}
.btn2:hover,
.btn2:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}

.btn {
    font-family: "Oswald", sans-serif;
    position: relative;
    display: inline-block;
    padding: 9px 27px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    background-color: #101010;
    border: 2px solid #101010;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important
}
.btn:hover,
.btn:focus {
    color: #fff;
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}


.layout {
    background: #191919 url(../img/bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    min-height: 100%;
}

.brand {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #fff
}

.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

.text-primary {
    color: #101010
}

.main {
    padding: 90px 0;
    text-align: center
}

.description {
    margin-top: 30px;
}

.mccan-version {
    margin: 60px 0 60px;
}

.mccan-version h3 {
    margin-bottom: 30px;
}

.mccan-version figure {
    position: relative
}

.mccan-version figure img {
    display: block
}

.mccan-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 131, 56, 0.9);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.mccan-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%)
}

.mccan-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%
    }
}
.div-logo img {
    width: 120px;
    margin-bottom: 20px;
}

/* 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;
}
.duru-buy-now-btn {
		display: inline-flex;
		padding: 15px 30px;
		align-items: center;
		border: none;
		border-radius: 50em;
		background: #323232;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		font-size: 14px;
        font-weight: 400;
		line-height: 1.5em;
		color: #fff;
		transition: all 0.3s;
	}
.duru-buy-now-btn svg {
		margin-right: 12px;
	}
.duru-buy-now-btn:hover {
		background: rgba(246, 131, 56, 0.9);
		color: #fff;
		transform: translateY(-2px);
	}
.duru-buy-now-btn:hover svg {
		fill: currentColor;
	}