@import 'bootstrap.min.css';
@import url('../../../../css2');

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


html {
    height: 100%;
}
body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: rgba(255,255,255,0.8);
    height: 100%;
    background: #323232;
}
/* selection */
::selection {
    background-color: #b19777;
    color: rgba(255,255,255,0.8)
}
-webkit-::selection {
    background-color: #b19777;
    color: rgba(255,255,255,0.8)
}
::-moz-selection {
    background-color: #b19777;
    color: rgba(255,255,255,0.8)
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

h3,
.h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    margin-top: 30px;
}
h3 a,
.h3 a {
    color: inherit
}
.h3 a:hover {
    text-decoration: none
}
p {
    margin-bottom: 20px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
a {
    color: rgba(255,255,255,0.8);
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}
a:hover,
a:focus {
    color: #b19777;
    outline: none
}
a:focus {
    text-decoration: none
}
.div-logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #b19777;
    letter-spacing: 9px;
    margin-bottom: 45px;
}
.div-logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    letter-spacing: 5.5px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.div-logo p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.js .animate-box {
    opacity: 0;
}
.btn {
    font-family: 'Oswald', sans-serif;
    position: relative;
    display: inline-block;
    padding: 9px 22px;
    line-height: 1.5em;
    color: rgba(255,255,255,0.8);
    background: transparent;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
    font-size: 13px;
    letter-spacing: 3px;
}
.btn:hover,
.btn:focus {
    color: rgba(255,255,255,0.8);
    background: #272727;
    border: 1px solid #272727;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}
.layout {
    background: #000 url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main {
    padding: 90px 0;
    text-align: center
}
.description {
    margin-top: 3.6em
}
.pygol-version {
    margin: 60px 0 0 0;
}
.pygol-version h3 {
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 20px;
	line-height: 1.5em;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
}
.pygol-version figure {
    position: relative
}
.pygol-version figure img {
    display: block;
    border: 7px solid rgba(255,255,255, 0.05);
}

.pygol-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(177, 151, 119, 0.8);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.pygol-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%)
}
.pygol-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%
    }
}


/* ======= angolo Style ======= */
.hero-angolo {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}
.hero-angolo2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.hero-angolo3 {
    bottom: 50px;
    right: 50px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.hero-angolo4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.hero-angolo,
.hero-angolo2,
.hero-angolo3,
.hero-angolo4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-color: rgba(177, 151, 119, 0.3);
}
@media screen and (max-width: 991px) {
.hero-angolo,
    .hero-angolo2,
    .hero-angolo3,
    .hero-angolo4 {
        display: none;
    }
}


/* bottom */

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

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

.bottom p {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: rgba(255,255,255,0.5);
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
}


/* Buy now */
.pygol-buy-now {
    position: fixed;
    right: 27px;
    bottom: 270px;
    z-index: 999;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right bottom;
}
.pygol-buy-now a {
    text-decoration: none;
}
.pygol-buy-now-btn {
    display: inline-flex;
    padding: 15px 20px;
    align-items: center;
    border: none;
    border-radius: 50em;
    background: #272727;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999;
    transition: all 0.3s;
	}
.pygol-buy-now-btn:active,
.pygol-buy-now-btn:focus {
    color: #999;
}
.pygol-buy-now-btn svg {
		margin-right: 12px;
	}
.pygol-buy-now-btn:hover {
		background: rgba(177, 151, 119, 0.95);
		color: #fff;
	}
.pygol-buy-now-btn:hover svg {
		fill: currentColor;
	}
@media screen and (max-width: 768px){
    .pygol-buy-now {
        display: none;
    }
}

/* New */
.new-popular {
    background-color: #ff0000;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    text-transform: uppercase;
}
.new-popular p {
    padding-top: 17px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin-left: 1px;
}


/* Candy Block */
.Candy-block {
    top: 50vh;
    transform: translate(0, -50%);
    left: 19px;
    position: fixed;
    z-index: 25;
}
.Candy-block p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    opacity: 1;
    color: #b19777;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 11px;
}
@media screen and (max-width: 768px){
	.Candy-block  {
        display: none;
    }
}

/* Bestseller Block */
.corefly-block {
    top: 50vh;
    transform: translate(0, -50%);
    right: 62px;
    position: fixed;
    z-index: 25;
}
.corefly-block p {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    opacity: 1;
    color: #b19777;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 11px;
}
@media screen and (max-width: 768px){
	.corefly-block  {
        display: none;
    }
}



/* =======  Countdown style  ======= */
#countdown { 
/*    text-align: center;*/
    position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 9999;
    width: 300px;
}

#countdown .discountbox {
    background: #FF0000;
    padding: 15px 15px 45px 15px;
    display: block;
    text-align: center;
}
#countdown .section-head {
    margin-bottom: 15px;
    z-index: 1;
}

#countdown .section-head h2 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 0px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;;
}
#countdown .section-head h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
}
#countdown .section-head p {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 0;
}

#countdown ul{
    margin-bottom: 0;
    padding: 0;
}
#countdown li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    padding: 10px;
    color: #fff;
    line-height: 2.25em;
    text-align: center;
}
#countdown li span {
      display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
@media all and (max-width: 768px) {
  #countdown li {
    font-size: 12px;
    padding: 15px;
  }
  #countdown li span {
    font-size: 30px;
  }
}



/* button-light */
.btn-light {
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    line-height: 1.5em;
    color: #fff;
    background: #1b1b1b;
    font-weight: 400;
    border: 1px solid #1b1b1b;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
}
[data-overlay-dark] .btn-light span {
    margin-left: 15px;
    font-size: 10px;
    color: #fff;
}
.btn-light svg {
    margin-right: 5px;
    margin-bottom: -5px;
}

.btn-light:hover,
.btn-light:focus {
    color: #1b1b1b;
    background: #fff;
    border: 1px solid #fff;
    outline: none !important
        text-decoration: none;
}

.btn-light:hover span,
.btn-light:focus span {
    color: #1b1b1b;
    text-decoration: none;
}

a.btn-light:hover,
a.btn-light:focus,
a.btn-light,
a.btn-light:hover span,
a.btn-light:focus span {
text-decoration: none;
}

@media screen and (max-width: 768px){
    #countdown { 
        display: none;
}
}