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

@font-face {
    font-family: 'bulgatti';
    src: url('../fonts/bulgatti-webfont.woff') format('woff'), url('../fonts/bulgatti-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'travelgoals';
    src: url('../fonts/travelgoals-webfont.woff') format('woff'), url('../fonts/travelgoals-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebaskai';
    src: url('../fonts/bebaskai-webfont.woff') format('woff'), url('../fonts/bebaskai-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0 auto;
/*    width: 100%;*/
width:1450px;
    background-color: #061B33;
    font-family: Arial, Times, sans-serif;
    align-items: center;
}
.mainWrapper {
    margin: 0 auto;
    width: 100%;
}
h1 {
    font-family: 'travelgoals', Arial, Times, sans-serif;
    font-size: 60px;
    color: #fff;
    letter-spacing: 0.06em;
}
h2 {
    font-family: 'bulgatti', Arial, Times, sans-serif;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0.06em;
}
h3 {
    font-family: Arial, Times, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
h4 {
    font-family: Arial, Times, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #527DA0;
    text-align: center;
}

h5{
    font-family:'travelgoals', Arial, Times, sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #292718;
    text-align: center;
}
p {
    font-family: Arial, Times, sans-serif;
    font-size: 16px;
    line-height: 33px;
}
/*======Button=========*/
.button {
    width: 153px;
    height: 53px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-family: 'bebaskai', Arial, Times, sans-serif;
    color: #fff;
}
.button:hover {
    color: #fff;
    background-color: #AA704A;
    border: none;
}
.button1 {
    margin-top: 30px;

}
/*======Header=========*/
.header {
    width: 100%;
    height: 684px;
    margin: 0 auto;
}
/*======Logo and Nav=========*/

.nav {
    width: 100%;
    padding: 50px 0 0 40px;
}
.topNav {
    float: right;
    margin: 20px 500px 0 0;
}
.topNav li {
    display: inline-block;
    font-family: 'bebaskai', Arial, Times, sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    cursor: pointer;
}
.topNav li a {
    text-decoration: none;
    color: #fff;
}
.topNav li a:hover {
    color: #AA704A;
    ;
}
#homeActive {
    color: #AA704A;
    font-weight: bold;
    font-size: 19px;
}

#packageActive {
    color: #AA704A;
    font-weight: bold;
    font-size: 19px;
}
.logo {
    width: 126px;
    height: 85px;
    margin-left: 50px;
}
/*=====scroll down=========*/
section {
 margin: 0 auto;
    text-align: center;
    color:#fff;
    margin-top:220px;
    cursor: pointer;
}


.scrolldown p{
    opacity: 0.7;
}
.scrolldown a {
  font-size: 22px;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
    cursor: pointer;
}
.demo a:hover {
  opacity: .5;
}

#scrolldown a {
  padding-top: 60px;
}
#scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


/*=====Search Box=========*/
.searchBox {
    float: right;
}
.input {
    cursor: pointer;
    cursor: default;
    outline: none;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 50%;
    transition: all .2s ease-in;
    margin: 10px 56px 0 0;
    opacity: 0.5;
}
.input:focus {
    width: 170px;
    transition: all .2s ease-in;
    border-radius: 10px;
    color: white;
    opacity: 0.5;
}
.fa-search {
    font-size: 18px;
    position: relative;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    right: 80px;
}
.fa-shopping-cart {
    font-size: 22px;
    color: #fff;
    margin: 10px 50px 0 0;
}

/*========Home page=============*/
/*======Header=========*/
#homeBackground{
    background-image: url("../home/home page_background.png");
    width:100%;
    height: 3826px;
    background-size:cover;
   
}

.homeScrolldown{
   margin-top: 180px;
    margin-right: 60px;
}

/*======Home Content2=========*/
.homeContent2{
    width:430px;
    height: 400px;
    float: right;
    margin:100px 90px 0 0;
}

.homeContent2 h1, .homeContent3 h1, .homeContent4 h1, .homeContent5 h1{
    font-size:47px;
}

.homeContent2 p,.homeContent3 p, .homeContent4 p, .homeContent5 p{
    color:#fff;
    font-size:23px;
}

