/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/***********************
	News Letter Form
***********************/
#newsletter #mc_embed_signup form{
	text-align:center;
  padding: 20px;
}
#newsletter #mc_embed_signup h2{
	display: inline-block;
    font-size: 28px;
        vertical-align: middle;
        color:#252525;
}
#newsletter #mc_embed_signup .mc-field-group{
	display:inline-block;
}
#newsletter #mc_embed_signup .mc-field-group input[type=email]{
	display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 11px;
    color: #767676;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    width: 250px;
    margin: 0 10px 10px;
}
#newsletter #mc_embed_signup .mc-field-group{
	width:auto;
	display:inline-block;
  padding-bottom: 0;
}
#newsletter #mc_embed_signup .mc-field-group.input-group ul{
	margin:0 10px;
}
#newsletter #mc_embed_signup .mc-field-group.input-group ul li{
	display:inline-block;
      margin: 0 5px;
}
#newsletter #mc_embed_signup .mc-field-group.input-group input{
	margin-right:5px;
  margin-bottom: 2px;
}
#newsletter #mc_embed_signup .clear{
	display:inline-block;
	width: auto;
    height: auto;
    overflow: visible;
}
#newsletter #mc_embed_signup .button{
	margin: 0 10px 5px;
    padding: 5px 25px !important;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 1px;
    outline: 0;
    color: #252525 !important;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    cursor: pointer;
    zoom: 1;
    border: 1px solid #252525 !important;
    background-color: transparent;
    border-radius: 2px;
	height:auto !important;
	visibility: visible;
    transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
}
.response{
	padding:10px;
}


.contactUs input:placeholder-shown,
.contactUs textarea:placeholder-shown {
    color: #999; 
}
.contactUs input::-webkit-input-placeholder,
.contactUs textarea::-webkit-input-placeholder {
    color: #999; }

/* Firefox 18- */
.contactUs input:-moz-placeholder,
.contactUs textarea:-moz-placeholder {
    color: #999; opacity: 1; }

/* Firefox 19+ */
.contactUs input::-moz-placeholder,
.contactUs textarea::-moz-placeholder {
    color: #999; opacity: 1; }

/* IE 10+ */
.contactUs input:-ms-input-placeholder,
.contactUs textarea:-ms-input-placeholder {
    color: #999; 
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}