/* `Main CSS
----------------------------------------------------------------------------------------------------*/
body {
	background: #DBDCD9;
}
.container_12 {
	padding-left: 30px;
	padding-right: 30px;
}	
.container_12.main-content {
	margin-top: 30px;
	border-top: 10px solid #5d5d5d;
	background: #ffffff;
	-webkit-box-shadow:0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 30px rgba(0, 0, 0, 0.1);
}
.header {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
}

/* `Logo
--------------------------------------------------------------------------------------------------------*/
.logo {
	margin: 10px 0 0 0;
}


/* `Main Nav
--------------------------------------------------------------------------------------------------------*/
ul.nav {
	margin-top:70px;
	list-style: none;
}
ul.nav li {
	float:left;
	margin-left: 0;
}
ul.nav li a {
	color:#2c2c2c;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin:0px 0px 0px 20px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display:inline-block;
	z-index:15;
	padding-bottom:20px;
}
ul.nav li a:hover {
}
ul.nav li.active a {
	color:#bbb;
}
ul.nav li a:hover, ul.nav li a.active, ul.nav li a.stays-active {
	/*color:#bbb;*/
}
ul.nav li a.cursor {
	cursor:default;
}
ul.nav ul {
	position:absolute;
	height:auto;
	width:125px;
	background:#fff;
	-webkit-box-shadow:0 0px 0px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0 0px 0px 1px rgba(0, 0, 0, 0.1);
	padding:5px 15px 9px 15px;
	top:140px;
	margin-left:4px;
	z-index:200;
	list-style:none;
}
ul.nav ul li {
	display:block;
	z-index:191 !important;
	float:none;
	padding:0px;
	margin:0px;
	position:relative;
}
ul.nav ul li.last {
	border-bottom:0px;
}
ul.nav ul li a {
	position:relative;
	display:block;
	width:auto;
	float:none;
	padding:8px 0px;
	margin:0px;
	color:#888;
	z-index:191 !important;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px solid #e9e9e9;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	/*font-size:12px;*/
}
ul.nav li.active ul a {
	color:#888;
}
ul.nav ul li a:hover {
	color:#88b10f;
	text-decoration:none;
	border-bottom:1px solid #88b10f;
}
ul.nav li ul {
	display:none;
}
ul.nav ul ul li {
	position:relative;
}
ul.nav ul ul {
	top:-7px !important;
	margin-left:110px;
	z-index:200;
	list-style:none;
}


/* =Lists
--------------------------------------------------------------------------------------------------------*/
ul.list {
	display:inline-block;
	position:relative;
}
ul.list li {
	line-height:20px;
	width:auto;
	padding-left:20px;
}
ul.float li {
	margin-right:15px;
}
ul.bullet li {
	background:url(images/list-bullet.png) no-repeat 7px 8px;
}
ul.check {
	list-style: none;
}
ul.check li {
	background:url(images/list-check.png) no-repeat 1px 5px;
	margin-left: 0;
}
ul.list li a {
	text-decoration:none;
	color:#2c2c2c;
}
ul.list li a:hover, ul.normal li a:hover {
	color:#88b10f;
	text-decoration:none;
}


/* `Buttons
--------------------------------------------------------------------------------------------------------*/
p a.button {
	display: inline-block;
	text-decoration:none;
	color:#888;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	border: 1px solid #d8d8d8;
	margin-right:4px;
	margin-top:5px;
	padding:9px 10px 8px 10px;
	font-weight:bold;
	background:#fff;
	line-height:1.0;
	cursor:pointer !important
}
p a.button.green {
	color:#fff;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	border: 1px solid #88b10f;
	background:#88b10f;
}
p a.button.black {
	color:#fff;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	border: 1px solid #2c2c2c;
	background:#2c2c2c;
}
p a.button.big {
	padding:11px 17px;
	padding:12px 17px 10px 17px\9;
	line-height:1.0;
	font-size:14px;
}
p a.button:hover {
	color:#fff;
	cursor:default;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	border: 1px solid #88b10f;
	background:#88b10f;
}
p a.button.green:hover {
	color:#fff;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	border: 1px solid #2c2c2c;
	background:#2c2c2c;
}
p a.button.black:hover {
	color:#fff;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0);
	border: 1px solid #88b10f;
	background:#88b10f;
}


/* `Slider
--------------------------------------------------------------------------------------------------------*/
.nivoSlider {
    position:relative;
    background:url(../nivo-slider/themes/light/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.slider-wrapper {
	width: 940px;
	height: 330px;
}
.slider-wrapper2 {
	width: 620px;
	height: 537px;
}
#slider {
	width: 940px;
	height: 258px;
}
#slider2 {
	width: 620px;
	height: 465px;
}

