/*
#------------------------------------------------------------------------
# FlasShqip - May Joomla! template (for Joomla 2.5)
#
# License: Copyrighted Commercial Software
# Website: https://flasshqip.ca
# Support: support@flasshqip.ca 
*/

/* Basic elements */
@font-face{font-family:'MuseoSans 100';src:url('../fonts/museo-sans/MuseoSans-100.otf') format('opentype');}
@font-face{font-family:'MuseoSans 300';src:url('../fonts/museo-sans/MuseoSans-300.otf') format('opentype');}
@font-face{font-family:'MuseoSans 500';src:url('../fonts/museo-sans/MuseoSans-500.ttf') format('truetype');}
@font-face{font-family:'MuseoSans 700';src:url('../fonts/museo-sans/MuseoSans-700.otf') format('opentype');}
@font-face{font-family:'MuseoSans 900';src:url('../fonts/museo-sans/MuseoSans-900.otf') format('opentype');}

*, 
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
html { -webkit-font-smoothing: subpixel-antialiased;     font-family: 'MuseoSans 300';}
body {
	background: #fff no-repeat center top;
	color: #111111;
	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('../images/guest_bg.jpg');*/
}
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: #d32027;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a,
#gkSidebar .box a:hover,
.faq li a,
#login-form ul li a { color: #010101; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1B1D1F;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
h1 {
	font-size: 40px;
	text-transform: none
	
}
h2,
.componentheading {
	font-size: 36px;
	text-transform: none
	
}
h3 { font-size: 30px; }
h4 { font-size: 14px; font-weight: 700; margin: 32px 0 0;text-transform: none }
h5 { font-size: 13px; }
h6 { font-size: 12px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 1.7; }
p { margin: 1em 0; }
iframe { max-width: 100%!important; }
/* Containers */

.gkPage {
	margin: 0 auto!important;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
#gkHeader {
	margin: 0;
	padding: 0;
	position: relative;
}
#gkHeader.gkPage {
	padding: 180px 0 0 0;
}
#gkHeaderNav > div {
	position: relative;
}
#gkHeaderNav {
	padding: 20px 0 0 0;
	position: absolute;
	top: 0;
	-webkit-transition: top .5s ease-out;
	-moz-transition: top .5s ease-out;
	-ms-transition: top .5s ease-out;
	-o-transition: top .5s ease-out;
	transition: top .5s ease-out;
	width: 100%;
	z-index: 10000;
}
#gkHeaderModules {
	/*bottom: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;*/
    position: relative;
    width: 100%;
    z-index: 100;
    padding-top: 210px;
}
#gkHeaderLeft,
#gkHeaderRight {
	bottom: 0;
	position: absolute;
}
#gkHeaderLeft .box,
#gkHeaderRight .box {
	margin: 0;
}
#gkHeaderRight {
	right: 0;
    overflow: hidden;
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    float: left;
}
#gkHeaderLeft {
	/*background: #fff;
	left: 0;
	overflow: hidden;
	padding: 25px 15px;
	position: relative;*/
	overflow: hidden;
    padding: 0;
    position: relative;
    display: block;
    float: left;
}
#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: 0;
}
.jomsocial-guest #gkPageContent {
	margin-top: 400px!important;
	position: relative;
}
/*top menu*/
.Topmenu {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    border-bottom: 2px solid #010101;
}
#gkLang {
      width: 50%;
    position: absolute;
    right: -10px;
    height: 100%;
}
.menutop-menu li {
    float:left; 
    display:block;
    width:auto;
    padding:0!important;
    font-size: 13px;
	text-transform:uppercase;
	border-bottom:none!important;
    font-weight: 500;
	    font-family: 'MuseoSans 500';
		height: 95px;
    line-height: 95px!important;
}

