/* Webfonts */
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('../webfonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../webfonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../webfonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('../webfonts/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('../webfonts/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('../webfonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('../webfonts/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Global */
body,td,th {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #666;
}
body {
	background-color: #fff;
}
a,
a:visited {
	color: #ca0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4 {
	font-family: 'YanoneKaffeesatzRegular', sans-serif;
	font-weight: normal;
}
h1 {
	color: #333;
	font-size: 36px;
	line-height: 20px;
}
h2 {
	margin-bottom: 40px;
	color: #ca0000;
	font-size: 24px;
	line-height: 20px;
	background: url(../images/dots.png);
	height: 20px;
}
h2 span {
	background: #fff;
	padding-right: 7px;
}
h3 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 20px;
	color: #333;
}
h4 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
}
.divider {
	margin-bottom: 40px;
	color: #ca0000;
	background: url(../images/dots.png);
	height: 20px;
	border:0px;
}
/* Header */
#header {
	padding: 30px 0px 30px 0px;
}
#logo h1 span {
	color: #666 !important;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	margin-left: 7px;
}
#social-icons {
	float: right;
}
#social-icons li {
	float: left;
	margin-left: 3px;
}
#social-icons li a img {
	position:relative;
	background: #ca0000;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
#social-icons li a:hover img {
	background: #333;
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 5px 0px 5px 0px;
}

/* Hero */
#hero {
	background: #e4e4e4;
	padding-top: 40px;
	margin-bottom: 40px;
}
#slider {
	margin-bottom: 80px;
}
#slider-inner {
	width: 930px;
	background: #fff;
	padding: 4px;
	border: 1px solid #dadada;
}
#cta {
	height: 60px;
	margin-bottom: 40px;
	background: #ca0000;
	overflow: hidden;
	box-shadow: 0px 30px 0px #e12626 inset;
	-moz-box-shadow: 0px 30px 0px #e12626 inset;
	-webkit-box-shadow: 0px 30px 0px #e12626 inset;
	color: #ff9e9e;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0px -2px 0px #b00000;
	-moz-text-shadow: 0px -2px 0px #b00000;
	-webkit-text-shadow: 0px -2px 0px #b00000;
}
.cta-slot {
	text-align: center;
}
.cta-slot p:first-child {
	margin-top: 9px;
}
.cta-slot a,
.cta-slot a:visited {
	color: #fff;
	font-size: 36px;
	line-height: 24px;
	font-family: 'YanoneKaffeesatzBold', sans-serif;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.cta-slot a:hover {
	text-decoration: none;
	color: #333;
	text-shadow: 0px 2px 0px #e12626;
	-moz-text-shadow: 0px 2px 0px #e12626;
	-webkit-text-shadow: 0px 2px 0px #e12626;
}
#cta-middle {
	display: inline-block;
	background: #333;
	padding-top: 20px;
	height: 40px;
	width: 60px;
	border: 5px solid #e4e4e4;
	margin-top: -5px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-style: italic;
	font-size: 18px;
	color: #e4e4e4;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

/* Teasers */
#teasers {
	
}
.teaserbox {
	margin-bottom: 40px;
}
.teaser-image {
	margin-bottom: 22px;
	padding: 4px;
	border-top: 3px solid #ca0000;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.teaserbox p,
.teaserbox ul {
	margin-top: 16px;
}
.teaserbox ul li {
	 border-top: 1px dotted #dadada;
	 padding: 5px 0px 5px 0px;
	 font-size: 11px;
}
a.teaser-readmore,
a.teaser-readmore:visited {
	display: block;
	text-align: right;
	background: #ca0000;
	color: #fff;
	padding: 2px 5px 2px 5px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a.teaser-readmore:hover {
	text-decoration: none;
	background: #333;
	padding: 2px 15px 2px 5px;
}

/* Highlights */
#highlights {
	
}
.highlightbox {
	margin-bottom: 40px;
}
.highlightbox h3 {
	font-size: 28px;
	line-height: 24px;
	margin-top: 10px;
}
.highlightbox p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
}
a.linkbutton,
a.linkbutton:visited {
	font-weight: bold;
}
a.linkbutton:hover {
	text-decoration: none;
}
a.linkbutton img {
	background: #ca0000;
	margin-right: 5px;
	margin-top: -3px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a.linkbutton:hover img {
	background: #333;
	margin-right: 10px;
}

/* Promo */
#promo {
	
}
#promo-inner {
	margin-bottom: 40px;
	border-top: 3px solid #ca0000;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	padding: 19px;
	width:900px !important;
}
#promo-inner h3 {
	margin-bottom: 5px;
}
a.promo-button,
a.promo-button:visited {
	display: block;
	float: right;
	background: #ca0000;
	color: #fff;
	padding: 10px 20px 10px 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	font-weight: bold;
	font-size: 14px;
}
a.promo-button:hover {
	text-decoration: none;
	background: #333;
	padding: 15px 20px 15px 20px;
	margin-top: -5px;
}

/* Gallery */
#gallery {
	margin-bottom: 20px;
}
.gallery-item {
	margin-bottom: 20px;
	width: 130px !important;
	height: 130px;
	padding: 4px;
	overflow: hidden;
	border-top: 3px solid #ca0000;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.gallery-item:hover {
	border-top: 3px solid #333;
}
.gallery-image {
	cursor: pointer;
}

/* Features */
#features {
	
}
.featurebox {
	margin-bottom: 40px;
	padding-left: 80px;
	width: 380px !important;
}
.feature-icon {
	background: #ca0000;
	float: left;
	margin-left: -80px;
}
.featurebox h3 {
	margin-top: 12px;
}
.featurebox p {
	margin-top: 16px;
}

/* Testimonials */
#testimonials {
	
}
.testimonialbox {
	margin-bottom: 25px;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 17px;
	font-style: italic;
}
.testimonialbox p {
	margin-bottom: 15px;
}
.testimonialbox p:first-child {
	margin-top: 0px;
}
.testimonialbox .testimonialname {
	color: #ca0000;
}
.testimonial-photo {
	float: left;
	margin-right: 10px;
	background: #fff;
	padding: 4px;
	border-top: 3px solid #ca0000;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.testimonial-photo img {
	background:#E4E4E4;
}

/* Footer */
#footer {
	background: #333;
	color: #a7a7a7;
	font-size: 11px;
	line-height: 17px;
	padding: 40px 0px 40px 0px;
}
#footer a,
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	
}
#contact {
	padding-left: 25px;
	width: 195px !important;
}
#contact h4 {
	margin-left: -25px;
}
#contact p {
	margin-top: 16px;
}
#contact img {
	float: left;
	background: #ca0000;
	margin-left: -25px;
	margin-top: 1px;
}
#newsletter {
	
}
#newsletter p {
	margin-top: 16px;
}
#newsletter form {
	margin-top: 16px;
}
#newsletter-input {
	float: left;
	border: 0px;
	color: #fff;
	background: #585858;
	height: 38px;
	width: 240px;
	padding-left: 5px;
	padding-right: 5px;
}
#newsletter-submit {
	float: left;
	border: 0px;
	background: #ca0000;
	height: 40px;
	width: 40px;
	padding-bottom: 5px;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#info {
	
}
#info p {
	margin-top: 16px;
}
#info .footer-name {
	font-family: 'YanoneKaffeesatzRegular', sans-serif;
	font-size: 36px;
	line-height: 20px;
	margin-right: 7px;
}

/* Layers */
#layers {
	display: none;
}