@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
   font-family: 'Time Roman normal', arial;
	font-size:14px;
	background: white;
}

h1 {
	font-family: 'Time Roman Bold', arial;
}
h2,h3,h4{
	 font-family: 'Time Roman normal';
}
.container_inner > div.container h1{font-size: 50px !important;color: #095356 !important;}
.container_inner > div.container h2{font-size: 44px !important;color: #343434;}
.container_inner > div.container h3{font-size: 34px !important;color: #095356 !important;}
.container_inner > div.container h4{font-size: 24px !important;color: #343434;}
.container_inner > div.container h5{font-size: 18px !important;color: #343434;}
.container_inner > div.container h6{font-size: 14px !important;color: #343434;}
.container_section{background: white;}
.header{background: white;}
.container_section li{	margin-bottom: 5px !important;}.container_section li, p{
    color: #343434;
    font-size: 20px;
   font-family: 'Time Roman normal', arial;
    line-height: 24px;
}
header{
	  float: left;
    width: 100%;
}
.header_top{
	background:#333333 url(../images/top_header_bg.png) no-repeat;
	float:left;
	width:100%;
	background-size:55% 99%;
	/*border-bottom:1px solid #333333;*/
	background-position:left top;
}

.header_top .phone{
	float:right;	
}
.header_top .phone i{
	 color: #fbf5dd;
    float: left;
    font-size: 26px;
    padding: 13px 9px 12px 0;
}
.header_top .phone p{
	 color: #fbf5dd;
    float: left;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 0 0;
	  font-family: 'Roboto', sans-serif;
}
.header_top .col-md-10{
	background: url(../images/top_header_bg2.png) no-repeat;
	background-position: right top;
}
.header_top .social ul {
    float: right;
    list-style: outside none none;
    margin: 6px 56px 3px 15px;
    padding: 0;
}
.header_top .social ul li {
    display: inline-block;
    margin-right: 10px;
}
.header_top .social ul li:nth-child(2) a{
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fbf5dd;
    font-size: 38px;
    padding: 0;
}
.header_top .social ul li a {
    background: #fbf5dd none repeat scroll 0 0;
    color: #9fc16f;
    float: left;
    font-size: 30px;
    height: 35px;
    line-height: 18px;
    padding: 5px;
    text-align: center;
	  font-family: 'Roboto', sans-serif;
    width: 35px;
}
.header_top .social ul li a:hover {
	color:#fff;
}
.header_top .social ul li a.button {
	border:none;
}
.header_top .social ul li:nth-child(1) a.button:before {
  background: #315195;


}
.header_top .social ul li:nth-child(2) a.button:before {
  background: #1392e1;


}
.header_top .social li:nth-child(3) a.button:before {
  background: #007bb6;

}
.header_top .Search{
}
.sb-search {
	position: relative;
	margin-top: 1px;
	  margin-right: 35px;
	width: 0%;
	min-width: 100px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	  font-family: 'Roboto', sans-serif;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 10px 100px 10px 20px;
	font-family: inherit;
	font-size: 20px;
	  font-family: 'Roboto', sans-serif;
	color: #333;
}

.sb-search-input::-webkit-input-placeholder {
	color: #333;
}

.sb-search-input:-moz-placeholder {
	color: #333;
}

.sb-search-input::-moz-placeholder {
	color: #333;
}

.sb-search-input:-ms-input-placeholder {
	color: #333;
}

.sb-icon-search,
.sb-search-submit  {
	width: 100px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color:#b0b3b3;
	background: #333;
	z-index: 90;
	font-size: 22px;
	  font-family: 'Roboto', sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search i{
	color:#fff;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 500px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #333;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.header_middle{
		background:#fff;
	float:left;
	width:100%;
}
.header_middle ul{
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}
.header_middle ul li{
	 
    float: left;
    margin: 35px 10px 0;
    text-align: center;
    width: 260px;
}
.header_middle ul li:last-child{
	margin-right:0px;
}
.header_middle ul li a{
	color: #9fc16f;
	border: 2px solid #9fc16f !important;
    float: left;
    font-size: 19px;
	  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
}
.header_middle ul li a:hover{
	text-decoration:none;
}
.header_middle ul li a.button{
	border:none;
}
.header_middle ul li a.button:before {
  background: #1f5155;
  border:none;
}
.header_bottom{
	background:#327d8c;
	float:left;
	width:100%;
	 margin-top: 40px;
}

.logo{
	 float: left;
	 width:100%;
}
.logo a img{
	   margin-top: 10px;
    position: absolute;
    width: 175px;
}

nav {
    float: right ;
	background:none!important;
	box-shadow: none!important;
	border:none!important;
	padding:0;
	margin-top:0px;
	margin-bottom: 0 !important;

}
nav .container-fluid{
	background:none;
	padding:0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    padding: 0;
}

nav ul li:last-child{
	padding-right:0;

}
ul li.current_page_item a {
    color: #fff!important;
	
}
nav ul li a:hover{
    color: #fff;
}
.menu {
	 display: block;
    float: left;
    width: 100%;
}
.menu ul ul {
	display: none;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul {
	float: right;
	list-style: outside none none;
	margin: 0px;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	float: left;
	   margin-left: 35px;
	   
}
.menu ul li a {
	display: block;
	color:#fff!important;
	   font-size: 20px;
    font-weight: 500;
	padding:14px 10px;
		 font-family: 'Roboto', sans-serif;
}
.menu ul li:hover {
	color: #ffffff;
	background:#255e65;
}
.menu ul li a:hover {
	color: #ffffff;
	text-decoration:none;
}

.menu ul li:first-child a {
/*     background: none repeat scroll 0 0 #000;*/



}
.menu ul ul {
	background-color: rgba(37, 94, 101, 0.7);
	padding: 0;
	position: absolute;
	width: 260px;
	z-index: 9999;
	margin:0px;
	
}
.menu ul ul li {
	border-right: medium none;
	float: left;
	position: relative;
	width: 100%;
	margin:0;

}
.menu ul ul li a {
	color: #fff !important;
	float: left;
	font-size: 20px;
	padding: 12px 20px;
	text-align: left;
	font-weight:400;
	width: 95%;
}

.menu ul ul li:last-child {

}
.menu ul ul li a:hover {
	color: #fff !important;
}
.menu ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
	
}
.menu ul ul .menu-item-has-children{
	background-image:url(../images/menuarrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
}

.slider_w{
	width:100%;
	float:left;
}
.slider_w ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider_w ul li {
   width:100%;
	float:left;

}

.slider_w ul li img {
	  width:100%;
	float:left;
   
}
.slider a.prev {
    background: url(../images/prev_img.png) no-repeat;
    float: left;
    font-size: 0;
    left: 25px;
    padding: 30px;
    position: absolute;
    top: 46%;
    z-index: 99;
}
.slider a.next {
    background: url(../images/next_img.png) no-repeat;
    float: left;
    font-size: 0;
    right: 25px;
    padding: 30px;
    position: absolute;
    top: 46%;
    z-index: 99;
}
.container_section{
	width:100%;
	float:left;
}
.home_top{
	background:#fbf5dd;
	float:left;
	width:100%;
}
.home_top .col-md-6{
	padding:0px;
}
.home_top .col-md-6 img{
	width:100%;

}
.home_top h2{
	  color: #205256;
    font-size: 60px;
    padding-left: 25px;
	  margin-top: 25px;
}
.home_top p{
	  color: #343434;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    padding-left: 30px;
	  line-height: 22px;
}
.home_top a{
	background:#317d8b;
	color:#fff;
	padding:15px;
	margin-left:30px;;
	font-size:30px;
}
.home_memberbenefits{
	width:100%;
	float:left;
	text-align:center;
	padding-bottom:40px;
}
.home_memberbenefits .titleBenefits{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #afd573;
    border-radius: 25px;
    color: #327d8c;
	font-family: 'Time Roman Bold', arial;
    font-size: 45px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    top: 40px;
    width: 440px;
}
.memberbenefits_w{
		width:100%;
	float:left;
	border-top:1px solid #327d8c;
	    padding-top: 75px;
}
.home_memberbenefits ul{
	 list-style: outside none none;
    margin: 0;
    padding: 0;
}
.home_memberbenefits ul li{
	 float: left;
    padding: 0 20px;
    width: 20%;
	min-height: 245px;
}
.home_memberbenefits img{
	  height: 90px;
    width: auto;
}
.home_memberbenefits h2{
	 color: #317d8b;
    font-size: 22px;
    font-weight: 500;
}
.home_memberbenefits p{
	 color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.home_join {
	float:left;
	width:100%;
}

.home_join .home_join_left {
	background:url(../images/home_join_left_img.jpg) no-repeat;
	background-size:100% 100%;

}
.home_join .home_join_right {
	background:url(../images/home_join_right_img.jpg) no-repeat;
	background-size:100% 100%;
}
.home_join h2{
	 color: #fff;
    float: left;
    font-size: 38px;
    text-align: center;
    width: 245px;
}
.home_join  a{
	 border: 2px solid #fff;
    color: #fff;
    float: right;
    font-size: 32px;
    font-weight: 300;
    margin-right: 20px;
    margin-top: 26px;
    padding: 10px;
}
.resources_secation{
	float:left;
	width:100%;
	background:#fbf5dd;
	padding:40px 0;
}
.resources_secation h2{
	border: 2px solid #afd573;
    border-radius: 25px;
    color: #327d8c;
    font-size: 36px;
    padding: 20px 5px;
    text-align: center;
	   margin-bottom: 45px;
}
.resources_secation h3{
    color: #327d8c;
    font-size: 26px;
    text-align: left;
	margin:0;
}
.resources_secation h3 a{
    color: #327d8c !important;
    font-size: 26px;
    text-align: left;
	background:none;
	margin-top:0px;
	padding:0;
	float:left;
}
.resources_secation p{
	color:#343434;
	font-size:18px;
	line-height:22px;
	float:left;
	width:100%;
	padding-top:5px;
}
.resources_text{
	width:95%;
	float:right;
	margin-bottom:25px;
}
.resources_secation a{
	color:#fff !important;
	background:#317d8b;
	font-size:30px;
	padding:8px 30px;
	margin-top:30px;
	float:right;
}

.resources_text{
}
.events_text_w{
	  float: left;
    margin-bottom:47px;
    width: 100%;
}
.happening_text{
	 margin-bottom:45px;
}
.events_text_w .date{
	 background: #095356 none repeat scroll 0 0;
    color: #fff;
	  margin-top: 2px;
    float: left;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
}
.events_text_w .date span{
	color:#fff;
	 font-size:38px;
	 font-weight:normal;
}
.events_text_w .events_text{
	 float: right;
    width: 75%;
}
.events_text_w .events_text a{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #327d8c;
    float: left;
    font-size: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
	
}
.happening_text{
	float:left;
	width:100%;
}
.happening_text p{
	padding-bottom:74px;
}
.home_partner {
	float:left;
	width:100%;
}
.home_partner .col-md-5{
	background:#317d8b;
	padding-bottom: 32px;
    padding-top: 32px;
		height:216px;
}
.home_partner .col-md-7{
	 background: #095356 none repeat scroll 0 0;
     padding-bottom: 32px;
    padding-top: 32px;
	height:216px;
	
}
.home_partner h2{
	font-size:40px;
	color:#fff;
	  margin: 0 0 15px;
}
.home_partner .col-md-7 a{
	float:left;
}
.home_partner .col-md-7 img{
	width:100%;
}

footer{
	background:#333333 url(../images/footer_bg.png) no-repeat;
	background-position:120% top;
	float:left;
	width:100%;
	padding:30px 0 30px;
	border-bottom:40px solid #9fc16f;
	 color: #fff;
    font-size: 25px;
}

footer h2{
	 color: #9fc16f;
    font-size: 35px;
    text-align: left;
	font-weight:300;
}
footer p{
	  color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}

.container_inner{
	float:left;
	width:100%;
}
.container_inner .inner_text{
	 float: left;
    margin-bottom: 35px;
    width: 100%;
}
.page_tittle{
	float:left;
	width:100% ;
	background-size:100% 100%!important;
}
.page_tittle h1{
	font-size:30px;
	color:#fff;
	text-align:center;
	text-transform:capitalize;
}
.container_inner .about img{
	width:100%;

}
.container_inner h2{
	color:#095356;
	font-size:44px;
}
.aboutbg2_section{
	background:#ebf2e1;
	width:100%;
	float:left;
}
.aboutbg2_section .col-md-5 {
	padding-top:50px;
	padding-bottom:50px;
}
.aboutbg2_section .col-md-6{
	padding:0;
}
.aboutbg2_section .col-md-6 img{
	width:100%;
}
.about_section_top{
	width:100%;
	float:left;
	padding-bottom:30px;
	   margin-top: 30px;
}
.about_section_top img{
	width:100%;
}
.container_inner .home_partner h2 {
    color: #fff;
    font-size: 40px;
}
.happening_text img{
	width:100%;
}
.container_inner .resources_secation h2 {
    border: 2px solid #afd573;
    border-radius: 25px;
    color: #327d8c;
    font-size: 36px;
    margin-bottom: 45px;
    padding: 20px 5px;
    text-align: center;
	text-transform:capitalize;
}

.contact {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin:30px 0 0;
    padding: 0;
    width: 100%;
	
}
.contact .leave_message {
    float: left;
    width: 100%;
}
.contact h2 {
    color: #232020;
    font-size: 30px;
    margin: 0;
    padding: 0 0 15px;
    text-align: left;
}
.leave_message h2 {
    background-color: #ededed;
    border-top: 2px solid #9fc16f;
    float: left;
    font-size: 30px;
    margin: 0 0 40px;
    padding: 10px 14px;
    width: 100%;
}
.contact .leave_message p {
    color: #afafaf;
    font-size: 14px;
    padding-bottom:0px;
    text-align: center;
	margin:0;
}
.contact .leave_message form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 8px 6px;
    width: 48%;
}
.contact .leave_message form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
    min-height: 150px;
    padding: 2px 6px;
    width: 96%;
}
.contact .leave_message form input[type="submit"] {
    background: #9fc16f none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 55px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.contact .leave_message form input:hover {
    box-shadow: 0 0 7px #467fb9;
}
.contact .leave_message form textarea:hover {
    box-shadow: 0 0 7px #467fb9;
}
.contact .adders {
    float: left;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 0;
    width: 100%;
}
.contact .adders span {
    color:#9fc16f;
    float: left;
    font-size: 22px;
    padding-right: 22px;
}
.contact.adders .text_f {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.contact .adders h3 {
    color: #9fc16f;
    float: left;
    font-size: 25px;
    padding: 5px 0 20px;
}
.map{
	float: left;
    margin:30px 0 0;
    padding: 0;
    width: 100%;
}

.map iframe {
	width:100%;
	float:left;
}
.new_section{
	background:#f1f1f1;
	width:100%;
	float:left;
	  padding-bottom: 50px;
}
.new_section .col-md-12{
	 background: #fff none repeat scroll 0 0;
    margin-top: 35px;
    padding-bottom: 30px;
    padding-top: 30px;
	float: left;
}
.new_section img{
}
.new_section h2{
}
.new_section p{
}
.new_section a{
	color:#9fc16f;
	font-size:22px;
}

#rev_slider_3_1_wrapper{
	float:left;
	width:100%;
}


.alignleft{
	float: left;
    padding-right: 10px;
    text-align: left;
}
.alignright{
	text-align:right;
	float: right;
    padding-left: 10px;
}
.aligncenter{
	  display: list-item;
    margin: 0 auto;
    text-align: center;
}

















.button {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    padding: 8px 20px;
	font-size:16px;
	background:#fff;
	border:1px solid #ccc;
}

.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover, .button a:focus, .button:active {
  color: white;
  text-decoration:none;
}
.button:hover:before, .button:focus:before, .button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
  margin-bottom: 25px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(237,20,29,0.6);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width: 100%;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:24px;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:5px;
margin-top:50px;
}
.hovereffect p {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:2px 10px;
}

.hovereffect a {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:0px 14px;
 font-size: 16pt;
    font-weight: 400;
    line-height: 22px;
}



.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
.hovereffect:hover p{
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


.ehover12 {
	  background: #2098d1 none repeat scroll 0 0;
    border: 7px solid #f0f0f0;
    float: left;
    height: 286px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 98%;
  box-shadow: 0 3px 5px #888888;
}
.ehover12 img {
	max-width:none;
	width:calc(100% + 10px);
-webkit-transition:opacity .35s, -webkit-transform .35s;
transition:opacity .35s, transform .35s;
-webkit-transform:translate3d(-10px, 0, 0);
	transform:translate3d(-10px, 0, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.ehover12:hover img {
	opacity:.4;
-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.ehover12 .overlay {
	   left: 0;
    padding: 50px 15px;
    position: relative;
    text-align: center;
    top: -300px;
}
.ehover12 h2 {
	color:#FFF;
	opacity:0;
	font-size:24px;
-webkit-transition:opacity .35s, -webkit-transform .35s;
transition:opacity .35s, transform .35s;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
.ehover12:hover h2{
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}


.ehover12 p {
	color:#FFF;
	opacity:0;
-webkit-transition:opacity .35s, -webkit-transform .35s;
transition:opacity .35s, transform .35s;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
	
}
.ehover12:hover p {
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.top-arrow {
    bottom: 0px;
    float: right;
    position: fixed;
    right: 10px;
    z-index: 100;
}
.smoothScroll {
    font-family: Segoe UI;
    text-decoration: none;
}


*::-moz-selection {
    background: #467fb9 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
#tribe-events-bar {
    clear: none;
    height: auto;
    margin-bottom: 30px;
    min-width: 220px;
    position: relative;
    width: 100%;
    margin-top: 329px;
}
.search_page{
	float:left;
	width:100%;
	padding:30px 0;
	background: #f1f1f1;
}
.search_page .search_page_w .col-md-12 {
    background: #fff none repeat scroll 0 0;
    margin-top: 35px;
    padding-bottom: 30px;
    padding-top: 30px;
    float: left;
}
.search_page .search_page_w .col-md-12 h2 a {
    color: #095356;
    font-size: 44px;
}
.search_page .search_page_w .col-md-12 small{
    color: #9fc16f;
}
.single_post{
}
.new_section .single_post .col-md-12 {
    padding-top: 15px;
}
.pagination {
    float: left;
    width: 100%;
    text-align: center;
	margin: 40px 0;
}
.pagination .current {
    background: #9fc16f !important;
    padding: 10px 12px;
}
.pagination .page-numbers {
    background: #095356 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding:10px 12px;
}
.defl_page{
	padding:30px 0;
}
#tribe-bar-form {
    float: left;
    margin-bottom: 20px;
}
#tribe-events-bar {
    width: 100%;
    margin-top: 15px !important;
    float: left;
}
#tribe-events-content.tribe-events-list {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.single_post img {
   width: 100%;	
}
