@charset "utf-8";/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(https://www.gbkatwijk.nl/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(https://www.gbkatwijk.nl/media/system/images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.gbkatwijk.nl/templates/gk_university/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://www.gbkatwijk.nl/templates/gk_university/fonts/font-awesome/fontawesome-webfont.eot#iefix&v=4.4.0') format('embedded-opentype'), url('https://www.gbkatwijk.nl/templates/gk_university/fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('https://www.gbkatwijk.nl/templates/gk_university/fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('https://www.gbkatwijk.nl/templates/gk_university/fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('https://www.gbkatwijk.nl/templates/gk_university/fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;font-display:swap;}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	/* Positions blocks -clearing */
	clear: both;
}

/* clearfix */
#gkHeader > div:after,
#gkHeaderNav:after,
#gkPageContent:after,
#gkTop1:after,
#gkTop2:after,
#gkContent:after,
#gkSidebar:after,
#gkBottom1:after,
#gkBottom2:after,
#gkBottom3:after,
#gkBottom4:after,
#gkBottom5:after,
#gkBottom1 > div:after,
#gkBottom2 > div:after,
#gkBottom3 > div:after,
#gkBottom4 > div:after,
#gkBottom5 > div:after,
.gkCols:after,
footer:after,
header:after,
section:after,
aside:after,
article:after,
.box:after,
article header:after,
.itemSocialSharing:after,
article header ul:after,
#gkTop1 > div:after,
#gkTop2 > div:after,
.gkInset:after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
#gkContent,
#gkContentWrap,
#gkSidebar {
	/* Main columns */
	float: left;
}
#gkSidebar {
	float: right;
	padding-left: 45px;
}
div[data-sidebar-pos="left"] #gkContent {
	float: right;
}
div[data-sidebar-pos="left"] #gkSidebar {
	float: left;
	padding-left: 0;
	padding-right: 45px;
}
#gkContentWrap[data-inset-pos="left"] {
    float: right;
}
#gkContentWrap[data-inset-pos="left"] + #gkInset {
    float: left;
    padding-left: 0;
    padding-right: 45px;
}
#gkInset {
	float: right;
	padding-left: 45px;
}
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0;
	padding-right: 0;
}

#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
	padding-top: 10px;
}

#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
	padding-top: 10px;
}

/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
	/* Columns in the positions blocks */
	float: left;
}

#gkTop1 > div > .box,
#gkTop2 > div > .box,
#gkBottom1 > div > .box,
#gkBottom2 > div > .box,
#gkBottom3 > div > .box,
#gkBottom4 > div > .box {
	margin-bottom: 45px;
}
#gkTop1 > div > .box + .box,
#gkTop2 > div > .box + .box,
#gkBottom1 > div > .box + .box,
#gkBottom2 > div > .box + .box,
#gkBottom3 > div > .box + .box,
#gkBottom4 > div > .box + .box {
	margin-top: 0;
}

/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box + .box {
	margin-top: 30px;
} 

/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
section#gkPage > section:first-child,
section#gkContent > section:first-child,
section#gkComponentWrap > section:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}
/* top/bottom modules */

/* 3-column layout */
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols3 .box.gkmod-1 {
	width: 100%;	
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}

/* 4-column layout */
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols4 .box.gkmod-1 {
	width: 100%;	
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}

/* 6-column layout */
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols6 .box.gkmod-1 {
	width: 100%;	
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}

/* Suffix double */
.gkCols3 .box.double.gkmod-2,
.gkCols4 .box.double.gkmod-2,
.gkCols6 .box.double.gkmod-2 {
	width: 66.666666%;
}

.gkCols3 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2 {
	width: 33.333333%;
}
.gkCols3 .box.double.gkmod-3,
.gkCols4 .box.double.gkmod-3,
.gkCols6 .box.double.gkmod-3 {
	width: 50%;
}
.gkCols3 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3 {
	width: 25%;
}
.gkCols4 .box.double.gkmod-4,
.gkCols6 .box.double.gkmod-4 {
	width: 40%;
}
.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4 {
	width: 20%;
}
.gkCols6 .box.double.gkmod-5 {
	width: 33.3%;
}
.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5 {
	width: 16.66%;
}
.gkCols6 .box.double.gkmod-6 {
	width: 25%;
}
.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6 {
	width: 15%;
}

/* Suffix half */
.gkCols3 .box.half.gkmod-2,
.gkCols4 .box.half.gkmod-2,
.gkCols6 .box.half.gkmod-2 {
	width: 33.333333%;
}

.gkCols3 .box.half.gkmod-2 ~ .box.gkmod-2,
.gkCols4 .box.half.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.half.gkmod-2 ~ .box.gkmod-2 {
	width: 66.666666%;
}
.gkCols3 .box.half.gkmod-3,
.gkCols4 .box.half.gkmod-3,
.gkCols6 .box.half.gkmod-3 {
	width: 20%;
}
.gkCols3 .box.half.gkmod-3 ~ .box.gkmod-3,
.gkCols4 .box.half.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.half.gkmod-3 ~ .box.gkmod-3 {
	width: 40%;
}
.gkCols4 .box.half.gkmod-4,
.gkCols6 .box.half.gkmod-4 {
	width: 16%;
}
.gkCols4 .box.half.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.half.gkmod-4 ~ .box.gkmod-4 {
	width: 28%;
}
.gkCols6 .box.half.gkmod-5 {
	width: 12%;
}
.gkCols6 .box.half.gkmod-5 ~ .box.gkmod-5 {
	width: 22%;
}
.gkCols6 .box.half.gkmod-6 {
	width: 10%;
}
.gkCols6 .box.half.gkmod-6 ~ .box.gkmod-6 {
	width: 18%;
}
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="search"] {
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Arial, sans-serif;
	height: 39px;
	padding: 10px 12px !important;
	max-width: 100%!important;
}
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="search"] {
	height: 39px!important;
	box-sizing: border-box;
}
textarea {
	height: auto;
	max-width: 100%!important;
	padding: 24px
}
legend { color: #1B1D1F; }
select {
	height: inherit;
	padding: 6px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding: 12px;
}
html.-moz-select { padding: 3px 5px }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus { background: #fffef4; }
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.pagenav .previous a,
.pagenav .next a,
.pagination .previous a,
.pagination .next a,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
.gkShowCart a,
body #cWindow a.plupload_button,
.profile-edit .btn {
	-webkit-appearance: none;
	background: #fa7252;
	border: 1px solid #fa7252;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 39px;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.pagenav .previous a:hover,
.pagenav .next a:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.button.invert,
.gkShowCart a:hover,
body #cWindow a.plupload_button:hover,
.pagination .previous a:hover,
.pagination .next a:hover,
.profile-edit .btn:hover {
	background: #0F1725;
	border-color: #0F1725;
}
.bigger-button,
.bigger-button:active,
.bigger-button:focus,
.bigger-button:hover {
	font-weight: 500!important;
	height: 42px!important;
	line-height: 43px!important;
	margin: 30px 0!important;
	padding: 0 16px!important;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 39px;
	line-height: 39px;
}
.invalid {
	background: #fffef4;
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}

/* Alert */
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	float: right;
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}

.icon-arrow-up-3,
.icon-arrow-down-3 {
	font-family: "FontAwesome";
	margin-left: 6px;
}

.icon-arrow-up-3:before {
	content: "\f0d8";
}

.icon-arrow-down-3:before {
	content: "\f0d7";
}

fieldset.filters > div > * {
	float: left;
	margin-right: 0;
}

.filters.btn-toolbar .icon-search:before,
.filters.btn-toolbar .icon-remove:before {
	font-family: "FontAwesome";
	content: "\f002";
}
.filters.btn-toolbar .icon-remove:before {
	content: "\f00d";
}
fieldset.filters > div > label { margin-top: 6px; }
section article { margin-top: 20px; }
section > header {
	margin: 0 0 32px;
	padding: 0
}
section > header div p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase
}
section img {
	height: auto;
	max-width: 100%;
}
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul { }
section.categories-list ul ul li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 3px solid #fa7252;
	padding-left: 16px
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border-bottom: none;
	border-top: none
}

section.blog

section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}
section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	float: right;
	font-size: 11px;
	margin: 0
}
section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt { float: left }
section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	font-weight: 700;
	margin-left: 5px
}
section.category .children h3,
section.blog .children h3 {
	color: #FA7252;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 0 10px
}
section.category .children li,
section.blog .children li {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 700;
	padding: 10px
}
.filters .display-limit select {
	display: inline!important;
	float: none
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	border-bottom: 3px solid #FA7252;
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
th a { color: #010101!important; }
td.list-title { font-weight: 700 }
tbody tr td {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p { margin: .5em 0 }
tbody tr td a, section.category .children li a { color: #010101 }
tbody tr td a:hover, section.category .children li a:hover { color: #FA7252 }
section.blog .items-row {
	clear: both;
	margin-bottom: 0px;
	overflow: hidden
}
section.blog-featured .items-row {
	margin-top: 40px;
	margin-bottom: 0;
}
.blog-featured article { padding: 52px 0 0 0; }
section.blog-featured .items-row:first-child { margin-top: 0; }
section.blog .items-row.cols-2 header h2,
section.blog-featured .items-row.cols-2 header h2 { font-size: 28px; }
section.blog .items-more { margin: 32px 0; }
section.blog .items-more h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.items-leading > div {
	clear: both!important;
	margin-top: 50px;
}
.items-leading > div:first-child { margin-top: 0; }
/* Article */

#gkMainbody b,
#gkMainbody strong {
	font-weight: 600;
	color: #111
}
article,
article > section { position: relative }
article aside {
	display: block;
	float: left;
	font-size: 13px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	width: 90px
}
article aside.itemAsideInfo > img,
article aside.itemAsideInfo > ul li { margin: 0 0 22px }
article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
	color: #444;
	font-weight: 400;
	margin: 0 0 2px
}
article header {
	margin: 0 0 24px;
	padding: 0 0 0 90px;
	position: relative;
	width: 100%
}
.archive article header {
	padding-left: 0;
}
article header.nodate { padding: 0; }
header > time {
	border: 1px solid #e5e5e5;
	color: #000;
	left: 0;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	min-width: 60px;
	padding: 10px;
	position: absolute;
	text-transform: uppercase;
}
header > time > small {
	display: block;
	font-size: 12px;
}
li.print-icon,
li.email-icon { }
li.print-icon a,
li.email-icon a {
	position: relative;
	top: 3px;
}
article header.itemHasImage { position: relative }
article header.itemHasImage h1 {
	background: rgba(0,0,0,0.8);
	bottom: 36px;
	left: 0;
	line-height: 1.1;
	padding: 10px 16px;
	position: absolute;
	width: 65%;
	z-index: 1;
	color: #fff;
}
article header.itemHasImage h1 a { color: #fff!important; }
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover { color: #fa7252!important; }
.blog article,
.blog-featured article {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px!important;
	padding-top: 48px!important;
}
.blog .itemBody,
.blog-featured .itemBody { margin: 0; }
.blog .leading > article:first-child,
.blog-featured .leading > article:first-child,
.blog .leading-0 > article:first-child,
.blog-featured .leading-0 > article:first-child {
	border-top: none;
	padding-top: 0!important;
}
.blog .items-row:first-child article:first-child,
.blog-featured .items-row:first-child article:first-child { padding-top: 0!important; }
.blog .cols-1:first-child article,
.blog .cols-2 article:first-child,
.blog-featured .cols-1:first-child article,
.blog-featured .cols-2 article:first-child { border-top: none; }
.blog article p.readmore,
.blog-featured article p.readmore { margin-top: 50px; }
.blog article p.readmore a,
.blog-featured article p.readmore a {
	display: inline-block!important;
	float: none!important;
}
article header h1,
article header h2 {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 12px;

}
article header ul { display: inline-block; }
article header li {
	color: #999;
	display: inline-block;
	float: none;
	font-size: 12px !important;
	margin: 0 !important;
}
article header li { padding-right: 20px; }
article header li:last-child { padding-right: 0; }
article header li:first-child { margin-left: 0; }
article header li a { color: #010101 }
article header li a:hover { color: #FA7252 }
article.item-page ul.content-links li { background: none }
.img-intro-none { float: none }
.img-intro-none img {
	float: none!important;
	margin: 0 auto
}
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
	float: none;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative
}
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	display: block;
	height: auto!important;
	max-width: 100%!important;
	width: 100%!important
}
p.img_caption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}

section.blog > div:first-child article:first-child {
	border-top: 0;
	padding-top: 0 !important;
}

section.blog div.img_caption img.caption {
	display: block;
	float: none!important
}
.item-page ul { list-style-type: none }
.edit fieldset > div {
	clear: both;
	padding: 5px 0
}
.edit fieldset > div label {
	display: block;
	float: left;
	min-width: 120px
}
.login .login-fields { padding-bottom: 16px }
.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}
.login ul {
	font-size: 11px;
	margin-top: 40px
}
.profile dl { margin: 32px 0; }
.profile dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}

span.tags-label {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
}

.contact-details,
.contact-image {
	float: left;
	width: 45%
}
.contact-details {
	width: 50%;
	margin-right: 5%
}
.contact-address { margin: 30px 0 }
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form legend {
	color: #999;
	font-size: 12px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
.contact-form input {
	margin: 6px 0 0;
	width: 80%
}
.contact-form textarea {
	height: 202px;
	width: 100%;
}
dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	margin: 12px 0 0;
	width: auto!important
}
.contact .custom:before {
	content: "";
	display: table;
	clear: both;
	height: 0;
	font-size: 0;
}
.contact h3 {
	clear: both;
	font-size: 24px;
	margin: 0;
	padding: 52px 0 0;
}
.jicons-text {
	color: #010101;
	font-size: 12px;
	font-weight: 700;
}
.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 48px 0 0;
	padding: 18px 0 0;
}

#jform_contact_email_copy {
	margin-left: 10px;
	width: auto;
}

div.newsfeed > ol { list-style: none }
div.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	padding: 24px 0 0
}
div.newsfeed > ol > li > a { font-size: 42px }
div.newsfeed .feed-link { margin-bottom: 20px; }
section.contentpane iframe { border: 1px solid #e5e5e5; }
.tip-wrap { z-index: 1; }
.tooltip {
	background: #fff;
	border: 1px solid #ccc;
	max-width: 350px;
	min-width: 160px;
	padding: 8px;
	position: absolute!important;
	opacity: 1;
	z-index: 10;
}
.tooltip-inner strong {
	background: #fa7252;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 15px;
	width: 100%;
	clear: both;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tooltip-inner {
	color: #555;
	font-size: 12px;
	padding: 5px 0
}
.tooltip-inner br {
     display: none;
}
#system-message {
	margin: 0;
	position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p { margin: 0; padding:  0; text-align: center; font-size: 14px}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 1; }
#system-message dd,
#system-message .alert {
	background: #f3f4f6;
	color: #080808;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	min-height: 24px;
	padding: 12px 10px;
	text-align: center;
}
#system-message dd.error,
#system-message .alert-error {
	background: #fb7252;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #52b5fa;
	color: #fff;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
#gkBreadcrumb + #system-message-container { margin-top: -32px; }
.item-page > div.pagination { display: none!important }
.pagination {
	clear: both;
	margin: 60px 0 20px;
}
.pagination ul li:before { content: "" !important; }
.pagination ul li {
	background-image: none!important;
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0;
}
.pagination ul li a,
.pagination ul li span {
	border: 1px solid #E5E5E5;
	display: block;
	font-size: 11px;
	font-weight: 600;
	height: 32px;
	line-height: 27px;
	margin: 0 7px 0 0;
	min-width: 32px;
	padding: 2px 6px;
	text-align: center;
	text-transform: uppercase;
}
.pagination ul li a:hover,
.pagination ul li span:hover {
	border-color: #1B1D1F;
	background: #1B1D1F;
	color: #eee!important;
}
.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin-right: 12px
}
ul.pagenav,
ul.pagination {
	margin: 0;
	overflow: hidden;
	padding: 0
}

#member-registration input.form-control {
	width: 100%;
}

#member-registration dt,
#member-registration dd {

	padding-bottom: 10px
}
#member-registration dt { min-width: 170px }
#member-registration dd { min-width: 200px }
#member-registration dd:after {
	content: '\A';
	white-space: pre
}
.bannergroup:first-line,
.bannergroup_text:first-line {
	font-size: 16px;
	line-height: 3;
	font-weight: 500;
}
div.banneritem {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 8px 0
}
div.banneritem a {
	font-size: 14px;
	margin-bottom: 3px;
}
div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #fa7252;
	font-size: 12px;
	padding: 5px 5px 0 0;
	text-align: right
}
#gkSocialAPI {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	clear: both;
	margin: 0!important;
	padding: 24px 0 20px 0;
	text-align: center;
}
#gkSocialAPI > * {
	display: inline-block;
	margin: 0 12px;
	vertical-align: top;
}
/*#gkSocialAPI .fb_iframe_widget {
	margin-left: 10px;
}
#gkSocialAPI > iframe,
#gkSocialAPI > #___plusone_0 {
	position: relative;
	top: -18px;
}
#gkSocialAPI > #___plusone_0 {
	top: -22px;
}
#gkSocialAPI #___plus_0 {
	margin-right: 10px!important;
	position: relative;
	vertical-align: top
}
#gkSocialAPI > a {
	top: -5px;
}
.fb_iframe_widget iframe {
	max-width: 1000px!important;
	overflow: visible;
}*/
.fb_iframe_widget_lift {
	max-width: inherit!important;
}
#dynamic_recaptcha_1,
#recaptcha_area {
	max-width: 480px;
	min-height: 140px
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area { margin-bottom: 10px }
.pane-sliders .panel h3 {
	border-top: 1px solid #E5E5E5;
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	margin: -1px 0 0;
	padding: 8px 0;

}
.pane-slider { padding-left: 32px }
.pagenavcounter {
	color: #444;
	font-weight: 400;
}
#article-index {
	float: right;
	margin: 0 0 30px 72px;
	width: auto
}
#article-index h3 {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 -8px;

}
#article-index li a.active { color: #444; }
#article-index li:first-child {
	border-top: none;
	margin-top: 10px
}
dl#tabs,
dl.tabs {

	margin: 0 0 -1px;
	min-height: 30px;
	overflow: hidden;
	padding: 16px 0 0
}
dl#tabs dt.tabs,
dl.tabs dt.tabs { float: left;}


dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	color: #010101;
	font-size: 12px;
	font-weight: 700;
	text-transform: none
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	 background: #f1f1f3;
	border: 1px solid #e5e5e5;
	color: #444;
	float: left;
	line-height: 25px;
	margin: 0 -1px 0 0;
	padding: 11px 16px 8px
}

dl#tabs dt.tabs span h3 a:hover,
dl.tabs dt.tabs span h3 a:hover { color: #fa7252 }
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a { cursor: pointer }
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid transparent;
	border-top: 4px solid #fa7252;
	padding: 8px 16px
}
.current { border: 1px solid #e5e5e5; padding: 20px}
#search-searchword { width: 60% }
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] { margin-top: 11px!important }
#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px
}
#searchForm label,
#searchForm input,
#finder-search input {
	float: left;
	font-weight: normal;
	margin: 0 12px 0 0!important;
	text-transform: none
}
fieldset.phrases,
fieldset.only {
	color: #010101;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
#searchForm fieldset.word {
	background: #f2f4f5;
	border: 1px solid #E5E5E5;
	margin: 0 0 50px;
	padding: 18px;
}
#searchForm fieldset.word .button,
#adminForm fieldset.filters .button {
	height: 39px;
	line-height: 39px;
}
#searchForm fieldset legend {
	float: left;
	padding: 0 24px 0 0
}
.searchintro strong {
	color: #444;
	font-size: 16px;
	font-weight: 400
}
.form-limit {
	float: right;
	margin: 24px 0 0
}
.result-category,
.result-created {
	color: #999;
	display: inline-block;
	font-size: 12px;
	padding: 0 0 8px
}
.result-title {
	clear: both;
	font-weight: 600;
	margin: 12px 0 0;
}
.result-text {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 24px;
	margin: 0 0 24px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}

