/**
* blue: #0075be
*/
* {
	font-family: 'Exo 2', sans-serif;
}

body {
	font-size: 14px;
	width: 704px;
	margin: 0 auto;
}

.header {
	height: 75px;
}

.container {
	padding: 0px;
	width: 704px;
}

.intro-logo {
	background: #fff url(../img/intro/logo.png) no-repeat left bottom;
	height: 54px;
	width: 512px;
	margin: 0;
}

.top-links {
	list-style: none;
	clear: right;
	margin-top: 7px;
}

.top-links li:first-child {
	margin-bottom: 5px;
}

.top-links li {
	font-size: 8px;
	text-transform: uppercase;
	padding: 0 2px;
	text-align: right;
}

.top-links li a {
	color: #3f3f3f;
	display: block;
}

.top-links li a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.top-links li:hover {
	background-color: #161616;
}

.top-links li:hover a {
	color: #888888;
}

.intro-events {
	text-align: right;
	padding-right: 0;
	width: 200px;
}

.intro-events p {
	color: #0075be;
}

.intro-events p {
	margin: 0;
}

.intro-events h4,
.intro-events p {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

.intro-events h4 {
	margin-bottom: 0px;
	color: #000;

}

.intro-events .event-location,
.intro-events h4 {
	font-size: 100%;
	font-size: 14px;
}

.intro-events .event-date {
	font-size: 22px;
}

.intro-events .event-item {
	display: inline-block;
	width: 95%;
	float: right;
}


.intro-events .event-item:hover {
	text-decoration: none;
	background-color: #F4F4F4;
}

.events-border {
	border: none !important;
	margin-bottom: 10px;
}

.marketing.border {
	margin: 0;
}

.container .intro-header {
	height: 207px;
	background: transparent url("../../img/intro/header.png") no-repeat scroll 0% 0%;
	margin-bottom: 15px;
	background-size: cover;
}

.intro-header-wraper {
	margin: 0 0;
	padding-left: 15px;
}
/**
* NEWS
*/

.marketing.news {
	margin-top: 0;
}

.news-border {
	border-bottom: 1px solid #0075be;
	margin-left: 2%;
	width: 98%;
	float: left;
	text-align: right;
}

.news-border span {
	color: #fff;
	background-color: #0075be;
	padding: 0 4px;
	font-size: 110%;
}

.news .news-item {
	padding-top: 5px;
}

.news .news-image {
	width: 220px;
	height: 120px;
	overflow: hidden;
}

.news .news-date {
	color: #9d9d9d;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.news .news-site-name {
	font-weight: bold;
	font-size: 9px;
	margin: 0;
}

.news p + h4 {
	margin: 2px 0 5px 0;
	padding: 0;
	color: #0075be;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.news-intro-more {
	font-size: 80%;
	font-weight: bold;
}

.intro-news-body {
	height: 136px;
	overflow: hidden;
	font-size: 13px;
}

/**
* CONTACTS
*/

.content-border {
	border: none;
}

.marketing.contacts {
	margin-top: 0;
}

.contacts div {
	background-color: #f6f6f6;
}

.contacts .contact-item {
	float: left;
	background-color: #f6f6f6;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 0;
}

.contacts .contact-image {
	width: 110px;
	height: 144px;
	overflow: hidden;
}

.contacts .contact-short {
	height: 0px;
	overflow-y: hidden;
	color: #9d9d9d;
	font-family: 'Monotype Corsiva';
	width: 110px;
	margin: 5px 0;
}

.contact-info h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
}

.contact-info h5 {
	text-transform: uppercase;
}

.contact-info h5,
.contact-info .contact-mobile,
.contact-info .contact-email {
	font-size: 12px;
	margin: 3px 0;
}

.contact-info .contact-mobile,
.contact-info .contact-email {
	margin: 0px;
}


.contacts .contact-image,
.contacts .contact-short,
.contacts .contact-info {

}


/**
* SLIDING
*/
.slider-wrapper {
	width: 472px;
	overflow: hidden;
	margin: 0;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 200px;
	float: left;
}

.slider-wrapper.theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	margin-top: -30px;
	padding: 0;
}

.slider-wrapper img {
	width: auto;
	padding: 0;
}



/**
* FOOTER
*/

.footer,
.footer a {
	font-size: 12px;
	color: #000;
}
