/*
	magenta : db204c
*/

@charset "utf-8";

@font-face {
	font-family: 'Lato';
	src: url('Lato-Light.ttf');
}

@font-face {
	font-family: 'Dosis';
	src: url('Dosis-Light.ttf');
}

html {overflow-y: scroll}
body { 
	position: relative;
	width: 100%;
	background: url(../images/template/vgrad-400.png) repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;	
	font-family: 'Bliss Light', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
}

*{
	margin:0px;
	padding:0px;
}

*:focus{
	outline:none;
}

.clear{
	clear:both;
}

.clear.block {
	display: block;
	height: 20px;
}

/* Global [CSS] */

div.message {font-family:"Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#fff; background:#c00}

div.cm-filemanager {width:100% !important; height:auto !important; max-height:240px !important; display:block; overflow:auto; padding:0; margin:10px 0}
div.cm-filemanager header {clear: both; overflow: hidden}
div.cm-filemanager header a {float: left; color: #555; text-decoration: none; font-size: 12px !important}
div.cm-filemanager header a:hover {color: #db204c}
#refreshControl {float:right; margin-right:25px; width: 65px;}
#refreshControl a {float: right; vertical-align: middle;}
#refreshControl span {width:16px; height:16px; display:inline-block; background:url(../images/template/refresh-icon.png) no-repeat 0 0; vertical-align:middle}

#wysiwyg-addImage {width:750px !important}
#wysiwyg-addLink {min-width: 460px !important; width:auto !important; max-width:470px !important}

#wysiwyg-addLink div.cm-filemanager {height: 200px !important}
#wysiwyg-addLink label {font-size: 12px}
#wysiwyg-addLink .file-wrapper {text-align: left; margin: -10px 0}
#wysiwyg-addLink .file-wrapper div {vertical-align: middle;}
#wysiwyg-addLink .file-wrapper div span.icon {width:16px; height:16px; display:inline-block; margin-right:4px; margin:-1px 4px -1px 0; vertical-align: middle;}

div[aria-labelledby] {width:auto !important}
#wysiwyg-tableInsert {width:250px}
#wysiwyg-tableInsert table {width:100%; padding:5px 20px 20px 10px}
#wysiwyg-tableInsert input[type=text] {width:20px !important; text-align: center;}

div.ui-dialog[role=dialog] a {color:#555 !important; text-decoration: none; font-size: 14px}
div.ui-dialog[role=dialog] a:hover {color:#db204c !important}
div.ui-dialog[role=dialog] #linkhref {width:450px !important; font-size: 14px}

#add-article-dialog, #mod-article-dialog {width:420px !important}
#add-article-dialog table, #mod-article-dialog table {width:100%}
#add-article-dialog table td, #mod-article-dialog table td {vertical-align:top !important; padding:5px !important}
#add-article-dialog table td span, #mod-article-dialog table td span {display:block; padding-top:8px !important}
#add-article-dialog table input[type=text], #add-article-dialog table textarea,
#mod-article-dialog table input[type=text], #mod-article-dialog table textarea
 {width:300px; padding:7px !important}

*>select, *>option {color:#555}
div.ui-dialog label {text-transform:capitalize}

td.left, p.left {text-align: left !important}


/* Forms */
form * {margin:5px 0;}
* select, * input[type=text], input[type=password], input[type=file], textarea {border:1px solid #bbb !important; background:#fff url(../images/template/field-bg-2.png) repeat-x 0 1px}
* select, * input[type=text], input[type=password], input[type=file], textarea {padding:7px !important; color:#666 !important; width:200px}
* select, * input[type=text], input[type=password], input[type=file], textarea {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; border-radius:4px}
* textarea {background:#fff url(../images/template/field-bg-2.png) repeat-x 0 1px !important; padding:7px !important; width: auto !important}
* select {width: auto !important}

input[type=submit], input[type=reset], .button, button {
	background: #db204c url(../images/template/gradient-light-50.png) repeat-x 0 -10px;
	border-radius: 5px; border: 1px solid #db204c;
	box-shadow: inset 0px 1px 0px #e57993;
	color: #fff !important; display: inline-block;
	font-family: sans-serif; font-size: 18px;	
	height: 32px !important; line-height: 32px;	text-align: center;
	text-shadow: 1px 1px 0px #3f146a;
	width: auto; text-decoration: none; padding: 0 20px; cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover, .button:hover, button {
	background-color: #111;
	text-shadow:1px 1px 0px #000;
	border: 1px solid #222;
	box-shadow: inset 0px 1px 0px #666;
}

button:hover {
	background-color: #db204c !important;
	text-shadow:1px 1px 0px #3f146a;
	border: 1px solid #db204c;
	box-shadow: inset 0px 1px 0px #e57993;	
}

div.succes {color:#0c0;}
div.fail {color:#c20;}


#global-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

#site-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height: auto;
}

#main-menu {
	position: relative;
	width: 730px;
	height: 30px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

#main-menu-wrapper #{
	position: relative;
	float: right;
	width: 200px;
	height: 25px;	
	padding-right: 20px;
	margin-top: 10px;
	text-align: right;
}

#main-menu-wrapper # #-input{
	position: relative;
	width: 122px;
	height: 20px !important;	
	border: 1px solid #dddddd !important;
	background: #FAFAFA !important;
	padding:0 5px !important;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color: #999999 !important;
	margin:0 !important;
	font-size: 11px !important;
}

#main-menu .details-btn {margin-left: 5px}

#main-menu-wrapper # #-button{
	float: right;
	margin:5px -25px 0 10px !important;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
	border: none !important;
	box-shadow: none !important;
	background: url(../images/icons/-icon.png) no-repeat;
	width: 16px !important;
	height: 13px !important;
}

#main-menu-wrapper # #-input:focus{
	background-color: #FFFFFF;
}

#main-menu a:link, 
#main-menu a:visited {
	position: relative;
	margin-right: 16px;
	margin-right: 20px\9;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#main-menu a:last-child {margin-right: 0}

#main-menu .details-btn {background-color:#db204c; border: 1px solid #db204c}
#main-menu .details-btn:hover {background-color:#333; border: 1px solid #333}

#main-menu a:hover, 
#main-menu a:active,
#main-menu a:focus {
	padding-bottom: 1px;
	border-bottom: 1px solid #999;	
}

#site-content-wrapper {
	position: relative;
	width: 930px;
	height: auto;
	min-height: 400px;
	padding-left: 20px;
	padding-right: 20px;

}

#site-content-wrapper #snow-left, #site-content-wrapper #snow-right {position: absolute; width:100px; height: 85px; display: block; z-index: 999999}
#snow-left {background: url(../images/template/snow-l.html) no-repeat 50% 50%; top: -10px; left: -10px}
#snow-right {background: url(../images/template/snow-r.html) no-repeat 50% 50%; top: -10px; right: -10px}

/* HEADER */

#header { 
	position: relative;
	width: 100%;
	height: 0px;
}

#header #logo-wrapper{
	position: relative;
	display: block;
	width: 230px;
	height: 44px;
	margin: 20px 0 0;
	text-indent: 0px;
	float: left;
	cursor: pointer;	
}

#header #logo{
	/* background: url(../images/template/logo-pb.png); */
	width: 230px;
	height: 44px;
	position: relative;
	text-indent: -99999px;
}

#header #large-menu{
	position: relative;
	width: 673px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;	
	float: right;
	left:1px;
}

#header #large-menu .large-menu-entry{
	position: relative;
	width: 145px;
	height: 50px;
	padding: 10px 5px 4px 10px;
	float: left;

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
	
	border-left: 1px solid rgba(213,213,213,0);
	border-right: 1px solid rgba(213,213,213,0);
	border-top: 1px solid rgba(213,213,213,0);
}