#advanced-search-toggle.button {
	float: left;
	padding: 0 24px;
}

.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0
}
.advanced-search-tip p { margin: 0 }
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}
#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0
}
#search-result-empty h2 { font-size: 18px }
.autocompleter-queried { color: #fa7252!important }
div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px 4px
}
.search-results .result-title .highlight {
	font-weight: 600;
}
.archive article {
	border-bottom: 1px solid #e5e5e5;
	padding: 32px 0 0;
	margin: 0 !important
}
.archive header { text-align: left }
.archive article header h1 {
	font-size: 24px;
	font-weight: 400;
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 20px;
	max-width: 100%!important
}
.img-intro-left img,
.img-intro-right img,
.img-intro-center img {
	display: block;
	width: 100%;
}
/* Users */
#member-profile fieldset { margin: 0 0 32px }

#member-profile dt {
	float: left;
	width: 260px;
}

#member-profile dd { padding: 2px 0 }

#member-profile label {
	display: inline-block;
}

#member-profile dt .optional {
	display: block;
}

#member-profile dd select {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Languages */
div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}
div.mod-languages { text-align: center }
div.mod-languages p { margin-bottom: .5em }
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	line-height: 32px;
	margin: 0 5px
}
.mod-languages ul li.lang-active { font-weight: 700 }
.mod-languages ul li a img {
	-moz-transform: scale(1);
	-moz-transform-style: preserve-3d;
	-moz-transition: 0 .1s ease-out;
	-ms-transform: scale(1);
	-ms-transform-style: preserve-3d;
	-o-transform: scale(1);
	-o-transition: 0 .1s ease-out;
	-webkit-transform: scale(1);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0 .1s ease-out;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: transform .1s ease-out
}
.mod-languages ul li a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: 0 .6s ease-out;
	transform: scale(1.2);
	transition: transform .6s ease-out
}
.mod-languages ul li.lang-active a img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt { display: none }
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders { margin-bottom: 30px; }
section article:first-child,
section.blog .items-more ol { margin-top: 0 }
.filters .display-limit,
ul.pagenav .pagenav-next,
ul.pagenav .next,
ul.pagination .next { float: right }
ul.pagination .previous { float: left }
.itemBody ul.pagenav li,
.itemBody ul.pagination li {
	list-style: none;
	padding: 0;
	overflow: visible;
}
.itemBody ul.pagenav li:before,
.itemBody ul.pagination li:before {
	content: "";
}
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption { float: none!important }
/* page links */
div.articleContent div.content-links ul li {
	background: none !important;
	padding-left: 0 !important;
}
/*
 * Joomla! and K2 common parts
 */

.itemAsideInfo {
	position: absolute;
	top: 0;
}
.itemBody.containsItemInfo,
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo { margin-left: 160px }
.itemAsideInfo img {
	max-width: 86px!important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* edit page */

.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit legend {
	font-size: 100% !important;
	font-style: normal !important;
	padding: 0 0 24px;
}

.item-page.edit .mce-btn button {
	color: #333 !important;
	display: inline-block;
}

.item-page.edit .mce-btn button:hover,
.item-page.edit .mce-btn button:focus,
.item-page.edit .mce-btn button:active {
	color: #fff !important;
}

.item-page.edit .mce-btn button:hover i,
.item-page.edit .mce-btn button:focus i,
.item-page.edit .mce-btn button:active i {
	color: #fff;
}

.mce-menubar .mce-menubtn button:hover span,
.mce-menubar .mce-menubtn button:focus span,
.mce-menubar .mce-menubtn button:active span {
	color: #fff;
}

.item-page.edit .btn-group .btn span {
	margin-right: 10px;
}

.item-page.edit .toggle-editor.btn-toolbar {
	margin: 20px 0 0;
	clear: both;
}

.item-page.edit .toggle-editor.btn-toolbar .btn-group .btn {
	margin-right: 0 !important;
	margin-left: 12px;
}

/* Calendar fix */
.calendar .button {
	display: table-cell;
	float: none;
}
/* F.A.Q. */

.faq p { margin-bottom: 3em }
.faq-title { color: #FA7252}
/* menu module */

.menu li {
	font-size: 12px;
	font-weight: 700;
}

/* Login/register form */

.login_register_form h1 { font-size: 22px}
.login_register_form span {
	float: left;

	width: 50%;
}

.login_register_col {
	float: left;
	padding-right: 80px;
	width: 50%;
}
.login_register_col + .login_register_col {
	border-left: 1px solid #e5e5e5;
	padding-left: 80px;
	padding-right: 0;
}
.login_register_col input { width: 100%}
.login_register_col.login ul { border-top: 1px solid #e5e5e5}
.login_register_col.login li { float: left; margin-right: 16px; padding: 12px 0 0}
.login_register_col dl { margin: 0 0 12px}

.login_register_col #remember {
	width: auto;
}

.login_register_col .control-label {
	float: left;
}

.login_register_col .button {
	clear: both;
	margin-top: 20px;
}

/* user edit page */
.profile-edit .media-preview {
	border: 1px solid #dadada;
	cursor: pointer;
	display: inline-block;
	padding: 7px;
}

.profile-edit .media-preview > span {
	vertical-align: middle;
}

.profile-edit #jform_com_fields_avatar {
	cursor: not-allowed;
}

.profile-edit .icon-remove:before {
	content: "\f00d";
	font-family: "FontAwesome";
}

.item-page.edit .formelm {
     width: 100%;
}
#gkMainbody .item-page.edit a {
	color: #333;
}
.item-page.edit input {
     float: left;
     height: 38px;
}
.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
     padding: 4px 6px!important;
     height: auto;
}
.item-page.edit .formelm .btn  {
     float: left;
     display: inline-block;
}
.item-page.edit .icon-calendar:before {
     content: "";
}
.gkTypoTable code {
     border: 0;
     margin: 0!important;
     padding: 0!important;
}
.calendar .button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}
.tooltip.top .tooltip-arrow {
	display: none;
}
.tooltip-inner {
	background: #fff;
}
.btn.jmodedit > span.icon-edit {
   color: #272727;
   top: -10px;
   padding-right: 8px;
   display: block;
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.btn.jmodedit > span.icon-edit:before{
	content: "\f044";
}

/* tags */
#adminForm div.tags {
	margin-top: 0;
}

#adminForm div.tagcloud.tags h3 {
	margin: 0;
}

div.tags {
	margin-top: 32px;
	overflow: hidden;
}
div.tags > span.tags-label {
	float: left;
	margin-right: 30px;
	line-height: 30px;
	color: #999;
	font-size: 13px;
}

.item-page .icon-print,
.item-page .icon-edit {
	font-family: 'FontAwesome';
}

.item-page .icon-print:before {
	content: "\f02f";
}

.item-page .icon-edit:before {
	content: "\f044";
}

.item-page .tags {
	padding-bottom: 15px;
	float: none;
	display: block;
	width: 100%;
	clear: both;
	padding: 32px 0;
	font-size: 13px;
}
div.tags a,
ul.tags a {
     display: inline-block;
     float: left;
     margin: 3px;
     font-size: 13px;
     background: #F1F2F3;
     padding: 0 12px;
     line-height: 2.0;
     color: #1B1D1F;
}
div.tags a:hover {
	color: #FA7252;
}
span.tag-body p {
     display: inline;
}
div.tags.tagcloud a.gk-tooltip span {
    z-index:10;
    font-weight: bold;
    display:none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height:16px;
    font-size: 85%;
    font-weight: normal!important;
    transition: all 1s ease-in;
}

div.tags.tagcloud  a.gk-tooltip:hover span {
     border: 1px solid #ccc;
     background: rgba(255, 255, 255, 0.9);
    display:inline;
    position:absolute;
    color:#111;
}
div.tags.tagcloud a.gk-tooltip span img {
     max-width: 80px!important;
     height: auto;
     float: left;
     margin: 0 10px 10px 0;
}
div.tag-category ul.category li img {
	clear: both;
	width: 100%;
	display: block;
	margin: 16px 0;
}
div.tag-category div.btn-group.pull-right {
     float: right;
}
div.tag-category div.btn-group label {
     margin-top: 10px;
}
div.tag-category select {
	display: block!important;
}
div.tag-category .chzn-container {
	display: none!important;
}
div.tag-category h3 {
    margin: 0 0 32px 0;
}
div.tag-category ul.category li {
     border-bottom: 1px solid #ccc;
     padding: 10px;
     font-size: 90%;
}
div.tag-category ul.category li h3 {
     font-size: 14px;
     margin: 0;
}
div.tags.tagcloud a {
     float: left;
     margin-bottom: 6px;
}

/* Module edit form */
#modules-form .btn {
	background: #ddd;
	border-radius: 0;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
	background: #222!important;
	color: #fff!important;
}
#modules-form .btn:hover i,
#modules-form .btn:hover span,
#modules-form .btn:focus i,
#modules-form .btn:focus span,
#modules-form .btn:active i,
#modules-form .btn:active span {
	color: #fff!important;
}
#modules-form .btn-group {
	padding: 0!important;
}
#modules-form .btn-group .btn {
	margin: 0 20px 0 0!important;
}
#modules-form .radio.btn-group {
	padding-left: 20px!important;
}
#modules-form .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: 2px;
}
#modules-form .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
}
#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}
#modules-form .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}
#modules-form #jform_content {
	height: 500px!important;
}
#modules-form .input-prepend .add-on {
	display: none;
}
#modules-form .accordion-heading a {
	color: #222;
	font-size: 18px;
	text-decoration: none!important;
}
#modules-form .accordion-heading .accordion-toggle {
	padding: 15px;
}
#modules-form .btn-group {
	padding-left: 20px;
}
#modules-form hr {
	display: none;
}
#modules-form .row-fluid {
	padding: 20px 0;
}
#modules-form label {
	text-transform: none!important;
}
#modules-form .chzn-container-single .chzn-single {
	background: #fff!important;
}

/* Item edit form */
.item-page.edit #jform_articletext {
	clear: both;
}
.item-page.edit #jform_title {
	width: 100%;
}
.item-page.edit .formelm {
	height: auto!important;
	min-height: 40px;
	overflow: hidden;
}
.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}
.item-page.edit fieldset > div label {
	display: block;
	float: left;
	line-height: 50px;
	min-width: 160px;
}
.item-page.edit legend {
	font-size: 24px!important;
	font-style: normal !important;
	padding: 0 0 24px;
}
.item-page.edit .control-group {
	margin: 10px 0;
}
.item-page.edit .control-group:after {
	clear: both;
	content: "";
	display: table;
}
.item-page.edit #jform_articletext {
	height: 500px!important;
}
.item-page.edit .formelm {
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	width: 100%;
}
.item-page.edit .formelm label {
	display: inline-block;
	line-height: 40px;
	text-transform: none;
}
.item-page.edit *[class^="icon-"] {

}

.item-page.edit .icon-search:before,
.item-page.edit .icon-remove:before {
	font-family: "FontAwesome";
	content: "\f002";
}

.item-page.edit .icon-remove:before {
	content: "\f00d";
}

.item-page.edit .btn {
	color: #fff !important;
	padding: 12px 20px!important;
}

.item-page.edit .btn:hover span,
.item-page.edit .btn:focus span,
.item-page.edit .btn:active span {
	color: #fff;
}

.item-page.edit .media-preview.add-on {
	/* display: none; */
}
.item-page.edit .input-append > .btn {
	height: 40px!important;
	line-height: 40px;
	padding: 0 10px!important;
}
.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
	width: 100%;
}
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	height: 50px!important;
	line-height: 50px!important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 14px;
}
.calendar .button {
	display: table-cell!important;
	float: none!important;
}
.item-page.edit .formelm-buttons button {
	margin-right: 10px;
}
.item-page.edit .btn {
	background: #ddd;
	border-radius: 0!important;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
	background: #222!important;
	color: #fff!important;
}
.item-page.edit .btn:hover i {
	color: #fff!important;
}
.item-page.edit .btn-group {
	padding: 0!important;
}
.item-page.edit .btn-group .btn {
	margin: 0 20px 0 0!important;
}
.item-page.edit .radio.btn-group {
	padding-left: 20px!important;
}
.item-page.edit .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}
.item-page.edit .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
	text-transform: none;
}
.item-page.edit .media-preview + input {
	min-width: 250px;
}
.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}
.item-page.edit .chzn-container-single .chzn-single {
	background: #fff!important;
}

#jform_articletext_parent {
   clear: both!important;
}

.mod-preview-info {
	z-index: 2;
}
/* Fix for the editor */
.item-page.edit .formelm {
	clear: both;
	float: left;
}
.item-page.edit .formelm .button2-left {
	margin-top: 6px;
}
.item-page.edit .formelm-area label {
	display: block;
	width: 100%;
}
.item-page.edit .formelm-buttons {
	margin-top: 5px;
	overflow: hidden;
}
.item-page.edit .fltlft {
	float: left;
}
.item-page.edit legend {
	font-size: 140%;
	font-style: italic;
}
.item-page.edit .toggle-editor {
	margin-top: -5px;
}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 30px 0 10px;
	font-size: 12px;
	line-height: 23px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(https://www.gbkatwijk.nl/templates/gk_university/images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

/* Basic elements */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #fff url('https://www.gbkatwijk.nl/templates/gk_university/images/bg.jpg') no-repeat center top;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
body.frontpage {
	background-image: none!important;
}
body.jomsocial {
	background-image: url('https://www.gbkatwijk.nl/templates/gk_university/images/guest_bg.jpg');
	background-color: #eee;
}

a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#community-wrap .joms-stream-box article>a,
.faq li a:hover,
#login-form ul li a:hover {
	color: #fa7252;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a,
#gkSidebar .box a:hover,
.faq li a,
#login-form ul li a { color: #010101; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1B1D1F;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
h1 {
	font-size: 40px;
	text-transform: none

}
h2,
.componentheading {
	font-size: 36px;
	text-transform: none

}
h3 { font-size: 30px; }
h4 { font-size: 14px; font-weight: 700; margin: 32px 0 0;text-transform: none }
h5 { font-size: 13px; }
h6 { font-size: 12px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 1.7; }
p { margin: 1em 0 2em; }
iframe { max-width: 100%!important; }
/* Containers */

#gkUniversityPreloader {
	background: #3f4e67 url('https://www.gbkatwijk.nl/templates/gk_university/images/style1/is_loader.gif') no-repeat center center;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0.5;
	text-indent: -9999em;
	width: 100%;
	z-index: 9999999999999;
}

.gkPage {
	margin: 0 auto!important;
	padding: 0;
}
#gkHeader {
	margin: 0;
	padding: 0;
	position: relative;
}
#gkHeader.gkPage {
	padding: 150px 0 0 0;
}
#gkHeaderNav > div {
	position: relative;
}
#gkHeaderNav {
	padding: 40px 0 0 0;
	position: absolute;
	top: 0;
	-webkit-transition: top .5s ease-out;
	-moz-transition: top .5s ease-out;
	-ms-transition: top .5s ease-out;
	-o-transition: top .5s ease-out;
	transition: top .5s ease-out;
	width: 100%;
	z-index: 10000;
}
#gkHeaderModules {
	bottom: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}
#gkHeaderLeft,
#gkHeaderRight {
	bottom: 0;
	position: absolute;
}
#gkHeaderLeft .box,
#gkHeaderRight .box {
	margin: 0;
}
#gkHeaderRight {
	right: 0;
}
#gkHeaderLeft {
	background: #fff;
	left: 0;
	overflow: hidden;
	padding: 25px 15px;
	position: relative;
}
#gkHeaderLeft .header {
	display: none;
}
.csstransforms #gkHeaderLeft .header {
	background: #0F1725;
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	line-height: 60px;
	padding: 0!important;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}
.csstransforms #gkHeaderLeft .header > span {
	float: left;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	white-space: nowrap;
}
.csstransforms #gkHeaderLeft .header + .content {
	padding-left: 80px;
}
#gkHeaderBottom {
	background: #f2f4f5;
	padding: 28px 0;
}
#gkBg {
	overflow: hidden;
	width: 100%;
}
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent {
	background: #fff;
	width: 100%;
}
.frontpage #gkPageContent {
	padding: 70px 0;
}
#gkPageContent.gkPage,
.jomsocial #gkPageContent {
	padding: 60px;
}
.jomsocial-guest #gkPageContent {
	margin-top: 400px!important;
	position: relative;
}

/* Logo  */
#gkLogo {
	float: left;
	margin: 0 24px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
}
#gkLogo img {
    display: block;
    margin: 0;
    max-width: 100%;
}

#gkLogo.text {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: 75px;
	line-height: 63px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .44);
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 30px;
	line-height: 60px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: -12px;
}

/* Mainbody */
#gkMainbody {
	margin-bottom: 60px;
}
.frontpage #gkMainbody .box {
	margin: 0;
}
/* Stylearea */
#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	display: inline-block;
	height: 9px;
	margin: 15px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 9px;
}
#gkStyleArea a:first-child { margin-left: 0; }
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gkColor1 { background: #fa7252; }
#gkColor2 { background: #dfc040; }
#gkColor3 { background: #65c1cf; }

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	overflow: hidden;
}

#gkPageContent + #gkBottom1:before,
#gkPageContent + #gkBottom2:before,
#gkPageContent + #gkBottom3:before,
#gkPageContent + #gkBottom4:before,
#gkPageContent + #gkBottom5:before {
	border-top: 1px solid #e5e5e5;
	content: "";
	display: block;
	height: 1px;
	margin: 0 auto;
	position: relative;
	top: -60px;
	width: 100%;
}

#gkPageContent + #gkBottom5:before {
	top: -75px;
}

.bottom1-grey #gkBottom1:before,
.bottom2-grey #gkBottom2:before,
.bottom3-grey #gkBottom3:before,
.bottom4-grey #gkBottom4:before,
.bottom5-grey #gkBottom5:before {
	display: none;
}

.bottom1-fullwidth #gkBottom1,
.bottom2-fullwidth #gkBottom2,
.bottom3-fullwidth #gkBottom3,
.bottom4-fullwidth #gkBottom4,
.bottom5-fullwidth #gkBottom5 {
	padding: 0!important;
}

.bottom1-fullwidth #gkBottom1 .content,
.bottom2-fullwidth #gkBottom2 .content,
.bottom3-fullwidth #gkBottom3 .content,
.bottom4-fullwidth #gkBottom4 .content,
.bottom5-fullwidth #gkBottom5 .content {
	max-width: 100%;
	padding: 0!important;
	width: 100%;
}

#gkTop1,
#gkTop2 {
	padding: 30px 0;
}

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 60px 0;
}

/* Page title */

#gkPageTitle { color: #fff; padding: 36px 0; text-transform: uppercase}
#gkPageTitle span {background: #0f1725; padding: 2px 12px}

/* standard breadcrumb */
#gkBreadcrumb {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	margin: -36px 0 45px;
	padding: 0 0 12px;
	overflow: hidden;
}
.breadcrumbs {
	float: left;
	color: #1B1D1F;
	margin: 0;
}
.breadcrumbs li.separator {

	width: 22px;
	text-align: center;
	padding: 0 6px!important;
	color: #ccc;
}