/*======Home Content3=========*/
.homeContent3{
    width:466px;
    height: 400px;
    float: left;
    clear: both;
    margin:280px 0 0 90px;
}
/*======Home Content4=========*/
.homeContent4{
    width:100%;
   float: left;
    text-align: center;
    clear: both;
    margin-top:330px;

}

/*
.overlay{
position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.buttonoverlay{
    color:#fff;
}
*/
.boxLeft{
    display: block;
    width:100%;
    height: auto;
}


.campGround{
    width:100%;
    text-align: center;
    margin-top:130px;
}

.leftBox{
    float: left;
    margin-left: 80px;
    position: relative;
}

.boxBox:hover .overlay{
    opacity: 1;
}
.middleBox{
    float: left;
    margin-left: 150px;
   
}

.rightBox{
    float: left;
    margin-left: 150px;
}

/*======Home Content5=========*/
.homeContent5{
    width:100%;
   float: left;
    text-align: center;
    clear: both;
    margin-top:180px;
}

.testmonialsIcon{
    width:100%;
    float: left;
    clear: both;
    display: inline-block;
    margin: 0 auto;
    
}
.leftContent{
    float: left;
    margin-left: 150px;
}

.middleContent{
    float: left;
    margin-left: 200px;
}

.rightContent{
    float: left;
    margin-left: 200px;
}

.testmonialsText{
    width:100%;
    text-align: center;
    float: left;
    margin-top:30px;
}

.leftText, .middleText, .rightText{
    width:900px;
    margin-left: 250px;
    position: absolute;
     
}

.middleText,.rightText{
    display: none;
    
}

.testmonialsIcon a{
    text-decoration: none;
}
/*========Map=============*/
.map{
    width:100%;
    height: 300px;
    margin: 0 auto;
    background-color: #000000;
    
}


/*========About Page=============*/
#aboutActive{
    color: #AA704A;
    font-weight: bold;
    font-size: 19px;
}

#aboutBackground{
   background-image: url("../about/home page_about background.png");
    width:100%;
    height: 3768px;
    background-size:cover; 
}

.aboutScrolldown{
    margin-top:280px;
    margin-right: 60px;
}

.aboutContent h1, .aboutContent2 h1, .aboutContent3 h1, .aboutContent4 h1{
    font-size:47px;
}

.aboutContent1 p,.aboutContent2 p, .aboutContent3 p, .aboutContent4 p{
    color:#fff;
    font-size:23px;
}


/*About Content1*/
.aboutContent1{
    width:500px;
    height: 400px;
    float: right;
    margin:60px 100px 0 0;

}
/*About Content2*/
.aboutContent2{
    width:100%;
   float: left;
    text-align: center;
    clear: both;
    margin-top:140px;
}

.gears{
    margin-top:70px;
}

.aboutContent2 h1{
    color: #0B223B;
}

/*About Content3*/
.aboutContent3{
    width:100%;
    float: left;
    text-align: center;
    clear: both;
    margin-top: 120px;
}

.stepList{
/*    background-color: #DD7072;*/
    width:1200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
   margin-top:160px;
}

.container1{
    width:270px;
    height: 151px;
/*    background-color: yellow;*/
    float: left;
}

.container2{
    width:270px;
    height: 151px;
/*    background-color: yellow;*/
   margin-left: 30px;
    float: left;
}
.container3{
    width:281px;
    height: 151px;
/*    background-color: yellow;*/
   margin-left: 30px;
    float: left;
}

.container4{
    width:270px;
    height: 151px;
/*    background-color: yellow;*/
   margin-left: 30px;
    float: left;
}

.icon1:hover, .icon2:hover, .icon3:hover, .icon4:hover{
    transform: scale(1.2);
    cursor: pointer;
}
/*Contact Us form*/
.contactForm{
    width:100%;
    margin: 0 auto;
    float: left;
    clear: both;
}

.contactForm h1{
    color:#0B223B;
    margin-top: 210px;
    text-align: center;
}

.contactInfo{
    width:980px;
    height: 550px;
    float: left;
    margin: 0 auto;
   margin-left: 425px;
    margin-top:-30px;
}

.contactForm input{
    background-color: rgba(255,255,255,0.7);
}

.contactForm lable{
    font-weight: bold;
}
input[type="message"]{
    width:539px;
    height: 246px;
    border: 1px solid #527DA0;
    margin-left: 40px;
} 

