/* 

	 Dirty Workz
	 2016 Always Awake bvba

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

@import url(//fonts.googleapis.com/css?family=Titillium+Web:300italic,700italic,300,400,700|Fjalla+One);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

#aa-cookiebar { display: none; }
#aa-cookiebar-cn { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; font-size: 15px !important; color: #1f1f1f; padding: 5px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: stretch; z-index: 999; }
#aa-cookiebar-msg { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; }
#aa-cookiebar-msg a { color: #1f1f1f; font-weight: 700; text-decoration: underline; }
#aa-cookiebar-btn { margin: 0px; text-align: center; }
#aa-cookiebar-btn a { position: relative; display: inline-block; vertical-align: middle; padding: 0.7em 2em; margin: 0px 0px 0px 4px; min-width: 100px; font-family: Arial, sans-serif; font-weight: 700; color: #fefefe; background: #0a9ddf; border-radius: 3px; -webkit-border-radius: 3px; }
#aa-cookiebar-btn a:first-child { background: 0; color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-btn a:hover { opacity: 0.8; cursor: pointer; }

@media only screen and (max-width: 680px) {
	#aa-cookiebar-cn { font-size: 12px !important; -webkit-text-size-adjust: none; text-size-adjust: none; }
	#aa-cookiebar-cn > * { flex: 1 100%; }
	#aa-cookiebar-msg { margin: 5px 10px 10px 10px; }
	#aa-cookiebar-btn a { margin: 0px 2px; }
}

/* Basics */

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