#large-menu .large-menu-entry .menu-entry-shadow {
	position: absolute;
	display: none;
	background: url(../images/template/menu-tab-bg.png) no-repeat 0 0;
	width:196px;
	height: 66px;
	top:-3px;	
	left:-19px;
	z-index: 998;
}

#header #large-menu .large-menu-entry:not(:last-child) {
	margin-right: 8px;	
}

#header #large-menu .large-menu-entry:last-child {
	width: 145px;
}

#header #large-menu .large-menu-entry .title {
	position: relative;
	font-size: 16px;
	text-align: left;
	color: #db204c;
}

#header #large-menu .large-menu-entry .description {
	position: relative;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	color: #999999;
}

.large-menu-selected{
	background: #fefefe;
	border-left: 1px solid rgba(213,213,213,255) !important;
	border-right: 1px solid rgba(213,213,213,255) !important;
	border-top: 1px solid rgba(213,213,213,255) !important;
	z-index: 999;
	

}

#header #large-menu #large-menu-overlay{
	display: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	position: absolute;
	z-index: 998;
	top: 34px;
	width: 650px;
	height: auto;
	left:0;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background: #F9F9F9 url(../images/template/vgrad-200.png) repeat-x 0 -50px;
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	border: 1px solid #D5D5D5 !important;	
}

#large-menu-overlay {margin-top: 40px}
#header #large-menu #large-menu-overlay .large-menu-overlay-item{
	display:none;
	margin-top: 10px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description{
	position: relative;
	float:left;
	width: 620px;
	height: auto;
	overflow: hidden;
	padding:0 10px;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;	
	color: #555555;
	margin-top: -10px;
	padding-top: 15px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description p {margin: 5px 0}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a.details-btn {
	line-height: 12px; margin:0;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a.details-btn{
	position: absolute;
	top: 0px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a#details-btn-0{	
	left: 50px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a#details-btn-1{	
	left: 220px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a#details-btn-2{	
	left: 390px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a#details-btn-3{	
	left: 558px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a {text-decoration: none; color: #db204c}
#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a:hover {color: #333}
#header #large-menu #large-menu-overlay .large-menu-overlay-item .description a.details-btn.large {display: none}
#pb-content a.details-btn.large {display: block; margin-top: 10px !important; width: 200px !important}
#pb-content #homepage a.details-btn.large {}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list{
	position: relative;
	float: right;
	width: auto;
	height: auto;
	overflow: hidden;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul {
	list-style-type: none;
	padding-right: 10px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li {
	margin: 1px 8px;
	padding:8px 0px; 
	font-size: 10px;
	border-radius: 4px;	
	text-align: center;
	display: block;
	float: left;
	width: 197px;
	overflow: hidden;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list span.controls {clear: both; display:block; height: 25px; padding:10px 0}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li a.details-btn {width: auto !important; max-width: 100px !important; margin: 0 auto}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li:hover {
	background: #eee url(../images/template/vgrad-50.png) repeat-x 0 0;
	margin: 0 7px;
	border: 1px solid #eaeaea;
	cursor: pointer;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li:hover a {color: #333 !important}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li a:link,
#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #db204c;
	font-size:12px;
}

#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li a:hover,
#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li a:active,
#header #large-menu #large-menu-overlay .large-menu-overlay-item .link-list ul li a:focus{
	color: #333333;
}

.large-menu-overlay-rounded-top-left{
	-webkit-border-top-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-top-left-radius: 5px !important;
}

.large-menu-overlay-rounded-top-right{
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	border-top-right-radius: 5px !important;
}


/* END OF HEADER */

/* CONTENT */

/* CAROUSEL */

#pb-carousel {overflow: hidden !important}

#site-content #pb-carousel ul li{
	position: relative;
	display: inline-block;
	height: 300px;
	width: 930px;
	text-align: left;
	float: left;
}

#pb-carousel.min {margin-left: 260px; max-height: 230px; display: none} /* Remove display:none to bring back the minified carousel */
#pb-carousel.min ul li {width: 670px; height: 240px !important}
#pb-carousel.min ul li img {width: 670px; }
#pb-carousel.min ul li div.label {top: 10px}

#pb-carousel ul li div.label {position: absolute; left:30px; top: 40px; z-index: 888; height: 230px; width: 350px}
#pb-carousel ul li div.label {background: none; font-size: 32px; font-weight: 200; font-family: Lato}
#pb-carousel ul li div.label span {color: #db204c; text-transform: uppercase; font-size: 36px}
#pb-carousel ul li div.label p {padding-left: 70px}
#pb-carousel ul li div.label strong {position: absolute; font-size: 90px; font-family: Arial, sans-serif; font-weight: 800; top:-5px; color: rgba(0,0,0,0.2)}

#site-content #pb-carousel .carousel-control.next.carousel-next,
#site-content #pb-carousel .carousel-control.previous.carousel-previous{
	display: none !important;
}
#site-content #pb-carousel .carousel-pagination{
	position: relative;
	text-align: left;
	margin-top: -30px;
	margin-left: 20px;
	z-index: 997;
}

#site-content #pb-carousel .carousel-pagination p a{ 
	position: relative;
	display:inline-block;
	height: 5px;
	width: 5px;
	padding: 3px;
	margin-right: 10px;
	background: #EEEEEE ;
	
	cursor: pointer;
	
	font-size: 0px;
	color: #EEEEEE;
	
	border: 1px solid #999999;
}

#site-content #pb-carousel .carousel-pagination p a.active{ 
	position: relative;
	margin-right: 10px;
	background: #999999;
	
	cursor: pointer;
	
	font-size: 0px;
	color: #999999;
}

#site-content #pb-carousel {margin-top: 0; padding-bottom:10px; border:1px solid #d5d5d5; min-height: 200px; max-height: 290px}
#site-content #pb-carousel .carousel-pagination p a span {display: none}

/* END OF CAROUSEL */

/* END OF CONTENT */


/* FOOTER */
#footer {
	position: relative;
	width: 930px;
	min-height: 200px;
	height: auto;
	background: #eee url(../images/template/footer-bg.png) no-repeat 50% 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
	-moz-box-shadow: 0px 5px 10px #BBBBBB;
	-webkit-box-shadow: 0px 5px 10px #BBBBBB;
	box-shadow: 0px 5px 10px #BBBBBB;
}

#footer #footer-top-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	text-align: right;
	background: url(../images/template/logo-footer.png) no-repeat 0% 20px;
}

