/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #878583;
}
html {
	min-width: 1002px;
}
body {
	font-size: 13px;
	line-height: 1.6;
	font-family: 'Ubuntu', Arial, sans-serif;
	background: #efeee7;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.carticle {	background: url("../img/header/novosti.jpg") no-repeat center 134px #efeee7; }
.cmultimedia { background: url("../img/header/multimedija.jpg") no-repeat center 134px #efeee7; }
.ccalendar, .carchive { background: url("../img/header/kalendar.jpg") no-repeat center 134px #efeee7; }
.cinfo { background: url("../img/header/info.jpg") no-repeat center 134px #efeee7; }
.ccontact { background: url("../img/header/info.jpg") no-repeat center 134px #efeee7; }

.header {
	background: url("../img/header_bg.gif") repeat-x 0 0;
	height: 114px;
	margin-bottom: 20px;
}
.header_inner {
	width: 1002px;
	margin: 0 auto;
}
.content {
	width: 1002px;
	margin: 0 auto;
	padding: 148px 0 60px 0;
}
.cindex .content {
	padding: 0 0 60px 0;
	margin-top: -160px;
	position: relative;
	z-index: 99;
}
.ccalendar .content, .carchive .content {
	padding: 154px 0 60px 0;
}
.main {
	float: left;
	width: 680px;
	background: #fff;
	padding: 0 0 40px 0;
}
.cindex .main {
	background: none;
}
.sidebar {
	float: right;
	width: 322px;
}
.sidebar .wrap {
	background: #4d4b48;
	background-color: rgba(77, 75, 72, 0.85);
	color: rgba(77, 75, 72, 0.85);
	height: 273px;
	padding: 43px 0 0 16px;
}
.footer {
	height: 386px;
	clear: both;
	background: url("../img/footer_bg.jpg") no-repeat center center, url("../img/footer_bgx.jpg") repeat-x 0 0;
}
.footer_inner {
	width: 1002px;
	margin: 0 auto;
}
.lang_nav, .social_links {
	padding: 0 0 0 10px;
	margin: 0;
	float: right;
	height: 39px;
	list-style-type: none;
}
.lang_nav li, .social_links li {
	float: left;
	color: #7c7976;
	padding: 12px 10px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}
.lang_nav li {
	padding: 12px 0 0 22px;
}
.lang_nav .en {
	text-decoration: line-through;
}
a.facebook, a.twitter {
	display: block;
	width: 13px;
	height: 14px;
}
a.facebook {
	background: url("../img/social_icons.png") no-repeat 0 0;
	display: block;
	width: 13px;
	height: 14px;
}
a.twitter {
	background: url("../img/social_icons.png") no-repeat 0 -14px;
}
a.facebook:hover {
	background: url("../img/social_icons.png") no-repeat -13px 0;
}
a.twitter:hover {
	background: url("../img/social_icons.png") no-repeat -13px -14px;
}
.lang_nav a {
	color: #7c7976;
	text-decoration: none;
	font-weight: bold;
}
.lang_nav a:hover, .lang_nav a.active {
	color: #ef8e2f;
}

#logo {
	position: absolute;
	display: block;
	top: 56px;
}

/* Main menu */
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	clear: both;
	padding: 0 0 0 220px;
	/*position: relative;*/
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	left: 0;
}
.sf-menu li:hover {
	visibility:	inherit;
}
.sf-menu > li {
	float: left;
	position: static;
}
.sf-menu a, .sf-menu a:visited  {
	color: #efeee7;
	text-decoration: none;
	text-transform: uppercase;

}
.sf-menu > li > a, .sf-menu > li > a:visited {
	display: block;
	position: relative;
	padding: 23px 22px 0 22px;
	height: 51px;
	font-size: 18px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: 300;
	color: #454241;
	letter-spacing: -1px;
}
.sf-navbar .sf-with-ul {
	background: url('../img/arr_down.png') no-repeat center -5px;
}
.sf-navbar li.sf-with-ul:hover, .sf-navbar li.sf-with-ul.sfHover {
	background: url('../img/arr_down.png') no-repeat center 53px #3e3b39;
}
.sf-navbar li.sfHover {
	background: #3e3b39;
}
.sf-navbar li.sfHover a, .sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	color: #efeee7;
}
.sf-navbar li ul {
	width: 100%;
	height: 46px;
	background:	#3e3b39;
	text-align: center;
	padding: 10px 0 0 0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 113px;
	z-index: 99;
}
.sf-navbar ul li {
	width:	auto;
	display: inline;
	padding: 5px 20px 5px 22px;
	border-left: 1px dotted #817f7b;
}
.sf-navbar ul li:first-child {
	border-left: 0 none;
}
.sf-navbar ul a {
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
}
.sf-navbar ul a:hover {
	color: #e85b47;
}
.sf-sub-indicator {
	display: none;
}
/* Search dropdown */
.search_icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/search_icon.png") no-repeat 0 0;
	float: right;
	cursor: pointer;
	margin: 30px 0 0 0;
}
.search_icon:hover {
	background: url("../img/search_icon.png") no-repeat -20px 0;
}
.dropdown-menu {
	position: absolute;
	z-index: 9999999;
	display: none;
	width: 100%;
	height: 118px;
	top: 113px;
	left: 0;
	background: #3e3b39;
	overflow: visible;
}
.media_nav .dropdown-menu {
	width: 207px;
	height: auto;
	padding: 4px 15px 6px 15px;
	margin: 0;
	top: 37px;
	left: 0;
	background: #3e3b39;
	overflow: visible;
	list-style: none;
}
.dropdown-inner {
	width: 1002px;
	margin: 0 auto;
	text-align: right;
}
#search_input {
	float: right;
	width: 360px;
	padding: 0 0 0 100px;
	border: 0 none;
	font-size: 100px;
	font-weight: 300;
	color: #575451;
	background: url("../img/search_icon_big.png") no-repeat left center;
}
.slider{
	width: 100%;
	overflow: hidden;
	z-index: 91;
}
.slider_inner {
	height: 500px;
	position: relative;
	left: 50%;
	width: 1571px;
	height: 500px;
	margin: 0 0 0 -785px;
	overflow: hidden;
	z-index: 92;
}
#carousel_top div {
	width: 1220px;
	height: 500px;
	float: left;

}
#slider_prev, #slider_next {
	background-image: url("../img/slider_arr.png");
	display: block;
	top: 224px;
	position: absolute;
	z-index: 99;
	width: 53px;
	height: 53px;
	outline: none;
}
#slider_prev {
	left: 300px;
	background-position: 0 0;
}
#slider_next {
	right: 300px;
	background-position: -53px 0;
}
#slider_prev:hover {
	background-position: 0 -53px;
}
#slider_next:hover {
	background-position: -53px -53px;
}
.letter-container {
	position: absolute;
	z-index: 98;
	top: 160px;
	width: 100%;
}
.en .letter-container {
    top: 172px;
}
.slogan {
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	/*letter-spacing: 3px;*/
	cursor: default;
}
.en .slogan {
    font-size: 52px;
}
.letter-container h1 a span {
	opacity: 1;
	text-shadow: 0 0 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: sharpen 0.9s linear backwards;
	-moz-animation: sharpen 0.9s linear backwards;
	-ms-animation: sharpen 0.9s linear backwards;
	animation: sharpen 0.9s linear backwards;
}
/*
.letter-container h1 a span:hover{
	text-shadow: 0 0 40px #fff;
}
*/
.letter-container h1 a span:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.letter-container h1 a span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.letter-container h1 a span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.letter-container h1 a span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.letter-container h1 span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.letter-container h1 span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.letter-container h1 span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.letter-container h1 span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.letter-container h1 span:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.letter-container h1 span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.letter-container h1 span:nth-child(11) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.letter-container h1 span:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.letter-container h1 span:nth-child(13) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.letter-container h1 span:nth-child(14) {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.letter-container h1 span:nth-child(15) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.letter-container h1 span:nth-child(16) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.letter-container h1 span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h1 span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h1 span:nth-child(18) {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-ms-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.letter-container h1 span:nth-child(19) {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.letter-container h1 span:nth-child(20) {
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-ms-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.letter-container h1 span:nth-child(21) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.letter-container h1 span:nth-child(22) {
	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	-ms-animation-delay: 2.1s;
	animation-delay: 2.1s;
}
@keyframes sharpen {
	0% {
		opacity: 0;
		text-shadow: 0 0 100px #fff;
		color: transparent;
	}
	90% {
		opacity: 0.9;
		text-shadow: 0 0 10px #fff;
		color: transparent;
	}
	100% {
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
	}
}
@-moz-keyframes sharpen {
	0% {
		opacity: 0;
		text-shadow: 0 0 100px #fff;
		color: transparent;
	}
	90% {
		opacity: 0.9;
		text-shadow: 0 0 10px #fff;
		color: transparent;
	}
	100% {
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
	}
}
@-webkit-keyframes sharpen {
	0% {
		opacity: 0;
		text-shadow: 0 0 100px #fff;
		color: transparent;
	}
	90% {
		opacity: 0.9;
		text-shadow: 0 0 10px #fff;
		color: transparent;
	}
	100% {
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
	}
}
@-ms-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
.news {
	height: 316px;
	background: #4d4b48;
	background-color: rgba(77, 75, 72, 0.85);
	color: rgba(77, 75, 72, 0.85);
	padding: 0 0 0 13px;
	/*margin-top: -200px;*/
	z-index: 99;
	position: relative;
}
.news h2 {
	font-size: 20px;
	font-weight: 700;
	color: #efeee7;
	text-transform: uppercase;
	padding: 5px 0 6px 0;
	margin: 0;
}
.all_news {
	float: right;
	color: #e95d47;
	background: url("../img/arr_right.png") no-repeat right 3px;
	padding: 0 20px 0 0;
	margin: -26px 15px 0 0;
	font-size: 14px;
	line-height: 14px;
	-o-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-moz-transition:color .2s easee;
	-webkit-transition:color .2s ease;
	transition:color .2s ease;
}
.all_news:hover {
	color: #efeee7;
	background: url("../img/arr_right.png") no-repeat right -14px;
}
.news_item {
	float: left;
	background: url("../img/news_item_bg.png") no-repeat 0 0;
	width: 209px;
	height: 260px;
	margin: 0 10px 0 0;
	padding: 0 1px 0 1px;
	cursor: pointer;
	position: relative;
}
.thumb_wrap {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	height: 117px;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

}
.thumb_img {
	position: relative;
	top: -29px;
	left: 0px;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s easee;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.news_item:hover .thumb_img {
	position: relative;
	top: 0;
	left: 0;
}
.news_item h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #575551;
	margin: 8px 0 3px 13px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.news_item:hover h3 {
	color: #dd523d;
}
.news_item p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: 300;
	color: #84807f;
	margin: 0 15px 0 13px;
	line-height: 16px;
}
.news_item .more {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #dd523d;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
	background: url("../img/arr_right.png") no-repeat right 2px;
	padding: 0 20px 0 0;
}
.news_item:hover .more {
	color: #575551;
	background: url("../img/arr_right.png") no-repeat right -32px;
}
.news_item time {
	position: absolute;
	right: 9px;
	bottom: 6px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 13px;
}
.news_item time span {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.events {
	float: left;
	width: 322px;
	padding: 36px 9px 0 14px;
	position: relative;
}
.events h2 {
	font-size: 20px;
	font-weight: 400;
	color: #575551;
	border-bottom: 1px solid #d9d8d0;
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
}
.all_events {
	float: right;
	color: #9e9d98;
	background: url("../img/arr_right.png") no-repeat right -48px;
	padding: 0 20px 0 0;
	margin: -43px 1px 0 0;
	font-size: 14px;
	line-height: 14px;
	-o-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-moz-transition:color .2s easee;
	-webkit-transition:color .2s ease;
	transition:color .2s ease;
}
.all_events:hover {
	color: #ef8e2f;
	background: url("../img/arr_right.png") no-repeat right -65px;
}
.event_item {
	float: left;
	background: url("../img/event_bg.png") no-repeat 0 0;
	width: 320px;
	height: 260px;
	padding: 0 1px 0 1px;
	position: relative;
}
.event_item .thumb_wrap {
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	height: 164px;
}
.event_item .thumb_img {
	position: relative;
	top: -27px;
	left: 0;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s easee;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.event_item:hover .thumb_img {
	position: relative;
	top: 0;
	left: 0;
}
.event_item:hover .arrow {
	display: block;
	position: absolute;
	background: url("../img/arr_right_big.png") no-repeat 0 0;
	width: 43px;
	height: 43px;
	top: 60px;
	left: 140px;
}
.event_item time {
	display: block;
	background: url("../img/event_time_bg.png") no-repeat 0 0;
	width: 35px;
	height: 32px;
	padding: 31px 0 0 28px;
	position: absolute;
	right: 1px;
	top: 101px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 13px;
}
.event_item time span {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.event_item h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #575551;
	margin: 10px 0 5px 13px;
}
.event_item:hover h3 {
	color: #ef8e2f;
}
.event_item p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 16px;
	color: #84807f;
	margin: 0 15px 0 13px;
}
.event_nav {
	list-style-type: none;
	width: 54px;
	height: 25px;
	position: absolute;
	right: 16px;
	bottom: -3px;
}
.event_nav li {
	float: left;
	padding: 0 2px 0 0;
}
.event_nav .prev, .event_nav .next {
	display: block;
	width: 25px;
	height: 25px;
}
.event_nav .prev {
	background: url("../img/event_arr.png") no-repeat 0 0;
}
.event_nav .next {
	background: url("../img/event_arr.png") no-repeat -25px 0;
}
.event_nav .prev:hover {
	background: url("../img/event_arr.png") no-repeat 0 -25px;
}
.event_nav .next:hover {
	background: url("../img/event_arr.png") no-repeat -25px -25px;
}
.city_map {
	float: left;
	width: 322px;
	padding: 90px 0 0 0;
}
.en .city_map {
    padding: 20px 0 0 0;
}
#map_canvas_all h3 {
    margin: 0;
    padding: 0;
}
#map_canvas_all p {
    margin: 0;
    padding: 0;
}
.media {
	float: left;
	width: 322px;
	padding: 36px 9px 0 14px;
}
.en .media {
    float: right;
}
.media .photos {
	display: block;
	background: url("../img/photos_bg.png") no-repeat 0 0;
	width: 322px;
	height: 96px;
	margin: 0 0 8px 0;
}
.en .media .photos {
    background: url("../img/photos_bg_en.png") no-repeat 0 0;
}
.media .videos {
	display: block;
	background: url("../img/videos_bg.png") no-repeat 0 0;
	width: 322px;
	height: 96px;
}
.en .media .videos {
    background: url("../img/videos_bg_en.png") no-repeat 0 0;
}
.media .photos:hover {
	background: url("../img/photos_bg.png") no-repeat right 0;
}
.en .media .photos:hover {
    background: url("../img/photos_bg_en.png") no-repeat right 0;
}
.media .videos:hover {
	background: url("../img/videos_bg.png") no-repeat right 0;
}
.en .media .videos:hover {
    background: url("../img/videos_bg_en.png") no-repeat right 0;
}
.links {
	float: left;
	background: url("../img/links_bg.png") no-repeat 0 0;
	width: 290px;
	height: 161px;
	padding: 20px 15px 20px 17px;
	margin: 36px 0 0 0;
}
.links_inner {
	overflow: auto;
	height: 161px;
}
.links h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #575551;
	margin: 0;
	padding: 0;
	line-height: 10px;
}
.links ul {

	padding: 0 0 0 18px;
}
.links li {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #444444;
}
.links a {
	color: #ef8e2f;
	letter-spacing: -1px;
	font-size: 13px;
	line-height: 22px;
}
.links a:hover {
	color: #575551;
}
.fb_box {
    float: left;
    width: 600px;
    padding: 0;
    height: 400px;
}
/* Subpages */

/* Article */
h1.top_heading {
	font-size: 60px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 30px;
	padding: 0;
	letter-spacing: -2px;
}
.ccalendar h1.top_heading, .carchive h1.top_heading {
	font-size: 52px;
	line-height: 38px;
}
.breadcrumbs {
	list-style: none;
	height: 36px;
	margin: 0;
	padding: 22px 0 0 36px;
	border-bottom: 1px solid #ececec;
}
.breadcrumbs li {
	float: left;
	text-transform: uppercase;
	background: url("../img/arr_right_sm.png") no-repeat left center;
	padding: 0 12px 0 12px;
	color: #575551;
	font-weight: 500;
	font-size: 12px;
}
.breadcrumbs li:first-child {
	background: none;
	padding: 0 12px 0 0;
}
.breadcrumbs li a {
	color: #575551;
}
.breadcrumbs li a:hover {
	color: #dd523d;
}
.article .date {
	padding: 0 0 0 36px;
	font-weight: 300;
	color: #878583;
	margin: 26px 0 0 0;
}
.article h1 {
	margin: 4px 36px 0 36px;
	font-family: 'Open sans', Arial, sans-serif;
	font-size: 48px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #575551;
}
.article_thumb {
	margin: 18px 0 0 36px;
}
.media_nav {
	list-style: none;
	border-bottom: 1px solid #ececec;
	height: 50px;
	padding: 15px 36px 0 0;
	margin: 0;
}
.media_nav > li {
	float: right;
	height: 35px;
	border-left: 1px solid #ececec;
	padding: 0 20px 0 22px;
	position: relative;
}
.media_nav > li.photos {
	border-right: 1px solid #ececec;
}
.media_nav > li > a {
	font-size: 22px;
	color: #575551;
	font-weight: 300;
}
.media_nav .photos > a {
	background: url("../img/photos_icon.png") no-repeat left 2px, url("../img/arr_down.png") no-repeat right -44px;
	padding: 0 35px 0 38px;
}
.media_nav .photos > a:hover {
	background: url("../img/photos_icon.png") no-repeat left -74px, url("../img/arr_down.png") no-repeat right -44px;
	color: #ef8e2f;
}
.media_nav .videos > a {
	background: url("../img/videos_icon.png") no-repeat left 2px;
	padding: 0 0 0 50px;
}
.media_nav .videos > a:hover {
	background: url("../img/videos_icon.png") no-repeat left -74px;
	color: #ef8e2f;
}
.media_nav .dropdown-menu li {
	border-top: 1px solid #52504d;
	line-height: 16px;
	padding: 12px 0 8px 0;
}
.media_nav .dropdown-menu li:first-child {
	border-top: 0 none;
}
.media_nav .dropdown-menu li a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #efeee7;
}
.media_nav .dropdown-menu li a:hover {
	color: #ef8e2f;
}
.article_text {
	padding: 30px 36px 20px 36px;
	font-weight: 300;
	line-height: 24px;
	color: #575551;
}
.article_text p {
	margin: 0 0 26px 0;
	color: #575551;
}
.article p a, .main .contact a {
	color: #ef8e2f;
}
/* Multimedia */
.gallery_stats, .info_stats {
	float: left;
	list-style: none;
	padding: 0;
	margin: 12px 0 0 36px;
}
.info_stats {
	float: none;
	list-style: none;
	border-bottom: 1px solid #ececec;
	height: 47px;
	margin: 0;
	padding: 10px 0 0 36px;
}
.gallery_stats li, .info_stats li {
	font-size: 16px;
	color: #ef8e2f;
}
.gallery_stats strong, .info_stats strong {
	font-size: 28px;
	line-height: 34px;
}
.gallery_list, .info_list {
	padding: 0 0 40px 0;
}
.gallery_list .nav-tabs {
	list-style: none;
	border-bottom: 1px solid #ececec;
	height: 63px;
	padding: 30px 36px 0 0;
	margin: 0;
}
.gallery_list .nav-tabs > li {
	float: right;
	height: 35px;
	border-left: 1px solid #ececec;
	padding: 0 20px 0 22px;
}
.gallery_list .nav-tabs > li.photos {
	border-right: 1px solid #ececec;
}
.gallery_list .nav-tabs > li > a {
	font-size: 22px;
	color: #9e9d98;
	font-weight: 300;
}
.gallery_list .tab-content, .info_inner {
	padding: 0 0 0 3px;
}
.gallery_list .photos > a {
	padding: 0 0 0 38px;
	background: url("../img/photos_icon.png") no-repeat left -138px;
}
.gallery_list .photos.active > a, .gallery_list .photos.active > a:hover {
	background: url("../img/photos_icon.png") no-repeat left 2px;
}
.gallery_list .photos > a:hover {
	background: url("../img/photos_icon.png") no-repeat left -74px;
	color: #ef8e2f;
}
.gallery_list .videos > a {
	background: url("../img/videos_icon.png") no-repeat left -150px;
	padding: 0 0 0 50px;
}
.gallery_list .videos.active > a, .gallery_list .videos.active > a:hover {
	background: url("../img/videos_icon.png") no-repeat left 2px;
}
.gallery_list .videos > a:hover {
	background: url("../img/videos_icon.png") no-repeat left -74px;
	color: #ef8e2f;
}
.gallery_list .nav-tabs > .active > a,
.gallery_list .nav-tabs > .active > a:hover {
	color: #575551;
	cursor: default;
}
.gallery_item, .info_item {
	float: left;
	width: 209px;
	height: 183px;
	margin: 30px 0 0 12px;
	background: #efeee7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
}
.gallery_item a:first-child {
	display: block;
	width: 209px;
	height: 183px;
}
.gallery_item .thumb_wrap, .info_item .thumb_wrap {
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 117px;
}
.gallery_item .thumb_img, .info_item .thumb_img  {
	position: relative;
	top: -29px;
	left: -17px;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s easee;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.gallery_item:hover .thumb_img, .info_item:hover .thumb_img {
	position: relative;
	top: 0;
	left: 0;
}
.gallery_item h3, .info_item h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #575551;
	margin: 12px 0 0 14px;
}
.photo_count, .info_tooltip {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 19px;
	height: 39px;
	padding: 24px 8px 0 36px;
	background: url("../img/photo_count_icon.png") no-repeat 37px -30px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	color: #c6c5bf;
}
.info_tooltip {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 19px;
	height: 39px;
	padding: 24px 8px 0 36px;
	background: url("../img/info_icon.png") no-repeat 34px -34px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	color: #c6c5bf;
	cursor: pointer;
}
.gallery_item:hover .photo_count, .info_tooltip:hover {
	color: #fff;
	background: url("../img/photo_count_icon.png") no-repeat 37px 43px, url("../img/photo_count_bg.png") no-repeat 0 0;
}
.info_tooltip:hover {
	background: url("../img/info_icon.png") no-repeat 34px 35px, url("../img/photo_count_bg.png") no-repeat 0 0;
}
.tooltipContent a {
	color: #ef8e2f;
}
/* Calendar */
.month {
	border-bottom: 1px solid #ececec;
}
.month h2 {
	float: left;
	width: 71px;
	height: 20px;
	padding: 55px 0 0 0;
	margin: 21px 0 0 36px;
	font-size: 11px;
	font-weight: 700;
	color: #9e9d98;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../img/month_icon.png") no-repeat 17px -86px;
}
.month:hover h2 {
	background: url("../img/month_icon.png") no-repeat 17px 8px;
	color: #dd523d;
}
.calendar_item > a {
	display: block;
	padding: 15px 36px 15px 130px;
	-o-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-moz-transition: background .2s easee;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.calendar_item > a:hover {
	background: #fafaf8;
}
.calendar_item h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #dd523d;
}
.calendar_item p {
	line-height: 24px;
	color: #878583;
	margin: 2px 0 0 0;
}
.calendar_item .more {
	text-align: right;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #dd523d;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	background: url("../img/arr_right.png") no-repeat right 2px;
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}
.calendar_item:hover .more {
	color: #575551;
	background: url("../img/arr_right.png") no-repeat right -32px;
}

/* Archive */
.archive_item > a {
	display: block;
	padding: 21px 36px 12px 15px;
	-o-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-moz-transition: background .2s easee;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	border-bottom: 1px solid #ececec;

}
.archive_item > a:hover {
	background: #fafaf8;
}
.archive_item .thumb_wrap {
	float: left;
	width: 209px;
	height: 117px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	margin: 0 22px 0 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.2);
}
.archive_item .thumb_img {
	position: relative;
	top: -29px;
	left: 0;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s easee;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.archive_item:hover .thumb_img {
	position: relative;
	top: 0;
	left: 0;
}
.thumb_wrap time {
	position: absolute;
}
.archive_item time {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../img/time_bg.png") no-repeat 0 bottom;
	width: 35px;
	height: 32px;
	padding: 31px 0 0 28px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	color: #9e9d98;
	font-size: 16px;
	font-weight: 700;
	line-height: 13px;
}
.archive_item time span {
	font-size: 12px;
	line-height: 12px;
}
.archive_item:hover time {
	background: url("../img/time_bg.png") no-repeat 0 0;
	color: #fff;
}
.archive_item h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #575551;
	text-transform: uppercase;
}
.archive_item:hover h3 {
	color: #dd523d;
}
.archive_item p {
	line-height: 24px;
	color: #878583;
	margin: 6px 0 0 0;
}
.archive_item .more {
	text-align: right;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #dd523d;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	background: url("../img/arr_right.png") no-repeat right 2px;
	padding: 0 20px 0 0;
	margin: 20px 0 0 0;
}
.archive_item:hover .more {
	color: #575551;
	background: url("../img/arr_right.png") no-repeat right -32px;
}

