body {
  background-color: #aaa;
  font-family: 'Open Sans', sans-serif;margin:0px;
}

body::-webkit-scrollbar {
    width: 0.35em;
	background-color: #000;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#79c365;
  outline: 1px solid slategrey;
}

.main {
  height: 100%;
  position: relative;
}

h1 {
  font-family: 'roboto', serif;
  font-size: 70px;
  line-height: 1.125;
  margin-bottom: 10px;
  letter-spacing: -3px;
	text-transform: uppercase;
}

@media (min-width: 800px) {
  h1 {
    font-size: 70px;
  }
}
h3 {
  color: red;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 0.85;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
  margin-bottom: 35px;
}

@media (min-width: 800px) {
  h3 {
    font-size: 23px;
  }
}
p {
  font-size:18px;
  line-height: 30px;
 font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  list-style: none;
  z-index: 997;
}

@media (min-width: 500px) and (min-height: 375px) {
  .nav {
    display: block;
  }
}
.nav:before {
  /*border-left: 2px solid rgba(255, 255, 255, 0.3);*/
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 49px;
}

.dot-nav {
  list-style: none;
  position: relative;
  z-index: 5;
}

.dot-nav a {
  display: inline-block;
  background: #ddd;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  vertical-align: middle;
}

.dot-nav a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #e53333;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.dot-nav a.active {
  background-color: #e53333;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.dot-nav li {
  margin: 25px 0;
}

.dot-nav li span {
  opacity: 0;
  position: fixed;
  vertical-align: middle;
  color: #fff;
  background: #000;
  padding: 2px 7px;
  margin-top: -4px;
  margin-left: 25px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
}