.breadcrumbs > li {
	clear: none;
	float: left;



}
.breadcrumbs li a { color: #888; }
.breadcrumbs li a:hover { color: #fa7252; }
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('https://www.gbkatwijk.nl/templates/gk_university/images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */
#gkFooter {
	color: #666;
	font-size: 12px;
	line-height: 2;
	padding: 0;
	text-align: center;
}
#gkFooter .gkPage {
	border-top: 1px solid #e5e5e5;
}
#gkFooter strong {
	color: #000;
}
#gkFooterNav {
	margin: 45px auto 5px auto;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	line-height: 1;
	margin: 0!important;
	padding: 0 8px!important;
}
#gkFooterNav li:before {
	content: "|";
	left: -8px;
	position: relative;
}
#gkFooterNav li:first-child:before {
	display: none;
}
#gkFooter a {
	color: #666;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #fa7252;
}
#gkCopyrights {
	margin: 0 auto 20px;
}

/* Other footer elements */
#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('https://www.gbkatwijk.nl/templates/gk_university/images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Suffixes */

/* default suffix */
.box {
	color: #888;
	line-height: 1.6;
	width: 100%;
}
.box + .box {
	margin: 50px 0 0 0;
}
div.content { clear: both; }
.box li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 5px 0;
}
.box li:last-child { border-bottom: none; }
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }
.box .header {
	color: #010101;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 20px 0;
}

#gkInset .box.border,
#gkInset .box.icons-menu,
#gkSidebar .box.border,
#gkSidebar .box.icons-menu {
	border: 1px solid #e5e5e5;
	padding: 42px;
}

.frontpage #gkMainbody {
	margin: 0;
}

/* clear suffix */
.box.clear {
	border: none !important;
	clear: none;
	padding: 0!important;
}
.clear div.content {
	clear: both;
}

/* parallax suffix */
.box.parallax {
	background-attachment: fixed;
	background-image: url('https://www.gbkatwijk.nl/templates/gk_university/images/parallax_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	margin: -60px 0!important;
	overflow: hidden;
	padding: 150px 0!important;
}
.box.parallax .header {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 30px 0;
}

/* mediumtitle suffix */
.box.mediumtitle .header {
	font-size: 24px;
}

/* bigtitle suffix */
.box.bigtitle .header {
	font-size: 36px;
}

/* transparent suffix */
.box.transparent {
	background: rgba(14, 22, 35, .89);
	color: #97a3b8;
	font-size: 13px;
	padding: 20px 45px;
}
.box.transparent a {
	color: #fff;
}
.box.transparent a:active,
.box.transparent a:focus,
.box.transparent a:hover {
	color: #fa7252;
}
.box.transparent h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	text-transform: none;
}
.box.transparent p {
	margin: 0;
}
.box.transparent li {
	border-bottom: 1px solid #23334d!important;
	padding: 18px 0;
}
.box.transparent ul + a {
	color: #fa7252;
	display: block;
	font-size: 13px;
	padding-top: 20px;
	text-align: left;
}
.box.transparent ul + a:active,
.box.transparent ul + a:focus,
.box.transparent ul + a:hover {
	color: #fff;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
	color: #bbb!important;
	font-size: 12px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: none;
}
/* suffix light */
.box.light {
	background: #f6f6f6;
	border: none;
	padding: 42px!important;
}
/* suffix _text */
.box_text > div { background: #fff; }

/* suffix dark */
.box.dark {
	background: #000;
	border: none;
	color: #999;
	padding: 42px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #ddd!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #fa7252!important; }
.box.dark ul ul { margin: 0 0 0 20px; }

/* suffix color1 & color2 */
.box.color1,
.box.color2 {
	background: #52b5fa;
	border: none;
	color: rgba(255, 255, 255, .7);
	padding: 42px!important;
}
.box.color2 {
	background: #fa7252;
}
.box.color1 .header,
.box.color2 .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.color1 h1,
.box.color1 h2,
.box.color1 h3,
.box.color1 h4,
.box.color1 h5,
.box.color1 h6,
.box.color2 h1,
.box.color2 h2,
.box.color2 h3,
.box.color2 h4,
.box.color2 h5,
.box.color2 h6 {
	color: #fff;
}
.box.color1 ul,
.box.color2 ul {
	margin: 0;
	padding: 0;
}
.box.color1 ul li,
.box.color2 ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: relative;
}
.box.color1 ul li:last-child,
.box.color2 ul li:last-child { border-bottom: none; }
.box.color1 a,
.box.color2 a { color: rgba(255, 255, 255, .9)!important; }
.box.color1 a:active,
.box.color1 a:focus,
.box.color1 a:hover,
.box.color2 a:active,
.box.color2 a:focus,
.box.color2 a:hover { color: #fff!important; }
.box.color1 ul ul,
.box.color2 ul ul { margin: 0 0 0 20px; }


/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Menu suffix */
.box ul.menu ul,
.box.icons-menu ul {
	margin: 0 0 32px 0;
}

.box ul.menu li li,
.box.icons-menu li li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding-left: 6px;
}
.box ul.menu li.active { background: #F2F4F5}
 .box ul.menu li.active a { padding: 8px 16px}
.box ul.menu li li a,
.box.icons-menu li li a { margin: 0 0 0 6px }
.box .menu .header + .content ul li:first-child,
.box.icons-menu .header + .content ul li:first-child { border-top: none; }
.menu li a,
.icons-menu li a {
	color: #1B1D1F;
	display: inline-block;
	padding: 8px 0;
}
.menu li a:hover,
.icons-menu li a:hover { color: #fa7252 !important; }
.box .menu li li a,
.box.icons-menu li li a {
	color: #666;
	font-weight: normal
}
.box .menu li strong,
.box.icons-menu li strong { display: block; }

/* Suffix icons-menu */
.box.icons-menu ul {
	margin: 0;
}
.box.icons-menu li {
	border: none;
}
.box.icons-menu li a {
	padding: 8px 0 8px 40px;
	position: relative;
}
.box.icons-menu li i {
	color: #929292;
	font-size: 22px;
	left: 0px;
	top: 4px;
	position: absolute;
}
.box.icons-menu li a:active i,
.box.icons-menu li a:focus i,
.box.icons-menu li a:hover i {
	color: #fa7252;
}
.box.icons-menu .last-item {
	border-top: 1px solid #e5e5e5;
	margin: 15px 0 -30px 0;
}
.box.icons-menu .last-item a {
	color: #fa7252;
	font-size: 13px;
	font-style: italic;
	padding: 4px 0;
	-webkit-transform: translateX(0)!important;
	-moz-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	-o-transform: translateX(0)!important;
	transform: translateX(0)!important;
}
.box.icons-menu .last-item a:active,
.box.icons-menu .last-item a:focus,
.box.icons-menu .last-item a:hover {
	color: #000!important;
}

/* Suffix newsletter */
.box.newsletter {
	padding-top: 42px!important;
	padding-left: 0!important;
	padding-right: 0!important;
}

/* Bottom blocks */
#gkBottom1 > .box,
#gkBottom2 > .box,
#gkBottom3 > .box,
#gkBottom4 > .box {
	padding: 0;
}
.bottom1-grey #gkBottom1,
.bottom2-grey #gkBottom2,
.bottom3-grey #gkBottom3,
.bottom4-grey #gkBottom4,
.bottom5-grey #gkBottom5 {
	background: #f1f1f1;
}

#gkBottom1.gkSingleModule,
#gkBottom2.gkSingleModule,
#gkBottom3.gkSingleModule,
#gkBottom4.gkSingleModule,
#gkBottom5.gkSingleModule {
	padding: 90px 0 65px;
}

#gkBottom1.gkSingleModule .box,
#gkBottom2.gkSingleModule .box,
#gkBottom3.gkSingleModule .box,
#gkBottom4.gkSingleModule .box,
#gkBottom5.gkSingleModule .box {
	padding: 0;
}

.bottom1-bar #gkBottom1,
.bottom2-bar #gkBottom2,
.bottom3-bar #gkBottom3,
.bottom4-bar #gkBottom4 {
	padding: 0;
}

.bottom1-bar #gkBottom1 > div,
.bottom2-bar #gkBottom2 > div,
.bottom3-bar #gkBottom3 > div,
.bottom4-bar #gkBottom4 > div {
	display: table;
	width: 100%;
}

.bottom1-bar #gkBottom1 .box,
.bottom2-bar #gkBottom2 .box,
.bottom3-bar #gkBottom3 .box,
.bottom4-bar #gkBottom4 .box {
	display: table-cell;
	float: none;
	margin: 0;
	padding: 30px;
	position: relative;
	vertical-align: top;
}

.gkBottomTitle {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 80px;
}

/* Bottom 5 */
#gkBottom5 .box,
#gkBottom5 .box .header {
	font-size: 12px;
}
#gkBottom5 .box .header {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#gkBottom5 .box li {
	border: none;
	line-height: 1.8;
	padding: 0;
}
#gkBottom5 .box a {
	color: #666;
}
#gkBottom5 .box a:active,
#gkBottom5 .box a:focus,
#gkBottom5 .box a:hover {
	color: #fa7252;
}

/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.onlytablet { display: none; }
.onlymobile { display: none; }
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember { margin: 10px 0; }
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	 border-top: 1px solid #E5E5E5;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 12px 0;
}

#login-form ul li {
	color: #999;
	font-size: 12px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 95%; }
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#modlgn-remember {
	width: auto;
}

/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 1000002;
	left: 50%;
	top: 80px;
}
#gkPopupOverlay {
	position: fixed;
}
#gkPopupLogin {
	margin-left: -220px;
	width: 426px;
}
#gkPopupLogin > div {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkPopupLogin .gkUserdata,
#gkPopupLogin .gkUsermenu {
	float: left!important;
	width: 50%!important;
}
.gkUsermenu .menu { margin: 32px 0 0}
.gkUsermenu .menu li a {   border-bottom: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 6px;
    padding: 3px 6px;}
.gkPopupWrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 32px;
}
#gkPopupLogin h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
#gkPopupLogin h3 span {
	background: #fff;
	color: #1b1d1f;
}
#gkPopupLogin #login-form + a {border: none; float: none; background: #0F1725; margin: 20px 0 0}
#gkPopupLogin #login-form + a:hover {background: #FA7252;}
.gkPopupWrap .logout-button { margin-top: 20px; }
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}
/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('https://www.gbkatwijk.nl/templates/gk_university/images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover { background-color: #556b9b; }
.login span#fb-auth { margin: 6px 0 0 10px; }
body[data-mobile="true"] #gkMobileMenu select { font-size: 50px; }

/* Popover */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
   border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* Edit Profile */
.profile-edit #member-profile fieldset + div {
	line-height: 39px;
}
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

/* Base for all menus */
#gkMainMenu {
	float: right;
	padding: 0;
}
#gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
}
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li:first-child > a {
	padding-left: 0;
}
.gkMenu > ul > li:last-child > a {
	padding-right: 0;
}
.gkMenu > ul > li > a {
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 12px;
	position: relative;
}
.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li > a:hover,
.gkMenu > ul > li.active > a:active,
.gkMenu > ul > li.active > a:focus,
.gkMenu > ul > li.active > a:hover {
	color: #fa7252;
}
.gkMenu > ul > li:first-child > a {
	padding-left: 0;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}
.gkMenu > ul > li > .childcontent .gkcol {
	border-left: 1px solid #eee;
	float: left;
}
.gkMenu > ul > li > .childcontent .gkcol:first-child {
	border-left: none;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: -11px;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 100px;
	margin-top: -35px!important;
}

/* main menu CSS */
.gkMenu ul > li.active > a {
	color: #fa7252 !important;
}
.gkMenu > ul > li > a {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #fff;
}
.gkMenu ul ul {
	padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	border: 1px solid #eee;
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
}
.gkMenu > ul li > .childcontent .gkcol {
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 0 20px;
	text-align: left;

}
.gkMenu > ul li div.childcontent a:hover {
	color: #fa7252!important;
}

.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #777;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child  {
	border: none;
}
.gkMenu > ul li div.childcontent a {
	color: #777;
	display: block;
	padding: 7px 0;
}
.gkMenu > ul li li div.childcontent small {
	color: #999;
	font-weight: 400;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent .header {
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: 600!important;
	margin: 6px 0 0;
	padding: 0 20px;
	text-transform: uppercase

}
.gkMenu > ul li div.childcontent .header a {
	color: #444;
}
.gkMenu > ul li div.childcontent .header small {
	display: block;
	text-transform: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}

#gkHeaderNav li.gkLogin {
	border: 1px solid rgba(250, 114, 82, 0.5);
	height: 30px;
	line-height: 30px;
	margin-left: 12px;
	-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border .3s ease-out;
}

#gkHeaderNav li.gkLogin a {

	height: 30px;
	line-height: 30px;
	padding: 0 12px!important;

}

#gkHeaderNav li.gkLogin:hover {
	border-color: #fa7252;
	color: #fff;
}
#gkHeaderNav li.gkLogin:hover a {
	color: #fff;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}

/* Aside menu */
#gkBg {
	-webkit-transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-ms-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
	transition: margin-left .3s ease-out;
}
#gkHeaderTop,
#gkHeaderNav {
	left: 0;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}
#gkBg.menu-open {
	margin-left: -280px;
}

#aside-menu-toggler,
#mobile-menu-toggler {
	color: #fff;
	cursor: pointer;
	display: block!important;
	font-size: 44px;
	height: 44px;
	line-height: 44px;
	margin: 40px 0 0 0px!important;
	overflow: hidden;
	position: relative;
	width: 44px;
}

#static-aside-menu-toggler {
	cursor: pointer;
}

#aside-menu-toggler {
	float: right;
}

#mobile-menu-toggler {
	margin: 0px -15px 0 0px!important;
}

#aside-menu {
	background: #152136;
	float: right;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: width .3s ease-out;
	-moz-transition: width .3s ease-out;
	-ms-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
	width: 0;
	z-index: 100000;
}

#aside-menu.menu-open {
	width: 280px;
}

#aside-menu > div {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	padding-right: 32px;
	min-width: 280px;
	max-width: 100%;
}

#close-menu {
	color: #fa7252;
	cursor: pointer;
	font-size: 26px;
	opacity: 0; filter: alpha(opacity=0);
	position: fixed;
	right: 0px;
	top: 25px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 100001;
}

#close-menu.menu-open {
	opacity: 1.0; filter: alpha(opacity=100);
	right: 10px;
}

#gkAsideMenu > ul {
	padding: 20px 0 20px 32px;
}

#aside-menu li {
	font-size: 15px;
	font-weight: 600;
	padding: 4px 0;
	text-transform: uppercase;
}

#aside-menu li li {
	font-size: 14px;
	font-weight: 400;
	padding: 4px 0;
	text-transform: none;
}

#aside-menu li li li {
	font-weight: 300;
	padding-left: 15px;
}

#aside-menu li a {
	color: #eee;
}
#aside-menu li li a {
	color: #999;
}
#aside-menu li a.active,
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
	color: #fa7252;
}

/* Android fix */
.android-stock-browser #aside-menu {
	height: auto;
	min-height: 100%;
	position: absolute;
}

.android-stock-browser #aside-menu > div {
	height: auto;
	min-height: 100%;
}
#gkMainMenu .gkMenu > ul > li > a, #gkMainMenu .gkMenu > ul > li > a:active #gkMainMenu .gkMenu > ul > li > a:focus, #gkMainMenu .gkMenu > ul > li > a: #gkMainMenu .gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/* Just click to select the code */
 