#footer-top-wrapper ul {display: inline-block; list-style: none; font-size: 12px; padding: 0; margin: 0 28px 0 20px}
#footer-top-wrapper ul {margin-top: 15px; vertical-align:top; max-width: 170px}
#footer-top-wrapper ul li {text-align: left; color: #666666}
#footer-top-wrapper ul li:first-child {font-weight: bold; margin-bottom: 5px}
#footer-top-wrapper ul li a {color: #999999; font-size: 11px; text-decoration: none}
#footer-top-wrapper ul li a:hover {color: #333333}

#footer-top-wrapper .contact {position: absolute; text-align: left; color: #999999; font-size: 12px; top:100px; width: 200px}
#footer-top-wrapper .contact span {color: #666666}
#footer-top-wrapper .contact span.copy {font-size: 11px; color: #999999; position:absolute; top: -30px}

#footer-top-wrapper .contact a {color: #db204c; font-size: 11px; text-decoration: none}
#footer-top-wrapper .contact a:hover {color: #333333}

#footer #footer-bottom-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0 14px 0;
	margin: 5px 0;
	border-top: 1px solid #ccc;
	box-shadow: inset 0px 1px 0px #fff;
}

#footer #footer-bottom-wrapper #footer-bottom-left{
	position: relative;
	float: left;
	width: 750px;
	text-align: left;
}

#footer #footer-bottom-wrapper a:after {content: "\0000a0\0000a0\0000a0|"}
#footer #footer-bottom-wrapper a:last-child:after {content: ""}

#footer #footer-bottom-wrapper a:link, 
#footer #footer-bottom-wrapper a:visited{
	margin-right: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #999999;
}

#footer #footer-bottom-wrapper a:hover, 
#footer #footer-bottom-wrapper a:active{
	text-decoration: none;
	color: #333333;
}

#footer #footer-bottom-wrapper #footer-bottom-center{
	position: relative;
	float: left;
	width: 310px;
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer #footer-bottom-wrapper #footer-bottom-right{
	position: relative;
	float: right;
	width: 180px;
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
	color: #999999;
}

#footer #footer-bottom-wrapper #footer-bottom-right a {
	color:#555;
	padding: 5px 20px 5px 0;
	background: url(../images/template/cm-icon.png) no-repeat 100% 50%;
}

#footer #footer-bottom-wrapper #footer-bottom-right a:hover {color:#db204c}




/* END OF FOOTER */

#pb-content {padding: 15px 0 0; text-align: left; color: #444}
#pb-content {font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 14px}
#pb-content h1 {font-weight: normal; font-size: 32px; line-height: 82px; text-align: left;}
#pb-content h2 {font-weight: normal; color: #db204c; margin-bottom: 10px}
#pb-content p {line-height: 24px; margin-top: 15px; text-align: justify;}
#pb-content hr {color: #000; opacity: 0.3; margin: 10px 0}

#pb-content ul, #pb-content ol {margin: 0 60px}
#pb-content ul li, #pb-content ol li {margin: 10px 0}
#pb-content a {color: #db204c; text-decoration: none}
#pb-content a:hover {color: #333}

#pb-content aside {float: left; width: 240px; min-height: 235px; margin-right: 15px; padding-top: 5px}
#pb-content aside {border-right:1px solid #ddd; box-shadow: inset -1px 0 0 #fff; margin-top: -255px; margin-top: 0}
/* Remove the last margin-top above to fix the sidebar when the carousel is displayed */

#pb-content aside h1 {font-size: 18px; color: #666; font-weight: normal}
#pb-content aside ul {margin: -10px 0 0 25px !important}

#pb-content aside header {color:#db204c; font-size: 26px; line-height: 24px}
#pb-content aside header span {font-size: 16px; color: #666; line-height: 40px}

#pb-content #back-button.button {font-size: 12px; text-shadow:none; padding: 7px 10px 5px 27px}
#pb-content #back-button.button {height: auto !important; line-height: 12px; top: -20px; margin-bottom: 10px}
#pb-content #back-button.button {background: url(../images/template/back-arrow.png) no-repeat 10px 50%, #db204c url(../images/template/gradient-light-50.png) repeat-x 0 -10px}
#pb-content #back-button.button:hover {background-color: #111 !important}

#pb-content div.wrapper {margin-left: 260px; font-size: 14px; line-height: 24px; text-align: justify;}

#pb-content section {margin: 10px 0}
#pb-content section a {display: inline-block; padding: 2px 15px; background: #999; color: #fff; border-radius: 5px}
#pb-content section a:hover {background: #333; color: #fff}

#pb-content h1 span.controls {}
#pb-content h1 span.controls a {display: inline-block; width: 32px; height: 32px; vertical-align: middle;}
#pb-content h1 span.controls a {background: url(../images/template/crud-icons-black-32.png) no-repeat 0 0; opacity: 0.3}
#pb-content h1 span.controls a:hover {opacity: 0.7}
#pb-content h1 span.controls a.add {background-position: 0 0}
#pb-content h1 span.controls a.edit {background-position: -32px 0}
#pb-content h1 span.controls a.delete {background-position: -64px 0}

#pb-content table {border-collapse: collapse}
#pb-content table td {padding: 15px 10px; border: 1px solid #ccc; text-align: left; vertical-align: top}

