/** RESET **/

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style:none outside none;
    text-decoration:none;
}

body, html {width:100%;height: 100%;background-color: #ffffff;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{text-decoration: none;}
a, img {
    border: 0 none;
    outline: 0 none;
}
input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}

a, a:hover, a:active, a:focus, a:link {
	text-decoration:none;
}

/** END OF RESET **/

/** TYPOGRAPHY **/

p {
	color:#000;
	font-size:15px;
	line-height:18px;
	font-weight:400;
	font-family: 'Yantramanav', sans-serif;
	margin:;
	padding:;
}

h1 {
	color:#000;
	font-size:50px;
	line-height:52px;
	font-weight:900;
	font-family: 'Yantramanav', sans-serif;
	margin:;
	padding:;
}

h2 {
	color:#000;
	font-size:26px;
	line-height:28px;
	font-weight:700;
	font-family: 'Yantramanav', sans-serif;
	margin:;
	padding:;
}

h3 {
	color:#000;
	font-size:16px;
	line-height:18px;
	font-weight:700;
	font-family: 'Yantramanav', sans-serif;
	margin:;
	padding:;
}

h4 {
	color:;
	font-size:;
	font-weight:;
	line-height:;
	margin:;
	padding:;
}


/** General **/
.slider-main {
	display: none;
	top: 0; 
	left: 0; 
	z-index: 9999
}
.slider-main.active {
	display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*** CIFA STYLE I GJALL E PERJETE ***/

.news-sm .left.bg-c {
	width: 33px;
	height: 33px;
	background-image:url(../repository/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.news-sm:hover .left.bg-c, .has-hover.active .news-sm .left.bg-c {
	background-image:url(../repository/arrow-gold.png);
	background-repeat: no-repeat;
	background-position: center center; 
}

.h-box.middle .right {
	min-height: 230px;
}

.h-box.middle .right a.more {
	position: absolute;
	bottom:0;
	left:15px;
	margin-bottom: 0;
}

.h-box.middle .right ul.share {
	position: absolute;
    left: 15px;
    bottom: 45px;
}

.dw-box .right a.more {
	position: absolute;
	bottom: 0;
	left:7px;
}

.dw-box .right {
	min-height: 200px;
}

.tm-box .right {
	position: absolute;
	right: 0;
	top:50%;
	transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.modal-dialog {
	position: absolute;
	right:50%;
	top:50%;
	transform: translate(50%,-50%)!important;
    -ms-transform: translate(50%,-50%)!important;
    -webkit-transform: translate(50%,-50%)!important;
    -moz-transform: translate(50%,-50%)!important;
    -o-transform: translate(50%,-50%)!important;
}

.h-box .right.cf-download a.more {
	bottom: 15px;
}

.tm-holder {
	position: relative;
}

.g-button.no-text {
	background-color:transparent;
	border-color: #d1aa66;
}

.g-button.no-text:hover {
	background-color:#d1aa66;
	color:#ffffff;
}

ul.social li.lang a {
	font-size: 16px;
}

.enig h2 {
	margin-top: 20px;
}

.errori{
    color: #a94442;
    background-color: #f2dede;
    border:1px solid #ebccd1;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    border-radius: 4px;
    padding: 15px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
}
.alert{
	margin-left: 15px;
    width: calc(100% - 30px)
}
/*--- GENERAL ---*/

.gradient{
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.clear{clear: both;}
.no-pd{padding: 0;}
.pdt-30{padding-top: 30px;}
.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--- CHECKBOX STYLE --- */

.squaredSix {
	height:20px;
	width:20px;
	position: relative;
	float: left;
    margin-right: 12px;
    margin-top: 4px;
}

.squaredSix label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	border-radius: 4px;
    background-color: #262626;
    border: 1px solid #262626;
}

.squaredSix label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #d1aa66;
    top: 3px;
    left: 3px;
    border: 1px solid #d1aa66;
    border-radius: 2px;
}

.squaredSix input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*--- END STYLE --- */

/*--- DARK BAR ---*/

.dark-bar{
	width: 100%;
	float: left;
	background-color: #283131;
    padding: 11px 0px;
}
.dark-bar p{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    float: left;
    padding-top: 10px;
}
ul.social{
	display: block;
}
ul.social li{
	float: left;
	margin-right: 7px;
	display: inline-block;
}
ul.social li:last-child{margin-right: 0;}
ul.social li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dark-bar ul.social{float: right;margin-top: 3px;}
.dark-bar ul.social li:hover a{color: #d1aa66;}
.dark-bar ul.social li.lang a {
    padding-left: 0;
    padding-right: 0;
    font-family: 'Yantramanav', sans-serif;
    line-height: 26px;
    font-weight: 300;
}
.dark-bar ul.social li.lang.active a {color: #d1aa66;}
a.riinvest{
	display: block;
	float: right;
	margin-right: 20px;
    margin-top: 8px;
}
a.riinvest img{width: 100%;display: block;}
input[type='submit'].search{
	float: right;
    width: 27px;
    height: 27px;
    margin-right: 50px;
    margin-top: 2px;
    background-image: url(../repository/search.png);
}
a.search{
    float: right;
    width: 27px;
    display: block;
    margin-right: 50px;
    cursor: pointer;
    margin-top: 5px;
}
a.search img{width: 100%;display: block;}
.search-inp{
	width: 150px;
	float: right;
	border-bottom: 1px solid #fff;
	padding: 4px 0px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-weight:300;
	font-family: 'Yantramanav', sans-serif;
	margin-right: 10px;
}

/*--- HEADER ---*/

.header{
	width: 100%;
	float: left;
    padding: 30px 0px 16px 0px;
    border-bottom: 1px solid #000;
}
a.logo{
	width: 175px;
	display: block;
	float: left;
}
a.logo img{width: 100%;display: block;}
ul.main-nav{
	display: block;
	float: right;
	margin-top: 11px;
}
.mt-4 {
	padding-top: 20px;
}
ul.main-nav li{
	float: left;
	display: inline-block;
	/* margin-right: 10px; */
}

ul.main-nav li a{
	font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
    line-height: 35px;
    display: block;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.main-nav li:hover a{color: #d1aa66;}
ul.main-nav li.active a{
	background-color: #000;
	border-radius: 4px;
	color: #fff;
}

ul.main-nav li:last-child{margin-right: 0;}
/*--- WRAPPER ---*/

.wrapper{
	width: 100%;
	float: left;
}

.news-lg{
	width: 100%;
	float: left;
	min-height: 500px;
	position: relative;
	padding: 33px 36px 30px 36px;
	margin-bottom: 30px;
}
.news-lg a{text-decoration: none;}
.news-lg span.gold{
    display: block;
    color: #d1aa66;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
}
span.bold{
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}
.news-lg h1{
	width: 60%;
	clear: left;
	margin-bottom: 20px;
	color: #fff;
    line-height: 52px;
}
.news-lg p{width: 50%;color: #fff;padding-bottom: 23px;}
a.more{
	color:#fff;
	font-size:14px;
	line-height:28px;
	font-weight:300;
	font-family: 'Yantramanav', sans-serif;
	border-radius: 4px;
	background-color: #283131;
	display: block;
	padding: 0px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-lg span.bold,.news-lg span.gold, .news-lg p,.news-lg h1,.news-lg a.more{position: relative;z-index: 99;}
.news-lg a.more{
	background-color: #fff;
	color: #000;
	padding: 0px 30px 0px 30px;
    position: absolute;
    bottom: 36px;
}
.news-lg:hover a.more{background-color: #d1aa66;color: #fff;}
.news-sm{
	width: 100%;
	float: left;
    background-image: url('../repository/border.png');
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 9px;
    padding-top: 20px;
}
.news-sm.last{background-image: none;padding-bottom: 0;}
.news-sm .left{
    width: 30px;
    margin-right: 20px;
    float: left;
}
.news-sm .left img{width: 100%;display: block;}
.news-sm .right{
	width: calc(100% - 53px);
    float: left;
}
.news-sm .right h2{
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-sm .right p{
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-sm:hover .right h2,.news-sm:hover .right p, .has-hover.active .news-sm .right h2, .has-hover.active .news-sm .right p{color: #d1aa66;}
.h-box{margin-bottom: 30px;}
.h-box.ks-box {
	margin-top: 71px;
}
.h-box h2{
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-box:hover h2{color: #d1aa66;}
.h-box img{
	width: 100%;
	display: block;
}
h2.title{
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 30px;
    clear: left;
    color: #000!important;
}
h2.title:after{
	width: 100px;
	content: '';
	position: absolute;
	height: 6px;
	background-color: #d1aa66;
	bottom: 0; 
	left:0;
}
ul.time{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
ul.time li{
	display: inline-block;
	float: left;
	margin-right: 20px;
	color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
    position: relative;
}
/*ul.time li a{
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
    display: block;
}*/
ul.time li span{
	color: #d1aa66;
	text-transform: uppercase;
    font-weight: 700;
}
ul.time li:last-child:after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -12px;
    border-radius: 50%;
    background-color: #000;
    width: 4px;
    height: 4px;
}
ul.time li:last-child{margin-right: 0;}
ul.time li:first-child:after{content: none!important;}
a.read-more{
	color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
    cursor: pointer;
    float: right;
}
a.read-more img{    
	width: 15px;
    margin-left: 5px;
    float: right;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 1px;
}
.home a.read-more {
    position: absolute;
    bottom: 0;
    right: 15px;
}
/*.h-box.middle .left img{
	width: 100%;
	display: block;
}*/
.h-box.middle h2{
	font-size: 22px;
	line-height: 24px;
}
.h-box.middle h2.title{
	font-size: 26px;
	line-height: 28px;
}
.h-box.middle p{margin-bottom: 15px;}
.h-box.middle .right p span{
	color: #d1aa66;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}

.h-box .img-holder{
	width: 100%;
	float: left;
	min-height: 230px;
	margin-bottom: 20px;
}
.h-box.middle:hover a.more{background-color: #d1aa66;}
/*-- PARTNERS --*/
.p-box{
	margin-bottom: 30px;
	padding-right: 30px;
}
.partners-slider{padding-bottom: 30px;}
.partners-slider span.italic{
    display: block;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 19px;
}

span.quote{
	display: block;
	color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    padding-top: 35px;
    background-image: url('../repository/quote.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 36px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-box:hover span.quote{color: #d1aa66;}
.p-box h2.title{
    font-size: 26px;
    line-height: 28px;
    text-transform: none;
}
.p-box h2{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.p-box p{
	margin-bottom: 3px;
	font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.p-box span.gold{
	color:#d1aa66;
	font-size:16px;
	line-height:18px;
	font-weight:700;
	font-family: 'Yantramanav', sans-serif;
	display: block;
}
.p-box .left{
	width: 70px;
	float: left;
	margin-right: 20px;
}
.p-box .left img{
	width: 100%;
	display: block;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
	border-radius: 50%;
}
.p-box .right{
	width: calc(100% - 90px);
	float: left;
}

/*--- DOWNLOAD SLIDER ---*/

.gray-wrapper{
	width: 100%;
	float: left;
	padding: 40px 0px;
	margin-bottom: 40px;
	background-color:#f9fafb; 
}

.download-slider{
	padding-left: 50px;
	padding-right: 50px;
}
.dw-holder{
	width: 100%;
	float: left;
	padding: 0px 7.5px;
}
.dw-box{
	width: 100%;
	float: left;
	padding: 15px;
	border:1px solid #3b3b3b;
}
.dw-box .left{
	width: calc(50% - 7.5px);
	margin-right:7.5px; 
	float: left;
	position: relative;
	min-height: 200px;
}
.dw-box .left img{width: 100%;display: block;}
.dw-box .right{
	width: 50%;
	float: left;
	position: relative;
	padding-left: 7.5px;
}
.dw-box .right p span {
    color: #d1aa66;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.dw-box .right h3{margin-bottom: 10px;}
.dw-box .right p{margin-bottom: 15px;}
.dw-box .right a.more{float: left;}

/*--- TEAM SLIDER ---*/

.container.team-slider{
	padding-left: 40px;
	padding-right: 40px;
}
.tm-holder{
	width: 100%;
	float: left;
	padding: 0px 10px;
}
.tm-box{
	width: 100%;
	float: left;
}
.tm-box .left{
	width: calc(40% - 7.5px);
	float: left;
	margin-right: 7.5px;
	min-height: 200px;
}

.tm-box .left img{width: 100%;display: block;}
.tm-box .right{
	width: 60%;
	float: left;
	padding-left: 7.5px;
}
.tm-box .right h3{text-transform: uppercase;}
.tm-box ul.social{float: right;clear: both;}
.tm-box ul.social li a{color: #283131;}

.tm-box ul.social li a{height: 20px; width: 20px; line-height: 19px; background-color: #283131; color: #fff; font-size: 12px; text-align: center; border-radius: 5px;}
.tm-box ul.social li a:hover{background-color: #d1aa66;}

.tm-box p{
	color:#d1aa66;
	margin-bottom: 5px;
}
.tm-box span.gold{
	color:#d1aa66;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	margin-bottom: 15px;
}

.banner{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.banner img{max-width: 100%;display: block;}

/*--- ABOUT US ---*/
.sub-header{
	width: 100%;
	float: left;
	padding: 15px 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
ul.sub-list{
	width: 100%;
	float: left;
}
ul.sub-list li{
	float: left;
	display: inline-block;
	margin-right: 40px;
}
ul.sub-list li:last-child{margin-right: 0;}
ul.sub-list li a{
	color:#000;
	font-size:15px;
	line-height:18px;
	font-weight:400;
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.sub-list li.active a,ul.sub-list li:hover a{color: #d1aa66;}

/*--- COLLAPSE ---*/

.collapse-holder{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d3d4;
	position: relative;
    padding-top: 20px;
}
.collapse-holder.first{
    border-top: 1px solid #d1d3d4;
}
.visible-content {
	width: 100%;
	float: left;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.collapse-holder.active .visible-content{margin-bottom: 10px;}
.visible-content .left {
    width: 70px;
    float: left;
    margin-right: 20px;

}
.visible-content .left img {
    width: 100%;
    display: block;
}
.visible-content .left.radi img {
	 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.visible-content .right {
	width: calc(100% - 90px);
	float: left;
	position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.visible-content .right h3{font-size: 18px;line-height: 20px;}
.visible-content .left span.nr{
	color:#d1aa66;
	font-size:70px;
	line-height:70px;
	font-weight:900;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	float: left;
}
.visible-content .right ul{
	width: 100%;
	float: left;
}
.visible-content .right ul li{
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.visible-content .right ul li:last-child{margin-right: 0;}
.visible-content .right ul li a{
	text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Yantramanav', sans-serif;
}
.visible-content .right ul li:last-child a{
	font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
}
.visible-content .right ul li:first-child a:after{
	content: '|';
	margin-left:20px; 
}
.collapse{
	width: 100%;
	float: left;
	padding-left: 90px;
	padding-bottom: 20px;
}
 a.butoni{
	width: 33px;
	height: 33px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -16.5px;
	bottom: -16.5px;
	background-image: url('../repository/arrows.png');
	background-position: left center;
	background-size: cover;
	cursor: pointer;
    display: block;
    z-index: 200;
}
.collapse-holder a.butoni.active{background-position: right center;}

/*--- MEMORIAM ---*/
.collapse-holder.memoriam {
    background-image: url('../repository/shiriti.png');
    background-size: 49px;
    background-repeat: no-repeat;
    background-position: right top;
}
.collapse-holder.memoriam .visible-content .right ul {width: calc(100% - 49px);}

/*--- PARTNERET ---*/
.collapse-holder.partneret .left img{max-height: 40px;max-width: 100%;width: auto;}
/*--- CONTENT ---*/

.content-holder{
	width: 100%;
	float: left;
	padding-bottom: 50px;
}
.content-holder img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.content-holder span.gold,.news-big span.gold{
    display: block;
    color: #d1aa66;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}
.content-holder h1,.news-big h1{font-size: 40px;line-height: 42px;margin-bottom: 40px;}
.content-holder div[data-oembed-url] > div{max-width: 100%!important;margin-bottom: 30px!important;}
blockquote{
	width: 280px;
	float: right;
	margin: 20px 30px;
	padding-top: 76px;
	background-image: url('../repository/quote-2.png');
	background-size: 82px;
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote p{
	color: #000;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    display: block;
    margin-bottom: 10px;
}
blockquote span.autori{
	color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
}
blockquote span.autori b{
	font-weight: 700;
}
.content-holder p{
	margin-bottom: 15px;
}
.content-holder p span{line-height: 18px!important;}
.content-holder iframe{
	width:550px;
	float: left;
	clear: right;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
}
.content-holder.video iframe{
	width: 100%;
	margin-right: 0;
}
.content-holder .image-description{
	color: #8b8b8b;
    font-size: 13px;
    line-height: 15px;
    display: block;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
}
.content-holder .text-iamge{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-top: 20px;
}
.content-holder .text-iamge img{
	margin-bottom: 5px;
}

.content-holder.misioni p{
	margin-bottom: 40px;
}

/*--- EKIPI ---*/

.team-holder{
	width: 100%;
	float: left;
}
.ek-box{margin-bottom: 40px;}
.ek-box a{text-decoration: none;}
.ek-box .left{
	width: 100px;
	height: 100px;
	float: left;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
	border-radius: 50%;
	border:2px solid #000;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ek-box .right{
	width: calc(100% - 120px);
	float: left;
	position: absolute;
    top: 50%;
    transform: translate(120px,-50%);
    -ms-transform: translate(120px,-50%);
    -webkit-transform: translate(120px,-50%);
    -moz-transform: translate(120px,-50%);
    -o-transform: translate(120px,-50%);
}
.ek-box .right span.sub-title{
	display: block;
	color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ek-box .right h3{
	font-size: 19px;
    margin-bottom: 3px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ek-box .right p{
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ek-box:hover .left{border-color: #d1aa66;}
.ek-box:hover span.sub-title,.ek-box:hover .right h3,.ek-box:hover .right p{color: #d1aa66;} 

/*--- MODAL ---*/

.modal-content{
	border-radius: 0;
	    width: 100%;
    float: left;
}
.modal-body {
    position: relative;
    padding: 20px;
    float: left;
    width: 100%;
    padding-bottom: 0;
}
.modal-content a.close{
	width: 16px;
	display: block;
	float: right;
	opacity: 1;
}
.modal-content a.close:hover,.modal-content a.close:focus{opacity: 1;}
.modal-content a.close img{width: 100%;display: block;}
.modal-content h3{font-size: 19px;clear: both;margin-bottom: 5px;}
.modal-content h3 span{color: #d1aa66;}
.modal-content span.sub-title{
	display: block;
	color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
}
.modal-content .kol-up{
	width: 100%;
	float: left;
	padding-left: 225px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.modal-content .kol-left{
	width: 150px;
	float: left;
	margin-right: 20px;
}
.modal-content .kol-left img{max-width: 100%;display: block;}
.modal-content .kol-mid{
	width: 35px;
	float: left;
	margin-right: 20px;
}
.modal-content a.soc-icon{
	display: block;
	font-size: 20px;
	color: #fff;
	background-color: #cccccc;
	padding: 3px;
	border-radius: 4px;
	text-align: center;
    margin-bottom: 15px;
}
.modal-content .kol-right{
	width: calc(100% - 225px);
	float: left;
}
.modal-content .kol-right p{font-size: 13px;line-height: 15px;}

/*-- SHARE --*/

.share-holder{
	width: 100%;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #d1d3d4;
	margin-bottom: 40px;
}
.share-holder.down{
	padding-top: 0;
	border-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d3d4;
}
ul.share{
	display: block;
	float: right;
}
ul.share li{
	display: inline-block;
	float: left;
	margin-right: 15px;
}
ul.share li:last-child{margin-right: 0;}
ul.share li a{
    display: block;
    background-color: #bcbec0;
    padding: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    width: 26px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.share li:first-child a{
	width: auto;
	background-color: transparent;
	color: #000;
	font-weight:300;
	line-height: 18px;
	font-family: 'Yantramanav', sans-serif;
    padding: 4px 0px;
}
ul.share li:hover a{background-color: #d1aa66;}
ul.share li:first-child:hover a{background-color: transparent;}
/*--- RECOMMEND ---*/

.rec-holder{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.rec-holder span.title{
	color:#a5c1c1;
	font-size:20px;
	line-height:22px;
	font-weight:700;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	margin-bottom: 10px;
}
.rec-box{
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d3d4;
	position: relative;
}
.rec-box.first{border-top: 1px solid #d1d3d4;}
.rec-box span.nr{
    color: #d1aa66;
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: 'Yantramanav', sans-serif;
    float: left;
    width: 50px;
    margin-right: 20px;
}
.rec-box h2{
	float: left;
	width: calc(100% - 70px);
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}

/*--- ARKIVA ---*/

.arkiva-holder{
	width: 100%;
	float: left;
}
.ark-box{margin-bottom: 30px;}
.ark-box h2{font-size: 20px;line-height: 22px;margin-bottom: 20px;}
/*.ark-box a.read-more {line-height: 8px;font-weight: 300;}  */  
/*--- MEDIA LAJME ---*/
.news-big a{text-decoration: none;}
.news-big{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.news-big img{width: 100%;display: block;margin-bottom: 20px;}
.news-big a.read-more {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
} 
.news-big a.read-more img{margin-top: 2px;}
.news-big p{margin-bottom: 20px;}  

a.load-more{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    border-radius: 4px;
    background-color: #d1aa66;
    display: block;
    padding: 7px 20px 7px 20px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    margin: 50px auto;
}

/*--- PUBLIKIMET ---*/

.pub-lg{
	width: 100%;
	float: left;
	/*margin-bottom: 40px;*/
	min-height: 473px;
	background-image: url('../images/hija.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}
.pub-lg .left{
	width: calc(100% - 384px);
	float: left;
	padding-right: 30px;
}
.pub-lg .right{
	width: 324px;
	float: left;
}
.pub-lg .right img{width: 100%;display: block;}
.pub-lg .left p{margin-bottom: 30px;}
.pub-lg span.bold{
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pub-lg h1{
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pub-lg p{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.pub-lg:hover span.bold,.pub-lg:hover h1,.pub-lg:hover p{color: #d1aa66;}*/
.pub-lg a.more {
	font-size: 18px;
	line-height: 32px;
}
.pub-lg:hover a.more,.dw-box:hover a.more{background-color: #d1aa66;}
.publikimet .h-box{margin-bottom: 20px;padding-bottom: 0;}
.publikimet .h-box a.more {font-size: 16px;line-height: 30px;margin-bottom: 20px;}
.publikimet .h-box ul.share li{margin-right: 10px;}

/*--- CONTACT ---*/

.cont-left .form-control{
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #d1aa66;
	margin-bottom: 20px;
	resize: none;
	box-shadow: none;
	padding-left: 0;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    padding-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cont-left .form-control:focus {
    border-bottom: 1px solid #000;
}
.cont-left .subi{
  	color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    padding-bottom: 10px;
    background-color: #d1aa66;
    border-radius: 4px;
    padding: 12px 25px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
ul.contact{width: 100%;float: left;margin-top: 10px;margin-bottom: 30px;}
ul.contact li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
ul.contact li i{
	float: left;
    color: #d1aa66;
    font-size: 22px;
    width: 30px;
    text-align: center;
    margin-right: 20px;
}
ul.contact li a{
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
}

#map{
	width: 100%;
	height: 500px;
}

/*--- FOOTER ---*/

.footer{
	width: 100%;
	float: left;
	padding: 25px 0px;
	background-color: #283131;
}
.footer .inpos{
	width: 100%;
	float: left;
	background-color: #262626;
	padding: 10px 12px 10px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.footer .subi{
	width: 50%;
	float: left;
	background-color: #d1aa66;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.rimi{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
    color: #989898;
    width: 100%;
    float: left;
    cursor: pointer;
}

ul.copyright{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
ul.copyright li{
	float: left;
	margin-right: 10px;
	display: inline-block;
}
ul.copyright li:last-child{margin-right: 0;}
ul.copyright li a{
	text-decoration: none;
	font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    color: #fff;
}
ul.copyright li a span{color: #d1aa66;}
ul.copyright li:first-child a:after{
	content: '|';
	margin-left:10px; 
}
ul.foot-list{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
ul.foot-list li{
	float: left;
	margin-right: 30px;
	display: inline-block;
}
ul.foot-list li:last-child{margin-right: 0;}
ul.foot-list li a{
	text-decoration: none;
	font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.foot-list li:hover a{color: #d1aa66;}
.footer ul.social{float: left;}
.footer ul.social li{margin-right: 10px;}
.footer ul.social li a{color: #d1aa66;font-size: 24px;}
.footer ul.social li:hover a{color: #fff;}

.pagination-items {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}
.pagination-items a,
.pagination-items span {
    text-align: center;
    padding: 0px 9px;
    margin-right: 3px;
    border: 1px solid #eee;
    color: #000;
    display: block;
    float: left;
    font-size: 12px;
}
.pagination-items a:hover {
    background: #d1aa66;
    color: #fff;
    border-color: #d1aa66;
    text-decoration: none;
}
.pagination-items span.checked {
    background: #d1aa66;
    border-color: #d1aa66;
    color: #fff;
}
.pagination-items span.disabled2 {
    color: #ccc;
}
.g-button-group {
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.g-button {
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 23px;
    height: 25px;
    margin-right: 1px;
    padding: 0 8px;
    color: #000;
}
.g-button:hover {
    background: #ed0000;
    color: #fff;
}
.g-button.disabled2:hover {
    background: #eee;
}
.g-button.disabled2 {
    color: #ccc;
}
.g-button i {
    line-height: 23px!important;
    padding: 0;
}
.twitter-box{
	height: 300px;
	overflow-y: scroll;
}
.h-box.middle .down p{padding-bottom: 15px;}
.arkiva-holder .ark-box:nth-of-type(3n+1) {clear: left;}
.collapse p{margin-bottom: 5px;}
.c-menu__item.active .c-menu__link{color: #fff;}

.readmore-ekipi{
	width: 100%;
	min-height: 147px;
	display: block;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top center;
}
a.sap{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.sap:hover{color:#d1aa66;}
.footer .container{position: relative;}
@media (min-width: 768px){
	.modal-dialog {
	    width: 740px;
	}
}

@media only screen and (min-width : 1200px){
	.pub-lg h1 {font-size: 40px;line-height: 44px;}
}
@media only screen and (min-width : 992px) and (max-width: 1199px){
	ul.main-nav li{margin-right: 5px;}
	ul.main-nav li a {padding: 4px 15px 11px 15px;}
	.pub-lg{background-size: calc(100% - 3px);}
	.pub-lg .left {width: calc(100% - 314px);}
	.pub-lg .right {width: 265px;}
	.pub-lg h1{font-size: 34px;line-height: 38px;}
}

@media only screen and (min-width : 768px) and (max-width: 991px){
	ul.main-nav{width: 100%;}
	ul.main-nav li{margin-right: 5px;}
	ul.main-nav li a {padding: 4px 13px 11px 13px;}
	.news-sm{padding-top: 0;background-image: none;padding-bottom: 30px;}
	.h-box.middle .right a.more{margin-bottom: 10px;}
	ul.foot-list li,a.search{margin-right: 20px;}
	ul.sub-list li{margin-bottom: 5px;}
	.collapse-holder:last-child {margin-bottom: 40px;}
	.pub-lg{background-image: url('../images/hija-sm.png');}
	.pub-lg h1{font-size: 40px;line-height: 42px;}
}

@media only screen and (max-width : 767px) {
	.slider-main {
		display: none;
		margin-bottom: 20px;
		position: relative !important; 
	}

	.content-holder iframe {
		width: 100%;
		float: left;
		clear: right;
		display: block;
	}

	.slider-main.active {
		display: block;
	}
	.right-col {
		margin-bottom: 20px;
	}
	.has-hover.active{
		display: none;
	}
	ul.main-nav{display: none;}
	a.logo {width: 125px;}
	.news-lg{min-height: 350px;padding: 20px;}
	span.bold{font-size: 20px;line-height: 22px;margin-bottom: 10px;}
	.news-lg h1,.news-lg p{width: 100%;}
	h1,.news-lg h1{font-size: 32px;line-height: 34px;}
	.content-holder h1, .news-big h1{font-size: 32px;line-height: 34px;margin-bottom: 20px;}
	.h-box.middle a.more,ul.time,.news-lg span.gold{margin-bottom: 10px;}
	.dw-box{padding: 10px;}	
	.dw-box .left{margin-right: 0;width: 100%;margin-bottom: 10px;}
	.dw-box .right{padding-left: 0;width: 100%;min-height: auto;}
	.dw-box .right a.more {position: relative;bottom: 0;left: 0px;}
	.footer .subi,ul.copyright,ul.foot-list{margin-bottom: 20px;}
	.header{padding: 20px 0px;}
	.collapse,.modal-content .kol-up{padding-left: 0;}
	.collapse-holder:last-child {margin-bottom: 40px;}
	.h-box.middle p{margin-bottom: 25px;}
	.modal-content .kol-left {width: 30%;}
	.modal-content .kol-mid{width: calc(70% - 20px);margin-right: 0;}
	.modal-content a.soc-icon{width: 34px;margin-right: 10px;float: left;}
	.modal-content .kol-right{width: 100%;padding:10px 0px;}
	.content-holder.misioni p{margin-bottom: 25px;}
	.content-holder{padding-bottom: 20px;}
	blockquote {width: 100%;float: left;margin: 20px 0px;}
	#map{height: 320px;}
	.rec-box{padding: 20px 0px;}
	.pub-lg{background-image: none;min-height: auto;}
	.pub-lg .left{width: 100%;margin-bottom: 20px;}
	/*.pub-lg .right{
		margin-left: 30%;
		width: 40%;
    	float: left;
    	margin-bottom: 20px;
	}*/
	.pub-lg .right{width: 80%;margin-left:10%;margin-bottom: 20px;}
	.mob-icon{float: right;margin-top: 10px;}
	.mob-icon img{width: 100%;display: block;}
	.sub-list{display: none;}
	.sub-mob-icon{
		float: right;
    	font-size: 30px;
    	line-height: 30px;
    	color: #000;
    	width: 33px;
    	border: 1px solid #000;
    	text-align: center;
    	-webkit-border-radius: 50%; 
		-moz-border-radius: 50%; 
		border-radius: 50%;
	}
	.sub-mob-icon:focus,.sub-mob-icon:hover{color: #000;}
	ul.sub-list li{width: 100%;margin-bottom: 5px;}
	ul.sub-list li a{display: block;text-align: center;}
	.dark-bar ul.social{display: none;}
	a.riinvest {width: 40%;float: left;margin-top: 11px;}
	a.search{margin-right: 0;}
	input.search-inp {width: calc(60% - 60px);}
	.dark-bar{padding-top: 6px;}
	.dark-bar p{display: none;}
	.news-lg a.more{bottom: 20px;}
	.modal-dialog{
    	position: relative;
	    right: 0;
	    top: 20px;
	    transform: translate(0%,0%)!important;
	    -ms-transform: translate(0%,0%)!important;
	    -webkit-transform: translate(0%,0%)!important;
	    -moz-transform: translate(0%,0%)!important;
	    -o-transform: translate(0%,0%)!important;
	}
	input[type='submit'].search{margin-right: 0;}
	.home .kryesore{padding: 0;}
	.banner-up{margin-bottom: 10px;}
	.h-box.middle:hover a.more{background-color:#283131;}
	.h-box:hover h2{color: #000;}
	.h-box.middle .right{min-height: auto;}
	.h-box.middle .right a.more {
	    position: relative;
	    left: 0;
	    margin-bottom: 20px;
	}
	.publikimet .h-box.middle .left{width: 50%;padding-right: 10px;}
	.publikimet .h-box.middle .right{width: 50%;padding-left: 10px;}
	.h-box.middle .right ul.share{position: relative;left: auto;float: left;bottom: auto;}
}