@import url('normalize.css');
@import url('skeleton.css');

/* Color Scheme */
@import url('../../theme/default.css');

/* General Style */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.logo {  
  margin: -50px 0 0 0;
  float: left;
  clear: both; 
  width: 90%;
  max-width: 340px;
  min-width: 340px;
  position: absolute;
}

span.wabbltxt {
  float: left;  
  clear: both;
  color: #fff;
  font-size: 15px;
  max-width: 200px;
  min-width: 240px;
  margin: 50px 0 0 60px;
  position: absolute;
  text-transform: uppercase;
}

keyreg:before {
    transform: rotate(-90deg);    
    -webkit-transform: rotate(-90deg);    
    font-size: 10px;
    position: fixed;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    right: -6px;        
    bottom: 100px;
    color: #65A32A !important;
    content: "Stark";    

    border: 1px solid #0A0A0D;
    padding: 4px 0 4px 4px;
    background-color: #0A0A0D;
    z-index: 1;
}

keyreg:after {
    transform: rotate(-90deg);    
    -webkit-transform: rotate(-90deg);    
    font-size: 9px;
    position: fixed;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    right: 5px;        
    bottom: 125px;
    color: #F26C00 !important;
    content: ">";    

    padding: 6px 5px 6px 5px;
    background-color: #0A0A0D;
    z-index: 0;
}

body { 
    
}

section {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slice {
    
}

.inner {
    padding-left: 10px;
    padding-right:10px;
    padding-top: 20px;
    padding-bottom: 5px;
    opacity: 1;
}

.header {
    padding: 0px;
    display: block;
}

.hwrap {}

.mainMenu {
  float: right;
  right: 20%;
  position: fixed;
}

.mainMenu ul li, .mainMenu ul li a{
  float: left;
  color: #415B65;
  padding: 10px 10px 10px 10px;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.home {

}

.homeBuffer {
    margin-top: 20%;        
}

.welcome {        
  line-height: 1.3; 
  padding: 0 0; 
  border-left: 10px solid #000;
  width: 95%;
  margin: 50px 0;
  left: 0;
  font-size: .8em;
}

.welcome h2 { 
  background-color: #000;
  padding: 4px 0;
  color: #ace9f3; 
  display: inline;
  margin: 0;   
}
.welcome h2 strong { 
  position: relative;
  left: -5px; 
  font-weight: normal;  
}

.homCont > button {
  margin: 15% 0 0 0;        
}

.introTxt {
  font-family: "Quicksand", sans-serif;
  margin-left: 30%;    
  font-weight: normal;  
  
}

button {
    padding: 10px 30px 45px 30px; 
    font-size: 15px;
    transition: all 0.3s ease 0s;
}

.green {
    background: #00840D;
    color: #fff;
    border-color: #008E0F;

    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
}

.green:hover { 
    border-color: #008E0F;
    color: #fff;
    background: #008E0F;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
}

.action {
  color: #fff;
  font-weight: bolder;
  font-size: 12px;
  text-transform: uppercase;
  margin: -50px 0 0 0;
  width: 100%;
}

.wa{ margin: 95px 0 0 0; float: left; }
.phone { font-size: 25px; line-height: 49px;}
.code { text-indent: -9999px; display: none;}

.about {
    
}

.qrcode { float: left; display: none; }
.wascreen {float:right; position: static; width: 80%; right: -40%;}
.hidden {
  display: none;
}



#photo-one{
  background: url("../image/family-vacation-in-kerala11.jpg") no-repeat scroll center center/cover #C1CDCD;
  height:260px;
  width:250px;
  float: right;
  top:50%;
  left:50%;
  margin-top:-50px;
  margin-left:-100px;
  border-top:9px;
  border-left:5px;
  border-right:5px;
  border-bottom:60px;
  border-style:solid;
  border-color:#FCFCFC;  
  box-shadow: 0px 5px 5px #888;
  -moz-box-shadow: 0px 5px 5px #888;
  -webkit-box-shadow: 0px 5px 5px #888;
}

#photo{
  background: url("../image/kerala-tourism.jpg") no-repeat scroll center center/cover #C1CDCD;
  height:260px;
  width:250px;
  float: right;
  top:50%;
  left:50%;
  margin-top:-100px;
  margin-left:-10px;
  border-top:9px;
  border-left:5px;
  border-right:5px;
  border-bottom:60px;
  border-style:solid;
  border-color:#FCFCFC;  
  transform:rotate(20deg);
  box-shadow: 0px 5px 5px #888;
  -moz-box-shadow: 0px 5px 5px #888;
  -webkit-box-shadow: 0px 5px 5px #888;
}