/* `Content
--------------------------------------------------------------------------------------------------------*/
.page-title {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
}
.page-title h1 {
	margin: 0 0 20px 0;
}
p span { 
	color:#888;
}
.block	{
	background: #bbb;
	height: 200px;
}
.headline {
	background:url(images/bg-headline.png) 0 50% repeat-x;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
.headline h5, .headline h3 {
	background:#fff;
	padding-right:10px;
	display:inline-block;
	margin-bottom:0px !important;
}
/*.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-left:1px solid #888;
	padding:0px 0px 0px 13px;
}*/
.quotation {
	font-style: italic;
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}
.quotation span {
	color: #888;
}
.borderline {
	height:1px;
	width:auto;
	background:#474747;
	margin:0px auto;
	width:230px;
	margin-top:7px;
}


/* `Secondary Content
--------------------------------------------------------------------------------------------------------*/
.works {
	text-align:center;
	border-bottom:1px solid #e9e9e9;
	display:block;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	margin-bottom:20px;
}
.works h4 {
	font-weight: normal;
	padding:0px;
	padding-top:10px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	margin-bottom:0px;
	display:block !important
}
.works p {
	padding:0px;
	padding-bottom:20px;
	margin-bottom:0px;
	display:block !important
}
.works a {
	text-decoration:none;
}
.works:hover a h4 {
	color:#88b10f;
}
.works:hover {
	border-bottom:1px solid #88b10f;
}



/* `jCarousel
--------------------------------------------------------------------------------------------------------*/
.jcarousel-skin-tango2 .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango2 .jcarousel-container-horizontal {
	width: 940px;
	padding:15px 0 15px 0;
}
.jcarousel-skin-tango2 .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango2 .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-tango2 .jcarousel-next-horizontal {
	position: absolute;
	top: -50px;
	right: 0px;
	cursor: pointer;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	border: 1px solid #d8d8d8;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background:url(images/bg-arrow-right.png) center no-repeat #fff;
	text-indent:-9999px;
	display:inline-block;
	width:20px;
	height:19px;
}
.jcarousel-skin-tango2 .jcarousel-next-horizontal:hover, .jcarousel-skin-tango2 .jcarousel-next-horizontal:focus {
	border:1px solid #c4c4c4;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.2);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.2);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.2);
}
.jcarousel-skin-tango2 .jcarousel-next-horizontal:active {
	border:1px solid #d8d8d8;
}
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	border:1px solid #d8d8d8;
	background:url(images/bg-arrow-right2.png) center no-repeat #fff;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
	position: absolute;
	top: -50px;
	right: 25px;
	cursor: pointer;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	border: 1px solid #d8d8d8;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background:url(images/bg-arrow-left.png) center no-repeat #fff;
	text-indent:-9999px;
	display:inline-block;
	width:20px;
	height:19px;
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango2 .jcarousel-prev-horizontal:focus {
	border:1px solid #c4c4c4;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.2);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.2);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.2);
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal:active {
	border:1px solid #d8d8d8;
}
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	border:1px solid #d8d8d8;
	background:url(images/bg-arrow-left2.png) center no-repeat #fff;
	-webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
	box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
}
li.tour {
	padding: 0 7px;
	margin-left: 0;
	width: 220px;
	list-style: none;
	float: left;
}


/* `Footer
--------------------------------------------------------------------------------------------------------*/
.footer {
	height:300px;
	padding-top: 55px;
	background:#191919;
	margin-bottom:50px;
	-webkit-box-shadow:0 30px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 30px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 30px 30px rgba(0, 0, 0, 0.1);
	text-align:center;
}
.footer h3 {
	font-size:24px;
	color:#fff;
}
.footer p {
	color:#e9e9e9;
	margin:20px 0 20px 0;
}
.footer p span {
	color:#e9e9e9;
	padding-top:5px;
	padding-bottom:5px;
}
.footer p a {
	color:#e9e9e9;
	text-decoration:none;
}
.footer p a:hover, .footer p a span:hover {
	color:#e9e9e9;
}
.footer .pointer {
	background:url(images/bg-pointer.png) 5px 4px no-repeat;
	padding-left:26px;
	padding-right:15px;
}
.footer .email {
	background:url(images/bg-mail.png) 2px 7px no-repeat;
	padding-left:26px;
}
.footer .phone {
	background:url(images/bg-phone.png) 5px 4px no-repeat;
	padding-left:26px;
	padding-right:15px;
}
.logo-footer {
	padding-bottom:100px;
}


/* `Misc
--------------------------------------------------------------------------------------------------------*/

#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}

.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
p img {
		background-color: #F7F7F7;
		border: 1px solid #E6E6E6;
		padding: 4px;
		margin: 4px;
}
.addthis_toolbox {
	margin: 0 auto;
	width: 380px;
}