/* Contact */
.contact_form {
	float: left;
	width: 380px;
	padding: 20px 0 0 35px;
}
.contact_form legend {
	font-size: 20px;
	color: #575551;
	line-height: 26px;
	margin: 0 10px 30px 0;
	letter-spacing: -1px;
}
.contact_form div {
	height: 60px;
	padding: 4px 0 0 0;
}
.contact_form .body_group {
	height: 165px;
}
.contact_form label {
	display: block;
	width: 58px;
	height: 60px;
	float: left;
	margin: 0 3px 0 0;
}
.name_label {
	background: url("../img/contact_icons.png") no-repeat 0 0;
}
.email_label {
	background: url("../img/contact_icons.png") no-repeat 0 -60px;
}
.subject_label {
	background: url("../img/contact_icons.png") no-repeat 0 -120px;
}
.contact_form .body_label {
	background: url("../img/contact_icons.png") no-repeat 0 -180px;
	height: 165px;
}
.contact_form input {
	display: block;
	width: 266px;
	height: 58px;
	padding: 0 0 0 15px;
	border: 1px solid #d9d8d0;
	border-radius: 4px;
	font-size: 14px;
	color: #cdccc7;
	font-family: Ubuntu, Arial, sans-serif;
}
.contact_form textarea {
	display: block;
	width: 266px;
	height: 146px;
	padding: 18px 0 0 15px;
	border: 1px solid #d9d8d0;
	border-radius: 4px;
	font-size: 14px;
	color: #cdccc7;
	font-family: Ubuntu, Arial, sans-serif;
	resize: none;
}
#contact_form_submit {
	width: 343px;
	height: 60px;
	background: #bc4b3b;
	border: 0 none;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-family: Ubuntu, Arial, sans-serif;
	padding: 0;
	margin: 4px 0 0 0;
}
.contact {
	float: left;
	padding: 0 0 40px 0;
}
.contact h4 {
	font-size: 15px;
	font-weight: 500;
	color: #575551;
	margin: 25px 0 0 0;
}
/* Pagination */
.pagination {
	list-style: none;
	float: right;
	padding: 30px 28px 0 0;
}
.pagination li {
	text-transform: lowercase;
	float: left;
	margin: 1px;
	font-family: 'Open sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #ececec;
	border-radius: 3px;
}
.pagination .prev {
	margin: 0 12px 0 0;
}
.pagination .next {
	margin: 0 0 0 12px;
}
.pagination a {
	display: block;
	color: #575551;
	padding: 4px 10px;
}
.pagination a:hover, .pagination .current a {
	color: #dd523d;
}
.pagination .prev a {
	padding: 4px 10px 4px 28px;
	background: url("../img/arr_left_pagi.png") no-repeat 8px -25px;
}
.pagination .prev a:hover {
	background: url("../img/arr_left_pagi.png") no-repeat 8px 9px;
}
.pagination .next a {
	padding: 4px 28px 4px 10px;
	background: url("../img/arr_right_pagi.png") no-repeat 64px -25px;
}
.pagination .next a:hover {
	padding: 4px 28px 4px 10px;
	background: url("../img/arr_right_pagi.png") no-repeat 64px 9px;
}