@font-face {
	font-family: "university-pixellove";
	src: url("https://www.gbkatwijk.nl/templates/gk_university/fonts/university-pixellove/university-pixellove.eot");
	src: url("https://www.gbkatwijk.nl/templates/gk_university/fonts/university-pixellove/university-pixellove.woff") format("woff"),  url("https://www.gbkatwijk.nl/templates/gk_university/fonts/university-pixellove/university-pixellove.svg#university-pixellove") format("svg"),  url("https://www.gbkatwijk.nl/templates/gk_university/fonts/university-pixellove/university-pixellove.eot#iefix") format("embedded-opentype"),  url("https://www.gbkatwijk.nl/templates/gk_university/fonts/university-pixellove/university-pixellove.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;font-display:swap;}
[data-icon]:before {
	font-family: "university-pixellove" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
	font-family: "university-pixellove" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gk-icon-fb:before { content: "a"; }
.gk-icon-calendar:before { content: "b"; }
.gk-icon-clock:before { content: "c"; }
.gk-icon-clock-solid:before { content: "d"; }
.gk-icon-education:before { content: "e"; }
.gk-icon-education-solid:before { content: "f"; }
.gk-icon-marker:before { content: "g"; }
.gk-icon-script:before { content: "h"; }
.gk-icon-gplus:before { content: "i"; }
.gk-icon-rss:before { content: "k"; }
.gk-icon-twitter:before { content: "l"; }
.gk-icon-youtube:before { content: "m"; }
.gk-icon-youtube-outline:before { content: "j"; }
.gk-icon-twitter-outline:before { content: "n"; }
.gk-icon-calendar-solid:before { content: "o"; }
.gk-icon-fb-outline:before { content: "p"; }
.gk-icon-gplus-outline:before { content: "q"; }
.gk-icon-linkedin:before { content: "r"; }
.gk-icon-linkedin-outline:before { content: "s"; }
.gk-icon-rss-outline:before { content: "t"; }
/*
 * News Show Pro GK5
 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -43px;
}
.nspBotInterface .nspPagination { margin-top: 0; }
/* 
	Interface - for different looking Top and Bottom interface use the following classes:  
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination {
	float: left;
	list-style-type: none!important;
	margin: 3px 0 0 0!important;
	padding: 0!important;
}
.nspPagination li,
.nspBotInterface .nspPagination li {
	background: #e5e5e5;
	border: none!important;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	float: left;
	height: 8px;
	margin: 3px 4px 0 0!important;
	padding: 0;
	text-indent: -999em;
	width: 8px;
}
.nspPagination li:hover,
.nspPagination li.active { background-color: #fa7252; }
.nspNext,
.nspPrev {
	background: #f1f1f1;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 0 2px;
	text-align: center;
	text-indent: -9999px;
	width: 20px;
}
.nspNext:after,
.nspPrev:after {
	border-radius: 50%;
	color: #888;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-indent: 0;
	width: 20px;
}
.nspNext:after { content: '\f0da'; }
.nspPrev:after { content: '\f0d9'; }
.nspNext:hover:after,
.nspPrev:hover:after { color: #fa7252; }
/* Articles layout */
.nspArts {
	overflow: hidden;
	padding: 0;
}
.nspArts + .nspLinksWrap.bottom { border-top: 1px solid #e5e5e5 }
.nspArtPage { float: left; }
.nspArt {
	float: left;
	text-align: center;
}
.nspArt div { overflow: hidden; }
.nspArt .nspHeader {
	color: #010101;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
	text-transform: none;
}
.nspArt .nspHeader a,
.nspLinks ul li h4 a { color: #1b1d1e; }
.nspArt .nspHeader a:hover,
.nspLinks ul li h4 a:hover { color: #fa7252 !important; }
img.nspImage { 
	display: block; 
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspImageWrapper:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.nspArt p.nspText {
	color: #888;
	display: block!important;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #999;
	display: block!important;
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
}
.nspArt p.nspInfo > * { padding-left: 10px; }
.nspArt p.nspInfo > *:first-child { padding-left: 0; }
.nspArt p.nspInfo img { vertical-align: middle; }
.nspArt .tleft { text-align: left; }
.nspArt .tright { text-align: right; }
.nspArt .tcenter { text-align: center; }
.nspArt .tjustify { text-align: justify; }
.nspArt .fleft { float: left; }
.nspArt .fright { float: right; }
.nspArt .fnone {
	clear: both;
	float: none;
	width: 100%;
}
.readon, .readon-button {
	font-size: 13px;
	font-style: italic;
}
.readon-button { border-top: 1px solid #e5e5e5; display: inline-block; width: 100%; padding: 16px 0 }
.readon.inline {
	clear: both;
	display: inline-block;
	float: none;
	width: auto;
}
.readon.fleft,
.readon.fright,
.readon.fcenter {
	clear: both;
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: auto;
}
.readon.fleft { float: left; }
.readon.fright { float: right; }
.readon.fcenter {
	display: inline-block;
	float: none;
}
.nspAvatar { }
/* Links layout */
.nspLinks { padding: 3px; }
.nspList { float: left; }
.nspLinks ul {
	list-style-type: none!important;
	padding: 0!important;
}
.nspLinks ul li h4 {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 6px
}
.nspLinks ul li h4 a { text-decoration: none; }
.nspLinks ul li {
	font-size: 12px;
	margin: 0!important;
	padding: 16px 0
}
.nspLinks ul li:first-child { border-top: none!important; }
.nspLinks ul li p { margin: 0; }
.nspLinks .readon {
	display: block;
	font-style: normal;
	padding-top: 14px;
}
/* positioning */
.nspArts.left { float: right; }
.nspLinksWrap.left { float: left; }
.nspArts.right { float: left; }
.nspLinksWrap.right { float: left; }
/* make element unvisible */
.nspMain .unvisible {
	left: -9999px;
	position: absolute;
	top: auto;
}
/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100%!important;
}
.nspArt img.nspImage { max-width: 100%; }
.nspArtScroll1,
.nspLinkScroll1 {
	overflow: hidden;
	width: auto;
}
.nspArtScroll1 { margin: 0; }
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspPages11 { width: 1100%; }
.nspPages12 { width: 1200%; }
.nspPages13 { width: 1300%; }
.nspPages14 { width: 1400%; }
.nspPages15 { width: 1500%; }
.nspPages16 { width: 1600%; }
.nspPages17 { width: 1700%; }
.nspPages18 { width: 1800%; }
.nspPages19 { width: 1900%; }
.nspPages20 { width: 2000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }
/* Animation */
.nspList,
.nspArtPage {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { opacity: 1; }
/* Suffix light */
.box.light .nspNext,
.box.light .nspPrev { background: #e5e5e5; }
/* Suffix dark */
.box.dark a.readon { color: #fff!important; }
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover { color: #fa7252!important; }
.box.dark .nspLinks ul li { border-top-color: #444!important; }
.box.dark .nspNext,
.box.dark .nspPrev,
.box.dark .nspPagination li { background: #444; }
.box.dark .nspPagination li.active { background: #fa7252; }
/* Suffix color1 & color2 */
.box.color1 a,
.box.color2 a { color: #fff!important; }
.box.color1 a:active,
.box.color1 a:focus,
.box.color1 a:hover,
.box.color2 a:active,
.box.color2 a:focus,
.box.color2 a:hover { color: rgba(255, 255, 255, .9)!important; }
.box.color1 .nspText,
.box.color2 .nspText { color: rgba(255, 255, 255, .8); }
.box.color1 .nspInfo,
.box.color2 .nspInfo { color: rgba(255, 255, 255, .6); }
.box.color1 .nspLinks ul li,
.box.color2 .nspLinks ul li { border-top-color: rgba(255, 255, 255, .25)!important; }
.box.color1 .nspNext,
.box.color1 .nspPrev,
.box.color1 .nspPagination li,
.box.color2 .nspNext,
.box.color2 .nspPrev,
.box.color2 .nspPagination li { background: rgba(255, 255, 255, .4); }
.box.color1 .nspPagination li.active,
.box.color2 .nspPagination li.active { background: rgba(255, 255, 255, .75); }
.box.color1 .nspNext:after,
.box.color1 .nspPrev:after,
.box.color2 .nspNext:after,
.box.color2 .nspPrev:after { color: #fff; }
.box ul, .box ol { margin: 0; padding: 0; }
/* Suffix darkbar */
.darkbar img,
.darkbar .nspImageWrapper {
	height: auto;
	width: 100%;
}
.darkbar .nspArtScroll1,
.darkbar .nspLinkScroll1 { overflow: visible; }
.darkbar .nspArt { position: relative; }
.darkbar .nspHeader {
	background: -moz-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12,19,31,0)), color-stop(86%, rgba(12,19,31,1)), color-stop(100%, rgba(12,19,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c131f', endColorstr='#0c131f', GradientType=0 ); /* IE6-9 */
	bottom: 0;
	font-size: 16px;
	font-weight: 700;
	left: 0;
	padding: 32px 80px;
	position: absolute;
}
.darkbar li h4 {
	margin: 0 0 20px !important;
	text-transform: uppercase;
}
.darkbar .nspHeader { text-transform: uppercase; }
.darkbar .nspHeader a,
.darkbar li h4 a { color: #fff !important; }
.darkbar .nspHeader a:active,
.darkbar .nspHeader a:focus,
.darkbar .nspHeader a:hover,
.darkbar li h4 a:active,
.darkbar li h4 a:focus,
.darkbar li h4 a:hover { color: #fa7252 !important; }
.darkbar .nspList:first-child > li > a,
.darkbar .nspList:first-child > li > div {
	position: relative;
	z-index: 1;
}
.darkbar .nspList:first-child > li:first-child { position: relative; }
.darkbar .nspList:first-child > li:first-child:after {
	background: rgba(12, 19, 31, .6);
	content: "";
	height: 2000px;
	left: 0%;
	position: absolute;
	top: -500px;
	width: 100%;
	z-index: 0;
}

.darkbar .nspList:first-child > li:first-child .nspImageWrapper {
	position: relative;
	z-index: 1;
}

.darkbar .nspLinks { padding: 0; }
.darkbar .nspList > li { padding: 0!important; }
.darkbar .nspList > li > div { padding: 38px; }
.darkbar ul li p {
	color: #fff;
	font-size: 12px;
}
.darkbar .nspLinks .readon:active,
.darkbar .nspLinks .readon:focus,
.darkbar .nspLinks .readon:hover {
	color: #fff;
}

/* NSP GK5 - JomSocial Photos Portal Mode */
.gkNspPM-JomSocialPhotos {
	overflow: hidden;
	text-align: center;
}
.gkNspPM-JomSocialPhotos > div {
	background: #152136;
	left: 50%;
	line-height: 1;
	margin: 0 auto -3px auto;
	position: relative;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gkNspPM-JomSocialPhotos figure {
	display: inline-block;
	position: relative;
}
.gkNspPM-JomSocialPhotos[data-cols="1"] figure { max-width: 100%; }
.gkNspPM-JomSocialPhotos[data-cols="2"] figure { max-width: 50%; }
.gkNspPM-JomSocialPhotos[data-cols="3"] figure { max-width: 33.333333%; }
.gkNspPM-JomSocialPhotos[data-cols="4"] figure { max-width: 25%; }
.gkNspPM-JomSocialPhotos[data-cols="5"] figure { max-width: 20%; }
.gkNspPM-JomSocialPhotos[data-cols="6"] figure { max-width: 16.666666%; }
.gkNspPM-JomSocialPhotos[data-cols="7"] figure { max-width: 14.285714%; }
.gkNspPM-JomSocialPhotos[data-cols="8"] figure { max-width: 12.5%; }
.gkNspPM-JomSocialPhotos figcaption {
	background: rgba(12, 19, 31, 0.6);
	height: 100%;
	opacity: 0;
	padding: 60px 50px;
	position: absolute;
	text-align: left;
	top: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 3;
}
.gkNspPM-JomSocialPhotos figure:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gkNspPM-JomSocialPhotos figure img {
	display: block;
	opacity: 0.5;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.gkNspPM-JomSocialPhotos figure img.hide {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.gkNspPM-JomSocialPhotos figcaption small {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 20px 0;
	opacity: 0;	
	position: relative;
	text-transform: uppercase;
	top: 35px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}
.gkNspPM-JomSocialPhotos figure:hover figcaption small {
	opacity: 1;
	top: 0;
}
.gkNspPM-JomSocialPhotos figcaption p {
	color: #b7c0ce;
	font-size: 12px;
	height: 32px;
	line-height: 16px;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
	position: relative;
	text-overflow: ellipsis;
	top: 25px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.gkNspPM-JomSocialPhotos figure:hover figcaption p {
	opacity: 1;
	top: 0;
}
.gkNspPM-JomSocialPhotos figcaption a {
	opacity: 0;
	position: relative;
	top: 20px;
}
.gkNspPM-JomSocialPhotos figcaption a:active,
.gkNspPM-JomSocialPhotos figcaption a:focus,
.gkNspPM-JomSocialPhotos figcaption a:hover {
	color: #fff;
}
.gkNspPM-JomSocialPhotos figure:hover figcaption a {
	opacity: 1;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s;
	-ms-transition-delay: .35s;
	-o-transition-delay: .35s;
	transition-delay: .35s;
}

/* NSP GK5 - Events List */
.gkNspPM-EventsList > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 10px 0;
	min-height: 60px;
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
}

.gkNspPM-EventsList[data-cols="1"] > div {
	width: 100%;
}

.gkNspPM-EventsList[data-cols="2"] > div {
	width: 50%;
}

.gkNspPM-EventsList[data-cols="3"] > div {
	width: 33.333333%;
}

.gkNspPM-EventsList[data-cols="4"] > div {
	width: 25%;
}

.gkNspPM-EventsList[data-cols="2"] > div:nth-child(2n+1),
.gkNspPM-EventsList[data-cols="3"] > div:nth-child(3n+1),
.gkNspPM-EventsList[data-cols="4"] > div:nth-child(4n+1) {
	clear: both;
}

.gkNspPM-EventsList time {
	border: 1px solid #e5e5e5;
	color: #000;
	left: 30px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	min-width: 66px;
	padding: 10px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.gkNspPM-EventsList time > small {
	display: block;
	font-size: 12px;
}

.gkNspPM-EventsList > div > time + div {
	padding-left: 90px;
}

.gkNspPM-EventsList h3 {
	color: #000;
	font-size: 15px;
	font-style: italic;
	text-transform: none;
}

.gkNspPM-EventsList a {
	color: #000;
	display: block;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.gkNspPM-EventsList a:active,
.gkNspPM-EventsList a:focus,
.gkNspPM-EventsList a:hover {
	color: #fa7252;
}

.gkNspPM-EventsList > div > div > span {
	color: #999;
	font-size: 11px;
}

.gkNspPM-EventsList .gkEventsListProgress {
	background: #e5e5e5;
	display: inline-block;
	height: 3px;
	margin-left: 16px;
	position: relative;
	top: -2px;
	width: 50px;
}

.gkNspPM-EventsList .gkEventsListProgress > div {
	background: #fa7252;
	height: 3px;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
	width: 0%;
}

/* GK Tabs */
.gkTabsGK5 {
	position: relative;
	overflow: hidden;
}
.gkTabsWrap ol li {
	background: #f1f1f3;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	color: #444;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	list-style-type: none;
	margin: 0 -1px 0 0;
	padding: 11px 16px 8px;
	position: relative;
	top: 1px;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid transparent;
	border-top: 4px solid #fa7252;
	padding: 8px 16px;
}

.gkTabsWrap ol li:hover {
	background: #fff;
}
.gkTabsContainer {
	border: 1px solid #e5e5e5;	
	border-top: none;
	clear: both;
	overflow: hidden;
	padding: 0px!important;
	position: relative;
}
.gkTabsItem {
	left: -9999px;
	overflow: hidden;
	padding: 24px!important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}
.gkTabsNav {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	position: relative;
	top: 2px;
}
.gkTabsNav:after {
	clear: both;
	content: "";
	display: table;
}
.box.clear-horizontal .gkTabsNav { top: 0; }
.gkTabsButtonNext,
.gkTabsButtonPrev { display: none; }

.gkTabsContainer {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gkTabsItem {
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 1;
}
.gkTabsItem.gk-active {
	position: relative;
	top: 0;
	z-index: 1;
}
.gkTabsItem.gk-hide {
	position: absolute;
	top: 0;
	z-index: 0;
}
.gkTabsItem.gk-opacity.gk-hide {
	opacity: 0;
}
.gkTabsItem.gk-opacity.gk-active {
	opacity: 1;
}
.gkTabsItem.gk-slide_vertical.gk-hide {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.gkTabsItem.gk-slide_vertical.gk-active {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.gkTabsItem.gk-slide_vertical.gk-hidden {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.gkTabsItem.gk-slide_horizontal.gk-hide {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.gkTabsItem.gk-slide_horizontal.gk-active {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.gkTabsItem.gk-slide_horizontal.gk-hidden {
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

/* Image Show GK4 - gk_university style */ 
.gkIsWrapper-gk_university {
	min-height: 200px;
	position: relative;
	-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);
}

.gkIsWrapper-gk_university .gkIsPreloader {
	background: #3f4e67 url('https://www.gbkatwijk.nl/templates/gk_university/images/style1/is_loader.gif') no-repeat center center;
	height: 100%;
	left: 50%;
	position: absolute;
	text-indent: -9999px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}

.gkIsWrapper-gk_university figure {
	left: 50%;
	top: 0;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_university figure.animated {
	z-index: 2;
}

.gkIsWrapper-gk_university figcaption > div {
	float: left;
	margin: 0;
	width: 70%;
}

.gkIsWrapper-gk_university figure.active {
	z-index: 3;
}

.gkIsWrapper-gk_university img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.gkIsWrapper-gk_university figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 43%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_university figure.active figcaption {
	z-index: 101;
}

.gkIsWrapper-gk_university figcaption h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	line-height: 64px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	top: 50px;
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.gkIsWrapper-gk_university figcaption p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	margin: 20px 0;
	opacity: 0;
	position: relative;
	top: 15px;
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	width: 80%;
}

.gkIsWrapper-gk_university .active figcaption h2 {
	opacity: 1;
	top: 0;
}

.gkIsWrapper-gk_university .active figcaption p {
	opacity: 1;
	top: 0;
}

.gkIsWrapper-gk_university figcaption p,
.gkIsWrapper-gk_university figcaption a {
	color: #fff;
}

.gkIsWrapper-gk_university .gkProgress {
	background: transparent;
	border: 1px solid #fa7252;
	display: block;
	height: 5px;
	margin: 15px 0 0 0;
	overflow: hidden;
	width: 25%;
}
.gkIsWrapper-gk_university .gkProgressBar {
	background: #fa7252;
	display: block;
	height: 6px;
	margin-left: -100%;
	opacity: 1!important;
	-webkit-transition: margin 1s linear;
	-moz-transition: margin 1s linear;
	-ms-transition: margin 1s linear;
	-o-transition: margin 1s linear;
	transition: margin 1s linear;
	width: 100%;
}
.gkIsWrapper-gk_university .active .gkProgressBar {
	margin-left: 0;
}

/* Responsive styles */
.gkIsWrapper-gk_university .gkIsSlide {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
}

/* Columns in the content */
.gkCols {
	margin: 0 -20px;
	width: auto;
}
.gkCols > div {
	float: left;
	padding: 0 20px;
}
.gkCols[data-cols="2"] > div { width: 50%; }
.gkCols[data-cols="3"] > div { width: 33.333333%; }
.gkCols[data-cols="4"] > div { width: 25%; }
.gkCols[data-cols="5"] > div { width: 20%; }
/* Newsletter */
.gk-newsletter p {
	display: table;
	margin: 0 0 16px 0!important;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.gk-newsletter input[type="email"] {
	display: table-cell;
	font-style: italic;
	font-weight: 300;
	height: 40px;
	margin: 0;
	vertical-align: top;
	width: 97%;
}
.gk-newsletter input[type="button"] {
	float: none;
	font-size: 12px;
	font-weight: 500;
	height: 40px;
	line-height: 41px;
	padding: 0 28px;
}
.gk-newsletter p > span {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}
/* Social icons */
.gk-social-icons { 
	white-space: nowrap;
}
.gk-social-icons li {
	border: none!important;
	display: inline-block;
	font-size: 24px;
	height: 27px;
	line-height: 27px;
	margin: 0 2px 0 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 25px;
}
.gk-social-icons li a:hover:before { color: rgba(255, 255, 255, 0.75); }
/* Features list */
.gk-features {
	margin: 0 -5px;
	overflow: hidden;
}
.gk-features li {
	border: none;
	float: left;
	padding: 0 5px;
}
.gk-features[data-cols="1"] li { width: 100%; }
.gk-features[data-cols="2"] li { width: 50%; }
.gk-features[data-cols="3"] li { width: 33.333333%; }
.gk-features[data-cols="4"] li { width: 25%; }
.gk-features li strong {
	border: 1px solid #e5e5e5;
	color: #1b1d1f;
	display: block;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.gk-features li strong sub {
	color: #888;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 0 5px 0;
	text-transform: none;
}
.gk-features li.highlighted strong {
	background: #fa7252;
	border: 1px solid #fa7252;
	color: #fff;
}
.gk-features li.highlighted strong sub { color: #fff; }
/* Banner list */
.gk-banners {
	margin: 0 -15px;
	overflow: hidden;
}
.gk-banners li {
	border: none;
	float: left;
	padding: 0 5px;
	position: relative;
}
.gk-banners[data-cols="1"] li { width: 100%; }
.gk-banners[data-cols="2"] li { width: 50%; }
.gk-banners[data-cols="3"] li { width: 33.333333%; }
.gk-banners[data-cols="4"] li { width: 25%; }
.gk-banners li div {
	border: 1px solid #e5e5e5;
	color: #1b1d1f;
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
.gk-banners li div img { float: left; }
.gk-banners li div strong {
	color: #1b1d1f;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}
.gk-banners li div strong sub {
	color: #888;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: none;
}
/* Module in menu */
.gkMenu .nspArt .nspHeader {
	font-size: 12px;
	padding: 5px 0 0 0;
}
.gkMenu .nspArt .readon {
	background: transparent!important;
	border: none;
	color: #fa7252!important;
	display: inline-block;
	float: left;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-top: 6px!important;
	padding: 0!important;
	text-align: left;
	text-transform: none!important;
}
.gkMenu .nspArt .readon:active,
.gkMenu .nspArt .readon:focus,
.gkMenu .nspArt .readon:hover {
	background: transparent!important;
	color: #1b1d1f!important;
}
#gkMobileMenu > label { display: none; }
/* Social GK5 */
.gkTweets { overflow: hidden; }
.gkTweets > div { margin: 0 -25px; }
.gkTweet {
	background: #fff;
	color: #666;
	display: inline-block;
	float: left;
	padding: 32px 25px;
}
.gkTweetContent { margin: 10px 10px 5px 10px; }
.gkTweet > div > img {
	height: 100%;
	float: left;
	width: 48px;
	height: 48px;
	margin: 5px 15px 10px 0;
}
.gkTweetName {
	display: block;
	margin: 0 0 8px 0;
}
.gkTweetName a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	line-height: 12px;
	text-shadow: 1px 1px #fff;
	text-transform: none;
}
.gkTweetName a:before { content: "@"; }
.gkTweetName small {
	font-size: 11px;
	color: #999;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #ddd
}
.gkTweet > div p {
	color: #666;
	margin: 0;
	word-wrap: break-word
}
.gkTweet p > a { color: #666; }
.gkTweet p > a:active,
.gkTweet p > a:focus,
.gkTweet p > a:hover { color: #fa7252; }
.gkTweet > div > .gkTweetInfo {
	color: #000;
	display: block;
	font-size: 12px;
	font-style: italic;
	padding: 15px 0 0 0;
}
.gkTweet > div > .gkTweetInfo:before {
	color: #fa7252;
	content: "d";
	font-family: university-pixellove;
	font-size: 13px;
	font-style: normal;
	padding: 0 5px 0 1px;
	position: relative;
	top: 2px;
}
.gkTweet > div > .gkTweetInfo a:first-child { padding-right: 10px }
.gkTweet > div > .gkTweetInfo a {
	font-size: 10px;
	margin: 6px 0 0 12px;
	float: right;
	line-height: 14px
}
.gkTweetInfo,
.gkTweetInfo a { color: #999 }
.gkTweet > div > .gkTweetInfo a:first-child { margin-left: 5px }
.separator {
	width: 100%;
	clear: both
}
.gkDivider {
	clear: both;
	width: 100%;
}
/* Information form */
.gkInformation { padding: 28px 0; }
.gkInformation > div { overflow: hidden; }
.gkInformation > div > * {
	float: left;
	margin: 0;
	width: 21%;
}
.gkInformation > div > input {
	margin-left: 2%;
	width: 19%;
}
.gkInformation > div > strong {
	color: #0f1725;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 20px 5px 70px;
	position: relative;
	width: 16%;
}
.gkInformation > div > strong:before {
	color: #d1d1d1;
	content: 'f';
	font-family: university-pixellove;
	font-size: 40px;
	font-weight: 300;
	left: 0;
	position: absolute;
	top: -5px;
}
.gkInformation > div > input[type="submit"] {
	background: #52b5fa;
	border: none;
}
.gkInformation > div > input[type="submit"]:active,
.gkInformation > div > input[type="submit"]:focus,
.gkInformation > div > input[type="submit"]:hover { background: #fa7252; }
/* Content element */
.gkContentImage {
	float: left;
	height: auto;
	width: 40%;
}
.gkContent { width: 100%; }
.gkContentImage + .gkContent {
	float: right;
	padding: 0 0 0 60px;
	width: 60%;
}
.gkContent p {
	font-size: 14px;
	margin: 0 0 16px 0;
}
.gkContent a {
	font-size: 13px;
	font-style: italic;
}
.gkContentList {
	clear: both;
	margin: 0 -1%;
	padding: 40px 0 0 0 !important;
	width: 100%;
}
.gkContentList li {
	border: none;
	float: left;
	padding: 0;
}
.gkContentList[data-cols="1"] li { width: 100%; }
.gkContentList[data-cols="2"] li {
	margin: 0 1%;
	width: 48%;
}
.gkContentList[data-cols="3"] li {
	margin: 0 1%;
	width: 31.333333%;
}
.gkContentList[data-cols="4"] li {
	margin: 0 1%;
	width: 23%;
}
.gkContentList li a {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #000;
	display: block;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.gkContentList a:active,
.gkContentList a:focus,
.gkContentList a:hover { background: #f2f4f5; }
/* GK Event */
.gkEvent {
	background: #f1f2f3;
	margin: 30px 0 45px;
	padding: 30px;
}
.gkEvent h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
.gkEvent ul {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 45px;
	list-style: none;
	position: relative;
}
.gkEvent li {
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 45px;
	padding: 0 64px 0 20px!important;
}
.gkEvent li:before { display: none; }
.gkEvent li:first-child { border-top: none; }
.gkEvent li strong {
	color: #0f1725;
	font-weight: bold;
	padding-right: 20px;
}
.gkEvent .gkEventPeriod { padding-right: 15px; }
.gkEvent .gkEventHours { font-weight: bold; }
.gkEvent .gkEventPeriod:before,
.gkEvent .gkEventHours:before {
	color: #fa7252;
	content: "o";
	font-family: "university-pixellove";
	font-size: 14px;
	font-weight: normal;
	padding: 0 12px 0 0;
	position: relative;
	top: 1px;
}
.gkEvent .gkEventHours:before { content: "d"; }
.gkEvent .gkEventRegister {
	background: #52b5fa;
	height: 38px;
	padding: 0!important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gkEvent .gkEventRegister a {
	border: none;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.gkEvent .gkEventRegister:hover { background: #fa7252; }
.csstransforms .gkEvent .gkEventRegister {
	bottom: 0;
	position: absolute;
	right: 0;
	-webkit-transform: rotateZ(90deg) translateY(37px);
	-moz-transform: rotateZ(90deg) translateY(37px);
	-ms-transform: rotateZ(90deg) translateY(37px);
	-o-transform: rotateZ(90deg) translateY(37px);
	transform: rotateZ(90deg) translateY(37px);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	width: 94px;
}
.gkEventCounter {
	background: #fff;
	display: block;
	height: 3px;
	margin-top: 25px;
	position: relative;
	text-indent: -9999px;
	width: 60%;
}
.gkEventCounter > div {
	background: #fa7252;
	height: 3px;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
	width: 0%;
}

/* Video block */
.box.gk-video {
	background-size: cover;
}
.gkVideoBlock {
	background: rgba(0, 0, 0, .38);
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	height: 214px;
	line-height: 315px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gkVideoBlock:before {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	content: "▶";
	display: block;
	font-size: 14px;
	height: 54px;
	left: 50%;
	line-height: 54px;
	margin: -27px 0 0 -27px;
	position: absolute;
	text-align: center;
	text-indent: 2px;
	top: 45%;
	width: 54px;
}
.gkVideoBlock:hover {
	background: rgba(0, 0, 0, .2);
	color: #fff;
}

/* Modal box fix */
#sbox-window {
	background: #000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#sbox-window iframe {
	background: #000;
}
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

/* Basic and stream */
.jomsocial {
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
}

.jomsocial img { vertical-align: middle; }

#community-wrap + div,
#community-wrap + script + div {
	margin-top: 20px!important;
}
.joms-main {
	float: left;
	padding: 0;
	width: 63.666666%;
}
.joms-sidebar {
	float: right;
	margin-left: 5.333333%;
	width: 31%;
}
.joms-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 300;
	color: #888;
	height: 40px;
	max-width: 100%!important;
	padding: 0 10px;
}

.joms-input.joms-js--input-file {
	height: auto;
	padding: 10px;
}

.joms-select {
	height: 35px;
}
.joms-button--primary,
.joms-button--add,
.joms-button--login,
.joms-button__reject,
.joms-postbox-tab .joms-postbox-save,
.joms-postbox-tab .joms-postbox-done,
.joms-focus__button--add,
.joms-button__next,
.joms-button--secondary,
.joms-button--signup,
.joms-focus__button--message,
.joms-button--neutral,
.joms-button--more,
.joms-button--comment,
.joms-button__approve,
.joms-postbox-tab .joms-postbox-cancel,
.joms-focus__button--options,
.joms-button--important {
	background: #fa7252!important;
	border: none;
	border-radius: 0;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px!important;
	font-weight: 500!important;
	height: 30px!important;
	line-height: 30px!important;
	margin: 0 5px 2px 2px!important;
	padding: 0 25px!important;
	text-align: center;
	text-transform: uppercase!important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.joms-button--primary:active,
.joms-button--add:active,
.joms-button--login:active,
.joms-button__reject:active,
.joms-postbox-tab .joms-postbox-save:active,
.joms-postbox-tab .joms-postbox-done:active,
.joms-focus__button--add:active,
.joms-button__next:active,
.joms-button--secondary:active,
.joms-button--signup:active,
.joms-focus__button--message:active,
.joms-button--neutral:active,
.joms-button--more:active,
.joms-button--comment:active,
.joms-button__approve:active,
.joms-postbox-tab .joms-postbox-cancel:active,
.joms-focus__button--options:active,
.joms-button--important:active,
.joms-button--primary:focus,
.joms-button--add:focus,
.joms-button--login:focus,
.joms-button__reject:focus,
.joms-postbox-tab .joms-postbox-save:focus,
.joms-postbox-tab .joms-postbox-done:focus,
.joms-focus__button--add:focus,
.joms-button__next:focus,
.joms-button--secondary:focus,
.joms-button--signup:focus,
.joms-focus__button--message:focus,
.joms-button--neutral:focus,
.joms-button--more:focus,
.joms-button--comment:focus,
.joms-button__approve:focus,
.joms-postbox-tab .joms-postbox-cancel:focus,
.joms-focus__button--options:focus,
.joms-button--important:focus,
.joms-button--primary:hover,
.joms-button--add:hover,
.joms-button--login:hover,
.joms-button__reject:hover,
.joms-postbox-tab .joms-postbox-save:hover,
.joms-postbox-tab .joms-postbox-done:hover,
.joms-focus__button--add:hover,
.joms-button__next:hover,
.joms-button--secondary:hover,
.joms-button--signup:hover,
.joms-focus__button--message:hover,
.joms-button--neutral:hover,
.joms-button--more:hover,
.joms-button--comment:hover,
.joms-button__approve:hover,
.joms-postbox-tab .joms-postbox-cancel:hover,
.joms-focus__button--options:hover,
.joms-button--important:hover {
	background: #272727!important;
	color: #fff!important;
}
.joms-stream__status,
.joms-stream__meta {
	background: transparent;
	border-bottom: none;
	border-top: 1px solid #eee;
	overflow: hidden;
}
.joms-avatar img,
.joms-avatar--stream img,
.joms-avatar--comment img,
.joms-avatar--focus img {
}

.joms-stream__body,
.joms-comment__body,
.joms-stream__header,
.joms-comment__header {
	padding: 0;
}
.joms-stream__time {
	font-size: 12px!important;
	line-height: 2;
	margin-top: -2px;
}
.joms-stream__meta,
.joms-comment__meta,
.joms-stream__content {
	vertical-align: top;
}
.joms-avatar--stream a,
.joms-avatar--comment a,
.joms-avatar--focus a {
	height: 48px;
}
.joms-media.like,
.joms-media--image,
.joms-media--event,
.joms-media--video,
.joms-media--album {
	max-width: 100%;
}

.joms-media--images img {
}

.joms-list--card .joms-avatar img,
.joms-stream .joms-avatar img {
	width: auto;
}
.joms-stream__body {
	padding-left: 80px!important;
}
.joms-stream__header {
	margin-bottom: 20px;
}
.joms-avatar--stream,
.joms-avatar--comment,
.joms-avatar--focus {
	width: 80px;
}
.joms-avatar--stream {
	padding-right: 32px;
}
.joms-comment__user,
.joms-stream__meta > a:first-child {
	font-weight: 400;
	text-transform: uppercase;
}
.joms-comment,
.joms-stream__status,
.joms-stream__header.no-avatar,
.joms-stream__actions,
.joms-comment__reply {
	width: auto;
	margin-left: 80px;
}

.joms-js--btn-more,
.joms-js--send {
	float: none !important;
	margin-top: 10px !important;
}

/* br {
	clear: both;
}
*/

.joms-stream__header.no-avatar > .joms-stream__meta {
	width: 100%;
}
.joms-media {
	background: #f5f5f5;
}
.joms-comment {
	background: transparent;
}
.joms-comment__item {
	background: #f5f5f5;
	border: 1px solid #eaeaea!important;
	margin: 10px 0 0 0;
	padding: 10px!important;
}
.joms-comment__reply {
	border: 1px solid #eaeaea!important;
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}
.joms-avatar--comment {
	padding-right: 8px;
	padding-top: 4px;
	width: 48px;
}
.joms-js--comment-content {
	display: block;
	font-size: 13px;
	line-height: 1.4!important;
}
.joms-comment__time > small {
	font-size: 11px;
}
.joms-dropdown > li,
.joms-popover > li {
	padding-bottom: 2px;
	padding-top: 2px;
}
.joms-stream__header.no-avatar > .joms-stream__meta {
	height: 48px;
}
.joms-stream__time > small {
	font-size: 100%;
}
.joms-stream {
	margin-bottom: 32px!important;
}
.joms-comment__actions {
	padding: 0;
}
.cUpdatesHelper .updates-options a + a {
	border-left: none;
	margin: 0;
	padding: 0;
}
.updates-pagination {
	clear: both;
	display: block;
}
.joms-comment.joms-comment--bulletin {
	margin-left: 0;
}

/* Tabs */
.joms-tab__bar {
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 10px;
}
.joms-tab__bar > a {
	color: #272727;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400!important;
	list-style-type: none;
	padding: 6px 5px!important;
	position: relative;
	top: 1px;
}
.joms-tab__bar > a.active {
	border-bottom: 1px solid #fa7252;
	color: #fa7252;
}
.joms-sidebar .joms-tab__bar > a {
	font-size: 11px;
}

/* Sidebar modules */
.joms-module__filter > a {
	font-size: 11px;
	line-height: 1.3;
	text-transform: uppercase;
}
.joms-module__filter > a.active-state {
	color: #888;
}
.joms-tab__content,
.joms-module__body {
	padding: 14px 0;
}
.joms-module .joms-button--link,
.joms-module__footer .joms-button--link,
.joms-tab__content .joms-button--link > small {
	font-size: 12px;
	text-transform: none;
}
.joms-media__calendar .month {
	padding: 6px 0 0 0;
	background: transparent;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	color: #272727;
	text-transform: uppercase;
	font-size: 12px;
}
.joms-media__calendar .date {
	padding: 5px;
	font-size: 18px;
	color: #272727;
	line-height: 1;
	padding-bottom: 14px;
}
.joms-media__calendar {
	padding-right: 5px;
}
.joms-video__duration > small {
	font-size: 12px;
}
.joms-list--thumbnail .joms-list__item a,
.joms-list--thumbnail .joms-list__item img {
	display: block;
}

/* Popups */
.joms-popup--photo .mfp-close,
.joms-popup--video .mfp-close {
	font-size: 36px;
	margin-top: 5px;
}
.joms-popup__optoption button.liked,
.joms-popup__optoption button:hover {
	background: transparent;
}
.joms-popup__optoption button:hover {
	color: #fff!important;
}
.joms-popup__ddcontent a:hover {
	background: #fa7252;
}
.joms-popup .mfp-close,
.joms-popup__x {
	font-size: 36px;
}
.joms-popup .mfp-close:hover,
.joms-popup__x:hover {
	color: #fff!important;
}

/* User profile */
.joms-focus__link {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.joms-subnav--desktop {
	background: #fff;
	border: 1px solid #e5e5e5;
}
.joms-subnav--desktop > ul > li > a {
	color: #fa7252;
}
.joms-text--title {
	font-size: 16px;
	text-transform: none;
}
.joms-text--title + .joms-block {
	font-size: 12px;
	margin-top: -10px;
}
.cGroups .joms-list__footer .joms-avatar {
	display: block;
	width: 100%;
}
.cGroups .joms-list__footer > a {
	display: inline;
}
.cGroups .joms-avatar > img {
	width: auto!important;
}
.joms-list--card .joms-list__permission {
	bottom: 2px;
	font-size: 12px;
}
.joms-focus__actions--desktop > a,
.joms-focus__actions--reposition input[type="button"] {
	background: #fa7252!important;
	color: #fff!important;
}
.joms-focus__actions--desktop > a:active,
.joms-focus__actions--desktop > a:focus,
.joms-focus__actions--desktop > a:hover,
.joms-focus__actions--reposition input[type="button"]:active,
.joms-focus__actions--reposition input[type="button"]:focus,
.joms-focus__actions--reposition input[type="button"]:hover {
	background: #fff!important;
	border-color: #fff!important;
	color: #fa7252!important;
}
.joms-focus__link a.liked {
	color: #fa7252!important;
}
.joms-focus__link a.liked:hover {
	color: #222!important;
}
.joms-focus__link a.liked svg {
	fill: #fa7252!important;
}
.joms-focus__link a.liked:hover svg {
	fill: #222!important;
}

/* Registration process */
.joms-button--privacy {
	background: transparent!important;
	border: none!important;
	float: left;
	width: auto!important;
}
.joms-form__group.has-privacy .joms-dropdown,
.joms-form__group.has-privacy .joms-popover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	top: 32px;
}
.joms-form__group.has-privacy .joms-dropdown li,
.joms-form__group.has-privacy .joms-popover li {
	cursor: pointer;
}
.picker__button--clear,
.picker__button--today {
	border: none!important;
	background: transparent!important;
	padding: 0!important;
	width: 46%!important;
}
.picker--opened .picker__holder {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ddd;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
	background: #fa7252
}
.picker__button--today:before {
	border-top-color: #fa7252!important;
}
.picker__day--today:before {
	border-top-color: #fa7252!important;
}
.joms-choose--avatar img {
	width: auto;
}
.joms-progressbar__progress {
	background: #fa7252;
}

/* After log in */
.joms-focus__button--options--desktop > a {
	padding: 4px 9px;
}
.joms-dropdown {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.joms-toolbar--desktop {
	background: #272727;
	border: none;
	color: #fff;
}
.joms-toolbar--desktop > ul > li:hover,
.joms-toolbar--desktop > ul > li.active {
	background: #fa7252;
}
.joms-toolbar--desktop > ul > li > a {
 	color: #fff!important;
 	font-size: 15px;
}
.joms-toolbar--desktop > ul > li > a .joms-icon {
 	fill: #fff;
 	margin-top: -4px;
}
.joms-toolbar--desktop > ul > li {
 	padding-left: 12px;
 	padding-right: 12px;
}
.joms-toolbar--desktop .joms-popover {
 	border-radius: 0;
 	border-width: 1px;
 	padding: 12px;
}
.joms-page {
 	padding-left: 0;
 	padding-right: 0;
}
.joms-popover--toolbar-search li {
 	padding: 0;
}
.joms-popup__content .label-filetype {
	padding-top: 20px;
}
.joms-popup__content .label-filetype .joms-progressbar {
	margin: -10px 0 0 2px!important;
}
.joms-postbox-dropdown {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-color: #e5e5e5!important;
	left: 0;
	width: 100%;
}
.joms-postbox-dropdown li[data-filter="hashtag"] {
	background: #f5f5f5;
}
.joms-postbox-tab .joms-postbox-action {
	bottom: 0;
}
.joms-postbox-photo-progressbar .joms-postbox-photo-progress {
	background: #fa7252!important;
}
.joms-postbox-select-album.joms-select {
	padding: 0!important;
}
.joms-focus__date span:last-child {
	margin-top: 0;
}
.joms-focus__date {
	padding: 5px 0;
}
.joms-focus__date {
	font-size: 1.65rem;
}
.cProfile .joms-sidebar .joms-divider {
	border: none;
	clear: both;
	padding: 10px 0;
}

/* Notifications */
.cProfile .joms-stream--discussion .joms-stream__time {
	margin-top: 5px;
}
.cProfile .joms-stream--discussion .joms-stream__header {
	margin-top: 20px;
	margin-bottom: 0;
}
.cProfile .joms-stream--discussion {
	border-bottom: 0;
	margin-bottom: 20px;
}

.joms-popover__avatar {
	display: block;
	float: left;
	max-width: none!important;
	padding-left: 0;
	width: 48px;
}
.joms-popover--toolbar-friendrequest .joms-popover__content {
	vertical-align: top;
}
.joms-popover--toolbar-friendrequest .joms-popover__actions button {
	width: 100%;
}

/* Groups */
.joms-stream--discussion .joms-stream__replies {
	vertical-align: middle;
}
.joms-stream--discussion .joms-stream__replies > a {
	float: right;
}
.joms-button--add-on-page.joms-button--primary {
	float: right;
	right: 0;
}

/* Stream */
.cStream-Author,
.joms-stream__user,
.joms-stream__meta > a:first-child {
	color: #010101;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-transform: none!important;
}
.joms-stream__meta {
	padding-left: 0;
	padding-top: 16px;
}
.joms-stream__time {
	font-size: 10px;
	line-height: 1.6;
	text-transform: uppercase;
}

.joms-comment__reply .joms-textarea {
	min-height: 36px;
}

/* Messages */
.joms-list--message__remove > a {
	border: none!important;
}

/* WYSIWYG */
.trumbowyg-button-pane button {
	padding: 0!important;
}

/* Search */
#criteriaContainer span[id^="removelink"] a {
	border: none;
}

/* Events */
.joms-list--inline {
	clear: both;
}

/* Landing page */
.joms-landing {
	max-width: none;
	width: auto;
}
.cFrontpage .joms-landing {
	margin: -648px -110px 52px !important;
	min-height: 600px;
}

.joms-landing__cover {
	height: auto;
	padding: 0;
}
.joms-landing__cover:before {
	display: none;
}
.joms-landing__image {
	background: transparent url('https://www.gbkatwijk.nl/templates/gk_university/images/guest-bg.jpg') no-repeat scroll 0 0!important;
	background-size: cover;
	border-radius: 0;
	color: #fff;
	min-height: 600px!important;
	padding: 50px;
	position: relative;
	text-shadow: none;
}
.joms-landing__content {
	background: transparent;
	bottom: auto;
	color: #272727;
	padding: 100px 50px 100px 50px;
	top: 0;
}
.cFrontpage .joms-landing__content  {
	color: #fff;
	padding: 300px 50px 0 50px;
}
.joms-landing__content .joms-landing__text {
	display: block;
	text-align: center;
	width: 100%;
}
.joms-landing__content .joms-landing__text h2 {
	color: #272727;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 4;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.cFrontpage .joms-landing__content .joms-landing__text h2 {
	color: #fff;
	line-height: 1.5;
}
.joms-landing__content .joms-landing__text p {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.joms-landing__signup {
	text-align: center;
}
.joms-landing__signup .joms-button--signup {
	border: none!important;
	color: #fff!important;
	display: inline-block!important;
	float: none!important;
	font-size: 25px!important;
	font-weight: 500!important;
	height: 54px!important;
	line-height: 55px!important;
	margin: 0 auto!important;
	padding: 0 32px!important;
	text-transform: uppercase!important;
}
.joms-landing__signup {
	clear: both;
	display: block;
	width: 100%;
}
.joms-button--signup svg {
	display: none;
}
.joms-landing__action {
	background: #f2f4f5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
.cFrontpage .joms-landing__action {
	margin: -12px 50px 68px 50px;
}
.joms-landing__action .joms-input--append {
	float: left;
	width: 200px;
}
.joms-landing__action .joms-input--append .joms-input {
	border-radius: 0;
	float: left;
	height: 40px!important;
}
.joms-landing__action button {
	display: block;
	float: left;
	height: 40px!important;
	line-height: 40px!important;
	width: auto;
}
.joms-landing__action .joms-input--append svg {
	display: none;
}
.joms-landing__action .joms-form {
	line-height: 18px;
	padding: 0 60px;
	text-align: right;
}
.joms-landing__action .joms-form > a {
	color: #888;
	margin: 0 0 0 12px;
}
.joms-landing__action .joms-form > a:active,
.joms-landing__action .joms-form > a:focus,
.joms-landing__action .joms-form > a:hover {
	color: #fa7252;
}

/*
 *
 * Modules
 *
 */

/* Common */
.box .joms-avatar img,
.box .joms-avatar--stream img {
	border: none;
	padding: 0;
}

/* JS Members */
.box .joms-js--member-module {
	position: relative;
}
.box .joms-js--member-module .joms-gap {
	display: none;
}
.box .joms-js--member-module #latest-members-nav {
	position: absolute;
	right: 0;
	text-align: right;
	top: -20px;
}
.box .joms-js--member-module #latest-members-nav .joms-js--loading {
	left: 0;
	right: auto;
}
.box .joms-list--thumbnail .joms-list__item {
	float: left;
	margin: 6px;
	padding: 0;
	width: auto;
}
.box .joms-gap + .joms-button--link > small {
	font-size: 12px;
	text-transform: uppercase;
}
.box .joms-js--member-module .joms-avatar > a {
	background: #272727;
}
.box .joms-js--member-module .joms-avatar > a:hover img {
	opacity: 0.5;
}
.box .joms-js--member-module .joms-avatar > a:hover:after,
.box .joms-js--member-module .joms-avatar > a:hover:before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
}
.box .joms-js--member-module .joms-avatar > a:hover:after {
	height: 1px;
	left: 9px;
	top: 32px;
	width: 46px;
}
.box .joms-js--member-module .joms-avatar > a:hover:before {
	height: 46px;
	left: 32px;
	top: 9px;
	width: 1px;
}
/* Search nearby events */
.joms-js--mod-search-nearbyevents input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 64%;
}
.joms-js--mod-search-nearbyevents button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	margin-right: 1%;
	width: 33%;
}
/* Stream */
#cModule-ActivityStream .joms-comment__reply {
	width: auto;
}
#cModule-ActivityStream .joms-comment__reply {
	border: none!important;
	padding: 0!important;
}

/* Other */
.joms-sidebar .joms-module__wrapper {
	border-left: 1px solid #e5e5e5;
	margin: 0 0 50px 0;
	padding: 0 30px 20px;
}
.joms-tab__content {
	padding-bottom: 0;
}
.joms-button--link {
	border-top: 1px solid #e5e5e5;
	color: #fa7252!important;
	display: block;
	padding-top: 10px;
}
.joms-button--link:active,
.joms-button--link:focus,
.joms-button--link:hover {
	color: #272727!important;
}
.joms-media,
.joms-media--video,
.joms-media--album {
	background: transparent!important;
}
.joms-stream__body p {
	margin: 0;
}

.joms-stream__body > p {
	margin-bottom: 10px;
}

.joms-popup__optcaption {
	line-height: 43px;
	padding-left: 10px;
}
.cMedia-Author {
	clear: both;
	padding-top: 20px;
}
.joms-popup__action {
	min-height: 56px!important;
}
.joms-page__title,
.joms-text--light,
.joms-text--title,
.joms-text--bold {
	color: #272727;
}
.inputbox textarea.input {
	padding: 0!important;
}
.joms-popup .joms-comment,
.joms-popup .joms-comment__reply {
	margin-left: 0;
	clear: both;
}
.joms-popup__content {
	padding-bottom: 12px;
}
.joms-list--video .joms-list__item img {
	display: block;
}
.joms-list__utilities .joms-input--search {
	height: 32px!important;
	padding: 2px 5px!important;
}
.joms-focus__date {
	border-radius: 0;
}
#joms-group--announcement .joms-comment {
	margin-left: 0;
}
.joms-toolbar--desktop .joms-dropdown,
.joms-toolbar--desktop .joms-popover {
	left: 0;
}

/* RWD */
.joms-toolbar {
	background: #272727;
	border: none;
	color: #fff;
}
.joms-toolbar .joms-icon {
	fill: #fff;
}
.joms-button--full,
.joms-button--full-small {
	width: 99%;
}
.joms-menu,
.joms-menu--user {
	background: #272727;
	border-left: none;
}
.joms-menu a,
.joms-menu--user a {
	color: #fff;
}
.joms-menu a:hover,
.joms-menu--user a:hover {
	background: #fa7252;
	color: #fff;
}
.joms-subnav__menu {
	margin-bottom: 32px;
}

@media (max-width: 1040px) {
	.joms-landing__image {
		min-height: 580px!important;
	}
}

@media (max-width: 991px) {
	.joms-focus__actions .joms-focus__button--options {
		display: block!important;
		float: none!important;
		max-width: 200px!important;
		margin: 0 auto!important;
		width: 200px!important;
	}
	.jomsocial-wrapper {
		position: relative;
		overflow: hidden;
		width: auto;
		height: 100%;
		margin: -60px -30px 0 -30px;
		padding: 0 30px;
	}
	.jomsocial-wrapper.cFrontpage {
		overflow: visible;
	}
	.joms-js--member-module .joms-avatar {
		max-width: 64px;
	}
	.joms-sidebar .joms-list--thumbnail .joms-list__item {
		width: auto;
	}
	.joms-sidebar .joms-tab__bar > a {
		border-bottom: 1px solid #e5e5e5;
		font-size: 12px;
		width: 100%;
	}
	.joms-sidebar .joms-tab__bar > a.active {
		border-bottom-color: #fa7252;
		color: #fa7252;
	}
	.joms-landing__action .joms-form a {
		float: left;
	}
	.joms-landing__action .joms-form a:first-of-type {
		clear: both;
	}
	body .joms-landing__image {
		background-size: cover!important;
	}
	.joms-menu--user {
		right: -250px;
	}
	.joms-menu {
		left: -250px;
	}
	.joms-toolbar {
		margin-top: 30px;
	}
	.joms-popup .joms-comment {
		margin-left: 0!important;
	}
	.joms-popup .joms-comment__reply {
		overflow: hidden;
		padding: 8px;
	}
	.joms-sidebar .joms-module__wrapper {
		border-left: none;
		padding-left: 0;
		padding-right: 0;
	}
	.joms-landing__signup .joms-button--signup {
		width: auto;
	}
	.cFrontpage .joms-landing {
		margin-left: -15px!important;
		margin-right: -15px!important;
	}
	.cFrontpage .joms-landing__action {
		margin: 0!important;
	}
}

@media (max-width: 800px) {
	.joms-main {
		width: 100%!important;
	}
	.joms-sidebar {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 580px) {
	.jomsocial-wrapper {
		margin: -30px -15px 0 -15px;
	}
	.joms-landing__action .joms-button--login,
	.joms-landing__action .joms-input--append {
		width: 99%;
	}
	.joms-landing__content .joms-landing__text p {
		width: 100%;
	}
	.joms-stream__meta,
	.joms-comment__meta,
	.joms-stream__content {
		vertical-align: top;
		line-height: 1.2;
	}
	.joms-stream__meta {
		padding-top: 2px;
	}
	.joms-stream__time {
		margin: 5px 0;
	}
	.jomsocial-wrapper {
		padding: 0 8px!important;
	}
	.joms-menu--user {
		right: -228px;
	}
	.joms-menu {
		left: -228px;
	}
}

body[data-tablet="true"] .joms-comment__reply.joms-js--newcomment .joms-icon--add,
body[data-mobile="true"] .joms-comment__reply.joms-js--newcomment .joms-icon--add {
	right: 120px;
}

@media (max-width: 480px) {
	.joms-focus__link {
		border-bottom: none;
		border-left: none;
	}
	.joms-landing__content .joms-landing__text {
		display: block!important;
	}
	.joms-landing__content .joms-landing__text h2 {
		font-size: 32px!important;
		margin-top: 32px!important;
	}
	.joms-landing__content .joms-landing__text p {
		padding-bottom: 0!important;
	}
	.joms-landing__image {
		min-height: 400px!important;
	}
	.joms-landing__signup .joms-button--signup {
		padding: 0!important;
	}
	.joms-postbox-tab {
		height: 66px;
	}
	.joms-landing__action .joms-form {
		padding: 0 20px;
	}
	.joms-landing__action .joms-checkbox {
		clear: both;
		padding: 10px 0;
		text-align: center;
	}
	.cFrontpage .joms-landing__content {
		padding: 150px 10px 0 10px;
	}
	.joms-landing__content .joms-landing__text h2,
	.joms-landing__content .joms-landing__text p {
		display: inline-block;
		font-size: 18px!important;
		margin: 0;
	}
	.joms-landing__signup .joms-button--signup {
		font-size: 18px!important;
		height: 32px!important;
		line-height: 31px!important;
		margin: 10px 0 0 0!important;
		padding: 0 5px!important;
	}
}

/* Fix */
.joms-checkbox {
    clear: both;
}

/* v.3.18 fixes */
.joms-focus__header .joms-avatar--focus img {
    min-width: 80px;
}
.joms-select {
	padding: 0 5px!important;
}
.joms-select--multiple {
    height: 100px!important;
}

.mfp-bg { z-index: 99999 !important; }
.mfp-wrap { z-index: 100000 !important; }

/* JS v.4.1 improvements */
.jomsocial-wrapper .jomsocial {
	background: transparent;
	padding: 0;
	position: static;
	min-height: 650px;
}
.joms-body {
	position: relative;
}
.joms-hcard__actions {
	overflow: hidden;
}
.joms-hcard__info-content > h3 {
	color: #fff;
}
.innerpgbar {
	background: #fa7252;
}
.joms-popup--privacy a:hover {
	background-color: #fa7252;
}
.joms-select--wrapper {
	padding: 0 4px;
}
.joms-form__group > span:first-child {
	vertical-align: top;
}
.joms-focus__button--options--desktop > a {
    padding: 1px 1px;
    width: 30px;
    line-height: 28px;
}
.joms-activity-filter__options {
    top: 4px;
    right: 10px;
}
.joms-popup .mfp-close,
.joms-popup__x {
	/*color: #000!important;*/
}
.joms-textarea__attachment button {
	background: transparent;
	color: #fa7252!important;
    font-size: 32px;
    right: 0px;
    top: 1px;
}
.joms-list--message__remove > a {
	float: right;
}
.joms-list--message__remove .joms-icon {
    vertical-align: baseline;
    width: 10px;
    height: 10px;
}
.joms-list--message .joms-list--message__time {
	left: 63px;
    bottom: 7%;
}
.joms-list--message .joms-list--message__body,
.joms-list--message .joms-postbox-tab,
.joms-list--message .joms-list--message__remove {
	vertical-align: top;
}
.joms-avatar--focus.joms-online a:after {
	right: 4px;
	bottom: 24px;
}
.joms-avatar--stream a,
.joms-avatar--focus a {
	height: 100%;
}
.joms-online a:after {
	bottom: 12px;
}
.joms-avatar--comment {
	width: 56px;
}
.joms-avatar--comment a:after {
	bottom: 3px;
}
.joms-subnav--desktop {
	width: 100%;
}
.joms-page .joms-gap {
	clear: both;
}
.joms-focus__date {
	font-size: 1rem;
	padding: 5px;
}
.joms-form__legend {
	clear: both;
}

/* Fix for the calendar */
#gkMainbody .picker__table .picker__weekday,
#gkMainbody .picker__table td {
    display: block!important;
    float: left!important;
    text-align: center;
    width: 14.285714%!important;
}

@media (max-width: 1280px) {
	.jomsocial-wrapper .jomsocial {
		min-height: 0;
	}
}

@media (max-width: 480px) {
	.joms-stream__status--mobile {
		margin-left: 56px;
		margin-top: -36px;
		float: right;
		width: auto;
	}

	.joms-stream__actions {
		/*float: right;*/
	}

	.joms-form__group.has-privacy > span:first-child {
		clear: both;
		display: block;
	}

	.joms-focus__header .joms-avatar--focus img {
    	min-width: 60px;
    	max-width: 60px;
	}

	.joms-focus__title h2 {
		font-size: 20px!important;
	}

	.joms-focus__actions a {
   		width: 49%;
    	margin: 0.5%!important;
	}

	.joms-no-touch .joms-comment__reply {
		clear: both;
	}
}

@media (max-width: 420px) {
	.joms-focus__actions a {
   		width: 100%;
    	margin: 0%!important;
	}
}

/* JS v.4.2.2 improvements */
.joms-list--message .joms-list--message__time {
    left: 70px;
 }
 .joms-list--friend .joms-list__item:after {
 	content: " ";
 	clear: both;
 	display: table;
 }
 .joms-icon--add {
    top: 22px;
    right: 81px;
}
  @media (max-width: 900px) {
 	.joms-focus__actions > a {
 		float: none!important;
 	}
 }
 @media (max-width: 600px) {
 	.joms-focus__actions > a {
 		float: left!important;
 		width: 100%!important;
 	}
 	.joms-focus__actions .joms-focus__button--options {
 		float: left!important;
 		max-width: none!important;
 		width: 100%!important;
 	}
 }

/* JS v.4.5 improvements */
.joms-js--chat-header-selector-div img {
	float: left;
}

.joms-js--chat-header-selector-div img + span {
	margin-top: 3px;
	display: block;
}

.joms-form__group .joms-checkbox input[type="checkbox"] {
	/*margin-top: 0 !important;*/
	top: 0;
	left: 0;
}

.joms-form__group .joms-button--full-small.joms-button--privacy {
	margin-top: 0 !important;
	padding: 0 5.34752px;
}

.joms-form__group .joms-button--full-small.joms-button--privacy + .joms-dropdown--privacy + .joms-checkbox span {
	margin-top: 0;
}

/* Videos Page */
.cVideos .joms-comment,
.cVideos  .joms-stream__status,
.cVideos .joms-stream__header.no-avatar,
.cVideos .joms-stream__actions,
.cVideos .joms-comment__reply {
 	margin-left: 0;
 }

 /* Responsive */
 @media (max-width: 480px) {
 	.joms-button--add {
 		position: unset;
 		margin-bottom: 10px !important;
 	}

 	.joms-button--add span {
 		display: inline-block;
 	}

 	.joms-table .joms-table__col + .joms-table__col {
 		padding-left: 5px;
 	}

	.joms-comment {
		display: block !important;
	}

	.joms-comment__actions {
		background: transparent;
	}
 }
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

/* Style 1 */

/* template.css */
a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#community-wrap .joms-stream-box article>a,
.faq li a:hover,
#login-form ul li a:hover {
	color: #fa7252;
}
.readon {
	color: #fa7252;
}
.breadcrumbs li a:hover { color: #fa7252; }
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #fa7252;
}
.box.transparent a:active,
.box.transparent a:focus,
.box.transparent a:hover {
	color: #fa7252;
}
.box.transparent ul + a {
	color: #fa7252;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #fa7252!important; }
.box.color1,
.box.color2 {
	background: #52b5fa;
}
.box.color2 {
	background: #fa7252;
}
.menu li a:hover,
.icons-menu li a:hover { color: #fa7252 !important; }
.box.icons-menu li a:active i,
.box.icons-menu li a:focus i,
.box.icons-menu li a:hover i {
	color: #fa7252;
}
.box.icons-menu .last-item a {
	color: #fa7252;
}
#gkBottom5 .box a:active,
#gkBottom5 .box a:focus,
#gkBottom5 .box a:hover {
	color: #fa7252;
}
#gkPopupLogin #login-form + a:hover {background: #FA7252;}

/* joomla.css */
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
.gkShowCart a,
body #cWindow a.plupload_button {
	background: #fa7252;
	border: 1px solid #fa7252;
}
section.categories-list ul ul li {
	border-left: 3px solid #fa7252;
}
section.category .children h3,
section.blog .children h3 {
	color: #FA7252;
}
th {
	border-bottom: 3px solid #FA7252;
}
tbody tr td a:hover, section.category .children li a:hover { color: #FA7252 }
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover { color: #fa7252!important; }
article header li a:hover { color: #FA7252 }
.tip-title {
	background: #fa7252;
}
#system-message dd.error {
	background: #fb7252;
}
#system-message dd.notice {
	background: #52b5fa;
}
div.bannerfooter {
	color: #fa7252;
}
dl#tabs dt.tabs span h3 a:hover,
dl.tabs dt.tabs span h3 a:hover { color: #fa7252 }
.autocompleter-queried { color: #fa7252!important }
.faq-title { color: #FA7252}

/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active { background-color: #fa7252; }
.nspNext:hover:after,
.nspPrev:hover:after { color: #fa7252; }
.nspArt .nspHeader a:hover,
.nspLinks ul li h4 a:hover { color: #fa7252 !important; }
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover { color: #fa7252!important; }
.box.dark .nspPagination li.active { background: #fa7252; }
.darkbar .nspHeader a:active,
.darkbar .nspHeader a:focus,
.darkbar .nspHeader a:hover,
.darkbar li h4 a:active,
.darkbar li h4 a:focus,
.darkbar li h4 a:hover { color: #fa7252 !important; }
.gkNspPM-EventsList a:active,
.gkNspPM-EventsList a:focus,
.gkNspPM-EventsList a:hover {
	color: #fa7252;
}
.gkNspPM-EventsList .gkEventsListProgress > div {
	background: #fa7252;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	border-top: 4px solid #fa7252;
}
.gkIsWrapper-gk_university .gkProgress {
	border: 1px solid #fa7252;
}
.gkIsWrapper-gk_university .gkProgressBar {
	background: #fa7252;
}
.gk-features li.highlighted strong {
	background: #fa7252;
	border: 1px solid #fa7252;
}
.gkMenu .nspArt .readon {
	color: #fa7252!important;
}
.gkTweet p > a:active,
.gkTweet p > a:focus,
.gkTweet p > a:hover { color: #fa7252; }
.gkTweet > div > .gkTweetInfo:before {
	color: #fa7252;
}
.gkInformation > div > input[type="submit"] {
	background: #52b5fa;
}
.gkInformation > div > input[type="submit"]:active,
.gkInformation > div > input[type="submit"]:focus,
.gkInformation > div > input[type="submit"]:hover { background: #fa7252; }
.gkEvent .gkEventPeriod:before,
.gkEvent .gkEventHours:before {
	color: #fa7252;
}
.gkEvent .gkEventRegister {
	background: #52b5fa;
}
.gkEvent .gkEventRegister:hover { background: #fa7252; }
.gkEventCounter > div {
	background: #fa7252;
}

/* menu.css */
.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li > a:hover {
	color: #fa7252;
}

.gkMenu ul > li.active > a {
	color: #fa7252 !important;
}

.gkMenu > ul li div.childcontent a:hover {
	color: #fa7252!important;
}
#gkHeaderNav li.gkLogin {
	border: 1px solid rgba(250, 114, 82, 0.5);
}
#gkHeaderNav li.gkLogin:hover {
	border-color: #fa7252;
}
#close-menu {
	color: #fa7252;
}
#aside-menu li a.active,
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
	color: #fa7252;
}

/* k2.css */
.k2FeedIcon a:before,
a.k2FeedIcon:before {
	color: #fa7252;
}
.itemComments .icon-comments {
	background: #fa7252;
}
.itemAuthorData a:hover,
ul.itemTags li a:hover,
.itemAuthorContent ul li a:hover { color: #FA7252 }
.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover { color: #fa7252; }
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	background: #fa7252;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #fa7252;
}
table.calendar tr td.calendarTodayLinked a {
	color: #fa7252;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	background: #fa7252;
}
.calendarNavLink { color: #fa7252; }
.k2TagCloudBlock a:hover { color: #fa7252 }

/* jomsocial.css */
.joms-button--primary,
.joms-button--add,
.joms-button--login,
.joms-button__reject,
.joms-postbox-tab .joms-postbox-save,
.joms-postbox-tab .joms-postbox-done,
.joms-focus__button--add,
.joms-button__next,
.joms-button--secondary,
.joms-button--signup,
.joms-focus__button--message,
.joms-button--neutral,
.joms-button--more,
.joms-button--comment,
.joms-button__approve,
.joms-postbox-tab .joms-postbox-cancel,
.joms-focus__button--options,
.joms-button--important {
	background: #fa7252!important;
}
.joms-tab__bar > a.active {
	border-bottom: 1px solid #fa7252;
	color: #fa7252;
}
.joms-popup__ddcontent a:hover {
	background: #fa7252;
}
.joms-subnav--desktop > ul > li > a {
	color: #fa7252;
}
.joms-focus__actions--desktop > a,
.joms-focus__actions--reposition input[type="button"] {
	background: #fa7252!important;
}
.joms-focus__actions--desktop > a:active,
.joms-focus__actions--desktop > a:focus,
.joms-focus__actions--desktop > a:hover,
.joms-focus__actions--reposition input[type="button"]:active,
.joms-focus__actions--reposition input[type="button"]:focus,
.joms-focus__actions--reposition input[type="button"]:hover {
	color: #fa7252!important;
}
.joms-focus__link a.liked {
	color: #fa7252!important;
}
.joms-focus__link a.liked svg {
	fill: #fa7252!important;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
	background: #fa7252
}
.picker__button--today:before {
	border-top-color: #fa7252!important;
}
.picker__day--today:before {
	border-top-color: #fa7252!important;
}
.joms-progressbar__progress {
	background: #fa7252;
}
.joms-toolbar--desktop > ul > li:hover,
.joms-toolbar--desktop > ul > li.active {
	background: #fa7252;
}
.joms-postbox-photo-progressbar .joms-postbox-photo-progress {
	background: #fa7252!important;
}
.joms-landing__action .joms-form > a:active,
.joms-landing__action .joms-form > a:focus,
.joms-landing__action .joms-form > a:hover {
	color: #fa7252;
}
.joms-button--link {
	color: #fa7252!important;
}
.joms-menu a:hover,
.joms-menu--user a:hover {
	background: #fa7252;
}

@media (max-width: 991px) {
	.joms-sidebar .joms-tab__bar > a.active {
		border-bottom-color: #fa7252;
		color: #fa7252;
	}
}

/* JS v.4.1 improvements */
.innerpgbar {
	background: #fa7252;
}
.joms-popup--privacy a:hover {
	background-color: #fa7252;
}
.joms-textarea__attachment button {
	color: #fa7252!important;
}
/*!	
 *	@author		HitkoDev http://hitko.eu/videobox
 *	@copyright	Copyright (C) 2016 HitkoDev All Rights Reserved.
 *	@license	http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program. If not, see <http://www.gnu.org/licenses/>
 */
#vbBottomContainer,#vbResponsive,.vb_thub_wrap .vb-icon-play,.vjs-big-play-button{box-shadow:0 0 40px -5px #000}@font-face{font-family:Videobox;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:application/font-woff;base64,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) format("woff"),url(data:application/x-font-ttf;base64,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) format("truetype"),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGhvcml6LWFkdi14PSI1MTIiPjxmb250LWZhY2UgZm9udC1mYW1pbHk9IlZpZGVvYm94IiBmb250LXdlaWdodD0iNTAwIiB1bml0cy1wZXItZW09IjUxMiIgcGFub3NlLTE9IjIgMCA2IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNDQ4IiBkZXNjZW50PSItNjQiIGJib3g9IjQyLjY2NyAtMjEuMzMzIDQ2OS4zMzMgNDA1LjMzMyIgdW5kZXJsaW5lLXRoaWNrbmVzcz0iMjUuNiIgdW5kZXJsaW5lLXBvc2l0aW9uPSItNTEuMiIgdW5pY29kZS1yYW5nZT0iVSswMDIwLUYxMEMiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3BhY2UiIGhvcml6LWFkdi14PSIyMDAiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNyIgdW5pY29kZT0i74SHIiBkPSJNMTcwLjY2NyAzNDEuMzMzTDQwNS4zMzMgMTkyIDE3MC42NjcgNDIuNjY3djI5OC42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDYiIHVuaWNvZGU9Iu+EhiIgZD0iTTEyOCAzNDEuMzMzaDg1LjMzM1Y0Mi42NjdIMTI4djI5OC42NjZ6bTE3MC42NjcgMEgzODRWNDIuNjg3aC04NS4zMzN2Mjk4LjY0NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwQyIgdW5pY29kZT0i74SMIiBkPSJNNjQgMjU2aDg1LjMzM0wyNTYgMzYyLjY2N1YyMS4zMzNMMTQ5LjMzMyAxMjhINjR2MTI4em0yODgtNjRjLS4wMzEtMzIuODQtMjMuOTI0LTcxLjM1Ny01My4zMzMtODUuOTc0djE3MS44NEMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1NCAzNTIgMTkyem0tNTMuMzMzIDE4Ny4wOTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My40OTkgNDQ4IDE5Mi4wNDNTMzg0LjEwNiAyNC4zNDIgMjk4LjY2NyA0LjkyOFY0OC45NkMzNTcuNDk5IDY2LjUyIDQwNS4yODUgMTMwLjYwMyA0MDUuMzMzIDE5MmMtLjAyNyA2MS40MTItNDcuODE1IDEyNS40OTQtMTA2LjY2NiAxNDMuMDR2NDQuMDU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA1IiB1bmljb2RlPSLvhIUiIGQ9Ik0yMTMuMzMzIDMyMGwxMjgtMTI4LTEyOC0xMjgtMjkuOTk0IDI5Ljk5NUwyODEuMzQ0IDE5MmwtOTguMDA1IDk4LjAwNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNCIgdW5pY29kZT0i74SEIiBkPSJNMjk4LjY2NyA0Mi42Njd2MTA2LjY2NmgxMDYuNjY2di00Mi42NjZoLTY0di02NGgtNDIuNjY2em00Mi42NjYgMjM0LjY2Nmg2NHYtNDIuNjY2SDI5OC42Njd2MTA2LjY2Nmg0Mi42NjZ2LTY0em0tMTcwLjY2NiAwdjY0aDQyLjY2NlYyMzQuNjY3SDEwNi42Njd2NDIuNjY2aDY0em0tNjQtMTcwLjY2NnY0Mi42NjZoMTA2LjY2NlY0Mi42NjdoLTQyLjY2NnY2NGgtNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEEiIHVuaWNvZGU9Iu+EiiIgZD0iTTY0IDI1Nmg4NS4zMzNMMjU2IDM2Mi42NjdWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwMiIgdW5pY29kZT0i74SCIiBkPSJNMjg2LjE2NSAxOTJsNzYuNTAyLTc2LjUwMS0zMC4xNjYtMzAuMTY2TDI1NiAxNjEuODM1bC03Ni40MzgtNzYuNTAyLTMwLjIyOSAzMC4xNjZMMjI1LjgzNSAxOTJsLTc2LjUwMiA3Ni40MzggMzAuMjMgMzAuMjI5TDI1NiAyMjIuMTY1bDc2LjUwMSA3Ni41MDIgMzAuMTY2LTMwLjIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTAzIiB1bmljb2RlPSLvhIMiIGQ9Ik0zNjIuNjY3IDg1LjMzM3Y2NGg0Mi42NjZWNDIuNjY3SDI5OC42Njd2NDIuNjY2aDY0em0tMjEzLjMzNCA2NHYtNjRoNjRWNDIuNjY3SDEwNi42Njd2MTA2LjY2Nmg0Mi42NjZ6bTE0OS4zMzQgMTkyaDEwNi42NjZWMjM0LjY2N2gtNDIuNjY2djY0aC02NHY0Mi42NjZ6bS0xOTItMTA2LjY2NnYxMDYuNjY2aDEwNi42NjZ2LTQyLjY2NmgtNjR2LTY0aC00Mi42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEIiIHVuaWNvZGU9Iu+EiyIgZD0iTTI5OC42NjcgMjc3Ljg2NkMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1MyAzNTIgMTkyYzAtMzcuNjEtMjEuNzYtNzAuMjA4LTUzLjMzMy04NS45NzR2MTcxLjg0ek02NCAyNTZoODUuMzMzTDI1NiAzNjIuNjY3VjIxLjMzM0wxNDkuMzMzIDEyOEg2NHYxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDEiIHVuaWNvZGU9Iu+EgSIgZD0iTTQwNS4zMzMgMzExLjE0NkwyODYuMTg3IDE5MiA0MDUuMzMzIDcyLjg1NGwtMzAuMTg2LTMwLjE4NkwyNTYgMTYxLjgxMyAxMzYuODU0IDQyLjY2OWwtMzAuMTg3IDMwLjE4NkwyMjUuODE0IDE5MiAxMDYuNjY4IDMxMS4xNDZsMzAuMTg2IDMwLjE4NkwyNTYgMjIyLjE4OGwxMTkuMTQ2IDExOS4xNDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDAiIHVuaWNvZGU9Iu+EgCIgZD0iTTQyLjY2NyAxOTJjMCAxMTcuODI0IDk1LjUwOSAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzMyAxMTcuNzgxIDAgMjEzLjMzMy05NS41MDkgMjEzLjMzMy0yMTMuMzMzIDAtMTE3Ljc4MS05NS41NTItMjEzLjMzMy0yMTMuMzMzLTIxMy4zMzNDMTM4LjE3Ni0yMS4zMzMgNDIuNjY3IDc0LjIxOSA0Mi42NjcgMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA4IiB1bmljb2RlPSLvhIgiIGQ9Ik0zMjguNjYxIDI5MC4wMDVMMjMwLjY3OCAxOTJsOTguMDA0LTk4LjAwNUwyOTguNjY4IDY0bC0xMjggMTI4IDEyOCAxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDkiIHVuaWNvZGU9Iu+EiSIgZD0iTTY0IDM1Ni44TDkxLjIgMzg0IDQ0OCAyNy4yIDQyMC44IDBsLTQzLjQ5OCA0My40NzdjLTE5LjItMTUuNzY1LTU0LjQyOC0zMy4wOTItNzguNjM1LTM4LjY3N3Y0NC4wNTNjMTcuNzA2IDUuMzM0IDMzLjgxNCAxNC4xODcgNDguMTA3IDI1LjE3M0wyNTYgMTY0LjhWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOGgxMDAuOHptMTkyIDUuODY3di04OS4xNzRsLTQ0LjU4NyA0NC41ODd6TTM1MiAxOTJjMC00LjU4Ny0uMzQyLTkuMTc0LS45Ni0xMy42NzVsLTUyLjM3MyA1Mi4zOTV2NDcuMTQ2QzMzMC4yNCAyNjIuMTg2IDM1MiAyMjkuNjUzIDM1MiAxOTJ6bTUzLjMzMyAwYy0uMDI3IDYxLjQxMi00Ny44MTUgMTI1LjQ5NC0xMDYuNjY2IDE0My4wNHY0NC4wNTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My4zMDcgNDQ4IDE5MmMtLjAyMi0yNS45NjUtOS44MTgtNjUuNzA0LTIxLjg2Ny04OC43MDRsLTMyLjMyIDMyLjM2MmM2LjI1NyAxNC45MjIgMTEuNDE4IDQwLjE2MiAxMS41MiA1Ni4zNDJ6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format("svg");font-weight:400;font-style:normal;font-display:swap;}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Videobox;src:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGhvcml6LWFkdi14PSI1MTIiPjxmb250LWZhY2UgZm9udC1mYW1pbHk9IlZpZGVvYm94IiBmb250LXdlaWdodD0iNTAwIiB1bml0cy1wZXItZW09IjUxMiIgcGFub3NlLTE9IjIgMCA2IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNDQ4IiBkZXNjZW50PSItNjQiIGJib3g9IjQyLjY2NyAtMjEuMzMzIDQ2OS4zMzMgNDA1LjMzMyIgdW5kZXJsaW5lLXRoaWNrbmVzcz0iMjUuNiIgdW5kZXJsaW5lLXBvc2l0aW9uPSItNTEuMiIgdW5pY29kZS1yYW5nZT0iVSswMDIwLUYxMEMiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3BhY2UiIGhvcml6LWFkdi14PSIyMDAiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNyIgdW5pY29kZT0i74SHIiBkPSJNMTcwLjY2NyAzNDEuMzMzTDQwNS4zMzMgMTkyIDE3MC42NjcgNDIuNjY3djI5OC42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDYiIHVuaWNvZGU9Iu+EhiIgZD0iTTEyOCAzNDEuMzMzaDg1LjMzM1Y0Mi42NjdIMTI4djI5OC42NjZ6bTE3MC42NjcgMEgzODRWNDIuNjg3aC04NS4zMzN2Mjk4LjY0NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwQyIgdW5pY29kZT0i74SMIiBkPSJNNjQgMjU2aDg1LjMzM0wyNTYgMzYyLjY2N1YyMS4zMzNMMTQ5LjMzMyAxMjhINjR2MTI4em0yODgtNjRjLS4wMzEtMzIuODQtMjMuOTI0LTcxLjM1Ny01My4zMzMtODUuOTc0djE3MS44NEMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1NCAzNTIgMTkyem0tNTMuMzMzIDE4Ny4wOTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My40OTkgNDQ4IDE5Mi4wNDNTMzg0LjEwNiAyNC4zNDIgMjk4LjY2NyA0LjkyOFY0OC45NkMzNTcuNDk5IDY2LjUyIDQwNS4yODUgMTMwLjYwMyA0MDUuMzMzIDE5MmMtLjAyNyA2MS40MTItNDcuODE1IDEyNS40OTQtMTA2LjY2NiAxNDMuMDR2NDQuMDU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA1IiB1bmljb2RlPSLvhIUiIGQ9Ik0yMTMuMzMzIDMyMGwxMjgtMTI4LTEyOC0xMjgtMjkuOTk0IDI5Ljk5NUwyODEuMzQ0IDE5MmwtOTguMDA1IDk4LjAwNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNCIgdW5pY29kZT0i74SEIiBkPSJNMjk4LjY2NyA0Mi42Njd2MTA2LjY2NmgxMDYuNjY2di00Mi42NjZoLTY0di02NGgtNDIuNjY2em00Mi42NjYgMjM0LjY2Nmg2NHYtNDIuNjY2SDI5OC42Njd2MTA2LjY2Nmg0Mi42NjZ2LTY0em0tMTcwLjY2NiAwdjY0aDQyLjY2NlYyMzQuNjY3SDEwNi42Njd2NDIuNjY2aDY0em0tNjQtMTcwLjY2NnY0Mi42NjZoMTA2LjY2NlY0Mi42NjdoLTQyLjY2NnY2NGgtNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEEiIHVuaWNvZGU9Iu+EiiIgZD0iTTY0IDI1Nmg4NS4zMzNMMjU2IDM2Mi42NjdWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwMiIgdW5pY29kZT0i74SCIiBkPSJNMjg2LjE2NSAxOTJsNzYuNTAyLTc2LjUwMS0zMC4xNjYtMzAuMTY2TDI1NiAxNjEuODM1bC03Ni40MzgtNzYuNTAyLTMwLjIyOSAzMC4xNjZMMjI1LjgzNSAxOTJsLTc2LjUwMiA3Ni40MzggMzAuMjMgMzAuMjI5TDI1NiAyMjIuMTY1bDc2LjUwMSA3Ni41MDIgMzAuMTY2LTMwLjIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTAzIiB1bmljb2RlPSLvhIMiIGQ9Ik0zNjIuNjY3IDg1LjMzM3Y2NGg0Mi42NjZWNDIuNjY3SDI5OC42Njd2NDIuNjY2aDY0em0tMjEzLjMzNCA2NHYtNjRoNjRWNDIuNjY3SDEwNi42Njd2MTA2LjY2Nmg0Mi42NjZ6bTE0OS4zMzQgMTkyaDEwNi42NjZWMjM0LjY2N2gtNDIuNjY2djY0aC02NHY0Mi42NjZ6bS0xOTItMTA2LjY2NnYxMDYuNjY2aDEwNi42NjZ2LTQyLjY2NmgtNjR2LTY0aC00Mi42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEIiIHVuaWNvZGU9Iu+EiyIgZD0iTTI5OC42NjcgMjc3Ljg2NkMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1MyAzNTIgMTkyYzAtMzcuNjEtMjEuNzYtNzAuMjA4LTUzLjMzMy04NS45NzR2MTcxLjg0ek02NCAyNTZoODUuMzMzTDI1NiAzNjIuNjY3VjIxLjMzM0wxNDkuMzMzIDEyOEg2NHYxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDEiIHVuaWNvZGU9Iu+EgSIgZD0iTTQwNS4zMzMgMzExLjE0NkwyODYuMTg3IDE5MiA0MDUuMzMzIDcyLjg1NGwtMzAuMTg2LTMwLjE4NkwyNTYgMTYxLjgxMyAxMzYuODU0IDQyLjY2OWwtMzAuMTg3IDMwLjE4NkwyMjUuODE0IDE5MiAxMDYuNjY4IDMxMS4xNDZsMzAuMTg2IDMwLjE4NkwyNTYgMjIyLjE4OGwxMTkuMTQ2IDExOS4xNDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDAiIHVuaWNvZGU9Iu+EgCIgZD0iTTQyLjY2NyAxOTJjMCAxMTcuODI0IDk1LjUwOSAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzMyAxMTcuNzgxIDAgMjEzLjMzMy05NS41MDkgMjEzLjMzMy0yMTMuMzMzIDAtMTE3Ljc4MS05NS41NTItMjEzLjMzMy0yMTMuMzMzLTIxMy4zMzNDMTM4LjE3Ni0yMS4zMzMgNDIuNjY3IDc0LjIxOSA0Mi42NjcgMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA4IiB1bmljb2RlPSLvhIgiIGQ9Ik0zMjguNjYxIDI5MC4wMDVMMjMwLjY3OCAxOTJsOTguMDA0LTk4LjAwNUwyOTguNjY4IDY0bC0xMjggMTI4IDEyOCAxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDkiIHVuaWNvZGU9Iu+EiSIgZD0iTTY0IDM1Ni44TDkxLjIgMzg0IDQ0OCAyNy4yIDQyMC44IDBsLTQzLjQ5OCA0My40NzdjLTE5LjItMTUuNzY1LTU0LjQyOC0zMy4wOTItNzguNjM1LTM4LjY3N3Y0NC4wNTNjMTcuNzA2IDUuMzM0IDMzLjgxNCAxNC4xODcgNDguMTA3IDI1LjE3M0wyNTYgMTY0LjhWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOGgxMDAuOHptMTkyIDUuODY3di04OS4xNzRsLTQ0LjU4NyA0NC41ODd6TTM1MiAxOTJjMC00LjU4Ny0uMzQyLTkuMTc0LS45Ni0xMy42NzVsLTUyLjM3MyA1Mi4zOTV2NDcuMTQ2QzMzMC4yNCAyNjIuMTg2IDM1MiAyMjkuNjUzIDM1MiAxOTJ6bTUzLjMzMyAwYy0uMDI3IDYxLjQxMi00Ny44MTUgMTI1LjQ5NC0xMDYuNjY2IDE0My4wNHY0NC4wNTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My4zMDcgNDQ4IDE5MmMtLjAyMi0yNS45NjUtOS44MTgtNjUuNzA0LTIxLjg2Ny04OC43MDRsLTMyLjMyIDMyLjM2MmM2LjI1NyAxNC45MjIgMTEuNDE4IDQwLjE2MiAxMS41MiA1Ni4zNDJ6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format("svg");font-display:swap;}}[data-icon]:before{content:attr(data-icon)}.vb-icon,.vjs-big-play-button,.vjs-fullscreen-control,.vjs-loading-spinner,.vjs-play-control,.vjs-progress-control .vjs-progress-holder .vjs-play-progress,.vjs-volume-menu-button,.vjs-volume-menu-button .vjs-menu .vjs-volume-bar .vjs-volume-level,[class*=" vb-icon-"],[class^=vb-icon-],[data-icon]:before{display:inline-block;font-family:Videobox;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;font-size:24px;width:1em;height:1em}.vb-icon-circle:before{content:"\f100"}.vb-icon-close:before{content:"\f101"}.vb-icon-close-small:before{content:"\f102"}.vb-icon-fullscreen-enter:before{content:"\f103"}.vb-icon-fullscreen-exit:before{content:"\f104"}.vb-icon-next:before{content:"\f105"}.vb-icon-pause:before{content:"\f106"}.vb-icon-play:before{content:"\f107"}.vb-icon-prev:before{content:"\f108"}.vb-icon-volume-0:before{content:"\f109"}.vb-icon-volume-1:before{content:"\f10a"}.vb-icon-volume-2:before{content:"\f10b"}.vb-icon-volume-3:before{content:"\f10c"}#vbCloseLink,#vbiClose,.pagination>li>a,.pagination>li>span,.vb-hover-animated,.vb_slider_outer .vb_slider_next,.vb_slider_outer .vb_slider_prev,.vb_thub_wrap .vb-icon-play,.vb_video_cont,.vb_video_cont a,.vjs-big-play-button,.vjs-fullscreen-control,.vjs-play-control,.vjs-progress-control .vjs-progress-holder .vjs-play-progress:after,.vjs-volume-menu-button{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.vb-line-fix{white-space:nowrap;max-width:100%;display:inline-block}.vb-icon-circle-close-invert{position:relative;display:block}.vb-icon-circle-close-invert:after,.vb-icon-circle-close-invert:before{display:block;position:absolute;top:0;left:0}.vb-icon-circle-close-invert:before{content:""}.vb-icon-circle-close-invert:after{content:"";color:#fff!important}.vb_video_cont{vertical-align:top;text-align:center}#vbCloseLink i,#vbCloseText,.vjs-control:before{vertical-align:middle}.vb_video_cont img{display:block;max-width:100%;height:auto;width:100%}.vb_video_cont,.vb_video_cont a{text-decoration:none;color:#005723;display:inline-block;width:100%}.vb_video_cont a:focus,.vb_video_cont a:hover,.vb_video_cont:focus,.vb_video_cont:hover{color:#84d1a4}.vb_video_cont a:focus .vb_thub_wrap .vb-icon-play,.vb_video_cont a:hover .vb_thub_wrap .vb-icon-play,.vb_video_cont:focus .vb_thub_wrap .vb-icon-play,.vb_video_cont:hover .vb_thub_wrap .vb-icon-play{color:#84d1a4;background-color:rgba(0,0,0,.7)}.vb_video_title{display:block;padding:8px 10px 0}.vb_video_title:empty{display:none}.vb_thub_wrap{position:relative;display:block}.vb_thub_wrap .vb-icon-play{position:absolute;top:50%;left:50%;bottom:50%;right:50%;width:72px;height:72px;margin:-36px;border-radius:100%;background-color:rgba(0,0,0,.5);font-size:48px;line-height:72px;color:#fff;display:none}.vb_play_button .vb_thub_wrap .vb-icon-play{display:block}.vb_video_sizer{position:relative;display:block;height:0;overflow:hidden;background-color:#000}.vb_video_sizer iframe{background-color:#000;position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}#vbResponsive,#vbiResponsive{position:relative;height:0;pointer-events:all;overflow:hidden}.vb_video_frame{display:block;width:100%;margin:30px 0;text-align:center;font-size:1.2em;color:#005723}.vb_gallery{padding:0;margin:-12px;clear:both;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap}.vb_video_cont.vb_gal{margin:12px}.vb_video_cont.vb_gal:empty{margin-top:0;margin-bottom:0}.pagination{display:inline-block;padding-left:0;margin:20px 0}.pagination>li{display:inline}#vbCloseLink,#vbCloseLink i,#vbCloseText{display:inline-block}.pagination>li>a,.pagination>li>span{background-color:#fff;color:#005723;border:none;font-weight:400;font-size:15px;padding:7.5px 15px;text-decoration:none;text-shadow:0 0 10px #84d1a4}.pagination>li.active>a,.pagination>li.active>span,.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#84d1a4;color:#005723}.pagination>li+li>a,.pagination>li+li>span{border-left:1px solid #fff;margin-left:0}#vbVideo,#vbiVideo{height:100%;border:0;position:absolute;top:0;bottom:0;left:0}#vbBottomContainer,#vbOverlay,#vbResponsive,#vbVideo,#vbiResponsive,#vbiVideo{background-color:#000;width:100%}#vbOverlay{position:fixed;z-index:9999;left:0;top:0;height:100%;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#vbOverlay.visible{visibility:visible;opacity:.7}#vbWrap{position:absolute;z-index:9999;left:0;top:0;height:100%;visibility:hidden;pointer-events:none;width:100%;max-width:100vw;max-height:100vh;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}#vbWrap.visible{visibility:visible}#vbWrap.visible:not(.animating) #vbCenter{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#vbWrap .animating{overflow:hidden}#vbCenter{box-sizing:border-box;width:100%;position:relative;display:block}#vbResponsive{display:block;padding:0;z-index:10}#vbBottomContainer{position:absolute;color:#fff;max-height:0;overflow:hidden;opacity:.5;pointer-events:all;z-index:5;font-size:15px}#vbBottomContainer.visible{max-height:200px;-webkit-transition:opacity .5s .1s ease-in-out;-moz-transition:opacity .5s .1s ease-in-out;transition:opacity .5s .1s ease-in-out}#vbBottomContainer.visible:focus,#vbBottomContainer.visible:hover{opacity:1;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}#vbBottom{box-sizing:border-box;position:relative;width:100%;padding:15px 15px 0;text-align:left;font-weight:400;font-size:15px}#vbCaption{margin-bottom:10px;display:block}#vbCloseLink{float:right;text-transform:uppercase;line-height:1em;padding-left:5px;text-decoration:none;font-size:18px;margin:-5px -5px 10px 10px;color:inherit;cursor:pointer;-webkit-transition-delay:inherit;-moz-transition-delay:inherit;transition-delay:inherit}#vbCloseLink:focus,#vbCloseLink:hover{text-decoration:none;color:#84d1a4}#vbCloseLink i{font-size:36px;padding-left:4px}#vbiWrap{width:100%;position:relative;color:#005723;text-align:center}#vbiResponsive{display:block;padding:0 0 56.25%}#vbiClose{position:absolute;top:0;right:0;width:48px;height:48px;margin:-24px -24px 0 0;font-size:24px;line-height:1;cursor:pointer;padding:12px;opacity:0;z-index:300;box-sizing:border-box}#vb-html5-video,.video-js{background:#000;width:100%;height:100%}#vbiClose.visible,#vbiWrap:hover #vbiClose{opacity:1}#vbiClose:focus,#vbiClose:hover{color:#84d1a4}.vb_slider_outer{width:100%;color:#005723;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row;-moz-flex-flow:row;flex-flow:row}.vb_slider_outer .vb_slider_wrap{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 100%;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;overflow:hidden;padding:0}.vb_gallery.vb_slider{margin:0;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vb_gallery.vb_slider .vb_video_cont.vb_gal{margin:12px}.vb_slider_outer .vb_slider_next,.vb_slider_outer .vb_slider_prev{flex:0 0 48px;cursor:pointer;position:relative;margin:15px 0}.vb_slider_outer .vb_slider_next i,.vb_slider_outer .vb_slider_prev i{position:absolute;top:50%;margin-top:-24px;font-size:48px}.vb_slider_outer .vb_slider_next:focus,.vb_slider_outer .vb_slider_next:hover,.vb_slider_outer .vb_slider_prev:focus,.vb_slider_outer .vb_slider_prev:hover{color:#84d1a4}body.vb-html5-player,html.vb-html5-player{position:fixed;top:0;bottom:0;left:0;right:0;margin:0;padding:0;background:#000}body.vb-html5-player :focus,html.vb-html5-player :focus{border:none;outline:0}.video-js{color:#fff;margin:0;padding:0;position:relative;font-size:15px;line-height:1em;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-hidden{display:none}.video-js .vjs-control-bar{position:absolute;bottom:0;left:0;right:0;height:48px;z-index:3;background:rgba(0,0,0,.7);visibility:hidden;opacity:0;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.vjs-has-started .vjs-control-bar{visibility:visible;opacity:1}.vjs-has-started.vjs-user-inactive.vjs-playing:not(.vjs-audio) .vjs-control-bar{visibility:hidden;opacity:0}.vjs-control{padding:0;margin:0;border:none;background:0 0;color:#fff;height:48px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.vjs-control:before{display:inline-block;width:48px;height:48px;text-align:center;line-height:48px;cursor:pointer}.vjs-audio-button,.vjs-captions-button,.vjs-chapters-button,.vjs-custom-control-spacer,.vjs-descriptions-button,.vjs-has-started .vjs-big-play-button,.vjs-has-started:not(.vjs-audio) .vjs-poster,.vjs-live-control,.vjs-playback-rate,.vjs-subtitles-button{display:none}.vjs-poster{background-color:#000;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0;z-index:2}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.vjs-big-play-button,.vjs-loading-spinner{top:50%;bottom:50%;left:50%;right:50%;z-index:5;margin:-40px;padding:0;width:80px;height:80px;position:absolute}.vjs-big-play-button{border:none;color:#fff;background-color:rgba(0,0,0,.7);cursor:pointer;border-radius:100%}.vjs-big-play-button:before{content:"";font-size:48px}.vjs-big-play-button:focus,.vjs-big-play-button:hover{color:#84d1a4}.vjs-loading-spinner{border:none;display:none}.vjs-loading-spinner:before{display:block;content:"";position:absolute;width:100%;height:100%;font-size:80px;color:transparent;text-shadow:0 0 120px rgba(0,0,0,.7);z-index:2}.vjs-loading-spinner:after{display:block;content:" ";position:absolute;width:100%;height:100%;background:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiPjxzdHlsZT4uc3Bpbm5lcntmaWxsOiNmZmY7LXdlYmtpdC1hbmltYXRpb246c3BpbiAuOHMgc3RlcHMoOCxlbmQpIGluZmluaXRlIWltcG9ydGFudDthbmltYXRpb246c3BpbiAuOHMgc3RlcHMoOCxlbmQpIGluZmluaXRlIWltcG9ydGFudDstd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46MjRweCAyNHB4IWltcG9ydGFudDstbXMtdHJhbnNmb3JtLW9yaWdpbjoyNHB4IDI0cHghaW1wb3J0YW50Oy1tb3otdHJhbnNmb3JtLW9yaWdpbjoyNHB4IDI0cHghaW1wb3J0YW50O3RyYW5zZm9ybS1vcmlnaW46MjRweCAyNHB4IWltcG9ydGFudH1Aa2V5ZnJhbWVzIHNwaW57dG97dHJhbnNmb3JtOnJvdGF0ZSgzNjBkZWcpfX1ALXdlYmtpdC1rZXlmcmFtZXMgc3Bpbnt0b3std2Via2l0LXRyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKSB0cmFuc2xhdGUzZCgwLDAsMCl9fTwvc3R5bGU+PGRlZnM+PHBhdGggaWQ9ImFyYyIgZD0iTTI1IDIuMDIzYTIyIDIyIDAgMCAxIDEzLjgzMyA1LjczbC02LjM3NSA2LjM3NUExMyAxMyAwIDAgMCAyNSAxMS4wMzh6Ii8+PC9kZWZzPjxnIGNsYXNzPSJzcGlubmVyIj48dXNlIG9wYWNpdHk9Ii40IiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDI0IDI0KSIgeGxpbms6aHJlZj0iI2FyYyIvPjx1c2Ugb3BhY2l0eT0iLjQiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNCAyNCkiIHhsaW5rOmhyZWY9IiNhcmMiLz48dXNlIG9wYWNpdHk9Ii40IiB0cmFuc2Zvcm09InJvdGF0ZSgyMjUgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuODUiIHRyYW5zZm9ybT0icm90YXRlKDI3MCAyNCAyNCkiIHhsaW5rOmhyZWY9IiNhcmMiLz48dXNlIG9wYWNpdHk9Ii40IiB0cmFuc2Zvcm09InJvdGF0ZSgzMTUgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;background-size:100% 100%;z-index:3}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-play-control{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 48px;-moz-flex:0 0 48px;-ms-flex:0 0 48px;flex:0 0 48px}.vjs-play-control:before{content:""}.vjs-play-control:hover{color:#84d1a4}.vjs-playing .vjs-play-control:before{content:""}.vjs-volume-menu-button{overflow:hidden;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 48px;-moz-flex:0 0 48px;-ms-flex:0 0 48px;flex:0 0 48px}.vjs-volume-menu-button:before{flex:0 0 48px}.vjs-volume-menu-button.vjs-vol-3:before{content:""}.vjs-volume-menu-button.vjs-vol-2:before{content:""}.vjs-volume-menu-button.vjs-vol-1:before{content:""}.vjs-volume-menu-button.vjs-vol-0:before{content:""}.vjs-volume-menu-button:focus,.vjs-volume-menu-button:hover{color:#84d1a4;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 168px;-moz-flex:0 0 168px;-ms-flex:0 0 168px;flex:0 0 168px}.vjs-volume-menu-button .vjs-menu{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 0px;-moz-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0px;color:#fff}.vjs-volume-menu-button .vjs-menu .vjs-menu-content{padding:0 12px}.vjs-volume-menu-button .vjs-menu .vjs-volume-bar{height:6px;background:rgba(255,255,255,.3);position:relative}.vjs-volume-menu-button .vjs-menu .vjs-volume-bar .vjs-volume-level{height:100%;width:100%;background:#fff;position:absolute;top:0;left:0}.vjs-volume-menu-button .vjs-menu .vjs-volume-bar .vjs-volume-level:after{content:"";position:absolute;right:0;margin:-12px;top:3px;cursor:pointer}.vjs-time-control{margin:0 12px}.vjs-duration,.vjs-remaining-time,.vjs-time-divider{display:none}.vjs-progress-control{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 0px;-moz-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0px}.vjs-progress-control .vjs-progress-holder{height:6px;width:100%;margin:0 12px;position:relative;background:rgba(255,255,255,.3);cursor:pointer}.vjs-progress-control .vjs-progress-holder .vjs-load-progress,.vjs-progress-control .vjs-progress-holder .vjs-mouse-display,.vjs-progress-control .vjs-progress-holder .vjs-play-progress{position:absolute;top:0;left:0;height:100%}.vjs-progress-control .vjs-progress-holder .vjs-load-progress{background:rgba(255,255,255,.3)}.vjs-progress-control .vjs-progress-holder .vjs-mouse-display{z-index:10;width:1px;background:#000;display:none}.vjs-progress-control .vjs-progress-holder .vjs-play-progress{background:#fff}.vjs-progress-control .vjs-progress-holder .vjs-play-progress:after{content:"";position:absolute;right:0;margin:-3px;opacity:0;font-size:6px;top:3px;cursor:pointer}.vjs-progress-control:focus .vjs-mouse-display,.vjs-progress-control:hover .vjs-mouse-display{display:block}.vjs-progress-control:focus .vjs-play-progress:after,.vjs-progress-control:hover .vjs-play-progress:after{opacity:1;font-size:24px;margin:-12px}.vjs-fullscreen-control{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 48px;-moz-flex:0 0 48px;-ms-flex:0 0 48px;flex:0 0 48px}.vjs-fullscreen-control:hover{color:#84d1a4}.vjs-fullscreen-control:before{content:""}.vjs-fullscreen .vjs-fullscreen-control:before{content:""}
/*# sourceMappingURL=videobox.css.map */