* .details-btn {background: #333 url(../images/template/vgrad-50.png) repeat-x 0 -30px; color: #fff !important;}
* .details-btn {text-decoration: none; padding: 1px 6px; font-size: 11px; text-align: center; width: auto}
* .details-btn {border-radius: 4px; border: 1px solid #333; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2)}
* .details-btn.selected,
* .details-btn:hover {background-color: #db204c; border: 1px solid #db204c}
* .details-btn.large {padding: 25px; font-size: 16px; position: absolute; top:135px; border: 1px solid #db204c}
* .details-btn.large {background: #db204c url(../images/template/vgrad-200.png) repeat-x 0 -120px; left: 70px}
* .details-btn.large {text-shadow:1px 1px 1px rgba(0,0,0,0.2); font-family: sans-serif}
* .details-btn.large:hover {background-color: #333; border: 1px solid #333}

#homepage {margin-top: 10px}
#homepage .left, #homepage .right {display: inline-block; vertical-align: top; text-align: justify;} 
#homepage .left {width: 270px; padding-right: 20px}
#homepage .right {width: 600px; padding-left: 0px}

#homepage span {text-transform: uppercase; color: #999; font-size: 14px; display: block; margin-top: 10px; text-align: left;}

#homepage>.left ul {margin-top: 5px !important; list-style: none; margin:0 !important}
#homepage>.left ul li {margin: 0 0 10px 0; padding:5px 10px 15px 10px; border-bottom: 1px dotted #999}
#homepage>.left ul li:last-child, #homepage .left ul li:first-child {border: none}
#homepage>.left ul li:first-child {background:#fffcdd url(../images/template/vgrad-200.png) repeat-x 0 -50px; padding: 8px 10px; border-radius: 5px; border: 1px solid #f6e7c6}
#homepage>.left ul li span {color: #777; font-style: italic; font-size: 12px; display:block; margin-top: 5px}

#homepage .dropdown-wrapper {position: relative; display: block; margin-bottom: 10px}
#homepage .dropdown-wrapper * {position: static; margin:0 auto;}
#homepage .dropdown-wrapper ul.dropdown {z-index: 100; position: absolute; top: 65px; width: 252px !important; left: 9px; display: none}
#homepage .dropdown-wrapper ul.dropdown li {margin: 0; padding: 0; text-align: center; position: relative; overflow: hidden; height: 36px}
#homepage .dropdown-wrapper ul.dropdown li {background: #db204c url(../images/template/vgrad-200.png) repeat-x 0 -160px; border-radius: 2px}
#homepage .dropdown-wrapper ul.dropdown li {border: 1px solid #c8153f; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3); text-shadow: 1px 1px 0px rgba(0,0,0,0.2)}
#homepage .dropdown-wrapper ul.dropdown li a {position:absolute; left: 0; right: 0; top: 0; bottom: 0; color: #fff; line-height: 36px}

#homepage .dropdown-wrapper ul.dropdown li:hover {background-color:#333; border: 1px solid #333}

#homepage .dropdown-wrapper:hover>a {background-color: #333; border: 1px solid #333}
/* #homepage .dropdown-wrapper:hover ul.dropdown {display: block;} */
	
#homepage .right .steps-wrapper {color: #999; line-height: 20px}
#homepage .right .steps-wrapper ul {background: none; margin-bottom: 20px;}
#homepage .right .steps-wrapper ul.header {
	/*background: #db204c url(../images/template/vgrad-200.png) repeat-x 0 -120px;*/
	border-radius: 4px; 
	padding: 0px;
	cursor: pointer;
}
	
#homepage .right .steps-wrapper ul.header li#step-1{
	border-radius: 4px 0px 0px 4px; 
	
	background: rgb(229,144,164); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,144,164,1) 0%, rgba(219,89,120,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,144,164,1)), color-stop(100%,rgba(219,89,120,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,144,164,1) 0%,rgba(219,89,120,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,144,164,1) 0%,rgba(219,89,120,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,144,164,1) 0%,rgba(219,89,120,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,144,164,1) 0%,rgba(219,89,120,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e590a4', endColorstr='#db5978',GradientType=0 ); /* IE6-9 */	
}

#homepage .right .steps-wrapper ul.header li#step-2{
	
	background: rgb(226,122,146); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,122,146,1) 0%, rgba(216,67,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,122,146,1)), color-stop(100%,rgba(216,67,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,122,146,1) 0%,rgba(216,67,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,122,146,1) 0%,rgba(216,67,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,122,146,1) 0%,rgba(216,67,102,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,122,146,1) 0%,rgba(216,67,102,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27a92', endColorstr='#d84366',GradientType=0 ); /* IE6-9 */
	
}

#homepage .right .steps-wrapper ul.header li#step-3{
	border-radius: 0px 4px 4px 0px;
	
	background: rgb(230,99,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,99,130,1) 0%, rgba(221,46,87,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,99,130,1)), color-stop(100%,rgba(221,46,87,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,99,130,1) 0%,rgba(221,46,87,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,99,130,1) 0%,rgba(221,46,87,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,99,130,1) 0%,rgba(221,46,87,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,99,130,1) 0%,rgba(221,46,87,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66382', endColorstr='#dd2e57',GradientType=0 ); /* IE6-9 */
}

#homepage .right .steps-wrapper ul.header li#step-1:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
	

#homepage .right .steps-wrapper ul.header li#step-2:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
		
}

#homepage .right .steps-wrapper ul.header li#step-3:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#homepage .right .steps-wrapper ul.header li#step-1.selected{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
	

#homepage .right .steps-wrapper ul.header li#step-2.selected{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
		
}

#homepage .right .steps-wrapper ul.header li#step-3.selected{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

	
#homepage .right .steps-wrapper ul.header li {font-size: 24px; color: #aaa; font-family: "Lato"; padding: 15px 0 !important; font-weight: bold;}
#homepage .right .steps-wrapper ul.header li {/*background: url(../images/template/tab-separator.png) repeat-y 0 50%*/}
#homepage .right .steps-wrapper ul.header li { }
#homepage .right .steps-wrapper ul.header li:first-child {background: none; border: none;}
#homepage .right .steps-wrapper ul.header li {color: #fff;}
#homepage .right .steps-wrapper ul li {display: inline-block; width: 33.33%; text-align: center; vertical-align: top}
#homepage .right .steps-wrapper ul li {padding: 10px !important; margin: 0 -2px !important; box-sizing:border-box; -moz-box-sizing:border-box}
#homepage .right .steps-wrapper ul li {color: #333333; font-weight: bold;}

#homepage .right .steps-wrapper ul li.steps-text{
	border: 1px solid #FC688B;
	border-top: 0px;
	position: absolute;
	top: 50px;
	width: 200px; background: #FFFFFF;
	display: none;	
	
	-webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.13);
	-moz-box-shadow:    0px 4px 8px rgba(50, 50, 50, 0.13);
	box-shadow:         0px 4px 8px rgba(50, 50, 50, 0.13);
	
}

#homepage .right .steps-wrapper ul li#steps-text-1{
	left: 0px !important;
}

#homepage .right .steps-wrapper ul li#steps-text-2{
	left: 199px !important;
}

#homepage .right .steps-wrapper ul li#steps-text-3{
	left: 398px !important;
}

#homepage .right .about-us #mailman-image-home.right {display: inline-block; overflow: hidden; min-height: 300px; cursor: pointer;}
#homepage .right .about-us #mailman-image-home.right {background:url(../images/template/postal-clipart.png) no-repeat 50% 75%}
#homepage .right .left, #homepage .right .right {display: inline-block; width:255px}
#homepage .right .left {margin-right: 10px}
#homepage .right .right {margin-left: 10px; padding-left: 30px}

#pb-content .wrapper ul,
#pb-content aside ul,
#homepage .right .left ul {list-style-image: url(../images/template/ul-sign.png) !important; margin-left: 20px !important}

#homepage .right .left ul li {margin: 8px 0; line-height: 22px}

p#rss-footnote {display:block; font-size: 0.9em; border-radius: 5px; color:#999; text-align: left;}
p#rss-footnote {background: #eee url(../images/template/rss-fade.png) no-repeat 20px 50%; clear: both; padding:10px 10px 10px 65px}

/* Partners */ 
#partners, #homepage .right ul {list-style: none; margin: 0; padding: 0}
#partners {margin: 30px 0 -10px 0 !important; height: 60px !important; position: relative;}
#partners li {display:inline-block; margin: 0 15px !important; max-width: 190px; height: 50px}
#partners li img:hover {opacity: 0.5}

.partners-wrapper {position: relative}
.partners-wrapper #fade-left,
.partners-wrapper #fade-right {position: absolute; display: block; width: 50px; top: 0; bottom: 0}
.partners-wrapper #fade-left {left: 0; background: url(../images/template/partners-fade.png) repeat-y -50px 0}
.partners-wrapper #fade-right {right: 0; background: url(../images/template/partners-fade.png) repeat-y 0 0}

