.mar_bt_15{
	margin-bottom: 15px;
}

.rules_reguations_chart{
	margin-top: 30px;
	max-width: 1024px;
	width: 100%;

}
.pdf_button_container{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border: 1px solid #5c5c5c;
	border-radius: 4px;
}

.pdf_button_container:hover , .pdf_button_container:focus{
	background-color: #eeeeee;
}

.pdf_icon{
	
   float: left;
    width: 20%;
    padding-right: 20px;
}

.pdf_icon .img-block img {

	width:40px;
}

.pdf-text_sec{
width: 80%;
    vertical-align: middle;
    float: left;
}

.pdf_text{
	color: #696969;
	font-size: 16px;
	/* text-transform: uppercase; */
	/* font-weight: 600; */
}

.small_container_r{
	max-width: 850px;
	width: 100%;
	margin: 0px auto;
	    padding-bottom: 1px;
}

.copyright{
	/* border-top: 1px solid #000000; */
	padding-top: 20px;
	padding-bottom: 20px;

}
.copyight_left{
	float: left;
	width: 50%;
}

.copyright_right{
	float: right;
	width: 50%;
}

.copyight_left p , .copyright_right p {
	color: #000000;
}
.footer_links{
	text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.footer_links:after{
	    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    width: 44%;
    background-color: #ffffff;
    height: 1px;
    top: 100%;
    margin: auto;
}

.footer_links li {
	display: inline-block;
	padding-right: 10px;
}

.footer_links li:first-child{
	/* padding-left: 40px; */
}

.footer_links li  a {
	color: #ffffff;
	text-decoration: none;
}

.posted_date , .p_date, .l_date , .posted_date_right{
	color: #ffffff;
}

.posted_date_center{
	text-align: center;
}

.pwd_message p {
	text-align: center;
    color: #fff;
}


.min_height_container{
    min-height:340px;
}




.footer{
	background-color: #14498a;padding-top: 10px;
}

.footer:after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0;
    width: 84%;
    background-color: #404040;
    height: 1px;
    top: 71%;
    margin: auto;

}

.copyright{
	background-color: #fff;
}

.copyright_right p {
	text-align: right;
}
.table.table_simple tr:first-child{
	    background-color: #f9f9f9 !important;
	    color: #333333;
        text-transform:capitalize;
}


.photos {
  display: block;
}

.maps_list { list-style: none; }

.maps_list li { float: left;width: 25%;    padding: 0 10px; }

.maps_list a {
     display: block;
    /* float: left; */
    padding: 4px;
    /* margin-right: 10px; */
    margin-bottom: 7px;
    opacity: 0.75;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding:10px;
}

.maps_list li a img{
	max-width: 250px;
	width: 100%;
	 /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
}
.maps_list li a:hover {
  opacity: 1.0;
}

.maps_list li a img {
      border: 2px solid #989898;
}


.city_section{
	width: 25%;
	float: left;
	    padding: 0 10px;
			margin-bottom: 10px;
}

.city_inner_link{
	display: inline-block;
border: 1px solid rgba(0,0,0,0.4);
margin-bottom: 10px;
}

.city_inner_link img {
	max-width: 100%;
}

.city_name {
	    text-align: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #185bac;
    background-color: #e5e5e5;
    margin: 0 20px;
    border-radius: 5px;
}
.leftMenuClass{    color: #fff;
    background-color: #185bac;
    padding: 0 5px;
    margin: 0px;}



    @media only screen and (max-width: 768px){
    	 .copyight_left{
      width: 100%;
      float: none;
    }

    .copyright_right{
      width: 100%;
      float: none;
    }
    .copyright_right p {
    text-align: left;
}

 .city_name{
      font-size: 0.6em;
    }
    }