.button6{
    clear: both;
    margin: 0 auto;
    margin-left: 460px;
    
}


/*========Rental Info=============*/
/*======Header=========*/
#rentalActive {
    color: #AA704A;
    font-weight: bold;
    font-size: 19px;
}
#rentalHeader{
   background-image: url("../rental info/Rental Info_headerPic.png");
    background-size: cover;
} 

.text1{
    color: #fff;
    width:300px;
    margin-top:30px;
    
}
.rentalScrolldown{
    margin-top: 200px;
}
/*======Faq========*/
.faqcontent{
    width:100%;
    height: 800px;
    margin: 0 auto;
/*    background-color: pink;*/
    padding-top:10px;
}

.faqcontent p{
    text-align:center;
}

.faqcontent h5{
    height: 5px;
}
/*Accordian*/

#accordian h4{
    color: #fff;
    font-size:18px; 
    cursor: pointer;
    padding-top:14px;
    text-align: center;
    margin: 0 auto;
    width:780px;
    border: none;
   
}

#accordian p{
    color:#fff;
    font-size: 16px;
    padding-bottom: 13px;
    display: none;;
   
}


.faqContent1, .faqContent3,.faqContent5,.faqContent7{
    width:800px;
    min-height: 50px;
    background-color:#AA704A;
    margin: 0 auto;
    border-radius: 13px;
    margin-top:20px;
}

.fa-plus {
  transition: all .25s ease;
  float: right;
}

.faqContent2, .faqContent4,.faqContent6{
   width:800px;
    min-height: 50px;
    background-color:#5F391B;
    margin: 0 auto;
    border-radius: 13px;
    margin-top:20px; 
}





/*========Package Page=============*/


/*======Header=========*/
.headerPackage {
    background-image: url("../PACKAGE/package_IAMGE.png");
    background-size: cover;
    width:100%;
    height: 772px;
}
.headerText {
    margin: 120px 0 0 80px;
}


/*=====Package Content=========*/

