/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background: url(../images/body-bg3.png) left top repeat;
  
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h2 {
  color: #b5aab5;/*#7c757d*/
  font-family:Geneva, Arial, Helvetica, sans-serif;/* 'PT Sans Narrow', sans-serif;*/
  /*Replace with your custom font
  font-size: 25px;*/
  line-height: 25px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  margin: 23px 0 27px;
}
h2.slogan {
  font-family: 'Great Vibes', cursive;
   font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  text-transform: none;
  text-shadow: 1px 1px 2px #000;
  color: #ebebeb;
  text-align: center;
  margin: 10px 0 2px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
  
}
.text_all_center{margin:auto;text-align:center}
.text_all_left{text-align:left}
.text_all_right{text-align:right}
.rt-grid-1 .img{width:100px}

.submeniu_negru{list-style:none;margin:0 5px 15px 5px;padding:0 5px 5px 5px}
.submeniu_negru li{float:left;line-height:20px;margin:5px 10px 5px 10px;padding:10px 0 10px 0}
.submeniu_negru li a{color:#ebebeb;padding:5px 10px 5px 10px;}
.submeniu_negru li a:hover{background:#ebebeb; color:#353535;padding:5px 10px 5px 10px; border-radius:4px; }
.clw90{width:90px}

h2.slogan:hover {
   font-family: 'Great Vibes', cursive;
   font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  text-transform: none;
  text-shadow: 1px 1px 2px #ebebeb;
  color: #ebebeb;
  text-align: center;
  margin: 10px 0 2px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
  
}
h2.slogan2 {
  font-family: 'Great Vibes', cursive;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 0 #000;
  color: #333;
  text-align: left;
  margin: 10px 0 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor:normal;
  
}

.wishlist {background:#353535;padding:10px;border-radius:5px;color:#fff;text-decoration:none;  opacity: 0.7;  filter: alpha(opacity=70); text-align:center;max-width:160px;}
.wishlist a{color:#fff}
.wishlist a:hover{color:#fff;text-decoration:underline}
.wishlist:hover{background:#000;padding:10px;border-radius:5px;color:#fff;text-decoration:none;  opacity: 0.8;  filter: alpha(opacity=80);}
.mtop10{padding-top:12px}
#wrapper.homepage.view-itemlist h2.slogan {
  margin: 25px 0 30px;
}
#wrapper.homepage.view-itemlist h2.slogan a{
  margin: 25px 0 30px;
  text-decoration:none;
  color:#fff;
}
.atribute{border-top:4px solid #ccc;border-bottom:4px solid #ccc;margin:5px 0 5px 0;padding:5px 0 5px 0}
.voda{background:  url(../images/logo_vodafone.jpg) no-repeat left; padding-left:30px;line-height:20px}
.ora{background:  url(../images/logo_orange.jpg) no-repeat left; padding-left:30px;line-height:20px}
.cosmo{background:  url(../images/logo_cosmote.jpg) no-repeat left; padding-left:30px;line-height:20px}
/*
Back to top button 
*/
#back-top {
	  bottom: 13px;
	  position: fixed;
	  right: 13px;
	  display: none;
	  z-index: 20;

}
#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
.w40{height:60px;width:81px;}
.nextmodel{
background:#000;
color:#ebebeb; 
opacity: 0.5; 
filter: alpha(opacity=50);
font-size:20px;
text-align:center;
margin:auto;
padding:5px;
border-radius:6px;
margin-left:-5px;
}
.nextmodel2{
background:#000;
color:#ebebeb; 
opacity: 0.2; 
filter: alpha(opacity=20);
font-size:40px;
text-align:center;
margin:auto;
padding:0 15px 2px 15px;
border-radius:6px;
margin-left:-5px;
}

#wrapper.homepage.view-itemlist h2.slogan a:hover{
  margin: 25px 0 30px;
  text-decoration:none;
  color:#353535;
}
h3 {
  color: #393939;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #fff;
  margin: 23px 0 27px;
}
h4 {
  font-family: 'PT Sans Narrow', sans-serif;/* 'PT Sans Narrow', sans-serif;*/
  font-size: 20px;
  line-height: 20px;  
  font-weight: normal;
  /*text-shadow: 1px 1px 2px #000;*/
  color: #fff;
  margin: 0;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  display: inline-block;
  padding: 0 13px;
  height: 35px;
  text-decoration: none;
  background: url(../images/button-bg.jpg) repeat-x;
  background-position: left top;
  border: 1px solid #393939;
  font-family:Geneva, Arial, Helvetica, sans-serif;/* 'PT Sans Narrow', sans-serif;*/
  /*Replace with your custom font*/
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover {
  background-position: left bottom;
  border: 1px solid #161115;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
button.button,
input.button {
  display: inline-block;
  padding: 2px 13px 3px;
  text-decoration: none;
  background: url(../images/button-bg.jpg) repeat-x;
  background-position: left top;
  border: 1px solid #5d575d;
  font-family: 'PT Sans Narrow', sans-serif;
  /*Replace with your custom font*/
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  vertical-align: top;
}
button.button:hover,
input.button:hover {
  background-position: left bottom;
  border: 1px solid #161115;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
a.k2ReadMore {
  margin: 8px 0 0 0;
}
.surseem{font-size:10px;color:#999;font-style:italic}
.fleft{float:left}
.stil{line-height:24px}
/*Lists*/
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li {
  background: url(../images/list-icon1.png) left 7px no-repeat;
  padding: 0 0 13px 16px;
}
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a,
ul.k2UserBlockActions li a,
ul.userLinks li a {
  font-size: 11px;
  line-height: 15px;
  color: #6f6970;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover,
ul.k2UserBlockActions li a:hover,
ul.userLinks li a:hover {
  color: #fff;
}
ul.itemList,
div.k2CategoriesListBlock.sidebar ul {
  list-style: none;
}
ul.itemList li,
div.k2CategoriesListBlock.sidebar ul li {
  background: url(../images/list-icon3.png) left 6px no-repeat;
  padding: 0 0 13px 15px;
}
ul.itemList li a,
div.k2CategoriesListBlock.sidebar ul li a {
  font-family:Geneva, Arial, Helvetica, sans-serif/* 'PT Sans Narrow', sans-serif;*/
  /*Replace with your custom font*/
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  color: #6b6b6b;
}
ul.itemList li a:hover,
div.k2CategoriesListBlock.sidebar ul li a:hover {
  color: #fff;
}
div.k2ItemsBlock.articles li {
  background: url(../images/list-icon2.png) left 6px no-repeat;
  padding: 0 0 19px 8px;
  margin: 0;
  line-height: 15px !important;
  display: block;
}
div.k2ItemsBlock.articles li a {
  font-size: 11px;
  line-height: 15px !important;
  display: inline-block;
  vertical-align: top;
  color: #6f6970;
}
div.k2ItemsBlock.articles li a:hover {
  color: #fff;
}
.pozitionatcolt{position:absolute;
				margin:370px 0 0 20px;
				padding:20px;
				z-index:9999;
				background:#000;
				color:#ebebeb; 
				opacity: 0.5; 
				filter: alpha(opacity=50);
				border-radius:4px
}
#rt-copyright {background:#ffffff;}
#rt-copyright .rt-container {background:#ffffff;}
body a {color:#a28a9f;}
body a:hover {color:#ffffff;}
a.moduleItemReadMore, a.k2ReadMore, a.moduleCustomLink {color:#ffffff; background:;}
a.moduleItemReadMore:hover, a.k2ReadMore:hover, a.moduleCustomLink:hover {color:#ffffff;background:;}
div.itemCommentsForm form input#submitCommentButton, input[type="submit"], button.button {color:#ffffff; background:;}
div.itemCommentsForm form input#submitCommentButton:hover, input[type="submit"]:hover, button.button:hover {color:#ffffff;background:;}
.sf-menu > li > a,.sf-menu > li > span{color:#7c757d; }.sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, .sf-menu > li.sfHover > span, .sf-menu > li:hover > span, .sf-menu > li.current > a, .sf-menu > li.current > span, .sf-menu > li.active > a, .sf-menu > li.active > span {color:#ffffff;}.sf-menu ul{background:#4c454b;}
.sf-menu ul > li > a, .sf-menu ul > li > span {color:#ffffff;} .sf-menu ul > li > a:hover, .sf-menu ul > li:hover > a, .sf-menu ul > li:hover > span, .sf-menu ul > li > a:active, .sf-menu ul > li.current > a, .sf-menu ul > li.current > span, .sf-menu ul > li.sfHover > a, .sf-menu ul > li.sfHover > span, .sf-menu ul > li.active > span, .sf-menu ul > li.active > a 
{color:#7c757d;}body {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; color:#6f6970; }
/*Links*/
a {
  text-decoration: none;
}
#wrapper h4 a {
  color: #fff;
}
#rt-main .ajustari{margin:10px 10px 5px 10px; min-height:390px;}
#rt-main .ajustari h3{margin:0;padding:10px 0 0 0;text-align:center;}
#rt-main .ajustari h3 a:hover{color:#353535;  text-shadow: 1px 1px 10px #666;}
#rt-main .ajustari p{margin:0;padding:5px 0 5px 0}
#rt-main .inaltimeh3{min-height:60px; }
#rt-main .inaltimeh3 h3 a{font-family: 'PT Sans Narrow', sans-serif;color:#353535}
#rt-main .inaltimeh5{min-height:150px; text-align:left; }
.inaltimeh6{min-height:285px; }
.hovv:hover{background:#f1f1f1;padding:5px}
#wrapper h4 a:hover { color: #ebebeb;}
#rt-main .ajustari img:hover {						  
						  -webkit-box-shadow: 0 0 15px #000000;
						  -moz-box-shadow: 0 0 15px #000000;
						   box-shadow: 0 0 15px #000000;
						  }
.imgartb {						  
						  -webkit-box-shadow: 0 0 5px #666;
						  -moz-box-shadow: 0 0 5px #666;
						   box-shadow: 0 0 5px #666;
						  }
.ajustari2{margin:10px 10px 5px 10px; min-height:390px}
.ajustari2 p{margin:0;padding:5px 0 5px 0}
.ajustari2 img:hover {						  
						  -webkit-box-shadow: 0 0 15px #000000;
						  -moz-box-shadow: 0 0 15px #000000;
						   box-shadow: 0 0 15px #000000;
						  }
.inaltimeh4{min-height:40px;
			position:absolute;	
			margin:-80px 0 0 0;		
			padding:5px;
			z-index:999;
			width:95.5%;			
			text-align:center;
			background:#fff;
			opacity: 0.6; 
			filter: alpha(opacity=60);
			}
						
.apeste{
  font-family: 'Great Vibes', cursive;
  font-size: 26px;   
  font-weight: normal;
  text-transform: none;
  text-align: center; 
}

			
.ajustari2 .paga{padding:5px;min-height:100px;background: url(../images/paga_bg.png) left top repeat-x;border-radius:5px;	}
.ajustari2 .paga:hover{	
			padding:5px;
			border-radius:5px;			
			background:#f4f4f4;
			color:#353535;
			}
.fundal_off{border:1px solid #ebebeb;
			margin:15px 0 10px 0;
			border-radius:10px;
			background:#ccc;
			opacity: 0.5; 
			filter: alpha(opacity=50);
		-webkit-box-shadow: 0 0 15px #666;
		-moz-box-shadow: 0 0 15px #666;
		box-shadow: 0 0 15px #666;
}
.fundal_off h2.titlehh a{color:#000; text-shadow:none;}
			
.fundal_off:hover{border:1px solid #ebebeb;			
			border-radius:10px;
			background:#ccc;
			opacity: 0.7; 
			filter: alpha(opacity=70);
		-webkit-box-shadow: 0 0 15px #666;
		-moz-box-shadow: 0 0 15px #666;
		box-shadow: 0 0 15px #666;
}
.ofertetot{text-align:center;width:100%;margin:10px 10px 0 0}

/*Images*/
span.catItemImage a {
  /*display: block;*/
  float:left;
  margin:0 0 10px 0;
  width:100%;
}
.userItemImageBlock,
.genericItemImageBlock,
.itemImageBlock {
  float: left;
  margin: 0 18px 13px 0;
}
.userItemImageBlock span a,
.genericItemImageBlock span a,
.itemImageBlock span a {
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  display: inline-block;
}
p.itemImg,
div.moduleItemThumbnail img,
span.catItemImage a {
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  position: relative;
}
span.itemImage a,
span.itemImage > img {
  display: block;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}
a.moduleItemImage {
  display: block;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top {
  background: url(../images/top-row-bg3.jpg) left top repeat-x;
  height: 30px;
}
.rt-container #rt-logo {
  position: relative; 
  height:90px;
  width:280px;
  background:url('../images/ophelia_logo.png') no-repeat;
}
#rt-top .topWrap {
  background: url(../images/top-row-container-bg3.jpg) center top no-repeat;
  height: 30px;
  width: 100%;
}
/*=== HEADER POSITION ===*/
#rt-header {
  /* background: url(../images/header-row-bg3-03.jpg) ;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
 border-top: 1px solid #3c373b;
  border-bottom: 1px solid #3c373b;*/
}
/* si aici trebuie modificat */
#rt-header .headerWrap {
  background: url(../images/header-container-bg3.jpg) center repeat-x;
  height: 150px;
  width: 100%;
}
.rt-block.logo {
  position: relative;
  top: 10px;
}
.rt-block.logo a {
  margin: 0 auto;
}
ul.sf-menu {
  margin:0;
  position: relative;
  top: 27px;
  left:0;
  }
ul.sf-menu > li {
  padding: 5px 10px 5px 10px;
  text-align:center;
  background: url(../images/nav-icon3.png) right top no-repeat;
  margin: -24px 8px 0 8px;
  box-shadow: 1px 1px 30px #666;
  border-radius:5px;
  
}
ul.sf-menu > li a.negrutop{color:#353535}
.fright{float:right;}
ul.sf-menu > li.lastItem {
  background: none;
  margin-right: 0;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 2px;
  font-family:Geneva, Arial, Helvetica, sans-serif; /*'PT Sans Narrow', sans-serif;*/ 
  font-size: 14px;  
  line-height: 14px; 
  margin:3px;  
  color:#353535;
  font-weight: normal;  
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.sf-menu li a:hover {
  display: block;
  padding: 2px;
  font-family:Geneva, Arial, Helvetica, sans-serif; /*'PT Sans Narrow', sans-serif;*/ 
  font-size: 14px;  
  line-height: 14px; 
  margin:3px;  
  color:#353535;
  font-weight: normal;
  text-shadow: 1px 1px 20px #000000;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 35px;
  width: 200px;
  border-radius:3px;  
  box-shadow: 0 0 30px #ccc inset;
}
ul.sf-menu ul {
  width: 200px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 140px;
  top: -0.5em;  
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 140px;
  top: -0.5em;
}
ul.sf-menu ul {
  padding: 0.5em 0;
  background:#f5f5f5;
  
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  font-family:Geneva, Arial, Helvetica, sans-serif; /*'PT Sans Narrow', sans-serif;*/
  font-size: 12px; 
  font-weight: normal; 
  padding: 5px 5px 5px 13px;
  color:#353535;
  text-align:left;
}
ul.sf-menu ul li a:hover,
ul.sf-menu ul li span:hover {
  display: block;
  font-family:Geneva, Arial, Helvetica, sans-serif; /*'PT Sans Narrow', sans-serif;*/
  font-size: 12px; 
  font-weight: normal; 
 padding: 5px 5px 5px 13px;
  color:#000;
  text-align:left;  
  text-shadow:none;
  box-shadow: 0 0 10px #ccc;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
#rt-showcase .rt-container {
  padding: 1px 0 1px 0;
}
#wrapper.homepage.view-itemlist #rt-showcase .camera_wrap {
  height: 440px !important;
 /*margin-bottom: 125px !important;*/
  width: 100%;
}
/*=== FEATURE POSITION ===*/
#wrapper.homepage.view-itemlist div.themeBody {
  padding: 0px 0 39px 0;
}
div.themeBody {
  background: url(../images/content-row-bg3.jpg) left top repeat;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  border-top: 1px solid #3c373b;
  border-bottom: 1px solid #3c373b;
  position: relative;
  padding: 12px 0 39px 0;
}
div.themeBody:after {
  position: absolute;
  content: ".";
  text-indent: -999em;
  width: 100%;
  height: 100%;
  /*background: url(../images/themeBody-bg.jpg) center top no-repeat;*/
  left: 0;
  top: 0;
  z-index: 1;
}
div.themeBody > div {
  position: relative;
  z-index: 2;
}
div.k2ItemsBlock.stairs ul {
  overflow: hidden;
}
div.k2ItemsBlock.stairs ul li {
  background:#000;
   opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 16px 20px;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  border-radius:4px;
  width: 424px;
  margin: 0 0 12px 0;
}
div.k2ItemsBlock.stairs ul li a.moduleItemReadMore {
  background: url(../images/more-arrow.png) no-repeat;
  background-position: left top;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  box-shadow: none;
}
.sageata{
  background: url(../images/more-arrow.png) no-repeat;
  background-position: left top;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  float:right;
}
.sageata:hover{
 background-position: left -21px;
}
div.k2ItemsBlock.stairs ul li a.moduleItemReadMore:hover {
  background-position: left -21px;
}
div.k2ItemsBlock.stairs ul li h4 {
  margin-top: 0;
  margin-bottom: 6px;
}
div.k2ItemsBlock.stairs ul li.item1 {
  margin-left: 40px;
}
div.k2ItemsBlock.stairs ul li.item2 {
  margin-left: 80px;
}
div.k2ItemsBlock.stairs ul .moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.stairs ul .moduleItemIntrotext p {
  display: inline;
  color:#999;
}
#wrapper.homepage.view-itemlist #rt-feature .rt-container {
  padding: 0 0 26px 0;
}
#rt-feature .rt-container {
  background: url(../images/content-border-bg3-01.png) center bottom no-repeat;
  position: relative;
  padding: 0 0 21px 0;
}
.fundaltranzitie {background: url(../images/top_gradient3.png) left top repeat-x;margin-top:0px}
.fundaltranzitie_produs {background: url(../images/body-bg3.png) left top repeat-x #353535;margin-top:0px}

#rt-feature .rt-container:before {
  position: absolute;
  content: ".";
  text-indent: -999em;
  bottom: 13px;
  right: 10px;
  width: 445px;
  border-bottom: 1px solid #625d63;
}
#rt-feature .rt-container:after {
  position: absolute;
  content: ".";
  text-indent: -999em;
  bottom: 13px;
  left: 10px;
  width: 445px;
  border-bottom: 1px solid #625d63;
}
#wrapper.homepage.view-itemlist #rt-feature .rt-container {
  background: none;
  padding: 0;
}
#wrapper.homepage.view-itemlist #rt-feature .rt-container:before,
#wrapper.homepage.view-itemlist #rt-feature .rt-container:after {
  display: none;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container {
  background: url(../images/content-border-bg3-01.png) center bottom no-repeat;
  position: relative;
  padding: 0 0 26px 0;
}
#separator {
  background: url(../images/content-border-bg3-01.png) center bottom no-repeat;
  position: relative;
  padding: 0 0 26px 0;
}

#rt-maintop .rt-container:before {
  position: absolute;
  content: ".";
  text-indent: -999em;
  bottom: 13px;
  right: 10px;
  width: 400px;
  border-bottom: 1px solid #625d63;
}
#rt-maintop .rt-container:after {
  position: absolute;
  content: ".";
  text-indent: -999em;
  bottom: 13px;
  left: 10px;
  width: 400px;
  border-bottom: 1px solid #625d63;
}
/*=== CONTENT ===*/
#rt-main.mb8-sa4 #rt-mainbody {
  margin: 0 80px 0 0;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
.cols li {
  position: relative;
}
.cols div.triangle {
  background: url(../images/triangle2.png) right bottom no-repeat;
  height: 152px;
  width: 300px;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cols div.triangle a.moduleItemTitle {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 47px;
  left: 20px;
}
.cols div.triangle span.collection {
  font-family:Geneva, Arial, Helvetica, sans-serif; /*'PT Sans Narrow', sans-serif;*/
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 26px;
  left: 70px;
}
.cols div.triangle:hover {
  background: url(../images/triangle2.png) left bottom no-repeat;
}
.cols div.triangle:hover a.moduleItemTitle {
  color: #353535;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cols div.triangle:hover span.collection {
  color:#7c757d; /*#fff;*/
}
.cols ul {
  margin: 0 -10px;
}
.cols.three li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
  float: left;
  width: 320px;
}
.cols.four li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
  float: left;
  width: 240px;
}
p.itemImg {
  float: left;
  margin: 0 18px 0 0;
}
p.itemImg a {
  display: block;
}
div.itemIntroText p.itemImg {
  margin-bottom: 13px;
}
div.itemIntroText p.itemImg a {
  display: inline;
  line-height: 1px;
  height: 1px;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.catItemView div.catItemHeader h4.catItemTitle {
  margin-bottom: 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: -50%;
  width: 36px;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
}
#port div.itemExtraFields ul {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 1em;
  float: right;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  text-decoration: none;
  color: #fff;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 1em;
}
#port .itemList > div {
  margin: 0 -1em;
}
/*== Blog Page ==*/
#blog .catItemHeader h3.catItemTitle,
#blog .itemHeader h3.catItemTitle,
#blog .userItemHeader h3.catItemTitle,
#blog .genericItemHeader h3.catItemTitle,
#blog .catItemHeader h3.userItemTitle,
#blog .itemHeader h3.userItemTitle,
#blog .userItemHeader h3.userItemTitle,
#blog .genericItemHeader h3.userItemTitle,
#blog .catItemHeader h3.genericItemTitle,
#blog .itemHeader h3.genericItemTitle,
#blog .userItemHeader h3.genericItemTitle,
#blog .genericItemHeader h3.genericItemTitle {
  font-family:Geneva, Arial, Helvetica, sans-serif;/* 'PT Sans Narrow', sans-serif;*/
  /*Replace with your custom font*/
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: normal;
  /*text-shadow: 1px 1px 2px #000;*/
  color: #fff;
  margin: 0 0 8px 0;
}
#blog .catItemHeader > div,
#blog .itemHeader > div,
#blog .userItemHeader > div,
#blog .genericItemHeader > div,
#blog .catItemHeader > span,
#blog .itemHeader > span,
#blog .userItemHeader > span,
#blog .genericItemHeader > span {
  display: inline;
  color: #787478;/*#a28a9f;*/
}
#blog .itemContainer,
#blog .userItemView,
#blog .genericItemView {
  margin-bottom: 40px;
}
#blog p {
  margin: 16px 0;
}
#blog p.itemImg {
  margin: 0px 18px 0px 0;
}
#blog .itemIntroText p.itemImg {
  display: none;
}
#blog .userItemIntroText p.itemImg,
#blog .genericItemIntroText p.itemImg {
  display: none;
}
#blog .itemImageBlock {
  margin-right: 0;
  float: none;
}
.userItemIntroText p.itemImg,
.genericItemIntroText p.itemImg {
  display: none;
}
/*== History Page ==*/
#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0;
}
#history div.catItemHeader span.catItemEditLink {
  float: none;
}
#history div.catItemBody {
  overflow: hidden;
  padding: 0 2em 0 0;
}
.catItemIntroText p {
  margin: 0;
  text-align:justify;
}
.aallj{text-align:justify;}
.aallj p{text-align:justify;margin:0;padding:4px 0 4px 0}
#history .K2ItemsRow .itemContainer {
  margin: 0 0 2em 0;
}
/*== FAQs Page ==*/
#faqs div.catItemHeader h3 {
  font-family:Geneva, Arial, Helvetica, sans-serif/* 'PT Sans Narrow', sans-serif;*/;
  /*Replace with your custom font*/
  padding:0px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  margin: 13px 0 0 0;
}
#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font-family: 'PT Sans Narrow', sans-serif;
  /*Replace with your custom font*/
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
}
#faqs div.catItemView {
  margin: 0 0 2em 0;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials .itemContainer {
  margin: 0 0 2em 0;
}
/*== Team Page ==*/
#team h4.catItemTitle {
  margin-bottom: 0;
}
#team .itemContainer {
  margin-bottom: 2em;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search #searchForm input#search-searchword {
  width: 40%;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 34px;
  line-height: 14px;
  padding: 10px 1em;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: 1px solid #5d575d;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  background: #393338;
  color: #6f6970;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 1em;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  width: 100%;
  border: 1px solid #5d575d;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  background: #393338;
  color: #6f6970;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  padding: 0 13px;
  height: 35px;
  text-decoration: none;
  background: url(../images/button-bg.jpg) repeat-x;
  background-position: left top;
  border: 1px solid #5d575d;
  font-family: 'PT Sans Narrow', sans-serif;
  /*Replace with your custom font*/
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
  color: #fff;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  background-position: left bottom;
  border: 1px solid #161115;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav {
  color: #6f6970;
}
/* Comments */
#comment-form dl {
  margin-bottom: 2em;
}
div.itemComments {
  margin: 40px 0 0 0;
  overflow: hidden;
}
div.itemComments ul.itemCommentsList li {
  border: 1px solid #5d575d;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  padding: 2em;
  background: #393338;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentBody p {
  margin: 0 0 1em 0 !important;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
  text-align: right;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 2em 0 0;
}
div.itemComments .itemCommentsForm {
  margin: 40px 0 0 0;
  overflow: hidden;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  width: 60%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== SIDEBAR ===*/
#rt-sidebar-a > div,
#rt-sidebar-b > div,
#rt-sidebar-c > div {
  margin-bottom: 2em;
  overflow: hidden;
}
div.k2ItemsBlock.news ul li {
  margin: 0 0 36px 0;
}
div.k2ItemsBlock.news ul li a.moduleItemReadMore {
  background: url(../images/more-arrow.png) no-repeat;
  background-position: left top;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
div.k2ItemsBlock.news ul li a.moduleItemReadMore:hover {
  background-position: left -21px;
}
div.k2ItemsBlock.news ul li .moduleItemThumbnail {
  float: left;
  margin: 0 18px 0 0;
}
div.k2ItemsBlock.news ul li .moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.news ul li .moduleItemIntrotext p {
  display: inline;
}
div.k2ItemsBlock.news ul li span.moduleItemDateCreated {
  display: block;
  color: #a28a9f;
  margin: 0 0 1em 0;
}
div.k2ItemsBlock.news ul li a.moduleItemTitle {
  font-family: 'PT Sans Narrow', sans-serif;
  /*Replace with your custom font*/
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color: #a28a9f;
}
div.k2ItemsBlock.news ul li a.moduleItemTitle:hover {
  color: #ccc;
  text-shadow: 1px 1px 3px #000;
}
div.k2ItemsBlock.news ul li.lastItem {
  margin: 0;
}
div.k2ItemsBlock.news a.moduleCustomLink {
  margin: 15px 0 0 0;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom .rt-container .k2ItemsBlock.news ul {
  overflow: hidden;
}
#rt-mainbottom .rt-container .k2ItemsBlock.news ul li {
  margin-bottom: 30px;
}
#rt-mainbottom .rt-container .k2ItemsBlock.news ul li.item3,
#rt-mainbottom .rt-container .k2ItemsBlock.news ul li.item4,
#rt-mainbottom .rt-container .k2ItemsBlock.news ul li.item5 {
  margin-bottom: 8px;
}
/*=== BOTTOM POSITION ===*/
#rt-bottom .rt-container {
  padding: 20px 0 0 0;
}
#rt-bottom .rt-container h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  /*Replace with your custom font*/
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  margin: 16px 0 23px 0;
}
#rt-bottom .rt-container .rt-omega {
  text-align: right;
}
#rt-bottom .rt-container .rt-omega > .social {
  position: relative;
  left: 0;
  top: -20px;
}
#rt-bottom .rt-container .rt-omega > .rt-block {
  position: relative;
  top: 60px;
}
#rt-bottom .rt-container .rt-omega > .rt-block a {
  color: #6f6970;
}
#rt-bottom .rt-container .rt-omega > .rt-block a:hover {
  color: #fff;
}
p.copyright {
  font-size: 11px;
  text-transform: uppercase;
}
.smile ul {
  margin: 0;
}
/*=== FOOTER POSITION ===*/
/*=== Popup ===*/
#rt-popup {
  display: none;
}

