/* CSS Document voor Appartementen Zeezicht */
/* Copyright 2016 Hoogma Webdesign www.hoogmawebdesign.com alle rechten voorbehouden */

@font-face {
font-family: 'work_sansregular';
src: url('../fonts/worksans-regular-webfont.eot');
src: url('../fonts/worksans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/worksans-regular-webfont.woff2') format('woff2'), url('../fonts/worksans-regular-webfont.woff') format('woff'), url('../fonts/worksans-regular-webfont.ttf') format('truetype'), url('../fonts/worksans-regular-webfont.svg#work_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'work_sanslight';
src: url('../fonts/worksans-light-webfont.eot');
src: url('../fonts/worksans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/worksans-light-webfont.woff2') format('woff2'), url('../fonts/worksans-light-webfont.woff') format('woff'), url('../fonts/worksans-light-webfont.ttf') format('truetype'), url('../fonts/worksans-light-webfont.svg#work_sanslight') format('svg');
font-weight: normal;
font-style: normal;
}

/* ~~ Comment Reset ~~ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend caption, tbody, tfoot, thead, th {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
font-family: 'work_sansregular', sans-serif;
font-weight: 300;
line-height: 1;
}
html {
font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
font-family: 'work_sansregular', sans-serif;
font-weight: 300;
line-height: 4pt;
background: #f3f3f0;
font-size: 100%;
margin: 0;
padding: 0;
color: #363b47;
word-wrap: break-word;
}
* { 
padding: 0;
margin: 0;
border: none;
outline: 0 none;
list-style:none; 
}
h1,h2,h3,h4,h5 {
line-height: normal;
font-weight: normal;
}
a img {
/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}
/*
img {
max-width: 100%;
border: 0 none;
outline:0 none;
}
*/
.clearfix {
clear: both;
overflow: hidden;
}
.small {
font-size: smaller;
}
.align_left {
float: left;
}
.align_right {
float: right;
}
.ovr_hidn {
overflow: hidden;
}
a {
text-decoration: none;
}
:hover {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* ~~ Comment Reset End ~~ */


/* ~~ Layout ~~ */
.container {
width: 100%;
float: left;
}
.wrapper {
max-width: 1143px;
margin: 0 auto;
width: 100%;
}

/* ~~ Header Start ~~ */
.fixed-top {  /* To fix main menu container */
z-index: 9999;
position: fixed;
left: 0;
top: 0;
width: 100%;
}

.logo img {
position: absolute;
top: 0;
padding: 10px 15px 34px 15px;
background: #fff;
border-bottom: 3px solid #006992;
z-index: 999999999;
-webkit-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.2);
box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.2);
}
.fixed-top .logo img {
width: 200px;
padding: 5px 10px;
}
/*  ~~ Top Header Right ~~ */
.top-right {
text-align: right;
padding: 30px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b7f+0,006992+100 */
background: #005b7f; /* Old browsers */
background: -moz-linear-gradient(top, #005b7f 0%, #006992 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #005b7f 0%,#006992 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #005b7f 0%,#006992 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b7f', endColorstr='#006992',GradientType=0 ); /* IE6-9 */
}
.fixed-top .top-right {
padding: 10px 0;
}
.top-right ul {
display: block;
}
.top-right ul li {
display: inline-block;
padding-left: 5px;
vertical-align: middle;
font-size: 15px;
}
.top-right ul li a {
display: inline-block;
color: #fff;
}
.phone a {
display: inline-block;
float: left;
}
.top-right ul li a:hover {
color: #ff7800;
}
.phone {
width: 18%;
}
.phone img {
padding-right: 10px;
display: inline-block;
float: left;
width: 27px;
height: 27px;
}
.phone span {
display: block;
padding-top: 7px;
color: #fff;
font-family: 'work_sanslight';
text-transform: uppercase;
text-align: left;
font-size: 15px;
font-weight: normal;
}
.top-right ul li img {
vertical-align: middle;
}
.top-right ul li:first-child {
padding-left: 0px;
}
.top-address {
padding: 0 20px 0 0;
width: 22%;
}
.top-address img {
padding: 0 10px 0 0;
margin: -5px 0 0 0;
display: inline-block;
float: left;
width: 36px;
height: 29px;
}
.top-address span {
display: block;
padding-top: 5px;
color: #fff;
font-family: 'work_sanslight';
text-transform: uppercase;
text-align: left;
font-size: 15px;
font-weight: normal;
}
.reserveren {
padding: 0 20px 0 0;
width: 14%;
}
.reserveren a.btn, #contactform a.btn {
color: #fff;
display: inline-block;
float: right;
border: 1px solid #ff7800;
background: #ff7800;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right: 15px;
}
#contactform a.btn {
color: #fff;
display: inline-block;
float: none;
border: 1px solid #ff7800;
background: #ff7800;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 5px 0 5px 0;
min-width: 240px;
text-decoration: none;
}
.reserveren a.btn:hover, #contactform a.btn:hover, #contactform a.btn.active {
background: #fff;
color: #005b7f;
}
#contactform strong {
font-weight: bold;
}
a.vlag {
padding: 5px;
}
.navbar {
position: absolute;
top: 95px;
z-index: 200;
width: 100%;
}
.fixed-top .navbar {
z-index: 9999;
position: fixed;
left: 0;
top: 55px;
width: 100%;
}
.slider-top-img {
position: relative;
max-width: 1143px;
margin: 0 auto;
width: 100%;
}
.slider-top-img img {
position: absolute;
top: 56px;
right: 50px;
z-index: 200;
}
.slider-top-img span {
position: absolute;
top: 120px;
right: 60px;
z-index: 210;
font-family: 'work_sanslight';
font-size: 63px;
font-weight: 200;
color: #fff;
}
.slider {
position: relative;
/*
margin-top: -20px;
z-index: 199;
*/
}
.slider-bottom-img {
position: absolute;
bottom: -5px;
z-index: 5;
max-width: 90%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
opacity: 0.7;
}
.slider-bottom-img img {
max-width: 100%;
}
.aanbieding-box {
padding-top: 0px;
padding-bottom: 30px;
}
.aanbieding-box.home {
padding-top: 20px;
padding-bottom: 30px;
margin-top: -60px;
position: relative;
z-index: 51;
}
.aanbiedingen {
text-align: center;
}
.aanbiedingen.home {

}
.aanbiedingen ul {
margin: 0;
padding: 0;
}
.aanbiedingen li {
background: #fff;
padding-bottom: 20px;
width: 31%;
margin: 0 1%;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: inline-block;
cursor: pointer;
}
.aanbiedingen li.eerste {
margin: 0 1% 0 0;
width: 49%;
}
.aanbiedingen li.tweede {
margin: 0 0 0 1%;
width: 48%;
}
.aanbiedingen li .imgbox {
overflow: hidden;	
width: 100%;
height: 216px;
position: relative;
}
.aanbiedingen li .imgbox img.thumb {
/* Border radius werkt niet bij verticaal align */
/*
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
*/

display: block;
/*height: 100%;*/
width: 100%;
vertical-align: middle !important;
position: absolute;
top: 45%;
transform: translateY(-45%);
-webkit-transform: translate3d(0,-45%,0);
}
/*.aanbiedingen li:first-child {
margin:0 1% 0 0;
}
.aanbiedingen li:last-child {
margin:0 0 0 1%;
}*/
.aanbiedingen li .imgbox img.thumb:hover {
opacity: 0.7;
}