#photo-two{
  background: url("../image/vacation-in-kerala.jpg") no-repeat scroll center center/cover #C1CDCD;
  height:260px;
  width:250px;
  float: left;
  top:50%;
  left:50%;
  margin-top:-100px;
  margin-left:-10px;
  border-top:9px;
  border-left:5px;
  border-right:5px;
  border-bottom:60px;
  border-style:solid;
  border-color:#FCFCFC;  
  transform:rotate(-20deg);
  box-shadow: 0px 5px 5px #888;
  -moz-box-shadow: 0px 5px 5px #888;
  -webkit-box-shadow: 0px 5px 5px #888;
}

.hTitle {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 35px;
  opacity: 0.4;  
}

.mainContent > p {
  font-size: 1em;  
  font-weight: normal;
}

.faq-question {
  padding: 5% 5% 7% 5%;
  width: 100%;
  border: 1px solid #d8dbdd;
  border-radius: 8px;
  margin-bottom: 15px;
}

.faq-row {
    margin-bottom: 15px;
    width: 100%;
}    

.faq-key {
    float: left;
    width: 5%;
    height: 100%;
    font-size: 14px;
    color: #d8dbdd;
    text-align: left;
}

.faq-title {
    font-size: 18px;
    line-height: 22px;    
    font-weight: inherit;
    color: #586971;
    width: 95%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
}

p.faq-body {
    font-size: 16px;
    line-height: 22px;
    color: #586971;
    width: 95%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* DivTable.com */
.divTable{
  display: table;
  width: 40%;
 
}
.divTableRow {
  display: table-row;
}
.divTableHeading {  
  display: table-header-group;
}
.divTableCell, .divTableHead {  
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading { 
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {  
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

.instruction {  
  text-align: left;
  margin: 2% auto 0 auto;
  font-weight: normal;
  width: 250px;
  display: block;
  float: left;
  list-style: none;  
}

.instruction li {
  margin: 0 0 50px 0;    
}

.bullet {
  display: block;  
  width: 48px;  
  background-color: red;
  margin: 30px 10px -30px 0;
  float: left;
}

.one {
  background: url("../image/i1.png");
  height: 47px;
}

.two {
  background: url("../image/i2.png");
  height: 50px;
}

.three {
  background: url("../image/i3.png");
  height: 50px;
}

@media (min-width: 750px) { 

    .header {
        padding: 0px;        
        display: block;
        margin: 100px 0 0 0;
    }

    .logo {  
      margin: -160px 0 0 0;
      float: left;
      clear: both; 
      width: 90%;
      max-width: 500px;
      min-width: 340px;
      position: absolute;
    }

    span.wabbltxt {
      float: left;  
      clear: both;
      color: #fff;
      font-size: 18px;
      max-width: 400px;
      min-width: 240px;
      margin: 50px 0 0 70px;
      position: absolute;
    }

    .mainMenu {
        margin: 40px 0 0 0;
    }

    .inner {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .slice {
      overflow: hidden;
    }

    .introTxt {  
        font-size: 2em;        
    }

    .action {width: 40%; margin-top: 10%;}
    .qr { float: left; display: block; }
    .qrcode { float: left; display: block; }
    .wa { float: right; }
    .wascreen { float:left !important; left: 0; width: 40% !important; position: relative !important; margin: 0 5% 0 0; }

    .mainContent {
        padding-top: 150px;
    }

    .welcome {        
        line-height: 1.3; 
        padding: 0 0; 
        border-left: 10px solid #000;
        width: 45%;
        margin: 0px 0;
        left: 0;
    }

}

@media (min-width: 1000px) { 

    .header {
        padding: 0px 0 0 0;        
        display: block;        
    }

    .mainMenu {
        margin: 40px 0 0 0;
    }

    .introTxt {  
        font-size: 2em;        
    }
    .action {width: 40%; margin-top: 10%;}
    .qr { float: left; display: block; }
    .wa { float: right; }

    .inner {
        width:70%;
        margin:0 auto;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .mainContent {
        padding-top: 150px;
    }

    .welcome {        
        line-height: 1.3; 
        padding: 0 0; 
        border-left: 10px solid #000;
        width: 45%;
        margin: 0px 0;
        left: 0;
    }
     
}