.menutop-menu li a{padding:0 10px;color:#231f20;}
.menutop-menu li a:hover,
.menutop-menu li:hover a,
.menutop-menu li.active  a{color: #d32027;}
.menutop-menu li.item-158 a{border-left:1px solid #e5e5e5}

.shkrime-top-menu .nspArts{padding:0;}
.shkrime-top-menu .nspArt p.nspInfo {font-size:12px;padding:0 0 5px;text-transform:uppercase;color: #d32027;}
.shkrime-top-menu .nspArt p.nspInfo img {display:none;}
.shkrime-top-menu .nspArt h4.nspHeader {padding:0; font-size:16px;    font-family: 'MuseoSans 700';
    font-weight: 700;
    line-height:1;}

/* Logo  */

#gkLogo {
	float: left;
    margin: 0;
    padding: 0 0 20px;
    text-indent: -999em;
    text-shadow: none;
    width: 50%;
    display: block;
    }
#gkLogo img {
    display: block;
    margin: 0;
    max-width: 100%;
}
#gkLogo.cssLogo {
	background: url('../images/logo.png') no-repeat center center;
	/* You can specify there logo size and background */
	height: 75px;
	width: 274px;
}
.svg #gkLogo.cssLogo {
	background-image: url('../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;
}

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

/* Group modules */

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

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

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

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

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

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

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

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

/* Page title */

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

/* standard breadcrumb */
#gkBreadcrumb {
	 border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    margin: 0 0 60px;
    padding: 12px 0;
    overflow: hidden;
}
.breadcrumbs {
	float: left;
	color: #1B1D1F;
}
.breadcrumbs li.separator {
	
	width: 22px;
	text-align: center;
	padding: 0 6px!important;
	color: #ccc;
}

.breadcrumbs > li {
	clear: none;
	float: left;
	
	
	
}
.breadcrumbs li a { color: #888; }
.breadcrumbs li a:hover { color: #d32027; }
#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('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */
#gkFooter {
	color: #444;
	font-size: 12px;
	line-height: 2;
	padding: 0;
	text-align: center;
}
#gkFooter .gkPage {
	border-top: 1px solid #000;
}
#gkFooter strong {
	color: #000;
}
#gkFooterNav {
	margin: 45px auto 15px auto;
}
#gkFooterNav li {
	border: none;
    display: block;
    float: none;
    line-height: 1.5;
    margin: 0!important;
    padding: 3px 0!important;
}
/*#gkFooterNav li:before {
	content: "|";
	left: -8px;
	position: relative;
}*/
#gkFooterNav li:first-child:before {
	display: none;
}
#gkFooter a { 
	color: #1B1D1F; 
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { 
	color: #d32027;
}
#gkCopyrights {
	margin: 0 auto 20px;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
	color: #111;
}

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

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

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

.frontpage #gkMainbody {
	margin: 0;
}

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

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

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

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

/* transparent suffix */
.box.transparent {
	background: rgba(14, 22, 35, .89);
	color: #97a3b8;
	font-size: 13px;
	padding: 20px 45px;
}
.box.transparent a {
	color: #fff;
}
.box.transparent a:active,
.box.transparent a:focus,
.box.transparent a:hover {
	color: #d32027;
}
.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: #d32027;
	display: block;
	font-size: 13px;
	padding-top: 20px;
	text-align: left;
}
.box.transparent ul + a:active,
.box.transparent ul + a:focus,
.box.transparent ul + a:hover {
	color: #fff;
}
 