.aanbieding-titel {
 padding: 20px 10px 25px 10px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b7f+0,006992+100 */
background: #005b7f; /* Old browsers */
background: -moz-linear-gradient(top, #005b7f 0%, #006992 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #005b7f 0%,#006992 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #005b7f 0%,#006992 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b7f', endColorstr='#006992',GradientType=0 ); /* IE6-9 */
}

.aanbieding-titel h2 {
font-family: 'work_sanslight';
text-transform: uppercase;
color: #fff;
font-size: 24px;
font-weight: 200;
padding-bottom: 5px;
}
.aanbieding-titel hr {
width: 50%;
border: 1px solid #aacddb;
text-align: center;
margin: 0 auto;
}
.aanbiedingen li p {
padding: 20px;
font-weight: 400;
min-height: 50px;
}
.aanbiedingen li a {
display: inline-block;
padding: 10px;
border: 1px solid #ff7800;
color: #006992;
font-size: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.aanbiedingen li a:hover {
background: #ff7800;
color: #fff;

}
.inner-block .aanbiedingen {
top: 0;
}
.waardering-box {
padding-top: 0px;
padding-bottom: 30px;
background: #f3f3f0;
}
.innerpage-contain {
padding-top: 90px;
padding-bottom: 30px;
background: #f3f3f0;
}
.innerpage-contain h1 {
font-size: 35px;
letter-spacing: -1px;
padding-bottom: 20px;
font-weight: 400;
color: #006992;
}
.innerpage-contain h2 {
font-size: 26px;
letter-spacing: -1px;
padding-bottom: 0px;
color: #006992;
margin-top: 15px;
}
.innerpage-contain h3 {
font-size: 22px;
letter-spacing: -1px;
padding-bottom: 0px;
color: #006992;
margin-top: 15px;
margin-bottom: 10px;
}
.innerpage-contain p {
font-family: 'work_sanslight';
font-size: 18px;
line-height: 24px;
font-weight: 300;
color: #363b47;
margin: 0 0 15px 0;
}
.innerpage-contain p a {
color: #ff7800;
text-decoration: none;
}
.innerpage-contain p a:hover {
color: #006992;
text-decoration: underline;
}
.innerpage-contain ul.list {
margin: 10px 0 10px 20px;
padding: 0;
}
.innerpage-contain ul.list li {
font-family: 'work_sanslight';
font-size: 18px;
line-height: 24px;
font-weight: 300;
color: #363b47;
margin: 0 0 5px 0;
list-style: disc;
}
.innerpage-contain ul.list li a {
color: #ff7800;
text-decoration: none;
}
.innerpage-contain ul.list li a:hover {
color: #006992;
text-decoration: underline;
}
.content-box {
background: #f3f3f0;
padding-top: 0px;
padding-bottom: 30px;
}
.content {
background: #fff;
display: inline-block;
padding: 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.content-text {
width: 68%;
float: left;
padding-right: 2%;
}
.content-text h1 {
font-size: 24px;
padding-bottom: 10px;
color: #006992;
}
.content-text p {
padding: 0 0 10px 0;
color: #363b47;
font-family: 'work_sanslight';
font-size: 16px;
line-height: 20px;
}
.content-text .strong {
font-weight: bold;
}
.content-text p a {
color: #ff7800;
text-decoration: none;
}
.content-text p a:hover {
color: #006992;
text-decoration: underline;
}
.content-img {
width: 30%;
float: left;
}
.content-links {
width: 49%;
margin-right: 1%;
float: left;
}
.content-links strong {
font-weight: 800;
}
.content-rechts {
width: 49%;
margin-left: 1%;
float: left;
}
.content-img .flex-direction-nav .flex-next {
 background: url(../images/right-slide1.png) no-repeat right center;
}
.content-img .flex-direction-nav .flex-prev {
background: url(../images/left-slide1.png) no-repeat right center;
}
.content-img .flex-direction-nav a {
width: 40px;
}
.content-img .flex-direction-nav .flex-next {
right: 5px;
}
.content-appartementen-text {
width: 69%;
margin-right: 1%;
float: left;
}
.content-appartementen-text td p {
margin: 0;
padding: 0;
}
.content-appartementen-menu {
background-color: #006992;
width: 29%;
margin-left: 1%;
float: left;
}
.content-appartementen-menu h2 {
font-family: 'work_sanslight';
display: inline-block;
font-size: 24px;
padding: 10px 5%;
margin: 0;
color: #fff;
}
.content-appartementen-menu .prijsvanaf {
background-color: #fff;
padding: 20px 5%;
width: 90%;
text-align: center;
}
.content-appartementen-menu .prijsvanaf p {
color: #fe5f10;
font-size: 23px;
margin-bottom: 20px;
font-weight: bold;
line-height: 30px;
}
.content-appartementen-menu .prijsvanaf a.btn {
color: #fff;
display: inline-block;
float: none;
margin: 5px auto;
border: 1px solid #fe5f10;
background: #fe5f10;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.content-appartementen-menu .prijsvanaf a.btn:hover {
background: #fff;
color: #005b7f;
}
.content-appartementen-menu ul.appmenu {
margin: 0;
padding: 0;
}
.content-appartementen-menu ul.appmenu li {
list-style: none;
color: white;
border-bottom: 1px solid #fff;
margin: 0;
padding: 0;
}
.content-appartementen-menu ul.appmenu li a {
display: block;
padding: 10px 5%;
color: white;
text-decoration: none;
}
.content-appartementen-menu ul.appmenu li a:hover {
color: white;
text-decoration: none;
background-color: #fe5f10;
}
.content-appartementen-menu .flex-direction-nav .flex-next {
 background: url(../images/right-slide1.png) no-repeat right center;
}
.content-appartementen-menu .flex-direction-nav .flex-prev {
background: url(../images/left-slide1.png) no-repeat right center;
}
.content-appartementen-menu .flex-direction-nav a {
width: 40px;
}
.content-appartementen-menu .flex-direction-nav .flex-next {
right: 5px;
}
img.appslider {
width: 100%;
height: 250px;
}
.award-detail, .award-img {
background: #fff;
border: 1px solid #fe5f10;
margin-top: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.award-detail {
width: 65%;
margin-right: 2%;
float: left;
padding: 1%;
}
.award-detail .label {
display: none;
}
.award-img {
width: 28%;
float: left;
text-align: center;
padding: 1%
}
.award-detail img, .award-detail h2 {
display: inline-block;
font-size: 24px;
padding-bottom: 10px;
color: #006992;
}
.award-detail img {
float: right;
}
.award-detail ul {
display: block;
padding-top: 15px;
}
.award-detail ul li {
display: inline-block;
width: 32%;
}
.pro-name {
width: 80%;
display: inline-block;
padding-bottom: 10px;
font-weight: 400;
}
.pro-pri {
width: 15%;
display: inline-block;
padding-bottom: 10px;
font-weight: 400;
}
.nieuws-box {
padding-top: 0px;
padding-bottom: 30px;
background: #f3f3f0;
}
.nieuws {
padding: 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b7f+0,006992+100 */
background: #005b7f; /* Old browsers */
background: -moz-linear-gradient(top, #005b7f 0%, #006992 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #005b7f 0%,#006992 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #005b7f 0%,#006992 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b7f', endColorstr='#006992',GradientType=0 ); /* IE6-9 */
}
.nieuws .img {
width: 30%;
float: left;
}
.nieuws .img .foto {
width: 100%;
}
.nieuws .text {
width: 68%;
float: left;
padding: 0 0 0 2%;
}
.nieuws .text p {
font-family: 'work_sanslight';
color: #fff;
font-size: 90%;
line-height: 20px;
}
.nieuws .text h2 {
font-family: 'work_sanslight';
display: inline-block;
font-size: 24px;
padding-bottom: 10px;
color: #fff;
}
.nieuws .text a {
color: #fff;
display: inline-block;
float: right;
border: 1px solid #fe5f10;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.nieuws .text a:hover {
background: #fe5f10;
}

.top-aanbieding {
position: relative;
}
.top-aanbieding img {
position: absolute;
z-index: 10;
top: -13px;
left: -13px;
max-width: 60%;
}
.nav {
background: rgba(255,255,255,0.9);
}
.nav ul {
display: block;
text-align: right;
margin: 0px 0 0 0;
padding: 0;
}
.nav ul li {
display: inline-block;
}
.nav ul li.menubtnreserveren {
display: none;
}
.nav ul li a {
padding: 5px 12px 19px 12px;
display: inline-block;
color: #3e3e3d;
text-transform: uppercase;
font-size: 18px;
border-bottom: 3px solid rgba(255,255,255,0);
}
.fixed-top .nav ul li a {
padding: 10px 12px 7px 12px;
font-size: 16px;
}
.nav ul li a:hover {
background: #fff;
border-bottom: 3px solid #ff7800;
}
.nav ul li.selected a {
background: #fff;
border-bottom: 3px solid #ff7800;
}
.flexslider ul li img {
position: relative;
}
.flex-control-nav {
display: none;
}
.flexslider .slides > li h1 {
color: #fff;
font-size: 28px;
line-height: 45px;
font-weight: 600;
margin: 0;
width: 70%;
display: inline-block;
}
.footer {
background: #3e3e3d;
padding: 20px 0;
color: #fff;
}
.footer p {
line-height: 30px;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #ff7800;
}
.footer-logo a img {
	
}
.footer-logo .social {
text-align: center;
margin: 10px 0 0 0;
}
.footer-logo .social img {
margin: 0 0 0 10px;
}
.footer-logo .social img:hover {
opacity: 0.7;
}
.footer-right {
width: 37%;
float: right;
text-align: right;
}
.footer-left {
width: 37%;
float: left;
}
.footer-logo {
width: 26%;
float: left;
text-align: center;
}
.footer-left p:first-child, .footer-right p:first-child {
border-bottom: 1px solid #CCC;
padding-bottom: 5px;
margin-bottom: 5px;
}
.footer-left p, .footer-right p {
line-height: 22px;
}
.footer-left p, .footer-right p {
font-size: 18px;
}
.footer-left p span { 
font-size: 14px;
}

ol.breadcrums {
margin: 0 0 20px 0;
padding: 0;
}
ol.breadcrums li {
display: inline;
font-size: 80%;
}
ol.breadcrums li a {
color: #006992;
text-decoration: underline;
}
ol.breadcrums li a:hover {
color: #ff7800;
text-decoration: underline;
}





.db-lijst {
width: 100%;
float: left;
border-bottom: 1px solid #fe5f10;
margin-bottom: 15px;
}
.db-lijst h2 {
font-size: 26px;
letter-spacing: -1px;
padding-bottom: 0px;
color: #006992;
margin-top: 0px;
}
.db-lijst p a {
color: #fe5f10;
text-decoration: underline;
}
.db-lijst p a:hover, .db-lijst-half p a:hover {
color: #006992;
}
.db-lijst .thumb-lijst {
float: right;
background: #fff;
width: 300px;
height: 200px;
margin: 5px 0 15px 20px;
position: relative;
overflow: hidden;
}
.db-lijst .thumb-lijst .inner {
width: 100%;
height: 200px;
overflow: hidden;
}
.db-lijst .thumb-lijst .inner img {
min-width: 100%;
min-height: 200px;
vertical-align: middle !important;
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translate3d(0,-50%,0);
}
.db-lijst a.dbbtn {
color: #006992;
background: #fff;
display: inline-block;
float: right;
border: 1px solid #fe5f10;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.db-lijst a.dbbtn:hover {
background: #fe5f10;
color: #fff;
}

.youtube {
width: 100%;
height: 600px;
}
img.foto-thumb {
width: 100%;
max-width: 250px;
float: right;
margin: 0 0 15px 15px;
}
img.foto-groot {
width: 100%;
max-width: 400px;
float: right;
margin: 0 0 15px 15px;
}



form#contactform, form#contactform p {
margin: 0;
padding: 0;
font-size: 14px;
}
form {
max-width: 800px;
}
.label {
clear: both;
float: left;
width: 25%;
color: #777777;
font-size: 14px;
line-height: 23px;
padding: 15px 0 0 0;
margin-top: 0px;
}
.input {
float: right;
width: 70%;
margin: 5px 0;
padding-right: 0px;
color: #777777;
font-size: 14px;
line-height: 23px;
}
.input p {
display: inline;
color: #777777;
font-size: 14px;
line-height: 23px;
margin: 0 3% 0 1%;
}
.input input[type="radio"] {
margin: 10px 0;
}
.input select {
padding: 10px 2%;
width: 100%;
height: 43px;
border: 1px solid #005b7f;
}
.input select.personen {
padding: 10px 2%;
width: 32%;
float: left;
height: 43px;
}
.input select.babys {
padding: 10px 2%;
width: 32%;
float: right;
height: 43px;
}
.input p.pbabys {
float: right;
display: inline;
color: #777777;
font-size: 14px;
line-height: 40px;
margin: 0 3% 0 1%;
}
.input select.aanhef {
padding: 10px 2%;
width: 32%;
float: left;
height: 43px;
}
.input input[type="text"].naam {
padding: 10px 2%;
width: 59%;
height: 20px;
float: right;
}
.input input[type="text"].inzet {
padding: 10px 2%;
width: 20%;
height: 20px;
float: left;
margin-right: 3%;
}
.input input[type="text"].datepicker {
background: url('../images/calender.png') no-repeat left;
padding: 10px 2% 10px 10%;
width: 87%;
cursor: pointer;
background-color: white;
}
.input input[type="text"] {
padding: 10px 2%;
width: 96%;
height: 20px;
border: 1px solid #005b7f;
}
.input textarea {
width: 95%;
padding: 10px 2%;
height: 150px;
border: 1px solid #005b7f;
}
.button {
clear: both;
width: 100%;
text-align: center;
padding-top: 10px;
}
input[type="button"], input[type="submit"] {
padding:15px 40px;
background: #ff7800;
display:block;
float: right;
font-size:16px;
font-weight:600;
color: #fff;
text-transform:uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
input[type="button"]:hover, input[type="submit"]:hover {
background:#005b7f;
color:#fff;
cursor: pointer;
}

.input input[type="text"]#captcha {
width: 58%;
float: right;
margin: 0 0 0 5%;
}
img.vercode {
width: 30%;
max-width: 100px;
height: 40px;
float: left;
}
.antispam {
display: none;
}
.show {
display: none;
}
.alert {
color: red;
font-size: 13px;
line-height: 24px;
}
.alert a {
text-decoration: underline;
color: red;
}
.alert a:hover {
color: #005b7f;
}
input[type="text"].red {
border: 1px solid red;
}
table.message {
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
border-style: none;
padding-left: 0px;
margin: 0;
vertical-align: middle;
}
table.message tr, table.message td {
margin: 0;
padding: 0;
vertical-align: middle;
}
table.message td p {
margin: 0;
padding: 0;
font-family: 'work_sanslight';
font-size: 18px;
line-height: 20px;
}
table.message td p.alert {
color: red;
}
table.message td.iconform {
vertical-align: middle;
width: 35px;
}
img.alerticon {
width: 30px;
height: 30px;
float: none;
margin: 0 5px 0 0;
opacity: 1;
padding: 0;
vertical-align: middle;
}

span.links {
display: block;
min-width: 80px;
width: 20%;
float: left;
}
span.rechts {
display: block;
min-width: 150px;
width: 75%;
float: left;
}
.hr {
width: 100%;
background: none;
border-bottom: 1px solid #005b7f;
margin: 0 auto 15px 0;
}
.googlemap {
width: 100%;
min-height: 600px;
margin: 20px 0 0 0;
}
#infoWindow {
overflow: hidden;
}
img.logo_map {
width: 220px;
height: 100px;
}

.fotobox {
width: 24%;
height: 200px;
overflow: hidden;
position: relative;
float: left;
margin: 10px 1% 10px 0;
}
.fotobox.last {
width: 25%;
height: 200px;
overflow: hidden;
position: relative;
float: right;
margin: 10px 0 10px 0;
}
.fotobox .inner {
width: 100%;
height: 200px;
overflow: hidden;
}
.fotobox .inner img {
display: block;
width: 100%;
min-height: 200px;
vertical-align: middle !important;
position: absolute;
top: 45%;
transform: translateY(-45%);
-webkit-transform: translate3d(0,-45%,0);
}



.prijslijst {
width: 100%;
padding: 0;
}
.prijslijst h2 {
background-color: #005b7f;
color: #fff;
font-size: 26px;
letter-spacing: -1px;
padding: 10px 3%;
width: 94%;
}
.prijslijst .kinderengratis {
float: right;
background-color: #005b7f;
padding: 5px 15px;
color: #fff;	
}
.prijslijst .regel {
clear: both;
width: 94%;
padding: 15px 3%;
}
.prijslijst .regel.bg1 {
background-color: #f9f9f9;
}
.prijslijst .regel.bg2 {
background-color: #fef7e9;
}
.prijslijst .regel .datum {
clear: both;
width: 20%;
float: left;
padding: 0;
min-width: 210px;
}
.prijslijst .regel .datum table td {
padding: 2px 10px 2px 0;
font-size: 90%;
}
.prijslijst .regel .datum table td.dag {
text-align: right;
}
.prijslijst .regel .prijzen {
width: 77%;
float: right;
padding: 0 0 0 3%;
font-size: 90%;
}
.prijslijst .regel .prijzen .lengte {
width: 25%;
float: left;
padding: 0 0 0 2%;
line-height: 20px;
}
.prijslijst .regel .prijzen .personen {
width: 18%;
float: left;
padding: 0 0 0 2%;
line-height: 20px;
}
.prijslijst .regel .prijzen .lengtetabel {
width: 43%;
float: left;
padding: 0 0 0 2%;
line-height: 20px;
}
.prijslijst .regel .prijzen .titel {
width: 100%;
padding: 0 0 10px 2%;
line-height: 20px;
font-weight: bolder;
}
.prijslijst .regel .prijzen .prijs {
width: 9%;
float: left;
padding: 0 0 0 2%;
line-height: 20px;
min-width: 70px;
}
.prijslijst .regel .prijzen .prijs a {
color: #006992;
text-decoration: none;
padding: 5px;
}
.prijslijst .regel .prijzen .prijs a:hover {
color: #ff7800;
text-decoration: none;
background-color: #005b7f;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.prijslijst .regel .prijzen .prijs.last {
padding: 0;
}
.prijslijst .regel .prijzen.margin {
margin-top: 10px;
}
.prijslijst .regel .prijzen.margin .prijs, .prijslijst .regel .prijzen.margin .lengte {
margin-bottom: 10px;
}

.prijslijst .regel a.btn {
color: #fff;
display: inline-block;
float: right;
border: 1px solid #fe5f10;
background: #fe5f10;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.prijslijst .regel a.btn:hover {
background: #fff;
color: #005b7f;
}

.content-appartementen-text a.btn {
color: #fff;
display: inline-block;
float: left;
border: 1px solid #fe5f10;
background: #fe5f10;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 15px;
}
.content-appartementen-text a.btn:hover {
background: #fff;
color: #005b7f;
}
.content-appartementen-text .prijs {
color: #fe5f10;
font-size: 23px;
margin-bottom: 20px;
}
.content-appartementen-text .db-lijst .prijs {
color: #fe5f10;
font-size: 23px;
margin-bottom: 10px;
}


.betaallabel {
clear: both;
float: left;
width: 25%;
color: #363b47;
font-family: 'work_sanslight';
font-size: 16px;
line-height: 20px;
padding: 0;
margin-top: 0px;
font-style: italic;
}
.betaalinput {
color: #363b47;
font-family: 'work_sanslight';
font-size: 16px;
line-height: 20px;
float: right;
width: 70%;
margin-bottom: 10px;
padding-right: 4px;
font-weight: bold;
}
.betaalmethode {
width: 194px;
height: 44px;
float: left;
margin: 0 10px 10px 0;
padding: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: white;
border: 1px solid #fe5f10;
cursor: pointer;
}
.betaalmethode:hover {
border: 1px solid #005b7f;
}
.betaalmethode.selected {
/*background-color: #96d500;*/
background: rgba(150, 213, 0, 0.5); 
}
.betaalmethode img {
vertical-align: middle;
margin: 0 5px 0 0; 
}
.betaalmethode td {
vertical-align: middle;
}
.issuer {
width: 194px;
height: 44px;
float: left;
margin: 0 10px 10px 0;
padding: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: white;
border: 1px solid #fe5f10;
cursor: pointer;
}
.issuer:hover {
border: 1px solid #005b7f;
}
.issuer.selected {
/*background-color: #96d500;*/
background: rgba(150, 213, 0, 0.5); 
}
.issuer td {
height: 44px;
vertical-align: middle;
}
.reset {
cursor: pointer;
font-family: 'work_sanslight';
font-size: 16px;
line-height: 20px;
color: #ff7800;
text-decoration: none;
}
.reset:hover {
color: #006992;
text-decoration: underline;
}
input[type="button"].betaal {
float: left;
}
.bedrag {
color: #ff7800;
font-size: 20px;
}

/* Color Picker */
.highlighted-vrijdag a {
border: 1px solid Green !important;
color: Green !important;
}

img.pdf {
width: 30px;
height: 30px;
margin: 0 10px 0 0;
vertical-align: middle;
}
.pdfembed {
clear: both;
width: 100%;
height: 800px;
margin: 10px 0 0 0;
}



@media (max-width:1260px) {
	.wrapper {
	width:96%;
	}
	.slider-top-img img {
	top: 45px;
	}
	.slider-top-img span {
	top: 113px;
	}
}
@media (max-width:1200px) {
	.wrapper {
	width: 98%;
	}
	.navbar {
	top: 77px;
	}
	.slider-top-img img {
	top: 46px;
	}
	.slider-top-img span {
	top: 110px;
	}
	.phone {
	width: 17%;
	padding: 0 5px 0 0;
	}
	.top-address {
	padding: 0 5px 0 0;
	width: 27%;
	}
	.reserveren {
	width: 17%;
	padding: 0 5px 0 0;
	}
	/*
	.phone {
	width: inherit !important;
	}
	.top-address {
	width: inherit !important;
	}
	*/
	.logo img {
	max-width: 22%;
	}
	.phone img {
	padding-right: 5px;
	width: 15px;
	height: 15px;
	margin-top: 7px;
	}
	.top-address img {
	padding: 0 5px;
	width: 20px;
	height: 16px;
	}
	.top-right ul li {
	padding: 0;
	}
	.phone span {
	margin: 0;
	}
	.top-address span {
	font-size: 13px;
	}
	.top-right {
	padding: 20px 0
	}
	.aanbiedingen {
	text-align: center;
	}
	.aanbiedingen li {
	width: 30%;
	}
}

@media (max-width:991px) {
	.top-aanbieding img {	
	left: -9px;
	top: -9px;
	}
	.logo img {
	max-width: 20%;
	}
	.slider-top-img img {
	top: 38px;
	}
	.slider-top-img span {
	top: 100px;
	}
	.top-address span, .top-right ul li a {
	font-size: 14px;
	}
	.top-address img {
	/*max-width: 6%;*/
	}
	.phone img {
 	/*max-width: 10%;*/
	}
	.aanbiedingen {
	top: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	z-index: 1;
	}
	.award-detail ul {
	text-align: center;
	margin-top: 25px;
	}
	.award-detail ul li {
	text-align: left;
	width: 45%;
	}
}

@media (max-width:850px) {
	.logo {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b7f+0,006992+100 */
	background: #005b7f; /* Old browsers */
	background: -moz-linear-gradient(top, #005b7f 0%, #006992 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #005b7f 0%,#006992 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #005b7f 0%,#006992 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b7f', endColorstr='#006992',GradientType=0 ); /* IE6-9 */
	}
	.top-right ul {
	text-align: center;
	}
	.logo img {
	position: relative;
	padding: 10px;
	max-width: 50%;
	}
	.fixed-top .logo img {
	max-width: 125px;
	}
	.top-address span, .top-right ul li a {
	/*font-size: 1px;*/
	}
	.phone img {
	/*max-width: 8%;*/
	}
	.phone {
	margin-bottom: 10px;
	width: 22%;	
	}
	.top-address {
	margin-bottom: 10px;
	width: 36%;	
	}
	.reserveren {
	width: 22%;
	padding: 0 5px 0 0;
	}
	.navbar {
	z-index: 9999;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	}
	.fixed-top .navbar {
	z-index: 9999;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	}
	.footer-left {
	width: 30%;
	}
	.footer-right {
	width: 33%;
	}
	.footer-logo {
	width: 37%;
	}
	.innerpage-contain {
	padding-top: 60px;
	padding-bottom: 10px;
	}
	.fotobox {
	width: 49%;
	height: 250px;
	}
	.fotobox.last {
	width: 49%;
	height: 250px;
	margin: 10px 1% 10px 0;
	}
	.fotobox .inner {
	width: 100%;
	height: 250px;
	}
	.fotobox .inner img {
	display: block;
	width: 100%;
	min-height: 250px;
	}
}

@media (max-width:767px) {
	.logo {
	z-index: 1;
	}
	.logo img {
	z-index: 1;	
	}
	.fixed-top .top-right {
	display: none;
	}
	.nav ul li.menubtnreserveren {
	display: inherit;
	}
	.slider-top-img img {
	right: 90px;
	top: -13px;
	max-width: 20%;
	}
	.slider-top-img span {
	top: 68px;
	right: 110px;
	font-size: 50px;
	}
	.navbar {
	z-index: 999;
	}	
	.top-aanbieding img {
	max-width: 30%;
	}	
	.aanbiedingen li {
	width: 100%;
	margin: 0 0 20px 0 !important;
	display: inline-block;
	}
	.aanbiedingen li .imgbox img {
	width: 100%;
	}
	.aanbiedingen {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	.content-text {
	width: 100%;
	padding-right: 0;
	float: none;
	}
	.nieuws .text {
	clear: both;
	width: 100%;
	padding: 0;
	float: none;
	text-align: center;
	}
	.content-img {
	width: 100%;
	float: none;
	margin-top: 20px;
	}
	.nieuws .img {
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	.nieuws .img .flexslider {
	padding: 0;
	}
	.award-detail {
	width: 94% !important;
	padding: 3%;
	margin: 0;
	float: none;
	}
	.award-img {
	float: none;
	padding: 2%;
	width: 96% !important;
	}
	.content-img .flexslider {
	padding: 0;
	margin-bottom: 15px;
	}
	.content .content-text {
	padding: 0;
	}
	.award-detail ul {
	text-align: center
	}
	.award-detail ul li {
	text-align: left;
	width: 30%;
	}
	.award-detail ul li {
	text-align: left;
	width: 100%;
	}
	.pro-name {
	width: 83%;
	}
	.footer-left p, .footer-right p {
	font-size: 16px;
	}
	.content-img {
	margin-top: 0;
	}
	.award-img, .award-detail {
	margin-top: 15px;
	}
	.content-text p {
	padding-bottom: 15px;
	}
	.footer-logo a img {
	position: relative;
	bottom: 0;
	max-width: 80%;
	margin-bottom: 10px;
	}
	.footer {
	margin-top: 0;
	text-align: center;
	}
	.footer-right {
	float: none;
	display: block;
	text-align: center;
	}
	.footer-left {
	display: block;
	}
	.footer-logo a img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	.footer-left, .footer-right, .footer-logo {
	width: 100%;
	}
	.footer-logo {
	padding: 15px 0;
	display: inline-block;
	}
	.innerpage-contain {
	padding-top: 50px;
	padding-bottom: 10px;
	}
	.content-links {
	width: 100%;
	margin-right: 0;
	float: none;
	}
	.content-rechts {
	width: 100%;
	margin-left: 0;
	float: none;
	}
	.youtube {
	width: 100%;
	height: 400px;
	}
}

@media screen  and (max-width:650px) {
	.phone {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 46%;
	padding: 0;
	}
	.top-address {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 52%;
	padding: 0;
	}
	.reserveren {
	width: 100%;		
	}
	.top-address {
	margin-bottom: 10px;
	}
	.top-right {
	padding: 10px 0;
	}
	.reserveren a.btn {
	float: none;
	margin-bottom: 10px;
	}
	.slider-top-img span {
	top: 55px;
	}
	.content-appartementen-text {
	width: 100%;
	margin-right: 0;
	float: none;
	}
	.content-appartementen-menu {
	clear: both;
	width: 100%;
	margin-left: 0;
	float: none;
	}
	.googlemap {
	min-height: 400px;
	}
	span.links {
	display: block;
	min-width: 80px;
	width: 100%;
	float: none;
	margin-top: 10px;
	}
}

@media screen  and (max-width:600px) {
	.wrapper {
	width: 94%;
	}
	.award-detail img {
	text-align: center;
	}
	.award-detail img {
	float: none;
	display: block;
	margin: 0 auto;
	}
	.aanbieding-titel {
	padding: 10px 10px 15px;
	}
	.content .content-text a {
	margin-top: 20px;
	float: none;
	}
	.content-text {
	text-align: center;
	}
	.top-aanbieding img {
	max-width: 40%;
	}
	.innerpage-contain h1 {
	font-size: 28px;
	}
	.slider-top-img {
	display: none;
	}
	.fotobox {
	width: 49%;
	height: 150px;
	}
	.fotobox.last {
	width: 49%;
	height: 150px;
	margin: 10px 1% 10px 0;
	}
	.fotobox .inner {
	width: 100%;
	height: 150px;
	}
	.fotobox .inner img {
	display: block;
	width: 100%;
	min-height: 150px;
	}
}

@media screen  and (max-width:485px) {
	.top-right li {
		/*border: 1px solid red;*/
	}
	.phone a {
	display: inherit;
	float: none;
	}
	.phone img {
	float: none;
	margin-top: -5px;
	}
	.phone span {
	float: none;
	text-align: center;
	display: inherit;
	padding-top: 0px;
	line-height: inherit;
	}
	.phone {
	display: block;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	padding: 0;
	}
	.top-address {
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	width: 100%;
	padding: 0;
	}
	.reserveren {
	width: 100%;		
	}
	.slider-top-img img {
	right: 70px;
	}
	.top-aanbieding img {
	top: -9px;
	left: -9px;
	}
	.label {
	clear: both;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	.input {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	}
}
@media screen  and (max-width:350px) {
	.top-aanbieding img {
	top: -7px;
	left: -7px;
	}
}


/* responsive tabel prijzen */
.prijslijstmobiel {
display: none;
}
@media screen  and (max-width:1260px) {
	.prijslijst .regel .datum {
	clear: both;
	width: 17%;
	float: left;
	padding: 0;
	min-width: 170px;
	}
	.prijslijst .regel .datum table td {
	padding: 2px 5px 2px 0;
	}
	.prijslijst .regel .prijzen .lengte {
	width: 20%;
	}
	.prijslijst .regel .prijzen .personen {
	width: 15%;
	}
	.prijslijst .regel .prijzen .lengtetabel {
	width: 35%;
	}
}
@media screen  and (max-width:1000px) {
	.prijslijst h2 {
	font-size: 20px;
	}
	.prijslijstdesktop {
	display: none;
	}
	.prijslijstmobiel {
	display: inherit;
	}
	.prijslijst .regel .datum {
	width: 33%;
	float: left;
	margin: 0 0 15px 0;
	}
	.prijslijst .regel .datum .titel, .prijslijst .regel .prijzen .titel {
	width: 100%;
	padding: 0 0 10px 0;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	}
	.prijslijst .regel .datum table {
	margin: 0 auto;
	}
	.prijslijst .regel .prijzen {
	width: 33%;
	float: left;
	padding: 0;
	font-size: 90%;
	text-align: center;
	margin: 0 0 15px 0;
	}
	.prijslijst .regel .prijzen table {
	margin: 0 auto;
	min-width: 180px;
	font-size: 15px;
	padding: 0;
	}
	.prijslijst .regel .prijzen table tr td {
	vertical-align: middle;
	padding: 5px 0 5px 0;
	}
	.prijslijst .regel .prijzen table td.prijstop {
	text-align: right;
	padding: 5px 15px 5px 0;
	}
	.prijslijst .regel .prijzen table td.trtop {
	padding: 0;
	}
	.prijslijst .regel .prijzen table td.prijstd {
	text-align: right;
	padding: 0;
	}
	.prijslijst .regel .prijzen table td.prijstd a {
	color: #006992;
	text-decoration: none;
	padding: 5px;
	}
	.prijslijst .regel .prijzen table td.prijstd a:hover {
	color: #ff7800;
	text-decoration: none;
	background-color: #005b7f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
}
@media screen  and (max-width:600px) {
	.prijslijst .regel .datum {
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
	}
	.prijslijst .regel .prijzen {
	width: 100%;
	float: none;
	padding: 0;
	font-size: 90%;
	text-align: center;
	margin: 0 0 15px 0;
	}
	.prijslijst .regel .datum .titel, .prijslijst .regel .prijzen .titel {
	padding: 0 0 0px 0;
	}
}



/* MENU */
.main-menu {
z-index:555;
}
.animenu > ul:after {
content: "";
display: table;
clear: both;
}
.animenu {
font-size: 18px;
font-weight: 700;
width: 100%;
float: left;
z-index: 9999999;
}
.animenu * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.animenu ul {
margin: 0;
padding: 0;
list-style: none;
text-align:left;
}
.animenu li {
position: relative;
}
.animenu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
display: block;
}
.animenu li:hover > a {
font-weight: 300;
}
.animenu li.selected > a {
color: #000;
background: #fee3ae;
}
.animenu input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px; 
}
.animenu label {
display: none;
cursor: pointer;
background: none;
/*user-select: none;*/
}
.main-menu .last a {

}
.animenu > ul {
text-align: right;
}
.animenu > ul > li {
display: inline-block;
}
.animenu > ul > li.last {
background: none;
padding-right:0;
}
.animenu > ul > li > a {
text-transform: uppercase;
display: inline-block;
padding: 24px 10px;
color: #363b47;
}
.animenu > ul a {
color: #000;
text-decoration: none; 
}
.animenu > ul ul {
position: absolute;
top: 100%;
display:block;
left: 0;
z-index: 1;
opacity: 0;
visibility: hidden;
margin: 2em 0 0 0;
background-color: #884fad;
background-image: none;
-webkit-transition-property: margin, opacity;
-moz-transition-property: margin, opacity;
-o-transition-property: margin, opacity;
transition-property: margin, opacity;
-webkit-transition-duration: .15s;
-moz-transition-duration: .15s;
-o-transition-duration: .15s;
transition-duration: .15s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
display: block;
border-bottom: solid 1px #c186e7;
}
.animenu > ul ul li.last {
border-bottom: 0;
}
.animenu > ul ul li a {
text-transform: none;
}
.animenu > ul ul li:first-child > a {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
content: '';
position: absolute;
left: 4em;
top: -12px;
/* border: 6px solid transparent;*/
border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.animenu > ul ul li:last-child > a {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
padding: 0.5em 1em;
width: 175px;
display: block;
border-color: #c186e7;
color:#fff;
}
.animenu > ul ul a:hover {
background-color: #c186e7;
color: #fff;
}

@media screen and (max-width: 1260px) {
	.animenu > ul > li > a {
	padding: 20px;
	font-size: 16px;
	}
	.animenu > ul > li > a {
	font-size: 16px;
	padding: 20px 10px;
	}
	.fixed-top .animenu > ul > li > a {
	padding: 10px 5px 7px 5px;
	font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.animenu {
	font-size: 15px;
	width: 100%;
	}
	.social-icn {
	padding-right: 30px;
	padding-top: 15px;
	width: 14%;
	}
}

@media screen and (max-width:990px) {
	.animenu > ul > li > a {
	font-size: 15px;
	padding: 15px 5px;
	}
	.fixed-top .animenu > ul > li > a {
	padding: 10px 5px 7px 5px;
	font-size: 15px;
	}
}

@media (max-width:850px) {
	.animenu > ul > li > a {
	padding: 15px;
	font-size: 16px;
	}
	.animenu > ul {
	text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.social-icn {
	padding-right: 15px;
	padding-top: 10px;
	}
	.animenu {
	width: 100%;
	font-size: 14px;
	padding-left: 0;
	position: absolute;
	right: 0;
	width: 50%;
	z-index: 9999;
	top: 0;
	right: 20px;
	}
	.main-menu {
	position: static;
	width: 100%;
	}
	.top {
	height: 55px;
	}
	.animenu > ul, .animenu > ul ul {
	visibility: visible;
	opacity: 1;
	display: none;
	text-align: left;
	}
	.animenu input[type=checkbox]:checked ~ label, .animenu input[type=checkbox] ~ label:hover {
	color: #cfae79;
	}
	.animenu label {
	border: 0px solid #040404 ;
	background: none;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 1.5em 3em;
	}
	.animenu label:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "\2261";
	font-size: 3em;
	background: #006992;
	padding: 0 20px;
	}
	.animenu > ul {
	position: relative;
	border-color: #ffffff;
	margin: 0em 0 0.5em 0 !important;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #006992;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}
	.animenu > ul:after {
	content: '';
	position: absolute;
	right: 2em;
	top: -12px;
	border: 6px solid transparent;
	border-bottom-color: #fee3ae;
	}
	.animenu > ul li {
	display: block;
	}
	.animenu > ul > li {
	float: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	}
	.animenu > ul > li > a {
	float: none;
	color: #fff;
	display: block;
	padding: 1em;
	}
	.animenu > ul > li > a:hover {
	color: #ffffff;
	background: #004f70;
	}
	.animenu li:hover > a {
	background: none;
	}
	.animenu > ul ul {
	position: static;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #2b2b2b;
	background-image: none;
	margin: 0;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	}
	.animenu > ul ul li:first-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	}
	.animenu > ul ul li:first-child > a:after {
	content: none;
	}
	.animenu > ul ul li:last-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	}
	.animenu > ul ul a {
	padding-left: 2em;
	display: block;
	width: auto;
	}
	.animenu input[type=checkbox]:checked ~ ul {
	display: block;
	}
	.animenu input[type=checkbox]:checked ~ ul ul {
	display: block;
	}
}

@media screen and (max-width: 767px) {
	.animenu {
	padding-left: 10px;
	}
	.social-icn {
	width: 28%;
	padding-right: 10px;
	padding-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	.animenu {
 	width: 40%;
 	right: 10px;
	}
	.top {
	height: 44px;
	}
	.animenu {
	left: 0;
	margin: 0;
	padding: 0;
	right: 0;
	width: 100%;
	}
	.slider-bottom-img {
	display: none;
	} 
}





/* Slider */
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
font-family: 'flexslider-icon';
src:url('../fonts/flexslider-icon.eot');
src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
width: 100%;
display: block;
position: relative;
/*bottom:-25px; border-bottom:5px solid #f47921;*/
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
margin: 0px 0 0 0;
background: #fff;
/* border: 4px solid #fff;*/
position: relative;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
box-shadow: 0 1px 4px rgba(0,0,0,.2);
zoom: 1;*/
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
/*zoom: 1;*/
}
.carousel li {
margin-right: 5px;
}
/* Direction Nav */
/*.flex-direction-nav {
*height: 0;
}*/
.flex-direction-nav a  {
text-decoration: none;
display: block;
width: 80px;
height: 100px;
margin: -20px 0 0;
position: absolute;
top: 45%;
z-index: 210;
overflow: hidden;
opacity: 0.7;
cursor: pointer;
color: rgba(0,0,0,0.8);
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
left: 0px;
background: url(../images/left-slide.png) no-repeat right center;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: right;
background: url(../images/right-slide.png) no-repeat left center;
}
.flexslider:hover .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-direction-nav a:before {
line-height: 1;
display: inline-block;
content:' ';
width: 49px;
height: 110px;
}
.flex-direction-nav a.flex-next:before  {
content: ' ';
}
/* Pause/Play */
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
/* Control Nav */
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 20px;
text-align: center;
z-index: 99;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
/*zoom: 1;*/
display: inline;
}
.flex-control-paging li a {
width: 20px;
height: 20px;
display: block;
background: rgba(207,174,121,0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px; 
border-radius: 20px;
/* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/
}
.flex-control-paging li a:hover {
background: rgba(255,255,255,1);
}
.flex-control-paging li a.flex-active {
background: rgba(255,255,255,0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.flexslider1 .flex-direction-nav {
display: none;
}
.flexslider1 {
width: 85%;
margin: 0 auto;
}

@media screen and (max-width: 1160px) {
	.flex-control-nav {
	bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.flexslider {
	padding-left: 10px;
	padding-right: 10px;
	}
	.flex-direction-nav {
	display: none;
	}
}

@media screen and (max-width:600px) {
	.flex-control-nav {
	display: none;
	}
}



