/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 5px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}
label {
    display: flex;
    font-size: 18px;
}
.modal-content select {
    border: none;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 20px;
    border-radius: 5px;
}
/* Set a style for all buttons */
button {
    background-color: #04AA6D;
    color: white;
    padding: 7px 20px;
    margin: 15px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
    padding: 16px 16px 0;
}
.login span {
    color: #005e20;
    font-size: 18px;
    font-family: sans-serif;
}
.animate label b {
    color: #005e20;
    font-size: 15px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.ceni{
    background: red!important;
}
/*.leftsidelogo h3{*/
/*  left: -53px;*/
/*}*/
.reveal-inline-block img{
  width: auto;
}
/*.gallery-item.flickr-item img {*/
/*      width: auto!important;*/
/*  }*/
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
height: 2px;
}
.range h4 {
color: #268750;
font-weight: 700;
font-family: sans-serif;
font-size: 25px;
font-family: 'Cambria';
}
.range h6 {
font-size: 18px;
font-weight: 700;
font-family: sans-serif;
margin-top: 10px;
}
.range p {
font-size: 17px;
color: #fff;
font-family: sans-serif;
font-weight: normal;
margin-top: 0;

}
.page .text-base {
color: #fff;
}
.text-base a{
text-transform: uppercase!important;
}
.text-base a:hover{
color: #268750!important;
text-decoration:none;
}
.shell.footer-bottom {
padding: 20px 0;
border-top: 1px solid #666363;
}


/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/*footer bottom part start*/


#navbar {
  background-color: #005e20;
  position: fixed;
  bottom: -50px;
  width: 100%;
  display: block;
  transition:  0.3s;
  z-index:9;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
  width: 50%;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}
 #navbar {
        display: none;
    }

.hours {
    margin-top: 20px!important;
}
/*footer bottom part end*/

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
  
}

@media(max-width:1024px){
.rd-navbar-sidebar .rd-navbar-toggle{
    top: 5px;
}
}
@media(max-width:991px){
  .cricklandtagline {
    font-size: 60px !important;

}
html.lt-ie-10 * + [class*='cell-'], * + [class*='cell-'], html.lt-ie-10 * + .range-sm, * + .range-sm {
    margin-top: 0;
}
}
/*.range  img{*/
/*    width: 325px;*/
/*}*/
@media(max-width: 768px){
  .leftsidelogo h3 {
    left: -53px;
}
.welcom{
  padding: 15px!important;
}
.swiper-container {
height: 600px;
}
ul.socialmedia {
    left: 7px;
}
#navbar {
    display: block;
}
  
}

@media(max-width: 600px){
  .welcom{
  padding: 15px!important;
}
.range  img{
  width: 300px!important;
}
.swiper-container {
height: 580px;
}
.rd-navbar-sidebar .rd-navbar-toggle {
    width: 35px;
    height: 35px;
}
.leftsidelogo h3{
  left: -53px;
}
.hours{
    margin-top: 0!important;
}
  .modal-content {
        width: 60%!important;
    }


}

@media(max-width: 576px){
  .cricklandtagline {
    font-size: 50px !important;
    line-height: 50px;
}
.swiper-container {
height: 540px;
}
.leftsidelogo h3 {
    left: -52px;
    font-size: 22px;
    top: 80px;
}
}
@media(max-width: 425px){
.range img {
    width: 235px!important;
}
.cricklandtagline {
    font-size: 40px !important;
}
.swiper-container {
    height: 450px;
}
.cancelbtn {
    padding: 5px 18px;
}
span.psw {
    padding-top: 5px;
}
html .page .offset-top-60 {
    margin-top: 38px;
}
.modal-content {
    width: 70%;
}


}
@media(max-width: 375px){
   .cricklandtagline {
font-size: 44px !important;
line-height: 45px;
}
/*.rd-navbar-sidebar .rd-navbar-toggle {*/
/*    top: 10px;*/
/*    left: 10px;*/
/*}*/
.btn-part{
    top: 7px!important;
}

.range h1 {
	font-size: 40px;
    font-weight: 600;
}
.modal-content {
    width: 68%!important;
}
}
@media(max-width: 320px){
   .cricklandtagline {
    font-size: 38px !important;
}
.modal-content {
    width: 80%!important;
}
.shell h2{
    font-size:28px;
}
input[type=text], input[type=password]{
    margin: 0 0 5px;
}

}

 @media(max-width: 768px){
     
  }
  
  @media(max-width: 600px){
    
  }
  
  