.dot-nav li span b {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.dot-nav li a:hover + span {
  opacity: 1;
}

.page-block {
  background-size: cover;
}

.content {
  width: 65%;
  margin: 0 auto;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  padding-top: 10%;
}


.content-inner {
  width: 80%;
  margin: 0 auto;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  padding-top: 20%;
}

.content-inner2 {
  width: 80%;
  margin: 0 auto;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  padding-top: 5%;
}

.content-inner3 {
  width: 80%;
  margin: 0 auto;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  padding-top: 0%;
}

#innerpage{
  background: url(http://parkwaykochi.com/assets/images/inner-f.jpg);
  background-repeat:  no-repeat ;
  background-position:center center;
     background-size: cover;
  background-attachment: fixed;
  height:85vh;
}


#one {
  background: url(http://parkwaykochi.com/assets/images/banner1.jpg);
  background-repeat:  no-repeat ;
  background-position:center center;
     background-size: cover;
  background-attachment: fixed;
   
  height:100vh;
}

#two {
  background: url(http://parkwaykochi.com/assets/images/banner2.jpg);
   background-repeat:  no-repeat ;
      background-size: cover;
  background-position:center center;
  background-attachment: fixed;

  height:100vh;
}

#three {
  background: url(http://parkwaykochi.com/assets/images/banner3.jpg);
   background-repeat:  no-repeat ;
      background-size: cover;
  background-position:center center;
  background-attachment: fixed;

   height:100vh;
}

#four {
  background: url(http://parkwaykochi.com/assets/images/banner4.jpg);
   background-repeat:  no-repeat ;
      background-size: cover;
  background-position:center center;
  background-attachment: fixed;
  
   height:100vh;
}

#five {
  background: url(http://parkwaykochi.com/assets/images/banner5.jpg);
   background-repeat:  no-repeat ;
      background-size: cover;
  background-position:center center;
  background-attachment: fixed;
     height:100vh;
}

#six {
  background: url(http://parkwaykochi.com/assets/images/banner6.jpg);
   background-repeat:  no-repeat ;
  background-position:center center;
     background-size: cover;
  background-attachment: fixed;

   height:100vh;
}

#seven {
  background: url(http://parkwaykochi.com/assets/images/banner7.jpg);
   background-repeat:  no-repeat ;
  background-position:center center;
     background-size: cover;
  background-attachment: fixed;

   height:100vh;
}

#eight {
  background: url(http://parkwaykochi.com/assets/images/banner8.jpg);
   background-repeat:  no-repeat ;
  background-position:center center;
     background-size: cover;
  background-attachment: fixed;

   height:100vh;
}

.home_extra_buttons {
    margin: 0;
    padding: 0;
    text-align: left;
    direction: rtl;
    font-size: 14px;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
    width: 13em;
    float: right;
}

.home_extra_buttons li {
    list-style: none;
    margin: 0;
    padding: 1em .5em;
    line-height: 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    width: 11em;
    transition: width .2s ease-in-out;

}

.home_extra_buttons li:hover {
    width: 15em;
}
.home_extra_buttons li a {
    text-decoration: none;
    color: #ccc;
    display: block;
}
.book_now{
  padding: 30px;
    width: 65%;
    margin: 0 auto;
    background: #000000a3;margin-top: 30px
}
.book_now select{    padding: 10px 30px;margin-right: 20px;font-size: 15px;color: #000;}
.book_now input[type="submit"]{
  padding: 10px 20px;
    background: #218205;
    color: #fff;
    border: 1px solid #39b714;
}
.details{
        
   /* padding: 10px 70px;
    border: 3px solid #fff;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;*/
     display: inline-block;
  margin: 1em;
  text-transform: uppercase;
  padding: 0.7em 4.5em;
  background: none;
  color: #fff;  
  font-weight: bold;
  position: relative;
  transition:color 0.25s ease;
  border:2px solid white;
	    cursor: pointer;
}
.details:hover{
    /*background: #0f4400; 
    border: 3px solid  #0f4400;
    transition: */
    color:  #333;
    background: #5eab48;
}
.details:after{
   position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
/*  background-color:  #0f4400;*/
background-color:#f9d742;
  transform-origin:left;
  transition:width 0.5s ease;
  z-index:-1;

}
.details:hover::after {
  width: 100%;
}

.details1{
        
   /* padding: 10px 70px;
    border: 3px solid #fff;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;*/
     display: inline-block;
  margin: 1em;
  text-transform: uppercase;
  padding: 0.7em 2.5em;
  background: none;
  color: #fff;  
  font-weight: bold;
  position: relative;
  transition:color 0.25s ease;
  border:2px solid white;
	    cursor: pointer;
}
.details1:hover{
    /*background: #0f4400; 
    border: 3px solid  #0f4400;
    transition: */
    color:  #333;
    background: #5eab48;
}
.details1:after{
   position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
/*  background-color:  #0f4400;*/
background-color:#f9d742;
  transform-origin:left;
  transition:width 0.5s ease;
  z-index:-1;

}
.details1:hover::after {
  width: 100%;
}


.details2{
        
   /* padding: 10px 70px;
    border: 3px solid #fff;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;*/
     display: inline-block;
  margin: 1em;
  text-transform: uppercase;
  padding: 0.7em 2.5em;
  background: none;
  color: #fcff00;  
	border-radius: 30px;
  font-weight: bold;
  position: relative;
  transition:color 0.25s ease;
  border:2px solid #fcff00;
	    cursor: pointer;
}
.details2:hover{
    /*background: #0f4400; 
    border: 3px solid  #0f4400;
    transition: */
    color:  #333;
	border-radius: 30px;
    background: #fcff00;
}
.details2:after{
   position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
/*  background-color:  #0f4400;*/
background-color:#f9d742;
  transform-origin:left;
  transition:width 0.5s ease;
  z-index:-1;

}
.details2:hover::after {
  width: 100%;
}


.line{
          width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    height: 175px;
  
}
.line1{
          width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    height: 140px;

 
}
#six .line1{height: 103px;}
#seven .line1{height: 103px;}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 250px;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
#eight .line1{height: 103px;}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 250px;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidepanel li{list-style-type: none}
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  right:0;float:right
}

.openbtn:hover {
  background-color:#444;
}
.logo{ padding: 10px;}
 .logo img{width: 100%;}


@media screen and (max-width: 768px){
  h1{font-size:40px;}
  p{font-size: 16px;line-height: 20px;}
  .book_now select {
    padding: 5px 20px;
    margin-right:0;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
  }
  .book_now {
    padding: 17px;
    width: 85%;
  }
  .line,.line1{display: none;}
  
  #six .line1{height: 85px;}
	#seven .line1{height: 85px;}
  .nav {
     display:block; 
  }
	#eight .line1{height: 85px;}
  .nav {
     display:block; 
  }
  .logo{padding:10px 0;position:relative;}
  .logo img{width: 70%;}
  #mobileNav{position: fixed;z-index: 1000}
  .menu{display: none;}
  .sidepanel{height: 100%;z-index:10000;}
  #one,#two,#three,#four,#five,#six,#seven,#eight{
      background-attachment:scroll;
  }
  .book_now input[type="submit"] {
    padding: 5px 20px;
  }
	
	.content {
  width: 90%;
  margin: 0 auto;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  padding-top: 50%;
}
	
}

@media screen and (min-width: 769px){
  #mobileNav{display: none;}
}
@media screen and (min-width:768px) and (max-width: 1000px){
  .content{padding-top:35%;}
		.content {
  width: 70%;
  margin: 0 auto;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  padding-top: 40%;
}
}


.footer {
	background-color: #efefef;
	font-size: 14px;
	font-weight: 600;
	color: #272227;
	margin-top: 80px;
	min-height: 200px;
}

footer.site-footer * {
	line-height: 21px
}

footer.site-footer ul.two-col-menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	footer.site-footer ul.two-col-menu {
		width: 100%;
		max-width: 250px
	}
}

footer.site-footer a {
	text-transform: inherit;
	letter-spacing: 0px;
	color: #272227;
	font-weight: 300
}

footer.site-footer a:hover {
	color: #878387
}

footer.site-footer a::after {
	display: none
}

footer.site-footer a i {
	font-size: 1.33rem;
	line-height: 30px
}

@media screen and (max-width: 959px) {
	footer.site-footer #footer-contact-info {
		clear: both
	}
}

.hd-1{text-align: left; font-size: 45px; line-height: 45px; font-weight: 700;}