/* Sidebar */
.facts {
	width: 243px;
	height: 165px;
	padding: 18px 26px 0 22px;
}
.fact01 {
	background: url("../img/fact01_bg.png") no-repeat 0 0;
}
.facts h2 {
	margin: 0;
}
.facts p {
	font-size: 14px;
	color: #efeee7;
	line-height: 22px;
	letter-spacing: -1px;
	margin: 12px 0 0 2px;
}
.en .facts p {
    margin: 4px 0 0 2px;
}
.nl_signup {
	background: url("../img/nl_signup_bg.png") no-repeat 0 0;
	width: 289px;
	height: 68px;
	margin: 7px 0 0 0;
	position: relative;
	overflow: hidden;
}
.nl_signup_inner {
	width: 578px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 0;
}
.nl_signup_link {
	float: left;
	background: url("../img/nl_signup_icon.png") no-repeat 220px 20px;
	width: 265px;
	height: 52px;
	padding: 16px 0 0 24px;
}
.nl_signup_form {
	float: left;
	width: 265px;
	height: 50px;
	padding: 18px 0 0 24px;
}
.nl_signup p {
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	color: #84807f;
	font-size: 34px;
	line-height: 34px;
	border-right: 1px dotted #817f7b;
	margin: 0;
}
.nl_signup label {
	float: left;
	font-size: 15px;
	width: 176px;
	line-height: 34px;
	color: #84807f;
	border-right: 1px dotted #817f7b;
}
.nl_signup input {
	border: 0 none;
	background: none;
}
.nl_signup button {
	float: right;
	background: url("../img/nl_signup_submit.png") no-repeat 0 0;
	width: 58px;
	height: 29px;
	border: 0 none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 2px 16px 0 0;
}
.nl_signup button:hover {
	background: url("../img/nl_signup_submit.png") no-repeat -58px 0;
}
.en .nl_signup button {
    background: url("../img/nl_signup_submit_en.png") no-repeat 0 0;
}
.en .nl_signup button:hover {
    background: url("../img/nl_signup_submit_en.png") no-repeat -58px 0;
}
.weather {
	height: 170px;
	padding: 40px 0 0 36px;
}
.weather h2 {
	margin: 0;
}
.en .weather h2 {
    margin: 0 0 10px 0;
}
.weather_icon {
	margin: 30px 10px 0 24px;
	display: block;
	float: left;
}
.weather_degree {
	display: block;
	float: left;
	font-size: 110px;
	line-height: 110px;
	font-weight: 300;
	color: #575551;
	letter-spacing: -4px;
}
.weather_celsius {
	float: left;
	font-size: 36px;
	color: #575551;
	margin: 5px 0 0 3px;
}
.img_links {

    padding: 0px 0 20px 18px;
}

