@charset "utf-8";
/* CSS Document */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body {

font-family: 'Red Hat Display', sans-serif;
font-size: 18px; 
line-height: 30px; 
overflow-x: hidden;
color: #444444;
font-weight: 400;
}

#wrapper {
    margin: 0 auto;
}
.top-header {
    margin: auto;
	background: transparent;
	position: relative;
}
.headerInnter {
    position: relative;
}
.velaLogo {
    position: absolute;
    top: 5%;
    left: 3%;
}
.headerContent {
    position: absolute;
    top: 50%;
    left: 6%;
    margin-top: -15%;
}
.top-header h1 {   
    font-size: 70px;
    line-height: 80px;
    color: #1a1a1a;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: 'Red Hat Display', sans-serif;
    max-width: 460px;
    display: inline-block;
}

.desLandingpage {
    font-size: 28px;
    position: relative;
    font-style: italic;
    color: #666;
}
.buy-button {
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 5px;
    margin-top: 60px;
    display: inline-block;
}
.buy-button:hover {
    background-color: #ba933e;
    color: #fff;
}
.buy-button .fa {
    margin-left: 10px;
}
a{
    outline: none;
}
img{    
    height: auto;
    max-width: 100%;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.main-content {
	background-repeat:no-repeat;
	background-size:cover;
    margin: 0 auto;
}
.container-fluid {
    max-width: 1680px;
    margin: auto;
}
.decs-content {
	text-align: center;
	position: relative;
    max-width: 80%;
    margin: 0 auto;
}
.wrap-img {
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    overflow: hidden;
    margin:0px auto;
    position: relative;
    background: #fff;
    padding: 15px;
    text-align: center;
}

.wrap-img a {
    display: inline-block;
}
.wrap-img label {
    position: absolute;
    right: -55px;
    top: 15px;
    transform: rotate(35deg);
    padding: 15px 0;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    z-index: 999;
    width: 240px;
    height: 60px

}
.title-demo {
    margin-top: 15px;   
    text-align: center;
}
.title-demo a {
    color: #1a1a1a;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 700;
    min-width: 210px;
    border-radius: 5px;
    background: #f5f5f5;
    display: inline-block;
    margin-bottom: 40px;
    font-family: 'Red Hat Display', sans-serif; 
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.title-demo a:hover {
    color: #fff;
    background: #b68a2f;
}
.rowLast{
    margin-top:50px;
}
.footer{
	margin-top: 30px;
	background-color: #ffffff;
	padding: 50px 0 0;
}
.footer .titleLandingpage {
    margin: 0;
}
.footer .titleLandingpage h3{
    font-size: 42px;
    color: #ba933e;
}

.footerTitle {
    font-weight:600;
    line-height:50px;
    color: #000;
    display: block;
    font-size: 36px;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
}

.btnLandingpage{
    border: 3px solid #000;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 12px 35px;
    margin-top: 50px;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btnLandingpage:hover {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}
.titleLandingpage{
    position: relative;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 70px;
}
.titleLandingpage h3{
    position: relative;
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    margin: 0 0 20px;
    font-family: 'Red Hat Display', sans-serif;
}
.titleLandingpage p {
    max-width: 870px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.footerTop {
    padding-bottom: 90px;
}
.copyright {
	color: #999999;
	padding: 20px;
    background-color: #272727;
}
.copyright a {color: #fff;}
#to_top {
    position: fixed;
    right: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 40px;
    display: none;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background: #222222;
    bottom: 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#to_top:hover {
    background: #384d9d;
}
.footerTitle {
    font-weight:600;
    line-height:50px;
    color: #000;
    display: block;
    font-size: 36px;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
}
.footerContent .image {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.footerContent h4 a {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    display: block;
    margin-top: 15px;
    font-family: 'Red Hat Display', sans-serif;
}
.footerContent h4 a:hover {
    color: #b68a2f;
}

.sticky-button {
  text-align: center;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #0072bc;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 600;
  z-index: 999;
}
.sticky-button:hover {
  color: #fff;
  text-decoration: none;
}
.sticky-button .tf-text {
  background-image: url(../images/logoen.png);
  width: 66px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}

.bottom__content .buy-button{
    margin-top: 20px;
}

@media(max-width: 992px) {
    .headerContent {
        margin-top: -10%;
    }
    .top-header h1 {   
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
        max-width: 420px;
    }
    .buy-button {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20px;
    }
    .desLandingpage {
        font-size: 14px;
    }
}