/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/
  /*font*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px #000;
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
  z-index: 50;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 30%;
}
/*======= Under Construction ============*/
h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}
.formabonare{margin:-5px 0 0 0}
.abonarejos{background:#363135;border:1px solid #666;padding:5px;color:#ccc;width:140px;}
.sbmtabon{background:#363135;border:1px solid #666;padding:5px;color:#fff}
.cautasus{background:none;border:1px solid #ccc;padding:3px;color:#353535}
.possrctop{position:absolute;margin:0 0 0 100px}
/*=== COLOR VARIABLES ===*/
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
/*=== HEADER POSITION ===*/
/*=== SHOWCASE POSITION ===*/
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
/*== Portfolio Page ==*/
#port div.itemExtraFields {
  border-color: #5d575d;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  border-right: 1px solid #5d575d;
}
/*== User Profile ==*/
div.profile dl {
  border-bottom: 1px solid #5d575d;
}
/*== Search Page ==*/
div.component-content > div.search #searchForm div.form-limit-and-counter {
  border-top: 1px solid #5d575d;
  border-bottom: 1px solid #5d575d;
}
/*== User Registration ==*/
div.k2AccountPage {
  border-top: 1px solid #5d575d;
}
div.k2AccountPage > dl {
  border-bottom: 1px solid #5d575d;
}
/* Pagination */
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  background: ;
  color: ;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  color: ;
}
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav {
  color: ;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
@charset "utf-8";
/* Social Media Icon Links Extension (S.M.I.L.E.) */
div.smile a {display:inline-block;width:auto;outline:none;}
div.smile a img {border:none;}
div.smile a:hover {background:none;}
div.smilecredits {width:100%}
div.smilecredits a {font-size:10px;}
.clr {clear:both;}
	

/*==================paginatie========================*/

div.pagination  {
	width:auto;
	padding:0 5px 5px 5px ;	
	margin:17px 0 0 0;
		
}
div.pagination a {
	padding: 5px 7px 5px 7px;
	margin: 3px;	
	text-decoration: none; /* no underline */
	color:#747474;
}
div.pagination a:hover, div.pagination a:active {	
	color: #fff;	
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	border-radius:4px;
}
div.pagination span.current {
	padding: 5px 7px 5px 7px;
	margin: 5px 2px 2px 2px;	
    font-weight: bold;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	color: #ebebeb;
	border-radius:4px;
	
	}
	div.pagination span.disabled {
		padding: 5px 7px 5px 7px;
		margin: 2px;
		color: #DDD;
	}
	
	.paginationcontainer{
				   color:#353535;				   
				   text-align:center;
				   padding:0 0 10px 0;
				   margin:10px 0 10px 0;
				   width:100%;
				   z-index:99;
}
/*==================paginatie========================*/