/* PRINT */
@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }

  .title-content {
  	font-size: 20px !important;
  }
}

/* GENERAL */
.container {
	width: 990px !important;
}

.container-fluid {
	padding: 0 !important;
	min-width: 990px;
}

body {
	background-color: #ffffff;
	font-family: 'Merriweather Sans', sans-serif;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

h2 {

}

h3 {

}

h4 {

}

p {
	font-size: 14px;
}

a, a:visited {
	color: #636363;
	font-size: 12px;
}

a:hover, a:active {
	color: #398d6f;
	font-size: 12px;
	text-decoration: underline;
}


/*HEADER */
.header-container.main {
	background: #d7d7d7 url('../img/header-bg.jpg') 50% 0 no-repeat;
	height: 1130px;
}

.header-container {
	background: #030303 url('../img/footer-bg.jpg') 50% 0 no-repeat;
	height: 185px;
}

.menu-container.fixed {
	position: fixed;
	width: 100%;
	top: -5px;
	left: 0;
	z-index: 100;
}

.menu-container.full .menu {
	width: 100%;
}

.filled {
	height: 80px;
}

.menu-container {
	height: 80px;
	border-top: 1px solid #76b19c;
	border-bottom: 1px solid #2d463e;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #235644),
		color-stop(1, #459478)
	);
	background-image: -o-linear-gradient(top, #235644 0%, #459478 100%);
	background-image: -moz-linear-gradient(top, #235644 0%, #459478 100%);
	background-image: -webkit-linear-gradient(top, #235644 0%, #459478 100%);
	background-image: -ms-linear-gradient(top, #235644 0%, #459478 100%);
	background-image: linear-gradient(to top, #235644 0%, #459478 100%);
}


.menu {
	font-size: 12px;
	z-index: 1;
}

.menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.menu ul li a {
	padding: 30px 8px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.menu-container.full .menu ul li a {
	padding: 30px 20px;
}


.menu ul li.hasmenu > a:before {
    content:'';
    display: inline-block;
    width:0;
    height:0;
    border:5px solid transparent;
    vertical-align: middle;
  position: absolute;
  top: 55px;
  left: 41%;
}
.menu ul li.hasmenu > a:before {
    border-top-color: #fff;
}

.menu ul li {
	text-transform: uppercase;
}

.menu > ul > li:hover {
  background: #38896c;
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(56, 137, 108);
	/* RGBa with 0.6 opacity */
	background-color: rgba(56, 137, 108, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#38896c00, endColorstr=#38896c00);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#38896c00, endColorstr=#38896c00)";
  color: #fff;
}
.menu ul li ul {
  padding: 0;
  position: absolute;
  top: 76px;
  left: 0;
  width: 150px;
  opacity: 0;
  z-index: 999;
transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-webkit-transition: opacity 0.5s ease-out;
display: block;
height: 0;
overflow: hidden;
width: 277px;
padding: 0;
}
.menu ul li ul li { 
	text-transform: none;
  display: block; 
  color: #fff;
  background: #398d6f;
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(57, 141, 111);
	/* RGBa with 0.6 opacity */
	background-color: rgba(57, 141, 111, 0.95);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#398d6f00, endColorstr=#398d6f00);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#398d6f00, endColorstr=#398d6f00)";
}

.menu ul li ul li i {
	position: absolute;
	left: 20px;
	top: 37%;
}

.menu ul li ul a:hover{
	color: #cfc99a;
}

.menu ul li ul li a, .menu-container.full .menu ul li ul li a, .mainmenu.default .menu ul li ul li a {
	padding: 15px 30px;
	display: inline-block;
	margin-left: 20px;
	border-bottom: 1px solid #296650;
	width: 237px;
	margin-right: 20px;
	font-size: 12px;
}

.menu ul li ul li:last-child a {
	border: none;
}

.menu ul li ul li:hover {

}
.menu ul li:hover ul {
  opacity: 1;
  height: auto;
}

.menu ul li ul:before {
    content:'';
    display: inline-block;
    width:0;
    height:0;
    border:5px solid transparent;
    vertical-align: middle;
  position: relative;
  top:4px;
  left: 37px
}

.menu-container.full .menu ul li ul:before {
	left: 53px
}

.menu ul li ul:before {
    border-bottom-color: #398d6f;
}


.mainmenu.default a {
	font-size: 11px;
}

.mainmenu.default .menu ul li a {
	padding: 32px 8px;
}

.header-top-container {
	height: 185px;
	background: transparent;
	z-index: -2;

}

.header-container .logo {
	padding-top: 24px;
}

.user-link {
	text-align: right;
	padding-top: 20px;
	z-index: 1;
	color: #cfc99a;
}

.user-link a {
	color: #cfc99a;
	text-decoration: none;
	font-size: 11px;
}

.icon-user {
	font-size: 20px; 
	margin-right: 7px;
}

.icon-user-arrow {
	margin-left: 3px;
}

.hasic {
	height: 746px;
	width: 694px;
	background: url('../img/hasic.png') 0 0 no-repeat;
	/*position: relative;
	left: -60px;
	top: -265px;*/
	position: absolute;
	left: -55px;
	top: -200px;
	opacity: 0;
	transition: opacity 2s ease-out;
	-moz-transition: opacity 2s ease-out;
	-webkit-transition: opacity 2s ease-out;
}

.hasic-wrapper {
	height: 500px;
	position: relative;
	top: -65px;
}

.hasic.visible {
	opacity: 1;
}

.nooverflow {
	overflow: hidden;
}

.carousel-wrapper {
	margin-top: 50px;
	font-size: 13px;
}

.carousel-content {
	height: 212px;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 470px;
	color: #fff;
	padding: 0;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	float: left;
	width: 470px;
	height: 280px;
	display: none;

}

.jcarousel-pagination {
	position: relative;
	top: -38px;
}


.jcarousel-pagination a{
	display: inline-block;
	font-size: 1px;
	width: 10px;
	height: 10px;
	background-color: #c4be92;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-right: 8px;
}

.jcarousel-pagination a.active {
	background-color: #398d6f;
}

.carousel-wrapper .navigation {
	margin-top: 90px;
	padding: 0;
}

.carousel-wrapper .prev {
	width: 50px !important;
	margin-right: 20px;
}

.carousel-wrapper .next {
	margin-left: 10px;
	width: 50px !important;
}

.carousel-wrapper .navigation a{
	font-size: 48px;
	font-weight: 100;
	padding: 30px 15px 30px 15px;
	color: #398d6f;
}

.carousel-wrapper .navigation a.inactive {
	color: #cdc799;
}

.carousel-wrapper .highlight {
	font-size: 16px;
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.carousel-wrapper p {
	font-size: 13px;
	font-weight: 300;
}

a.btn-one {
	background-color: #3a8e70;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#409b7d 0%,
		#327e61);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#409b7d),
		to(#327e61));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #236c53;
	-moz-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	padding: 8px 25px 8px 25px;
}

a.btn-one:hover, input.btn-one:hover {
background-color: #5f5f5f;
	background: -moz-linear-gradient(
		top,
		#707070 0%,
		#565656);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#707070),
		to(#565656));
border: 1px solid #464646;

}


.carousel-wrapper .btn-wrapper {
	text-align: right;
	width: 100%;
}

a.btn-one.btn-carousel {
	position: relative;
	top: 18px;
	margin-right: 10px;
	z-index: 1;
}

.carousel-wrapper .line {
	height: 1px;
    background-color: #398d6f;
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 160px;
    margin-right: 10px;
}


.widgets-main {
	position: relative;
	top: -120px;
}

.widgets.widgets-technika .title{
	font-weight: bold;
}

.widgets.widgets-technika {
	margin-top: 550px;
}

.widgets.widgets-technika ul {
	padding-left: 20px;
	margin-top: 15px;
	line-height: 2em;
	font-size: 12px;
}

.widgets.widgets-technika .btn-wrapper {
	margin-top: 30px;
}

.widgets.widgets-technika .widget-one, .widgets.widgets-gallery .widget-one {
	margin-top: 50px;
}

.widgets.widgets-gallery .widget-one .line {
	margin-left: 120px;
}

.widgets.widgets-gallery .btn-two {
	background-color: #636363; 
}

.widgets.widgets-gallery .btn-two:hover {
	background-color: #398d6f; 
}

.widgets-gallery .content-wrapper {
	height: 50px !important;
}

.widget-custom-width {
	margin: 0;
	padding: 0;
	width: 340px;
	margin-right: 40px;
}

.widget-custom-width-last {
	width: 230px;
	margin: 0;
	padding: 0;		
}

.widget-one {
	width: 100%; /*340px*/
}

.widget-one img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.widget-one .image-wrapper {
	height: 160px;
}

.technika .widget-one .image-wrapper {
	height: 270px;
}

.gallery .widget-one .image-wrapper {
	height: 173px;
}

.technika .widget-one .content-wrapper {
	height: 150px;
}

.technika .widget-one img {
	height: auto !important;
}

.widgets-main .widget-one img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.widgets-main .widget-one .image-wrapper {
	height: 195px;
}

.widgets-main .widget-one h2 {
	margin-top: 10px;
}

.widget-one .content-wrapper {
	height: 120px;
}

.widget-one p{
	font-size: 12px;
	color: #636363;
	text-align: left;
}

.widget-one h2{
	color: #398d6f;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}

.widgets-main .widget-one .title {
	font-weight: bold;
	font-size: 16px;
}

.widget-one .title {
	background-color: #398d6f;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	width: 100%;
	padding: 11px 16px 11px 16px;
	margin-bottom: 25px;
	text-transform: uppercase;	
}

.widget-one .date {
	font-size: 14px;
	font-weight: normal;
	margin-left: 30px;
}

.widget-one a.link{
	margin-right: 30px;
}

.widget-one .line {
	height: 1px;
    background-color: #636363;
    display: block;
    margin-top: 35px;
    margin-bottom: 9px;
    margin-left: 100px;
    margin-right: 10px;	

}

a.btn-two {
	padding: 13px 15px 13px 15px;
	background-color: #398d6f;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a.btn-two.disabled {
	background-color: #636363;
	cursor: default;
}

a.btn-two:hover {
	background-color: #636363;
}

a.btn-two.btn-widget {
	position: relative;
	top: -20px;
	z-index: 1;
	font-size: 12px;
}

.widget-two {
	background-color: #ebebeb;
	color: #636363;
	text-align: center;
}

.widget-two .title {
	background-color: #398d6f;
	font-size: 15px;
	color: #ffffff;
	padding: 15px 30px 15px 30px;
	display: block;
	text-align: center;
}

.widget-two a {
	border-top: 1px solid #636363;
	display: block;
	margin: 15px;
	padding: 10px 0 10px 0;
}

.widget-two ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 15px;
}

#calendar {
	margin-bottom: 25px;
	width: 100%;
}

#calendar td.highlight a{
	color: #398d6f !important;
	font-weight: bold !important;
}

#calendar td.ui-datepicker-today.highlight a{
	color: #fff !important;
}

.ui-widget {
	font-family: 'Merriweather Sans', sans-serif !important;
}

.ui-datepicker {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none !important;
	background-color: #ebebeb !important;
	border: 0;
	width: 100%;
}

.ui-datepicker table {
	margin: 0;
	width: 100%;
}

.ui-datepicker .ui-datepicker-header {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
	font-size: 15px;
	color: #ffffff;
}

.ui-widget-header {
	background: none;
	border: 0;
	background-color: #398d6f;
	padding: 9px 0 9px 0 !important;
	width: 100%;
	font-weight: 400;
}

.ui-icon {
	background: none !important;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat !important;
}

.ui-icon-circle-triangle-w {
	background-image: url('../img/calendar-left.png') !important;
	top: 20px !important;
	left: 20px !important;
}

.ui-icon-circle-triangle-e {
	background-image: url('../img/calendar-right.png') !important;
	top: 20px !important;
	left: 0 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 0;
	background: none;
}

.ui-datepicker table thead{
	background-color: #1a6349;
	color: #ffffff;
	font-size: 10px;
}


.ui-datepicker table td a{
	vertical-align: bottom;
	text-align: center;
	background: none !important;
	color: #636363;
	font-size: 13px;
	font-weight: 400 !important;
	padding: 5px;
}

span.ui-state-default {
	background: 0 !important;
	vertical-align: middle;
	text-align: center !important;
}

a.ui-state-default {
	border-top: 1px solid #f9f9f9 !important;
	border-left: 1px solid #f9f9f9 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #636363;
}

.ui-datepicker table td{
	padding: 0;
	border: 1px solid #d2d1d1;
}

.ui-datepicker-today {
	background-color: #398d6f !important;
	border: 0 !important;
	color: blue;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0;
}

.ui-datepicker-current-day {
	background-color: #e1e1e1;
}

a.ui-state-highlight 
{
	color: #fff !important;
	border: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
}


/* main page */
.main-content, .container-page {
	text-align: center;
	font-weight: 300;
	color: #636363;
	line-height: 1.5em;
}

.container-page {
	margin-top: 10px;
	margin-bottom: 30px;
}

.history-title-container {
	height: 265px;
	background: #398d6f url('../img/history-bg.jpg') 50% 0 no-repeat;
	text-align: center;
}

.main-title h1 {
	font-size: 60px;
	font-weight: 100;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 80px;
	margin-bottom: 30px;
}

.history-logo {
	display: inline-block;
	width: 156px;
	height: 146px;
	background: transparent url('../img/history-logo.png') 0 0 no-repeat;
}

.main-content {
	margin-top: 120px;
	margin-bottom: 70px;
}

.main-content p {
	margin-bottom: 25px;
}

.main-content p.fancy {
	font-weight: normal;
}

.celadna-title-container {
	height: 265px;
	background: #636363 url('../img/celadna-bg.jpg') 50% 0 no-repeat;
	text-align: center;
}

.celadna-logo {
	display: inline-block;
	width: 132px;
	height: 148px;
	background: transparent url('../img/celadna-logo.png') 0 0 no-repeat;
}

.more-icon-wrapper {
	margin-top: 10px;
}

.more-icon-wrapper a.more-icon {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-size: 22px;
	display: block;
	padding-top: 16px;
	padding-left: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.more-icon-wrapper.plus a.more-icon {
	background-color: #636363;
}

.more-icon-wrapper.minus a.more-icon {
	background-color: #398d6f;
}

.more-icon-wrapper .fancy span:before,
.more-icon-wrapper .fancy span:after {
	top: 30% !important;
}

.fancy {
  text-align: center !important;
  overflow: hidden;
}
.fancy span {
  display: inline-block;
  position: relative;  
  left: 0px;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #636363;
  height: 1px;
  top: 50%;
  width: 700px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.results .expandlink {
	margin-top: 15px;
}


.results-wrapper {
	margin-bottom: 100px;
}

/* footer */
.footer-bg-container.main {
	height: 225px;
	background: #fff url('../img/footer-bg.jpg') 50% 50% no-repeat;
	color: #fff;
}

.footer-bg-container {
	height: 225px;
	background: #020202 url('../img/footer-bg.jpg') 50% 0 no-repeat;
	color: #fff;
	margin-top: 70px;
}

.footer {
	margin-top: 70px;
	font-weight: 300;
}

.footer .title {
	font-size: 60px;
	text-transform: uppercase;
	display: inline-block;
}

.footer .contact {
	border-left: 1px solid #fff;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 15px 0 15px 15px;
	font-size: 12px;
}

.footer ul li {
	margin-bottom: 5px;
}

.footer .logo {
	position: relative;
	top: -16px;
}

.footer .logo img{
	position: relative;
	left: 23px;
	margin-bottom: 13px;
}

.footer .copyright {
	text-align: center;
}

.footer .copyright p {
	margin: 0;
	font-size: 10px;
}

.footer a {
	color: #fff !important;
	font-size: 10px;
	font-weight: bold;
}



/* content */
.title-border-bottom {
	border-bottom: 1px solid #959595;
	padding-bottom: 15px;
}

.title-border-top {
	border-top: 1px solid #959595;
	padding-top: 15px;
}

.content-container {
	line-height: 1.5em;
	font-size: 14px;
	color: #636363;
	margin-top: 60px;
}

.content-container a {
	font-size: 14px;
}

.content-container.vyjezdy a, .content-container.results a, .content-container.discussion a {
	font-size: 12px;
}

.content-container img{
	max-width: 100%;
}

/*.content-container.page {
	margin-top: 0px !important;
}*/

.content-container p {
	margin-bottom: 30px;
	text-align: justify;
}

.content-container .title-content.withlogo, .widgets-container .title-content.withlogo {
	background: transparent url('../img/history-logo.png') 0 0 no-repeat;
	background-size: 70px;
	padding-left: 105px;
	height: 80px;
	margin-top: 0;
}

.content-container .title-content, .widgets-container .title-content {
	font-size: 42px;
	font-weight: 700;
	padding-top: 23px;
	color: #636363;
}

.content-container .title-content .smaller {
	font-size: 24px;
}

.novelty .title-right, .widgets-container .title-right{
	font-size: 28px !important;
	margin-top: 25px;
	position: relative;
	left: 85px;
}

.widgets-container .widget-one {
	margin-bottom: 30px;
}

.vyjezdy .title-right, .results .title-right {
	font-size: 24px;
	color: #398d6f;
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
}

.vyjezdy .title-right .year, .results .title-right .year {
	font-size: 42px;
}

.print-icon {
	font-size: 18px;
	position: relative;
	top: -3px;
	color: #636363;
	margin-right: 7px;
}

.fb-icon {
	color: #398d6f;
	font-size: 28px;
}

.content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content h1 {
	font-size: 36px;
	font-weight: 700;
	color: #398d6f;
	margin-top: 40px;
	margin-bottom: 30px;
}

.novelty img {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
}

.paginator-years {
	padding-left: 40px;
	padding-right: 40px;
}

.paginator-years ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 50px;
}

.paginator-years ul li {
	display: inline-block;
	border-right: 1px solid #636363;
	padding: 0 7px 0 7px;
}

.paginator-years ul li:last-child {
	border: 0;
}

.widgets {
	margin-bottom: 50px;
}

.technika-bg-container {
	background: transparent url('../img/technika-bg.jpg') 50% 0 no-repeat; 
}

/*table */
table.table {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

table.table td, th {
	vertical-align: middle;
	padding: 15px 20px 15px 20px;
}

table.table th {
	background-color: #636363;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-right: 1px solid #fff;
}

table.table td {
	font-size: 12px;
	font-weight: bold;
}

table.table tr.even {
	background-color: #d7d7d7;
}

table.table a, table.table a:visited, table.table a:hover, table.table a:active {
	text-decoration: underline;
	color: #398d6f;
}

table.table.separate th.separator {
	background-color: transparent;
	width: 25px !important;
}

table.table.separate td.separator {
	padding: 0;
	background-color: #fff;
	width: 25px;
}

table.table.separate th {
	width: 50%;
}

table.results {
	margin-top: 0 !important;
}

table.results th.category {
	font-weight: bold;
	background-color: #398d6f;
	width: 16.66%;
}

/* paginator */

.paginator {
	margin-bottom: 30px;
	text-align: center;
}

.paginator a {
	display: inline-block;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #646567),
		color-stop(1, #4C4D4F)
	);
	background-image: -o-linear-gradient(bottom, #646567 0%, #4C4D4F 100%);
	background-image: -moz-linear-gradient(bottom, #646567 0%, #4C4D4F 100%);
	background-image: -webkit-linear-gradient(bottom, #646567 0%, #4C4D4F 100%);
	background-image: -ms-linear-gradient(bottom, #646567 0%, #4C4D4F 100%);
	background-image: linear-gradient(to bottom, #646567 0%, #4C4D4F 100%);
	background-color: #57585a;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	border: 1px solid #464646;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow:    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
box-shadow:         inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
text-transform: uppercase;
vertical-align: middle;
}

.paginator.small a {
	font-size: 12px;
	padding-top: 5px;
}

.paginator a.disabled:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #646567),
		color-stop(1, #4C4D4F)
	) !important;
	background-image: -o-linear-gradient(bottom, #646567 0%, #4C4D4F 100%) !important;
	background-image: -moz-linear-gradient(bottom, #646567 0%, #4C4D4F 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #646567 0%, #4C4D4F 100%) !important;
	background-image: -ms-linear-gradient(bottom, #646567 0%, #4C4D4F 100%) !important;
	background-image: linear-gradient(to bottom, #646567 0%, #4C4D4F 100%) !important;	
	border: 1px solid #464646;
}

.paginator a:hover, .paginator a.active {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #409C7D),
	color-stop(1, #317D5F)
) !important;
background-image: -o-linear-gradient(bottom, #409C7D 0%, #317D5F 100%) !important;
background-image: -moz-linear-gradient(bottom, #409C7D 0%, #317D5F 100%) !important;
background-image: -webkit-linear-gradient(bottom, #409C7D 0%, #317D5F 100%) !important;
background-image: -ms-linear-gradient(bottom, #409C7D 0%, #317D5F 100%) !important;
background-image: linear-gradient(to bottom, #409C7D 0%, #317D5F 100%) !important;
border: 1px solid #236c52;
}

.paginator .shadow-page {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
width: 40px;
height: 40px;
display: inline-block;
}

.paginator.small .shadow-page {
	width: 30px;
	height: 30px;
}

.paginator a.page {
	width: 40px;
	height: 40px;
}

.paginator.small a.page {
		width: 30px;
	height: 30px;
}

.paginator a.next {
	width: 155px;
	height: 40px;
-webkit-border-top-right-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topright: 100px;
-moz-border-radius-bottomright: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}

.paginator a.prev {
	width: 155px;
	height: 40px;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;	
}

.paginator.small a.prev, .paginator.small a.next {
	height: 30px;
	width: 120px;
}

.paginator i.icon {
	margin: 0 10px 0 10px;
	font-size: 18px;
} 

.paginator .separator {
	margin: 0 10px 0 10px;
}

.gallery-detail .smaller {
	font-size: 18px !important;
}

.gallery-detail .item img{
	width: 100%;
	height: 100%;
}

.gallery-detail .item {
	margin:0;
	padding: 0;
}


.gallery-detail .zoom-icon {
	background-image: url('../img/icon-zoom.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0.3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery-detail .zoom-icon:hover {
	opacity: 1;
}

/* discussion */

.discussion .title {
	width: 100%;
	display: inline-block;
	background-color: #636363;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 13px;
}

.discussion .strong {
	font-weight: bold;
}

.discussion .post {
	padding: 30px 15px 30px 15px;
}

.discussion .post-head {
	border-bottom: 1px solid #959595;
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.discussion .post-head div {
	padding: 0;
}

.discussion .post.odd {
	background-color: #e1e1e1;
}


.discussion .post-reply {
	color: #959595;
	margin-top: 15px;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 30px;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}

.discussion p {
	margin: 0;
}

.deletelink a {
	color: #d52222 !important;
}

.discussion .form-content {
	background-color: #d7d7d7;
	color: #636363;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.discussion .required {
	color: #ed1c24;
}

.discussion .replyto {
	background-color: #abaaaa;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.form-field {
	margin-bottom: 15px;
}

label {
	margin: 0px 20px 0px 20px;
}

.input-wrapper {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 5px 20px 0 20px;
-webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
-moz-box-shadow:    0px 1px 1px 0px rgba(255, 255, 255, 1);
box-shadow:         0px 1px 1px 0px rgba(255, 255, 255, 1);
}

.input-wrapper.textarea {
	height: 170px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="text"], textarea, input[type="password"] {
	width: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ebebeb;
	border: none;
-webkit-box-shadow: inset 0px 1px 3px 1px rgba(102, 102, 102, 0.3);
-moz-box-shadow:    inset 0px 1px 3px 1px rgba(102, 102, 102, 0.3);
/*box-shadow:         inset 0px 1px 3px 1px rgba(102, 102, 102, 0.3);*/
padding-left: 20px;
font-size: 12px;
padding-top: 3px;
outline: none;
}

input[type="text"], input[type="password"] {
	height: 30px;
}

input[readonly="readonly"] {
	background-color: #d8d8d8;
}

textarea {
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
}

a.btn-three, input.btn-three[type="submit"] {
	background-color: #5f5f5f;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#707070 0%,
		#565656);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#707070),
		to(#565656));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #464646;
	-moz-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	padding: 8px 40px 8px 40px;
	text-transform: uppercase;
	position: relative;
	top: 8px;
}

a.btn-three:hover, input.btn-three:hover {
	background-color: #3a8e70;
	background: -moz-linear-gradient(
		top,
		#409b7d 0%,
		#327e61);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#409b7d),
		to(#327e61));
	border: 1px solid #236c53;

}

.discussion .btn-wrapper {
	text-align: center;
	position: relative;
	top: 25px;
}

.discussion .isadmin {
	color: #398d6f;
}

p.discussion-form-footer {
	color: #565656;
	margin-top: 50px;
}

/*contact*/
.item-contact {
	padding-left: 70px;
	padding-right: 70px;
}


.contact-page .info {
	margin-bottom: 45px;
}

.contact-page .info, .info p{
	text-align: center;
}

.contact-page .info h1 {
	color: #398d6f;
	font-size: 25px;
	font-weight: bold;
	margin-top: 35px;
}

.contact-page .shadow {
	color: #636363;
}

.contact-page .contact {
	padding: 0 30px 0 30px;
}

.contact-page .contact p{
	text-align: center;
	border-top: 1px solid #636363;
	padding-top: 20px;
}

.contact-page .contact.phone {
	background: transparent url('../img/phone.png') 50% 20px no-repeat;
	padding-top: 90px;
}

.contact-page .contact.mobile {
	background: transparent url('../img/mobile.png') 50% 0 no-repeat;
	padding-top: 90px;
}

.contact-page .contact.email {
	background: transparent url('../img/email.png') 50% 26px no-repeat;
	padding-top: 90px;
}

.map {
	margin-top: 30px;
	width: 100%;
	height: 610px;
}

.map img {
	width: 100%;
}







/* LOGIN PAGE -> oddelit */

html.login, html.login body {
	height: 100%;
	overflow: hidden;
}



.login-bg {
	background: #000 url('../img/login-bg.jpg') 50% 0 no-repeat;
	height: 100%;
}

.login a.back {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 50px;
}

.login a.back .icon {
	color: #cfc99a;
	font-size: 40px;
	position: relative;
	top: 7px;
	margin-right: 20px;
}

.login .header .left {
	text-align: left;
	margin-top: 150px;
}

.login .header .right {
	text-align: right;
	margin-top: 30px;
}

.login .header img {
	padding-right: 50px;
}

.header {
	background: transparent url('../img/hasic-login.png') 60% 0 no-repeat;
	height: 470px;
}

.login-form {
	position: relative;
	bottom: 150px;
	text-align: right;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.login-form a.backlogin {
	color: #fff;
	position: relative;
	top: 20px;
	left: 17px;
	font-weight: bold;
}

.login-form .form{
	background: transparent url('../img/admin-bg.png') 0 0 no-repeat;
	width: 100%;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
height: 175px;
}

.login-form h1 {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	margin: 0;
	margin-right: 100px;
}

.login-form .logo {
	width: 125px;
}

.login-form .input-wrapper
{
	width: 270px;
}

.form img {
	position: relative;
	top: -40px;
	left: 60px;
}

.form {
	text-align: left;
}

.login-table {
	width: 100%;
	margin-top: 23px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.login-table th {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	position: relative;
	top: 5px;
	text-align: left;
	width: 8px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.login-table label, .password-table label {
	margin-right: 0;
}

.login-table a {
	color: #fff;
	font-size: 10px;
	margin-left: 20px;
}

.password-table {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 50px;
}

.password-table th {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 5px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 70px;
}

.password-table a {
	color: #fff;
}

input.btn-four.lost-pswd[type="submit"]
{
	left: -172px;
	bottom: -5px;
}

input.btn-four.lost-pswd-change[type="submit"]
{
	left: -165px;
	bottom: 13px;
}

.password-change-table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.password-change-table th {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 5px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 115px;
}

.password-change-table a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.password-change-table .form-footer {
	padding-left: 20px;
	padding-top: 5px;
}

.password-change-table .input-wrapper {
	width: 250px !important;
}

.password-change-table label {
	margin-right: 0 !important;
}

a.btn-four, input.btn-four[type="submit"] {
	background-color: #cec898;
	font-size: 14px;
	font-weight: bold;
	color: #8f8b6b;
	background: -moz-linear-gradient(
		top,
		#d5d0a7 0%,
		#c8c28c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d5d0a7),
		to(#c8c28c));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #a19b68;
	-moz-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	padding: 15px 40px 15px 40px;

	position: absolute;
	left: -160px;
	bottom: 8px;
}

.form-footer {
	font-size: 10px;
	color: #fff;
}

.form-footer input[type="checkbox"] {
	position: relative;
	top: 3px;
}

ul.errors {
	padding-top: 10px;
	font-size: 12px;
	color: #e64b4b;
}

.alert {
	margin-top: 10px;
}


/* evens */
.events {
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.events h1 {
	color: #398d6f;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 20px;
}

.events .header-event {
	background-color: #317b60;
	color: #fff;
	padding: 20px;
	font-weight: bold;
}

.events .date {
	padding: 20px 20px 5px 20px;
	color: #7d7d7d;
	font-size: 10px;
}

.events .event-content {
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #d3e3dd;
}

.client-zone h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
.client-zone .info{
	text-align: left;
	margin: 0px;
	font-size: 12px;
	color: #999;
}

.client-zone .entry {
	border-bottom: 1px solid #e9e9e9;
}

.client-zone a {
	color: #398d6f;
}

.client-zone .info-single {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e9e9e9
}

.info-single:last-child {
	border: 0 !important;
}
.copyright a {
	color:white;
}

.slide-out-div {
          width: 350px;
          z-index: 999;
          height: 267px;
          top: 20px;
		background: url('../img/slidepanel-bg.png') repeat-x;
		display: none;
box-shadow-right: none; 
}  

.slide-out-div a.handle {
	background: url('../img/slidepanel.png') no-repeat !important;
}

.slide-content {
	height: 100%;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11px;
	color: #fff;
}

.slide-content p {
	font-size: 10.5px;
	line-height: 1.5;
}

.slide-content img {
	width: 85px;
}

.slide-content .highlight {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

a.btn-five, input.btn-five[type="submit"] {
	background-color: #cec898;
	font-size: 10px;
	font-weight: bold;
	color: #8f8b6b;
	background: -moz-linear-gradient(
		top,
		#d5d0a7 0%,
		#c8c28c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d5d0a7),
		to(#c8c28c));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #a19b68;
	-moz-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow:
		2px 2px 4px rgba(000,000,000,0.2),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	padding: 8px 18px 8px 18px;
}