/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
	color: #bbb!important;
	font-size: 12px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: none;
}
/* suffix light */
.box.light {
	background: #f6f6f6;
	border: none;
	padding: 42px!important;
}
/* suffix _text */
.box_text > div { background: #fff; }

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span#fb-auth small {
	width: 20px;
	background: transparent url('../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; }

/**/
.nspArt p.nspText {color: #111!important;}


.main-news-slider .gkNspPM-NewNewsSlider .gkListWrapper,
.moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkListWrapper{
    margin:0 auto;
}
.moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkListWrapper .gkItem{
display: block;
position: relative;}
.main-news-slider .gkNspPM-NewNewsSlider .gkItemWrap,
.moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkItemWrap {
 margin-right: 0;
}
.main-news-slider .gkNspPM-NewNewsSlider .gkImageWrapper,
.moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkImageWrapper {    margin: 0 auto;}

.main-news-slider .gkNspPM-NewNewsSlider .gkTitle,
.moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkTitle {
    font-size: 26px;
    line-height: 1.2;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    height: auto;
    font-family: 'MuseoSans 500';
    font-weight: 500;
    background-color: rgba(0,0,0,0.8);
}
.main-news-slider .gkNspPM-NewNewsSlider .gkTitle a, .moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkTitle a {color:#ffffff;}
.main-news-slider .gkNspPM-NewNewsSlider .gkTitle:hover a, .moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkTitle:hover a,
.main-news-slider .gkNspPM-NewNewsSlider .gkTitle a:hover, .moduletablemain-komunitet-slider .gkNspPM-NewNewsSlider .gkTitle  a:hover  {color:#d32027;}
.njoftime-main h3.header,
.kanada-news-front h3.header,
.komunitet-news-main h3.header,
.kulture-news-front h3.header.gkPage span,
.biznes-news-front h3.header.gkPage span,
.femijet-news-front h3.header.gkPage span,
.-front #gkBottom3 h3.header.gkPage span{
	font-family: 'MuseoSans 700';
    text-transform: none;
    font-size: 28px!important;
    padding: 0!important;
    margin-bottom: 30px;
}
.femijet-news-front h3.header.gkPage {   padding-bottom: 0!important;}
.femijet-news-front h3.header.gkPage{
    margin-bottom:30px!important;
}
.femijet-news-front .gkNspPM-PortfolioGrid {
    margin: 0;
}
.njoftime-main .nspArts{padding:0;}
.njoftime-main .nspArts .nspArt .fleft {
    float: left;
    width: 40%;
	padding: 0;
    line-height: 1.8;
	line-height: 1.5;
    margin: 0;
    font-size: 14px;
}
.njoftime-main .nspArts p.nspInfo.nspInfo1.tleft.fleft {font-size:13px;}
.njoftime-main .nspArts .nspArt h4.nspHeader,
.njoftime-main .nspArt p.nspText  {width: 57%!important;}
.njoftime-main p.nspInfo.nspInfo2.tleft.fleft {
    float: left;
    width: auto;
    color: #aaa;
	margin: 10px 0 0;
    font-style: italic;
    font-size: 12px;
	margin: 10px 0 0;
	    color: #999;
}
.njoftime-main .nspCol1 {
    width: 100%;
    padding: 0 0 10px 0!important;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.njoftime-main .nspArts .nspArt h4.nspHeader {
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.24;
	font-family: 'MuseoSans 500';
    font-weight: 500;
}
.njoftime-main a.readon.fright { 
	margin-top: -28px;
    font-size: 14px;
	color:#999;
}
.njoftime-main a.readon.fright:hover{color: #d32027;}
.-front #gkHeaderBottom {
    background: none;
    padding: 30px 0;
}
.-front #gkBottom1,
.-front #gkBottom2,
.-front #gkBottom3,
.-front #gkBottom4,
.-front #gkBottom5  {  
     background: none;
    padding: 0 0 30px;}
.-front  #gkMainbody {display:none;}
.-front #gkTop1,
.-front #gkTop2 {padding:0 0 30px;}
.box.kanada-news-front.gkmod-1,
.box.komunitet-news-main.gkmod-1,
.box.kulture-news-front.gkmod-1  {
    margin-bottom: 0!important;
    padding: 0!important;
}
.komunitet-news-main .kom-1 {
    width: 66.666%;
    padding-right: 25px;
	float: left;
    display: block;
}
.komunitet-news-main .kom-2 {
    width: 33.333%;
    padding-left: 25px;
	float: left;
    display: block;
}
.kom-reklame2 {
        padding: 20px 0;
}
.komunitet-news-main  .nspArt p.nspText {
    margin: 1em 0;
}
.komunitet-news-main .nspArt .fright {
    padding: 0 10px;
}
.kulture-news-front .nspArts,
.biznes-news-front .nspArts  {padding:0;}

.kulture-news-front,
.biznes-news-front,
.kanada-news-front {margin-right: -25px!important;}

.kulture-news-front .nspArt h4.nspHeader {    position: absolute;
       position: absolute;
    bottom: 50px;
    width: inherit;
    padding: 0;
    font-family: 'MuseoSans 500';
    font-weight: 500;}
.kulture-news-front .nspArt h4.nspHeader a {
    text-decoration: none;
    width: 100%;
    display: block;
    float: left;
    padding: 0 30px;
    color: #ffffff;
}
.kulture-news-front a.nspImageWrapper.tleft.fleft.gkResponsive:before,
.moduletablebiznes-news-front a.nspImageWrapper.tleft.fleft.gkResponsive:before
{  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.7);}
  .kulture-news-front .nspArt.nspCol3:hover a.nspImageWrapper.tleft.fleft.gkResponsive:before,
.moduletablebiznes-news-front .nspArt.nspCol2:hover a.nspImageWrapper.tleft.fleft.gkResponsive:before
{   background: none!important;}

.kulture-news-front .nspImageWrapper:hover img,
.moduletablebiznes-news-front .nspImageWrapper:hover img{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform:none;
    transform: none;

}
.kulture-news-front a.nspImageWrapper.tleft.fleft.gkResponsive:hover  h4.nspHeader a,
.moduletablebiznes-news-front a.nspImageWrapper.tleft.fleft.gkResponsive:hover h4.nspHeader a{color:#d32027!important;}

.kulture-news-front .nspArt p.nspInfo {position: absolute;
    bottom: 20px;
    width: auto;
    padding: 0 30px;}

.biznes-news-front .nspArt h4.nspHeader {position:absolute; bottom:20px; width:inherit;  padding:15px 30px;
    font-family: 'MuseoSans 500';
    font-weight: 500;}
.biznes-news-front .nspArt h4.nspHeader  a{color:#ffffff;}

.box.kanada-news-front.gkmod-1 .nspArt h4.nspHeader {margin:0;font-family: 'MuseoSans 500';font-weight:500;padding: 0;}
.box.kanada-news-front.gkmod-1 p.nspText.tleft.fleft {padding:5px 0 0!important;}
.box.femijet-news-front.gkmod-1 .gkNspPM-PortfolioGrid.with-overlay .figcaption {background:none;}
.box.femijet-news-front.gkmod-1 .gkNspPM-PortfolioGrid.with-overlay .figcaption:before{display:none;}
.box.femijet-news-front.gkmod-1  .gkNspPM-PortfolioGrid.with-overlay .figcaption > div {
   bottom: 0;
    height: 30%;
	background:rgba(0,0,0, 0.7);
    padding: 15px 30px;
    position: absolute;
    text-align: left;
    width: 100%;
    font-family: 'MuseoSans 500';
    font-weight: 500;
}

.box.femijet-news-front.gkmod-1 .gkNspPM-PortfolioGrid.with-overlay .figcaption h3 {    font-size: 24px;
    font-weight: 500;
    text-transform: none;}
.blog .leading{
    margin-bottom: 30px;
    padding-bottom: 30px;
border-bottom: 1px solid #000;}
article header {
    margin: 0 0 10px;
    padding: 0;
}
.blog article header h1, .blog article header h2 {
    margin: 5px 0 10px;
}
.blog article time {
    float: left;
    display: block;
    width: auto;
	font-size: 14px;
	color:#999;
}

.blog article p.readmore, .blog-featured article p.readmore {margin:0; float:right; width:auto; display:block;}
.blog article .readmore a  {border:none!important; padding:0!important; height:auto!important; background:none!important;    color: #d32027!important; line-height:1!important;text-transform:none!important;    font-size: 14px!important;color:#999!important;font-weight: 100!important;}
.blog article .readmore a :hover{color:#d32027!important;}

article.item-page header > time {
   border: none!important;
    color: #000!important;
        line-height: 1!important;
    font-size: 14px!important;
    min-width: auto!important;
    padding: 0!important;
    text-transform: none!important;
}
article.item-page  header h1, article.item-page  header h2 {    margin: 10px 0;}
.blog article,
.blog-featured article {
	margin-bottom: 0!important;
}
.blog .leading a.btn.ccomment-readmore{margin-bottom:0!important}
.blog  a.btn.ccomment-readmore{
    margin-bottom: 30px!important;
    display: block;
	padding-top: 5px;
    font-size: 12px;
    width: 100%;
}
article.item-page .itemBody .addtoany_container {padding-bottom:30px;}
.search input#mod-search-searchword {
    border-color: #231f20;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
    height: 44px!important;
    padding: 5px 49px 5px 5px !important;
    max-width: 100%!important;
	width:100%;
	    z-index: 99;
    display: block;}
	.search input#mod-search-searchword:focus{border-color:#d32027;color:#231f20;outline:none;}

.search input.button {   
     display: block;
    float: right;
    width: auto;
    height: 44px;
    line-height: 45px;
    margin: -44px 0 0 -44px;
    padding: 5px;
    background: #231f20;
    border-color: #231f20;
    z-index: 999;
}

.search input.button:hover { background:#d32027;
    border-color:#d32027;}
.box.njoftime-inset h3.header,
.box.kanada-sp-inset h3.header,
.box.most-read-sidebar h3.header,
.box.me-te-fundit-inset h3.header{
    margin: 0 auto 20px;
    display: block;
    border: solid #000;
    border-width: 2px 0 1px;
    text-align: center;
    padding:2px 0;
	font-family: 'MuseoSans 700';
    font-weight: 700;
    }
.box.njoftime-inset h3.header span,
.box.kanada-sp-inset h3.header span,
.box.most-read-sidebar h3.header span,
.box.me-te-fundit-inset h3.header span{line-height: 30px;}

.box.njoftime-inset .nspArts,
.box.kanada-sp-inset .nspArts,
.box.most-read-sidebar .nspArts {padding:0;}


.box.njoftime-inset .nspArt h4.nspHeader {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
	font-family: 'MuseoSans 500';
    font-weight: 500;
}

.box.most-read-sidebar .nspArt h4.nspHeader{    font-size: 20px;
    padding: 0;font-family: 'MuseoSans 500';
    font-weight: 500;}
.box.kanada-sp-inset .nspArt h4.nspHeader,
.box.me-te-fundit-inset .nspArt h4.nspHeader  { font-size: 20px;
    padding: 0;font-family: 'MuseoSans 500';
    font-weight: 500;}
.box.njoftime-inset .nspArt p.nspText,
.box.kanada-sp-inset .nspArt p.nspText,
.box.most-read-sidebar .nspArt p.nspText,
.box.me-te-fundit-inset .nspArt p.nspText{
	font-size: 13px;
}

.box.njoftime-inset .nspArt p.nspInfo{padding: 5px 0 0;float: left;
    display: block;
    width: auto;}
.box.njoftime-inset .nspArt a.readon.fright {
    float: right;
    position: relative;
    margin-top: -18px;
    width: auto;
	    padding-right: 5px;
	color:#999;
}
.box.njoftime-inset .nspArt a.readon.fright:hover{color: #d32027}
.box.njoftime-inset  .nspCol1,
.box.kanada-sp-inset  .nspCol1,
.box.me-te-fundit-inset .nspCol1,
.box.most-read-sidebar .nspCol1{
    border-bottom: 1px solid #e5e5e5;
}
.box.kanada-sp-inset .nspArt p.nspInfo,
 .box.me-te-fundit-inset .nspArt p.nspInfo  {padding:5px 0 0; line-height:1.5;}
 
 
.-front #gkBottom3 .biz-1 {
    width: 66.666%;
    padding-right: 25px;
    float: left;
    display: block;
}
.-front #gkBottom3 .biz-2 {
width: 33.333%;
    padding-left: 25px;
    float: left;
    display: block;
}
 .femijet-kat {    overflow: hidden;
    text-align: center;
    left: 50%;
    line-height: 1;
    margin: 0 auto ;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);}
.femijet-kat figure {width: 33.333%;display:block;float:left;overflow: hidden;}
.femijet-kat figure 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: 33.3333%;
    z-index: 3;
}
.femijet-kat figure:hover figcaption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.femijet-kat figure figcaption  h4 {    font-family: 'MuseoSans 500';
    font-weight: 500;
        font-size:24px;
    font-weight: 500;
    margin:0 0 20px;
    text-transform: none;
    color:#fff;}

.femijet-kat figure figcaption a {   
 color: #d32027!important;
 font-size:16px;}

.box.most-read-sidebar .nspArt p.nspInfo{padding: 0;}
article header li.category-name a{color:#d32027}
.-dergo-mesazh .formResponsive h2 {font-family:'MuseoSans 700';font-weight:700; font-size:28px;text-transform:uppercase; margin-bottom:60px;text-align:center;}
.-dergo-mesazh .formResponsive .formHorizontal .formControlLabel {
    float: left;
    width:100%;
    display: block;
    padding: 0 0 5px;
    text-align: left;
	    text-align: center;
		    font-family: 'MuseoSans 700';
    font-weight: 700;
    font-size: 15px;
}
.-dergo-mesazh .formResponsive .formHorizontal .formControls {
    margin-left: 0;
    display: block;
    float: left;
  	margin: 0 auto;
    width: 100%;
}
.-dergo-mesazh .formResponsive .formHorizontal p.formDescription {
    display: none;
}
.-dergo-mesazh  .formResponsive textarea, .-dergo-mesazh  .formResponsive input[type="text"], .-dergo-mesazh  .formResponsive input[type="password"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius:0;
    box-shadow:none;
        margin-bottom:0; 
    color: #111111;
  }
.-dergo-mesazh  .formResponsive .formBody {
    text-align: center;
}
.-dergo-mesazh .formResponsive input,
 .-dergo-mesazh .formResponsive textarea {
	width:300px;
	margin:0 auto;
}
.-dergo-mesazh .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 20px;
}
.-dergo-mesazh input#Submit {
    margin: 0 40%!important;
    width: 20%;
    max-width: 100%;
    text-align: center;
    box-shadow:none; 
    background:#231f20;
    border-radius:0;
    border:1px solid #231f20;
     font-family: 'MuseoSans 500';
    font-weight: 500;
    height:auto;
    padding:10px;
    font-size: 15px;
	text-shadow:none;
}
.-dergo-mesazh input#Submit:hover{ background:#d32027;
    border-color:#d32027;
}
.imp-links {
    text-align: center;
    padding-bottom:10px!important;}

.imp-links h2 {font-size:18px;margin:0; padding:5px 0;font-family: 'MuseoSans 500';font-weight:500;}

.imp-links p {margin:0;}
@media (max-width: 1350px) and (min-width: 1024px){
    .gkMenu > ul > li {font-size:14px;}
.gkMenu > ul > li > a {padding:0 6px!important;}}


/*vetem mobile*/
.box.me-te-fundit-inset {
    display: none;
}

.blog .itemBody .avPlayerWrapper, .blog-featured .itemBody  .avPlayerWrapper {display:none;}

#searchForm fieldset.word {
 background:none;
  border: none;
    margin: 0 0 30px;
    padding: 0;
}
.search fieldset.only{display:none;}

/*footer*/
#gkFooterNav div {text-align:left;}
#gkFooterNav div h3{
        font-family: 'MuseoSans 700';
            font-size: 14px;
    font-weight: 700;
	    line-height: 1.7;
}
#gkFooterNav div h4 {
    font-family: 'MuseoSans 500';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin:0;
}
#gkFooterNav div p {font-size:15px;margin:5px 0;line-height:1.2}
#gkFooterNav div ul {padding:5px 0 20px;}

#gkFooterNav i {
    font-size: 20px;
        padding-right: 8px;
}
#gkFooterNav .acymailing_module form {margin: 1em 0;}
#gkFooterNav .acymailing_module_form td {padding:0;}
#gkFooterNav .acymailing_module_form input[type="text"] {
    border:1px solid #ccc;
    font-family: 'MuseoSans 500';
    font-size:13px;

}
#gkFooterNav .acymailing_module_form .button {width:100%;
margin:5px 0 0;
font-family: 'MuseoSans 500';
            font-size: 13px;
            font-weight:500;
            text-shadow:none;}
