/****** PLACE YOUR CUSTOM STYLES HERE ******/

nav.nav-centered .logo {
    max-height: 100%;  max-width: 100%;
    margin: 64px 0 40px 0;
}
.btn:visited {
    color: #ccc;
}
.fb {color:#fff;background: #3C5998;}
.fb a{color:#fff}

.menu li a {font-size: 16px;}

#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 420px;
margin: auto;
}

#easy .input {
width: 100%;
float: left;
max-width: 420px;
margin: 0 0 20px 0;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
max-width: 420px;
}

#easy .last {
float: left;
}

#easy input.text, 
#easy textarea {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1em;
padding: 8px 8px;
border: 1px solid #cecece;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
border-radius:2px;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #3498db;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 200px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 10px 0 0;
padding:8px;
}

#easy button {
float: left;
display: block;
width: 100%;
background: #6E8B3D;

color: #fff;
box-shadow: 0 2px 0 #3d3d3d;
text-align: center;
margin:40px 0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
}

#easy button:hover {
background:#3d3d3d;
box-shadow: 0 4px 0 #6E8B3D;
}


.bg-black {
	background-color: #000 !important;
}

.sec-quarter-size{
	max-height: 25vw !important;

}

.no-padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.padding-sides{
	padding:5% 10% 0% 10%;
}

.before-footer{
	padding-bottom:0px !important;
}

.module.right{
    line-height: 36px !important;
}
.footer-link {
	text-decoration: none;
	color: #f7f7f7;
}

.footer-link:hover{
	text-decoration: none;
	color: #2698dc;
}

.top-padding{

	padding-top:20px !important;
}

.panel-content{

	margin:0px auto;
	top:50%;
}

.top-padding{
	padding-top: 1.5rem;
}

.bottom-padding{
	padding-top: 1.5rem;
}

.third-thumbs li{
	max-height: 285px !important;
}