.packageContent {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    background-color: #D2EEF7;
    padding-top: 10px;
}
/*=====Step1=========*/
.step1 {
    width: 1067px;
    height: 900px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;/*    display: none;*/
}
.iconList {
    width: 920px;
    overflow: auto;
    padding: 5px;
    /*        background-color: yellow;*/
    margin: 0 auto;
    margin-left: 140px;
    text-align: center;
    align-content: center;
}
.iconList p {
    color: #527DA0;
    text-align: center;
}
.icon {
    float: left;
    margin-top: -20px;
    padding-left: 20px;
}
.number p {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;/*    background-color: #527DA0;*/
}
/*=====Icon1=========*/
.box1 {
    width: 200px;
    height: 120px;
    /*        background-color: pink;*/
    text-align: center;
    float: left;
}
/*=====Icon2=========*/
.box2 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box2 p {
    color: #D1D3D4;
}
/*=====Icon3=========*/
.box3 {
    width: 200px;
    height: 120px;
    /*        background-color: pink;*/
    text-align: center;
    float: left;
}
.box3 p {
    color: #D1D3D4;
}
/*=====Icon4=========*/
.box4 {
    width: 200px;
    /*
    height: 120px;
        background-color: pink;
*/
    text-align: center;
    float: left;
}
.box4 p {
    color: #D1D3D4;
}
/*=====Step 1 Form=========*/
.step1Form {
/*    background-color: pink;*/
    width: 980px;
    height: 750px;
    margin: 0 auto;
}
.step1Content {
    margin: 0 auto;
    margin-left: 315px;
}
.step1Form p {
    color: #527DA0;
}
.info1 {
    text-align: center;
    font-size: 16px;
}
lable {
    font-size: 17px;
    display: block;
    color: #527DA0;
    margin: 20px 0 0 40px;
}
input[type="text"], input[type="email"] {
    border: 1px solid #527DA0;
    width: 280px;
    height: 30px;
    margin: 5px 0 0 40px;
}
input[type="note"] {
    width: 350px;
    height: 140px;
    border: 1px solid #527DA0;
    margin: 5px 0 0 40px;
}
input[type="date"] {
    width: 280px;
    height: 30px;
    margin: 5px 0 0 40px;
    padding-left: 18px;
    border: 1px solid #527DA0;
    font-family: Arial, Times, sans-serif;
    color: #D1D3D4;
}
select {
    width: 280px;
    height: 30px;
    font-family: Arial, Times, sans-serif;
    border: 1px solid #527DA0;
    color: #527DA0;
    font-size: 18px;
    display: block;
    margin: 10px 0 0 40px;
}
.button2 {
    margin: 0 auto;
    margin: 20px 0 0 350px;
    border: 1px solid #527DA0;
    color: #527DA0;
}
.button2:hover {
    color: #fff;
    background-color: #527DA0;
}
/*=====Step 2 style=========*/
.pagecontent2 {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    background-color: #D2EEF7;
    padding-top: 10px;
}
.step2 {
    width: 1067px;
    height: 900px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
}
.icon {
    float: left;
    margin-top: -20px;
    padding-left: 20px;
}
.number p {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
}
/*=====Icon1=========*/
.box1 {
    width: 200px;
    height: 120px;
    text-align: center;
    float: left;
}
/*=====Icon2=========*/
.box2_2 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box2_2 p {
    color: #527DA0;
}
/*=====Icon3=========*/
.box3 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box3 p {
    color: #D1D3D4;
}
/*=====Icon4=========*/
.box4 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box4 p {
    color: #D1D3D4;
}
/*=====Step 2 Form=========*/
.packagecontent2{
    display: none;
}
.step2Form {
    /*    background-color: pink;*/
    width: 980px;
    height: 750px;
    margin: 0 auto;
    
}
.step2Form p {
    color: #527DA0;
}
.info2 {
    text-align: center;
    font-size: 16px;
}
/*Left Tent*/
.leftpackage {
    width: 281px;
    height: 603px;
    /*    background-color: yellow;*/
    float: left;
    margin: 5px 0 0 30px;
    text-align: center;
}
.title {
    width: 281px;
    height: 53px;
    /*    background-color: red;*/
    border: 1px solid #527DA0;
    text-align: center;
    padding-top: 2px;
}
.tentInfo1 {
    width: 281px;
    height: 360px;
    margin-top: 10px;
    border: 1px solid #527DA0;
    text-align: left;
}
.tentInfo1 p, .tentInfo2 p, .tentInfo3 p {
    padding-left: 60px;
    line-height: 30px;
}
.button4 {
    width: 130px;
    height: 40px;
    border: 1px solid #527DA0;
    color: #527DA0;
    margin-top: 10px;
}
.button4:hover {
    background-color: #527DA0;
    color: #fff;
}
/*middle Tent*/
.middlePackage {
    width: 281px;
    height: 603px;
    /*    background-color: yellow;*/
    float: left;
    margin: 5px 0 0 30px;
    text-align: center;
}
.tentInfo2 {
    width: 281px;
    height: 360px;
    margin-top: 10px;
    border: 1px solid #527DA0;
    text-align: left;
}
/*right Tent*/
.rightPackage {
    width: 281px;
    height: 603px;
    /*    background-color: yellow;*/
    float: left;
    margin: 5px 0 0 50px;
    text-align: center;
}
.tentInfo3 {
    width: 281px;
    height: 360px;
    margin-top: 10px;
    border: 1px solid #527DA0;
    text-align: left;
}
.option {
    float: left;
    margin: 30px 0 0 220px;
}
.button5 {
    color: #527DA0;
    border: 1px solid #527DA0;
    margin-left: 70px;
}
.button5:hover {
    color: #fff;
    background-color: #527DA0;
}
/*=====Step 3 style=========*/
.packagecontent3 {
    width: 100%;
    height: 1030px;
    margin: 0 auto;
    background-color: #D2EEF7;
    padding-top: 10px;
    display: none;
}
.step3 {
    width: 1067px;
    height: 930px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
}
.icon {
    float: left;
    margin-top: -20px;
    padding-left: 20px;
}
.number p {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
}
/*=====Icon1=========*/
.box1 {
    width: 200px;
    height: 120px;
    text-align: center;
    float: left;
}
/*=====Icon2=========*/
.box2_2 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box2_2 p {
    color: #527DA0;
}
/*=====Icon3=========*/
.box3_3 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box3_3 p {
    color: #527DA0;
}
/*=====Icon4=========*/
.box4 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box4 p {
    color: #D1D3D4;
}
/*=====step3 form=========*/
.step3Form {
/*    background-color: pink;*/
    width: 980px;
    height: 750px;
    margin: 0 auto;
}
.step3Form p {
    color: #527DA0;
}
.info3 {
    text-align: center;
    font-size: 16px;
}
.step3content {
    margin-left: 315px;
}
.step3content p {
    text-align: center;
    margin: 20px 300px 0 0;
}
.option3 {
    width: 500px;
    margin-top: 20px;
    float: right;
    margin-right: 260px;
}
/*=====Step 4 style=========*/
.packagecontent4 {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    background-color: #D2EEF7;
    padding-top: 10px;
    display: none;
}
.step4 {
    width: 1067px;
    height: 900px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
}

