@charset "utf-8";
/* CSS Document */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body          {

font-family: 'Open Sans', sans-serif;
font-size: 24px; 
line-height: 30px; overflow-x: hidden;
text-align: center;
color: #666666;
background: url(../images/header-bg.jpg) center top no-repeat #e9e9e9;
}

#wrapper {
    margin: 0 auto;
    background: url(../images/footer-bg.jpg) center bottom no-repeat transparent;
}
.top-header {
    margin: auto;
	background: transparent;
	padding: 80px 0 30px;
}
.top-header h4 {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: italic;
    margin-top: 30px;
    color: #000;
}
a{
    outline: none;
}
p {
    font-size: 13px;
    margin: 20px 0 10px;
}
img{    
    height: auto;
    max-width: 100%;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.logo{
    padding: 75px 0 15px;
}
.main-content {
	background-repeat:no-repeat;
	background-size:cover;
    margin: 0 auto;
}
.decs-content {
	text-align: center;
	position: relative;
}
.wrap-img {
    -webkit-box-shadow: 5px 0px 30px rgba(1,1,1,0.3);
	box-shadow: 5px 0px 30px rgba(1,1,1,0.3);
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    max-width:370px;
    margin:0px auto;
}
.wrap-img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.wrap-img a:before {
    content: "";
    background-color: rgba(1,1,1,0);
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.wrap-img label {
    position: absolute;
    right: -55px;
    top: 9px;
    transform: rotate(35deg);
    padding: 15px 60px;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    z-index: 999;
    font-family: Roboto;

}
.main-content .container:hover .wrap-img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.main-content .container:hover .wrap-img:hover a:before {
    background-color: rgba(1,1,1,0);
}
.main-content .container:hover .wrap-img {
    -webkit-box-shadow: 5px 0px 50px rgba(1,1,1,0.7);
    box-shadow: 5px 0px 50px rgba(1,1,1,0.7);
}
.main-content .container:hover .wrap-img a:before {
    background-color: rgba(1,1,1,0.3);
}
.img-bg {
    display: block;
    height:600px;
    position: relative;
}
.img-bg .img-skin {
    background-position: center 0;
    background-repeat: no-repeat;
    position:absolute;
    width:100%;
    height:600px;
    left:0;
    background-size:100% auto;
}

.img-bg .img-skin{
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
}

.title-demo {
	margin-top: 15px;   
}
.title-demo a {
    text-transform: uppercase;
    color: #d4d4d4;
    padding: 15px 40px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    display: inline-block;
    font-family: Roboto;
    -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: #cba884;
}

.velaLogo{
    padding:0px 50px;
}
.rowLast{
    margin-top:50px;
}
.footer{
	margin-top: 50px;
	background-color: transparent;
}
.footerTextRight{
    text-align:right;
    
    
}

.footerTextLeft span{
    font-weight:400;
    line-height:50px;
    color: #666666;
    display: block;
}

.btnLandingpage{
    margin:0px;
    padding:10px 50px;
    border-radius: 10px;
    border:0px;
    background-color:#cba884;
    color: white;
    text-transform:uppercase;
    font-weight:bold;
    font-size:30px;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 20px;
    -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: #333;
}
.titleLandingpage{
    position: relative;
    text-align: center;
}
.titleLandingpage h3{
    position: relative;
    margin: 0px;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    display: block;
    padding: 0 0 20px;
    margin: 40px 0 130px;
    font-family: "Open Sans",sans-serif;
}
.titleLandingpage h3:before {
    content: "";
    height: 5px;
    width: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
    background-color: #cba884;
}
.desLandingpage{
    margin: 0 auto;
    font-weight: 100;
    max-width: 900px;
}
.sticky-button {
  text-align: center;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #0072bc;
  color: #fff!important;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 300;
  z-index: 999;
  line-height: 20px;
  min-width: 210px;
}
.start-button {
    top: 70px;
    background-color: #599A26;
}
.sticky-button:hover {
  color: #fff!important;
  text-decoration: none;
}
.sticky-button .tf-text {
  background-image: url(../images/logoen.png);
  width: 66px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}

.ourService {
    background: #fff;
    padding: 40px 0;
    font-size: 16px;
}
.ourService h2 {
    margin-top: 0;
}
.btnshopify {
    font-size: 18px;
    font-weight: 400;
    background-color: #599A26;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 25px 14px 25px;
    color: #fff!important;
    text-transform: capitalize;
}