body{padding-bottom:0!important;}
.bread img{width:100%;}
.msg_authors{font-family: Georgia, "Times New Roman", Times, serif;font-size: 21px;font-style: italic;color:#fff;margin-top:25px;}
.msg_authors small{font-size: 15px;color:#FFCC00;display:block;margin-top:10px;}
.breadcrumps{background:#FFCC00;padding:10px 0;}
.breadcrumps .container-fluid{padding: 0 60px;}
.breadcrumps ul{margin:0;padding:0;}
.breadcrumps ul li{list-style:none;display:inline-block;}
.breadcrumps ul li a{display:block;padding:0 5px;text-transform:uppercase;color:#000;font-size:11px;font-weight:600;}
.welcome{padding: 60px 0 40px!important;}
.justify p{text-align:justify;margin-bottom:15px;}
.list_itemss{margin:0;padding:0 0 0 15px;}
.list_itemss li{list-style:square;font-size:14px;line-height:24px;color:#fff;margin-bottom:10px;}
.a-btn{
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    padding:20px 30px 20px 70px;
    position:relative;
    display:inline-block;
    overflow:hidden;
    margin:10px;
    background:rgb(34, 202, 30);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    -webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.a-btn-symbol{
    color:#0f820c;
    font-size:34px;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    position:absolute;
    left:20px;
    line-height:32px;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}
.a-btn-text{
    font-size:18px;
    color:#ffffff;
    line-height:16px;
    font-weight:bold;
    display:block;
	margin-bottom:5px;
}
.a-btn-slide-text{
    font-family:Arial, sans-serif;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#fff;
	text-align:left;
}
.a-btn-slide-icon{
    position:absolute;
    top:-30px;
    width:22px;
    height:22px;
    background:transparent url(../images/arrow_down_black.html) no-repeat top left;
    left:20px;
    opacity:0.4;
}
.a-btn:hover{
    background:#fff;
    -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn:hover .a-btn-symbol{
    opacity:0.8;
}
.a-btn:hover .a-btn-text, .a-btn:hover .a-btn-slide-text {
	color:#000;
}
.a-btn:hover .a-btn-slide-icon{
    -webkit-animation:slideDown 0.9s linear infinite;
    -moz-animation:slideDown 0.9s linear infinite;
    animation:slideDown 0.9s linear infinite;
}
.a-btn:active{
    background:#d7565b;
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn:active .a-btn-text{
    color:#fff;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.a-btn:active .a-btn-slide-text{
    color:rgba(0,0,0,0.4);
    text-shadow:none;
}
@keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-webkit-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-moz-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
.cots {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:20px;
	margin:10px 0;
	font-style:italic;
}
.bdr_2 {
	margin-bottom:30px;
}
.list_items {
	margin:0;
	padding:0;
}
.list_items li {
	list-style:none;
	margin-bottom:10px;
	color:#fff;
	padding-left:20px;
	position:relative;
}
.list_items li:before {
	position:absolute;
	font-size:13px;
	font-family:'FontAwesome';
	content:'\f0da';
	left:0;
	top:0;
	color:#fff;
}
ul.masnory_gallery {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
	margin:0;
	padding:0;
}
ul.masnory_gallery li {
    list-style: none;
    position: relative;
	display:inline-block;
}
.img_titles {
	display:block;
	text-align:center;
	color:#fff;
	font-size:24px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.img_list_icon {
	margin:0;
	padding:0;
}
.img_list_icon li {
	list-style:none;
	display:block;
	text-align:center;
	color:#fff;
	float:left;
	width:20%;
	position:relative;
	margin-bottom:30px;
}
.img_list_icon li img {
	margin:15px 0 ;
}
.clubs .col-md-4 {
	margin-bottom:30px;
}
.clubs .col-md-4 .bdr_2 {
	margin-bottom:15px;
}
.conatct_box>div {
	margin:0 0 15px;
	display:block;
}
.conatct_box>div>a {
	font-size:19px;
	color:#fff;
}
.conatct_box>div>a>i{
	width:25px;
}
.form input[type="text"], .form input[type="email"], .form input[type="tel"] {
	width:100%;
	background:transparent;
	border:1px solid rgba(255,255,255,0.2);
	height:50px;
	margin-bottom:10px;
	padding:0 15px;
	color:#fff;
}
.form textarea {
	width:100%;
	background:transparent;
	border:1px solid rgba(255,255,255,0.2);
	margin-bottom:10px;
	padding:15px;
	resize:none;
}
::-webkit-input-placeholder { /* Edge */
  color:#fff!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff!important;
}

::placeholder {
  color:#fff!important;
}

@media(max-width:767px){.justify p{text-align:center}}