.icon {
    float: left;
    margin-top: -20px;
    padding-left: 20px;
}
.number p {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
}
/*=====Icon1=========*/
.box1 {
    width: 200px;
    height: 120px;
    text-align: center;
    float: left;
}
/*=====Icon2=========*/
.box2_2 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box2_2 p {
    color: #527DA0;
}
/*=====Icon3=========*/
.box3_3 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box3_3 p {
    color: #527DA0;
}
/*=====Icon4=========*/
.box4_4 {
    width: 200px;
    height: 120px;
    /*    background-color: pink;*/
    text-align: center;
    float: left;
}
.box4_4 p {
    color: #527DA0;
}
/*STEP 4 FORM style*/
.step4Form {
/*    background-color: pink;*/
    width: 980px;
    height: 750px;
    margin: 0 auto;
}

.complete{
    padding: 150px 0 0 0;
    text-align: center;
}

.complete p{
    color:#527DA0;
}

.complete button{
   margin:20px 0 0 0;
}


/*=====contact=========*/
.question {
    width: 100%;
    height: 165px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    
}
.question p {
    font-size: 18px;
    padding-top: 45px;
    line-height: 30px;
}

#back-top {
position: fixed; 
display:none; 
font-size: 40px;
color: rgba(210,200,200,1.00);
bottom:50px; 
right:20px; 
width:auto;
}
a#back-top:hover {
    background-color:transparent;
}
a#back-top {
    display: block; 
    text-decoration: none;
}
.topup {
    bottom:5px;
}
#back-top i {
    display: block;
}




/*=====footer=========*/
footer {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    background-color: #0B223B;
}
.leftFooter {
    width: 235px;
    ;
    overflow: auto;
    /*    background-color: pink;*/
    float: left;
    margin: 70px 0 0 60px;
}
.footerLogo {
    width: 121px;
    height: 77px;
    margin-left: 40px;
}
.socialMedia {
    margin-top: 20px;
}
.fa-facebook, .fa-instagram, .fa-twitter, .fa-youtube {
    display: inline-block;
    color: #fff;
    background: rgba(255,255,255,0.7);
    width: 35px;
    height: 35px;
    padding: 10px 0 0 1px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 20px 0 0 4px;
    margin-left: 10px;
}
.fa:hover {
    color: #0B223B;
    background-color: #fff;
}
/*=====footer middle content=========*/

.middleFooter {
    /*    background-color: pink;*/
    width: 130px;
    overflow: auto;
    float: left;
    margin: 70px 0 0 30px;
    text-align: left;
    line-height: 40px;
}
.middleFooter p, .rightinfo p, .footerContact p, .rightFooter p {
    color: #fff;
}
.rightinfo {
    float: left;
    /*    background-color: pink;*/
    width: 130px;
    overflow: auto;
    line-height: 40px;
    margin: 130px 0 0 0;
}
.footerContact {
    /*    background-color: pink;*/
    width: 280px;
    float: left;
    line-height: 40px;
    margin: 70px 0 0 0;
}
.rightFooter {
    margin: 70px 20px 0 0;
    line-height: 40px;
    float: left;
}
.subscribe {
    width: 280px;
    float: right;
    margin: 80px 0 0 0;
}
.subscribe input {
    width: 200px;
    height: 30px;
    float: right;
    margin: 10px 80px 0 0;
}
.button3 {
    width: 120px;
    height: 40px;
    margin-top: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
}
.button3:hover {
    color: #fff;
    background-color: #AA704A;
    border: none;
}
