
/* 

	 Trend Vastgoed Stylesheet
	 2015 Always Awake bvba

	 Well hello there. Seems you are interested in our code. That's great. Why not work together? ;)
	  
	 info@alwaysawake.eu 
	 
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,700italic);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/* Basics */

#overlay { position: fixed; width: 100%; height: 100%; z-index: 4; background: #fefefe; display: none; }

html { color: #333; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; font-size: 17px; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-y: scroll; }
body { margin: 0px; padding: 0px; height: 100%; background: #fefefe; background-size: contain; }

img { border: 0; display: block; }
h1, h2, h3, h4, p, a { padding: 0; margin: 0; font-weight: 300; }
b, strong { font-weight: 700; }
label:hover { cursor: pointer; }
button:hover, .linkable:hover { cursor: pointer; }
.responsive-show, .display-none { display: none; }
.nowrap { white-space: nowrap; }
td { vertical-align: top; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 100; background: #fefefe; min-height: 20px; box-shadow: 0px -10px 30px #777; display: none; }
#header-fixed { position: fixed; width: 100%; z-index: 101; background: #fefefe; display: none; height: 55px; overflow: hidden; box-shadow: 0px -10px 30px #777; }
#header-flow { position: relative; width: 100%; min-height: 160px; }
#header-flow .menu { margin-top: 50px; z-index: 100; }
#header-flow .menu a { }
#header-flow .menu a:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse; animation-name: pulse; }
#header-flow .menu a.active { }
#header-flow .lang { margin-top: 80px; border-left: 1px solid rgba(57,57,57,0.2); }
#header-flow .lang a { }
#header-flow .lang a:first-child { margin-left: 4px; }
#header-flow .lang a:hover { }
#header-flow .lang a.active { }
#header-flow .logo { padding: 0px; z-index: 100; }
#header-flow .logo img { display: block; }

.menu { position: relative; text-align: right; padding: 0px; margin: 32px 0px 0px 0px; float: right; }
.menu a { position: relative; display: inline-block; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; color: #333; padding: 12px 8px; font-size: 18px; font-weight: 300; margin: 0px 4px; overflow: hidden; }
.menu a:hover { background: #eee; color: #333; }
.menu a.active { background: #F99F17; color: #fefefe; }
.lang { position: relative; text-align: right; padding: 0px; margin: 32px 0px 0px 0px; float: right; }
.lang a { position: relative; display: inline-block; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; color: #333; padding: 12px 8px; font-size: 15px; font-weight: 700; margin: 0px 1px; overflow: hidden; }
.lang a:hover { background: #F99F18; padding: 11px 7px; border: 1px solid #F99F18; color: #fefefe; }
.lang a.active { background: 0; padding: 11px 7px; border: 1px solid #F99F18; color: #F99F18; }
.logo { position: relative; padding: 5px 0px; float: left; margin: 0px; }

#header-flow .cart { position: absolute; top: 0px; right: 0px; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; color: #333; padding: 12px 8px; font-size: 18px; font-weight: 700; }
#header-flow .cart a { color: #333; font-weight: 700; }
#header-flow .cart:before { position: relative; display: inline-block; content: "\f07a"; font-family: FontAwesome; background: #F99F18; color: #fefefe; font-size: 14px; padding: 8px 9px 8px 7px; border-radius: 32px; text-align: center; width: 14px; margin-right: 6px; top: -2px; }
#header-flow .cart:hover a { color: #E94464; }
#header-flow .cart:hover:before { background: #E94464; }

#header-fixed .logo { padding: 2px 0px 0px 0px; }
#header-fixed .logo img { height: 51px; width: auto; }
#header-fixed .menu { margin: 4px 0px 0px 0px; }
#header-fixed .cart { position: relative; float: right; display: inline-block; font-family: 'Source Sans Pro', serif; text-transform: uppercase; color: #333; padding: 12px 8px; font-size: 18px; font-weight: 700; margin: 3px 0px 0px 0px; }
#header-fixed .cart a { color: #333; font-weight: 700; }
#header-fixed .cart:before { position: relative; display: inline-block; content: "\f07a"; font-family: FontAwesome; background: #F99F18; color: #fefefe; font-size: 14px; padding: 8px 9px 8px 7px; border-radius: 32px; text-align: center; width: 14px; margin-right: 6px; top: -2px; }
#header-fixed .cart:hover a { color: #E94464; }
#header-fixed .cart:hover:before { background: #E94464; }

/* Project */

.priority_message .box { position: relative; background: #FAA487; color: #fefefe; font-size: 20px; padding: 0; overflow: hidden; }
.priority_message .box .txt { position: relative; padding: 20px 10px 20px 10px; margin: 0px 0px 0px 60px; background: #F98D69; }
.priority_message .box .txt:before { position: absolute; left: -50px; content: "\f12a"; font-family: FontAwesome; background: #fefefe; color: #F98D69; font-size: 24px; padding: 8px 8px 7px 8px; border-radius: 50%; text-align: center; width: 24px; margin-top: -20px; top: 50%; }

/* 960 Grid */

.centerize { position: relative; margin: 0 auto; padding: 0px 10px; width: 960px; }
.grid-160, .grid-240, .grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-960 { position: relative; float: left; }
.grid-160 { width: 160px; }
.grid-240 { width: 240px; }
.grid-320 { width: 320px; }
.grid-400 { width: 400px; }
.grid-480 { width: 480px; }
.grid-560 { width: 560px; }
.grid-640 { width: 640px; }
.grid-720 { width: 720px; }
.grid-800 { width: 800px; }
.grid-880 { width: 880px; }
.grid-960 { width: 960px; }

.box { position: relative; padding: 10px; }
.add-shadow { box-shadow: 0px 5px 25px -8px #273337; -webkit-box-shadow: 0px 5px 25px -8px #273337; }
.add-margin { margin: 10px; }
.add-background { position: relative; background: #eee; }

.centerize.action { position: relative; display: block; }
.box.action { background: #333; }
.box.action .ttl { padding: 10px 10px 0px 10px; }
.box.action .txt { color: #fefefe; font-size: 18px; padding: 10px; }
.box.action .ttl h1 { color: #fefefe; font-size: 32px; }
.box.action .txt a { color: #fefefe; text-decoration: underline; }
.box.action .txt a:hover { color: #fefefe; }

.box .ttl { padding: 0px 10px 10px 10px; }
.linkable:hover .ttl h1 a, .linkable:hover .ttl h2 a { }
.linkable:hover .box.add-background, .box.add-background.linkable:hover { background: #F99F17; }
.box .ttl h1, .box .ttl p { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; color: #333; font-size: 36px; }
.box .ttl h1, .box .ttl h1 a { font-weight: 400; color: #333; }
.box .ttl h2 { font-size: 28px; line-height: 1em;  }
.box .ttl h2, .box .ttl h2 a { font-weight: 700; color: #333; }
.grid-640 > .box > .ttl { padding: 10px; }
.grid-320 > .box > .ttl { padding: 10px 5px; }

.box .ttl.boxed { padding: 0px; border-left: 20px solid #333; margin: 0; }
.box .ttl.boxed h4 { line-height: inherit; font-size: 20px; background: #333; padding: 0px; display: inline-block; margin: 0; font-family: 'Source Sans Pro', serif; text-transform: uppercase; font-weight: 300; }
.box .ttl.boxed h4 a { position: relative; left: -10px; color: #fefefe; text-transform: uppercase; }
.box .ttl.boxed.right { padding: 0px; border-left: 0; border-right: 20px solid #333; margin: 0; }
.box .ttl.boxed.right h4 a { padding: 0px; left: auto; right: -10px; }
.box .ttl.boxed.active { border-left: 20px solid #F99F17; }
.box .ttl.boxed.active h4 { background: #F99F17; }
.box .ttl.boxed.active h4 a { color: #fefefe; }
.box .ttl.boxed.right.active { border-left: 0; border-right: 20px solid #F99F17; }
.linkable:hover .ttl.boxed { border-left: 20px solid #eee; }
.linkable:hover .ttl.boxed.right { border-left: 0; border-right: 20px solid #eee; }
.linkable:hover .ttl.boxed h4 { background: #eee; }
.linkable:hover .ttl.boxed h4 a { color: #333; }

.box #iframe-tickets { position: relative; width: 100%; height: 900px; display: block; }

.cover { z-index: 10; }
.cover .date { float: left; padding: 5px 10px; background: #fefefe; color: #0E1B42; margin-right: 20px; border-radius: 10px; -webkit-border-radius: 10px; }
.cover .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.cover .date .date-month { font-size: 30px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1em; }
.cover .date .date-year { font-size: 15px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.cover .box { position: relative; color: #fefefe; padding: 0; font-size: 20px; overflow: hidden; }
.cover .box .ttl { position: relative; padding: 20px 10px 15px 10px !important; margin: 0px; background: rgba(255,255,255,0.4); }
.cover .box.linkable .ttl { margin: 0px 0px 0px 60px; }
.cover .box .ttl h1 { position: relative; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; line-height: 1em; color: #333; font-size: 32px !important; padding: 0; margin: 0; }
.cover .box .ttl h1 a { font-size: 32px; }
.cover .box.linkable .ttl:before { position: absolute; left: -50px; content: "\f104"; font-family: FontAwesome; background: #fefefe; color: #333; font-size: 24px; padding: 8px 8px 8px 8px; border-radius: 50%; text-align: center; width: 24px; margin-top: -20px; top: 50%; }
.cover .box.linkable:hover .ttl { background: #F99F17; }
.cover .box.linkable:hover .ttl h1 a { color: #fefefe; }
.cover .box.linkable:hover .ttl:before { background: #fefefe; color: #F99F17; }

.box .txt { position: relative; padding: 10px; }
.grid-960 > .box > .ttl { padding: 10px 20px; }
.grid-960 > .box > .ttl h1 { font-size: 36px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; }
.grid-960 > .box > .txt { padding: 20px; }
.box .txt.forward { padding: 10px 10px 30px 10px; }
.box .txt h1 { margin-bottom: 20px; font-size: 38px; line-height: 1.4em; font-weight: 400; }
.box .txt h2 { margin-bottom: 20px; font-size: 32px; line-height: 1.4em; font-weight: 400; }
.box .txt h3 { margin-bottom: 20px; font-size: 24px; line-height: 1.4em; font-weight: 400; }
.box .txt h4 { margin-bottom: 20px; font-size: 18px; line-height: 1.4em; font-weight: 400; }
.box .txt p { margin-bottom: 20px; font-size: 18px; line-height: 1.4em; }
.box .txt table { width: 100%; }
.box .txt table thead td { font-weight: 700; font-size: 16px; }
.box .txt table td { padding: 5px; }

.box .txt .li { padding: 6px; font-size: 13px; text-align: left; }
.box .txt .li a { color: #4A4A48; }
.box .txt .li:hover { background: #065CAA; color: #fafafa; }
.box .txt .li:hover a { color: #fafafa; }

.box .img { position: relative; margin: 0px; }
.box .img img { display: block; width: 100%; height: auto; margin: 0 auto; }
.grid-960 > .box > .img img { padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.box .img:hover { }

.box .txt .img { width: 25%; float: left; margin: 0px 20px 20px 0px; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 54.25%; padding-top: 10px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px; height: 0; overflow: hidden; }
.grid-960 > .box > .ytb, .grid-960 > .box > .vmo { margin: 0px; }
.box .ytb iframe, .box .vmo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.box .btn a { position: relative; display: inline-block; font-family: 'Source Sans Pro', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; background: #333; color: #fefefe; padding: 10px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; }
.box .btn.wide a { text-align: center; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fefefe; font-size: 18px; font-weight: 300; line-height: inherit; padding: 10px; background: #F99F18; }
.box .btn.centered { width: 100%; text-align: center; }
.box .btn.centered a { text-align: center; min-width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fefefe; font-size: 18px; font-weight: 700; line-height: 0.8em; padding: 24px; background: #F99F18; }

.box .btn a i { position: relative; display: inline-block; font-size: inherit; top: -2px; margin: 0px .5em 0px 0px; color: #fefefe; }
.box .btn:hover a, .box.linkable:hover .btn a { background: #F99F18; color: #fefefe !important; }
.box .ttl .btn.back { position: relative; float: left; margin-top: -10px; margin-right: 10px; margin-left: -20px; }
.box .ttl .btn.back a, .box .ttl .btn.back a i { font-size: 18px; width: 24px; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; }
.box .ttl .btn.back a i { padding: 8px 8px 2px 6px; margin: 0px; }
.box .btn.back.history-or-close i { position: relative; display: inline-block; font-weight: 700; font-size: 18px; background: #0E1B42; color: #f0f1f3; border-radius: 42px; padding: 15px 18px 12px 16px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; }
.box .btn.back.history-or-close i:hover { background: #2C9AE1 !important; color: #f0f1f3 !important; cursor: pointer; }
.box .btn.back.history-or-close i.fa-close { padding: 14px 15px 13px 15px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; }

.box .fb-embedded-post { position: relative; width: 100%; margin: 0 auto 10px auto; }

.box .files { padding-top: 20px; position: relative; text-align: left; margin: 10px; }
.box .files .btn { position: relative; display: block; }
.box .files .btn a { position: relative; background: rgba(0,0,0,0.1); color: #333; display: block; margin-top: 4px; min-height: 28px; overflow: hidden; border-radius: 0; }
.box .files .btn a .filename { position: relative; padding: 4px 0px 2px 44px; font-size: 19px; font-weight: 300; }
.box .files .btn a .fileext { position: relative; font-size: 10px; padding: 0px 0px 2px 44px; font-weight: 300; }
.box .files .btn a i { position: absolute; left: 0px; top: 0px; background: rgba(0,0,0,0.2); height: 100px; width: 15px; text-align: center; color: #f0f0f0; font-size: 18px; padding: 25px 10px; }
.box .files .btn:hover a i { }
.box .files .btn:hover a { background: #F99F18 !important; }

.box .forward { text-align: right; }
.box .forward a { position: relative; display: inline-block; font-family: 'Source Sans Pro', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; background: #333; color: #fefefe; padding: 10px; margin: 0px 1px; text-transform: uppercase; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; }

.grid-ttl { margin: 20px 0px 0px 0px; padding: 10px; position: relative; text-align: center; }
.grid-ttl h4 { font-size: 64px; padding: 0px 20px; text-transform: uppercase; display: inline-block; margin: 0 auto; background: rgba(0,0,0,0.1); }
.grid-ttl h4, .grid-ttl h4 a { font-weight: 300; color: #303030; }
.grid-ttl h4:hover { background: #8F9066; }
.grid-ttl h4:hover a { color: #fafafa; }

/*
.rotate_1pc_cw { transform:rotate(1deg); -ms-transform:rotate(1deg); -webkit-transform:rotate(1deg); }
.rotate_2pc_cw { transform:rotate(2deg); -ms-transform:rotate(2deg); -webkit-transform:rotate(2deg); }
.rotate_3pc_cw { transform:rotate(3deg); -ms-transform:rotate(3deg); -webkit-transform:rotate(3deg); }
.rotate_1pc_ccw { transform:rotate(-1deg); -ms-transform:rotate(-1deg); -webkit-transform:rotate(-1deg); }
.rotate_2pc_ccw { transform:rotate(-2deg); -ms-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); }
.rotate_3pc_ccw { transform:rotate(-3deg); -ms-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); }
.skew_3pc_cw { -webkit-transform: rotate(3deg) skew(3deg, 0); -ms-transform: rotate(3deg) skew(3deg, 0); transform: rotate(3deg) skew(3deg, 0); }
.skew_3pc_ccw { -webkit-transform: rotate(-3deg) skew(-3deg, 0); -ms-transform: rotate(-3deg) skew(-3deg, 0); transform: rotate(-3deg) skew(-3deg, 0); }
*/
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-right { float: right; }

.share { position: relative; float: right; width: 291px; min-height: 40px; max-height: 40px; margin: 10px 0px; }
.share:before { content: "\f1e0"; font-family: FontAwesome; color: #d0d0d0; font-size: 18px; padding-right: 0.5em; position: absolute; top: 11px; left: 14px; }
.share-buttons { display: inline-block; position: relative; float: right; width: 241px; min-height: 30px; max-height: 30px; padding: 10px 0px 0px 10px; overflow: hidden; }
.share-buttons .pin-button { position: absolute; left: 10px; top: 0px !important; }
.share-buttons .twitter-share-button { position: absolute; left: 57px; }
.share-buttons .g-plus, .share #___plus_0 { position: absolute; left: 119px; top: 10px !important; }
.share-buttons .fb-share-button { position: absolute; left: 182px; top: 10px !important; }

/* Template */

#container { min-height: 100%; position: relative; overflow: hidden; }
#cn { position: relative; padding: 0px; min-height: 100px; height: 100%; }

.clear { clear: both; }
#btn-top { position: fixed;	right: 10px; bottom: 15px; cursor: pointer; display: none; z-index: 101;}
#btn-top a { background: #4A4A48;  padding: 20px 10px; }
#btn-top a:hover { background: #BABABC; }
#btn-top a i { color: #fafafa; font-size: 24px; }
#btn-top a:hover i { color: #fafafa; }

.paginate-table { clear: both; position: relative; padding: 10px; margin: 0px; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 16px; color: #fefefe; padding: 10px 16px; text-transform: uppercase; background: #333; margin: 0px 0px 0px 2px; }
.paginate-table a:hover { background: #F99F18; color: #fefefe; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #F99F17; }

/* Views */

.view-three-headlines { text-align: center; }
.view-three-headlines .grid-320 { float: none; display: inline-block; vertical-align: top; }
.view-three-headlines .box { }
.view-three-headlines .box .ttl { padding: 10px 20px; }
.view-three-headlines .box .ttl h1 { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; font-size: 18px; position: relative; line-height: 1.2em; color: #333; }

.view-three-headlines .box .ttl h1 a { color: #333; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-three-headlines .box { overflow: hidden; }
.view-three-headlines .box.linkable:hover { background: #F99F18; }
.view-three-headlines .box.linkable:before { position: absolute; right: -46px; bottom: -36px; content: "\f004"; font-family: FontAwesome; font-size: 78px; color: #F98D69; }
.view-three-headlines .box.linkable:after { position: absolute; right: 8px; bottom: 8px; content: "\f105"; font-family: FontAwesome; font-size: 18px; color: #fefefe; }
.view-three-headlines .box.linkable:hover:before { color: #F99F18; }
.view-three-headlines .box.linkable:hover:after { color: #fefefe; }
.view-three-headlines .box.linkable:hover .ttl h1 a { color: #fefefe; }
.view-three-headlines .box.linkable:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-three-headlines .date { position: absolute; right: 0px; top: 20px; padding: 5px 10px; background: #fefefe; color: #0E1B42; margin-right: 20px; border-radius: 10px; -webkit-border-radius: 10px; z-index: 1; }
.view-three-headlines .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-three-headlines .date .date-month { font-size: 30px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-three-headlines .date .date-year { font-size: 15px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1.4em; }

.view-two-headlines { text-align: center; }
.view-two-headlines .grid-480 { float: none; display: inline-block; vertical-align: top; }
.view-two-headlines .box { }
.view-two-headlines .box .ttl { padding: 10px 20px; }

.view-two-headlines .box .ttl h1 { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; font-size: 18px; position: relative; line-height: 1.2em; color: #333; }

.view-two-headlines .box .ttl h1 a { color: #333; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-two-headlines .box { overflow: hidden; }
.view-two-headlines .box.linkable:hover { background: #F99F18; }
.view-two-headlines .box.linkable:before { position: absolute; right: -46px; bottom: -36px; content: "\f004"; font-family: FontAwesome; font-size: 78px; color: #F98D69; }
.view-two-headlines .box.linkable:after { position: absolute; right: 8px; bottom: 8px; content: "\f105"; font-family: FontAwesome; font-size: 18px; color: #fefefe; }
.view-two-headlines .box.linkable:hover:before { color: #F99F18; }
.view-two-headlines .box.linkable:hover:after { color: #fefefe; }
.view-two-headlines .box.linkable:hover .ttl h1 a { color: #fefefe; }
.view-two-headlines .box.linkable:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-two-headlines .date { position: absolute; right: 0px; top: 20px; padding: 5px 10px; background: #fefefe; color: #0E1B42; margin-right: 20px; border-radius: 10px; -webkit-border-radius: 10px; z-index: 1; }
.view-two-headlines .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-two-headlines .date .date-month { font-size: 30px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-two-headlines .date .date-year { font-size: 15px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1.4em; }

.view-six-headlines { text-align: center; }
.view-six-headlines .grid-160 { position: relative; float: none; display: inline-block; vertical-align: top; }
.view-six-headlines .box { }
.view-six-headlines .box .ttl { padding: 5px 0px 0px 0px; }
.view-six-headlines .box .ttl h1 { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; font-size: 14px; position: relative; line-height: 1.2em; color: #333; }

.view-six-headlines .box .ttl h1 a { color: #333; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-six-headlines .box { overflow: hidden; }
.view-six-headlines .box.linkable:hover { background: #F99F18; }
.view-six-headlines .box.linkable:before { position: absolute; right: -46px; bottom: -36px; content: "\f004"; font-family: FontAwesome; font-size: 78px; color: #F98D69; }
.view-six-headlines .box.linkable:after { position: absolute; right: 8px; bottom: 8px; content: "\f105"; font-family: FontAwesome; font-size: 18px; color: #fefefe; }
.view-six-headlines .box.linkable:hover:before { color: #F99F18; }
.view-six-headlines .box.linkable:hover:after { color: #fefefe; }
.view-six-headlines .box.linkable:hover .ttl h1 a { color: #fefefe; }
.view-six-headlines .box.linkable:hover { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse;  animation-name: pulse; }

.view-news-480, .view-news-640 { text-align: center; }
.view-news-480 .grid-480, .view-news-640 .grid-640 { float: none; display: inline-block; vertical-align: top; }

.view-sidepanel .box .ttl h1 { font-size: 21px; }
.view-sidepanel .box .txt p { font-size: 17px; }
.view-sidepanel .box .txt { padding: 5px; margin: 0; }

.view-schedule .box { }
.view-schedule .box .date { float: right; padding: 5px; background: #E2E3E5; margin: 5px; color: #0E1B42; border-radius: 10px; -webkit-border-radius: 10px; }
.view-schedule .box .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-schedule .box .date .date-month { font-size: 30px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-schedule .box .date .date-year { font-size: 15px; font-weight: 300; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.view-schedule .box .ttl h1 a { text-transform: uppercase; font-weight: 700; color: #FFDE00; line-height: 1.2em; }
.view-schedule .box .ttl { position: relative; padding: 0px; }
.view-schedule .box .txt.location h4 { position: relative; display: inline-block; font-size: 18px; background: #FFDE00; color: #0E1B42; font-weight: 700; text-transform: uppercase; padding: 0px 4px; border-radius: 10px; -webkit-border-radius: 10px; }
.view-schedule .box .txt.location h2 { position: relative; padding: 0px 4px; margin: 0px; }
.view-schedule .box .txt.location h3 { position: relative; padding: 0px 4px; margin: 0px; }

.view-activity .location { padding: 10px 20px; float: left; }
.view-activity .location h4 { display: inline-block; font-size: 28px; background: #FFDE00; color: #0E1B42; font-weight: 700; text-transform: uppercase; padding: 4px; border-radius: 10px; -webkit-border-radius: 10px; }
.view-activity .location h2 { font-size: 32px; }
.view-activity .location h3 { font-size: 24px; }
.view-activity .forward { padding: 10px; float: right; }
.view-activity .forward .btn { display: inline-block; margin: 0px 2px; }
.view-activity .forward .btn a i { font-size: 32px; text-align: center; width: 32px; padding: 0px; margin: 0px; }
.view-activity .forward .btn a { text-align: center; }

.view-artist .forward { padding: 10px; text-align: right; }
.view-artist .forward .btn { display: inline-block; margin: 0px 2px; }
.view-artist .forward .btn a i { padding: 8px 8px 4px 8px; margin: 0px; font-size: 24px; text-align: center; width: 32px; }
.view-artist .img, .view-artist .ytb, .view-artist .scl { background: #fefefe; box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); -webkit-box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); margin: 0px 0px 20px 0px; }

.view-onepager .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; box-shadow: 0px 5px 20px 10px rgba(120,108,101,0.2); -webkit-box-shadow: 0px 5px 20px 10px rgba(120,108,101,0.2); } 
.view-onepager .banner:first-child { margin-top: 40px; }
.view-onepager .banner .img { display: none; }

.view-onepager-quote { position: relative; padding: 20px 0px; }
.view-onepager-quote .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; box-shadow: 0px 5px 20px 10px rgba(120,108,101,0.2); -webkit-box-shadow: 0px 5px 20px 10px rgba(120,108,101,0.2); } 
.view-onepager-quote .banner:first-child { margin-top: 0px; }
.view-onepager-quote .banner .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }
.view-onepager-quote .banner .img { display: none; }
.view-onepager-quote .banner .ttl { position: relative; text-align: center; top: 50%; transform: translateY(-50%); }
.view-onepager-quote .banner .ttl h1 { position: relative; color: #f5f5f5; font-size: 64px; font-weight: 700; font-style: italic; max-width: 80%; margin: 0 auto; }
.view-onepager-quote .banner .ttl h1 i.fa-quote-left { position: relative; padding-right: 0.5em; font-size: 50%; color: #111; top: -0.8em; }
.view-onepager-quote .banner .ttl h1 i.fa-quote-right { position: relative; padding-left: 0.5em;font-size: 50%; color: #111; bottom: -0.3em; }
.view-onepager-quote .banner .ttl p { color: #f5f5f5; font-size: 24px; padding: 10px; font-style: italic; }

.view-magazine .box .img img { padding: 10px; box-shadow: -10px 4px 40px -18px #555; -webkit-box-shadow: -10px 4px 40px -18px #555; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 470px; }
.view-magazine .grid-960:nth-child(even) .box .img img { box-shadow: 10px 4px 40px -18px #555; -webkit-box-shadow: 10px 4px 40px -18px #555; }
.view-magazine .grid-960:nth-child(even) .grid-480:nth-child(odd) { float: right; }
.view-magazine .linkable:hover { background: #F99F17; }
.view-magazine .linkable:hover img { box-shadow: 0 0 !important; -webkit-box-shadow: 0 0 !important; }

.view-toc { position: relative; overflow: hidden; }
.view-toc .boxed.right { text-align: right; }
.view-toc .holds-item { border-left: 1px solid rgba(120,108,101,0.4); }
.view-toc	.item-menu { margin-top: 10px; }
.view-toc	.item-menu .box  { padding: 0px 0px 1px 0px; }

.view-picturefolder .img img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); -webkit-box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); }
.view-picturefolder .img:hover img { border: 10px solid #F98D69; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.view-picturefolders { text-align: center; }
.view-picturefolders .grid-320 { float: none; display: inline-block; vertical-align: top; }
.view-picturefolders .img img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); -webkit-box-shadow: 0px 10px 40px -15px rgba(120,108,101,1); }
.view-picturefolders .img:hover img { border: 10px solid #F98D69; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-picturefolders .ttl { text-align: center;  }
.view-picturefolders .ttl h1 { line-height: 1.2em; font-size: 28px; }

.view-socialwall { text-align: center; }
.view-socialwall .grid-320 { float: none; display: inline-block; vertical-align: top; }
.view-socialwall .grid-320 .box { position: relative; overflow: hidden; text-align: left; }
.view-socialwall .grid-320 .box .img { position: relative; background: 0; }
.view-socialwall .grid-320 .box .img img { width: 100%; height: auto; display: block; }
.view-socialwall .grid-320 .box .txt { position: relative; clear: both; font-size: 16px; padding: 10px 10px 0px 10px; text-align: center; overflow: hidden; }
.view-socialwall .grid-320 .box .txt a { color: #F99F18; }
.view-socialwall .grid-320 .box .txt a[href*='t.co'] { color: #F99F18; }
.view-socialwall .grid-320 .box:before { font-family: FontAwesome; color: #DADBDD; font-size: 20px; position: absolute; top: 5px; right: 7px; z-index: 1; }
.view-socialwall .grid-320 .box:after { font-family: FontAwesome; content: "\f0d9"; color: #333; font-size: 192px; position: absolute; top: -95px; right: -5px; text-shadow: -5px -5px 20px -5px rgba(120,108,101,1); -webkit-text-shadow: -5px -5px 20px -5px rgba(120,108,101,1); }
.view-socialwall .grid-320.facebook .box:before { content: "\f09a"; color: #E6E1DE; }
.view-socialwall .grid-320.twitter .box:before { content: "\f081"; color: #E6E1DE; }
.view-socialwall .grid-320.instagram .box:before { content: "\f16d"; color: #E6E1DE; }

.view-socialwall .tag-social-likes { display: inline-block; background: #333; color: #fefefe; padding: 4px 10px; margin: 10px 0px 0px 6px; font-size: 12px; font-weight: 700; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.view-socialwall .tag-social-like { display: inline-block; background: #333; font-size: 12px; margin: 10px 0px 0px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.view-socialwall .tag-social-like a { position: relative; color: #fefefe; text-decoration: none; padding: 4px 10px; display: inline-block; }
.view-socialwall .tag-social-like a:before { content: "\f0d9"; font-family: FontAwesome; color: #333; font-weight: 300; font-size: 24px; padding-right: 0.5em; position: absolute; top: 50%; margin-top: -12px; left: -6px; }
.view-socialwall .tag-social-like:hover { background: #F99F18; }
.view-socialwall .tag-social-like:hover a:before { color: #F99F18; }
.view-socialwall .tag-social-like:hover a{ color: #fefefe; }
.view-socialwall .tag-social-date { position: relative; display: inline-block; float: left; margin: 10px 0px 0px 0px; padding: 4px 8px; background: #333; color: #fefefe; font-size: 12px; font-weight: 300; z-index: 1; }
.view-socialwall .tag-social-date:before { content: "\f0da"; font-family: FontAwesome; color: #333; font-weight: 300; font-size: 28px; position: absolute; left: 6px; bottom: -14px; }

/* Custom views */

.masonry-container { margin: 0 auto; }
.view-welkom-items .box { }

.view-over-ons-troeven { text-align: center; }
.view-over-ons-troeven .grid-400 { float: none; display: inline-block; vertical-align: top; }
/* .view-over-ons-troeven .grid-400:nth-child(even) .box { border-left: 1px solid #eee; } */
.view-over-ons-troeven .box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-over-ons-troeven .box .ttl h1 { text-align: center; font-family: 'Source Sans Pro', serif; font-weight: 400; font-size: 20px; }
.view-over-ons-troeven .box .txt { text-align: center; }
.view-over-ons-troeven .box .txt p { font-size: 18px; }
.view-over-ons-troeven .box .icon { position: relative; width: 100%; text-align: center; margin-bottom: 20px; }
.view-over-ons-troeven .box .icon i { position: relative; display: inline-block; margin: 0 auto; background: #F99F17; color: #fafafa; font-size: 52px; padding: 40px; border-radius: 72px; text-align: center; width: 52px; }
.view-over-ons-troeven .box .icon i.fa-graduation-cap { padding: 40px 44px 40px 36px; }
.view-over-ons-troeven .box .icon i.fa-newspaper-o { padding: 40px 43px 40px 37px; }

.view-over-ons-header .box .txt h1 { text-align: center; padding: 0; margin: 0; font-weight: 400; font-size: 38px; }
.view-over-ons-header .box .txt h2 { text-align: center; padding: 0; margin: 0; font-weight: 700; font-size: 38px; }

.view-forward { margin-top: 36px; }
.view-forward .box { text-align: center; }
.view-forward .box .btn a { min-width: 50%; font-size: 24px; padding: 16px; }

@keyframes pulse {
	0% { transform: scale(1);	opacity: 1;	}
	50% {	transform: scale(0.95); opacity: 0.8; }	
	100% { transform: scale(1.05); opacity: 1;	}			
}

@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); opacity: 1; }
	50% {	-webkit-transform: scale(0.95); opacity: 0.8; }	
	100% { -webkit-transform: scale(1.05); opacity: 1; }			
}

.view-contact .box .ttl { padding: 10px 10px 0px 10px; }
.view-contact .box .ttl h1 { font-family: 'Source Sans Pro', serif; text-transform: uppercase; font-weight: 300; font-size: 24px; padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.2); text-align: center; }
.view-contact .box .txt p { font-size: 16px; }
.view-contact .box .txt h2 { font-family: 'Source Sans Pro', serif; text-transform: uppercase; font-weight: 300; font-size: 18px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,0.2); text-align: center; }
.view-contact-form .box .ttl { padding: 0px 18px 10px 18px; }
.view-contact-form .box .txt { padding: 0px 20px; }

.view-welcome-forward-button { position: relative; }
.view-welcome-forward-button .box { text-align: center; }
.view-welcome-forward-button .box .btn { position: relative; float: none; display: inline-block; vertical-align: top; }

.view-sidebar .box { border-left: 1px solid rgba(57,57,57,0.2); }
.view-sidebar .box .ttl { padding: 5px 10px; }
.view-sidebar .box .ttl h4 { font-size: 28px; font-weight: 400; }
.view-sidebar .box .txt { padding: 5px 10px; }
.view-sidebar .box .txt h3, .view-sidebar .box .txt h2, .view-sidebar .box .txt h1 { font-weight: 300; }
.view-sidebar .box .txt p { font-size: 16px; }
.view-sidebar .box .txt p:last-child { margin-bottom: 0; }
.view-sidebar .box ul { list-style-type: none; padding: 0; margin: 0; }
.view-sidebar .box ul li { padding: 2px 0px 2px 20px; position: relative; }
.view-sidebar .box ul li:before { content: "\f00c"; font-family: FontAwesome; font-size: 12px; position: absolute; left: 0px; top: 8px; }

.view-welcometext .box .ttl { padding: 20px 0px 10px 0px; }
.view-welcometext .box .ttl h1 { color: #333; font-size: 42px; text-align: center; line-height: 1em; }
.view-welcometext .box .txt { text-align: center; padding: 10px 10px 0px 10px; }
.view-welcometext { margin-bottom: -40px; }

.view-welkom-logos .box { position: relative; text-align: center; padding: 60px 0px 0px 0px; }
.view-welkom-logos .box img { display: inline-block; width: 160px; height: auto; padding: 0px 20px; }

.view-contact-team .box .ttl h4 { font-size: 20px; font-weight: 400; text-align: center; }
.view-contact-team .box .img img { width: 50%; height: auto; }
.view-contact-team .box .txt { padding: 10px 0px; text-align: justify; display: none; }
.view-contact-team .box .txt p { font-size: 18px; font-weight: 400; }
.view-contact-team .box:hover { background: #F99F17; cursor: pointer; }

/* Panden */

#zoekbalk { background: #eee; }
#zoekbalk .centerize { padding: 10px 0px; text-align: right; }
#zoekbalk .select { position: relative; display: inline-block; }
#zoekbalk select { display: inline-block; width: auto; margin: 0px 10px; }
#zoekbalk input[type=submit] { padding: 9px 12px 11px 12px; }

.view-panden { position: relative; padding: 20px 0px; text-align: center; }
.view-panden .grid-320 { position: relative; float: none; display: inline-block; vertical-align: top; }
.view-panden .grid-320 .box { background: #eee; }
.view-panden .grid-320 .img { overflow: hidden; background: #fff; }
@media only screen and (min-width: 1020px) { .view-panden .grid-320 .img img { max-height: 187px; width: auto; } }
@media only screen and (min-width: 820px) and (max-width: 1020px) { .view-panden .grid-320 .img img { max-height: 144px; width: auto; } }
@media only screen and (min-width: 1020px) { .body-te-koop-costa-del-sol .view-panden .grid-320 .img img { height: 187px; width: auto; } }
@media only screen and (min-width: 820px) and (max-width: 1020px) { .body-te-koop-costa-del-sol .view-panden .grid-320 .img img { height: 144px; width: auto; } }

.view-panden .grid-320 .img .img-tag { background: #F99F17; color: #fefefe; position: absolute; left: 0; top: 0; font-weight: 700; font-size: 12px; width: auto; padding: 5px 20px; text-align: center; text-transform: uppercase; }
/* .view-panden .grid-320 .img .img-tag.verkocht { background: #F99F17; color: #fefefe; position: absolute; left: 50%; margin-left: -22px; right: auto; top: 50%; margin-top: 14%; font-weight: 700; font-size: 12px; width: 100%; text-align: left; padding: 5px 0px 5px 20px; -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); } */
.view-panden .grid-320 .img .img-tag.verkocht, .view-panden .grid-320 .img .img-tag.verhuurd { background: #F99F17; color: #fefefe; position: absolute; left: auto; right: 0; top: 0; bottom: 0; font-weight: 700; font-size: 12px; width: 12px; padding: 5px 5px; text-align: center; text-transform: uppercase; word-wrap: break-word; }
.view-panden .grid-320 .img .img-tag.verkocht { padding: 30px 5px 5px 5px; }
.view-panden .grid-320 .img .img-tag.verhuurd { padding: 30px 5px 5px 5px; }
.view-panden .grid-320 .ttl h1, .view-panden .grid-320 .ttl h1 a { font-size: 20px; font-weight: 700; }
.view-panden .grid-320 .prijs { position: relative; display: block; padding: 10px 0px; }
.view-panden .grid-320 .tab { color: #151515; display: inline-block; font-size: 14px; font-weight: 700; padding: 2px 5px; margin: 2px; }
.view-panden .grid-320 .txt { font-size: 15px; padding: 5px 0px; }
.view-panden .box.linkable:hover { background: #F99F17; }

.view-pand .grid-480 .img { overflow: hidden; }
.view-pand .grid-480 .img .img-tag { background: #F99F17; color: #fefefe; position: absolute; top: 13%; right: -37%; font-weight: 700; font-size: 12px; width: 100%; padding: 5px 0px; text-align: center; text-transform: uppercase; 
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.view-pand .grid-480 .tab { background: #fff; color: #151515; display: inline-block; font-size: 16px; font-weight: 400; padding: 2px 5px; margin: 5px; }
.view-pand .grid-480 .prijs { position: relative; display: block; padding: 10px; }
.view-pand .grid-480 .box-tabtitel h3 { display: inline-block; padding: 5px 10px; color: #fefefe; background: #333; font-weight: 300; font-size: 24px; }
.view-pand .grid-480 .box-tabtitel { margin-top: 10px; text-align: right; }
.view-pand .pand-extra-img .img img { max-height: 140px; width: auto; }
.view-pand .grid-480 .box p, .view-pand .grid-480 .box table, .view-pand .grid-480 .box table p { font-size: 15px; }
.view-pand .grid-480 .box table h4, .view-pand .grid-480 .box table h4 strong { font-weight: 400; font-size: 16px; margin: 0; }
.view-pand .grid-480 .box h2 { font-size: 24px; font-weight: 400; }
.view-pand .grid-480 .box h2 a { font-size: 20px; font-weight: 400; color: #151515; }

.view-pand-wide .box .ttl { padding: 10px; }
.view-pand-wide .box .img-tag { margin: 0px 10px; color: #f99f17; background: #333333; padding: 5px 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; display: inline-block; }
.view-pand-wide .box .tab { font-weight: 400; font-size: 20px; padding: 0px 10px; }
.view-pand-wide .box .prijs { font-weight: 400; font-size: 20px; padding: 0px 10px; }
.view-pand-wide .box .txt table { background: 0; width: auto; position: relative; float: left; vertical-align: top; padding-right: 60px; }
.view-pand-wide .box .txt table td { padding: 0px 10px 10px 0px; }
.view-pand-wide .box .txt table td h4 { padding: 0px; line-height: 1em; margin-bottom: 0px; font-weight: 700; }
.view-pand-wide .box-tabtitel { position: relative; padding: 0px 30px; }

.view-pand-wide .box-tabtitel h3 { font-size: 24px; }
.view-pand-wide .box-tabtitel { margin-top: 20px; text-align: left; }
.view-pand-wide .box.view-pand-afdrukken .item { position: relative; font-size: 24px; color: #333333; padding: 10px 20px 0px 50px; font-weight: 400; margin: 0;  }
.view-pand-wide .box.view-pand-afdrukken .item a { position: relative; font-size: 24px; color: #333333; font-weight: 400; text-decoration: underline; }
.view-pand-wide .box.view-pand-afdrukken .item:before { font-family: FontAwesome; font-size: inherit; color: #333333; position: absolute; content: "\f02f"; left: 13px; top: 14px; }
.view-pand-wide .box.view-pand-contact:before { font-family: FontAwesome; font-size: 72px; color: #fefefe; content: "\f0d7"; position: absolute; top: -32px; left: 32px; }
.view-pand-wide .box.view-pand-contact .txt h2 { position: relative; font-size: 24px; color: #333333; font-weight: 400; padding: 10px 10px 0px 40px; margin: 0; }
.view-pand-wide .box.view-pand-contact .txt h2 a { position: relative; font-size: 24px; color: #333333; font-weight: 400; }
.view-pand-wide .box.view-pand-contact .txt h2:first-child:before { font-family: FontAwesome; font-size: inherit; color: #333333; content: "\f095"; position: absolute; left: 3px; top: 12px; }
.view-pand-wide .box.view-pand-contact .txt h2:nth-child(2):before { font-family: FontAwesome; font-size: inherit; color: #333333; content: "\f003"; position: absolute; left: 0px; top: 11px; }
.view-pand-wide .box.view-pand-meer-informatie { padding: 30px 10px; }
.view-pand-wide .box.view-pand-meer-informatie:before { font-family: FontAwesome; font-size: 72px; color: #fefefe; content: "\f0d7"; position: absolute; top: -32px; left: 32px; }
.view-pand-wide .box.view-pand-meer-informatie .item { position: relative; font-size: 24px; color: #333333; padding: 10px 20px 0px 50px; font-weight: 400; margin: 0;  }
.view-pand-wide .box.view-pand-meer-informatie .item a { position: relative; font-size: 24px; color: #333333; font-weight: 400; text-decoration: underline; }
.view-pand-wide .box.view-pand-meer-informatie .item:before { font-family: FontAwesome; font-size: inherit; color: #333333; position: absolute; left: 10px; }
.view-pand-wide .box.view-pand-meer-informatie .item.liggingsplan:before { content: "\f041"; left: 15px; top: 14px; }
.view-pand-wide .box.view-pand-meer-informatie .item.vraag-informatie-aan:before { content: "\f00c"; top: 14px; }
.view-pand-wide .box.view-pand-afdrukken .item a:hover, .view-pand-wide .box.view-pand-contact .txt h2 a:hover, .view-pand-wide .box.view-pand-meer-informatie .item a:hover { color: #F99F18 !important; }
.view-pand-wide .box .share-pand { position: relative; padding: 0px 10px; }
.view-pand-wide .box .share-pand-item { position: relative; display: inline-block; vertical-align: middle; }
.view-pand-wide .box .share-pand-item a { position: relative; display: inline-block; font-family: 'Source Sans Pro', serif; text-transform: uppercase; font-weight: 700; font-size: 14px; background: #333; color: #fefefe; padding: 10px; margin: 5px; text-transform: uppercase; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; }
.view-pand-wide .box .share-pand-item a i { font-weight: 400; margin-right: 0.5em; }
.view-pand-wide .box .share-pand-item.facebook a { background: #3B5998; }
.view-pand-wide .box .share-pand-item.twitter a { background: #1DA0F2; }
.view-pand-wide .box .share-pand-item a:hover { background: #F99F18; color: #fefefe; }

@media only screen and (min-width: 1240px) {
	.view-pand-wide.centerize { width: 1200px; }
	.view-pand-wide .grid-960 { width: 1200px; }
	.view-pand-wide .grid-560 { width: 700px; }
	.view-pand-wide .grid-400 { width: 500px; }
}

@media only screen and (min-width: 1840px) {
	.view-pand-wide.centerize { width: 1800px; }
	.view-pand-wide .grid-960 { width: 1800px; }
	.view-pand-wide .grid-560 { width: 1200px; }
	.view-pand-wide .grid-400 { width: 600px; }
	.view-pand-wide .box .txt table { padding-right: 80px; }
	.view-pand-wide .box .txt table + br { display: none; } 
}

@media only screen and (max-width: 820px) {
	.view-pand-wide .box .txt table { width: auto; position: relative; float: none; display: block; padding-right: 0px; }
}


/* Ibox 
	 Always Awake full screen picture
*/

#ibox-bg { position: fixed; overflow: hidden; width: 100%; height: 100%; background-color: #222 !important; }
#ibox-tl { position: absolute; top: 10px; left: 10px; z-index: 5; }
#ibox-tr { position: absolute; top: 10px; right: 10px; z-index: 5; }
#ibox-bl { position: absolute; bottom: 10px; left: 10px; z-index: 5; }
#ibox-br { position: absolute; bottom: 10px; right: 10px; z-index: 5; }
.ibox-btn { position: relative; display: inline-block; float: left; margin: 5px; }
.ibox-btn a { display: inline-block; font-weight: 700; font-size: 24px; text-transform: uppercase; padding: 4px 15px 7px 15px; text-align: center; color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: rgba(0,0,0,0.4); }
.ibox-btn a:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 7px; left: 7px; }
.ibox-btn.prev a:before { content: "\f137"; }
.ibox-btn.next a:before { content: "\f138"; }
.ibox-btn.close a:before { content: "\f057"; }
.ibox-btn.download a:before { content: "\f019"; }
.ibox-btn a:hover { opacity: 1; background: #BBBBBA; color: #fafafa; }

/* Ft */

#ft { position: relative; background: #fefefe; padding: 60px 0px 0px 0px; }

.ft-cookie-notice { position: relative; padding: 60px 0px 40px 0px; text-align: center; font-size: 14px; font-weight: 300; }
.ft-cookie-notice a { color: #111; text-decoration: underline; font-weight: 300; }
.ft-forward { position: relative; text-align: center; margin-top: 40px; }
.ft-forward a { position: relative; display: inline-block; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; color: #333; padding: 12px 8px; font-size: 18px; font-weight: 300; margin: 0px 4px; overflow: hidden; }
.ft-forward a:hover { background: #eee; color: #333; }

.ft-info { position: relative; padding: 20px 0px; background: #eee; }
.ft-info-biv { text-align: right; }
.ft-info-biv img { display: inline-block; width: 160px; height: auto; }
.ft-info-biv .txt { margin-top: 7px; }

.ft-info-contact .icon { position: relative; text-align: center; display: inline-block; padding: 0; margin: 0px 5px; z-index: 11; }
.ft-info-contact .icon a i { position: relative; font-size: 32px; color: #333; background: rgba(255,255,255,0.8); text-align: center; width: 32px; padding: 24px; border-radius: 50%; -webkit-border-radius: 50%; margin: 5px; }
.ft-info-contact .icon:hover a i { color: #fefefe; background: #F99F17; }
.ft-info-contact .icon a i.fa-soundcloud { padding: 24px 28px 24px 20px; }

.ft-tagline { background: #333; }
.ft-tagline .box { text-align: center; }
.ft-tagline .box p { font-size: 32px; font-weight: 400; color: #fefefe; }
.ft-tagline .box p strong, .ft-tagline .box p b { font-weight: 400; color: #F99F17; }

#ft-credits { position: absolute; left: 10px; bottom: 10px; }
#ft-credits a { font-size: 10px; font-weight: 400; text-transform: uppercase; text-decoration: none; color: rgba(0,0,0,0.8); background: rgba(255,255,255,0.8); padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; -webkit-border-radius: 3px; }
#ft-credits a:hover { color: #fafafa; background: rgba(0,0,0,0.6); }

/* Welcome */

.background-slider-placeholder { position: relative; width: 100%; height: 100%; }
.background-slider-container { position: fixed; width: 100%; height: 100%; }
#background-slider-forward-dest { position: relative; margin-bottom: 60px; }

.background-slider-fixed { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.background-slider { position: relative; width: 100%; height: 100%; }
.background-slider .item { position: relative; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.background-slider-forward { position: absolute; bottom: 0px; left: 0; width: 100%; text-align: center; z-index: 100; }
.background-slider-forward h1 { padding: 10px 40px 10px 40px; background: #fefefe; display: inline-block; color: #333; font-family: 'Source Sans Pro'; text-transform: uppercase; font-weight: 300; font-size: 18px; max-width: 80%; box-shadow: 0px -10px 20px -10px rgba(120,108,101,1); -webkit-box-shadow: 0px -10px 20px -10px rgba(120,108,101,1); }
.background-slider-forward i { color: #333; display: block; font-size: 32px; }

.welkom-cn { position: relative; width: 100%; } 

/* Contact */

.google-map { width: 100%; position: relative; }
.google-map iframe { width: 100%; height: 260px; display: block; }

/* Hyperlinks */

a {	color: #333333;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #F99F18; }

/* Forms */

input, button { color: #4A4A48; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-weight: 300; background: #fafafa; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #afafaf; -webkit-appearance: none; box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); border-radius: 3px; -webkit-border-radius: 3px; }
select { color: #4A4A48; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-weight: 300; background: #fafafa; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #afafaf; -webkit-appearance: none; box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); border-radius: 3px; -webkit-border-radius: 3px; } 
textarea { color: #4A4A48; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-weight: 300; background: #fafafa; width: 100%; padding: 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #afafaf; resize:vertical; -webkit-appearance: none; box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1); border-radius: 3px; -webkit-border-radius: 3px; }
label { color: #4A4A48; font-size: 15px; }
::-webkit-input-placeholder { color: #333; font-style: italic !important; }
:-moz-placeholder { color: #333; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #333; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #333; font-style: italic !important; }
.placeholder { color: #333; font-style: italic !important; }
.half-left { float: left; width: 50%; }
.half-right { float: right; width: 50%; }
.forms-form-input, .forms-form-date, .forms-form-select, .forms-form-sc { position: relative; margin: 10px 20px; }
.forms-form-input input:focus, .forms-form-sc input:focus, .forms-form-textarea textarea:focus { color: #333; border-color: #F99F18; box-shadow: 0px 0px 0px 3px #F99F18; -webkit-box-shadow: 0px 0px 0px 3px #F99F18; }
.forms-form-file { position: relative; margin: 25px 10px; height: auto; }
.forms-form-file label { display: block; position: relative; margin-bottom: 6px; }
.forms-form-submit { position: relative; margin: 20px; padding-bottom: 20px; text-align: center; }
.forms-form-date .forms-form-date-day { width: 25%; }
.forms-form-date .forms-form-date-month { width: 50%; }
.forms-form-date .forms-form-date-year { width: 25%; }
.forms-form-checkbox { position: relative; margin: 20px 10px 20px 20px; }
.forms-form-checkbox label { font-size: 16px; }
.forms-form-checkbox input[type=checkbox] { display:none; }
.forms-form-checkbox input[type=checkbox] + label:before { font-family: FontAwesome; display: inline-block; width: 40px; font-size: 21px; content: "\f0c8"; color: #BDBDBD; }
.forms-form-checkbox input[type=checkbox] + label:hover { color: #8F9066; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #97C03C; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #97C03C; }
.forms-form-radio { position: relative; margin: 10px 20px; }
.forms-form-radio label { font-size: 16px; }
.forms-form-radio input[type=radio] { display:none; }
.forms-form-radio input[type=radio] + label:before { font-family: FontAwesome; display: inline-block; width: 40px; font-size: 21px; content: "\f0c8"; color: #BDBDBD; }
.forms-form-radio input[type=radio] + label:hover { color: #8F9066; }
.forms-form-radio input[type=radio]:checked + label { color: #97C03C; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #97C03C; }
.forms-form-textarea { position: relative; margin: 25px 20px; }
.forms-form-textarea textarea { min-height: 200px; }
.forms-form-sc .forms-form-sc-code { display: inline-block; color: #404040; font-weight: 700; margin: 0px 10px; font-size: 18px; }
.forms-form-sc input { display: inline-block; width: 60px; } 
option[default] { display: none; }
input[type=submit], button { text-align: center; text-decoration: none; text-transform: uppercase; color: #fefefe; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 700; background: #333; padding: 14px 20px; display: inline-block; width: auto; border: 0; box-shadow: 0px 0px; }
input[type=submit]:hover, button:hover { cursor: pointer; background: #F99F18; color: #fefefe; }
select.empty, input.empty { border: 2px solid #E74443; }

/* Responsive */

@media only screen and (min-width: 1280px) and (max-width: 1680px) {
	#header-flow .centerize, #header-fixed .centerize { position: relative; width: 1200px; }
}


@media only screen and (min-width: 1680px) {
	#header-flow .centerize, #header-fixed .centerize { position: relative; width: 1620px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	#header-fixed .menu a { padding: 14px 4px; font-size: 14px; margin: 0px 2px; }
	.view-onepager-quote .banner .ttl h1 { font-size: 48px; }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	body { min-width: 800px; }
	.grid-160 { width: 128px; }
	.grid-240 { width: 192px; }
	.grid-320 { width: 256px; }
	.grid-400 { width: 320px; }
	.grid-480 { width: 384px; }
	.grid-560 { width: 448px; }
	.grid-640 { width: 512px; }
	.grid-720 { width: 576px; }
	.grid-800 { width: 640px; }
	.grid-880 { width: 704px; }
	.grid-960, .centerize { width: 768px; }
	.box .ttl h1, .box .ttl p { font-size: 28px; }
	#top-slider-container { width: 748px; height: 276px; }
	#top-slider { width: 748px; height: 276px; }
	#top-slider .item .top-slider-caption h4 { font-size: 36px; }
	#top-slider-prev, #top-slider-next { display: none; }
	#header-flow .menu { position: relative; display: block; width: 100%; text-align: center; padding: 0; margin: 0; }
	#header-flow .lang { float: right; margin-top: 0px; }	
	#header-flow .logo { position: relative; display: block; width: 100%; text-align: center; padding: 0; margin: 0; }
	#header-flow .logo a { display: inline-block; }
	#header-fixed .menu a { padding: 14px 4px; font-size: 14px; margin: 0px 2px; }
	
	.view-onepager .banner, .view-onepager-quote .banner { height: auto; }
	.view-onepager .banner .img, .view-onepager-quote .banner .img { display: block; }
	.view-onepager .banner .img img, .view-onepager-quote .banner .img img { width: 100%; height: auto; }
	.view-onepager-quote .banner .ttl h1 { font-size: 44px; }
 	.view-onepager-quote .banner .ttl { position: absolute; top: 0; transform: none; top: 50%; transform: translateY(-50%); }
	
}

@media only screen and (max-width: 739px) {
	.ibox-btn a { font-size: 42px; padding: 4px 24px 4px 24px; }
	.ibox-btn a:before { top: 10px; left: 10px; }
	.ibox-ttl { display: none !important; }
}

@media only screen and (max-width: 820px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block; }	
	body { width: 100%; }
	.grid-160, .grid-240 { width: 50%; }	
	.grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-800, .grid-880, .grid-960 { width: 100%; }
	.view-picturefolder .grid-320 { width: 50%; }
	.centerize { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px; }
	.centerize.ft { padding: 100px 0px 40px 0px; background-size: 280px; }
	.ttl { padding: 10px; }
	.ttl h1 { font-size: 28px !important; margin-top: 10px; }
	.ttl h2 { font-size: 24px !important; }	
	.ttl .btn { float: left; display: inline; }
	.txt { padding: 10px; }
	.grid-960 > .box > .txt { padding: 10px; }
	.txt h3 { font-size: 20px !important; }
	.txt p { font-size: 16px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.cover .ttl h1 { font-size: 24px; }
	#cn { padding: 52px 0px 0px 0px; }
	#top-slider-container, #top-slider-prev, #top-slider-next { display: none; }
	#header-flow, #header-fixed { display: none; }
	#header-responsive { min-height: 20px; display: block; z-index: 101; }
	#header-responsive .menu, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; }
	#header-responsive .menu a, #header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; padding: 14px 24px; border: 0; border-top: 1px solid rgba(0,0,0,0.1); color: #333; background: #fefefe; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; margin: 0; }
	#header-responsive .menu a.active, #header-responsive .lang a.active { border-top: 1px solid rgba(0,0,0,0.1); color: #fefefe; background: #F99F17; }
	#header-responsive .logo { position: relative; padding: 2px 10px 0px 5px; }
	#header-responsive .logo img { height: 46px; width: auto; display: block; }
	#menu-responsive-btn { color: #333; position: relative; float: right; padding: 12px 12px; border: 0; border-left: 1px solid rgba(0,0,0,0.1); }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: FontAwesome; font-size: 24px; }
	#lang-responsive-btn { color: #0E1B42; position: relative; float: right; font-family: 'Source Sans Pro', serif; text-transform: uppercase; color: #333; font-size: 18px; font-weight: 700; padding: 12px 8px; border-left: 1px solid rgba(0,0,0,0.1); }
	#cart-responsive-btn { position: relative; float: right; font-family: 'Source Sans Pro', serif; text-transform: uppercase; color: #333; font-size: 18px; font-weight: 700; padding: 12px 8px; }
	#cart-responsive-btn a { color: #333; font-weight: 700; }
	#cart-responsive-btn:before { position: relative; display: inline; content: "\f07a"; font-family: FontAwesome; background: #F99F18; color: #fefefe; font-size: 14px; padding: 8px 9px 8px 7px; border-radius: 32px; text-align: center; width: 14px; margin-right: 6px; }

	.half-left, .half-right { float: none; width: 100%; }
	.view-onepager .banner, .view-onepager-quote .banner { height: auto; }
	.view-onepager .banner .img, .view-onepager-quote .banner .img { display: block; }
	.view-onepager .banner .img img, .view-onepager-quote .banner .img img { width: 100%; height: auto; }
	.view-onepager-quote .banner .ttl h1 { font-size: 20px !important; }
 	.view-onepager-quote .banner .ttl { position: absolute; top: 0; transform: none; }
	.view-magazine .box { text-align: center; }
	.view-magazine .box .img { max-width: 60%; display: inline-block; margin: 0 auto; }
	.view-magazine .box .ttl { margin-top: -30px; } 
	
	.responsive-dropdown { position: fixed; z-index: 1; width: 100%; padding: 0px; background: #fefefe; box-shadow: 0px -10px 30px #777; margin: -4px 0px 0px 0px; }
	.responsive-dropdown select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 30px 10px 10px; margin: 0px; font-size: 18px; color: #0E1B42; box-shadow: 0 0; border: 0; }
	.responsive-dropdown select option { color: #0E1B42; background: #f0f1f3; font-size: 18px; font-weight: 300; }
	.responsive-dropdown:after { content: "\f078"; font-family: FontAwesome; font-size: 14px; position: absolute; padding: 7px; right: 0; top: 10px; color: #0E1B42; z-index: -1; border-left: 1px solid rgba(0,0,0,0.1); }
	.responsive-dropdown-spacer { position: relative; height: 20px; }
	.grid-320.view-samples .box:hover .overlay { display: none; }
	
	.background-slider-forward { position: relative; margin-top: -4px; bottom: auto; left: auto; width: 100%; text-align: center; z-index: 100; }
	.background-slider-forward h1 { position: relative; padding: 10px 0px; background: #fefefe; display: block; width: 100%; font-size: 14px; max-width: 100%; }
	.background-slider-forward i { font-size: 24px; margin-top: 6px; }
	
	.view-two-headlines .box .ttl h1 { font-size: 18px !important; }
	.view-three-headlines .box .ttl h1 { font-size: 16px !important; }
	.view-six-headlines .box .ttl h1 { font-size: 14px !important; }

	.ft-info-contact { padding-top: 20px; }
}

@media only screen and (max-width: 820px) {
	#header-responsive .menu a, #header-responsive .lang a { width: 50%; padding: 24px 5px; float: left; }
	#header-responsive .menu a:nth-child(odd), #header-responsive .lang a:nth-child(odd) { border-right: 1px solid rgba(0,0,0,0.1); }
}

/* Print */

@media print {
	html, body { width: 210mm; height: 297mm; }
 	@page { margin: 5mm; size: A4; }
	.menu, .lang, #header-flow .cart, #header-responsive, #header-fixed { display: none !important; }
	.media-print-hidden { display: none !important; }
	.media-print-visible { display: block !important; }
	.media-print-full-width { width: 200mm; padding: 0; margin: 0; }
	.box .txt p, .box .txt table td { font-size: 11pt; }
	.box .img.media-print-visible { width: 100%; text-align: center; }
	.box .img.media-print-visible img { width: auto; height: auto; display: inline-block; vertical-align: top; }
	.view-pand-contact:before { display: none; }
	.view-pand-wide .box.view-pand-contact .txt h2 { padding: 5px 10px 5px 40px; }
	.view-pand-wide .box.view-pand-contact .txt h2:first-child:before { top: 7px; }
	.view-pand-wide .box.view-pand-contact .txt h2:nth-child(2):before { top: 6px; }
	.view-pand-wide .box .pand-print-image { width: 10cm !important; padding: 10px; }
	.view-pand-wide .box .pand-print-image img { max-width: 100% !important; }
}

/* Custom views and theme */

body.body-welkom #header-flow { position: absolute; background: 0; z-index: 2000; top: 0px; min-height: auto; }
body.body-welkom #header-flow .centerize { background: #fefefe; box-shadow: 0px 2px 30px -10px #151515; -webkit-box-shadow: 0px 2px 30px -10px #151515; }
/*
body.body-welkom #header-flow .menu { margin-top: 18px; }
body.body-welkom #header-flow .logo { padding: 6px 0px; }
body.body-welkom #header-flow .logo img { height: 70px; width: auto; }
*/

.background-slider-title { position: relative; text-align: center; top: 40%; transform: translateY(-40%); z-index: 100; }
.background-slider-title h2 { color: #fefefe; font-size: 83px; font-weight: 700; text-transform: uppercase; text-shadow: 0px 2px 2px #151515; padding: 0px 0px 5px 0px; margin: 0; line-height: 1em; }
.background-slider-title h3 { color: #fefefe; font-size: 48px; font-weight: 300; text-transform: uppercase; text-shadow: 0px 2px 2px #151515; padding: 0px 0px 5px 0px; margin: 0; line-height: 1em; }

@media only screen and (min-width: 820px) and (max-width: 1020px) {
	.ft-info-biv .txt p, .ft-info-contact .txt p { font-size: 15px; }
} 

@media only screen and (max-width: 820px) {
	.view-over-ons-troeven .grid-480 { width: 50%; }
	.view-over-ons-troeven .box .ttl h1 { font-size: 15px !important; }
	.view-over-ons-troeven .box .ttl { padding: 0; }
	.view-over-ons-troeven .box .icon i { font-size: 26px; padding: 20px; border-radius: 36px; text-align: center; width: 26px; }
	.view-over-ons-troeven .box .icon i.fa-graduation-cap { padding: 20px 24px 20px 16px; }
	.view-over-ons-troeven .box .icon i.fa-newspaper-o { padding: 20px 23px 20px 17px; }
	.view-over-ons-header .box .txt h1 { font-size: 18px; }
	.view-over-ons-header .box .txt h2 { font-size: 15px; }
	.background-slider-title h2 { font-size: 26px; }
	.background-slider-title h3 { font-size: 15px; }
	.ft-info-contact, .ft-info-biv { text-align: center; }
	.ft-info { background: 0; }
	.ft-info-contact { background: #eee; }
	.ft-info-biv { font-size: 11px; font-weight: 400; }
	.ft-tagline { padding: 20px 0px; }
	.ft-tagline .box p { font-size: 16px; }

	#zoekbalk { font-size: 11px; }
	#zoekbalk .centerize { text-align: center; }
	#zoekbalk .select:before { content: "\f078"; font-family: FontAwesome; font-size: 8px; position: absolute; padding: 9px 4px; right: 10px; top: 0px; color: #0E1B42; z-index: 1; border-left: 1px solid rgba(0,0,0,0.1); }
	#zoekbalk select { font-size: 11px; padding: 5px 15px 5px 5px; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
	#zoekbalk input[type=submit] { font-size: 11px; padding: 6px 10px 6px 10px; }

	.view-welkom-logos .box img { display: inline-block; width: 80px; height: auto; padding: 0px 20px; }
	
}

@media only screen and (min-width: 480px) and (max-width: 820px) {
	.view-panden .grid-320 { width: 50%; } 
}

/* Colorbox */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxWrapper { max-width:none; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; }
.cboxIframe { width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay { background:#000;}
#colorbox { outline:0;}
    #cboxContent { margin-top:40px;}
        .cboxIframe { background:#fff;}
        #cboxError { padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ }
        #cboxTitle { position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent { position:absolute; top:-20px; right:40px; color:#ccc; visibility: hidden !important; }
        #cboxLoadingGraphic{ }
        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline:0; }
        #cboxSlideshow {position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-50px; width:50px; height:100px; background: rgba(0,0,0,0.6); color: #ccc; outline: none; }
        #cboxPrevious { left: 0px; }
        #cboxPrevious:before { font-size: 72px; font-family: FontAwesome; content: "\f104"; }
        #cboxNext:hover, #cboxPrevious:hover { color: #fff; background: rgba(0,0,0,0.8); }
        #cboxNext { right:0px; }
        #cboxNext:before { font-size: 72px; font-family: FontAwesome; content: "\f105"; }
        #cboxClose { position:absolute; top: -45px; right: -14px; display:block; width:45px; height:45px; color: #ccc; outline: 0; }
        #cboxClose:before { font-family: FontAwesome; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #fff; }
				
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.pand-carousel .slide img { max-height: 400px; width: auto; }
.pand-carousel .slide { padding: 0px 10px; }
.pand-carousel .slick-prev { position: absolute; left: 0; top: 0; bottom: 0; z-index: 10; border-radius: 0; -webkit-border-radius: 0; }
.pand-carousel .slick-next { position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; border-radius: 0; -webkit-border-radius: 0; }
.pand-carousel .slick-prev i,.pand-carousel .slick-next i { font-size: 200%; } 

@media only screen and (max-width: 460px) {
	.pand-carousel .slide img { max-height: 240px; width: auto; }
}

@media only screen and (min-width: 460px) and (max-width: 820px) {
	.pand-carousel .slide img { max-height: 320px; width: auto; }
}				
				