/* Featured links */
.featured_links {
	padding: 0 0 0 17px;
}
.featured_links .nav-tabs {
	list-style: none;
	border-top: 1px solid #d9d8d0;
	padding: 0;
	margin: 0 0 16px 0;
	width: 289px;
}
.nav-tabs:before,
.nav-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}
.nav-tabs:after {
	clear: both;
}
.featured_links .nav-tabs > li {
	float: left;
}
.featured_links .nav-tabs > li > a {
	display: block;
	height: 37px;
	width: 144px;
	padding: 5px 0 0 0;
	text-align: center;
	color: #9e9d98;
	font-size: 20px;
	border-bottom: 1px solid #d9d8d0;
	border-left: 1px solid #d9d8d0;
}
.featured_links .nav-tabs > .active > a,
.featured_links .nav-tabs > .active > a:hover {
	color: #575551;
	cursor: default;
	border-bottom-color: transparent;
}
.featured_links .nav-tabs > li > a:hover {
	color: #ef8e2f;
}
.featured_links .nav-tabs li:first-child a  {
	border-left: 0 none;
}
.tabbable:before,
.tabbable:after {
	display: table;
	line-height: 0;
	content: "";
}
.tabbable:after {
	clear: both;
}
.tab-content {
	/*overflow: auto;*/
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.tab-pane {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab-pane li {
	width: 289px;
	height: 68px;
	margin: 0 0 14px 0;
}
#pane1 li {
	overflow: hidden;
	border-radius: 4px;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	-moz-transition:all .4s easee;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}
#pane1 li:hover {
}
.spp { background: url("../img/featured_spp.jpg") no-repeat right bottom; }
.spp:hover { background: url("../img/featured_spp.jpg") no-repeat right top; }

