/* ==========================================================================
   Body
   ========================================================================== */

body {
    min-width: 320px;
    padding-left: 300px;
    background-color: #fdfcf3;
    color: #000;
	font-size: 18px;
	line-height: 1.42857;
    font-family: 'Open Sans', sans-serif;
}

/* ==========================================================================
   Base
   ========================================================================== */

a { color: #568644; text-decoration: none;}
a:hover { color: #406433;}
a:focus { outline: none;}

h1, h2, h3, h4, h5, h6 { margin: 0; color: #5b7939; font-weight: 500; line-height: 1; font-family: 'Libre Franklin', sans-serif;}
p { margin-top: 0;}
hr { height: 0; border: 0; border-top: 1px solid #ccc;} 
img { max-width: 100%; height: auto;}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	position: relative;
    width: 100%;
    padding: 0 50px;
	margin-left: auto;
	margin-right: auto;
}
.container-870 {
    padding: 0;
    width: 870px;
}
.container .row { margin-left: -30px;}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid .row { margin-left: -15px; margin-right: -15px;}



/* ==========================================================================
   Navbar
   ========================================================================== */

.navbar {
    background-color: #fff;
    border-right: 1px solid #5b7939;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 300px;
    z-index: 999;
}

/* logo */
.navbar .logo {
    display: block;
    margin: 20px auto 0;
    max-width: 255px;
    transition: none 0s ease 0s ;
}

/* navbar button */
.navbar .direct-booking-button .btn {
    padding: 5px 5px 5px 35px;
    text-align: left;
}

/* navbar contact */
.navbar .contact {
    background-color: #5a7838;
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    padding: 20px 30px;
    width: 300px;
}
.navbar .contact::before {
    background-image: url('../images/navbar-contact-img.png');
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: -32px;
    width: 300px;
}

.navbar .contact h3 {
    color: #fff;
    font-size: 36px;
}
.navbar .contact > ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.navbar .contact > ul > li, .navbar .contact > ul > li > a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.navbar .contact > ul > li > a:hover {
    color: #dec114;
}

/* social */
.navbar .contact .social {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: -65px;
}
.navbar .contact .social a {
    color: #3b5998;
    font-size: 36px;
}
.navbar .contact .social a:hover {
    color: #5a7838;
}
.navbar .contact .social > li {
    display: inline-block;
    margin: 0 0 0 10px;
}

/* language */
.navbar .language {
    margin: 0 auto;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
}
.navbar .language li {
    display: inline;
    margin-left: 10px;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
}
.navbar  .language li:last-child { display: none;}
.navbar  .language li a { color: #5a7838;}
.navbar  .language li a:hover,
.navbar  .language li.active a { color: #5a7838;}

/* ANWB logo */
.anwb {
    display: block;
    margin-bottom: 15px;
    text-align:  right;
    margin-right: 22px;
}
.anwb ul {
    padding:  0;
    margin:  0;
    display:  inline-block;
    text-align:  center;
}
.anwb ul li {
    display:  inline-block;
    color:  #5a7838;
    font-size: 12px;
}
.anwb span.title {
    text-transform:  uppercase;
    color:  #5a7838;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    position:  relative;
}
.anwb span.title::before {
    position:  absolute;
    top: -5px;
    width: 30px;
    height:  2px;
    background-color: #5a7838;
    left:  0;
    right:  0;
    margin:  0 auto;
}

/* ASCI widget */
.asci-script {
    position:  absolute;
    right:  0;
    top: 0;
}
.asci-script .acsiwdg__logo__link {
    position:  absolute;
    margin: 0;
    width: 70px;
    float:  right;
    top: 5px;
    right: 10px;
}
.asci-script div#acsiWidgetContainer-293b639a-7200-4cee-9f59-b850d9a5e8cf {
    min-height:  inherit !important;
}

/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
    border-top: 1px solid #5b7939;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu > li {
    border-bottom: 1px solid #5b7939;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    position: relative;
}
.menu > li.active, .menu > li:hover {
    border-bottom: 1px solid #fff;
}
.menu > li > a {
    color: #000000;
    display: block;
    padding: 0 45px;
    text-decoration: none;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.menu > li > a:hover, .menu > li.active > a, .menu > li:hover > a {
    background-color: #5b7939;
    color: #fff;
}
.menu > li > ul {
    background-color: #fff;
    border-left: 1px solid #5b7939;
    display: none;
    left: 100%;
    list-style: outside none none;
    margin: 0;
    min-width: 250px;
    padding: 15px 50px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.menu > li:hover > ul {
    display: block;
}
.menu > li.last > ul {
    right: 0;
}
.menu > li > ul > li:first-of-type {
    margin: 0;
}
.menu > li > ul > li {
    margin: 10px 0 0;
    padding: 0;
}
.menu > li > ul > li:hover {
}
.menu > li > ul > li > a {
    color: #000000;
    display: block;
    line-height: 20px;
    padding: 0;
}
.menu > li > ul > li > a:hover, .menu > li > ul > li.active > a {
    color: #dec114;
}

/* ==========================================================================
   Eyecatcher
   ========================================================================== */

.eyecatcher {
	position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.eyecatcher .slides li {
    max-height: 800px;
    min-height: 400px;
}
.eyecatcher .slides li .caption {
    bottom: 40px;
    color: #fff;
    font-family: "The Girl Next door",cursive;
    font-size: 60px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 650px;
}

/* Bar
   ========================================================================== */
.eyecatcher .reservation {
    background-color: #dec114;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: -moz-use-text-color #fff #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: 130px;
    padding: 10px 15px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 0;
    width: 200px;
    z-index: 9;
}
.eyecatcher .reservation img {
    display: block;
    margin: 0 auto;
}
.eyecatcher .reservation span {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 10px auto;
    width: 100%;
}
.eyecatcher .reservation:hover {
    background-color: #5b7939;
} 



/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
    padding: 50px 0;
}


/* ==========================================================================
   Highlights
   ========================================================================== */

.highlights { margin-bottom: 20px;}
.highlights .item {
    background-color: #fff;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 270px;
}
.highlights .item .title {
    height: 40px;
    background-color: #568644;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;  
    text-transform: uppercase;
}
.highlights .item .description {
    padding: 15px 35px 50px 35px;
    color: #5b7939;
    text-align: center;
}
.highlights .item .description .btn {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 20px;
}

/* item-search */
.highlights .item.item-search { background-color: #b1c6b6;}
.highlights .item.item-search select {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    color: #5b7939;
    font-weight: 700;
    text-transform: uppercase;
}


/* ==========================================================================
   Content
   ========================================================================== */

.content h1 { font-size: 30px; margin-bottom: 20px; }
.content h2 { font-size: 20px; margin-bottom: 14px;}
.content h3 { font-size: 16px; margin-bottom: 5px;}
.content img, .content iframe { border: none;}
.content a { text-decoration: underline;}

/* left/right */
.content-left { float: left; width: 46%;}
.content-right { float: right; width: 46%;}

/* introduction */
.introduction p {
    line-height: 36px;
    margin: 0;
}

/* Photoalbum-gallery
   ========================================================================== */
.photoalbum-gallery {
    position: relative;
	margin-bottom: 30px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
}

.photoalbum .walsheim-video {
    border: none;
    display: block;
    margin: 0 0 30px 30px;
    width: 50vw;
    min-width: 270px;
    height: 28vw;
    min-height: 152px;
}

.photoalbum-gallery .enlarge {
	display: block;
	position: absolute;
	right: 24px;
	bottom: 24px;
	color:#fff;
    font-size: 24px;
    line-height: 1;
	cursor: pointer;
}
.photoalbum-gallery .enlarge:hover { color: #dec114;}

/* Gallery
   ========================================================================== */
.gallery .row { margin-left: -4%;}
.gallery .image {
	display: block;
	float: left;
    width: 46%;
    margin: 0 0 20px 4%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.gallery img {
    width: 100%;
}

/* full-width */
.gallery.full-width .row { margin-left: -30px;}
.gallery.full-width .image { width: 270px; margin-left: 30px;}


/* ==========================================================================
   Facilities
   ========================================================================== */

.facilities .item {
    border-left: 1px solid transparent;
    float: left;
}
.facilities .item img {
    transition: 0.3s all ease;
}
.facilities .item:hover img {
    opacity: 0.8;
}
.facilities .item:hover .description {
    background-color: #dec114;
} 
.facilities .item .description {
    background-color: #5b7939;
    margin-top: 1px;
    padding: 30px 0;
    text-align: center;
    transition: 0.3s all ease;
}
.facilities .item .description .title {
    color: #fff;
    font-size: 18px;
}
.facilities .item .description .go {
    margin-top: 5px;
    text-align: right;
}
.facilities .item .description .go a {
    color: #5b7939;
    font-weight: 700;
    font-style: italic;
}
.facilities .item .description .go a:hover { color: #dec114;}

/* Owl-nav */
.facilities .owl-carousel .owl-nav div { display: block; position: absolute; top: 50%; margin-top: -35px; z-index: 50; transition: all 0.3s ease; color: #86a09f; cursor: pointer;}
.facilities .owl-carousel .owl-nav div .fa { font-size: 35px; text-shadow: 0 0 2px rgba(0,0,0,0.35);}
.facilities .owl-carousel .owl-nav .owl-prev { left: -55px;}
.facilities .owl-carousel .owl-nav .owl-prev:hover { left: -57px;}
.facilities .owl-carousel .owl-nav .owl-next { right: -55px;}
.facilities .owl-carousel .owl-nav .owl-next:hover { right: -57px;}


/* ==========================================================================
   facts
   ========================================================================== */
.facts {
    padding: 50px 0 0;
    text-align: center;
}
.facts > ul {
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
}
.facts li {
    display: inline-block;
    margin: 0 30px 30px;
    position: relative;
    padding-left: 25px;
}
.facts li::before{
    content: "\f046";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #dec114
}


/* ==========================================================================
   Reviews
   ========================================================================== */

.reviews {
    position: relative;
    margin-top: 50px;
    padding: 25px 0;
    background-color: #f5f3df;
	text-align: center;
}
.reviews h2 { margin-bottom: 20px; }
.reviews .alert { margin: 20px 50px; }

/* Review
   ========================================================================== */
.reviews .review {
    width: 100%;
    padding: 50px;
    padding-top: 30px;
}

.reviews .review .rating { margin-bottom: 10px; }
.reviews .review .rating i {
	font-size: 24px;
	color: #73973f;	
}

.reviews .review .message { margin-bottom: 10px; }
.reviews .review .name { color: #5b7939; }

.reviews.overview {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
}
.reviews.overview .review { padding: 25px 0; }


/* ==========================================================================
   News-item
   ========================================================================== */

.news-item { margin-bottom: 30px;}

/* image */
.news-item .image {
	display: block;
    float: left;
    width: 120px;
    height: 120px;
	background-color: #b1c6b6;;
    border-radius: 2px;
}

/* description */
.news-item .description { margin-left: 150px;}
.news-item .description h2 {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: 700;
    text-transform: uppercase;
}
.news-item .description h2 a { color: #5b7939; text-decoration: none;}
.news-item .description h2 a:hover { color: #dec114;}
.news-item .description h3 { margin-bottom: 0;}
.news-item .description .date { font-size: 13px;}

/* ==========================================================================
   Photoalbum
   ========================================================================== */

.photoalbum .thumb {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    margin: 0 0 30px 30px;
    overflow: hidden;
}
.photoalbum .thumb img { transition: all 0.5s ease;}
.photoalbum .thumb:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.photoalbum .thumb .name {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

/* ==========================================================================
   Park-facilities
   ========================================================================== */

.park-facilities .item { margin-bottom: 30px;}

/* image */
.park-facilities .item .image {
	display: block;
    float: left;
    width: 120px;
    height: 120px;
    background-color: #b1c6b6;
    border-radius: 2px;
}

/* description */
.park-facilities .item .description { margin-left: 150px;}
.park-facilities .item .description h2 {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: 700;
    text-transform: uppercase;
}
.park-facilities .item .description h2 a { color: #5b7939; text-decoration: none;}
.park-facilities .item .description h2 a:hover { color: #dec114;}

/* ==========================================================================
   Properties-overview
   ========================================================================== */

.properties-overview .item {
    background-color: #fff;
    float: left;
    height: auto;
    margin: 30px 0 0 30px;
    overflow: hidden;
    position: relative;
    width: 270px;
}
.properties-overview .item .price {
    height: 26px;
    margin: 0 0 10px;
    overflow: hidden;
}
/* image */
.properties-overview .item .image {
    position: relative;
    display: block;
}
.properties-overview .item .image .status {
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(86,134,68,0.5);
    color: #fff;
	font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

/* .description */
.properties-overview .item .description { padding: 10px;}
.properties-overview .item .description h3 {
    color: #5b7939;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    text-transform: uppercase;
}
.properties-overview .item .description .btn {
    display: block;
    margin: 0
}

/* ==========================================================================
   Property-detail
   ========================================================================== */

/* sold */
.property-detail .sold {
	margin-bottom: 20px;
    color: #ff0004;
	font-weight: 700;
}

/* price */
.property-detail .price {
	margin-bottom: 20px;
    color: #dec114;
	font-size: 20px;
	font-weight: 700;
}

/* youtube-video */
.property-detail .youtube-video { margin-bottom: 20px;}

/* object-search */
.accommodation-detail .object-search h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    border-top: 1px solid #5b7939;
	position: relative;
    padding: 50px 10px;
    color: #000;
}
.footer a { color: #000; font-size: 17px;}
.footer a:hover { color: #dec114;}

/* column */
.footer .column {
    float: left;
    width: 25%;
    padding: 0;
}
.footer .column h5 {
    margin-bottom: 15px;
    color: #5b7939;
    font-size: 18px;
    font-weight: 700;
}
.footer .column ul {
    min-height: 95px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .column ul li { line-height: 30px;}
.footer .btn {
    color: #fff;
    display: block;
    line-height: 30px;
    margin: 0 0 20px;
}
.footer .btn:hover {
    background-color: #5b7939;
    color: #fff;
} 

/* ==========================================================================
   Contact-form
   ========================================================================== */

.contact-form table { width: 100%;}
.contact-form table tr td {
    width: 50%;
    padding-bottom: 3px;
}
.contact-form small { color: #f00;}

/* ==========================================================================
   Images
   ========================================================================== */
 
.image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   CSS3 transition
   ========================================================================== */

a { transition: 0.3s;}
.btn { transition: background 0.3s;}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-block;
    min-width: 200px;
    margin: 10px 0px;
	padding: 5px;
	border: none;
	border-radius: 2px;
	background-color: #dec114;
	color: #fff;
    font-size: 14px;
	line-height: 20px;
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none !important;
	cursor: pointer;
}
.btn:hover { background-color: #568644; color: #fff;}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Size
   ========================================================================== */
.btn-large { padding: 6px 14px; font-size: 15px;}
.btn-small { padding: 2px 8px; font-size: 12px;}
.btn-mini { padding: 0 6px; font-size: 11px;}

/* ==========================================================================
   Forms
   ========================================================================== */

.form-horizontal .form-group label {
	display: inline-block;
	margin-right: 20px;
    margin-bottom: 0;
}
.form-group {
	margin-bottom: 10px;
}
label {
    display: block;
    margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	padding: 5px 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 20px;
}
input,
select,
textarea {
	width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid {
	border: 1px solid #d44950;
}
select.invalid:focus,
textarea.invalid:focus,
input[type="text"].invalid:focus,
input[type="password"].invalid:focus {
	border: 1px solid #d44950;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d44950;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select[multiple],
select[size],
textarea {
	height: auto;
}
select,
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* Size
   ========================================================================== */	
.input-mini { width: 50px;}
.input-small { width: 110px;}
.input-medium { width: 170px;}
.input-large { width: 260px;}

/* ==========================================================================
   Alerts
   ========================================================================== */

.alert {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
}
.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

/* ==========================================================================
   Tables
   ========================================================================== */   

table {
    max-width: 100%;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-left { float: left;}
.pull-right { float: right;}

.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}

.vertical-align {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ==========================================================================
   Clearing
   ========================================================================== */

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   Grid system
   ========================================================================== */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left;}
	.col-12 { width: 100%;}
	.col-11 { width: 91.66666667%;}
	.col-10 { width: 83.33333333%;}
	.col-9 { width: 75%;}
	.col-8 { width: 66.66666667%;}
	.col-7 { width: 58.33333333%;}
	.col-6 { width: 50%;}
	.col-5 { width: 41.66666667%;}
	.col-4 { width: 33.33333333%;}
	.col-3 { width: 25%;}
	.col-2 { width: 16.66666667%;}
	.col-1 { width: 8.33333333%;}
}

/* ==========================================================================
   Responsive utility classes
   ========================================================================== */

.visible-phone { display: none !important;}
.visible-tablet { display: none !important;}
.hidden-desktop { display: none !important;}
.visible-desktop { display: inherit !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-tablet { display: inherit !important;}
	.hidden-tablet { display: none !important;}
}
@media (max-width: 767px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-phone { display: inherit !important;}
	.hidden-phone { display: none !important;}
}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.slides > li { display: none; -webkit-backface-visibility: hidden;}
.slides img { width: 100%; display: block;}

.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides { display: block;}
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block;}


/* ==========================================================================
   Logo-3w
   ========================================================================== */
   
.logo-3w { position: absolute; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/logo-3w.png);}