/* ----------------------------------------------------- */

#front-members{
	background: #f3f3f3;
	border-bottom:5px solid #eaeaea;
	margin:-40px -30px -40px -30px;
	padding:40px 30px 40px 30px;
	position: relative;
}

#front-members .teasertext{
	width:215px;
	float:left;
}
#front-members .entry{
	overflow: hidden;
	position: relative;
	width:215px;
	height:230px;
	margin-left:20px;
	float:left;
	background-color: #ffffff;
	border-bottom:1px solid #d3d3d3;
	text-align: center;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

#front-members .entry > a {
    height:140px;display:block;
    border-bottom:5px solid #e4e4e4;
}
#front-members .entry:hover a {
    border-bottom-color:#CC2737;text-align:center;
}
#front-members .entry a img {
  position:relative;

}

#front-members .entry:hover {
	background-color: #ffffff;
	border-color:#CC2737;
}
#front-members .entry:hover h4 a{
	color:#CC2737;
}

#front-members .entry:hover img{
	border-color:#CC2737;
}

#front-members .entry img{
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#front-members .entry h4{
	font-size:14px;
	margin:15px 0 2px 0;
	padding:0;
	font-weight:400;
}
#front-members .entry .work-description span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	padding:0 20px;
}

#front-members .entry .pic .zoom{
	position: absolute;
    z-index:100;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}
#front-members .entry .pic.vtl .zoom {
    background: url('img/zoom-picvtl.png') no-repeat center center;
}

a.front-carousel-prev{
	width:19px;
	height:19px;
	background: #cccccc url(framework/images/small-prev.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top:-1px;
	right:50px;
}
a.front-carousel-prev:hover{
	background-color: #CC2737;
}
a.front-carousel-next{
	width:19px;
	height:19px;
	background: #cccccc url(framework/images/small-next.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top:-1px;
	right:30px;
}
a.front-carousel-next:hover{
	background-color: #CC2737;
}

.front-carousel-prev.disabled, .front-carousel-next.disabled {visibility: hidden}

.post-entry-full {
  width:100% !important;
}

#languages {
  position:absolute;
  right:15px;top:20px;color:#969696;
}
#languages ul li, #languages ul {
  display:inline-block;
}
#languages ul li {
  padding-left:7px;
}
#languages ul li a {
  color:#969696;
}
#languages ul li.active a, #languages ul li:hover a {
    color:#000;
}

#page table {width:100%;}
img {max-width: 100%;height: auto;}
#logo {margin-right:30px;}
#vtlap_mamber_widget-2.fixed {
  position: fixed;
  top: 0px;
}

#nextconvevents {
  background: #fff;

}
.ce_front {
  display: inline-block;
  width: 44%;padding:10px 3%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .ce_front {
    display: inline-block;
    width: 100%;padding:10px 0%;
    float: left;
  }
}

#nextconvevents .date {
	width: 50px;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    float:left; margin-right:20px;
}
#nextconvevents .date p {
    font-family: Helvetica, sans-serif;
	text-align: center; color: #9e9e9e;
}

#nextconvevents .date p span.day {
    font-size: 22px;
    line-height:28px;
}

#nextconvevents .date p span.month {
    background: #CC2737;
	background: linear-gradient(top, #CC2737 0%, #891A25 100%);
	background: -moz-linear-gradient(top, #CC2737 0%, #891A25 100%);
	background: -webkit-linear-gradient(top, #CC2737 0%, #891A25 100%);
	font-size: 15px; color: #fff; text-transform: uppercase;
    line-height:22px;
	display: block;
    border-top: 3px solid #a13838;

}
#nextconvevents .date p span.year {
    font-size: 12px;
    line-height: 18px;
}

#latestposts {
  background: #f3f3f3;
border-bottom: 5px solid #eaeaea;
margin: -40px -30px -40px -30px;
padding: 40px 30px 40px 30px;
position: relative;
}
#latestposts .entry a.readmore {
    background: #f3f3f3;
}
#latestposts .entry {
  height:inherit;
}

#becomeform fieldset {
  margin-bottom:40px;
}

#becomeform .form-element {
  display:block;
}

#becomeform input[type=text], #becomeform select {
	display: inline-block;
	width: 400px;
	padding:10px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:12px;
	margin-top:2px;
	margin-bottom:10px;
	outline: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

#becomeform input[type=text]:focus, #becomeform select:focus{
	border-color:#999999;
}

#becomeform label{
	margin-left:10px;width:150px;display:inline-block;
	margin-top:12px;
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
	font-weight:600;
	cursor: pointer;
}

.upfile {
    display: inline-block;
	width: 400px; position:relative;
    background-color:#fff;top: -10px;
    position: relative;
}
.upfile span {
    padding:10px; padding-left:55px;
    border:1px solid #d5d5d5;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
	color:#666666;width:400px;
    position:absolute; left:0px;top:0px;
    cursor:pointer;
    background: url('img/finput.jpg') no-repeat #fff;
    background-size: auto 100%;
}

@media only screen and (max-width: 430px) {
  .upfile span, .upfile, #becomeform input[type=text], #becomeform select {width:100%;}
  .upfile {top: 0px;}
}

.hentry {
  margin-bottom: 20px;
  padding-bottom:20px;
}