.zvi { background: url("../img/featured_zv.jpg") no-repeat right -100px; }
.zvi:hover { background: url("../img/featured_zv.jpg") no-repeat right -10px; }

.ssc { background: url("../img/featured_ssc.jpg") no-repeat right bottom; }
.ssc:hover { background: url("../img/featured_ssc.jpg") no-repeat right top; }

.svt { background: url("../img/featured_svt.jpg") no-repeat right bottom; }
.svt:hover { background: url("../img/featured_svt.jpg") no-repeat right top; }

.kno { background: url("../img/featured_kno.jpg") no-repeat right bottom; }
.kno:hover { background: url("../img/featured_kno.jpg") no-repeat right top; }

.skhm { background: url("../img/featured_skhm.jpg") no-repeat right bottom; }
.skhm:hover { background: url("../img/featured_skhm.jpg") no-repeat right top; }

.shh { background: url("../img/featured_shh.jpg") no-repeat right bottom; }
.shh:hover { background: url("../img/featured_shh.jpg") no-repeat right top; }

#pane2 li {
	background: url("../img/nl_signup_icon.png") no-repeat 220px 20px, url("../img/nl_signup_bg.png") no-repeat 0 0;
	width: 265px;
	height: 52px;
	padding: 16px 0 0 24px;
}
#pane1 a {
	display: block;
	width: 289px;
	height: 68px;
	text-transform: uppercase;
	color: #fff;
}
.spp a { background: url("../img/featured_link_bg.png") no-repeat 0 0; }
.zvi a { background: url("../img/featured_link_bg.png") no-repeat 0 -204px; }
.ssc a { background: url("../img/featured_link_bg.png") no-repeat 0 -68px; }
.svt a { background: url("../img/featured_link_bg.png") no-repeat 0 -272px; }
.kno a { background: url("../img/featured_link_bg.png") no-repeat 0 -136px; }
.skhm a { background: url("../img/featured_link_bg.png") no-repeat 0 -204px; }
.shh a { background: url("../img/featured_link_bg2.png") no-repeat 0 -340px; }