html { color: #0F090C; font-family: 'Titillium Web', sans-serif; font-weight: 400; font-size: 16px; width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-y: scroll; }
body { margin: 0px; padding: 0px; height: 100%; background: #fffff1; 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 { }
button:hover, .linkable:hover { cursor: pointer; }
.responsive-show { display: none; }
.nowrap { white-space: nowrap; }
td { vertical-align: top; }

/* Header */

#header-responsive { position: fixed; width: 100%; z-index: 100; background: rgba(15,9,12,0.9); min-height: 20px; display: none; }
#header-fixed { position: fixed; width: 100%; z-index: 101; background: rgba(15,9,12,0.9); display: none; height: 50px; overflow: hidden; }
#header-flow { position: relative; width: 100%; min-height: 90px; text-align: center; vertical-align: top; background: rgba(15,9,12,0.9); z-index: 100; padding-top: 10px; }

.menu { position: relative; text-align: right; padding: 0px; }
.menu a { position: relative; display: inline-block; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 18px; color: #B97650; padding: 12px 18px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0.2em; }
.menu a:hover { color: #FECA77; background: 0; }
.menu a.active { color: #fffff1; background: 0; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 18px; color: #9f9f9f; padding: 12px 18px; margin: 0px; overflow: hidden; vertical-align: bottom; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.lang a:hover { color: #e92c0f; background: 0; }
.lang a.active { background: #636363; color: #fffff1; }
.logo { position: relative; padding: 5px 0px; float: left; margin: 0px; }

#header-flow .menu { position: relative; text-align: right; padding-top: 10px; padding-right: 10px; }
#header-flow .menu a { border: 2px solid #B97650; margin: 2px 10px; }
#header-flow .menu a:hover { border: 2px solid #FECA77; }
#header-flow .menu a.active { border: 2px solid #fffff1; } 
#header-flow .lang { position: absolute; top: 0px; right: 0px; }
#header-flow .lang a { padding: 6px 10px; }
#header-flow .logo { position: relative; padding: 5px 20px; z-index: 100; text-align: center; }
#header-flow .logo img { display: inline-block; width: auto; height: 60px; padding: 0px; }
#header-fixed .logo { position: absolute; top: 0px; left: 0px; padding: 0px; z-index: 100; text-align: center; }
#header-fixed .logo img { display: inline-block; width: auto; height: 50px; padding: 0px 10px; }
#header-fixed .menu { margin: 0px; float: right; }
#header-fixed .menu a { padding: 15px 15px; border-radius: 0px; -webkit-border-radius: 0px; }

#breadcrumbs { position: relative; background: #fffff1; }
#breadcrumbs .box { text-align: left; }
#breadcrumbs .box a { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; font-size: 15px; }
#breadcrumbs .box a i { position: relative; display: inline-block; font-size: 80%; top: -1px; margin-right: 6px; } 
#breadcrumbs .box a:not(:first-child):before { position: relative; display: inline-block; content: "\f105"; font-family: FontAwesome; font-size: 80%; top: -1px; left: -10px; }

.add-header-spacer { position: relative; margin-top: 120px; }

/* Project */

.priority_message .box { position: relative; background: #FAA487; color: #fffff1; font-size: 20px; padding: 0; overflow: hidden; }
.priority_message .box .txt { position: relative; padding: 20px 10px 20px 10px; margin: 0px 0px 0px 60px; background: #636363; }
.priority_message .box .txt:before { position: absolute; left: -50px; content: "\f12a"; font-family: FontAwesome; background: #fffff1; color: #636363; 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; text-align: center; vertical-align: top; }
.grid-160, .grid-240, .grid-320, .grid-400, .grid-480, .grid-560, .grid-640, .grid-720, .grid-960 { position: relative; float: none; display: inline-block; vertical-align: top; }
.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 #636363; -webkit-box-shadow: 0px 5px 25px -8px #636363; }
*/
.add-margin { margin: 10px; }
.add-background { position: relative; background: rgba(15,9,12,0.05); }

.action { position: relative; background: #B97650; margin: 0px; z-index: 99; }
.action .box .ttl { position: relative; padding: 10px 10px 0px 10px; z-index: 1; text-align: left; }
.action .box .ttl h1 { color: #fffff1; font-size: 36px; }
.action .box .txt { color: #fffff1; padding: 10px; text-align: center; font-size: 18px; text-align: left; }
.action .box .txt a { color: #fffff1; text-decoration: underline; }
.action .box .txt a:hover { color: #fffff1; }

.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: rgba(15,9,12,0.1); }
.box .ttl h1, .box .ttl p { font-size: 28px; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; color: #B97650; }
.box .ttl h1, .box .ttl h1 a { font-weight: 400; color: #B97650; }
.box .ttl h2 { font-size: 28px; line-height: 1em;  }
.box .ttl h2, .box .ttl h2 a { font-weight: 400; color: #636363; }
.grid-640 > .box > .ttl { padding: 10px; }
.grid-320 > .box > .ttl { padding: 10px 5px; }

.box .ttl.boxed { padding: 0px; border-left: 20px solid #B97650; margin: 0; text-align: left; }
.box .ttl.boxed h4 { padding: 6px 0px; line-height: inherit; font-size: 18px; background: #B97650; display: inline-block; margin: 0; font-weight: 700; vertical-align: bottom; }
.box .ttl.boxed h4 a { position: relative; left: -10px; color: #0F090C; text-transform: uppercase; font-weight: 700; }
.box .ttl.boxed.right { padding: 0px; border-left: 0; border-right: 20px solid #B97650; margin: 0; }
.box .ttl.boxed.right h4 a { padding: 0px; left: auto; right: -10px; }
.box .ttl.boxed.active { border-left: 20px solid #fffff1; }
.box .ttl.boxed.active h4 { background: #fffff1; }
.box .ttl.boxed.active h4 a { color: #0F090C; }
.box .ttl.boxed.right.active { border-left: 0; border-right: 20px solid #fffff1; }
.linkable:hover .ttl.boxed { border-left: 20px solid #FECA77; }
.linkable:hover .ttl.boxed.right { border-left: 0; border-right: 20px solid #FECA77; }
.linkable:hover .ttl.boxed h4 { background: #FECA77; }
.linkable:hover .ttl.boxed h4 a { color: #0F090C; }

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

.cover { z-index: 10; }
.cover .date { position: relative; float: right; padding: 5px 10px; margin: 0px; border: 1px solid #555; color: #555; }
.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: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.cover .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }

.cover .box { position: relative; color: #1B1112; padding: 0; font-size: 20px; overflow: hidden; }
.cover .box .ttl { position: relative; padding: 20px 10px 15px 10px !important; margin: 0px; }
.cover .box.linkable .ttl { margin: 0px 0px 0px 60px; }
.cover .box .ttl h1 { position: relative; font-family: 'Titillium Web', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: -.04em; line-height: 1em; color: #1B1112; font-size: 42px !important; padding: 0; margin: 0; }
.cover .box .ttl h1 a { font-size: 42px; color: #1B1112; }
.cover .box.linkable .ttl:before { position: absolute; left: -50px; content: "\f104"; font-family: FontAwesome; background: #636363; color: #fffff1; 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 { }
.cover .box.linkable:hover .ttl h1 a { color: #fffff1; }
.cover .box.linkable:hover .ttl:before { background: #fffff1; color: #636363; }

.box .txt { position: relative; padding: 10px; text-align: left; }
.grid-960 > .box > .ttl h1 { font-size: 42px; }
.grid-960 > .box > .txt { padding: 20px; text-align: justify; }
.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: 22px; line-height: 1.4em; font-weight: 400; }
.box .txt h4 { margin-bottom: 20px; font-size: 20px; line-height: 1.4em; font-weight: 400; }
.box .txt p { margin-bottom: 20px; font-size: 16px; line-height: 1.4em; }
.box .txt p:last-child { margin-bottom: 0px; }
.box .txt h1 a, .box .txt h2 a, .box .txt h3 a, .box .txt h4 a { font-weight: 400; }
.box .txt table { width: 100%; }
.box .txt table thead td { font-weight: 700; font-size: 18px; }
.box .txt table td { padding: 5px; }

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

.box .txt ul { list-style-type: none; padding: 0px; text-align: left; }
.box .txt li { position: relative; font-size: 17px; padding: 0px 5px 10px 24px; }
.box .txt li:before { position: absolute; left: 0px; top: 4px; content: "\f00c"; font-family: FontAwesome; color: #636363; font-size: 14px; }
.box .txt li a { font-weight: 400; }

.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: 'Titillium Web', sans-serif; text-transform: uppercase; color: #fffff1; padding: 11px; font-size: 21px; font-weight: 700; margin: 0px 4px; overflow: hidden; }
.box .btn.wide a { text-align: center; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fffff1; font-size: 21px; font-weight: 700; line-height: inherit; padding: 10px; }
.box .btn.centered { width: 100%; text-align: center; }
.box .btn.centered a { text-align: center; min-width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fffff1; font-size: 16px; padding: 16px; font-weight: 700; line-height: 0.8em; }

.box .btn a i { position: relative; display: inline-block; font-size: inherit; top: -2px; margin: 0px .5em 0px 0px; color: #fffff1; }
.box .btn a:hover, .box.linkable:hover .btn a { background: #0; color: #FECA77; }
.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; }

.files { position: relative; text-align: left; margin: 10px 35px; width: 100%; }
.files .btn { position: relative; display: inline-block; vertical-align: top; margin: 5px; min-width: 30%; }
.files .btn a { position: relative; color: #636363; background: #dedede; display: block; margin-top: 4px; min-height: 28px; overflow: hidden; text-align: left; padding: 0; }
.files .btn a .filename { position: relative; padding: 4px 10px 2px 44px; font-size: 21px; font-weight: 400; text-transform: none; }
.files .btn a .fileext { position: relative; font-size: 10px; padding: 0px 0px 6px 45px; font-weight: 400; text-align: left; }
.files .btn a i { position: absolute; left: 0px; top: 0px; border-right: 1px solid rgba(0,0,0,0.1); width: 24px; text-align: center; color: #636363; font-size: 25px; padding: 15px 5px; }
.files .btn:hover a i { color: #fffff1; border-right: 1px solid rgba(255,255,255,0.2); }
.files .btn:hover a { color: #fffff1; background: #686866; }

.social { position: relative; padding: 20px 10px; text-align: left; }
.social a { position: relative; display: inline-block; vertical-align: bottom; color: #B97650; border: 2px solid #B97650; text-align: center; border-radius: 32px; -webkit-border-radius: 32px; width: 30px; padding: 14px 12px 14px 12px !important; margin: 5px; }
.social a i { font-size: 24px; text-align: center; margin: 0; }
.social a:hover { border-color: #FECA77; opacity: 1; }
.social a:hover i { color: #FECA77; }

.box .forward { position: relative; text-align: right; padding: 0px 10px; }
.box .forward a { position: relative; display: inline-block; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 15px; color: #B97650; border: 2px solid #B97650; margin: 2px 10px; padding: 6px; letter-spacing: 0.2em; text-transform: uppercase; overflow: hidden; border-radius: 6px; -webkit-border-radius: 6px; }
.box .forward a:hover { color: #FECA77; border: 2px solid #FECA77; background: 0; }

.box .cta { position: absolute; bottom: 20px; left: 0; right: 0; padding: 0px; }
.box .cta a { position: relative; display: inline-block; padding: 12px 40px 12px 16px; border-radius: 6px; -webkit-border-radius: 6px; background: #e92c0f; color: #fffff1; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 15px; }
.box .cta a i { position: absolute; right: 4px; top: 6px; color: rgba(0,0,0,0.6); }
.box .cta a:hover { background: #ff4223; }
.box.add-cta { padding-bottom: 80px !important; }

/*
.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; }

.box .share { position: relative; float: left; margin: 20px 0px 5px 0px; }
.fb-share-button { min-width: 56px; overflow: hidden; }
.box .share .item { display: inline-block; margin-left: 10px; vertical-align: bottom; }
.box .share .item.mailto { }
.box .share .item.mailto a { position: relative; top: -6px; border-radius: 2px; -webkit-border-radius: 2px; padding: 2px 8px; font-size: 12px; font-weight: 700; background: #e92c0f; color: #fffff1; }
.box .share .item.mailto a:before { position: relative; display: inline-block; content: "\f003"; font-family: FontAwesome; color: #fffff1; font-weight: 400; font-size: 12px; margin-right: 8px; top: -1px; }
.box .share .item.mailto a:hover { background: #686866; }

/* Template */

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

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

.paginate-table { clear: both; position: relative; padding: 10px; margin: 0px; z-index: 1; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 32px; color: #B97650; background: #0f090c; line-height: 1em ;padding: 16px 20px; text-transform: uppercase; margin: 2px; border-radius: 6px; -webkit-border-radius: 6px; }
.paginate-table a i { margin-bottom: -2px; } 
.paginate-table a:hover { color: #FECA77; background: #0f090c; }
.paginate-table a.active, .paginate-table span { color: #0f090c; background: #FECA77; }

/* Background slider */

.background-slider-container { position: relative; width: 100%; height: 100%; background: #636363; }
#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-fixed .item .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.6); z-index: 60; }
.background-slider-fixed .item .caption { position: absolute; text-align: center; top: 60%; transform: translateY(-60%); -webkit-transform: translateY(-60%); padding: 0px; width: 100%; z-index: 61; }
.background-slider-fixed .item .caption h1 { font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 64px; position: relative; display: block; color: #fffff1; margin: 0 auto; padding: 0px; word-wrap: break-word; z-index: 6; }
.background-slider-fixed .item .caption h1 a { font-weight: 400; font-size: 64px; color: #fffff1; }
.background-slider-fixed .item .caption h2 { color: #fffff1; font-size: 24px; padding: 10px; font-style: italic; }
.background-slider-fixed .item .caption .cta { position: relative; padding: 20px 10px 10px 10px; }
.background-slider-fixed .item .caption .cta a { position: relative; display: inline-block; padding: 16px 60px 16px 20px; border-radius: 6px; -webkit-border-radius: 6px; background: #e92c0f; color: #fffff1; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 24px; }
.background-slider-fixed .item .caption .cta a i { position: absolute; right: 16px; top: 6px; color: rgba(0,0,0,0.6); }
.background-slider-fixed .item .caption .cta a:hover { background: #ff4223; }

/* 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: 'Titillium Web', sans-serif; text-transform: uppercase; text-align: center; font-size: 14px; position: relative; line-height: 1.2em; color: #636363; }

.view-three-headlines .box .ttl h1 a { color: #636363; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-three-headlines .box { overflow: hidden; }
.view-three-headlines .box.linkable:hover { }
.view-three-headlines .box.linkable:hover .ttl h1 a { }
.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: #fffff1; 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: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-three-headlines .date .date-year { font-size: 15px; font-weight: 400; 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: 'Titillium Web', sans-serif; text-transform: uppercase; text-align: center; font-size: 18px; position: relative; line-height: 1.2em; color: #636363; }

.view-two-headlines .box .ttl h1 a { color: #636363; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-two-headlines .box { overflow: hidden; }
.view-two-headlines .box.linkable:hover { }
.view-two-headlines .box.linkable:hover .ttl h1 a { }
.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: #fffff1; 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: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-two-headlines .date .date-year { font-size: 15px; font-weight: 400; 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: 'Titillium Web', sans-serif; text-transform: uppercase; text-align: center; font-size: 14px; position: relative; line-height: 1.2em; color: #636363; }

.view-six-headlines .box .ttl h1 a { color: #636363; line-height: 1em; position: relative; margin: 0; padding: 0; }
.view-six-headlines .box { overflow: hidden; }
.view-six-headlines .box.linkable:hover { }
.view-six-headlines .box.linkable:hover .ttl h1 a { }
.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 { background: #fffff1; box-shadow: 0px 6px 0px rgba(0,0,0,0.1); padding: 10px; }
.view-sidepanel .box .ttl { padding: 10px; }
.view-sidepanel .box .ttl { text-align: left; }
.view-sidepanel .box .ttl h1 { font-size: 21px; }
.view-sidepanel .box .txt { padding: 10px 10px 0px 10px; margin: 0; }

.view-schedule .box { text-align: left; }
.view-schedule .box .img { margin-top: 20px; }
.view-schedule .box .img img { border-radius: 10px; -webkit-border-radius: 10px; }
.view-schedule .box .date { position: relative; float: left; padding: 5px 10px; margin: 10px 20px 0px 0px; color: #1B1112; background: #fffff1; 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: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-schedule .box .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.view-schedule .box .ttl h1 { padding: 0px 5px; }
.view-schedule .box .ttl h1 a { font-family: 'Titillium Web', sans-serif; font-weight: 700; text-transform: uppercase; color: #fffff1; line-height: 1em; font-size: 48px; letter-spacing: -.04em; }
.view-schedule .box .ttl { position: relative; padding: 0px; }
.view-schedule .box .txt { padding: 5px 10px; }
.view-schedule .box .txt h4 { position: relative; margin: 0px; padding: 0; font-size: 20px; text-transform: uppercase; font-weight: 400; line-height: 1.2em; }
.view-schedule .box .txt h2 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1.2em; }
.view-schedule .box .txt h3 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1.2em; }
.view-schedule:hover { background: #FECA77; border-radius: 16px; -webkit-border-radius: 16px; }

.view-activity .box .img img { border-radius: 10px; -webkit-border-radius: 10px; }
.view-activity .location { padding: 10px 0px; }
.view-activity .location h4 { position: relative; margin: 0px; padding: 0px 0px 10px 0px; font-size: 20px; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.view-activity .location h2 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.view-activity .location h3 { position: relative; margin: 0px; padding: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; line-height: 1em; }
.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-activity .date { position: absolute; top: 10px; right: 10px; display: inline-block; padding: 5px 10px; margin: 0px 0px 20px 0px; color: #1B1112; background: #fffff1; border-radius: 6px; -webkit-border-radius: 6px; }
.view-activity .date .date-day { font-size: 48px; font-weight: 700; text-align: center; line-height: 0.9em; }
.view-activity .date .date-month { font-size: 30px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1em; }
.view-activity .date .date-year { font-size: 15px; font-weight: 400; text-transform: uppercase; text-align: center; line-height: 1.4em; }
.view-activity .ttl { margin-top: -30px; }

.view-onepager .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; }
.view-onepager .banner .img { display: none; }
.view-onepager .extra-img { border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }
.view-onepager .extra-img .overlay { position: absolute; top: 1%; left: 1%; width: 98%; height: 98%; background: rgba(196,156,37,0.05); border-radius: 50%; -webkit-border-radius: 50%; }
.view-onepager .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.4); z-index: 4; }
.view-onepager .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; z-index: 5; }
.view-onepager .caption h1 { font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 64px; position: relative; display: block; color: #fffff1; margin: 0 auto; padding: 0px; word-wrap: break-word; z-index: 6; letter-spacing: 0.2em; }
.view-onepager .caption .tags { border-top: 1px solid rgba(255,255,255,0.4); display: inline-block; vertical-align: top; }
.view-onepager .caption .tags .tag { position: relative; display: inline-block; vertical-align: top; }
.view-onepager .caption .tags .tag a { position: relative; display: inline-block; vertical-align: top; font-weight: 400; font-size: 18px; letter-spacing: 4px; text-transform: uppercase; padding: 10px 20px; color: #fefefe; }
.view-onepager .caption .tags .tag-div { position: relative; display: inline-block; vertical-align: top; padding: 10px 0px; font-weight: 400; font-size: 18px; color: #fefefe; }

.view-onepager-caption { position: relative; padding: 0px; }
.view-onepager-caption .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; } 
.view-onepager-caption .banner .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }
.view-onepager-caption .banner .img { display: none; }
.view-onepager-caption .banner .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; z-index: 5; }
.view-onepager-caption .banner .caption h3 { font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 64px; position: relative; display: block; color: #fffff1; margin: 0 auto; padding: 0px; word-wrap: break-word; z-index: 6; }
.view-onepager-caption .banner .caption p { color: #fffff1; font-size: 24px; padding: 10px; font-style: italic; }
/* .view-onepager-caption .txt { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-gap: 40px; -webkit-column-gap: 40px; -moz-column-gap: 40px; } */

.view-onepager-quote { position: relative; padding: 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; } 
.view-onepager-quote .banner .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(33,35,47,0.6); }
.view-onepager-quote .banner .img { display: none; }
.view-onepager-quote .banner .ttl { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; }
.view-onepager-quote .banner .ttl h1 { font-family: 'Titillium Web'; font-weight: 700; text-transform: uppercase; position: relative; display: inline-block; color: #fffff1; font-size: 56px; max-width: 90%; margin: 0 auto; padding: 0px; border-radius: 6px; -webkit-border-radius: 6px; opacity: 0.9; }
.view-onepager-quote .banner .ttl h1 i.fa-quote-left { position: relative; padding-right: 0.5em; font-size: 50%; color: #fffff1; top: -0.8em; }
.view-onepager-quote .banner .ttl h1 i.fa-quote-right { position: relative; padding-left: 0.5em;font-size: 50%; color: #fffff1; bottom: -0.3em; }
.view-onepager-quote .banner .ttl p { color: #fffff1; font-size: 18px; font-weight: 700; padding: 10px; display: inline-block; margin-top: 10px; border-radius: 6px; -webkit-border-radius: 6px; }

.view-onepager-forward .item-container .item .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.1); z-index: 4; }
.view-onepager-forward .item-container .item .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0px; width: 100%; z-index: 5; }
.view-onepager-forward .item-container .item video {  position: absolute; right: 0; bottom: 0; z-index: 3; min-width: 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.view-onepager-forward .item-container .item .caption .logo { position: relative; text-align: center; padding: 0px 0px 0px 0px; z-index: 6; }
.view-onepager-forward .item-container .item .caption .logo img { position: relative; display: inline-block; vertical-align: bottom; width: auto; height: 320px; }
.view-onepager-forward .item-container .item .caption h1 { font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: 0.2em; position: relative; display: block; color: #fffff1; max-width: 90%; margin: 0 auto; padding: 10px 0px; word-wrap: break-word; z-index: 6; }
.view-onepager-forward .item-container .item .caption .cta { position: relative; text-align: center; padding: 20px 0px 40px 0px; z-index: 6; }
.view-onepager-forward .item-container .item .caption .cta a { position: relative; display: inline-block; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 18px; color: #fffffe; padding: 12px 18px; overflow: hidden; vertical-align: bottom; letter-spacing: 0.2em; border: 2px solid #fffffe; margin: 2px 10px; }
.view-onepager-forward .item-container .item .caption .cta a:hover { color: #FECA77; border: 2px solid #FECA77; background: 0; }
.view-onepager-forward .item-container .item:last-child { margin-bottom: 40px; } 

.view-magazine .grid-960:nth-child(even) .grid-320:nth-child(odd) { float: right; }
.view-magazine .box .ttl { margin-top: -10px; }
.view-magazine .box .txt { text-align: center; }
.view-magazine .linkable:hover { background: #636363; }
.view-magazine .linkable:hover img { box-shadow: 0 0 !important; -webkit-box-shadow: 0 0 !important; }

.view-magazine .img { border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; }
.view-magazine .img .overlay { position: absolute; top: 1%; left: 1%; width: 98%; height: 98%; background: rgba(196,156,37,0.05); border-radius: 50%; -webkit-border-radius: 50%; }

.view-toc { position: relative; overflow: hidden; } 
.view-toc .boxed.right { text-align: right; }
.view-toc .holds-item { position: relative; padding-top: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-toc .holds-item .extra-img .img { margin-bottom: 20px; }
.view-toc .holds-item .ttl { text-align: left; }
.view-toc .holds-item .ytb { margin: 20px 0px 0px 0px; }
.view-toc .holds-menu { position: relative; padding-top: 42px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-toc .holds-menu .box { padding: 0px 30px 10px 0px; }
.view-toc .holds-menu .box .ttl { background: #000; }
.view-toc .holds-menu .box .ttl h4 { display: block; text-align: right; }
.view-toc .holds-menu .box .ttl h4 a { position: relative; color: #0F090C; font-weight: 400; text-transform: none; font-size: 17px; }
.view-toc .holds-menu .box .ttl:hover { background: #FECA77; }
.view-toc .holds-menu .box .ttl:hover h4 a { color: #0F090C; }
.view-toc .holds-menu .box .ttl.active { background: #fffff1; }
.view-toc .holds-menu .box .ttl.active h4 a { color: #0F090C; }

.view-toc .box table { border-collapse: collapse; font-weight: 300 !important; }
.view-toc .box table td { padding: 10px; border: 1px solid #d4d4d4; }
.view-toc .box table tr td:first-child { font-weight: 400 !important; }

.view-toc .paginate-table { text-align: left; padding: 10px 0px; }
.view-toc .paginate-table a, .view-toc .paginate-table span { font-size: 16px; padding: 12px 14px; border-radius: 0px; -webkit-border-radius: 0px; }

.view-picturefolder .img img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.view-picturefolder .img: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-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; }
.view-picturefolders .img:hover img { border: 1px solid #dadada; padding: 9px; -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; }

/* Custom views */

body.body-welcome #header-flow { position: absolute; background: 0; z-index: 100; top: 0px; min-height: auto; }

.masonry-container { margin: 0 auto; }

.view-welcome-news .ttl { text-align: left; }
.view-welcome-news .ttl h1 a { font-size: 120%; }
.view-welcome-news .date { text-align: left; color: #B97650; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 15px; padding: 0px 10px; }

.view-releases .box.linkable:hover { background-color: #FECA77; }

.view-artists { }
.view-artists .box .ttl { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(15,9,12,0.9); padding: 20px 0px; }
.view-artists .box .ttl h1 { opacity: 0.8; }
.view-artists .box:hover .ttl h1 { opacity: 1; }
.view-artists .box:hover .ttl h1 a { color: #FECA77; }
.view-artists .box { overflow: hidden; }

.view-artist-title .box .ttl { text-align: center; }
.view-artist-title .box .ttl h1 { font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 72px; letter-spacing: 0.2em; position: relative; display: block; color: #fffff1; max-width: 90%; margin: 0 auto; padding: 10px 0px; word-wrap: break-word; z-index: 6; padding-left: 0.15em; }
.view-artist-title .box { text-align: center !important; }
.view-artist-title .box .tags { position: relative; display: inline-block; text-align: center; border-top: 1px solid rgba(255,255,241,0.6); }
.view-artist-title .box .tags .tag a { position: relative; display: inline-block; vertical-align: top; font-weight: 400; font-size: 18px; letter-spacing: 4px; text-transform: uppercase; padding: 10px 20px; color: #151818; }
.view-artist-title .box .txt { background: #fefefe; padding: 10px 20px; margin: 0; }
.view-artist-title .box .txt h2 { font-size: 18px; font-weight: 400; margin: 0; padding: 0; }
.view-artist-title .box .txt h2 a { font-weight: 400; }
.view-artist-title .box .txt.linkable:hover { }
.view-artist-title .box { text-align: left; }
.view-artist .ttl { padding: 10px 5px; }
.view-artist .ttl h1 { text-transform: uppercase; padding: 0; margin: 0; color: #151818; }
.view-artist .tags { padding: 10px; }
.view-artist .box .img { padding: 20px; }
.view-artist .ytb { margin: 20px; }
.view-artist .txt { padding: 20px 20px 10px 20px; }
.view-artist .txt h1, .view-artist .txt h2, .view-artist .txt h3, .view-artist .txt h4, .view-artist .txt p { }
.view-artist .txt a { color: #fffff1; text-decoration: underline; }
.view-artist .forward { padding: 0px 20px; text-align: center; }
.view-artist .forward .btn a { border-radius: 0; -webkit-border-radius: 0; padding: 15px; min-width: 20%; }
.view-artist .social { padding: 15px 20px; }
.view-artist-img { position: relative; }
.view-artist-img .img { padding: 20px; }
.view-artist-soundcloud .box { padding: 0px 30px; }

.view-events .box.linkable:hover { background-color: #FECA77; }

.view-contact .ttl { text-align: left; }
.view-contact .ttl h1 a { font-size: 120%; }
.view-contact .date { text-align: left; color: #B97650; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 15px; padding: 0px 10px; }

.view-contact-social { position: relative; text-align: center; width: 100%; padding: 20px 10px 0px 10px; }
.view-contact-social .social { text-align: center; }

.view-partner-logos { position: relative; text-align: center; width: 100%; padding: 10px 0px 0px 0px; }
.view-partner-logos .logo { position: relative; float: none; display: inline-block; vertical-align: top; margin: 0px 20px; }
.view-partner-logos .logo img { display: block; width: 210px; height: auto; }

.view-playlist { position: relative; z-index: 2; text-align: center; padding-top: 20px; padding-bottom: 20px; }
.view-playlist .box iframe { width: 100%; height: 532px; border: 0; padding: 0; margin: 0; }
@media only screen and (max-width: 460px) {
	.view-playlist .box { padding: 10px 0px; text-align: center; overflow: hidden; }
	.view-playlist .box iframe { margin-left: -1px; }
}

/* 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: 5px 18px; 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: 8px; left: 10px; }
.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: #FECA77; color: #fafafa; }

/* Ft */

#ft { position: absolute; bottom: 0px; width: 100%; margin: 0px; background: 0; }

.ft-overview { position: relative; }

.ft-overview .ft-info .box .txt { text-align: center; }
.ft-overview .ft-info .box .txt a { position: relative; display: inline-block; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; text-decoration: none; font-size: 14px; color: #B97650; padding: 12px 18px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0.2em; }
.ft-overview .ft-info .box .txt a:hover { color: #FECA77; background: 0; }


.ft-overview .ft-contact .box .txt h2 { position: relative; font-size: 24px; padding-left: 36px; }
.ft-overview .ft-contact .box .txt h3 { position: relative; font-size: 24px; padding-left: 36px; }
.ft-overview .ft-contact .box .txt h2:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 2px; left: 0px; content: "\f003"; color: #e92c0f; }
.ft-overview .ft-contact .box .txt h3:before { font-family: FontAwesome; color: #fafafa; font-size: inherit; position: absolute; top: 2px; left: 4px; content: "\f095"; color: #e92c0f; }

.ft-taglist { position: relative; width: 100%; background: #e92c0f; border-bottom: 1px solid rgba(255,255,255,0.1); }
.ft-taglist .box .txt { text-align: center; }
.ft-taglist .box .txt p { color: rgba(255,255,255,0.8); font-weight: 400; padding: 0 10px; margin: 0; }

.ft-overview .ft-logo .box { position: relative; }
.ft-overview .ft-logo .box .img { margin-top: 20px; }
.ft-overview .ft-logo .box .img img { max-width: 280px; height: auto; }

.ft-bottom { position: relative; padding: 10px 0px 40px 0px; }

#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; }
#ft-credits a { font-size: 10px; font-weight: 700; text-transform: uppercase; text-decoration: none; color: rgba(15,9,12,0.6); 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); }

/* Contact */

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

/* Hyperlinks */

a {	color: #0F090C;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #FECA77; }

/* Forms */

input, button { color: #636363; font-family: 'Titillium Web', sans-serif; font-size: 18px; font-weight: 400; 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: #636363; font-family: 'Titillium Web', sans-serif; font-size: 18px; font-weight: 400; 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: #636363; font-family: 'Titillium Web', sans-serif; font-size: 18px; font-weight: 400; 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: #151818; font-size: 16px; font-weight: 700; text-transform: uppercase; }
::-webkit-input-placeholder { color: #636363; font-style: italic !important; }
:-moz-placeholder { color: #636363; opacity: 1; font-style: italic !important; }
::-moz-placeholder { color: #636363; opacity: 1; font-style: italic !important; }
:-ms-input-placeholder { color: #636363; font-style: italic !important; }
.placeholder { color: #636363; 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: #636363; border-color: #e92c0f; box-shadow: 0px 0px 0px 3px #e92c0f; -webkit-box-shadow: 0px 0px 0px 3px #e92c0f; }
/* 
.forms-form-input.mandatory:before, .forms-form-sc:before { font-family: FontAwesome; position: absolute; top: 10px; right: -14px; font-size: 10px; content: "\f005"; color: #fffff1; }
.forms-form-file.mandatory:before { font-family: FontAwesome; position: absolute; top: 36px; right: -14px; font-size: 10px; content: "\f005"; color: #fffff1; }
*/
.forms-form-file { position: relative; margin: 10px 20px; 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: 25px; content: "\f0c8"; color: #BDBDBD; vertical-align: top; }
.forms-form-checkbox input[type=checkbox] + label:hover { color: #e92c0f; }
.forms-form-checkbox input[type=checkbox]:checked + label { color: #e92c0f; }
.forms-form-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #e92c0f; }
.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: #e92c0f; }
.forms-form-radio input[type=radio]:checked + label { color: #e92c0f; }
.forms-form-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #e92c0f; }
.forms-form-textarea { position: relative; margin: 20px 20px 25px 20px; }
.forms-form-textarea textarea { min-height: 200px; }
.forms-form-sc .forms-form-sc-code { display: inline-block; color: #636363; font-weight: 700; margin: 0px 10px; font-size: 22px; }
.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: #fffff1; font-family: 'Titillium Web', sans-serif; font-size: 18px; font-weight: 700; background: #e92c0f; padding: 14px 20px; display: inline-block; width: auto; border: 0; box-shadow: 0px 0px; border-radius: 6px; -webkit-border-radius: 6px; min-width: 40%; }
input[type=submit]:hover, button:hover { cursor: pointer; background: #ff4223; color: #fffff1; }
select.empty, input.empty { border: 2px solid #E74443; }
select::-ms-expand { display: none; }  
select:hover { cursor: pointer; }

/* Responsive */

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -21px; font-size: 42px; } */
	.view-odometers .box .circle .number { font-size: 42px; }
	.view-odometers .box .caption { font-size: 22px; }
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 15px; }
	.box .cta a i { right: 4px; top: 6px; }
	.ft-overview .ft-info .box .txt p { font-size: 14px; }
	body { background: #fffff1; }
	
	.view-contact .grid-320 { width: 50%; }
	.view-contact .grid-320:first-child { width: 100%; }

}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	body { min-width: 800px; background: #fffff1; }
	.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: 24px; }
	#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; }
	
	.view-onepager .banner, .view-onepager-quote .banner, .view-onepager-caption .banner { height: auto; }
	.view-onepager .banner .img, .view-onepager-quote .banner .img, .view-onepager-caption .banner .img { display: block; }
	.view-onepager .banner .img img, .view-onepager-quote .banner .img img, .view-onepager-caption .banner .img img { width: 100%; height: auto; }
	.view-onepager-quote .banner .ttl h1 { font-size: 36px; }
	.view-onepager-quote .banner .ttl { position: absolute; top: 0; transform: none; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
	
	.ft-overview .ft-contact .box .txt h2, .ft-overview .ft-contact .box .txt h3 { font-size: 18px; padding-left: 30px; }
	.ft-overview .ft-info .box .txt p { font-size: 14px; }
	
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 12px; }
	.box .cta a i { right: 4px; top: 6px; }
	
	.view-welcome-news .grid-320 { width: 50%; }

	.view-contact .grid-320 { width: 50%; }
	.view-contact .grid-320:first-child { width: 100%; }
	
}

@media only screen and (min-width: 820px) {	
	.background-slider-container { margin-top: -120px; }
	.background-slider-fixed .item .caption h1 { font-size: 64px; z-index: 61; }
	.background-slider-fixed .forward { position: absolute; bottom: 0; width: 100%; text-align: center; z-index: 100; }
	.background-slider-fixed .forward a { position: relative; display: inline-block; vertical-align: bottom; color: #fffff1; font-size: 72px; }
	.background-slider-fixed #header-flow { position: relative; background: 0; margin: 20px auto; }
	.background-slider-fixed #header-flow .centerize { position: relative; background: #fffff1; height: 100px; }
	
	.view-onepager-forward .item-container { position: relative; width: 100%; }
	.view-onepager-forward .item-container .item { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #adadad; overflow: hidden; }
	.view-onepager-forward .item-container .item .picture { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover !important; background-position: center center !important; z-index: 2; }
	.view-onepager-forward .item-container .item .caption h1 { font-size: 38px; }
	.view-onepager-forward .item-container .item .forward { position: absolute; bottom: 0; width: 100%; text-align: center; z-index: 100; }
	.view-onepager-forward .item-container .item .forward a { position: relative; display: inline-block; vertical-align: bottom; color: #fefefe; font-size: 72px; }		
}

@media only screen and (min-width: 1240px) {
	.centerize { width: 1200px; }
	.grid-160 { width: 200px; }
	.grid-240 { width: 300px; }
	.grid-320 { width: 400px; }
	.grid-400 { width: 500px; }
	.grid-480 { width: 600px; }
	.grid-560 { width: 700px; }
	.grid-640 { width: 800px; }
	.grid-720 { width: 900px; }
	.grid-800 { width: 1000px; }
	.grid-880 { width: 1100px; }
	.grid-960 { width: 1200px; }
	
	body { background: #fffff1; }
	
	.view-onepager-forward .item-container .item .caption h1 { font-size: 56px; }

	.social a { border-radius: 64px; -webkit-border-radius: 64px; width: 56px; padding: 24px 20px 24px 20px !important; margin: 10px; }
	.social a i { font-size: 48px; }
	
}

@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) {
	#theme { position: fixed; width: 100%; height: 100%; background: #fffff1; overflow: hidden; }
	.responsive-hide { display: none !important; }
	.responsive-show { display: block; }
	.responsive-full-width { width: 100% !important; }	
	body { width: 100%; }
	#ft { position: relative; bottom: auto; margin-top: 40px; }
	.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: 20px !important; }
	.ttl h2 { font-size: 18px !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: 14px !important; }	
	.box .txt .img { width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
	.cover .ttl h1 { font-size: 24px; }
	#cn { padding: 55px 0px 0px 0px; }
	#top-slider-container, #top-slider-prev, #top-slider-next { display: none; }
	#header-flow, #header-fixed { display: none; }
	#header-responsive { display: block; z-index: 101; }
	#header-responsive .menu, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; border-top: 1px solid rgba(0,0,0,0.2); }
	#header-responsive .menu a, #header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; padding: 20px 24px; border: 0; border-bottom: 1px solid rgba(0,0,0,0.2); color: #B97650; background: rgba(15,9,12,0.8); -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-bottom: 1px solid rgba(0,0,0,0.2); color: #fffff1; }

	#header-responsive .logo { position: relative; padding: 0px 10px 0px 5px; }
	#header-responsive .logo img { height: 50px; width: auto; display: block; }
	#menu-responsive-btn { color: #fffff1; background: rgba(15,9,12,0.8); position: relative; float: right; padding: 12px 16px 11px 16px; border: 0; }
	#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: #fffff1; position: relative; float: right; padding: 13px 12px; border: 0; font-weight: 700; text-transform: uppercase; font-size: 20px; }

	#breadcrumbs .box a { display: block; font-size: 13px; }
	#breadcrumbs .box a i { top: -1px; left: -10px; margin-right: -7px; } 
	#breadcrumbs .box a:not(:first-child):before { top: -1px; left: -8px; }

	.action { margin: 0px; padding-bottom: 40px; }
	.action .box .ttl h1 { font-size: 18px !important; }
	.action .box .txt { font-size: 14px; }	
	
	.half-left, .half-right { float: none; width: 100%; }

	.files { position: relative; text-align: left; margin: 0 10px; width: auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.files .btn { display: block; }
	.files .btn a .filename { font-size: 14px; }	
	
	.view-welcometext { margin-top: 0px; }
	 
	.view-onepager .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; }
	.view-onepager .banner .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.4); }
	.view-onepager .banner .caption .centerize h1 { font-size: 24px; padding: 0px 20px; }
	.view-onepager .extra-img { overflow: hidden; }
	.view-onepager .extra-img .overlay { display: none; }
	
	.view-onepager .banner { height: auto; }
	.view-onepager .banner .img { display: block; }
	.view-onepager .banner .img img { width: 100%; height: auto; }
	
	.view-onepager-caption .banner { height: auto; }
	.view-onepager-caption .banner .img { display: block; }	
	.view-onepager-caption .banner .img img { width: 100%; height: auto; }	
	.view-onepager-caption .banner .caption h3 { font-size: 20px !important; }
	.view-onepager-caption .banner .caption p { font-size: 16px !important; }			
	.view-onepager-caption .txt { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
	
	.view-onepager-quote .banner .ttl h1 { font-size: 16px !important; padding: 5px; }
	.view-onepager-quote .banner .ttl { position: absolute; top: 0; transform: none; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; padding: 0px; }
	.view-onepager-quote .banner .ttl p { font-size: 12px; }

	.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; }
	
	.view-toc { margin-top: 0px; } 
	.view-toc .holds-item { padding-top: 10px; box-shadow: 0px 0px; -webkit-box-shadow: 0px 0px; border-right: 0px; }
	
	.responsive-dropdown { position: fixed; z-index: 3; width: 100%; padding: 0px; background: #fffff1; margin: 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: 16px; color: #0E1B42; box-shadow: 0 0; border: 0; height: 46px; padding-right: 52px; }
	.responsive-dropdown select option { color: #0F090C; background: #fffff1; font-size: 16px; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: FontAwesome; font-size: 14px; position: absolute; padding: 16px 6px; right: 0; top: 0px; z-index: -1; width: 41px; text-align: center; color: #0F090C; background: #B97650; }
	.responsive-dropdown-spacer { position: relative; height: 45px; }
	.grid-320.view-samples .box:hover .overlay { display: none; }
	
	.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; }
	
	.view-welcome .box .txt { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }

	.view-services .grid-320 .box { }
	.view-services .grid-640 .box { margin: 0px 0px 10px 0px; }	
	.view-services .ttl { font-size: 14px; text-align: center; }
	.view-services .txt { font-size: 90%; }	
	.view-services .icon { margin: 5px; text-align: center; }
	.view-services .icon i { font-size: 48px; width: 48px; padding: 20px; }
	.view-services .icon i.fa-desktop { padding: 20px 21px 20px 19px; }
	.view-services .grid-960:nth-child(even) .grid-320:nth-child(odd) { float: none; display: block; }
	.view-services .grid-960:nth-child(even) .ttl, .view-services .grid-960:nth-child(even) .txt { text-align: center; }
	.view-services .grid-960:nth-child(even) .icon { text-align: center; }
	.box .cta a { padding: 12px 40px 12px 16px; font-size: 10px; }
	.box .cta a i { position: absolute; right: 4px; top: 50%; margin-top: -11px; }

	.view-onepager-forward { margin-top: -5px; }
	.view-onepager-forward .item-container { position: relative; width: 100%; }
	.view-onepager-forward .item-container .item { position: relative; }
	.view-onepager-forward .item-container .item .picture { position: relative; z-index: 2; }
	.view-onepager-forward .item-container .item .picture img { display: block; width: 100%; height: auto; }
	.view-onepager-forward .item-container .item .caption h1 { font-size: 18px; }
	.view-onepager-forward .item-container .item .caption .logo img { height: 160px; width: auto; }
	.view-onepager-forward .item-container .item .caption .cta { padding: 10px 10px 0px 10px; }
	.view-onepager-forward .item-container .item .caption .cta a { font-size: 13px; padding: 8px 16px; }	
	
	.view-partner-logos { padding: 20px 0px 0px 0px; }
	.view-partner-logos .logo { position: relative; float: none; display: inline-block; vertical-align: top; margin: 0px 0px; }
	
	.background-slider-container { margin-top: -50px; }
	.background-slider-fixed .item .caption h1 { font-size: 24px !important; }
	.background-slider-fixed .item .caption h1 a { font-size: 24px !important; }
	.background-slider-fixed .item .caption h2 { font-size: 16px !important; }
	#background-slider-forward-dest { margin-bottom: 0px;}
	.background-slider-fixed .forward { position: absolute; margin-top: 50px; bottom: auto; left: auto; top: 0px; width: 100%; text-align: center; z-index: 100; }
	.background-slider-fixed .forward i { color: #fffff1; font-size: 36px; margin-top: 6px; padding: 10px; }
	
	.view-assets .grid-320 { width: 50%; }
	.view-assets .grid-320 .ttl { font-size: 16px; }
	.view-assets .grid-320 .txt { font-size: 13px; padding: 10px 5px; }
	.view-assets .icon { margin: 10px; }
	.view-assets .icon i { font-size: 32px; width: 32px; padding: 24px; }

	.view-intro { margin: 0; padding: 10px; }
	.view-intro .box .txt p { font-size: 20px !important; }
	
	.view-contact .box .phone p { font-size: 24px; }
	.view-contact .box .phone p:before { font-size: 16px; top: -1px; width: 40px; }
	.view-contact .box .email p a { font-size: 16px; }
	.view-contact .box .email p:before { font-size: 16px; top: -1px; width: 40px; }
	
	.background-slider-fixed .cta { position: absolute; bottom: 20px; left: 0; right: 0; width: 100%; text-align: center; z-index: 100;  }
	.background-slider-fixed .cta a { position: relative; padding: 12px 40px 12px 16px; border-radius: 32px; -webkit-border-radius: 32px; background: #e92c0f; color: #fffff1; font-family: 'Fjalla One', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 15px; }
	.background-slider-fixed .cta a i { position: absolute; right: 4px; top: 6px; }

	/* .view-odometers .box .circle .number { position: absolute; margin-top: -12px; font-size: 24px; } */
	.view-odometers .box .circle .number { font-size: 24px; }	 
	.view-odometers .box .caption { font-size: 15px; }

	.view-testimonials .box { min-height: 200px; }
	.view-testimonials .box .txt p { font-size: 16px !important; font-weight: 400; }
	.view-testimonials .box .txt .name { font-size: 15px; font-weight: 300; }
	
	#ft .ft-overview .ft-logo .box .img img { max-width: 50%; }
	
	.view-welcome-news .box .ttl h1 a { font-size: 90%; }
	.view-welcome-news .box .date { font-size: 70%; }
	.view-welcome-news .box .txt { font-size: 80%; }

	.view-contact .box .ttl h1 a { font-size: 90%; }
	.view-contact .box .date { font-size: 70%; }
	.view-contact .box .txt { font-size: 80%; }
	
}

@media only screen and (min-width: 820px) and (max-height: 900px) {
	.background-slider-fixed .item .caption h1 { font-size: 24px !important; }
	.background-slider-fixed .item .caption h1 a { font-size: 24px !important; }
	.background-slider-fixed .item .caption h2 { font-size: 16px !important; }
}

@media only screen and (min-width: 460px) and (max-width: 820px) {
	#header-responsive .menu a, #header-responsive .lang a { width: 50%; padding: 24px; float: left; }
	#header-responsive .menu a:nth-child(even), #header-responsive .lang a:nth-child(even) { border-left: 1px solid rgba(0,0,0,0.2); }
	.view-intro .box .txt p { font-size: 24px !important; }	
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -8px; font-size: 16px; } */
	.view-odometers .box .circle .number { font-size: 16px; } 
	.view-odometers .box .caption { font-size: 10px; }
	.view-odometers .grid-240 { width: 25%; }	

}

@media only screen and (min-width: 640px) and (max-width: 820px) {
	/* .view-odometers .box .circle .number { position: absolute; margin-top: -12px; font-size: 24px; } */
	.view-odometers .box .circle .number { font-size: 24px; } 
	.view-odometers .box .caption { font-size: 14px; }
	.view-odometers .grid-240 { width: 25%; }
	.grid-320, .grid-400, .grid-480 { width: 50%; }
	.grid-480 .grid-480 { width: 100%; }
	#ft .grid-320 { width: 50%; }
	#ft .grid-320:last-child { width: 100%; }	
	.view-ontdek-forwarders .grid-320 { width: 33.3333% !important; }	
}

/* Print */

@media print {
	.menu, .lang, #header-flow .cart, #header-responsive .cart, #header-fixed .cart, .ft { display: none; }
 	@page { margin: 2cm; }
}

/* Jscroll */

.jscroll-loading { }
.jquery-loading-content { position: relative; width: 100%; text-align: center; }
.jquery-loading-content i { font-size: 72px; color: #686866; padding: 20px 0px; }

/* 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:#fffff1;}
        #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:#fffff1;}
        #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: #fffff1; 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: #fffff1; }
								
