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
}
.mt-15 {
    margin-top: 15px;
}
.div-logo h6 {
    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;
    text-transform: uppercase;
}
.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
}
.main p {
    font-family: "Mukta", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
.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
}
.div-logo img {
    width: 120px;
    margin-bottom: 20px;
}
.js .animate-box {
    opacity: 0;
}


/* Buy Double Button style */
.btn-double {
	position: relative;
	display: inline-block;
	margin: 12px 0;
    line-height: 0;
}
.btn-double img { 
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -27px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #101010;
    border-radius: 100%;
    padding: 5px;
    color: #fff;
}
.btn-double > a + a {
	margin-left: 0px;
}
.btn-double > a {
    display: inline-block;
    font-family: "Mukta", sans-serif;
    font-size: 13px;
    text-decoration: none;
    transition: color .3s ease;
}
.btn-double > a span {
    font-size: 13px;
}
.btn-double > a:nth-of-type(1) {
    background: #F68338;
    color: #fff;
    border-radius: 30px 0 0 30px;
    padding: 18px 20px 18px 25px;
}
.btn-double > a:nth-of-type(1):hover {
	background: #fff;
    color: #000;
}
.btn-double > a:nth-of-type(2) {
	background:#F68338;
	color: #fff;
    border-radius: 0 30px 30px 0;
    padding: 18px 20px 18px 25px;
}
.btn-double > a:nth-of-type(2):hover {
	background: #fff;
    color: #000;
}