#pane2 a {
	display: block;
	width: 176px;
	height: 34px;
	color: #84807f;
	font-size: 14px;
	border-right: 1px dotted #817f7b;
}
#pane2 a:hover {
	color: #efeee7;
}
.fnav {
	padding: 36px 0 0 0;
}
.fnav > ul {
	float: left;
	padding-right: 30px;
}
.fnav li {
	font-size: 14px;
	color: #bc4b3b;
	text-transform: uppercase;
}
.fnav a {
	text-transform: none;
	color: #575551;
}
.fnav a:hover {
	color: #bc4b3b;
}
.fnav ul ul {
	padding: 0;
	margin: 8px 0 20px 0;
}
/*
li.facebook, li.twitter {
	padding: 0 0 0 20px;
}
li.facebook {
	background: url("../img/social_icons.png") no-repeat 0 0;
}
li.twitter {
	background: url("../img/social_icons.png") no-repeat 0 -14px;
}
li.facebook:hover {
	background: url("../img/social_icons.png") no-repeat -13px 0;
}
li.twitter:hover {
	background: url("../img/social_icons.png") no-repeat -13px -14px;
}
*/
.footer .contact {
	float: right;
	width: 270px;
	margin-right: 16px;
	border-bottom: 1px solid #464341;
	padding: 0 0 40px 20px;
}
.footer .contact h4 {
	font-size: 14px;
	font-weight: 400;
	color: #bc4b3b;
	text-transform: uppercase;
	margin: 13px 0 0 0;
}
.contact p {
	padding: 0 0 0 40px;
	margin: 14px 0 0 0;
}
.contact p, .contact a {
	color: #575551;
	font-size: 14px;
}
.contact a:hover {
	color: #bc4b3b;
}
.address {
	background: url("../img/address_icon.png") no-repeat left center;
}
.phone {
	background: url("../img/phone_icon.png") no-repeat left center;
}
.email {
	background: url("../img/email_icon.png") no-repeat left center;
}
.author {
	float: right;
	padding: 30px 40px 0 0;
	font-size: 14px;
	color: #575551;
}
.author a {
	color: #bc4b3b;
}
.author a:hover {
	color: #efeee7;
}

/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*/
/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	width: 234px;
	height: 280px;
	font-size: 12px;
	line-height: 14px;
}
/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid{
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}
.ui-tooltip-content{
	position: relative;
	padding: 20px 20px 20px 30px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}
.ui-tooltip-small .ui-tooltip-content {
	padding: 4px 8px;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}
.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
	position: absolute;
	line-height: 0.1px !important;
	font-size: 0.1px !important;
	color: #123456;
	background: transparent;
	border: 0 dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas { top: 0; left: 0; }

/*! Blue tooltip style */
.ui-tooltip-blue {
	background-color: rgba(62, 59, 57, 0.9);
	color: #efeee7;
	font-size: 13px;
	line-height: normal;
}
.lt-ie9 .ui-tooltip-blue {
	background-color: #0C7EA8;
}
.ui-tooltip-blue h4 {
	font-size: 24px;
	color: #ef8e2f;
	font-weight: 500;
	margin: 0;
	line-height: 28px;
}
.ui-tooltip-blue p {
	color: #efeee7;
}
/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE5.5+, Safari 2+ */
.ui-tooltip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.fl {
	float: left;
}
.fr {
	float: right;
}
/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}