#not-found span.large {display:block; font-size: 12em; text-align: center; color: #999}
#not-found p {margin:-40px 0 20px 0; text-align: center}

/* Backend panel */
#pb-backend {text-align: left; background: #e5e5e5 url(../images/template/vgrad-400.png) repeat-x 0 0; overflow: hidden; position: relative; border:1px solid #e5e5e5;}
#pb-backend p {color: #555}
#pb-backend ul {margin: 10px 0; padding: 0; list-style: none; text-align: center; width: 340px; float: right}
#pb-backend ul li {display: inline-block; padding: 5px; margin: 8px; border-radius: 5px; border: 1px solid rgba(0,0,0,0)}
#pb-backend ul li a {display: block; width: 82px; height: 20px; padding-top: 60px; font-size: 11px; text-align: center; color: #666; text-decoration: none}
#pb-backend ul li:hover {background-color: #fff; border: 1px solid rgba(0,0,0,0.1)}

#pb-backend #logout {display: block; position: absolute; width: 64px; height: 64px; left: 0; bottom: 0}
#pb-backend #logout {background: url(../images/template/logout-large.png) no-repeat 50% 50%; opacity: 0.2}
#pb-backend #logout:hover {opacity: 0.4}

#pb-backend section {position: absolute; top: 0; bottom: 0; left: 0; right: 320px; font-size: 14px}
#pb-backend section {padding:5px 15px 15px; display: none; font-family: "Trebuchet MS", Arial, sans-serif}
#pb-backend section h1 {font-weight: normal; color: #999; font-family: Lato; font-size: 28px}
#pb-backend section p {line-height: 22px}
#pb-backend section b {color: #db204c; font-weight: normal;}
#pb-backend section ul,
#pb-backend section ul li {margin: 2px 0; padding:0; text-align: left; color: #555; font-size: 12px !important; display: block; line-height: 18px}
#pb-backend section ul li {background: url(../images/template/info-icon.png) no-repeat 0 2px !important; padding-left: 19px}
#pb-backend section ul li:hover {background: inherit; border: none; padding:1px 1px 1px 20px; background-position: 1px 3px !important}
#pb-backend section ul {width: 82%; margin-right: 50px}

/* Backend panel - Minified version */
#pb-backend.min {width: 670px; margin-left: 260px}

#pb-backend.min section h1 {font-weight: normal; color: #999; font-family: "Lato"; font-size: 22px}
#pb-backend.min section p {display: none}
#pb-backend.min section ul {margin-right: 0; width: 87%}

#cm-editor {width:920px !important; min-height:240px; margin:0 !important; background-color:transparent;}
#cm-editor-form b {color:#666; padding:8px 10px 8px 0}
#cm-editor-form input[type=text] {width:350px}

#cm-editor-form {padding-bottom: 20px; text-align: left;}
#cm-editor-form table {width:100%}
#cm-editor-form table td {text-align: right; font-size: 12px; color: #555; vertical-align: middle; padding: 3px}
#cm-editor-form table td:last-child {font-size: 11px; text-align: left; color: #999; line-height: 15px}

/* Contact form */
#contact-page td {vertical-align: top; padding: 10px; border: none !important}
#pb-label {background: url(../images/template/logo-pb.png) 0% 50% no-repeat}
#pb-label {position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: 100% auto}

#contact-wrapper {position: relative; width: 300px; height: 660px; margin: -20px 0 0; float: right}
#contact-wrapper button {position: absolute; font-size: 16px; line-height: 40px; width: 250px; height: 40px !important}
#client-trigger {top: 400px}
#colaborator-trigger {top: 300px}