#gkFooterNav .acymailing_module_form .button:hover{
    background-color:#1B1D1F;
    border-color:#1B1D1F;
}


/*popup*/
div#fancybox-title-outside {
    display: none;
}

div#fancybox-wrap {
	    overflow: hidden;
	max-width: 600px!important;
    margin: 0 auto!important;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
	color:rgba(102, 102, 102,0);    z-index: 999999!important;}

 #fancybox-outer {display:block;color:#000!important;background: none!important;}

div#fancybox-content {
    border: none!important;
    width: 100%!important;
    height: auto!important;
}
#fancybox-outer {background:none;}


#fancybox-overlay {
	position: fixed!important;
    bottom: 0;
	   overflow: hidden;
    background-color: rgb(0,0,0)!important;
    z-index: 99999!important;
    opacity: 0.4!important;
}
div#fancybox-content p {padding:15px;font-size:16px;}
div#fancybox-content img{width:100%;max-width:426px;margin:15px auto 0;}

.spu_content {
  
    overflow: hidden;
}

#fancybox-title {display:none!important}

.gkNspPM-NewNewsSlider .gkPrev, .gkNspPM-NewNewsSlider .gkNext {
    height: 40px!important;
    font-size: 40px;
    width: 40px!important;
    line-height: 1;
	color: #ffffff;
}
.gkNspPM-NewNewsSlider .gkPrev:hover, .gkNspPM-NewNewsSlider .gkNext:hover{
	color: #d32027;
}
.itemBody {
    font-size: 16px;
}
#gkMainbodyBottom .kanada-news-front .nspArt h4.nspHeader {
    font-size: 19px;
    padding: 0 0 5px 0;
}
.donate-button {
    display: block;
    float: right;
    height: 60px;
}

.donate-button  form {padding-top: 17px;}
.donate-button-mobile {display:none;}