.spacer{
	clear:both;
	padding:20px 0 0 0;
}
.spacer40{
	clear:both;
	padding:40px 0 0 0;
}
.spacer60{
	clear:both;
	padding:60px 0 0 0;
}
.spacer80{
	clear:both;
	padding:80px 0 0 0;
}
img{
	max-width:100%;
}
section.normal{
    padding: 70px 0;
}
.main-content {
    padding: 80px 0;
}

ul{
	padding:0 0 0 18px;
}
/*
.normal img, .blog-section img{
	border:1px solid #cfcfcf;
	padding:4px;
	border-radius:2px;
}
*/
.normal.callout img{
	border:none;
	padding:0;
	border-radius:0;
} 


/*General*/
.w100 {
    width: 100% !important;
}
.center{
	text-align:center !important;
}
.bgg1{
	background:#ffffff;
}
.bgg2{
	background:#f9f9f9;
}
.content-wrap h3{
	font-weight:700;
}
.content-wrap ul li, 
.blog-section ul li{
	font-size:16px;
	line-height:24px;
	font-weight:300;
}
.content-wrap p, 
.blog-section p{
	font-size:16px;
	line-height:24px;
	font-weight:300;
}
.blog-section h1 {
    font-size: 36px;
}
.blog-section h2 {
    font-size: 30px;
}
.blog-section h3 {
    font-size: 24px;
}
.blog-section h4 {
    font-size: 18px;
}
.blog-section h5 {
    font-size: 16px;
}
.button{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #29b5c4;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button:hover{
    color: #fff;
    text-decoration:none;
}
.button.button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
}
.post-details{
	padding:4px;
}
.blog-posts {
    border: 1px solid #efefef;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    background:#fff;
}

/*Sidebar*/
.sidebar .widget {
    border: none;
    padding: 0 0 0 30px;
    margin-bottom: 60px;
}

/*Twitter*/
.widget_twitter{
	margin:0px 0 50px 0;
}
.widget_twitter ul{
	padding:0;
	margin:0;
}
.tweet {
    list-style: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.tweet .invisible {
    display: block;
    height: 0;
    overflow: hidden;
    width: 10px;
}



/*locations*/
#gmap3{
	width:100%;
	height:100%;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 25px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 350px;
  top:34px !important;
}
.gm-style-mtc, .gm-style-mtc{
  margin-top:50px !important;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.utility-bar{
	padding:20px 0;
}
.utility-bar select{
	float:left;
	margin:5px 5px 5px 0;
	padding:10px 20px;
}
.utility-bar .button{
	margin:5px 5px 5px 0;
	background:#fff;
	color:#666;
}
.utility-bar .button:hover{
	background:#efefef;
	color:#555;
}
.entry {
    margin-bottom:30px;
    padding: 20px;
    border: 1px solid #cfcfcf;
}
.entry-title h2{
	margin:0 0 10px 0;
	font-size:18px;
	height:22px;
	line-height:25px;
	overflow:hidden;
}


/*agenda*/
.entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 7px;
    font-size: 26px;
    line-height: 1;
}
#posts.events .entry-content {
    margin-top: 10px;
}
#posts.events .entry-meta li {
    margin: 0 0px 0px 0;
}
.events .entry-c, .ievent .entry-c {
    padding: 0;
}

.item{
	width:100%;
	border-bottom:1px solid #ccc;
}
.item .day{
	display:block;
	width:10%;
	float:left;
	width:auto;
	font-size:34px;
	line-height:24px;
	font-weight:bold;
	color:#999;
	text-align:center;
}
.item .day span{
	font-size:17px;
	font-weight:normal;
	display:block;
}
.item .title{
	display:block;
	font-weight:normal;
	font-size:20px;
	line-height:22px;
	letter-spacing:0.5px;
	float:left;
	width:90%;
	padding-left:20px;
}
.item .title a:hover{
	text-decoration:underline;
}
.item .title span{
	color:#999;
	font-size:16px;
	letter-spacing:0.5px;
	display:block;
}

.sidebar .item{
	border-bottom:none;
}
.sidebar .item .title{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	letter-spacing:0px;
	width:80%;
}
.sidebar .item .title span{
	font-size:12px;
	letter-spacing:0px;
}
.sidebar .item .button{
	text-align:center;
}





/*Forms*/
input.errorform, select.errorform, textarea.errorform{
	border-bottom:1px solid #cc0000 !important;
}
label.errorform, label.errorform *,
small.errorform, small.errorform *,
span.errorform, span.errorform * {
	color:#cc0000 !important;
}
.checkbox label{
	margin:0;
	padding:0;
	color:#666;
	font-weight:400;
	text-transform:none;
}
.selectpicker {
	padding:5px 10px;
}



@media all and (max-width: 991px) {
	
}
@media all and (max-width: 767px) {
	section.normal{
	    margin: 10px 0;
	    padding: 40px 0;
	}
	.header {
	    background-color: #fafafa;
	}
	.main-content {
		padding: 20px 0;
	}
	.img-responsive{
		margin-top:20px;
	}
	.spacer80{
		padding:20px 0 0 0;
	}
	.contact-info .contact-form .form-group {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 400px) {
	section.normal{
	    margin: 20px 0;
	}
}


@media (min-width: 769px) {
	.only-mobile{
		display:none !important;
	}
}
@media (max-width: 768px) {
	.only-web{
		display:none !important;
	}
}
