@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(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/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(/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/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;
	}
}
.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease}.collapse.in{height:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px;float:right}.modal-header h3{clear:unset!important;line-height:30px;margin:0}.modal-body{width:98%;position:relative;padding:1%}.modal-body iframe{width:100%;max-height:none;border:0!important}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:after,.modal-footer:before{display:table;content:"";line-height:0}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}div.modal{position:fixed;top:5%;left:50%;z-index:1050;width:80%;margin-left:-40%;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,.3);box-shadow:0 3px 7px rgba(0,0,0,.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none}div.modal.fade{-webkit-transition:opacity 0.3s linear,top 0.3s ease-out;-moz-transition:opacity 0.3s linear,top 0.3s ease-out;-o-transition:opacity 0.3s linear,top 0.3s ease-out;transition:opacity 0.3s linear,top 0.3s ease-out;top:-25%}div.modal.fade.in{top:5%}.modal-batch{overflow-y:visible}.modal-body[class*=jviewport-height],.modal-body[class^=jviewport-height]{max-height:none}.jviewport-height10{height:10vh}.jviewport-height20{height:20vh}.jviewport-height30{height:30vh}.jviewport-height40{height:40vh}.jviewport-height50{height:50vh}.jviewport-height60{height:60vh}.jviewport-height70{height:70vh}.jviewport-height80{height:80vh}.jviewport-height90{height:90vh}.jviewport-height100{height:100vh}div.modal.jviewport-width10{width:10vw;margin-left:-5vw}div.modal.jviewport-width20{width:20vw;margin-left:-10vw}div.modal.jviewport-width30{width:30vw;margin-left:-15vw}div.modal.jviewport-width40{width:40vw;margin-left:-20vw}div.modal.jviewport-width50{width:50vw;margin-left:-25vw}div.modal.jviewport-width60{width:60vw;margin-left:-30vw}div.modal.jviewport-width70{width:70vw;margin-left:-35vw}div.modal.jviewport-width80{width:80vw;margin-left:-40vw}div.modal.jviewport-width90{width:90vw;margin-left:-45vw}div.modal.jviewport-width100{width:100vw;margin-left:-50vw}
#k2Container{overflow:hidden;}
.k2FeedIcon a,
a.k2FeedIcon{border-top:1px solid #E5E5E5;color:#272727;display:block;font-size:13px;height:21px;line-height:21px;margin:50px 0;padding:20px 0 0;}
.k2FeedIcon a:before,
a.k2FeedIcon:before{color:#fa7252;content:"\f09e";font-family:FontAwesome;margin:0 12px 0 0}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon{color:#222;}
.k2FeedIcon{float:none!important;}
.activeCategory{background:#f2f4f5;}
.activeCategory a{padding:8px 16px !important;}
.k2ReadMore{display:block;font-size:12px;font-weight:bold;margin:4px 0 0;}
.itemComments{min-height:54px;}
.itemComments .icon-comments{background:#fa7252;color:#fff;font-size:26px;height:44px;left:0;padding:7px 0 0;position:absolute;text-align:center;top:32px;width:44px;}
article header ul + ul{border:1px solid #e1e1e1;border-left:none;border-right:none;}
article header ul + ul li{line-height:28px;}
ul li.itemResizer a{display:inline-block;width:15px;height:15px;background:url(/templates/uniel/images/k2/fonts.png) no-repeat 100% 2px;text-indent:-9999em;}
ul li.itemResizer span{padding:0 6px 0 0;}
ul li.itemResizer #fontIncrease{background-position:0 2px;}
.smallerFontSize{font-size:90% !important;}
.largerFontSize{font-size:115% !important;}
.itemImageBlock{margin:0 0 20px;overflow:hidden;position:relative;}
.itemImageBlock.nomargin{margin:0;}
article header h1 sup,
article header h2 sup{background:#ffc600;color:#010101;font-size:10px;font-weight:bold;margin:20px 0 0;padding:1px 6px;position:relative;text-transform:uppercase;top:2px;vertical-align:super;}
.itemImage,
.itemImageBlock{display:block;line-height:0;overflow:hidden;}
.itemImageBlock img{display:block;height:auto;max-width:100%;padding:0;-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;width:100%!important;}
.itemImageBlock img:hover{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4);opacity:0.85}
.itemImageCaption,
.itemImageCredits{color:#999;display:block;float:left;font-size:11px;padding:12px 16px 0 0;}
.itemImageBlock > a{display:block;width:100%;}
.itemLinks .itemTagsBlock span{line-height:2;}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a,
.itemLinks .itemTagsBlock ul{display:block;margin:0 0 0 15%;}
.itemBottom .itemRatingBlock span,
.itemBottom .itemRatingBlock .itemRatingList,
.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,
.itemLinks .itemCategory span,
.itemLinks .itemAttachmentsBlock > span,
.itemExtraFields ul li span.itemExtraFieldsLabel,
.itemLinks .itemTagsBlock span,
.itemLinks .itemTagsBlock ul li,
.latestView .itemsContainer{float:left;}
.itemView.latestView3Cols h2{font-size:14px!important;font-weight:bold;margin:0;text-align:center;text-transform:uppercase;}
.itemView.latestView3Cols header{margin:0!important;}
.itemView.latestView3Cols header ul{text-align:center;width:100%;}
.itemView.latestView3Cols header li{float:none;}
.itemView.latestView3Cols .itemBody{text-align:center;}
.itemView.latestView3Cols p{color:#888;font-size:12px;margin:0;text-align:center;}
.itemView.latestView3Cols .button{float:none!important;}
.itemView.itemViewMoreCols h2{font-size:14px!important;font-weight:bold;text-align:center;}
.itemBottom{clear:both;margin:10px 0;}
.itemLinks{clear:both;color:#999;font-size:13px;margin:32px 0;}
.itemLinks > div{margin:0 0 8px}
.itemsCategory > h1{font-size:26px;}
.itemsCategory > h1 > small{color:#999;font-weight:normal;font-size:14px;}
.itemsCategory > img{float:left;margin:0 20px 0 0;}
.itemsCategory > h2{border-bottom:1px solid #eee;margin:0 0 48px;padding:0 0 24px;}
.itemsCategory > p{margin:20px 0 52px;}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing{clear:both;overflow:hidden;}
.itemSocialSharing{border-top:1px solid #e5e5e5;clear:both;padding:24px 0;text-align:center}
.itemSocialSharing > div{display:inline-block;margin:0 12px;vertical-align:top}
.itemExtraFields{margin:8px 0 24px;font-size:12px;}
.itemExtraFields h3{padding:0 0 8px;font-size:18px;}
small.itemDateModified{color:#999;display:block;text-align:right;font-style:italic}
.itemRatingBlock{overflow:hidden;}
.itemRatingBlock span{float:left;}
.itemRatingForm{display:block;vertical-align:middle;line-height:25px;margin-left:15%;}
.itemRatingLog{margin:-2px 0 0;padding:0 0 0 4px;float:left;line-height:25px;font-size:11px;color:#999}
span#formLog{display:block;float:none;clear:both;color:#444;background:#FFFFDD;font-size:14px;font-weight:400;line-height:32px;text-align:center;margin:10px 0;position:relative;top:10px;}
.itemRatingForm .formLogLoading{height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating{background:url(/templates/uniel/images/k2/star.png) left -1000px repeat-x;}
.itemRatingList{position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0 6px !important;padding:0;background-position:left top;}
.itemRatingList li{display:inline;background:none;padding:0;border:none !important;}
.itemRatingList a,
.itemRatingList .itemCurrentRating{position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover{background-position:left center;}
.itemRatingList a.one-star{width:20%;z-index:6;}
.itemRatingList a.two-stars{width:40%;z-index:5;}
.itemRatingList a.three-stars{width:60%;z-index:4;}
.itemRatingList a.four-stars{width:80%;z-index:3;}
.itemRatingList a.five-stars{width:100%;z-index:2;}
.itemRatingList .itemCurrentRating{z-index:1;background-position:0 bottom;margin:0;padding:0;}
.itemExtraFields ul li{list-style:none;border-top:1px solid #eee;}
.itemAttachmentsBlock{margin:0 0 48px;min-height:38px;padding:10px;}
.itemLinks .itemAttachmentsBlock ul li a{font-weight:400;margin-left:12px;}
.itemLinks .itemAttachmentsBlock ul li a span{font-weight:normal;font-size:11px;}
.itemLinks .itemSocialSharing > div{float:left;}
.itemAuthorBlock{clear:both;float:left;}
.itemAuthorBlock > .gkAvatar{float:left;max-width:120px;}
.itemAuthorBlock > .gkAvatar > img{margin:inherit!important}
.itemAuthorBlock .itemAuthorDetails{font-size:13px;margin:6px 24px 0 160px;line-height:1.5;}
.itemAuthorDetails p{margin:1em 0}
.itemAuthorURL,
.itemAuthorEmail{display:block;font-size:12px;display:inline-block;}
.itemAuthorData{background:#F1F2F3;margin:50px 0;overflow:hidden;padding:30px;}
.userView .itemAuthorData{margin:0 0 100px}
.itemAuthorData h3{font-size:14px;font-weight:700;margin:0 0 12px;}
.itemAuthorData a,
ul.itemTags li a,
.itemAuthorContent ul li a{color:#1B1D1F}
.itemAuthorData a:hover,
ul.itemTags li a:hover,
.itemAuthorContent ul li a:hover{color:#FA7252}
.itemAuthorData .itemAuthorContent{margin:0;}
.itemAuthorContent{float:left;font-size:12px;margin:0 0 32px;overflow:hidden;width:50%;}
.itemAuthorContent ul li{line-height:1.6;padding:2px 0 2px 24px !important;}
.itemAuthorContent ul li:before{top:6px !important}
.itemNavigation{clear:both;color:#999;padding:20px 0;font-size:12px;overflow:hidden;}
.itemNavigation span{display:block;margin:0 0 10px 0;}
.itemNavigation .itemPrevious{float:left;}
.itemNavigation .itemNext{float:right;}
.itemComments h3{font-size:18px;font-weight:600;line-height:24px;margin:0;padding:50px 0 0;}
.itemAuthorContent h3{font-size:14px;font-weight:700;}
.itemCommentsForm label{display:block;clear:both;padding:12px 0 10px}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox{float:left;}
.itemCommentsForm textarea.inputbox{height:200px;}
.itemCommentsForm .inputbox{width:100%;}
.itemCommentsForm #submitCommentButton{clear:both;margin:20px 0 0;}
.itemCommentsForm .itemCommentsFormNotes{color:#aaa;font-size:13px;margin:6px 0 24px;}
#itemCommentsAnchor{border-top:1px solid #e5e5e5;clear:both;padding:0;}
.itemComments p{margin:1em 0;line-height:1.6}
.itemComments .itemCommentsList{padding:0 0 24px}
.itemComments .itemCommentsList li{border:1px solid #e5e5e5;font-size:12px;margin:16px 0 0;padding:18px 24px;}
.itemComments .itemCommentsList li.odd{background:#f8f8f8}
.itemComments .itemCommentsList li > div{padding:10px;}
.itemComments .itemCommentsList li > img,
.k2LatestCommentsBlock img,
.itemAuthorBlock > .gkAvatar > img{float:left;margin:18px 0 0;}
.itemComments .itemCommentsList li > div{margin:0 0 0 92px;}
.itemComments .itemCommentsList li span{color:#999;font-size:15px;font-weight:300;margin:0 12px 0 0;}
.itemComments .itemCommentsList li span:first-child{color:#111;font-weight:500}
a.k2ReportUserButton{margin-left:10px;}
a.commentLink{float:right;font-size:12px;font-weight:700;}
.itemBackToTop{float:right;}
.itemBody{margin:0 0 24px;}
.itemList{overflow:hidden;}
.itemList .itemBody{padding:0;}
.itemList a.button{clear:both;display:inline-block;margin:24px 0 0}
.itemList ul.itemTags{clear:both;font-size:13px;font-style:italic;padding:12px 0 0 0;}
.itemTags{padding-left:4px !important;}
.itemTags li:before{display:none;}
.latestView .itemTags li,
.categoryView .itemTags li{display:inline-block;float:none!important;}
ul.itemTags li{background:#F1F2F3;float:left;font-style:normal;margin:3px;padding:0 12px !important;}
.clr{clear:both;}
.itemListSubCategories{overflow:hidden;}
.userView article,
.itemList article{clear:both;margin-bottom:52px !important;}
.itemList > article:first-child,
#itemListLeading .itemContainer:first-child > .itemView:first-child{border-top:none;margin-top:0;padding-top:0;}
.subCategoryContainer{float:left;margin-bottom:32px;}
.subCategoryContainer .subCategory{margin:0 32px 24px 0;}
.itemContainer{float:left;}
.itemList article{border-top:1px solid #E5E5E5;padding-top:48px;}
.genericView a.itemImage{float:left;margin:0 36px 0 0}
.genericView article header h2{clear:none !important}
.genericView article{margin:0 0 6px!important;padding:30px 0 0}
.genericView > header > h4{background:#f2f4f5;margin:0 0 20px;padding:10px 20px;}
.genericView article header h2{font-size:14px;font-weight:700;}
#itemListLinks{clear:both;}
#itemListLinks ul{margin:12px 0 0 0;}
#itemListLinks li{padding-left:24px;font-size:13px;}
#itemListLinks a{color:#737373;}
#itemListLinks a:hover{color:#2f3336;}
.k2LatestCommentsBlock .k2FeedIcon{margin-top:16px;}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li{padding:12px 0 !important;list-style:none !important;line-height:1.5 !important;}
.k2LatestCommentsBlock ul li strong,
.k2TopCommentersBlock ul li strong{color:#010101}
.k2Avatar{display:block !important;float:left;}
.lcAvatar{margin:0 12px 0 0;}
.lcAvatar img{margin:0;}
.lcUsername{font-weight:500;font-size:12px;}
.k2LatestCommentsBlock li{border:none !important;margin:0 0 12px}
.k2LatestCommentsBlock li > p{margin-bottom:0}
.k2LatestCommentsBlock div{border:1px solid #e5e5e5;margin:0 0 12px;padding:24px;position:relative;}
.k2LatestCommentsBlock div:after,
.k2LatestCommentsBlock div:before{border-style:solid;border-width:7px 7px 0 7px;border-color:#fff transparent transparent transparent;bottom:-7px;content:"";display:block;height:0;left:16px;position:absolute;width:0;}
.k2LatestCommentsBlock div:before{border-width:8px 8px 0 8px;border-color:#ddd transparent transparent transparent;bottom:-8px;left:15px;}
.k2LatestCommentsBlock div p{font-style:italic;font-size:13px;margin:0.3em 0}
.k2LatestCommentsBlock div p a{color:#777}
.k2LatestCommentsBlock div p a:hover{color:#1B1D1F}
.k2LatestCommentsBlock span{display:block;font-size:11px;}
.k2AuthorsListBlock ul li{border:none;border-bottom:1px solid #eee;padding:32px 0;text-align:center}
.k2AuthorsListBlock ul li:first-child{padding-top:12px}
.k2AuthorsListBlock a{float:none}
.k2AuthorsListBlock ul li a.abAuthorLatestItem{display:block;color:#1B1D1F;clear:both;margin:12px 0 0;padding:0 0 0 12px;font-size:12px;line-height:14px;}
.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover{color:#fa7252;}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span{display:block;font-size:10px;color:#777;}
.k2AuthorsListBlock .abAuthorName{display:block;margin:24px 0 6px}
.k2AuthorsListBlock .abAuthorName strong{background:#fff;padding:0 12px;position:relative;z-index:1}
.k2AuthorsListBlock .abAuthorName span{font-size:12px;font-weight:normal !important}
.k2AuthorsListBlock .abAuthorName:after{border-bottom:1px solid #ddd;content:"";display:block;position:relative;top:-7px;z-index:0}
#gkRight .k2Avatar,
#gkLeft .k2Avatar{border-color:#fff;}
.tcUsername{font-size:18px;color:#333;}
.tcLatestComment{display:block;margin:6px 0;font-size:13px;color:#737373;}
.tcLatestCommentDate{display:block;font-size:11px;color:#999;}
div .k2ItemsBlock ul{margin-right:-20px;}
div .k2ItemsBlock ul li{margin:0 0 12px;background:none !important;padding:12px 20px 12px 0 !important;list-style:none !important;}
a.moduleItemTitle{color:#2f3336;display:block;font-size:18px;font-weight:400;line-height:22px;}
.moduleItemAuthor{overflow:hidden;margin:0 0 16px;font-size:11px;border-bottom:1px solid #e1e1e1;}
.moduleItemAuthor a{color:#2f3336;display:block;font:bold 12px Verdana, Geneva, sans-serif;padding:0 0 12px;}
.moduleItemAuthor p{clear:both;}
.moduleItemIntrotext{display:block;padding:12px 0 0;line-height:1.6;}
.moduleItemIntrotext a.moduleItemImage img{float:left;overflow:hidden;margin:4px 0;}
.moduleItemDateCreated,
.moduleItemCategory{font:normal 10px Verdana, Geneva, sans-serif;color:#999;}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel{display:block;float:left;font-weight:500;margin:0 4px 0 0;width:30%;}
.moduleItemTags,
.moduleAttachments{overflow:hidden;border-top:1px solid #e1e1e1;margin:12px 0 0;padding:12px 0 0;}
.moduleItemTags strong{font-size:12px;color:#2f3336;}
.moduleItemTags a{float:right;}
a.moduleItemComments{font-size:12px;}
a:hover.moduleItemComments{background-position:0 100%;color:#fff;}
.k2ItemsBlock ul li span.moduleItemHits{font-size:90%;}
.moduleItemImage{display:block;margin-bottom:10px;overflow:hidden;width:100%;}
.moduleItemReadMore{display:block;clear:both;}
.k2LoginBlock fieldset.input{margin:0;padding:0 0 8px 0;}
.k2LoginBlock fieldset.input p{margin:0;padding:0 0 4px 0;}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input{display:block;}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input{display:inline;}
.k2UserBlock p.ubGreeting{border-bottom:1px dotted #eee;}
.k2UserBlock .k2UserBlockDetails span.ubName{display:block;font-weight:500;font-size:14px;}
.k2BreadcrumbsBlock span.bcTitle{padding:0 4px 0 0;color:#999;}
.k2BreadcrumbsBlock span.bcSeparator{padding:0 4px;font-size:14px;}
.k2CalendarBlock{margin-bottom:8px;}
.k2CalendarLoader{background:#fff;}
.k2CalendarBlock table.calendar{width:100%;margin:0 auto;background:#fff;border-collapse:collapse;border-left:1px solid #eee;}
.k2CalendarBlock table.calendar tr td{text-align:center;vertical-align:middle;padding:3px;border:1px solid #e5e5e5;background:#fff;}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext{background:#fff;text-align:center;font-size:15px !important;}
.k2CalendarBlock table.calendar tr td.calendarDayName{background:#f5f5f5;font-size:11px;width:14.2%;color:#333;font-weight:500;}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty{background:#fbfbfb;}
.k2CalendarBlock table.calendar tr td.calendarDate{font-size:11px;}
.k2CalendarBlock table.calendar tr td.calendarDateLinked{padding:0;}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a{display:block;padding:2px;}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover{display:block;background:#fa7252;color:#fff !important;padding:2px;}
.k2CalendarBlock table.calendar tr td.calendarToday{background:#fa7252;color:#fff;}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked{background:#f5f5f5;padding:0;}
table.calendar tr td.calendarTodayLinked a{display:block;padding:2px;color:#fa7252;font-size:12px;font-weight:bold}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover{display:block;background:#fa7252;color:#fff!important;padding:2px;}
.calendarNavLink{color:#fa7252;}
.gkColumns > aside .k2CalendarBlock table.calendar,
.gkColumns > aside .k2CalendarBlock table.calendar tr td{background:none;border:none;color:#fff;}
.gkColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a{font-weight:700;font-size:18px;}
.gkColumns > aside .calendarNavMonthPrev,
.gkColumns > aside .calendarCurrentMonth,
.gkColumns > aside .calendarNavMonthNext{background:#2f3336 !important;}
.k2CategorySelectBlock form select{width:auto;}
.k2ArchivesBlock ul li{border:none}
.k2ArchivesBlock ul li b{color:#ccc;font-size:11px;font-weight:400;padding:0 0 0 4px;}
.k2TagCloudBlock a{border:1px solid #E5E5E5;color:#888;float:left;font-size:13px;line-height:1.5;margin:3px;padding:3px 6px;}
.k2TagCloudBlock a:hover{color:#fa7252}
#k2Container .gsc-branding-text{text-align:right;}
#k2Container .gsc-control{width:100%;}
#k2Container .gs-visibleUrl{display:none;}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover{display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span{display:none;}
a.ubUserURL,
a.ubUserURL:hover{display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;}
a.ubUserURL span,
a.ubUserURL:hover span{display:none;}
span.ubUserEmail{display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;overflow:hidden;}
span.ubUserEmail a{display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}
.k2UsersBlock ul li h3{clear:both;margin:8px 0 0 0;padding:0;}
.catCounter{color:#999;font-size:11px;font-weight:normal;}
article header .itemRatingBlock > span{display:none;}
article header .itemRatingBlock > div{margin:3px 0 0 0;}
.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock{padding:0;}
.itemCommentsPagination ul li{display:inline-block;margin:0 3px;font-size:80%;}
.itemCommentsPagination ul{text-align:right;}
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap{margin:0 10px;}
.itemsContainerWrap .itemView header ul li.itemDate,
.itemsContainerWrap header ul li.item-date,
.cols-2 header ul li.item-date,
.cols-3 header ul li.item-date,
.cols-4 header ul li.item-date{display:block;}
.itemsContainer .itemsContainerWrap .itemList article{margin-bottom:50px;}
#k2Container article header h2{clear:both;line-height:1.1;}
#k2Container .itemsContainerWrap article header h2{font-size:30px;line-height:38px;}
#k2Container .itemsContainerWrap article header{margin-bottom:10px;}
.itemIntroText ol,
.itemFullText ol{list-style:decimal;list-style-position:inside;}
.professorsListView .itemList{overflow:hidden;margin:0 -1%;}
.professorsListView .itemsContainerWrap{float:left;padding:0 1%;}
.professorView{border:none!important;}
.professorView .itemImage,
.professorView .itemImage img{display:block;margin:0 0 20px 0;width:100%;}
.professorView header{clear:both;}
.professorView h2{clear:both;line-height:1.4!important;font-size:14px!important;text-align:center;}
.professorItem .itemImageBlock{float:left;margin:0 32px 32px 0;max-width:30%;}
.professorItem .itemExtraFields li{border:none;}
.professorItem .itemExtraFields .itemExtraFieldsLabel{font-weight:bold;min-width:10%;}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{background:transparent;}
@font-face{font-family:'FontAwesome';src:url(/templates/uniel/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0);src:url(/templates/uniel/fonts/font-awesome/fontawesome-webfont.eot#iefix&v=4.4.0) format('embedded-opentype'), url(/templates/uniel/fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(/templates/uniel/fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(/templates/uniel/fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(/templates/uniel/fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;}
.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;}
.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;}
.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;}
.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-uniel: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";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{display:block;}
audio,
canvas,
video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
[hidden]{display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html,
button,
input,
select,
textarea{font-family:sans-serif;}
body{margin:0;}
a:focus{outline:none;}
a:hover,
a:active{outline:none;}
h1{font-size:2em;}
abbr[title]{border-bottom:1px dotted;}
b,
strong{font-weight:bold;}
blockquote{margin:1em 40px;}
dfn{font-style:italic;}
mark{background:#ff0;color:#000;}
pre,
code,
kbd,
samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:none;}
q:before,
q:after{content:'';content:none;}
small{font-size:75%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
ul,
ol{margin:0;padding:0 0 0 40px;}
dd{margin:0px;}
nav ul,
nav ol{list-style:none;list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
form{margin:0;}
fieldset{border:none;margin:0;padding:0;}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}
button,
input,
select,
textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button,
input{line-height:normal;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
html{border-bottom:1px solid transparent;min-height:100%;}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section{clear:both;margin:0 auto;}
#gkPageTop{overflow:visible;width:100%;}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5{clear:both;}
#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;}
#gkContent,
#gkContentWrap,
#gkSidebar{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;}
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box{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;}
.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;}
#gkMainbody .box + .box{margin-top:30px;}
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;}
.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;}
.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;}
.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;}
.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;}
.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%;}
.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%;}
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{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;}
#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 dl .control-group{clear:both;}
.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{clear:both;}
dt.inline,
dd.inline{display:inline-block!important;float:left!important;margin:12px 0 0;width:auto!important}
label.checkbox{display:inline;}
.contact-form dd{margin-bottom:12px;}
.contact-form input[type="checkbox"]{width:auto;}
.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;}
.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%;}
#member-profile fieldset{margin:0 0 32px}
#member-profile dt{float:left;width:260px;}
#member-profile dd{margin-left:260px;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;}
#member-profile #jform_privacyconsent_privacy{padding-left:0;}
#member-profile #jform_privacyconsent_privacy input[type="radio"]{float:unset;margin-left:0;margin-top:-1px;}
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}
div.articleContent div.content-links ul li{background:none !important;padding-left:0 !important;}
.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%;}
.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 .button{display:table-cell;float:none;}
.faq p{margin-bottom:3em}
.faq-title{color:#FA7252}
.menu li{font-size:12px;font-weight:700;}
.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;}
.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";}
#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,
ul.tags{margin-bottom:10px;}
ul.tags{margin-top:20px;}
ul.tags li{display:inline;}
div.tags a,
ul.tags a{display:inline-block;margin:3px;font-size:13px;background:#F1F2F3;padding:0 12px;line-height:2.0;color:#1B1D1F;}
div.tags a{float:left;}
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;}
#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-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{}
.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;}
.edit.item-page .subform-repeatable .btn-group .btn > .icon-plus,
.edit.item-page .subform-repeatable .btn-group .btn > .icon-minus,
.edit.item-page .subform-repeatable .btn-group .btn > .icon-move{background-image:none;margin-right:0;}
.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;}
#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(/templates/uniel/images/joomla/j_button2_left.png) no-repeat;float:left;margin-left:5px;}
.button2-right{background:url(/templates/uniel/images/joomla/j_button2_right.png) 100% 0 no-repeat;float:left;margin-left:5px;}
.button2-left .image{background:url(/templates/uniel/images/joomla/j_button2_image.png) 100% 0 no-repeat;}
.button2-left .readmore,
.button2-left .article{background:url(/templates/uniel/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;}
.button2-left .pagebreak{background:url(/templates/uniel/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;}
.button2-left .blank{background:url(/templates/uniel/images/joomla/j_button2_blank.png) 100% 0 no-repeat;}
a img.calendar{width:16px;height:16px;margin-left:3px;background:url(/templates/uniel/images/joomla/calendar.png) no-repeat;cursor:pointer;vertical-align:middle;}
@font-face{font-family:'Montserrat ExtraBoldItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBoldItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBoldItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBoldItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBoldItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBoldItalic.ttf) format('truetype');font-weight:800;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat BoldItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-BoldItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-BoldItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-BoldItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-BoldItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-BoldItalic.ttf) format('truetype');font-weight:bold;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat Medium';src:url(/templates/uniel/fonts/montserrat/Montserrat-Medium.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Medium.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Medium.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Medium.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Medium.ttf) format('truetype');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat Bold';src:url(/templates/uniel/fonts/montserrat/Montserrat-Bold.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Bold.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Bold.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Bold.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Bold.ttf) format('truetype');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat MediumItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-MediumItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-MediumItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-MediumItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-MediumItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-MediumItalic.ttf) format('truetype');font-weight:500;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat Regular';src:url(/templates/uniel/fonts/montserrat/Montserrat-Regular.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Regular.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Regular.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Regular.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Regular.ttf) format('truetype');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat Italic';src:url(/templates/uniel/fonts/montserrat/Montserrat-Italic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Italic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Italic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Italic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Italic.ttf) format('truetype');font-weight:normal;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat Black';src:url(/templates/uniel/fonts/montserrat/Montserrat-Black.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Black.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Black.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Black.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Black.ttf) format('truetype');font-weight:900;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat SemiBold';src:url(/templates/uniel/fonts/montserrat/Montserrat-SemiBold.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-SemiBold.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-SemiBold.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-SemiBold.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-SemiBold.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat ExtraBold';src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBold.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBold.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBold.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBold.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraBold.ttf) format('truetype');font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat SemiBoldItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-SemiBoldItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-SemiBoldItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-SemiBoldItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-SemiBoldItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-SemiBoldItalic.ttf) format('truetype');font-weight:600;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat BlackItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-BlackItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-BlackItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-BlackItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-BlackItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-BlackItalic.ttf) format('truetype');font-weight:900;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat ThinItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-ThinItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-ThinItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-ThinItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-ThinItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-ThinItalic.ttf) format('truetype');font-weight:100;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat Thin';src:url(/templates/uniel/fonts/montserrat/Montserrat-Thin.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Thin.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Thin.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Thin.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Thin.ttf) format('truetype');font-weight:100;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat Light';src:url(/templates/uniel/fonts/montserrat/Montserrat-Light.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-Light.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-Light.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-Light.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-Light.ttf) format('truetype');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat ExtraLight';src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLight.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLight.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLight.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLight.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLight.ttf) format('truetype');font-weight:200;font-style:normal;font-display:swap;}
@font-face{font-family:'Montserrat LightItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-LightItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-LightItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-LightItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-LightItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-LightItalic.ttf) format('truetype');font-weight:300;font-style:italic;font-display:swap;}
@font-face{font-family:'Montserrat ExtraLightItalic';src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLightItalic.eot);src:url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLightItalic.eot#iefix) format('embedded-opentype'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLightItalic.woff2) format('woff2'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLightItalic.woff) format('woff'),
url(/templates/uniel/fonts/montserrat/Montserrat-ExtraLightItalic.ttf) format('truetype');font-weight:200;font-style:italic;font-display:swap;}
*,
*:after,
*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html{-webkit-font-smoothing:subpixel-antialiased;}
body{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(/templates/uniel/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:#273962;}
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;}
.itemBody a {color: #3c94da;}
p{font-family:Montserrat Regular;}
iframe{max-width:100%!important;}
#gkUnielPreloader{background:#3f4e67 url(/templates/uniel/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;display:none;}
.gkPage{margin:0 auto!important;padding:0;}
#gkHeader{margin:0;padding:0;position:relative;}
#gkHeader.gkPage{padding:0px 0 0 0;max-width:100%;}
#gkHeaderNav > div{position:relative;}
#gkHeaderNav{padding:8px 0 8px 0;position:absolute;top:40;-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:10;background-color:#ffffff;}
#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;}
#gkLogo{float:left;text-indent:-999em;text-shadow:none;background-color:white;position:static;margin-bottom:-20px;transition:1s;}
#gkLogo img{display:block;margin:0;max-width:100%;padding-left:15px;padding-right:15px;padding-top:0px;max-height:60px;}
#gkLogo.cssLogo{background:url(/templates/uniel/images/logo.png) no-repeat center center;height:75px;width:274px;}
.svg #gkLogo.cssLogo{background-image:url(/templates/uniel/images/logo.svg);}
#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;}
#gkMainbody{margin-bottom:60px;padding:0px 20px 0px 20px;max-width:1500px;margin:0 auto 0 auto;}
.frontpage #gkMainbody .box{margin:0;}
#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;}
#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;}
#gkPageTitle{color:#fff;padding:36px 0;text-transform:uppercase;display:none;}
#gkPageTitle span{background:#0f1725;padding:2px 12px}
#gkBreadcrumb{font-size:11px;margin:0px 0 24px;padding:10px 0 12px;overflow:hidden;position:relative;top:20%!important;margin-top:20px;border-top:3px solid #3c94da;margin-bottom:-46px;}
.breadcrumbs{float:left;color:#273962;margin:0;font-family:Montserrat Bold;font-size:14px;padding-left:10px;}
.breadcrumbs li.separator{width:22px;text-align:center;padding:0 6px!important;color:#ccc;}
.breadcrumbs > li{clear:none;float:left;}
.breadcrumbs li a{color:#273962;}
.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(/templates/uniel/images/font_size.png) no-repeat -38px 50%;}
a#gkToolsReset{background-position:-15px 50%;margin-left:6px;}
a#gkToolsDec{background-position:6px 50%;}
#gkFooter{color:#666;font-size:12px;line-height:2;padding:0;text-align:center;background-color:#273962;margin-top:-1px;}
#gkFooter .gkPage{border-top:1px solid #273962;max-width:100%;}
#gkFooter strong{color:#000;}
#gkFooterNav{margin:10px auto 5px auto;margin-bottom:-21px;}
#gkFooterNav li{border:none;float:none;line-height:1;margin:0!important;text-align:left;font-size:15px;font-family:'Montserrat Light';padding:9px 0px 2px 0px;}
#gkFooterNav li:before{content:"|";left:-8px;position:relative;display:none;}
#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;}
#gkFrameworkLogo{display:block;width:90px;height:36px;background:url(/templates/uniel/images/gavern-logo.png) no-repeat 0 0;text-indent:-9999em;margin:12px auto 0 auto;opacity:0.4;}
.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;}
.box.clear{border:none !important;clear:none;padding:0!important;}
.clear div.content{clear:both;}
.box.parallax{background-attachment:fixed;background-image:url(/templates/uniel/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;}
.box.mediumtitle .header{font-size:24px;}
.box.bigtitle .header{font-size:36px;}
.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;}
.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;}
.box.light{background:#f6f6f6;border:none;padding:42px!important;}
.box_text > div{background:#fff;}
.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;}
.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;}
.box.nomargin{margin:0!important;padding:0!important;}
.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,
.categories-module li a{color:#1B1D1F;display:inline-block;padding:8px 0;}
.menu li a:hover,
.icons-menu li a:hover,
.categories-module li a:hover{color:#fa7252 !important;}
.box .menu li li a,
.box.icons-menu li li a,
.categories-module li li a{color:#666;font-weight:normal}
.box .menu li strong,
.box.icons-menu li strong{display:block;}
.categories-module li h4{margin:0;font-size:12px;font-weight:700;line-height:1.0;}
.categories-module li.active{background:#f2f4f5;}
.categories-module li.active a{padding:8px 16px !important;}
.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 [class^="gk-icon-"],
.box.icons-menu li [class*=" gk-icon-"]{color:#929292;font-size:22px;left:0px;top:4px;position:absolute;}
.box.icons-menu li a:active [class*=" gk-icon-"],
.box.icons-menu li a:focus [class*=" gk-icon-"],
.box.icons-menu li a:hover [class*=" gk-icon-"],
.box.icons-menu li a:active [class^="gk-icon-"],
.box.icons-menu li a:focus [class^="gk-icon-"],
.box.icons-menu li a:hover [class^="gk-icon-"]{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;}
.box.newsletter{padding-top:42px!important;padding-left:0!important;padding-right:0!important;}
#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;}
.bottom3-bar #gkBottom3 .box.thintitle + .box.newsletter{padding-left:30px !important;}
.gkBottomTitle{font-size:24px;font-weight:bold;position:relative;top:80px;}
#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;}
.onlydesktop{display:block;}
.onlytablet{display:none;}
.onlymobile{display:none;}
#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;}
#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;}
span#fb-auth small{width:20px;background:transparent url(/templates/uniel/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{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;}
.profile-edit #member-profile fieldset + div{line-height:39px;}
.j4 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.j4 .element-invisible{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;clip-path:inset(50%);}
.j4 .input-group{position:relative;display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;}
.j4 .input-group .form-control,
.j4 .input-group-addon,
.j4 .input-group-btn{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;}
.j4 .input-group .form-control{position:relative;z-index:2;-webkit-box-flex:1;flex:1 1 auto;width:1%;margin-bottom:0;}
.j4 .input-group-addon{padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;border:1px solid #ccc;border-left:0;background:#f2f2f2;}
.j4 .has-danger .input-group-addon,
.j4 .has-danger .input-group-addon,
.j4 .has-danger .form-control{border-color:#d45555;}
.j4 .control-group{margin-bottom:18px;clear:both;}
.j4 .control-group .control-label{float:left;width:220px;padding-top:5px;padding-right:5px;text-align:left;}
.j4 .control-group .control-label label{margin:0;}
.j4 .control-group .control-label .form-control-feedback{display:block;font-size:80%;}
.j4 .control-group .controls{margin-left:220px;}
.j4 .control-group .controls #remember{width:auto;}
.j4 .control-group .controls .btn{float:none;}
.j4 .input-group-btn .btn + .btn{margin-left:2px;}
.j4 .float-right{float:right !important;}
.j4 .mb-0{margin-bottom:0 !important;}
.j4 .fade{opacity:0;transition:opacity 0.15s linear;}
.j4 .fade.show{opacity:1;}
.j4 .collapse{display:none;}
.j4 .collapse.show{display:block;}
.j4 joomla-alert{display:none;}
.j4 #helpsite-refresh{margin-top:10px;}
.j4 .edit.item-page #adminForm > fieldset{display:table-row;}
.j4 fieldset.filters{padding:0;}
.j4 .tag_category .btn-group{float:none !important;}
.j4 .tag_category__item:first-child{border-top:0;}
.j4 .invalid{color:#bc6564;}
.j4 .invalid .form-control-feedback{margin-left:10px;font-size:80%;}
.j4 #com-login-form .control-label{float:none;width:auto;padding-top:0;padding-right:0;}
.j4 #com-login-form .control-label label,
.j4 #com-login-form .login-fields label{line-height:34px;float:none;}
.j4 #com-login-form fieldset .control-group .control-label{float:left;}
.j4 #com-login-form .controls{margin-left:0;}
.j4 #member-profile select,
.j4 #member-profile textarea,
.j4 #member-profile input[type="text"],
.j4 #member-profile input[type="password"],
.j4 #member-profile input[type="url"],
.j4 #member-profile input[type="email"]{width:auto;}
.j4 #member-profile .input-group{width:auto;max-width:266px;}
.j4 #member-profile label{line-height:39px;}
.j4 .chzn-container.chzn-container-single .chzn-single,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single{display:inline-block;max-width:100%;height:calc(calc(2.25rem + 2px) - 2px);padding:0.375rem 1.75rem 0.375rem 0.75rem;padding-right:0.75rem \9;line-height:1.5 !important;color:#495057;vertical-align:middle;background:#fefefe url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-image:none \9;background-size:8px 10px;border:1px solid #ced4da;border-radius:0.25rem;box-shadow:none;height:auto !important;-moz-appearance:none;-webkit-appearance:none;}
.j4 .chzn-container.chzn-container-single .chzn-single abbr,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single abbr{top:10px;}
.j4 .chzn-container.chzn-container-single .chzn-single:focus,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single:focus{border-color:#19b6ff;outline:none;}
.j4 .chzn-container.chzn-container-single .chzn-single:disabled,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single:disabled{color:#868e96;cursor:not-allowed;background-color:#e9ecef;}
.j4 .chzn-container.chzn-container-single .chzn-single div b,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single div b{background:none;}
.j4 .chzn-container.chzn-container-single .chzn-drop,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-drop{background:#fefefe;border:1px solid #ced4da;}
.j4 .chzn-container.chzn-container-single.chzn-container-active .chzn-single,
.j4 .item-page.edit .chzn-container.chzn-container-single.chzn-container-active .chzn-single{border-bottom-right-radius:0;border-bottom-left-radius:0;}
.j4 .chzn-container-single,
.j4 .item-page.edit .chzn-container-single{width:auto !important;}
.j4 .chzn-container-single .chzn-search input[type="text"]{float:none;}
#editor-xtd-buttons .btn{margin-top:10px;}
.modal-open{overflow:hidden;}
.j4 div.modal{position:fixed;top:0;right:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;}
.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -25%);}
.modal.show .modal-dialog{transform:translate(0, 0);}
.j4 .modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal-dialog{position:relative;width:auto;margin:10px;pointer-events:none;}
.modal-content{position:relative;display:flex;flex-direction:column;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:0.3rem;outline:0;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}
.modal-backdrop.fade{opacity:0;}
.modal-backdrop.show,
.j4 .fade.modal-backdrop.show{opacity:0.5;}
.modal-header{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;padding:15px;border-bottom:1px solid #e9ecef;border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;}
.modal-header .close,
.modal-content .close{padding:15px;margin:-15px -15px -15px auto;border:0;color:#5cc1a9;line-height:1;border-radius:50%;}
.modal-title{margin-bottom:0;line-height:1.5;}
.modal-body{position:relative;flex:1 1 auto;padding:15px;}
.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:15px;border-top:1px solid #e9ecef;}
.modal-footer >:not(:first-child){margin-left:.25rem;}
.modal-footer >:not(:last-child){margin-right:.25rem;}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}
@media (min-width:576px){.modal-dialog{max-width:500px;margin:30px auto;}
.modal-sm{max-width:300px;}
}
@media (min-width:992px){.modal-lg{max-width:800px;}
}
.element-invisible{position:absolute;padding:0;margin:0;border:0;height:1px;width:1px;overflow:hidden;}
.element-invisible:focus{width:auto;height:auto;overflow:auto;background:#eee;color:#000;padding:1em;}
.custom.copy-uniel{text-align:left;color:#ffffff;font-family:'Montserrat Light';width:100%;margin:0 auto;font-size:13px;display:flex;flex-wrap:nowrap;background-color:#2f2f2f;}
p.copyright{width:100%;margin:0 auto;padding:25px 0px 25px 7px;}
p.copyright i.fa.fa-heart{color:red;padding:0;}
p.copyright a{color:red!important;padding-left:5px;}
p.copyright .fa{color:#355aa4;padding-left:13px;}
div#headertop_right{width:100%;z-index:10000;}
div#gkHeaderTop{background-color:#273962;}
.custom.ems button{float:right;margin:0;font-family:'Montserrat SemiBold';letter-spacing:0.7px;text-transform:inherit;}
.custom.ems button a{color:#ffffff!important;}
button.pedagog{color:white;background-color:#3c94da;border:none;outline:none;}
button.student{color:white;background-color:#161714;border:none;outline:none;}
div#top_right{position:relative;float:right;padding:16px 10px 16px 10px;display:flex;flex-wrap:wrap;}
.menu-right ul{list-style-type:none;margin:0;padding:0;overflow:hidden;}
.menu-right li{float:left;padding:0px 6px 0px 6px;font-family:'Montserrat Light';border-bottom:none!important;}
.menu-right li a{color:#273962;}
.menu-right .fa:hover{color:#3c94da;}
.menu-right li a:hover{color:#3c94da;}
.menu-right button.uniel-search-btn{float:left;padding:0px 6px 0px 6px;font-family:'Montserrat Light';border:none!important;background:transparent;margin-top:-9px;outline:none;}
.menu-right button.uniel-search-btn i.fa.fa-search{color:#273962;font-size:16px;}
.box.uniel-search{margin:-8px 0px -11px 9px;float:right!important;position:absolute;display:none;max-width:76%;}
.homepage section#gkBottom4{padding:0px 0 1px!important;}
.show-hide-map button#show-hidden-menu{display:block;margin:0 auto;background-color:#273962;border:none;outline:none;font-family:'Montserrat Bold';font-size:14px;}
.show-hide-map .fa-chevron-down{transition:all 2s;}
.show-hide-map .activa{transform:rotate(180deg);transition:all 1s;}
.box.harta-footer.gkmod-1{background-color:#273962;}
section#gkBottom5{padding:0px 0 0px!important;margin-top:-1px;}
.footer-uniel{margin:0 auto;display:flex;flex-wrap:nowrap;padding:15px 15px;}
.col1-e{width:20%!important;padding:20px 10px 20px 10px!important;}
.col1-e h3{font-size:14px;color:#000;font-family:'Montserrat Bold';text-align:left;padding-bottom:12px;text-decoration:none;border-bottom:1px solid #599bff;text-transform:inherit;}
.col1-e ul{list-style-type:none;float:left;padding:17px 0px 0px 0px!important;}
.col1-e ul li{border:none;float:none;line-height:1;margin:0!important;text-align:left;font-size:15px;font-family:'Montserrat Light';padding:9px 0px 2px 0px;}
.col1-e a{color:#fff!important;text-decoration:none;}
.col1-e li.social-media a{padding:0px 7px 1px 1px;}
.footer-copyright{padding:8px 0;margin:0px 0 -14px 0;font-family:'nunito';background-color:#252525;}
.footer-copyright p{max-width:1500px;text-align:left;margin:0 auto;color:#355aa4;font-family:'Montserrat Light';padding:15px 0px 14px 0px;}
.ngjarje-aktivitete .nspArt.nspCol3{background-color:#273962;border-left:15px solid white;}
.homepage section#gkBottom1{padding: 17px 22px 0px 2px!important;}
.homepage p.nspInfo.nspInfo1.tleft.fnone a{color:#3c94da;font-family:Montserrat Regular;letter-spacing:0.6px;font-size:15px;}
.homepage p.nspInfo.nspInfo1.tleft.fnone{padding:0;}
.homepage h4.nspHeader.tleft.fnone a{font-family:Montserrat Regular;color:#ffffff;}
.ngjarje-aktivitete h4.nspHeader.tleft.fnone{font-size:15px;padding:2px;}
.homepage .nspArtPage.active.nspCol3{display:flex;}
.ngjarje-aktivitete p.nspText.tleft.fleft{display:none!important;}
.ngjarje-aktivitete a.readon.fright{display:none;}
.homepage h4.nspHeader.tleft.fnone a:hover{color:#3c94da!important;}
.ngjarje-aktivitete p.nspInfo.nspInfo2.tleft.fleft{font-family:Montserrat Bold;padding:5px 0;}
.ngjarje-aktivitete span#data{text-transform:uppercase;color:#3c94da;}
.ngjarje-aktivitete .nspArtPage.nspCol20{display:flex;flex-wrap:wrap;}
.box.lajmet.gkmod-2{width:22%;padding: 6px 0px 0px 20px;}
.lajmet .header span{font-family:Montserrat ExtraBold;font-size:26px;letter-spacing:0.5px;line-height:normal;}
.lajmet a.njoftime-uniel{font-family:Montserrat ExtraBold;font-size:26px;letter-spacing:0.5px;color:#000;line-height:normal;text-transform:uppercase;}
.lajmet a.njoftime-uniel:hover{color:#3c94da;}
.lajmet p.meta{font-family:Montserrat Light;color:#3c94da;font-size:13px!important;}
.lajmet h4{font-family:Montserrat Light;font-size:15px!important;color:#000000;padding:4px 0 6px 0!important;}
.lajmet .nspArt.nspCol1:last-of-type{border:none;}
.lajmet h4.nspHeader.tleft.fnone a{color:#161714!important;font-family:Montserrat Light;}
.lajmet p.nspInfo.nspInfo1.tleft.fleft{color:#3c94da;font-family:Montserrat Medium;text-transform:uppercase;}
.lajmet .nspArt.nspCol1{border-bottom:1px solid #edededa6;padding: 10px 20px 20px 0px!important;}
.lajmet a.readon{font-family:Montserrat Light;color:#3c94da;font-size:13px!important;text-transform:capitalize;visibility:hidden;font-style:normal;}
.lajmet a.readon:after{visibility:visible;content:"Më Shumë  \279C";float:left;}
.lajmet .nspLinks .nspLinkScroll1 ul li{border:none!important;border-bottom:1px solid #f3f3f3!important;}
.lajmet .nspLinksWrap.bottom{border-top:none!important;}
.homepage section#gkBottom2{padding:5px 0;}
.box.sherbimet-uniel.gkmod-2{width:78%!important;}
.box.sherbimet-uniel.gkmod-2 {margin-bottom: 22px!important;}
.box.sherbimet-uniel.gkmod-1{margin-bottom:2px!important;}
.main{width:100%;display:flex;flex-wrap:wrap;}
.col-1{width:32%;height:300px;margin:5px;background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/templates/uniel/images/imazh1.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;}
.hero-text{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:white;}
.hero-text h3{border-bottom:2px solid #4f8ac6;padding-bottom:5px;font-family:Montserrat Light;color:#ffffff;font-size:19px;}
.homepage-s-m .grid figure{width:33%!important;}
.ue-m-menu .grid figure{width:20%!important;}
figure.effect-bubba{background:#9e5406;}
figure.effect-bubba img{opacity:0.7;-webkit-transition:opacity 0.35s;transition:opacity 0.35s;}
figure.effect-bubba:hover img{opacity:0.4;}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;}
figure.effect-bubba figcaption::before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);}
figure.effect-bubba figcaption::after{border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);}
figure.effect-bubba h2{padding-top:50%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);color:white;font-size:20px;font-family:Montserrat Light;word-spacing:1px!important;}
figcaption h2:after{bottom:-8px;content:'';display:block;height:2px;left:50%;position:absolute;transform:translate(-50%,0px);width:100px;background:#4f8ac6;}
figcaption h2 i.fa{font-size:30px;}
figure.effect-bubba p{padding:20px 2.5em;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.grid{position:relative;margin:0 auto;padding:1em 0 4em;list-style:none;text-align:center;}
img.submenu-icon{width:40px!important;display:block;margin:0 auto;opacity:1!important;padding-bottom:13px;}
.grid figure{position:relative;float:left;overflow:hidden;margin:0px 0%;width:33%;background:#000000;text-align:center;cursor:pointer;}
.grid figure img{position:relative;display:block;height:auto;width:100%;opacity:0.5;}
.grid figure:hover{background:#273962;}
.grid figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.grid figure figcaption::before,
.grid figure figcaption::after{pointer-events:none;}
.grid figure figcaption,
.grid figure figcaption > a{position:absolute;top:0;left:0;width:100%;height:100%;}
.grid figure figcaption > a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.grid figure h2{word-spacing:-0.15em;font-weight:300;}
.grid figure h2 span{font-weight:800;}
.grid figure h2,
.grid figure p{margin:0;}
.grid figure p{letter-spacing:1px;font-size:68.5%;}
article header h1, article header h2{font-family:Montserrat Medium;color:#273962;}
.njoftime-footer .nspLinks .nspLinkScroll1 ul li{background-color:#273962;}
.njoftime-footer .nspLinks ul li{border:none;float:none;line-height:1;margin:0!important;text-align:left;font-size:15px!important;font-family:'Montserrat Light';padding:9px 0px 2px 0px;font-weight:unset!important;color:red;}
.njoftime-footer .nspLinks .nspLinkScroll1 ul li{border:none!important;}
.njoftime-footer .nspLinksWrap.bottom{border-top:none!important;}
.moduletablenjoftime-footer ul.nspList.active.nspCol4 h4 a:hover{color:#3c94da!important;}
.universiteti
figure.effect-bubba,
figure.effect-bubba1,
figure.effect-bubba2,
figure.effect-bubba3,
figure.effect-bubba4,
figure.effect-bubba5,
figure.effect-bubba6,
figure.effect-bubba7{background:#9e5406;}
.universiteti
figure.effect-bubba img,
figure.effect-bubba1 img,
figure.effect-bubba2 img,
figure.effect-bubba3 img,
figure.effect-bubba4 img,
figure.effect-bubba5 img,
figure.effect-bubba6 img,
figure.effect-bubba7 img{opacity:0.7;-webkit-transition:opacity 0.35s;transition:opacity 0.35s;}
.universiteti
figure.effect-bubba:hover img ,
figure.effect-bubba1:hover img,
figure.effect-bubba2:hover img,
figure.effect-bubba3:hover img,
figure.effect-bubba4:hover img,
figure.effect-bubba5:hover img,
figure.effect-bubba6:hover img,
figure.effect-bubba7:hover img{opacity:0.4;}
.universiteti
figure.effect-bubba figcaption::before,
figure.effect-bubba1 figcaption::before,
figure.effect-bubba2 figcaption::before,
figure.effect-bubba3 figcaption::before,
figure.effect-bubba4 figcaption::before,
figure.effect-bubba5 figcaption::before,
figure.effect-bubba6 figcaption::before,
figure.effect-bubba7 figcaption::before,
.universiteti
figure.effect-bubba figcaption::after,
figure.effect-bubba1 figcaption::after,
figure.effect-bubba2 figcaption::after,
figure.effect-bubba3 figcaption::after,
figure.effect-bubba4 figcaption::after,
figure.effect-bubba5 figcaption::after,
figure.effect-bubba6 figcaption::after,
figure.effect-bubba7 figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;}
.universiteti
figure.effect-bubba figcaption::before,
figure.effect-bubba1 figcaption::before,
figure.effect-bubba2 figcaption::before,
figure.effect-bubba3 figcaption::before,
figure.effect-bubba4 figcaption::before,
figure.effect-bubba5 figcaption::before,
figure.effect-bubba6 figcaption::before,
figure.effect-bubba7 figcaption::before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);}
.universiteti
figure.effect-bubba figcaption::after,
figure.effect-bubba1 figcaption::after,
figure.effect-bubba2 figcaption::after,
figure.effect-bubba3 figcaption::after,
figure.effect-bubba4 figcaption::after,
figure.effect-bubba5 figcaption::after,
figure.effect-bubba6 figcaption::after,
figure.effect-bubba7 figcaption::after{border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);}
.universiteti
figure.effect-bubba h2,
figure.effect-bubba1 h2,
figure.effect-bubba2 h2,
figure.effect-bubba3 h2,
figure.effect-bubba4 h2,
figure.effect-bubba5 h2,
figure.effect-bubba6 h2,
figure.effect-bubba7 h2{padding-top:50%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);color:white;font-size:20px;font-family:Montserrat Light;}
.universiteti figcaption h2:after{bottom:-5px;content:'';display:block;height:2px;left:50%;position:absolute;transform:translate(-50%,0px);width:100px;background:#4f8ac6;}
.universiteti figcaption h2 i.fa{font-size:30px;}
.universiteti
figure.effect-bubba p ,
figure.effect-bubba1 p,
figure.effect-bubba2 p,
figure.effect-bubba3 p,
figure.effect-bubba4 p,
figure.effect-bubba5 p,
figure.effect-bubba6 p,
figure.effect-bubba7 p{padding:20px 2.5em;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}
.universiteti
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba1:hover figcaption::before,
figure.effect-bubba2:hover figcaption::before,
figure.effect-bubba3:hover figcaption::before,
figure.effect-bubba4:hover figcaption::before,
figure.effect-bubba5:hover figcaption::before,
figure.effect-bubba6:hover figcaption::before,
figure.effect-bubba7:hover figcaption::before,
.universiteti
figure.effect-bubba:hover figcaption::after,
figure.effect-bubba1:hover figcaption::after,
figure.effect-bubba2:hover figcaption::after,
figure.effect-bubba3:hover figcaption::after,
figure.effect-bubba4:hover figcaption::after,
figure.effect-bubba5:hover figcaption::after,
figure.effect-bubba6:hover figcaption::after,
figure.effect-bubba7:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.universiteti
figure.effect-bubba:hover h2,
figure.effect-bubba1:hover h2,
figure.effect-bubba2:hover h2,
figure.effect-bubba3:hover h2,
figure.effect-bubba4:hover h2,
figure.effect-bubba5:hover h2,
figure.effect-bubba6:hover h2,
figure.effect-bubba7:hover h2,
.universiteti
figure.effect-bubba:hover p ,
figure.effect-bubba1:hover p,
figure.effect-bubba2:hover p,
figure.effect-bubba3:hover p,
figure.effect-bubba4:hover p,
figure.effect-bubba5:hover p,
figure.effect-bubba6:hover p,
figure.effect-bubba7:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.universiteti .grid{position:relative;margin:0 auto;padding:1em 0 4em;list-style:none;text-align:center;}
.universiteti .grid figure{position:relative;float:left;overflow:hidden;margin:0px 0%;width:25%;background:#000000;text-align:center;cursor:pointer;}
.universiteti .grid figure img{position:relative;display:block;height:auto;width:100%;opacity:0.5;}
.universiteti .grid figure:hover{background:#273962;}
.universiteti .grid figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.universiteti .grid figure figcaption::before,
.universiteti .grid figure figcaption::after{pointer-events:none;}
.universiteti .grid figure figcaption,
.universiteti .grid figure figcaption > a{position:absolute;top:0;left:0;width:100%;height:100%;}
.universiteti .grid figure figcaption > a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.universiteti .grid figure h2{word-spacing:1px;font-weight:300;}
.universiteti .grid figure h2 span{font-weight:800;}
.universiteti .grid figure h2,
.universiteti .grid figure p{margin:0;}
.universiteti .grid figure p{letter-spacing:1px;font-size:68.5%;}
.universiteti
.grid figure.effect-bubba.active,
.grid figure.effect-bubba1.active,
.grid figure.effect-bubba2.active,
.grid figure.effect-bubba3.active,
.grid figure.effect-bubba4.active,
.grid figure.effect-bubba5.active,
.grid figure.effect-bubba6.active,
.grid figure.effect-bubba7.active{background:#0842c5;}
.gkPage, #gkPageContent + #gkBottom1:before, #gkPageContent + #gkBottom2:before, #gkPageContent + #gkBottom3:before, #gkPageContent + #gkBottom4:before, #gkPageContent + #gkBottom5:before{width:100%!important;max-width:100%!important;}
.bloguniel-blog-page article{max-width:1500px;margin:0 auto 0 auto;}
.bloguniel-blog-page .items-row.cols-2.row-{display:flex;flex-wrap:wrap;}
.bloguniel-blog-page .pagination ul li a:hover, .pagination ul li span:hover{border-color:#3c94da;background:#3c94da;}
.uniel-blog-page #gkSocialAPI{display:none;}
section.bloguniel-blog-page .itemBody a{color:#3c94da;font-family:Montserrat Regular;letter-spacing:0.5px;}
article.item-page.uniel-blog-page .itemBody a{color:#3c94da;font-family:Montserrat Regular;letter-spacing:0.5px;}
section.bloguniel-blog-page article header h1, article header h2{color:#273962;font-family:Montserrat Medium;font-size:28px;}
section.bloguniel-blog-page article header h1, article header h2 a:hover{color:#000000!important;}
.bloguniel-blog-page article p.readmore a{font-family:'Montserrat Regular';font-weight:600;height:auto!important;line-height:1!important;padding:11px 15px!important;font-size:14px!important;letter-spacing:1px;text-shadow:none!important;margin:0!important;background:#3c94da!important;border:none!important;border-radius:30px;color:#3c94da!important;}
.uniel-blog-page ul li::before{content:"\2714";padding-right:7px;color:rgb(60 148 218);}
.uniel-blog-page ul li a{font-family:Montserrat Regular;letter-spacing:0.5px;}
.uniel-blog-page ul li{font-family:Montserrat Regular;letter-spacing:0.5px;}
.uniel-blog-page ul li::before{content:"■";padding-right:7px;color:rgb(60 148 218);}
.bloguniel-blog-page ul li::before{content:"\2714";padding-right:7px;color:rgb(60 148 218);}
.bloguniel-blog-page ul li a{font-family:Montserrat Regular;letter-spacing:0.5px;}
.bloguniel-blog-page ul li{font-family:Montserrat Regular;letter-spacing:0.5px;}
.bloguniel-blog-page ul li::before{content:"■";padding-right:7px;color:rgb(60 148 218);}
.pagination ul li a, .pagination ul li span{color:#273962!important;}
table#b-u-t{font-family:arial, sans-serif;border-collapse:collapse;width:40%;}
table#b-u-t th{background-color:#3c94da40;}
table#b-u-t td, th{border:1px solid #3c94da;text-align:left;padding:8px;font-family:Montserrat Medium;}
table#b-u-t tr:nth-child(even){background-color:#3c94da1f;}
table#b-u-t-1{font-family:arial, sans-serif;border-collapse:collapse;}
table#b-u-t-1 th{padding:10px!important;}
table#b-u-t-1 td, th{border:1px solid #000000;text-align:left;padding:0px!important;font-family:Montserrat Medium;border-bottom:1px solid #000000!important;}
table#b-u-t-1 tbody tr td p{padding:7px;}
table#child-u{margin-bottom:0px!important;}
table#child-u td{border:none;}
table#child-u tr:last-of-type td{border-bottom:none!important;}
.links{display:flex;flex-wrap:wrap;}
.links > div{width:45%;margin:5px;}
.links h3 a{color:#273962;}
.links h3{font-size:19px;font-family:Montserrat Medium;text-transform:inherit;padding:10px 0px 6px 0px;color:#273962;}
.links ul li a{color:#3c94da;font-family:Montserrat Regular;letter-spacing:0.5px;font-size:18px;}
.links ul li::before{content:"\2714";padding-right:7px;color:rgb(60 148 218);}
.links .fa{color:rgb(60 148 218);}
.links ul{padding-left:30px;}
.uniel-links #gkMainbody{padding-top:55px;}
.studio-ne-ue .grid figure{width:20%!important;}
.fakultetet-uniel-s .grid figure{width:20%!important;}
.fakultetet-uniel-s
figure.effect-bubba,
figure.effect-bubba1,
figure.effect-bubba2,
figure.effect-bubba3,
figure.effect-bubba4,
figure.effect-bubba5,
figure.effect-bubba6,
figure.effect-bubba7{background:#9e5406;}
.fakultetet-uniel-s
figure.effect-bubba img,
figure.effect-bubba1 img,
figure.effect-bubba2 img,
figure.effect-bubba3 img,
figure.effect-bubba4 img,
figure.effect-bubba5 img,
figure.effect-bubba6 img,
figure.effect-bubba7 img{opacity:0.7;-webkit-transition:opacity 0.35s;transition:opacity 0.35s;}
.fakultetet-uniel-s
figure.effect-bubba:hover img ,
figure.effect-bubba1:hover img,
figure.effect-bubba2:hover img,
figure.effect-bubba3:hover img,
figure.effect-bubba4:hover img,
figure.effect-bubba5:hover img,
figure.effect-bubba6:hover img,
figure.effect-bubba7:hover img{opacity:0.4;}
.fakultetet-uniel-s
figure.effect-bubba figcaption::before,
figure.effect-bubba1 figcaption::before,
figure.effect-bubba2 figcaption::before,
figure.effect-bubba3 figcaption::before,
figure.effect-bubba4 figcaption::before,
figure.effect-bubba5 figcaption::before,
figure.effect-bubba6 figcaption::before,
figure.effect-bubba7 figcaption::before,
.fakultetet-uniel-s
figure.effect-bubba figcaption::after,
figure.effect-bubba1 figcaption::after,
figure.effect-bubba2 figcaption::after,
figure.effect-bubba3 figcaption::after,
figure.effect-bubba4 figcaption::after,
figure.effect-bubba5 figcaption::after,
figure.effect-bubba6 figcaption::after,
figure.effect-bubba7 figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;}
.fakultetet-uniel-s
figure.effect-bubba figcaption::before,
figure.effect-bubba1 figcaption::before,
figure.effect-bubba2 figcaption::before,
figure.effect-bubba3 figcaption::before,
figure.effect-bubba4 figcaption::before,
figure.effect-bubba5 figcaption::before,
figure.effect-bubba6 figcaption::before,
figure.effect-bubba7 figcaption::before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);}
.fakultetet-uniel-s
figure.effect-bubba figcaption::after,
figure.effect-bubba1 figcaption::after,
figure.effect-bubba2 figcaption::after,
figure.effect-bubba3 figcaption::after,
figure.effect-bubba4 figcaption::after,
figure.effect-bubba5 figcaption::after,
figure.effect-bubba6 figcaption::after,
figure.effect-bubba7 figcaption::after{border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);}
.fakultetet-uniel-s
figure.effect-bubba h2,
figure.effect-bubba1 h2,
figure.effect-bubba2 h2,
figure.effect-bubba3 h2,
figure.effect-bubba4 h2,
figure.effect-bubba5 h2,
figure.effect-bubba6 h2,
figure.effect-bubba7 h2{padding-top:50%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);color:white;font-size:20px;font-family:Montserrat Light;}
.fakultetet-uniel-s figcaption h2:after{bottom:-5px;content:'';display:block;height:2px;left:50%;position:absolute;transform:translate(-50%,0px);width:100px;background:#4f8ac6;}
.fakultetet-uniel-s figcaption h2 i.fa{font-size:30px;}
.fakultetet-uniel-s
figure.effect-bubba p ,
figure.effect-bubba1 p,
figure.effect-bubba2 p,
figure.effect-bubba3 p,
figure.effect-bubba4 p,
figure.effect-bubba5 p,
figure.effect-bubba6 p,
figure.effect-bubba7 p{padding:20px 2.5em;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}
.fakultetet-uniel-s
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba1:hover figcaption::before,
figure.effect-bubba2:hover figcaption::before,
figure.effect-bubba3:hover figcaption::before,
figure.effect-bubba4:hover figcaption::before,
figure.effect-bubba5:hover figcaption::before,
figure.effect-bubba6:hover figcaption::before,
figure.effect-bubba7:hover figcaption::before,
.fakultetet-uniel-s
figure.effect-bubba:hover figcaption::after,
figure.effect-bubba1:hover figcaption::after,
figure.effect-bubba2:hover figcaption::after,
figure.effect-bubba3:hover figcaption::after,
figure.effect-bubba4:hover figcaption::after,
figure.effect-bubba5:hover figcaption::after,
figure.effect-bubba6:hover figcaption::after,
figure.effect-bubba7:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.fakultetet-uniel-s
figure.effect-bubba:hover h2,
figure.effect-bubba1:hover h2,
figure.effect-bubba2:hover h2,
figure.effect-bubba3:hover h2,
figure.effect-bubba4:hover h2,
figure.effect-bubba5:hover h2,
figure.effect-bubba6:hover h2,
figure.effect-bubba7:hover h2,
.fakultetet-uniel-s
figure.effect-bubba:hover p ,
figure.effect-bubba1:hover p,
figure.effect-bubba2:hover p,
figure.effect-bubba3:hover p,
figure.effect-bubba4:hover p,
figure.effect-bubba5:hover p,
figure.effect-bubba6:hover p,
figure.effect-bubba7:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.fakultetet-uniel-s .grid{position:relative;margin:0 auto;padding:1em 0 4em;list-style:none;text-align:center;}
.fakultetet-uniel-s .grid figure{position:relative;float:left;overflow:hidden;margin:0px 0%;width:25%;background:#000000;text-align:center;cursor:pointer;}
.fakultetet-uniel-s .grid figure img{position:relative;display:block;height:auto;width:100%;opacity:0.5;}
.fakultetet-uniel-s .grid figure:hover{background:#273962;}
.fakultetet-uniel-s .grid figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.fakultetet-uniel-s .grid figure figcaption::before,
.fakultetet-uniel-s .grid figure figcaption::after{pointer-events:none;}
.fakultetet-uniel-s .grid figure figcaption,
.fakultetet-uniel-s .grid figure figcaption > a{position:absolute;top:0;left:0;width:100%;height:100%;}
.fakultetet-uniel-s .grid figure figcaption > a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.fakultetet-uniel-s .grid figure h2{word-spacing:1px!important;font-weight:300;}
.fakultetet-uniel-s .grid figure h2 span{font-weight:800;}
.fakultetet-uniel-s .grid figure h2,
.fakultetet-uniel-s .grid figure p{margin:0;}
.fakultetet-uniel-s .grid figure p{letter-spacing:1px;font-size:68.5%;}
.fakultetet-uniel-s
.grid figure.effect-bubba.active,
.grid figure.effect-bubba1.active,
.grid figure.effect-bubba2.active,
.grid figure.effect-bubba3.active,
.grid figure.effect-bubba4.active,
.grid figure.effect-bubba5.active,
.grid figure.effect-bubba6.active,
.grid figure.effect-bubba7.active{background:#0842c5;}
.zona-studentit-s .grid figure{width:33.333333%;}
.buletini-shkencor .grid figure{width:20%;}
.programet-e-studimit-f{display:flex;flex-wrap:wrap;}
.programet-e-studimit-f > div{width:31%;margin:10px;}
.programet-e-studimit-f ul li{color:#3c94da;}
.programet-e-studimit-f ul li a{color:#3c94da;font-family:Montserrat Regular;letter-spacing:0.5px;font-size:15px;}
.programet-e-studimit-f ul{margin-left:1.5em;}
.programet-e-studimit-f ul li::before{content:"\27A5";padding-right:7px;color:rgb(60 148 218);margin-left:-1.5em;}
.programet-e-studimit-f .fa{color:rgb(60 148 218);}
.programet-e-studimit-u{display:flex;flex-wrap:wrap;}
.programet-e-studimit-u .col-p-b{width:32%;border-radius:10px;transition:0.2s cubic-bezier(0.5, 0, 0.35, 1);margin:8px;padding:15px 15px 15px 15px;cursor:pointer;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}
.programet-e-studimit-u .col-p-b h3{color:#000;font-family:'Montserrat Medium';letter-spacing:0.5px;font-weight:500;text-transform:inherit;display:inline;font-size:15px;}
.programet-e-studimit-u .col-p-b h3:after{content:'';display:block;position:relative;width:22%;border:2px solid #3639a3;border-radius:10px;margin-top:8px;}
.programet-e-studimit-u table, th, td{border-collapse:collapse;margin-top:11px;}
.programet-e-studimit-u table, th{}
.programet-e-studimit-u th, td{padding:5px;text-align:left;}
.programet-e-studimit-u th{border:none!important;color:#3c94da;padding-left:9px!important;text-transform:inherit;}
.programet-e-studimit-u td{font-family:Montserrat Regular;color:#273962;}
#gkMainbody .programet-e-studimit-u table:before{content:"Lëvizni horizontalisht për të parë gjithë tabelën";height:14px;width:100%;display:block;font-size:10px;margin-top:-30px;margin-bottom:10px;font-family:Arial, sans-serif;display:none;}
.uniel-search-a section#gkMainbody{padding:78px 20px 20px 20px;}
.uniel-search-a button.button{background-color:#3c94da;border:none;border-radius:50px;font-family:Montserrat Medium;letter-spacing:0.5px;visibility:hidden;margin-left:-57px!important;}
.uniel-search-a #searchForm fieldset.word{background:transparent;border:none;}
.uniel-search-a #search-searchword{width:65%;border:none;border-bottom:1px solid #3c94da;outline:none;}
.uniel-search-a button.button:before{content:url(http://emjeshtri.com/uniel/images/search-icon_uniel.png);visibility:visible;}
.uniel-search-a fieldset.phrases, fieldset.only{font-family:Montserrat Medium;padding-left:20px;}
.uniel-search-a select, input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"]{font-family:Montserrat Medium;}
.uniel-search-a select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"]{border-color:#3c94da #3c94da #3c94da;}
.uniel-search-a dt.result-title a{color:#273962;font-family:Montserrat Medium;}
.uniel-search-a .result-category, .result-created{display:none;}
.uniel-search-a fieldset.only {display: none!important;}
.lll-centre-modulet{display:flex;flex-wrap:wrap;}
.lll-centre-modulet > div{width:45%;margin:5px;}
.lll-centre-modulet span{float:right;padding-right:65px;}
.lll-centre-modulet ul li{color:#3c94da;}
.lll-centre-modulet ul li::before{content:"\27A5";padding-right:7px;color:rgb(60 148 218);margin-left:0.5em;}
.bordi-editorial{display:flex;flex-wrap:wrap;}
.bordi-editorial > div{width:40%;}
.publikime_ne_vite img{width:60%;}
.publikime_ne_vite{display:flex;flex-wrap:wrap;}
.publikime_ne_vite > div{width:25%;padding:82px 0px 0px 0px;}
.publikime_ne_vite p{color:#3c94da;font-weight:bold;margin:2px!important;}
.publikime_ne_vite img:hover{border-bottom-right-radius:30px;}
.departament-search-p .dep-filter-u{display:flex;max-width:1500px;}
.departament-search-p .dep-filter-u > div{margin:20px;}
.departament-search-p li.emri{color:#3c94da;font-family:Montserrat Bold!important;}
.departament-search-p .dep-filter-u .search-box{width:500px;position:relative;display:flex;}
.departament-search-p .search-input{width:100%;padding:10px!important;border:2px solid #3c94da;border-radius:10px 0 0 10px;border-right:none;outline:none;font-size:14px;color:#273962;background:none;font-family:Montserrat Medium;}
.departament-search-p .search-button{text-align:center;height:39px;width:40px;outline:none;cursor:pointer;border:2px solid #3c94da;border-radius:0 10px 10px 0;border-left:none;background:#3c94da;font-size:20px;border-left:2px solid #3c94da;margin-left:-1px;}
.departament-search-p .search-button i.fa.fa-search{margin-left:-9px!important;}
.departament-search-p ul li::before{content:"■";padding-right:7px;color:rgb(60 148 218);display:none!important;}
.departament-search-p select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;box-shadow:none;border:0 !important;}
.departament-search-p select::-ms-expand{display:none;}
.departament-search-p .dps-u{position:relative;display:flex;width:30em;height:3em;line-height:3;overflow:hidden;border-radius:.25em;border:2px solid #3c94da;}
.departament-search-p select{flex:1;padding:0 .5em!important;color:#000;cursor:pointer;font-family:Montserrat Medium;}
.departament-search-p .dps-u::after{content:'\25BC';position:absolute;top:0;right:0;padding:0 1em;cursor:pointer;pointer-events:none;-webkit-transition:.25s all ease;-o-transition:.25s all ease;transition:.25s all ease;background-color:#3c94da;}
.departament-search-p .dps-u:hover::after{color:#fff;}
.departament-search-p .stafi-col-2{display:flex;flex-wrap:wrap;}
.departament-search-p .stafi-col-2 > div{width:32%!important;margin:10px;display:flex;border-bottom:2px solid #e2e2e2;}
.departament-search-p .stafi-col-2 img{padding-bottom:10px;}
.departament-search-p .stafi-col-2 ul{list-style-type:none;}
.departament-search-p .stafi-col-2 ul li{padding:5px;font-family:Montserrat Regular;letter-spacing:0.5px;}
.departament-search-p .stafi-col-2 ul li.fakulteti{color:#273962;}
.departament-search-p .stafi-col-2 ul li.departamenti{color:#273962;}
.senati-akademik .grid figure{width:33%;}
.bordi-administrimit .grid figure{width:33%;}
.lll-centre-s .grid figure{width:33%;}
.beshkepunim-nderkombetare .grid figure{width:33.333333%;}
.zona-akademike-u-s .grid figure{width:25%;}
.keshilli-p{display:flex;flex-wrap:wrap;}
.keshilli-p > div{width:31%;}
.contact-us-u{display:flex;flex-wrap:wrap;}
.contact-us-u > div{width:23%;border:none;margin:10px;padding:3px 3px 3px 3px;}
i#contact-icon{font-size:27px;text-align:center;display:block;color:#3c94da;}
i#contact-email{color:#273962;padding-right:3px;}
.contact-us-u p{text-align:center;}
.contact-us-u a{text-align:center;display:block;}
.personeli-akademik section#gkBottom1{background-image:url(http://m14061.contabo.net/~ki492006/uniel.edu.al/images/universiteti/personeli/personeli-ue-background.jpg);background-color:#cccccc;background-size:cover;background-position:center;position:relative;}
.personeli-akademik section#gkBottom1:before{border-top:none!important;}
.personeli-akademik section#gkBottom1::before{content:"";position:absolute!important;top:0!important;left:0;height:100%!important;width:100%!important;background:linear-gradient(45deg, rgb(45 45 45/81%), rgb(45 45 45/81%))!important;}
.personeli-akademik .custom.personeli-page{position:relative;padding:0px 200px 0px 200px;}
.personeli-page h1{color:#ffffff;font-family:'Montserrat Bold';letter-spacing:0.5px;font-weight:500;text-transform:initial;font-size: 32px;}
.personeli-page p{color:#ffffff;font-family:'Montserrat Medium';letter-spacing:0.5px;text-transform:initial;}
.personeli-page .dep-filter-u{display:flex;max-width:1500px;}
.personeli-page .dep-filter-u .search-box{width:500px;position:relative;display:flex;}
.personeli-page .dep-filter-u > div{margin:20px;}
.personeli-page .search-input{width:100%;padding:10px!important;outline:none;font-size:14px;color:#273962;font-family:Montserrat Medium;border-color:#ff000000;}
.personeli-page .search-button{text-align:center;height:39px;width:40px;outline:none;cursor:pointer;border-left:none;background:#3c94da;font-size:20px;margin-left:-1px;border-color:#ff000000;}
.personeli-page .search-button i.fa.fa-search{margin-left:-9px!important;}
.personeli-page .dep-filter-u > div{margin:22px 23px 0px 0px;}
.personeli-page .dps-u{position:relative;display:flex;width:30em;height:3em;line-height:3;overflow:hidden;}
.personeli-page select{flex:1;padding:0 .5em!important;color:#000;cursor:pointer;font-family:Montserrat Medium;}
.personeli-page select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;box-shadow:none;border:0 !important;}
.personeli-page .dps-u::after{content:'\25BC';position:absolute;top:0;right:0;padding:0 1em;cursor:pointer;pointer-events:none;-webkit-transition:.25s all ease;-o-transition:.25s all ease;transition:.25s all ease;color:#3c94da;}
ul.alphabetical-list-header{list-style:none;margin:0;padding:0;display:inline-block;}
ul.alphabetical-list-header li{display:block;float:left;border:none;}
ul.alphabetical-list-header li{background:none;color:#ffffff;text-decoration:none;padding:10px 5px;display:inline-block;font-size:16px;border-radius:0;min-width:26px;margin:1px;font-family:Montserrat Bold;border-right:1px solid #fff;cursor:pointer;}
p.stafi-filter-count{font-family:Montserrat Bold;}
ul.alphabetical-list-header li:hover{color:#3c94da;}
ul.alphabetical-list-header li.is-checked{color:#3c94da;}
.departament-search-p .stafi-col-2{display:flex;flex-wrap:wrap;}
.departament-search-p .stafi-col-2 > div{width:35%;margin:10px;display:flex;border-bottom:2px solid #e2e2e2;}
.departament-search-p .stafi-col-2 img{padding-bottom:10px;}
.departament-search-p .stafi-col-2 ul{list-style-type:none;}
.personeli-akademik .departament-search-p{padding:0px 200px 0px 200px!important;}
.departament-search-p .stafi-col-2 ul li{font-family:Montserrat Regular;border-bottom:none;}
.departament-search-p .stafi-col-2 ul li a{color:#3c94da;font-family:Montserrat Regular;}
span#close-menu {
    pointer-events: none;
    cursor: default;
}

.box.important-items-st.gkmod-1 {
    border-bottom: 1px solid #3c94da;
}

.box.important-items-st.gkmod-1 .content {
    max-width: 1500px;
    margin: 0 auto 0 auto!important;
}
.custom.important-items-st .artikujt-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 9px 10px 9px;
}

.custom.important-items-st .artikujt-top > div {
    margin: 15px;
    width: 47%;
}

.custom.important-items-st .artikujt-top > div a {
    color: #273962;
    font-family: Montserrat Medium;
    font-size: 22px;
}

.custom.important-items-st .artikujt-top > div p.readmore a {
    font-family: 'Montserrat Regular';
    font-weight: 600;
    height: auto!important;
    line-height: 1!important;
    padding: 9px 14px!important;
    font-size: 14px!important;
    letter-spacing: 1px;
    text-shadow: none!important;
    margin: 0!important;
    background: #3c94da!important;
    border: none!important;
    border-radius: 30px;
    text-transform: uppercase;
    color: #ffffff!important;
    margin-top: 10px;
}

.menu-right li.image-icon {
    padding-top: 3px !important;
}

/* Programi i Transparences - Fillim */

.auto-grid {
    --auto-grid-min-size: 16rem;
    
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 0.3rem;
  }
  
.wrapper {
    max-width: 65rem;
    margin: 0 auto;
    padding: 1rem 1rem;
  }
  
 .transparenca ul {
      list-style: none;
  }
  
  .transparenca li {
    padding: 0.3rem 1rem;
    text-align: center;
    font-size: 0.875rem;
    background: #2e68aa;
    color: #ffffff;
    border: none;
  }
  
  .titleCol {
      text-align: center;
      background-color: #2e68aa;
      color: #fff;
      font-size: 90%;
      border-radius: 15px;
  }
  .myContentsDiv {
      border-style: solid;
      border-width: 1px;
      border-color: #2e68aa;
      background-color: #ffffff;
      max-width: 1000px;
      width: 100%;
      width: calc(100% - 35px);
      margin: auto; 
      display: none;
      padding: 1.5rem;
  }
  
  .wrapper-center {
    width: 21rem;
    padding: 0.3rem 1rem;
    margin: 0 auto;
}
 
/* Programi i Transparences - Fund */


/*Legjislacion , Kategorite*/

.legjislacion-cat {
    display: flex;
    flex-wrap: wrap;
}

.legjislacion-cat a {
    width: 45%;
    margin: 10px;
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: #273962;
    color: white;
}

.legjislacion-cat a > div h3 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.legjislacion-cat a > div {
    padding: 21px 30px;
}


/*moduli transparenca artikujt per cdo program*/

section.bloguniel-blog-page.program-transparence {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #2e68aa;
}
.transparenca li.titleCol.active {
    background: #3c94da;
}
.transparenca a.titleCol.active {
    background: #3c94da;
}

/* 2cols */
.grid figure.col-2-box {
    width: 50%;
    max-height: 440px;
}

.grid figure.col-2-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid figure.col-2-box figcaption h2 {
    padding-top: 200px;
}
.custom.transparenca {
    margin-top: 80px;
}
section.bloguniel-blog-page.sinjalizimi {
    margin-top: 80px;
}
article.item-page.uniel-blog-page.sinjalizimi {
    margin-top: 80px;
}
section.bloguniel-blog-page.z-sherbime {
    margin-top: 80px;
}
.zgjedhjet section.bloguniel-blog-page,
.zgjedhjet article.uniel-blog-page {
    margin-top: 80px;
}
.gkMenu li.last a,
.gkMenu li.last.active a {
    padding-right: 11px;
    color: white !important;
}
.gkMenu li.last {
    padding-right: 11px;
    background: #1d047c;
}

@media (max-width: 1050px) and (min-width: 580px) {
    .footer-uniel .col1-e h3 img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 885px) {
    .grid figure.col-2-box figcaption h2 {
        padding-top: 50%;
    }
}
#gkMainMenu{float:left;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:13px;font-weight:bold;height:60px;line-height:60px;text-transform:uppercase;width:auto;font-family:'Montserrat Medium';letter-spacing:0.5px;}
.gkMenu > ul > li:first-child > a{padding-left:0;}
.gkMenu > ul > li:last-child > a{padding-right:0;}
.gkMenu > ul > li > a{color:#273962;display:block;height:60px;line-height:60px;padding:0 11px;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:#3c94da!important;}
.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;}
.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;}
#gkMobileMenu{display:none;}
#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:#273962;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:370px;}
#aside-menu > div{height:100%;overflow:auto;-webkit-overflow-scrolling:touch;width:100%;min-width:280px;max-width:100%;}
#close-menu{color:#3c94da!important;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:before{content:"\2573";font-size:24px;font-weight:900;color:#ffffff;}
#close-menu.menu-open{opacity:1.0;filter:alpha(opacity=100);right:40px;top:51px;}
#gkAsideMenu > ul{padding:20px 0 20px 32px;}
#aside-menu li{font-size:14px;padding:4px 0;text-transform:inherit;font-family:'Montserrat Light';letter-spacing:0.5px;}
#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-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;}
@font-face{font-family:"uniel-pixellove";src:url(/templates/uniel/fonts/uniel-pixellove/uniel-pixellove.eot);src:url(/templates/uniel/fonts/uniel-pixellove/uniel-pixellove.woff) format("woff"), url(/templates/uniel/fonts/uniel-pixellove/uniel-pixellove.svg#uniel-pixellove) format("svg"), url(/templates/uniel/fonts/uniel-pixellove/uniel-pixellove.eot#iefix) format("embedded-opentype"), url(/templates/uniel/fonts/uniel-pixellove/uniel-pixellove.ttf) format("truetype");font-weight:normal;font-style:normal;}
[data-icon]:before{font-family:"uniel-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:"uniel-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";}
.nspMain{position:relative;}
.nspBotInterface,
.nspTopInterface{clear:both;float:right;margin:5px 0;}
.nspTopInterface{position:absolute;right:0;top:-43px;}
.nspBotInterface .nspPagination{margin-top:0;}
.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;}
.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{}
.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;}
.nspArts.left{float:right;}
.nspLinksWrap.left{float:left;}
.nspArts.right{float:left;}
.nspLinksWrap.right{float:left;}
.nspMain .unvisible{left:-9999px;position:absolute;top:auto;}
.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%;}
.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;}
.box.light .nspNext,
.box.light .nspPrev{background:#e5e5e5;}
.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;}
.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;}
.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%);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)));background:-webkit-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%);background:-o-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%);background:-ms-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%);background:linear-gradient(to bottom, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c131f', endColorstr='#0c131f', GradientType=0);bottom:0;font-size:16px;font-weight:700;left:0;padding:32px 80px;position:absolute;z-index:1;}
.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;}
.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;}
.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%;}
.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%);}
.gkIsWrapper-uniel{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-uniel .gkIsPreloader{background:#3f4e67 url(/templates/uniel/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-uniel 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-uniel figure.animated{z-index:2;}
.gkIsWrapper-uniel figcaption > div{float:left;margin:0;width:70%;}
.gkIsWrapper-uniel figure.active{z-index:3;}
.gkIsWrapper-uniel img{display:block;height:auto;position:relative;width:100%;}
.gkIsWrapper-uniel 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-uniel figure.active figcaption{z-index:101;}
.gkIsWrapper-uniel 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-uniel 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-uniel .active figcaption h2{opacity:1;top:0;}
.gkIsWrapper-uniel .active figcaption p{opacity:1;top:0;}
.gkIsWrapper-uniel figcaption p,
.gkIsWrapper-uniel figcaption a{color:#fff;}
.gkIsWrapper-uniel .gkProgress{background:transparent;border:1px solid #fa7252;display:block;height:5px;margin:15px 0 0 0;overflow:hidden;width:25%;}
.gkIsWrapper-uniel .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-uniel .active .gkProgressBar{margin-left:0;}
.gkIsWrapper-uniel .gkIsSlide{background-position:center top;background-repeat:no-repeat;margin:0 auto;width:100%;}
.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%;}
.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%;}
.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);}
.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;}
.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;}
.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;}
.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:uniel-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%;}
.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:uniel-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;}
.gkInformation > div > .element-invisible{width:auto;float:none;}
.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;}
.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:"uniel-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%;}
.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;}
#sbox-window{background:#000;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
#sbox-window iframe{background:#000;}
.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;}
.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;}
.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;}
.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;}
.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;}
.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;}
.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;}
.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%;}
.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;}
.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;}
.joms-list--message__remove > a{border:none!important;}
.trumbowyg-button-pane button{padding:0!important;}
#criteriaContainer span[id^="removelink"] a{border:none;}
.joms-list--inline{clear:both;}
.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(/templates/uniel/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;}
.box .joms-avatar img,
.box .joms-avatar--stream img{border:none;padding:0;}
.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;}
.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%;}
#cModule-ActivityStream .joms-comment__reply{width:auto;}
#cModule-ActivityStream .joms-comment__reply{border:none!important;padding:0!important;}
.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;}
.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;}
}
.joms-checkbox{clear:both;}
.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;}
.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{}
.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;}
#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{}
.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;}
}
.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;}
}
.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"]{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;}
.cVideos .joms-comment,
.cVideos .joms-stream__status,
.cVideos .joms-stream__header.no-avatar,
.cVideos .joms-stream__actions,
.cVideos .joms-comment__reply{margin-left:0;}
@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;}
}
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 [class^="gk-icon-"],
.box.icons-menu li a:focus [class^="gk-icon-"],
.box.icons-menu li a:hover [class^="gk-icon-"],
.box.icons-menu li a:active [class*=" gk-icon-"],
.box.icons-menu li a:focus [class*=" gk-icon-"],
.box.icons-menu li a:hover [class*=" gk-icon-"]{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;}
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}
.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-uniel .gkProgress{border:1px solid #fa7252;}
.gkIsWrapper-uniel .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;}
.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li > a:hover{color:#3c94da!important;}
.gkMenu ul > li.active > a{color:#3c94da !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:#3c94da;}
.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}
.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;}
}
.innerpgbar{background:#fa7252;}
.joms-popup--privacy a:hover{background-color:#fa7252;}
.joms-textarea__attachment button{color:#fa7252!important;}
.jawcag-wrap ul li a:link .icon{padding-right:0;}
body.fs-3,
body.fs-3 button,
body.fs-3 input,
body.fs-3 select,
body.fs-3 textarea,
body.fs-3 #gkMainMenu,
body.fs-3 .gkMenu > ul > li > a,
body.fs-3 #gkMenuOverlayContent,
body.fs-3 .genericView article header h2,
body.fs-3 dl#tabs dt.tabs span h3,
body.fs-3 dl.tabs dt.tabs span h3,
body.fs-3 .box.transparent,
body.fs-3 .gkContent p,
body.fs-3 .box .header,
body.fs-3 .gkNspPM-JomSocialPhotos figcaption small{font-size:18px !important;}
body.fs-3 .gkMenu > ul li div.childcontent li,
body.fs-3 .gkMenu > ul li div.childcontent .header,
body.fs-3 .gkNspPM-EventsList > div > div > span,
body.fs-3 .gkInformation > div > strong,
body.fs-3 .nspLinks ul li h4,
body.fs-3 .darkbar ul li p,
body.fs-3 .gkTweet > div > .gkTweetInfo,
body.fs-3 #gkBottom5 .box,
body.fs-3 .menu li,
body.fs-3 #gkFooter{font-size:16px !important;}
body.fs-3 .gkContent a,
body.fs-3 .box.icons-menu .last-item a,
body.fs-3 .readon,
body.fs-3 .readon-button{font-size:17px !important;}
body.fs-3 .gkNspPM-EventsList h3{font-size:19px !important;}
body.fs-3 .box.transparent h3,
body.fs-3 .darkbar .nspHeader{font-size:20px !important;}
body.fs-3 .box.mediumtitle .header{font-size:32px !important;}
body.fs-3 .gkBottomTitle{font-size:34px !important;}
body.fs-3 .box.parallax .header{font-size:50px !important;}
body.fs-2,
body.fs-2 button,
body.fs-2 input,
body.fs-2 select,
body.fs-2 textarea,
body.fs-2 #gkMainMenu,
body.fs-2 .gkMenu > ul > li > a,
body.fs-2 #gkMenuOverlayContent,
body.fs-2 .genericView article header h2,
body.fs-2 dl#tabs dt.tabs span h3,
body.fs-2 dl.tabs dt.tabs span h3,
body.fs-2 .box.transparent,
body.fs-2 .gkContent p,
body.fs-2 .box .header,
body.fs-2 .gkNspPM-JomSocialPhotos figcaption small{font-size:16px !important;}
body.fs-2 .gkMenu > ul li div.childcontent li,
body.fs-2 .gkMenu > ul li div.childcontent .header,
body.fs-2 .gkNspPM-EventsList > div > div > span,
body.fs-2 .gkInformation > div > strong,
body.fs-2 .nspLinks ul li h4,
body.fs-2 .darkbar ul li p,
body.fs-2 .gkTweet > div > .gkTweetInfo,
body.fs-2 #gkBottom5 .box,
body.fs-2 .menu li,
body.fs-2 #gkFooter{font-size:14px !important;}
body.fs-2 .gkContent a,
body.fs-2 .box.icons-menu .last-item a,
body.fs-2 .readon,
body.fs-2 .readon-button{font-size:15px !important;}
body.fs-2 .gkNspPM-EventsList h3{font-size:17px !important;}
body.fs-2 .box.transparent h3,
body.fs-2 .darkbar .nspHeader{font-size:18px !important;}
body.fs-2 .box.mediumtitle .header{font-size:28px !important;}
body.fs-2 .gkBottomTitle{font-size:30px !important;}
body.fs-2 .box.parallax .header{font-size:44px !important;}
body.fs-1,
body.fs-1 button,
body.fs-1 input,
body.fs-1 select,
body.fs-1 textarea,
body.fs-1 #gkMainMenu,
body.fs-1 .gkMenu > ul > li > a,
body.fs-1 #gkMenuOverlayContent,
body.fs-1 .genericView article header h2,
body.fs-1 dl#tabs dt.tabs span h3,
body.fs-1 dl.tabs dt.tabs span h3,
body.fs-1 .box.transparent,
body.fs-1 .gkContent p,
body.fs-1 .box .header,
body.fs-1 .gkNspPM-JomSocialPhotos figcaption small{font-size:15px !important;}
body.fs-1 .gkMenu > ul li div.childcontent li,
body.fs-1 .gkMenu > ul li div.childcontent .header,
body.fs-1 .gkNspPM-EventsList > div > div > span,
body.fs-1 .gkInformation > div > strong,
body.fs-1 .nspLinks ul li h4,
body.fs-1 .darkbar ul li p,
body.fs-1 .gkTweet > div > .gkTweetInfo,
body.fs-1 #gkBottom5 .box,
body.fs-1 .menu li,
body.fs-1 #gkFooter{font-size:13px !important;}
body.fs-1 .gkContent a,
body.fs-1 .box.icons-menu .last-item a,
body.fs-1 .readon,
body.fs-1 .readon-button{font-size:14px !important;}
body.fs-1 .gkNspPM-EventsList h3{font-size:16px !important;}
body.fs-1 .box.transparent h3,
body.fs-1 .darkbar .nspHeader{font-size:17px !important;}
body.fs-1 .box.mediumtitle .header{font-size:26px !important;}
body.fs-1 .gkBottomTitle{font-size:28px !important;}
body.fs-1 .box.parallax .header{font-size:40px !important;}
body.high-contrast #gkContent,
body.high-contrast #gkPageContent{color:#000;}
body.high-contrast,
body.high-contrast.frontpage,
body.high-contrast.frontpage .gkTweet,
body.high-contrast.frontpage #gkContent,
body.high-contrast.frontpage #gkPageContent{color:#fff;background:#000;}
body.high-contrast a,
body.high-contrast #gkMainbody header h1 a:active,
body.high-contrast #gkMainbody header h1 a:focus,
body.high-contrast #gkMainbody header h1 a:hover,
body.high-contrast #gkMainbody header h2 a:active,
body.high-contrast #gkMainbody header h2 a:focus,
body.high-contrast #gkMainbody header h2 a:hover,
body.high-contrast #k2Container article header h2 a:active,
body.high-contrast #k2Container article header h2 a:focus,
body.high-contrast #k2Container article header h2 a:hover,
body.high-contrast #community-wrap .joms-stream-box article>a,
body.high-contrast .faq li a:hover,
body.high-contrast #login-form ul li a:hover{color:#CF2C07;}
body.high-contrast .readon{color:#CF2C07;}
body.high-contrast .breadcrumbs li a:hover{color:#CF2C07;}
body.high-contrast #gkFooter a:active,
body.high-contrast #gkFooter a:focus,
body.high-contrast #gkFooter a:hover{color:#CF2C07;}
body.high-contrast .box.transparent a:active,
body.high-contrast .box.transparent a:focus,
body.high-contrast .box.transparent a:hover{color:#CF2C07;}
body.high-contrast .box.transparent ul + a,
body.high-contrast .gkNspPM-JomSocialPhotos figcaption a{color:#fff;}
body.high-contrast .box.dark a:active,
body.high-contrast .box.dark a:focus,
body.high-contrast .box.dark a:hover{color:#CF2C07!important;}
body.high-contrast .box.color1,
body.high-contrast .box.color2{background:#0779CA;}
body.high-contrast .box.color2{background:#CF2C07;}
body.high-contrast .box.newsletter .header{color:#000;}
body.high-contrast .menu li a:hover,
body.high-contrast .icons-menu li a:hover{color:#CF2C07 !important;}
body.high-contrast .box.icons-menu li a:active [class^="gk-icon-"],
body.high-contrast .box.icons-menu li a:focus [class^="gk-icon-"],
body.high-contrast .box.icons-menu li a:hover [class^="gk-icon-"],
body.high-contrast .box.icons-menu li a:active [class*=" gk-icon-"],
body.high-contrast .box.icons-menu li a:focus [class*=" gk-icon-"],
body.high-contrast .box.icons-menu li a:hover [class*=" gk-icon-"]{color:#CF2C07;}
body.high-contrast .box.icons-menu li a,
body.high-contrast .box.icons-menu li a [class*=" gk-icon-"],
body.high-contrast .box.icons-menu li a [class^="gk-icon-"]{color:#fff;}
body.high-contrast #gkBottom5 .box a:active,
body.high-contrast #gkBottom5 .box a:focus,
body.high-contrast #gkBottom5 .box a:hover{color:#CF2C07;}
body.high-contrast #gkPopupLogin #login-form + a:hover{background:#CF2C07;}
body.high-contrast button,
body.high-contrast .button,
body.high-contrast input.button,
body.high-contrast span.button,
body.high-contrast button.button,
body.high-contrast div.button,
body.high-contrast input[type="submit"],
body.high-contrast input[type="button"],
body.high-contrast .pagenav-prev a,
body.high-contrast .pagenav-next a,
body.high-contrast #gkMainbody .itemReadMore,
body.high-contrast #gkMainbody .readmore > a,
body.high-contrast .button.invert:active,
body.high-contrast .button.invert:focus,
body.high-contrast .button.invert:hover,
body.high-contrast .gkShowCart a,
body.high-contrast #cWindow a.plupload_button{background:#CF2C07;border:1px solid #CF2C07;}
body.high-contrast section.categories-list ul ul li{border-left:3px solid #CF2C07;}
body.high-contrast section.category .children h3,
body.high-contrast section.blog .children h3{color:#CF2C07;}
body.high-contrast th{border-bottom:3px solid #CF2C07;}
body.high-contrast tbody tr td a:hover, section.category .children li a:hover{color:#CF2C07}
body.high-contrast article header.itemHasImage h1 a:active,
body.high-contrast article header.itemHasImage h1 a:focus,
body.high-contrast article header.itemHasImage h1 a:hover{color:#CF2C07!important;}
body.high-contrast article header li a:hover{color:#CF2C07}
body.high-contrast .tip-title{background:#CF2C07;}
body.high-contrast #system-message dd.error{background:#fb7252;}
body.high-contrast #system-message dd.notice{background:#0779CA;}
body.high-contrast div.bannerfooter{color:#CF2C07;}
body.high-contrast dl#tabs dt.tabs span h3 a:hover,
body.high-contrast dl.tabs dt.tabs span h3 a:hover{color:#CF2C07}
body.high-contrast .autocompleter-queried{color:#CF2C07!important}
body.high-contrast .faq-title{color:#CF2C07}
body.high-contrast .breadcrumbs li.separator{color:#000;}
body.high-contrast .nspPagination li:hover,
body.high-contrast .nspPagination li.active{background-color:#CF2C07;}
body.high-contrast .nspNext:hover:after,
body.high-contrast .nspPrev:hover:after{color:#CF2C07;}
body.high-contrast .nspArt .nspHeader a:hover,
body.high-contrast .nspLinks ul li h4 a:hover{color:#CF2C07 !important;}
body.high-contrast .box.dark a.readon:active,
body.high-contrast .box.dark a.readon:focus,
body.high-contrast .box.dark a.readon:hover{color:#CF2C07!important;}
body.high-contrast .box.dark .nspPagination li.active{background:#CF2C07;}
body.high-contrast .darkbar .nspHeader a:active,
body.high-contrast .darkbar .nspHeader a:focus,
body.high-contrast .darkbar .nspHeader a:hover,
body.high-contrast .darkbar li h4 a:active,
body.high-contrast .darkbar li h4 a:focus,
body.high-contrast .darkbar li h4 a:hover{color:#CF2C07 !important;}
body.high-contrast .gkNspPM-EventsList a:active,
body.high-contrast .gkNspPM-EventsList a:focus,
body.high-contrast .gkNspPM-EventsList a:hover{color:#CF2C07;}
body.high-contrast .gkNspPM-EventsList .gkEventsListProgress > div{background:#CF2C07;}
body.high-contrast .gkTabsWrap ol li.active,
body.high-contrast .gkTabsWrap ol li.active:hover{border-top:4px solid #CF2C07;}
body.high-contrast .gkIsWrapper-uniel .gkProgress{border:1px solid #CF2C07;}
body.high-contrast .gkIsWrapper-uniel .gkProgressBar{background:#CF2C07;}
body.high-contrast .gk-features li.highlighted strong{background:#CF2C07;border:1px solid #CF2C07;}
body.high-contrast .gkMenu .nspArt .readon{color:#CF2C07!important;}
body.high-contrast .gkTweet p > a:active,
body.high-contrast .gkTweet p > a:focus,
body.high-contrast .gkTweet p > a:hover{color:#CF2C07;}
body.high-contrast .gkTweet > div > .gkTweetInfo:before{color:#CF2C07;}
body.high-contrast .gkInformation > div > input[type="submit"]{background:#CF2C07;}
body.high-contrast .gkInformation > div > input[type="submit"]:active,
body.high-contrast .gkInformation > div > input[type="submit"]:focus,
body.high-contrast .gkInformation > div > input[type="submit"]:hover{background:#CF2C07;}
body.high-contrast .gkEvent .gkEventPeriod:before,
body.high-contrast .gkEvent .gkEventHours:before{color:#CF2C07;}
body.high-contrast .gkEvent .gkEventRegister{background:#CF2C07;}
body.high-contrast .gkEvent .gkEventRegister:hover{background:#CF2C07;}
body.high-contrast .gkEventCounter > div{background:#CF2C07;}
body.high-contrast #itemListLinks .gkEvent .gkEventRegister a{color:#fff;}
body.high-contrast .gkIsWrapper-uniel figcaption p,
body.high-contrast .gkIsWrapper-uniel figcaption a{color:#fff;}
body.high-contrast .gkTweet > div > .gkTweetInfo{color:#fff;}
body.high-contrast .nspArt p.nspInfo,
body.high-contrast .nspArt p.nspText{color:#757575;}
body.high-contrast .gkMenu > ul > li > a:active,
body.high-contrast .gkMenu > ul > li > a:focus,
body.high-contrast .gkMenu > ul > li > a:hover{color:#CF2C07;}
body.high-contrast .gkMenu ul > li.active > a{color:#CF2C07 !important;}
body.high-contrast .gkMenu > ul li div.childcontent a:hover{color:#CF2C07!important;}
body.high-contrast #gkHeaderNav li.gkLogin{border:1px solid rgba(250, 114, 82, 0.5);}
body.high-contrast #gkHeaderNav li.gkLogin:hover{border-color:#CF2C07;}
body.high-contrast #close-menu{color:#CF2C07;}
body.high-contrast #aside-menu li a.active,
body.high-contrast #aside-menu li a:active,
body.high-contrast #aside-menu li a:focus,
body.high-contrast #aside-menu li a:hover{color:#CF2C07;}
body.high-contrast .k2FeedIcon a:before,
body.high-contrast a.k2FeedIcon:before{color:#CF2C07;}
body.high-contrast .itemComments .icon-comments{background:#CF2C07;}
body.high-contrast .itemAuthorData a:hover,
body.high-contrast ul.itemTags li a:hover,
body.high-contrast .itemAuthorContent ul li a:hover{color:#CF2C07}
body.high-contrast .k2AuthorsListBlock ul li a.abAuthorLatestItem:hover{color:#CF2C07;}
body.high-contrast .k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover{background:#CF2C07;}
body.high-contrast .k2CalendarBlock table.calendar tr td.calendarToday{background:#CF2C07;}
body.high-contrast table.calendar tr td.calendarTodayLinked a{color:#CF2C07;}
body.high-contrast .k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover{background:#CF2C07;}
body.high-contrast .calendarNavLink{color:#CF2C07;}
body.high-contrast .k2TagCloudBlock a:hover{color:#CF2C07}
body.high-contrast .catCounter,
body.high-contrast article header li,
body.high-contrast .itemLinks,
body.high-contrast .itemComments .itemCommentsList li span,
body.high-contrast .itemCommentsForm .itemCommentsFormNotes,
body.high-contrast .k2LatestCommentsBlock div p a,
body.high-contrast .pagination ul li{color:#757575;}
body.high-contrast .itemComments .itemCommentsList li.odd span{color:#000;}
body.high-contrast .joms-button--primary,
body.high-contrast .joms-button--add,
body.high-contrast .joms-button--login,
body.high-contrast .joms-button__reject,
body.high-contrast .joms-postbox-tab .joms-postbox-save,
body.high-contrast .joms-postbox-tab .joms-postbox-done,
body.high-contrast .joms-focus__button--add,
body.high-contrast .joms-button__next,
body.high-contrast .joms-button--secondary,
body.high-contrast .joms-button--signup,
body.high-contrast .joms-focus__button--message,
body.high-contrast .joms-button--neutral,
body.high-contrast .joms-button--more,
body.high-contrast .joms-button--comment,
body.high-contrast .joms-button__approve,
body.high-contrast .joms-postbox-tab .joms-postbox-cancel,
body.high-contrast .joms-focus__button--options,
body.high-contrast .joms-button--important{background:#CF2C07!important;}
body.high-contrast .joms-tab__bar > a.active{border-bottom:1px solid #CF2C07;color:#CF2C07;}
body.high-contrast .joms-popup__ddcontent a:hover{background:#CF2C07;}
body.high-contrast .joms-subnav--desktop > ul > li > a{color:#CF2C07;}
body.high-contrast .joms-focus__actions--desktop > a,
body.high-contrast .joms-focus__actions--reposition input[type="button"]{background:#CF2C07!important;}
body.high-contrast .joms-focus__actions--desktop > a:active,
body.high-contrast .joms-focus__actions--desktop > a:focus,
body.high-contrast .joms-focus__actions--desktop > a:hover,
body.high-contrast .joms-focus__actions--reposition input[type="button"]:active,
body.high-contrast .joms-focus__actions--reposition input[type="button"]:focus,
body.high-contrast .joms-focus__actions--reposition input[type="button"]:hover{color:#CF2C07!important;}
body.high-contrast .joms-focus__link a.liked{color:#CF2C07!important;}
body.high-contrast .joms-focus__link a.liked svg{fill:#CF2C07!important;}
body.high-contrast .picker--focused .picker__day--highlighted,
body.high-contrast .picker__day--highlighted:hover{background:#CF2C07}
body.high-contrast .picker__button--today:before{border-top-color:#CF2C07!important;}
body.high-contrast .picker__day--today:before{border-top-color:#CF2C07!important;}
body.high-contrast .joms-progressbar__progress{background:#CF2C07;}
body.high-contrast .joms-toolbar--desktop > ul > li:hover,
body.high-contrast .joms-toolbar--desktop > ul > li.active{background:#CF2C07;}
body.high-contrast .joms-postbox-photo-progressbar .joms-postbox-photo-progress{background:#CF2C07!important;}
body.high-contrast .joms-landing__action .joms-form > a:active,
body.high-contrast .joms-landing__action .joms-form > a:focus,
body.high-contrast .joms-landing__action .joms-form > a:hover{color:#CF2C07;}
body.high-contrast .joms-button--link{color:#CF2C07!important;}
body.high-contrast .joms-menu a:hover,
body.high-contrast .joms-menu--user a:hover{background:#CF2C07;}
@media (max-width:991px){body.high-contrast .joms-sidebar .joms-tab__bar > a.active{border-bottom-color:#CF2C07;color:#CF2C07;}
}
body.high-contrast .innerpgbar{background:#CF2C07;}
body.high-contrast .joms-popup--privacy a:hover{background-color:#CF2C07;}
body.high-contrast .joms-textarea__attachment button{color:#CF2C07 !important;}
body.high-contrast #gkHeaderNav{background:#000;max-width:1720px;margin:0 auto;left:50%;transform:translateX(-50%);padding:40px 20px;}
body.high-contrast .gkIsWrapper-uniel figcaption > div{background:rgba(14, 22, 35, .89);padding:40px;}
body.high-contrast .gkNspPM-EventsList > div > div > span,
body.high-contrast .box,
body.high-contrast .gkMenu > ul li div.childcontent a{color:#757575;}
body.high-contrast .box.transparent{color:#fff;}
body.high-contrast .box.gk-video{background-color:#000;}
body.high-contrast .box.gk-video .gkVideoBlock{color:#fff;background:none;}
body.high-contrast .box.icons-menu .last-item a,
body.high-contrast .gkContent a,
body.high-contrast .gkTweet > div > .gkTweetInfo::before,
body.high-contrast #sbox-btn-close{color:#fff;}
body.high-contrast .box.icons-menu .last-item a:active,
body.high-contrast .box.icons-menu .last-item a:focus,
body.high-contrast .box.icons-menu .last-item a:hover{color:#CF2C07 !important;}
body.high-contrast .box.parallax{background:#545454;}
body.high-contrast #gkFooter a,
body.high-contrast #gkFooter{color:#fff;}
body.high-contrast #gkFooter #gkColor1,
body.high-contrast #gkFooter #gkColor2,
body.high-contrast #gkFooter #gkColor3{color:#111;}
body.high-contrast .box.color1,
body.high-contrast .box.color2{background:#0779CA;}
body.high-contrast .box.parallax .readon{color:#FBBFB1;}
body.high-contrast #aside-menu li a.active,
body.high-contrast #aside-menu li a:active,
body.high-contrast #aside-menu li a:focus,
body.high-contrast #aside-menu li a:hover,
body.high-contrast #aside-menu li a,
body.high-contrast .gkMenu ul > li.active > a,
body.high-contrast #gkLogo.cssLogo{background-color:#000 !important;color:#fff !important;}
body.high-contrast button,
body.high-contrast .button,
body.high-contrast input.button,
body.high-contrast span.button,
body.high-contrast button.button,
body.high-contrast div.button,
body.high-contrast input[type="submit"],
body.high-contrast input[type="button"],
body.high-contrast .pagenav-prev a,
body.high-contrast .pagenav-next a,
body.high-contrast #gkMainbody .itemReadMore,
body.high-contrast #gkMainbody .readmore > a,
body.high-contrast .button.invert:active,
body.high-contrast .button.invert:focus,
body.high-contrast .button.invert:hover,
body.high-contrast .gkShowCart a,
body.high-contrast #cWindow a.plupload_button{background-color:#CF2C07;}
body.high-contrast select,
body.high-contrast textarea,
body.high-contrast input[type="text"],
body.high-contrast input[type="password"],
body.high-contrast input[type="url"],
body.high-contrast input[type="email"],
body.high-contrast input[type="search"]{color:#757575;}
body.high-contrast #close-menu{background:#000;}
body.high-contrast.frontpage .gkTweet > div p,
body.high-contrast.frontpage .gkTweet p > a,
body.high-contrast.frontpage .box .header,
body.high-contrast.frontpage .box,
body.high-contrast #gkBottom5 .box .header{color:#fff;}
body.high-contrast #gkBottom5 .box a{color:#fff;}
body.high-contrast .gkTweetName a{color:#fff;text-shadow:none;}
body.high-contrast #gkPageContent + #gkBottom1::before,
body.high-contrast #gkPageContent + #gkBottom2::before,
body.high-contrast #gkPageContent + #gkBottom3::before,
body.high-contrast #gkPageContent + #gkBottom4::before,
body.high-contrast #gkPageContent + #gkBottom5::before{border-top:1px solid #000;}
body.high-contrast.frontpage .box.newsletter .header{color:#000;}
body.high-contrast p.gkWarning1,
body.high-contrast .typoDesc .bubble-2{background-color:#CF2C07;}
body.high-contrast .typoDesc small,
body.high-contrast p.num-1 span{color:#757575;}
body.high-contrast .typoDesc .bubble-1 small{color:#111;}
body.high-contrast .typoDesc .bubble-2 small{color:#fff;}
body.high-contrast .bubble-2::after{border-color:#CF2C07;border-left:22px solid transparent;}
body.high-contrast p.num-3 span{border-color:#CF2C07;color:#CF2C07;}
body.high-contrast .bubble-2 cite{color:#CF2C07;background-color:#fff;}
body.wide-layout .gkPage,
body.wide-layout .gkPage #gkPageContent + #gkBottom1::before,
body.wide-layout .gkPage #gkPageContent + #gkBottom2::before,
body.wide-layout .gkPage #gkPageContent + #gkBottom3::before,
body.wide-layout .gkPage #gkPageContent + #gkBottom4::before,
body.wide-layout .gkPage #gkPageContent + #gkBottom5::before{max-width:100%;padding:0 110px;}
body.yellow-color a:link,
body.yellow-color a:link:hover,
body.yellow-color a:link:focus,
body.yellow-color a:link:active,
body.yellow-color .gkIsWrapper-uniel figcaption a,
body.yellow-color .gkIsWrapper-uniel figcaption a:hover,
body.yellow-color .gkIsWrapper-uniel figcaption a:focus,
body.yellow-color .gkIsWrapper-uniel figcaption a:active,
body.yellow-color .gkIsWrapper-uniel figcaption a p,
body.yellow-color .gkIsWrapper-uniel figcaption a:hover p,
body.yellow-color .gkIsWrapper-uniel figcaption a:focus p,
body.yellow-color .gkIsWrapper-uniel figcaption a:active p,
body.yellow-color #gkFooter a,
body.yellow-color #gkFooter a:hover,
body.yellow-color #gkFooter a:focus,
body.yellow-color #gkFooter a:active,
body.yellow-color .box.gk-video .gkVideoBlock,
body.yellow-color .box.transparent a,
body.yellow-color .box.icons-menu li a,
body.yellow-color .darkbar .nspHeader a,
body.yellow-color .darkbar li h4 a,
body.yellow-color .box.parallax .readon,
body.yellow-color .box.color1 a,
body.yellow-color .box.color1 a:hover,
body.yellow-color .box.color2 a,
body.yellow-color .box.color2 a:hover,
body.yellow-color #gkBottom5 .box a,
body.yellow-color #gkBottom5 .box a:hover,
body.yellow-color .gkMenu > ul > li > a,
body.yellow-color #aside-menu li a.active,
body.yellow-color #aside-menu li a:active,
body.yellow-color #aside-menu li a:focus,
body.yellow-color #aside-menu li a:hover,
body.yellow-color #aside-menu li a,
body.yellow-color .gkMenu ul > li.active > a,
body.yellow-color #gkLogo.cssLogo{background-color:#ff0 !important;color:#000 !important;}
body.yellow-color .gk-social-icons li a:hover::before{color:#000 !important;}
body.yellow-color .jawcag-wrap ul li a:link{background-color:rgba(255,255,255,0.1) !important;}
body.yellow-color.high-contrast .pre-high-contrast a:link,
body.yellow-color.grayscale-constrast .pre-grayscale-constrast a:link,
body.yellow-color.yellow-color .pre-yellow-color a:link,
body.yellow-color.underline-link .pre-underline-link a:link,
body.yellow-color.default-link .pre-default-link a:link{background-color:#2196f3 !important;}
body.yellow-color .box.gk-video .gkVideoBlock::before{border-color:#000;color:#000;}
body.yellow-color .box.icons-menu li a [class*=" gk-icon-"],
body.yellow-color .box.icons-menu li a [class^="gk-icon-"]{color:#000 !important;}