.contactform {position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: none}
.contactform.visible {display: block; background: #fff}
.contactform table {width:100%}
.contactform table td {padding:10px 0 0 0 !important; vertical-align:top !important; border: none !important}

.contactform table td input[type=text], .contactform table td textarea {width:250px !important; margin-top:10px}
.contactform table td textarea {padding:7px !important; background:#fff url(../images/template/field-bg-2.png) 0px 1px repeat-x !important; height: auto;}
.contactform table td.right {text-align:right !important; float:none !important; padding-right:20px !important}
.contactform table td.blank {text-align:left!important; float:none !important; padding:0 !important}
.contactform table td img {margin:0 !important; padding:0 !important}
.contactform table img#kcaptcha {margin:-10px 10px 0 30px !important; float:right !important}

.contactform table td span.info {background:none !important; font-size:10px; color:#777 !important}

div#contacts {min-width:120px; width:auto; max-width:200px; border-radius:8px; margin:0 !important; border:1px solid #ddd;}
div#contacts {padding:10px 20px !important; background: #e5e5e5 url(../images/template/vgrad-400.png) repeat-x 0 0}
div#contacts ul {list-style:none; margin: 0 !important}
#map-info-content.contact {width: auto !important}

div#contacts hr {opacity:0.3; color:#fff; margin:10px 0 !important}
div#contacts a {color:#db204c; text-decoration: none}
div#contacts a:hover {color:#333}

div#contacts ul li {margin:10px 0 !important; font-size:12px; color:#666; vertical-align:middle}
div#contacts ul li span {display:inline-block; vertical-align:middle !important; width:18px; height:16px; margin-right:5px !important}
div#contacts ul li.mail span {background:url(../images/template/contact-icons.png) no-repeat -20px -40px}
div#contacts ul li.tel span {background:url(../images/template/contact-icons.png) no-repeat -20px 0}
div#contacts ul li.fax span {background:url(../images/template/contact-icons.png) no-repeat -20px -20px}
 
div#contacts ul li a {display:block; width:16px; height:16px; margin:2px 0 0 8px !important; float:right; display:none; opacity:.6}
div#contacts ul li a:hover {opacity:1}
div#contacts ul li a.mod {background:url(../images/template/edit-icon-black.png) no-repeat 50% 100%}
div#contacts ul li a.del {background:url(../images/template/del-icon-black.png) no-repeat 50% 100%}

/*** backend file manager ***/
#uploadform {margin:15px 0}
#uploadform * {float:left}
#uploadform #upload-wrapper {width:400px; height:33px; position:relative; display:block; margin-right:5px}
#uploadform #upload-wrapper {background:url(../images/template/fileupload.png) no-repeat 0 0; cursor:pointer}
#uploadform #upload-wrapper div.content {padding:6px 0 5px 40px !important; display:block; background:none !important; color:#444}
#uploadform #upload-wrapper div.content {position:absolute; left:0; right:0; top:-3px; bottom:0; overflow:hidden; font-size:.9em !important}
#uploadform input[type=file] {width:400px; position:absolute; top:0; left:0; right:0; bottom:0; opacity:0; height:33px; z-index:2}

#loader {width:48px; height:16px; display:none; background:url(../images/template/loader.gif) no-repeat 50% 50%; margin:12px 20px }
#upload_target {display:none; clear:both; margin:0 0 10px 0; padding:0; overflow:hidden; height:45px}

div.fm-images {display:block; float:left; width:103px !important; height:78px !important; margin:9px; border-radius:4px; border:1px solid #ccc}
div.tb.fm-images.selected {border:5px solid #db204c; width: 101px !important; height: 76px !important}
div.tb.fm-images.selected {margin: 6px}
div.fm-pdf, div.fm-vid, div.fm-mp3, div.fm-zip {display:inline-block; width:142px !important; min-width:16px; height:auto; margin:8px 16px !important}
div.fm-pdf, div.fm-vid, div.fm-mp3, div.fm-zip {padding:5px; vertical-align:top !important; cursor:pointer; overflow:hidden}
div.fm-pdf:hover, div.fm-vid:hover, div.fm-mp3:hover, div.fm-zip:hover {border:1px solid #ccc; padding:4px; background:#eee url(../images/template/vgrad-50.png) repeat-x 0 -10px}
div.fm-pdf span.icon {background:url(../images/template/fileicons.png) no-repeat 0 0}
div.fm-vid span.icon {background:url(../images/template/fileicons.png) no-repeat -16px 0}
div.fm-mp3 span.icon {background:url(../images/template/fileicons.png) no-repeat -32px 0}
div.fm-zip span.icon {background:url(../images/template/fileicons.png) no-repeat -48px 0}

div span.meta {clear:both; display:block; width:100%; padding:3px 0; text-align: center; overflow: hidden;}

/*** cm File Manager ***/
#cm-file-manager {clear:both; margin:0 -15px; padding:30px 15px}
#cm-file-manager div.tb-ext {width:110px; height:auto; display:inline-block; margin:10px 22px !important; padding:0 !important; vertical-align: top}
#cm-file-manager div.tb-ext:hover div.tb {opacity:.7; cursor:pointer}
#cm-file-manager div.tb {width:105px !important; height:80px !important; display:block; border-radius:4px; margin:5px auto; border:1px solid #ccc}
#cm-file-manager h3 {border-bottom: 1px solid #ccc; padding-bottom: 5px}
#cm-file-manager h3 span {background: #fff url(../images/template/field-bg-2.png) repeat-x 0 1px; color: #aaa; padding: 5px 20px}
#cm-file-manager h3 span {border: 1px solid #ccc; font-weight: normal; margin: 0 25px; font-size: 18px; border-radius: 4px 4px 0 0}

/*#cm-file-manager div * {font-size:14px !important; line-height:1em !important; height:16px !important}*/
#cm-file-manager div span.icon {width:16px; height:16px; margin-right:4px; display:inline-block; float:left !important; margin:-1px 4px -1px 0}
#cm-file-manager div span {float:right !important; font-size:11px !important; margin:2px 3px; color:#666}
#cm-file-manager div a {color:#05c}
#cm-file-manager div a:hover {color:#111 !important}

#cm-file-manager div p span {color:#666 !important; background:none !important; float:none !important; width:auto !important}
#cm-file-manager div a.del {width:16px; height:16px; background:url(../images/template/del-icon-black.png) no-repeat 50% 100%; opacity:.4; float:right; margin:-1px}
#cm-file-manager div a.del:hover {opacity:.8}

#cm-file-manager div.file-wrapper {margin:1px 0 15px 0; padding-top:10px; background: url(../images/template/horizontal-shade.png) no-repeat 50% -10px; clear: both;}

/*** Page Controls ***/
#page-control {background:#1c1c1c url(../images/template/vgrad-300-30.html) repeat-x 0 90%; margin:0px -30px; height:15px; padding:20px 35px !important}
#page-control a {margin:-10px 5px}
#page-control label {color:#ddd; cursor:pointer}

#cm-editor {width:100%; min-height:240px; margin:0 !important; background-color:transparent}
#cm-editor-form {margin:20px 0}
#cm-editor-form b {color:#666; padding:8px 10px 8px 0}
#cm-editor-form input[type=text] {width:350px; margin:5px 0 15px 0 !important}

#cm-editor-form input[type=button],
#cm-editor-form input[type=submit],
div.wysiwyg-dialog input[type=submit],
div.wysiwyg-dialog input[type=reset],
div.ui-dialog input[type=submit],
div.ui-dialog input[type=reset]
{font-size: 12px !important; padding:4px 10px !important; height: 26px !important; line-height: 13px !important}

div.render-control {display:none; overflow:hidden}
.control a {padding-left:32px !important; margin:0 2px}

.control a.add {background:url(../images/template/add-icon-white.png) no-repeat 12px 54% !important; margin:0 -1px !important}
.control a.setup {background:url(../images/template/setup-icon-white.html) no-repeat 12px 54% !important; margin:0 -1px !important}
.control a.logout {background:url(../images/template/logout-icon-white.html) no-repeat 12px 54% !important; margin:0 -1px !important}

.control a.edit {background:#709a66 url(../images/template/edit-icon-white.png) no-repeat 12px 54% !important}
.control a.del {background:#709a66 url(../images/template/del-icon-white.png) no-repeat 12px 54% !important}

div.render-control p {margin:20px 0 0; padding:0; font-size: 12px; line-height: 16px}
div.render-control p.left {line-height: 24px; font-size: 12px; margin: 10px 0}
div.render-control[title=Atentie] .ui-dialog-content {padding: 0 100px !important}

* .ui-dialog-titlebar {background:#111 url(../images/template/vgrad-50.png) repeat-x 0 -10px !important}
* .ui-dialog-titlebar {padding: 5px 10px !important; border: 1px solid #111 !important; font-size: 14px !important }
* .ui-dialog-content {padding:10px 30px !important}
* .ui-dialog-buttonpane {border-top-width:0 !important}
* .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: none !important; text-align: center; margin: 0 0 10px 0}

* .ui-dialog .ui-dialog-buttonpane button {background-color: #333 !important; margin:0 15px;}

.wysiwyg.ui-dialog-content input[type=submit],
.wysiwyg.ui-dialog-content input[type=reset],
.wysiwyg.ui-dialog-content button,
* .ui-dialog .ui-dialog-buttonpane button,
.wysiwyg-dialog-content form.wysiwyg input[type=submit], .wysiwyg-dialog form.wysiwyg input[type=reset] {
	background-color: #111;
	text-shadow:1px 1px 0px #000;
	border: 1px solid #333;
	box-shadow: inset 0px 1px 0px #666;
	margin:0 10px;
	height: 32px !important;
	line-height: 16px !important;
}

.wysiwyg.ui-dialog-content input[type=submit]:hover,
.wysiwyg.ui-dialog-content input[type=reset]:hover,
.wysiwyg.ui-dialog-content button:hover,
.wysiwyg-dialog-content form.wysiwyg input[type=submit]:hover,
* .ui-dialog .ui-dialog-buttonpane button:hover,
.wysiwyg-dialog form.wysiwyg input[type=reset]:hover {
	background-color: #db204c !important;
	text-shadow:1px 1px 0px #3f146a;
	border: 1px solid #db204c;
	box-shadow: inset 0px 1px 0px #e57993;	
}

* .ui-datepicker {font-size: 12px}
* .ui-widget-header {background: #222 url(../images/template/vgrad-50.png) repeat-x -10px !important; border:1px solid #333;}

* .wysiwyg-dialog-topbar {border: 1px solid #111 !important; font-size: 16px !important; padding: 5px 10px !important;}
* .wysiwyg-dialog-topbar {background-color:#222 !important; text-align: left;}
* .wysiwyg-dialog-close-button {right: 3px !important}

div.render-control table {border:none}
div.render-control table tr td {padding:2px; font-size: 12px}
div.render-control table tr td:first-child {text-align:right}

div#del-page-dialog {height:auto !important}
div#del-page-dialog p {text-align:center}


div.control a:hover {background-color:#00baff !important}

/* Sitemap */
#cm-sitemap {margin: 0 !important; padding: 0; list-style: none}
#cm-sitemap ul {padding: 0 0 0 30px !important; margin: 0 !important}
#cm-sitemap li {display: block; margin: 2px 0 !important; padding: 5px; background: none; vertical-align: middle;}
#cm-sitemap li:hover {background: #fff url(../images/template/field-bg-2.png) repeat-x 0 1px; border-radius: 4px; border: 1px solid #ddd; padding: 4px}
#cm-sitemap li:hover a {color: #555}
#cm-sitemap ul li a {padding-left: 20px; background: url(../images/template/ul-sign.png) no-repeat 6px 50%}

#cm-sitemap li {position: relative}
#cm-sitemap li span.controls {position: absolute; right: 7px; top: 7px; bottom: 7px; display: none}
#cm-sitemap li:hover span.controls {right: 6px; top: 0px; bottom: 0px; display: block;}
#cm-sitemap li span.controls a {display: inline-block; width: 15px; height: 15px; opacity: 0.4}
#cm-sitemap li span.controls a {margin: 0 0 0 20px; padding: 5px 5px 5px 20px; width: auto; line-height: 14px}
#cm-sitemap li span.controls a:hover {opacity: 0.9}
#cm-sitemap li span.controls a.add {background: url(../images/template/add-icon-black.png) no-repeat 0% 50%}
#cm-sitemap li span.controls a.edit {background: url(../images/template/edit-icon-black.png) no-repeat 0% 50%}
#cm-sitemap li span.controls a.delete {background: url(../images/template/del-icon-black.png) no-repeat 0% 50%}

/* Session Messages */
div.session {background: #fff url(../images/template/vgrad-50.png) repeat-x 0 -10px; padding: 5px; font-size: 12px; color: #fff; border: 1px solid rgba(0,0,0,0.1)}
div.session.success {background-color: #187} /* 1-8-7 on an undercover cop */
div.session.fail {background-color: #911} /* bush knocked down the towers */
div.session span {display: inline-block; width: 12px; height: 12px; vertical-align: middle; margin-right: 3px}
div.session span {background: url(../images/template/session-icons.png) no-repeat 0 0}
div.session.fail span {background-position: 0 0}
div.session.success span {background-position: -12px 0}
div.session.min {margin-left: 260px}

#session-inline {display: block; clear: both; overflow: hidden; color: #911; text-align: center;	}

.link-list a.details-btn {width: auto !important}

.list-page-control-wrapper a.details-btn {width: auto !important; float: left; margin: 0 5px 5px 0}
.result_set h2 {margin: 0 0 -25px 0 !important}
.result_set {line-height: 25px !important}
.result_set {margin-bottom: 25px}

#news-wrapper {list-style: none; margin: 0 0 0 270px !important; padding: 0 !important}
#news-wrapper li {margin: 25px 0 !important; line-height: 24px}
#news-wrapper li span.details-btn {float: left; margin-right: 10px; line-height: 20px; width: 105px}
#news-wrapper li span.details-btn:hover {background-color:#333; border: 1px solid #333}
#news-wrapper li p {margin-left: 130px}
#add-article-btn {line-height: 20px; width: auto; padding: 3px 14px; height: 20px}

#subscribe-form {width: 240px; float: left; text-align: center; margin-right: 30px}
#subscribe-form p {text-align: left; font-size: 12px; line-height: 20px}
#email-field {max-width: 220px; width: 220px}

/*** newsletter wrapper ***/
#cm-newsletter-wrapper {padding: 10px 0}
#cm-newsletter-wrapper div {float:left; width:450px; vertical-align:top}
#cm-newsletter-wrapper textarea {width:435px !important}

#cm-newsletter-wrapper ul {list-style:none; margin:-10px 0 !important; width:450px; float:right}
#cm-newsletter-wrapper ul li {color:#666; padding: 5px; margin: 5px 0}
#cm-newsletter-wrapper ul li:hover {background: #fff url(../images/template/field-bg-2.png) repeat-x 0 1px}
#cm-newsletter-wrapper ul li:hover {border-radius: 4px; border: 1px solid #ddd; padding: 4px}

#cm-newsletter-wrapper ul li a.del, #news-wrapper li a.del {width:16px; height:16px; opacity:.4; float:right; margin:0px; display:none}
#cm-newsletter-wrapper ul li a.del, #news-wrapper li a.del {background:url(../images/template/del-icon-black.png) no-repeat 50% 100%}
#cm-newsletter-wrapper ul li a.del:hover, #news-wrapper li a.del:hover, #news-wrapper li a.mod:hover {opacity:.8}

#news-wrapper li a.mod {width:16px; height:16px; opacity:.4; float:right; margin:0px; display:none}
#news-wrapper li a.mod {background:url(../images/template/edit-icon-black.png) no-repeat 50% 100%}

#news-wrapper li a.mod, #news-wrapper li a.del {float: none; display: inline-block; text-align: left; padding-left: 20px}
#news-wrapper li a.mod, #news-wrapper li a.del {width: auto; color: #333; background-position: 0 100%; margin-right: 20px}
#news-wrapper li a.mod, #news-wrapper li a.del {font-size: 12px; line-height: 18px; vertical-align: middle}

#article-form textarea, #article-form input[type=text] {width: 300px !important; font-family: Arial !important; font-size: 12px !important}
#article-form textarea {background: url(../images/template/field-bg-2.png) repeat-x 0 0; height: 60px;}
#news-date {background: url(../images/template/field-bg-2.png) repeat-x 0 0, url(../images/template/date-icon.png) no-repeat 98% 50%}


#x-map-info-current, #map-info-current {font-size: 18px}
#map-info #map-info-content {width: 100%; overflow: hidden; float: left}
#map-info-content div {display: inline-block; overflow: hidden; margin-right: 30px !important; vertical-align: top;}
#x-map-info-content span, #map-info-content span {color:#9c4900; font-size: 14px; text-transform: uppercase;}

#x-map-info-content, 
#map-info-content ul {list-style: none !important; padding: 0 !important; margin: 0 0 15px !important}

#x-map-info-content ul li,
#map-info-content ul li {font-size: 14px; margin: 5px 0; padding-left: 20px !important; background: url(../images/template/contact-icons.png) no-repeat}

#x-map-info-content ul li.mail, #map-info-content ul li.mail {background-position: -20px -40px !important}
#x-map-info-content ul li.tel, #map-info-content ul li.tel {background-position: -20px 0 !important}
#x-map-info-content ul li.fax, #map-info-content ul li.fax {background-position: -20px -20px !important}
#x-map-info-content ul li.ppl, #map-info-content ul li.ppl {background-position: -21px -60px !important}
#x-map-info-content ul li.adr, #map-info-content ul li.adr {background-position: -22px -80px !important}

#map-info {margin-top: 0; margin-left: 0; width: 930px; height:0px; float: left;}
#harta {background: #fff; margin-top: -100px; float: left}
#current-state {font-size: 20px; font-weight: bold; color: #bbbbbb; text-align: center; height: 20px; position: absolute; top: 160px; left:0px;}
#ctable td {border: none !important}

#x-map-info {float: right; margin-top: 50px; position: absolute; right: 0; z-index: 997}
#org--form {z-index: 999997}

#pb-content ul#content-tags {list-style: none; padding: 5px 0 0 !important; margin: 15px 0 0 !important; border-top: 1px solid #ddd}
#content-tags li {display: inline-block; margin: 0 10px 0 0 !important; font-size: 12px}

#refresh-captcha p {margin: 5px 0 !important; line-height: 16px !important; cursor: pointer; font-size: 14px; width: 80px; float: right;}
#refresh-captcha p {padding:0 0 0 20px !important; background: url(../images/template/refresh-icon.png) no-repeat 0 50%}

/* mobilpay landing page */
#landing {font-size: 16px; width: 570px; margin: 50px auto; padding:15px 30px; border-radius: 5px}
#landing {background: #eee url(../images/template/vgrad-400.png) repeat-x 0 0; border: 1px solid #e5e5e5}
#landing {box-shadow: 0 5px 10px rgba(0,0,0,0.1), inset 0 -1px 1px #f9f9f9}
#landing p {text-align: center; line-height: 28px; margin: 25px 0}
#landing strong {font-size: 24px; font-weight: normal; color: #db204c}
#landing a.button {position: static; display:block; padding:10px 0; font-size:22px; margin: 20px auto; width: 120px}
#landing a.button {background-image: url(../images/template/vgrad-200.png); background-position: 0 -130px}
#landing a.button {text-shadow:1px 1px 2px rgba(0,0,0,0.5) !important; box-shadow: 0 2px 3px rgba(0,0,0,0.2)}

#mobilpay-logo {width:280px; height: 30px; display: block; position: absolute; bottom: 10px; right: 0}
#mobilpay-logo {background: url(../images/template/mobilpay.png) no-repeat 50% 50%}

#customer-support {width:180px; height: 30px; display: block; position: absolute; bottom: 10px; right: 300px}
#customer-support {background: url(../images/template/support.png) no-repeat 50% 50%}


#pb-content a.facebook-related:link, 
#pb-content a.facebook-related:visited, 
#pb-content a.facebook-related:active, 
#pb-content a.facebook-related:hover, 
#pb-content a.facebook-related:focus{
	color: #3b5998 !important;
	text-decoration: none;
}

/* Calendar icon */
.calendar-wrapper {position: relative; display: block; width: 80px; height: 80px; background: #f5f5f5}
.calendar-wrapper {border-radius: 4px; border: 1px solid #ddd}
.calendar-wrapper div {position: absolute; left: 1px; right: 1px}
/* Date */
.calendar-wrapper .date {background: #f9f9f9; font-size: 46px}
.calendar-wrapper .date {line-height: 50px; text-align: center; height: 50px; top: 1px}
.calendar-wrapper .date {text-shadow: -1px -1px 0 rgba(255,255,255,1); color: #555}
.calendar-wrapper .date {box-shadow: inset 0 1px 0 #ddd, inset 0 2px 0 #f9f9f9, inset 0 5px 15px #ddd}
/* Month */
.calendar-wrapper .month {bottom: -1px; color: #fff; height: 30px; text-transform: uppercase; left: -1px; right: -1px}
.calendar-wrapper .month {font-size: 22px; text-align: center; line-height: 30px; font-weight: bold;}
.calendar-wrapper .month {background: #db204c url(../images/template/gradient-light-50.png) repeat-x 0 -20px}
.calendar-wrapper .month {text-shadow: 1px 1px 2px rgba(0,0,0,0.4); letter-spacing: 1px}
.calendar-wrapper .month {border: 1px solid rgba(0,0,0,0.1); border-radius: 0 0 4px 4px}
.calendar-wrapper .month {box-shadow: inset 0 1px 0 rgba(255,255,255,0.3)}

#news-wrapper li h1 {font-size: 20px}
#news-wrapper li p {margin: 0}
#news-wrapper li .calendar-wrapper {float: left; margin-right: 15px}
#news-wrapper li {min-height: 80px}
#news-wrapper li.control-wrapper {min-height:32px; max-height: 32px; margin: 0 !important}

.newspage {display: block; line-height: 24px; padding-top: 15px}
.newspage .calendar-wrapper {float: left; margin-right: 15px; margin-top: 5px}
.newspage h1 {margin-bottom: 10px}
.newspage img {margin: 15px 0 0 20px; max-width: 400px}

#news-image {width: 120px; height: 120px; background: url(../images/template/no-image.jpg) no-repeat 50% 50%; background-size: contain}
#news-image, input[type=button][name=pick-image] {display: inline-block; vertical-align: middle; margin: 0 10px}

#pick-image-dialog {width: 760px !important; max-height: 360px; overflow-x:hidden; overflow-y: auto}
#pick-image-dialog #refreshControl {position: absolute; top: 5px; right: 0; width: 120px; vertical-align: middle; float: none}
#pick-image-dialog #refreshControl * {float: none}

ul.news-columns {list-style: none; margin: 0 !important}
ul.news-columns li {display: inline-block; width: 270px; vertical-align: top !important}
ul.news-columns li:nth-child(2) {margin: 10px 28px !important; padding: 0 28px}
ul.news-columns li:nth-child(2) {border-left: 1px solid #ddd; border-right: 1px solid #ddd}
ul.news-columns li #rss-footnote {margin: 0 !important}
ul.news-columns li span {font-style: italic; font-size: 12px !important; color: #777 !important; margin-top: 5px !important}
ul.news-columns li a.news-link {display:block; margin: 5px 0 0 !important}

ul.news-columns li img {margin: 5px 10px 0 0; max-height: 80px; border-radius: 3px }

#news-wrapper-home li {text-align: left}
#news-wrapper-home a.news-link {display: block; font-size:16px; color: rgba(0,0,0,0.5); margin: -8px -10px 8px -10px}
#news-wrapper-home a.news-link {border-radius: 5px 5px 0 0; padding: 8px 8px 8px 25px; box-shadow: 0 1px 5px rgba(0,0,0,0.1)}
#news-wrapper-home a.news-link {background: rgba(255,255,255,0.7) url(../images/template/info-icon.png) no-repeat 8px 13px}
#news-wrapper-home a.news-link:hover {color: rgba(0,0,0,0.7)}
#news-wrapper-home li img {margin: 5px 10px 0 0; max-height: 80px; border-radius: 3px}
#news-wrapper-home li span {margin: 0 !important}

/* homepage webcam */
#sibiu-webcam{
	position: relative;
	display: block;
}
/* end homepage webcam */
