@charset "utf-8";
/* CSS Document */


p {
    line-height: 20px;
    margin-bottom: 10px;
	color: #454545;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
#news-single{
    background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-header-single {
    background-color: #2d9ef1;
}
h3.block-header-title-single {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 25px;
    padding: 8px 0 8px 20px;
    text-transform: uppercase;
}
#divider {
	margin-top: 15px;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/title-pattern.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

h2 {
    color: #111111;
    font: 400 22px 'Oswald',sans-serif;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: 0;
}

.entry-item {
    margin-top: 5px;
    padding-bottom: 10px;
}
#respond {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/title-pattern.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.contact-form-header {
    border-bottom: 1px solid #EEEEEE;
    line-height: 20px;
    margin: 15px 0;
    padding-bottom: 5px;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix {
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}

#contact-form .c-note {
    display: block;
    font-style: italic;
    margin-bottom: 15px;
	color: #454545;
}
#contact-form .contact-left {
    float: left;
    margin-right: 2.35294%;
    width: 31.7647%;
}
#contact-form .registration-block {
    float: left;
    margin-right: 2.35294%;
    width: 80%;
}
#contact-form p.input-block, #contact-form p.subject-block {
    margin-bottom: 15px;
    position: relative;
}
#contact-form label.required {
    font-family: 'Oswald',sans-serif;
}
#contact-form label.required em {
    color: #0088B2;
    margin-left: 5px;
}

#contact_name, #contact_email, #contact_url, #contact_subject, #contact_phone {
    background-color: #FBFBFB;
    border: 1px solid #EEEEEE;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    padding: 0 2%;
    width: 95%;
}
#contact-form #submit-contact {
    background-color: #1264A1;
    border: 1px solid #0088B2;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 11px;
	text-transform: uppercase
}
#contact-form #submit-contact:hover {
    color:#999;
    background-color:#fff;
    border:1px solid #dbdbdb;
}
#contact-form .contact-right {
    float: left;
    width: 65.8824%;
}
#contact-form p.textarea-block {
    position: relative;
}
#contact_message {
    height: 160px;
}
#contact_message:focus,
#contact_name:focus, 
#contact_email:focus, 
#contact_url:focus, 
#contact_subject:focus {
    outline:0;
    border:1px solid #0088b2!important
}
#contact_message {
    background-color: #FBFBFB;
    border: 1px solid #EEEEEE;
    height: 243px;
    margin-top: 5px;
    padding: 10px 2%;
    width: 95%;
}
#response {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.kp-map {
    margin-bottom: 10px;
}
.contactDetails {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    width: 205px;
	border-bottom: 1px solid #EEEEEE;
}
.contactDetails p {
    padding-left: 17px;
}
p a {
    color: #0369b4;
    text-decoration: none;
	font-family: 'Oswald',sans-serif;

}
.contactPhone {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.contactEmail {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.contactUser{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/icon-user.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.strong {
    font-weight: bold;
}
