@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}


::-webkit-scrollbar {
    width:15px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(235, 235, 235, 0.541);
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(92, 92, 92, 0.4);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(35, 129, 98),rgb(46, 216, 159),rgb(36, 145, 108));
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(4, 109, 74,0.3);

}

.navbar-right
{
    z-index: 10000;
    
}

.dropdown-menu
{
    z-index: 10000;
}

#wrapper {
    padding-left: 0;    
}

.subhead-wrapper {
    width: 100%;        
    padding: 0;
    background: linear-gradient(180.49092964468116deg, rgba(125, 204, 178,1) 34.0144596651446%,rgba(124, 203, 177,1) 34.0144596651446%,rgba(11, 150, 104,1) 76.48021308980213%);
    color:rgb(4, 109, 74);
    font-size:16px;
    margin-top: 10px;
}

.news_form{
	padding-top: 20px;
}

/* .well
{
    padding:5px;
} */

.title {
    padding: 0px;
    margin-bottom: 15px;
    background-color: rgb(228, 226, 226);
    color:rgb(4, 109, 74);
}

.title h3 {
    font-weight: bold;
    padding-left: 20px;
}

.title h4 {
    padding: 5px 5px 5px 10px;
}

.ecf {
    text-align: right;
    font-size:26px;
  
}




/* .fa-user-tie {
    padding-left: 5px;
    padding-right: 5px;
} */

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
    color:rgb(1, 94, 63);
    margin-top: 10px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #page-wrapper {
        padding: 22px 10px;
        min-height: 590px;
    }


}

@media(min-width:1200px) {
    #wrapper {
        padding-left: 300px;
    }

    #page-wrapper {
        padding: 22px 10px;
        min-height: 590px;
    }


}



/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: rgb(27, 124, 92);
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}



/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 0px;
        left: 300px;
        width: 300px;
        margin-left: -300px;
        border: none;
        border-radius: 0;
        /* border-top: 1px rgb(0,0,0,0.5) solid; */
        overflow-y: auto;
        background-color: #37BF91;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        box-shadow:  0 0 10px  rgba(0,0,0,0.6);
                -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
                -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
                -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    }

    .side-nav>li>a {
        width: 300px;
        border-bottom: 1px rgb(70, 206, 160) solid;
        text-transform:uppercase;
    }

    .side-nav>a>img {
        height:50px;
        padding-left:20px;
        margin: 10px 0;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        /* background-color: rgb(27, 124, 92); */
        -webkit-box-shadow: inset 0 0 20px rgb(12, 83, 59);
        
    }

    .side-nav::-webkit-scrollbar {
        width:10px;
    }

    .side-nav::-webkit-scrollbar-track {
        background-color: rgba(235, 235, 235, 0.541);
        border-radius: 10px;
    }

    .side-nav::-webkit-scrollbar-thumb {
        background: linear-gradient(rgb(63, 185, 145),rgb(27, 124, 92),rgb(63, 185, 145));
        border-radius: 10px;
    }

}



@media(min-width:1200px) {
    .side-nav {
        position: fixed;
        top: 0px;
        left: 300px;
        width: 300px;
        margin-left: -300px;
        border: none;
        border-radius: 0;
        /* border-top: 1px rgb(0,0,0,0.5) solid; */
        overflow-y: auto;
        background-color: #37BF91;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        box-shadow:  0 0 10px  rgba(0,0,0,0.6);
                -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
                -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
                -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    }

    .side-nav>li>a {
        width: 300px;
        border-bottom: 1px rgb(70, 206, 160) solid;
        text-transform:uppercase;
    }

    .side-nav>a>img {
        height:50px;
        padding-left:20px;
        margin: 10px 0;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        /* background-color: rgb(27, 124, 92); */
        -webkit-box-shadow: inset 0 0 20px rgb(12, 83, 59);
        
    }

    .side-nav::-webkit-scrollbar {
        width:10px;
    }

    .side-nav::-webkit-scrollbar-track {
        background-color: rgba(235, 235, 235, 0.541);
        border-radius: 10px;
    }

    .side-nav::-webkit-scrollbar-thumb {
        background: linear-gradient(rgb(63, 185, 145),rgb(27, 124, 92),rgb(63, 185, 145));
        border-radius: 10px;
    }

}


.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgb(208, 209, 209) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;   
    text-transform: uppercase; 
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-inverse .navbar-nav>li>a{
  color:#fff;
}

.footer{
	background-color: #37BF91;
       text-align: center;
       min-height: 40px;
       line-height: 40px;
       color: #fff;
       margin-top: 20px;
       margin-bottom: 0px;
}

.navbar-inverse {
    background-color: #37BF91;
    border:none;
    -webkit-box-shadow: inset 0 0 20px rgba(27, 124, 92, 0.945);
}


.footer p{
	margin:0;
	padding: 0;
}
.ad_block{
	text-align: center;
}

.ad_block a {
    color: rgb(27, 124, 92);
    text-decoration: none;
}

.ad_block .box {
    position: relative;
    min-width: 238px;
    min-height: 150px;
    margin-top: 50px;
    border: none;
    box-shadow:  0 0 5px  rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0 0 5px  rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 0 5px  rgba(0,0,0,0.5);
			-o-box-shadow: 0 0 5px  rgba(0,0,0,0.5);
}
   

.box:hover {
    position: relative;
    min-width: 238px;
    min-height: 150px;
    margin-top: 50px;
    border: none;
    box-shadow:  0 0 10px  rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.5);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.5);
}

.ad_block i.fa-print{
    background: rgb(243, 243, 243);
	border-radius: 100%;
	padding: 20px;
	font-size: 30px;
    margin-top:-30px;
    box-shadow:  0 0 5px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 5px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 5px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 5px  rgba(0,0,0,0.6);
}

i.fa-print:hover{
    background: rgb(243, 243, 243);
	border-radius: 100%;
	padding: 20px;
	font-size: 30px;
    margin-top:-30px;
    box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}


.ad_block .box h4 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.epw_block{
  min-height: 220px;
  width: 100%;

}


.filled-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
  }

  .f-rooms
  {
      padding: 10px 0;
      display: inline-block;
  }


  /* ---------------------------------------------------top page menu start-------------------------------------------
  --------------------------------------------------- ------------------------------------------------------------*/

  .page-menu-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
  }


  .page-menu-button-yellow {
    background-color: #ebb215; /* Green */
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
  }

  .page-menu-div
  {
      position: relative;
      width:100%;
      height: auto;
      padding: 10px 0;
      display: inline-block;
  }




    /* ---------------------------------------------------top page menu End-------------------------------------------
  --------------------------------------------------- ------------------------------------------------------------*/