.aboutArea {
  padding: 25px 0 40px;
}
@media (max-width: 767px) {
  .aboutArea {
    padding: 30px 0 10px;
  }
}

.aboutArea, .aboutTitle, .aboutImage, .mainContent, .menuFooter, .footer {
  width: 100%;
  display: block;
}

.aboutArea, .footer {
  padding: 35px 0 40px 0;
  background: #2F4052;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2F4052 0%, #2F4052 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2F4052), color-stop(100%, #2F4052));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2F4052 0%, #2F4052 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2F4052 0%, #2F4052 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2F4052 0%, #2F4052 100%);
  /* IE10+ */
  background: linear-gradient(to right, #2F4052 0%, #2F4052 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F4052', endColorstr='#2F4052',GradientType=1 );
  /* IE6-9 */
}

.videoNine {
  border-right: 1px solid #dce4ea;
  border-top: 3px solid #1abb9c;
  border-bottom: 1px solid #dce4ea;
  border-left: 1px solid #dce4ea;
  padding: 15px 12px 20px;
  margin: 0 0 20px;
}

.videoNine .related_post_sec ul li {
  border-bottom: none !important;
}

.videoNine .related_post_sec ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.single_post p {
  margin: 0 0 45px;
}

.single_post .block_quate {
  margin: 0 0 42px;
}

.single_post.related_post_sec ul li {
  padding: 0 0 45px;
  margin: 0 0 22px;
  float: left;
  display: block;
}

.single_post.related_post_sec h4 a {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
  margin: 0 0 8px;
  text-decoration: none;
  font-family: 'Lato',sans-serif;
}
.single_post.related_post_sec h4 a:hover {
  color: black;
}

.single_post.related_post_sec .rel_thumb {
  margin-right: 20px;
  width: 34%;
}
@media (max-width: 479px) {
  .single_post.related_post_sec .rel_thumb {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.single_post.related_post_sec .meta {
  padding: 0;
  border: none;
  margin: 0 0 15px;
}

.single_post.related_post_sec .meta > span {
  border: none;
}

.single_post.related_post_sec ul li:last-child {
  border-bottom: 1px solid #dce4ea;
}

.single_post.related_post_sec p {
  margin: 0;
  clear: both;
  color: #505e6d;
}

.videoNine .single_post.related_post_sec p {
  clear: none;
}

.rel_thumb {
  width: auto;
  float: left;
  height: auto;
  margin: 5px 10px 0 0;
}

.rel_right h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.rel_right span.date {
  font-weight: 400;
  font-style: italic;
  font-weight: normal;
  line-height: 20px;
}
.rel_right span.date a {
  text-decoration: none;
  color: #1abb9c;
  font-weight: 400;
}
.aboutTitle > h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.captionLink:focus {
  color: #fff;
  text-decoration: none;
}

.captionLink > span {
  background-image: url(../img/read_more_link.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  display: inline-block;
  float: right;
  margin: 16px 10px 0 0;
}
.captionLink, .captionLink:hover {
  width: 100%;
  height: 44px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 44px;
  background-color: #1abb9c;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.aboutImage:hover .overlay {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.aboutImage:hover .overlay p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.aboutImage .overlay p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  font-weight: 400;
}
.aboutImage {
  position: relative;
}
.aboutImage img {
  width: 100%;
  border-radius: 10px;
}

.aboutImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 44px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 10px 10px 0px 0px;
}
.list_block.custom {
  padding: 15px 12px 25px; }

.list_block.custom p {
  margin: 0; }

.list_block.custom h4 {
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  margin: 10px 0 20px;
  float: left;
  width: 100%; }
  
 .list_block{
	border:1px solid #dce4ea;
	padding:15px 12px 0px;
	border-top:3px solid #1abb9c;
	margin:0 0 20px;
}
.list_block .upcoming_events .meta {
  padding: 0;
  border-bottom: none;
  margin: 0; 
}
.upcoming_events ul li {
  display: table;
  float: none; }

.upcoming_events span.date {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 5px 0;
  border: 3px solid #dce4ea;
  display: table-cell;
  width: 70px;
  text-align: center;
  float: left;
  margin-right: 10px; }
  .upcoming_events span.date span {
    font-weight: 700;
    font-size: 36px;
    display: block;
    line-height: 30px; }

.upcoming_events .related_post_sec.single_post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;  }
  .upcoming_events .related_post_sec.single_post .date-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .upcoming_events .related_post_sec.single_post span.date {
    display: block;
    margin-right: 20px; }
.upcoming_events .btn {
  
  padding-right: 20px;
  margin-top: 15px; }

.upcoming_events .meta, .single-event .meta {
  margin: 15px 0; }
  .upcoming_events .meta span, .single-event .meta span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    padding-right: 0;
    margin-right: 25px;
    border-right: none; }
    .upcoming_events .meta span i, .single-event .meta span i {
      font-size: 16px;
      padding-right: 10px; }

.upcoming_events .related_post_sec.single_post:hover span.date {
  color: #1abb9c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
.upcoming_events .related_post_sec.single_post:hover h4 a {
  color: black;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

@media (max-width: 479px) {
  .upcoming_events.event-col .col-xs-6 {
    width: 100%; } }

.upcoming_events ul li:hover span.date {
  color: #1abb9c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
.upcoming_events ul li:hover h4 a {
  color: black;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.upcoming_events .row {
  overflow: hidden; }

.upcoming_events h4 a {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 24px;
  text-decoration: none;
  display: table-cell; }
  
  .mainContent {
    padding: 47px 0 65px 0;
    background-color: #fff;
    float: left;
}
.upcoming_events {
	span.date{
		font-weight:400;
		font-size:14px;
		color:rgba(0, 0, 0, 0.7);
		@include transition (color 0.3s);
		padding: 5px 0;
		border: 3px solid #dce4ea;
		display: inline-block;
		width: 70px;
		text-align: center;
		margin-right: 10px;
		span{
			font-weight:700;
			font-size:36px;
			display: block;
			line-height: 30px;
		}
	}
}
.upcoming_events {
	.related_post_sec.single_post{
	  	margin-bottom: 70px;
	  	position: relative;
	  	
	  	.date-wrapper{
	  		position: absolute;
			top: 0;
			left: 0;
	  	}
		span.date{
			display: block;
			margin-right: 20px;
		}
		.rel_right{
			padding-left: 90px;
			float: left;
		}
	}
	.btn{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px;
	}
}
.upcoming_events {
	li.related_post_sec.single_post{
	  	float: none;
	  	margin-bottom: 18px;
	}
}
.upcoming_events, .single-event{
	.meta {
	    margin: 15px 0;
	    span {
	    	font-size: 13px;
	    	color: rgba(0, 0, 0, 0.5);
		    font-weight: 400;
		    font-style: normal;
		    line-height: 20px;
		    padding-right: 0;
		    margin-right: 25px;
		    border-right: none;
		    i{
		    	font-size: 16px;
		    	padding-right: 10px;
		    }
		}
	}
}
.upcoming_events .related_post_sec.single_post:hover{
	span.date{
		color:#1abb9c;
		@include transition (color 0.3s);
	}
	h4 a{
		color:rgba(0, 0, 0, 1);
		@include transition (color 0.3s);
	}
}
.upcoming_events.event-col .col-xs-6{
	    margin-top: 20px;
	@include only-mobile {
		width: 100%;
	}
}
.upcoming_events ul li:hover{
	span.date{
		color:#1abb9c;
		@include transition (color 0.3s);
	}
	h4 a{
		color:rgba(0, 0, 0, 1);
		@include transition (color 0.3s);
	}
}
.upcoming_events .row{
	overflow: hidden;
}
.upcoming_events h4 a{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:16px;
	color:rgba(0, 0, 0, 0.8);
	@include transition (color 0.3s);
	line-height:24px;
	text-decoration:none;
	display: table-cell;
}
.related_post_sec ul{
	li{
		padding:0 0 18px;
		margin:0 0 18px;
		border-bottom:1px solid #dce4ea;
		display:block;
		clear: both;
		width: 100%;
		float: left;
	}
	li:last-child{
		border:none;
	}
}
.videoLeft img {
    cursor: pointer;
    width: 100%;
}
img {
    max-width: 100%;
}
.count {
    background-image: url(../images/art/slider07.jpg);
	    background-color: #1abb9c;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center !important;
    float: left;
    width: 100%;
    padding: 65px 0;
    color: #ffffff;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.icon2 {
    padding-top: 40px;
    border: 2px solid rgba(255,255,255,0.2);
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.icon2 i {
    font-size: 36px;
}
.counter {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 10px;
}
.seperator-small {
    width: 10%;
    height: 2px;
    background-color: rgba(255,255,255,0.47);
    margin: 15px auto;
}
.count .col-xs-6 p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.formArea{
	    border: 1px solid #dce4ea;
    padding: 15px 12px 20px;
    border-top: 3px solid #1abb9c;
    margin: 0 0 20px;
}
.iradio_square-blue.checked {
    background-position: -168px 0;
}
.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}
.iradio_square-blue {
    background-position: -120px 0;
}
.videoArea {
    margin-bottom: 27px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dce4ea;
}
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

div.tab2 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	color: #1abb9c;
	font-size: 20px;
}

div.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
color: #1abb9c;
font-size: 20px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

div.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
	color: #1abb9c;
	border-left: 3px solid #1abb9c;
}

div.tab2 button.active {
  background-color: #ccc;
color: #1abb9c;
border-left: 3px solid #1abb9c;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent2 {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.single_banner_inner {
    position: relative;
}
.single_caption {
    width: 900px;
    max-width: 90%;
    left: 15px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
}
.accordion h4.ui-state-active,
.toggle .active {
    background: url(images/toggle_minus.png) no-repeat 20px center!important
}
.toggle {
    border: #e5e5e5 1px solid;
    margin: 0 0 20px;
    background: #fff;
    font-size: 14px;
}
.toggle h4 {
    margin: 0!important;
    line-height: 160%;
    font-size: 14px;
    font-weight: 700
}
.toggle .title {
    margin: 0;
    padding: 20px 0 20px 55px;
    cursor: pointer
}
.toggle .inner {
    margin: 0 20px 30px 55px !important;
    line-height: 160%
}
.accordion h4,
.toggle .title {
    background: url(images/toggle_plus.png) no-repeat 20px center!important
}
.gsc-input-box {
	    border: 1px solid #D9D9D9;
    background: #fff;
    height: 50px; 
}
@media (max-width: 992px) {
  .col_ul {
    padding-left: 0px; }
  .col_button{
	font-size: 11px;
	padding-left: 5px;}
	.col_button_font{
	font-size: 12px;
	padding-left: 5px;}}
@media (max-width: 1199px) {
  .navbar-nav>li>a{
	  font-size: 16px!important;
  }
  .col-md-6-area {
    width: 50%;
}
  }
