@charset "utf-8";
/* Table of Contents
----------------------------------
1.  GENERAL
2.  HEADER
3.  FOOTER
4.  CONTENT
5.  DESPRE
6.  EVENIMENTE CONEXE
7.  DETALIU EVENIMENT CONEX
8.  ARHIVA
9.  INFO UTILE
10. CONTACT
11. HARTA SITE
12. TERMENI SI CONDITII
13. NEWSLETTER
14. FESTIVAL 2014
15. All Events
16. PENTRU PRESA
17. Detalii artist
18. LISTA PROGRAM
19. REZULTATE CAUTARE
----------------------------------*/

/*************************
*
*   1. GENERAL
*
*************************/

* {
	margin : 0px;
	padding : 0px;
	border : 0px;
	border-width : 0px;
}
body {
	font-family: 'Source Sans Pro';
	background: #FFF;
}
p {
	color: #4d4d4f;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Source Sans Pro';
	margin-bottom: 19px;
}
a {
	color: #ed1651;
	border: none;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #4d4d4f;
	font-weight: 600;
	margin: 0 0 15px;
}
h3 {
	font-size: 14px;
	font-weight: 700;
	color: #4d4d4f;
}
a:hover {
	color: #ed1651;
	text-decoration: underline;
}
a:active, a:focus {
	color: #ed1651;
}
ol, ul {
	list-style: none;
}
ul {
	margin: 0 0 19px;
}
ul li {
	list-style-type: none;
	line-height: 17px;
	font-size: 14px;
	padding: 0 0 0 19px;
	color: #4d4d4f;
	background: url(../images/square.png) no-repeat 0 6px;
}
input:focus, textarea {
	outline : none;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
 display: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
/*Remove button padding in FF*/
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type=text], input[type=password] {
	display: inline;
	float: left;
}
textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display: block;
	resize: none;
	overflow: auto;
	height: 120px;
	width: 429px;
	margin-top: 30px;
	margin-right: 3px;
	border: 1px solid #d4d4d4;
	padding: 8px 0px 8px 10px;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #7a7a7a;
	font-family: 'Source Sans Pro';
}
textarea:hover, textarea:focus {
	border: 1px solid #7ba7a1;
}
/* Clearfix */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display:block;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.btn {
	display: block;
	padding: 8px 25px;
	border-radius: 3px;
	border: 0px none;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
}
.no-margin {
	margin: 0 !important;
}
/*************************
*
*   2. Header
*
*************************/

#container, .news-items {
	width: 1250px;
	position: relative;
	margin: 0 auto;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 6px;
}

.logo {
	padding-top: 26px;
	padding-left: 21px;
	float: left;
	margin-bottom: 15px;
}
.logo a {
	display: block;
	text-decoration: none;
}
ul.nav {
	float: left;
	padding-top: 56px;
	padding-left: 15px;
	margin: 0;
}
ul.nav li {
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #58595b;
	font-size: 15px;
	text-transform: uppercase;
	background: none;
	padding: 0;
}
ul.nav li a {
	display: block;
	line-height: 15px;
	color: #58595b;
	font-size: 14px;
	padding: 0 14px;
	text-transform: uppercase;
	border-left: 1px solid #dedfe0;
}
ul.nav > li:first-child a {
	border: 0;
}
ul.nav > li > a > span, ul.nav > li > span {
	font-size: 17px;
}
ul.nav > li > a:hover, ul.nav > li.current > a, ul.nav > li:hover {
	color: #ed1651;
	text-decoration: none;
}
ul.nav li  a:hover, ul.nav li.current a, ul.nav li:hover  { 	text-decoration: none; }
ul.nav li:hover ul {
	display: block;
}
ul.nav li ul {
	position: absolute;
	left: 0;
	top: 30px;
	width: 151px;
	z-index: 99;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.30);
	display: none;
	margin: 0;
}
ul.nav li ul li {
	float: none;
	background: #FFF;
	border-top: 1px solid #ed1651;
	padding: 0 10px 0 20px;
	height: 40px;
	line-height: 40px;
}
ul.nav li ul li:hover, ul.nav li ul li.current {
	background: #ed1651;
}
ul.nav li ul li:hover a, ul.nav li ul li.current a {
	color: #FFF;
}
ul.nav li ul li a {
	line-height: 40px;
	border-left: 0;
	color: #4d4d4f;
	font-size: 15px;
	text-transform: none;
	padding: 0;
}
.langs {
	float: right;
	padding-top: 56px;
	padding-right: 64px;
	font-size: 15px;
}
.langs a {
	display: inline-block;
	line-height: 15px;
	font-size: 15px;
	color: #414042;
}
.langs a:hover, .langs a.active {
	color: #ed1651;
	text-decoration: none;
}
/* SLIDER HOMEPAGE */
.slider {
	clear: both;
	margin-left: 24px;
	overflow: hidden;
	padding-bottom: 27px;
}
.slider .left-image-content {
	float: left;
	overflow: hidden;
}
.wrap-images-items {
	position: relative;
	margin-left: 0;
	width:2888px;
}
.slider .image-content-item {
	float: left;
	position: relative;
	height: 400px;
}
.slider .left-image-content, .slider .left-image-content img {
	position: relative;
	width: 577px;
	height: 400px;
}
.slider .left-image-content .content-slider {
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 505px;
	height: 50px;
	background: #FFF;
	z-index: 2;
	padding: 10px 5px 5px 15px;
}
.left-image-content .content-slider a {
	color: #ed1651;
	font-size: 24px;
	line-height: 25px;
}
.left-image-content .content-slider a:hover {
	text-decoration: underline;
}
.left-image-content .content-slider p {
	color: #4d4d4f;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}
.slider .right-links-wrapper {
	float: left;
	position: relative;
	width: 620px;
	height: 400px;
	margin-left: 5px;
	overflow: hidden;
}
.slider .right-links {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	height: 400px;
}
.slider .right-links .link-item {
	float: left;
	margin-right: 5px;
	width: 120px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.slider .right-links .link-item .mask {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/triangle-covers.png') no-repeat right bottom;
	z-index: 4;
	cursor: pointer;
	width: 120px;
	height: 400px;
}
.slider .right-links .link-item .mask:hover, .slider .right-links .link-item.active .mask {
	background: url('../images/triangle-covers.png') no-repeat right top;
}
/*************************
*
*   3. Footer
*
*************************/
#footer {
	width: 1250px;
	margin: 0 auto;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#footer .first-bar {
	overflow: hidden;
	padding: 23px 23px 0px 25px;
}
.social {
	float: left;
	padding-right: 28px;
	border-right: 1px solid #dcddde;
	margin-right: 24px;
	height: 36px;
}
.social a {
	display: inline-block;
	background: url(../images/social-media.png);
	height: 36px;
	width: 36px;
}
.social a:hover {
	background-position: left bottom;
}
.social a#twitter {
	background-position: right top;
	background-position-x: 72px;
}
.social a#twitter:hover {
	background-position: right bottom;
	background-position-x: 72px;
}
.social a#instagram {
	background-position: right top;
}
.social a#instagram:hover {
	background-position: right bottom;
}
.search {
	float: left;
	padding: 0 13px 0 0;
	border-right: 1px solid #dcddde;
	height: 36px;
	margin-bottom: 21px;
}
.search .search_text {
	display: inline-block;
	width: 133px;
	height: 34px;
	line-height: 100%;
	padding: 0 5px 0 10px;
	border: 1px solid #dcddde;
	background: url('../images/bg-input.png') repeat-x;
	margin-right: 13px;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #808285;
	font-family: 'Source Sans Pro';
}
.search .search_btn {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 0;
	background: url('../images/search-icon.png') no-repeat center top;
}
.search .search_btn:hover {
	background: #f26922 url('../images/search-icon.png') no-repeat center bottom;
}
.right-logos {
	float: right;
	position: relative;
	margin-top: -7px;
margin-right:10px;
}
.right-logos a {
	display: inline-block;
	vertical-align: top;
	margin-left: 29px;
}
#footer .second-bar {
	background: #ed1651;
	overflow: hidden;
	color: #FFF;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	padding: 0 21px 0 38px;
}
#footer .second-bar a {
	color: #FFF;
        font-style:normal;
}
#footer .second-bar .copyright {
	float: left;
	margin-right: 38px;
	margin-bottom: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 29px;
}
.footer-nav {
	float: right;
	overflow: hidden;
	padding-top: 8px;
	margin: 0;
}
.footer-nav li {
	float: left;
	padding: 0 15px;
	line-height: 15px;
	height: 15px;
	border-left: 1px solid #dcddde;
	background: none;
}
.footer-nav li:first-child {
	border: none;
}
/*************************
*
*   4. Content
*
*************************/
/* background styling */
#wrap {
	width: 100%;
	height: 100%;
	min-height: 510px;
	position: relative;
	z-index: 2;
}
.bg-wrap { position: absolute; width: 100%; overflow: hidden;left: 0; top: 0; height: 100%; background: url('../images/white-gradient.png') repeat-x;   }
.bg-left {
	position: absolute;
	right: 50%;
	top: 0;
	z-index: -1;
	margin-right: 624px;
	overflow: hidden;
}
.bg-right {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	margin-left: 624px;
	overflow: hidden;
}
/* homepage NEWS */
.news-items {
	overflow: hidden;
}
.news-items .new-item {
	position: relative;
	float: left;
	width: 355px;
	padding: 20px 25px 5px 20px;
	min-height: 135px
}
.news-items .new-item:first-child {
	margin: 0 0 0 25px;
}
.news-items .new-item.link:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.news-items .new-item h3 {
	font-size: 16px;
	line-height: 18px;
	color: #f26922;
	margin: 0 0 7px;
	font-style: normal;
	font-weight: 600;
}
.news-items .new-item h3 a {
	color: #f26922;
}
.news-items .new-item .new-link {
	background: url('../images/plus.png') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/*************************
*
*   5. Despre
*
*************************/
.breadcrumb, .content {
	padding-left: 150px;
	padding-bottom: 12px;
	position: relative;
}
.breadcrumb {
	overflow: hidden;
	padding-bottom: 9px;
}
.breadcrumb ul {
	margin: 0;
}
.breadcrumb li {
	float: left;
	color: #4d4d4f;
	font-size: 14px;
	padding: 0;
	background: none;
}
.breadcrumb li a {
	color: #4d4d4f;
	font-size: 14px;
}
.breadcrumb li span {
	display: inline-block;
	margin: 0 3px;
	color: #4d4d4f;
	font-size: 14px;
}
.content .content-left {
	float: left;
	width: 507px;
	padding-right: 45px;
	padding-bottom: 50px;
}
.content .content-right {
	padding-top: 18px;
}
.content > p {
	width: 507px;
}
.backtotop {
	background: #FFF url('../images/arrow-up.png') no-repeat center top;
	width: 48px;
	bottom: 201px;
	right: 50%;
	margin-right: -576px !important;
	height: 48px;
	overflow: hidden;
	z-index: 40;
	position: fixed;
	display: block;
	text-align: center;
	border: 1px solid #e6e7e8;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	color: #FFF;
}
.backtotop.hidden-top {
	bottom: -100px;
}
.backtotop:hover {
	background: #ed1651 url('../images/arrow-up.png') no-repeat center bottom;
}
/* Despre - parteneri */
.partners-list {
	padding-bottom: 58px;
}
.partners-list h3 {
	padding: 14px 0 23px;
}
.partners-list ul {
	overflow: hidden;
	margin: 0 0 12px;
}
.partners-list ul li {
	position: relative;
	background: none;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	width: 182px;
	height: 122px;
	overflow: hidden;
}
.partners-list ul li img {
	display: block;
	width: 180px;
	height: 120px;
	border: 1px solid #e7e8e9;
}
.partners-list ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 182px;
	height: 122px;
	background: url('../images/link-hover.png') no-repeat;
	display: none;
}
.partners-list ul li:hover a {
	display: block;
}
.teams-container {
	height: 478px;
	width: 948px;
	border: 1px solid #e6e7e8;
	margin-bottom: 71px;
	position: relative;
	top: 3px;
}
.teams-container .custom-scroll {
	width: 880px;
	height: 430px;
	margin: 24px 0 0 24px;
}
.teams-container .custom-scroll p.red {
	margin: 0;
	color: #ed1651;
}
/* Custom popup scroll */
 .scrollable {
	position: relative;
}
.scrollable:focus {
	outline: 0;
}
.scrollable .viewport {
	position: relative;
	overflow: hidden;
}
.scrollable .viewport .overview {
	position: absolute;
}
.scrollable .scroll-bar {
	display: none;
}
.scrollable .scroll-bar.vertical {
	position: absolute;
	right: 0;
	height: 100%;
}
.scrollable .scroll-bar.horizontal {
	position: relative;
	width: 100%;
}
.scrollable .scroll-bar .thumb {
	position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
	width: 100%;
	min-height: 10px;
}
.scrollable .scroll-bar.horizontal .thumb {
	height: 100%;
	min-width: 10px;
	left: 0;
}
.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*Default skin*/

.scrollable.default-skin {
	padding-right: 20px;
	padding-bottom: 6px;
}
.scrollable.default-skin .scroll-bar.vertical {
	width: 9px;
	background-color: #e6e7e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 99;
}
.scrollable.default-skin .scroll-bar.horizontal {
	height: 11px;
	background: #f7f7f7;
}
.scrollable.default-skin .scroll-bar .thumb {
	background-color: #ed1651;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.scrollable.default-skin .scroll-bar:hover .thumb {
	background-color: #d3053e;
}
/*************************
*
*   6. EVENIMENTE CONEXE
*
*************************/

.events-list {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 19px;
}
.events-list .event-item {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 24px;
	padding-bottom: 50px;
	height: 280px;
}
.events-list .event-item img {
	display: block;
	width: 298px;
	height: 173px;
	border: 1px solid #e6e7e8;
}
.events-list .event-item .hour-date {
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #c8217a;
	font-size: 15px;
	color: #4d4d4f;
	padding: 0 24px;
	overflow: hidden;
}
.events-list .event-item .hour-date span {
	float: right;
	display: inline-block;
}
.events-list .event-item .hour-date span:first-child {
	float: left;
}
.events-list .event-item .details {
	padding: 10px 24px 0;
}
.events-list .event-item .details h4 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #c8217a;
}
.events-list .event-item .details h4 a {
	color: #c8217a;
}
.events-list .event-item .details p {
	font-size: 15px;
	color: #4d4d4f;
	margin: 0;
}
.events-list .event-item .details p a {
	color: #4d4d4f;
}
.events-list .event-item a.event-hover {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/violet-link-hover.png') no-repeat;
	display: block;
	width: 300px;
	height: 175px;
	z-index: 3;
	display: none;
}
.events-list .event-item .event-image {
	position: relative;
	width: 300px;
	height: 175px;
}
.events-list .event-item .event-image:hover a.event-hover {
	display: block;
}
/*************************
*
*   7. DETALIU EVENIMENT CONEX
*
*************************/


.event-details {
	width: 949px;
	border: 1px solid #e7e8e9;
	position: relative;
	margin-top: 65px;
	padding-bottom: 9px;
}
.event-details .top-btns a {
	position: absolute;
	top: -41px;
	left: 0;
	display: block;
	width: 144px;
	height: 22px;
	line-height: 22px;
	color: #939598;
	font-size: 14px;
	background: url('../images/next-prev-arrows.png') no-repeat 0 -12px;
	padding: 0 0 0 27px;
}
.event-details .top-btns a:hover {
	background-position: 0 -162px;
	color: #ed1651;
	text-decoration: none;
}
.event-details .top-btns .next-event {
	left: auto;
	right: 0;
	padding: 0 27px 0 0;
	background-position: right -62px;
	text-align: right;
}
.event-details .top-btns .next-event:hover {
	background-position: right -112px;
}
.event-details .top-btns .all-events {
	background: #FFF;
	border: 1px solid #e7e8e9;
	width: 84px;
	height: 50px;
	left: -126px;
	top: -1px;
	padding: 16px 20px 0;
	text-align: center;
	line-height: 17px;
}
.event-details .left-details {
	width: 576px;
	float: left;
}
.event-details .left-details > img {
	display: block;
	border: 1px solid #e3dbde;
	width: 573px;
	height: 348px;
}
.event-details .left-details .content-event {
	padding: 28px 50px 34px 25px;
}
.event-details .left-details .content-event a, .content-left p a, .content .wrap-content a { color: #4d4d4f; text-decoration: underline; }
.event-details .left-details .content-event a:hover, .content-left p a:hover, .content .wrap-content a:hover { color: #ed1651; }
.event-details .left-details .content-event h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	color: #4d4d4f;
	margin-bottom: 17px;
}
.event-details .left-details .media-items {
	margin-bottom: 53px;
}
.event-gallery {
	width: 574px;
	height: 372px;
	border: 1px solid #e7e8e9;
	margin-bottom: 58px;
}
.event-gallery ul {
	margin: 0;
	width: 574px;
}
.event-gallery ul li {
	background: none;
	float: left;
	margin-right: 24px;
	width: 251px;
	padding: 0;
	width: 251px !important;
}
.event-gallery ul li > div {
	position: relative;
	border: 1px solid #e6e7e8;
	width: 248px;
	height: 148px;
	margin-top: 24px;
	text-align: center;
	overflow: hidden;
 

}
.event-gallery ul li > div img {
	display: inline-block;
	/*width: 248px;*/
}
.event-gallery ul li > div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 150px;
	background: url('../images/zoom-bg.png') no-repeat;
	display: none;
	z-index: 4;
}
.event-gallery ul li > div:hover a {
	display: block;
}
/** SLIDER
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0 0 0 11px;
	max-width: 524px !important;
 *zoom: 1;
}
.event-details .event-gallery .bx-wrapper { height: 372px; }
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	left: -5px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-controls-direction a.bx-prev:hover, .bx-wrapper .bx-controls-direction a.bx-prev {
 
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 17px -148px;
	right: -71px;
	margin-top: 3px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover, .bx-wrapper .bx-controls-direction a.bx-next {
	right: -71px;
	margin-top: -47px;
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 17px -99px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	z-index: 9999;
	border: 1px solid #e6e7e8;
}
 
.bx-wrapper .bx-controls-direction a.bx-prev.disabled,  .bx-wrapper .bx-controls-direction a.bx-prev.disabled:hover  {
	
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 17px 2px;
	
}
.bx-wrapper .bx-controls-direction a.bx-next.disabled, .bx-wrapper .bx-controls-direction a.bx-next.disabled:hover  {
	
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 17px -49px;
	
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.event-details .right-details {
	float: right;
	width: 373px;
}
.right-details .top-details {
	border-bottom: 1px solid #e7e8e9;
	padding: 23px 30px 23px 28px;
	margin-bottom: 21px;
}
.right-details .top-details h2 {
	font-size: 17px;
	font-weight: 600;
	color: #c8217a;
	line-height: 20px;
}
.right-details .top-details h3 {
	font-size: 20px;
	font-weight: 600;
	color: #4d4d4f;
	line-height: 24px;
}
.right-details .top-details p {
	font-size: 17px;
	color: #4d4d4f;
	margin: 0;
}
.right-details .date-location, .right-details .partners {
	text-align: right;
	padding-right: 25px;
	padding-bottom: 17px;
	min-height: 215px;
}
.right-details .partners { overflow: hidden; padding-bottom: 48px; }
.right-details .date-location p, .right-details .date-location p:first-child > span { margin: 0; }
.right-details .date-location p > span {
	display: inline-block;
	color: #ed1651;
	margin-top: 16px;
}
.right-details .date-location p:last-child { margin-top: 16px; }
.right-details .date-location p > em { color: #4d4d4f;
background: url('../images/pin-icon.png') left center no-repeat;
display: inline-block;
padding-left: 15px; font-style: normal; }
.right-details .date-location p:last-child > span { margin-top: 0; }
.right-details .date-location p a.location {
	color: #4d4d4f;
	background: url('../images/pin-icon.png') left center no-repeat;
	display: inline-block;
	padding-left: 15px;
}
.right-details .partners h3 {
	margin-bottom: 24px;
}
.right-details .partners .partner {
	position: relative;
	float: right;
	clear: both;
	width: 182px;
	height: 122px;
	margin-bottom: 10px;
}
.right-details .partners .partner img {
	display: block;
	border: 1px solid #e6e7e8;
	width: 180px;
	height: 120px;
}
.right-details .partners .partner a {
	position: absolute;
	left: 0;
	top: 0;
	width: 182px;
	height: 122px;
	background: url('../images/link-thumb-hover.png') no-repeat;
	z-index: 4;
	display: none;
}
.right-details .partners .partner:hover a {
	display: block;
}
.bottom-btns {
	padding: 15px 0;
	border-bottom: 1px solid #e6e7e8;
	width: 951px;
	position: relative;
	margin-bottom: 70px;
}
.bottom-btns a {
	display: block;
	width: 144px;
	height: 22px;
	line-height: 22px;
	color: #939598;
	font-size: 14px;
	background: url('../images/next-prev-arrows.png') no-repeat 0 -12px;
	padding: 0 0 0 27px;
	float: left;
}
.bottom-btns a.next-event {
	text-align: right;
	padding: 0 27px 0 0;
	background-position: right -62px;
	float: right;
}
.bottom-btns .all-events {
	position: absolute;
	background: #FFF;
	border: 1px solid #e7e8e9;
	width: 84px;
	height: 50px;
	left: -125px;
	top: -68px;
	padding: 16px 20px 0;
	text-align: center;
	line-height: 17px;
}
.bottom-btns a:hover {
	background-position: 0 -162px;
	color: #ed1651;
	text-decoration: none;
}
.bottom-btns .next-event:hover {
	background-position: right -112px;
}
/*************************
*
*   8. ARHIVA
*
*************************/

.arhiva-content {
	position: relative;
	border: 1px solid #e6e7e8;
	margin: 30px 0 67px;
	padding: 30px 0 0;
	width: 949px;
}
.arhiva-content .left-tabs {
	position: absolute;
	left: -126px;
	top: -1px;
	width: 126px;
	background: #FFF;
}
.arhiva-content .left-tabs a {
	position: relative;
	display: block;
	width: 124px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #e6e7e8;
	text-align: center;
	color: #939598;
	font-size: 14px;
	top: -1px;
}
.arhiva-content .left-tabs a.current {
	color: #f26922;
}
.arhiva-content .left-tabs a:hover {
	border-color: #f1702e;
	text-decoration: none;
	color: #f26922;
	z-index: 4;
}
.arhiva-content .left-tabs a:first-child {
	top: 0;
}
/* TESTIMONIALE */
.testimonials {
	border-bottom: 1px solid #e6e7e8;
	padding: 0;
	margin-bottom: 32px;
	padding-bottom: 25px;
	padding-left: 47px;
	padding-right: 47px;
	overflow: hidden;
}
.arhiva-content .testimonials h2 { padding-left: 0; }
.arhiva-content h2 {
	font-size: 20px;
	font-weight: 600;
	color: #4d4d4f;
	padding: 0 0 33px 47px;
}
.arhiva-content .press-app h2 { padding-bottom: 23px; }
.testimonials ul li {
	float: left;
	background: none;
	margin: 0 50px 0 0;
	min-height: 335px;
	width: 851px;
	padding: 0;
	
}
.testimonials ul li > div { float: left;  width: 424px; min-height: 265px; overflow: visible; }
.testimonials ul li > div.right { float: right; border-left: 1px solid #e7e8e9; }
.testimonials ul li .image-testim {
	position: relative;
	width: 275px;
	height: 100px;
	margin-bottom: 22px;
}
.testimonials ul .right .image-testim {
	float: right;
}
.testimonials ul .right p, .testimonials ul .right a {
	text-align: right;
	display: block;
	float: right;
}
.testimonials ul li .image-testim img, .testimonials ul li .image-testim a {
	display: block;
	width: 275px;
	height: 100px;
}
.testimonials ul li .image-testim a {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/link-testim-hover.png') no-repeat;
	z-index: 4;
	display: none;
}
.testimonials ul li .image-testim:hover a {
	display: block;
}
.testimonials ul li p {
	color: #939598;
	font-size: 17px;
	line-height: 20px;
	font-style: italic;
	width: 350px;
	margin-bottom: 0;
	font-family: 'Source Sans Pro';
}
.testimonials ul li > div > a {
	color: #ed1651;
	font-size: 17px;
	margin-top: 23px;
	display: block;
}
.testimonials .bx-wrapper {
	max-width: 850px !important;
	padding: 0;
}
.testimonials .bx-wrapper .bx-viewport {
	max-width: 850px;
	left: 0;
	overflow: visible !important;
}
 .testimonials .bx-wrapper .bx-viewport > ul { margin: 0; }
.testimonials .bx-controls {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -50px;
	background: #FFF;
	width: 101px;
	border-bottom: 3px solid #ed1651;
	height: 72px;
	padding-top: 21px;
}
.testimonials .bx-controls .bx-controls-direction {
	border: 1px solid #e6e7e8;
	width: 98px;
	height: 49px;
	overflow: hidden;
}
.testimonials .bx-controls .bx-controls-direction a {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	float: left;
	height: 34px;
	margin-top: 7px;
	width: 48px;
	border: 0;
}
.testimonials .bx-wrapper .bx-controls-direction a.bx-prev, .testimonials .bx-wrapper .bx-controls-direction a.bx-prev.disabled:hover, .testimonials .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 18px -6px;
	border-right: 1px solid #e6e7e8;
	margin-top: 7px;
	top: 0;
}
.testimonials .bx-wrapper .bx-controls-direction a.bx-next, .testimonials .bx-wrapper .bx-controls-direction a.bx-next.disabled:hover, .testimonials .bx-wrapper .bx-controls-direction a.bx-next.disabled {
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 18px -56px;
	margin-top: 7px;
	top: 0;
}
.testimonials .bx-wrapper .bx-controls-direction a.bx-prev:hover, .testimonials .bx-wrapper .bx-controls-direction a.bx-prev {
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 18px -156px;
}
.testimonials .bx-wrapper .bx-controls-direction a.bx-next:hover, .testimonials .bx-wrapper .bx-controls-direction a.bx-next {
	background: #FFF url(../images/next-prev-arrows.png) no-repeat 18px -106px;
}
/* Galeria foto */
.arhiva-content .event-gallery {
	position: relative;
	border: none;
	width: 850px;
	margin-left: 24px;
	margin-bottom: 54px;
	height: 438px;
}
.arhiva-content .event-gallery h2 {
	padding-left: 23px;
}
.arhiva-content .event-gallery .bx-wrapper {
	max-width: 812px !important;
	padding-left: 27px;
	padding-right: 20px;
	height: 378px;
	border: 1px solid #e6e7e8;
}
.arhiva-content .event-gallery .bx-wrapper .bx-viewport {
	min-width: 800px;
	padding-left: 1px;
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls, .press-releases .bx-wrapper .bx-controls {
	position: absolute;
	right: -76px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 73px;
	border-right: 3px solid #f26922;
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls .bx-controls-direction, .press-releases .bx-wrapper .bx-controls .bx-controls-direction {
	width: 49px;
	height: 98px;
	border: 1px solid #e6e7e8;
	position: relative;
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls .bx-controls-direction a, .press-releases .bx-wrapper .bx-controls .bx-controls-direction a {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	margin: 0 0 0 8px;
	padding: 0;
	width: 34px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.arhiva-content .event-gallery ul li > div a {
	background: url('../images/zoom-orange-bg.png') no-repeat;
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-prev.disabled:hover, .press-releases .bx-wrapper .bx-controls-direction a.bx-prev.disabled:hover, .arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-prev.disabled, .press-releases .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
	
	background: url(../images/next-prev-arrows.png) no-repeat 10px 1px;
	
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-next.disabled:hover, .press-releases .bx-wrapper .bx-controls-direction a.bx-next.disabled:hover, .arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-next.disabled, .press-releases .bx-wrapper .bx-controls-direction a.bx-next.disabled {
	background: url(../images/next-prev-arrows.png) no-repeat 10px -49px;
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-next:hover, .press-releases .bx-wrapper .bx-controls-direction a.bx-next:hover, .arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-next, .press-releases .bx-wrapper .bx-controls-direction a.bx-next {
	background: url(../images/next-prev-arrows.png) no-repeat 10px -299px;
}
.arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-prev:hover, .press-releases .bx-wrapper .bx-controls-direction a.bx-prev:hover, .arhiva-content .event-gallery .bx-wrapper .bx-controls-direction a.bx-prev, .press-releases .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url(../images/next-prev-arrows.png) no-repeat 10px -349px;
	top: 50px;
	border-top: 1px solid #e6e7e8;
}
.arhiva-content .media-items {
	margin-bottom: 0px;
}
.arhiva-content .program-list {
	padding-left: 47px;
	padding-bottom: 55px;
	padding-top: 65px;
}
.arhiva-content .program-list h2 {
	padding-left: 0;
	padding-bottom: 18px;
	margin: 0;
}
.arhiva-content .program-list p span {
	color: #ed1651;
	font-weight: 700;
}
.arhiva-content .press-app {
	padding: 0 0 20px;
	position: relative;
}
.arhiva-content .press-app ul {
	overflow: hidden;
	margin: 0;
}
.arhiva-content .press-app ul li {
	margin: 0 0 24px 24px;
	float: left;
	width: 149px;
	height: 149px;
	border: 1px solid #e6e7e8;
	padding: 22px;
	background: none;
	position: relative;
}
.arhiva-content .press-app ul li img {
	display: block;
	width: 147px;
	height: 147px;
	border: 1px solid #e6e7e8;
}
.arhiva-content .press-app ul li .hover_img {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 195px;
	height: 195px;
	background: url('../images/orange-bg.png');
	z-index: 4;
	display: none;
}
.arhiva-content .press-app ul li:hover .hover_img {
	display: block;
}
.arhiva-content .press-app ul li .hover_img a {
	position: absolute;
	left: 118px;
	width: 36px;
	height: 36px;
	display: block;
	background: #FFF url('../images/link-icon.png') no-repeat center center;
	margin-top: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.arhiva-content .press-app ul li .hover_img a.zoom {
	left: 41px;
	background: #FFF url('../images/zoom-icon.png') no-repeat center center;
}
.arhiva-content .press-app ul li .hover_img a.link:hover {
	width: 42px;
	height: 42px;
	margin-top: 77px;
	left: 115px;
}
.arhiva-content .press-app ul li .hover_img a.zoom:hover {
	width: 42px;
	height: 42px;
	margin-top: 77px;
	left: 38px;
}
.arhiva-content .press-app .load_more {
	cursor: pointer;
	width: 850px;
	height: 33px;
	line-height: normal;
	border: 1px solid #e6e7e8;
	font-size: 15px;
	color: #f26922;
	margin-left: 24px;
	text-align: center;
	background: #FFF;
}
.arhiva-content .press-app .load_more[disabled="disabled"], .arhiva-content .press-app .load_more[disabled="disabled"]:hover {
	background: #717172;
	border: 1px solid #e6e7e8;
	color: #FFF;
	cursor: default;
	display: none !important;
}
.arhiva-content .press-app .load_more:hover {
	background: #f26922;
	border-color: #f26922;
	color: #FFF;
}
.press-app .animation_image {
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -72px;
}
.press-releases {
	width: 849px;
	height: 291px;
	border: 1px solid #ebeced;
	margin-left: 24px;
	margin-bottom: 24px;
}
.press-releases .bx-wrapper {
	max-width: 845px !important;
	padding: 0;
}
.press-releases .bx-wrapper .bx-viewport {
	left: -3px;
}
.press-releases h2 {
	height: 62px;
	line-height: 62px;
	padding: 0 0 0 23px;
	border-bottom: 1px solid #ebeced;
}
.press-releases ul {
	overflow: hidden;
}
.press-releases ul li {
	float: left;
	width: 399px;
	height: 198px;
	border-left: 1px solid #ebeced;
	padding: 30px 0 0 23px;
	background: none;
	margin-right: 3px;
	position: relative;
}
.press-releases ul li h4 {
	font-size: 17px;
	font-weight: 600;
	color: #f26922;
	line-height: 20px;
	margin-bottom: 23px;
	width: 375px;
}
.press-releases ul li p {
	font-size: 15px;
	line-height: 18px;
	color: #4d4d4f;
	width: 375px;
}
.press-releases ul li a.download {
	font-size: 14px;
	color: #f28449;
	width: 123px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #e6e7e8;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.press-releases ul li a.download:hover {
	text-decoration: none;
	background: #f26922;
	border-color: #f26922;
	color: #FFF;
}
.press-releases .bx-wrapper .bx-controls {
	right: -78px;
}
.arhiva-content .download-btns, .press-page .download-btns {
	padding: 24px 0 49px 24px;
	overflow: hidden;
	border-top:1px solid #e6e7e8;
}
.left-details .download-btns {
	padding: 24px 0 49px 24px;
	overflow: hidden;
}
.arhiva-content .download-btns a, .press-page .download-btns a,.left-details .download-btns a {
	display: block;
	float: left;
	width: 350px;
	height: 62px;
	line-height: 62px;
	border: 1px solid #e6e7e8;
	font-size: 20px;
	color: #4d4d4f;
	font-weight: 600;
	padding-left: 73px;
	background: #FFF url('../images/download-icon.png') no-repeat 24px 20px;
}
.arhiva-content .download-btns a:first-child, .press-page .download-btns a:first-child {
	right: -1px;
	position: relative;
}
.arhiva-content .download-btns a:hover, .press-page .download-btns a:hover,.left-details .download-btns a:hover {
	background: #f26922 url('../images/download-icon.png') no-repeat 24px -12px;
	color: #FFF;
	text-decoration: none;
}
.arhiva-content.gallery-first {
	background: url('../images/diagonal-shape.png') no-repeat 679px 0;
}
/*************************
*
*   9. INFO UTILE
*
*************************/

.content .wrap-content {
	width: 708px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e6e7e8;
	padding: 40px 20px 23px 220px;
	margin: 37px 0 70px;
}
.content .wrap-content h2.diagonal-title {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/diagonal-bg.png') no-repeat;
	width: 226px;
	height: 226px;
	font-size: 17px;
	font-weight: 600;
	color: #4d4d4f;
	padding: 65px 0 0 43px;
}
/*************************
*
*   10. CONTACT
*
*************************/

.contact-content {
	position: relative;
	padding: 7px 0 68px;
}
.contact-content img {
	display: block;
	border: 1px solid #e6e7e8;
	width: 949px;
	height: 423px;
}
.contact-details {
	position: absolute;
	width: 457px;
	height: 274px;
	background: url('../images/contact-bg.png') no-repeat;
	top: -59px;
	left: 106px;
	z-index: 99;
	padding: 139px 60px 43px 168px;
	color: #FFF;
}
.contact-details p {
	color: #FFF;
	margin-bottom: 17px;
}
.contact-details p strong {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	min-width: 52px;
}
/*************************
*
*   11. HARTA SITE
*
*************************/
.site-map {
	float: left;
	width: 224px;
	padding: 12px 0 0 30px;
	margin-right: 46px;
}
.site-map > li {
	background: none;
	padding: 0 0 8px;
	border-bottom: 1px solid #e6e7e8;
	margin: 0 0 6px;
}
.site-map > li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-left: 3px solid #f26922;
	background: url('../images/next-prev-arrows.png') no-repeat 23px -54px;
	padding-left: 46px;
	font-size: 17px;
	font-weight: 600;
	color: #4d4d4f;
}
.site-map li a:hover {
	color: #f26922;
}
.site-map li ul {
	margin: 0;
	padding: 0 0 3px;
}
.site-map li ul li {
	background: none;
	padding: 3px 0 7px 75px;
}
.site-map li ul li a {
	background: url('../images/next-prev-arrows.png') no-repeat 0px -65px;
	font-size: 15px;
	line-height: 17px;
	color: #4d4d4f;
	padding: 0 0 0 25px;
}
/*************************
*
*   12. Termeni si conditii
*
*************************/

.post-content {
	width: 500px;
	padding: 0 0 50px;
}
/*************************
*
*   13. Newsletter
*
*************************/
#newsletter {
	width: 468px;
	height: 230px;
	background: #FFF;
	padding-left: 83px;
	padding-top: 50px;
}
#newsletter h5 {
	font-size: 17px;
	color: #ed1651;
	font-weight: 600;
	margin: 0 0 15px 0;
}
#newsletter .row {
	overflow: hidden;
	margin-bottom: 15px;
}
#newsletter .row .text-input {
	width: 250px;
	height: 34px;
	line-height: 34px;
	padding: 0 5px 0 10px;
	border: 1px solid #dcddde;
	background: url('../images/bg-input.png') repeat-x;
	font-weight: 400;
	font-size: 15px;
	color: #4d4d4f;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#newsletter .row .text-input.errors {
	border-color: #ed1651;
}
#newsletter .row label {
	margin-left: 10px;
	font-size: 15px;
	color: #4d4d4f;
	line-height: 36px;
}
.btn-submit {
	background: #ed1651;
	color: #FFF;
	font-size: 15px;
	font-weight: 600px;
	width: 250px;
	height: 36px;
	position: relative;
}
.btn-submit:hover {
	height: 40px;
	width: 278px;
	top: -2px;
	left: -14px;
}
.fancybox-type-iframe .fancybox-close {
	width: 28px;
	height: 28px;
	top: 18px;
	right: 18px;
	background: #FFF url('../images/small-close-icon.png') no-repeat 7px -13px;
}
.fancybox-type-iframe  .fancybox-close:hover {
	background: #ed1651 url('../images/small-close-icon.png') no-repeat 7px 7px;
}
#newsletter.confirmation { padding: 50px 51px 0 50px; width: 450px; }
#newsletter  .confirmation { font-size: 17px; line-height: 20px; padding: 25px 5px; color: #1b900b; font-weight: 600; width: 438px; height: 17px; border: 1px solid #dcddde; text-align: center; margin: 29px 0 35px; }
#newsletter.confirmation .btn-submit {  margin-left: 100px; }


/*************************
*
*   14. FESTIVAL 2014
*
*************************/

.event-nav {
	position: relative;
	margin: 0;
	width: 100%;
}
.event-nav li {
	float: left;
	width: 97px;
	height: 43px;
	background: none;
	padding: 0;
	border: 1px solid #FFF;
}
.event-nav li.current {
	border: 1px solid #e6e7e8;
	color: #ed1651;
}
.event-nav li.current a {
	border: 0;
	color: #ed1651;
	width: 99px;
	height: 45px;
	padding: 14px 0 0 !important;
	margin: 0;
}
.event-nav li.no-border a {
	border: 0;
	padding-left: 1px;
}
.event-nav li a {
	display: block;
	height: 15px;
	font-weight: 600;
	text-align: center;
	border-left: 1px solid #e6e7e8;
	font-size: 11px;
	text-transform: uppercase;
	color: #4d4d4f;
	line-height: 15px;
	margin-top: 14px;
}
.event-nav li a:first-letter, .event-nav li a .caps {
	font-size: 14px;
}
.event-nav li:hover {
	background: #ed1651;
	border: 1px solid #ed1651;
}
.event-nav li:hover a, .event-nav li a:hover {
	color: #FFF;
	border: 0;
	text-decoration: none;
	width: 99px;
	height: 45px;
	padding-top: 14px;
	margin: 0;
}
.all-events .program-list,
.events-details .program-list {
	position: absolute;
	text-align: center;
	color: #939598;
	right: -126px;
	top: -1px;
	font-size: 14px;
	text-transform: none;
	width: 84px;
	height: 34px;
	padding: 17px 20px 15px;
	line-height: 17px;
	border: 1px solid #e6e7e8;
	text-decoration: none;
}
.all-events .program-list:hover,
.events-details .program-list:hover {
	color: #FFF;
	padding: 17px 20px 15px;
	background: #ed1651;
	border: 1px solid #ed1651;
}
.events-details {
	border: 1px solid #e6e7e8;
	width: 948px;
	position: relative;
	margin-bottom: 68px;
	min-height: 226px;
}
.all-events .program-list {
	top: 14px;
}
.events-details .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 226px;
	height: 200px;
	background: url('../images/diagonal-red-bg.png') no-repeat;
	padding-top: 26px;
}
.events-details .date > span, .all-events .events-day .event-details .date span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	width: 104px;
	color: #4d4d4f;
	padding-left: 47px;
}
.events-details .date > span:first-child, .all-events .events-day .event-details .date span:first-child {
	color: #ed1651;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 0 26px;
}
.events-details .date > span .caps, .all-events .events-day .event-details .date span.caps {
	font-size: 14px;
}
.events-details .date > span:first-child:first-letter, .all-events .events-day .event-details .date > span:first-child:first-letter {
	font-size: 30px;
	font-weight: 400;
	margin-right: 4px;
}
.events-details .events-list {
	margin-left: 224px;
	position: relative;
	border-top: 1px solid #e6e7e8;
	top: -1px;
	overflow: visible;
	padding: 30px 0 0;
}
.events-details .events-list h3, .all-events .events-day .events-details .left-details h3, .all-events .events-day .concerts h3 {
	font-size: 17px;
	line-height: 20px;
	color: #c8217a;
	font-weight: 600;
	padding: 0 0 16px 25px;
}
.events-details .events-list .event-row {
	height: 175px;
	padding: 25px 0;
	border-top: 1px solid #e6e7e8;
}
.events-details .events-list .event-row .hour {
	float: left;
	width: 98px;
	height: 175px;
	border-left: 2px solid #c8217a;
	position: relative;
}
.events-details .events-list .event-row .hour > div {
	position: absolute;
	left: -125px;
	bottom: 11px;
	padding: 0 25px 0 0;
}
.events-details .events-list .event-row .hour > div.pm {
	left: 25px;
}
.events-details .events-list .event-row .hour > div.pm span {
	text-align: left;
}
.events-details .events-list .event-row .hour span {
	position: absolute;
	bottom: 70px;
	left: 0;
	color: #4d4d4f;
	font-size: 17px;
	line-height: 15px;
	display: block;
	text-align: right;
	width: 98px;
}
.events-details .events-list .event-row .hour span.am-pm {
	bottom: 0px;
	font-size: 14px;
}
.events-details .events-list .event-row .hour span.am-pm:first-child {
	color: #939598;
}
.events-list .event-row .event-image, .all-events .events-day .events-details .event-image, .concerts-list .concert-details .concert-image {
	float: left;
	width: 300px;
	height: 175px;
	position: relative;
	margin-right: 25px;
}
.events-list .event-row .event-image img, .all-events .events-day .events-details .event-image img, .concerts-list .concert-details .concert-image img {
	width: 298px;
	height: 173px;
	display: block;
	border: 1px solid #e6e7e8;
}
.events-list .event-row .event-image a, .all-events .events-day .events-details .event-image a, .concerts-list .concert-details .concert-image a {
	width: 300px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/violet-link-hover.png') no-repeat;
	z-index: 99;
	display: none;
}
.events-list .event-row .event-image:hover a, .all-events .events-day .events-details .event-image:hover a, .concerts-list .concert-details .concert-image:hover a {
	display: block;
}
.events-list .event-row .right-details {
	width: 285px;
	float: left;
	position: relative;
	height: 166px;
	padding: 9px 0 0;
}
.events-list .event-row .right-details h5, .all-events .events-day .events-details .left-details h5, .concerts-list .concert-details h5 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 2px;
	color: #c8217a;
	font-weight: 700;
}
.events-list .event-row .right-details p, .events-list .event-row .right-details p a, .all-events .events-day .events-details .left-details p, .all-events .events-day .events-details .left-details p a, .concerts-list .concert-details p, .concerts-list .concert-details p a {
	font-size: 15px;
	color: #4d4d4f;
	line-height: 18px;
}
.events-list .event-row .right-details a.more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 124px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #e6e7e8;
	color: #939598;
	font-size: 14px;
}
.events-list .event-row .right-details a.more:hover {
	color: #FFF;
	background: #c8217a;
	border-color: #c8217a;
	text-decoration: none;
}
.events-list.concerts h3, .events-list.concerts .event-row .right-details h5, .all-events .events-day .concerts h3, .concerts-list .concert-details h5 {
	color: #ed1651;
}
.events-details .events-list.concerts .event-row .hour {
	border-color: #ed1651;
}
.events-list.concerts .event-row .event-image a, .concerts-list .concert-details .concert-image a {
	background: url('../images/red-link-hover.png') no-repeat;
}
.events-list.concerts .event-row .right-details a.more:hover {
	background: #ed1651;
	border-color: #ed1651;
}
/*************************
*
*   15. All Events
*
*************************/
.all-events {
	position: relative;
	width: 950px;
	margin-bottom: 68px;
}
.all-events .events-day {
	padding: 11px 0 0 0;
	margin: 11px 0 0;
	border-top: 3px solid #ef2d62;
}
.all-events .events-day:first-child {
	border: 0;
	margin:0;
	padding: 0;
}
.all-events .events-day .events-details {
	margin: 0;
	overflow: hidden;
	padding: 25px 0 2px;
	min-height: 179px;
}
.all-events .events-day .events-details .left-details {
	float: left;
	padding: 0 0 0 274px;
	width: 349px;
}
.all-events .events-day .events-details .left-details h3 {
	padding: 19px 0 0;
	text-align: right;
	height: 70px;
}
.all-events .events-day .events-details .left-details p, .all-events .events-day .events-details .left-details h5 {
	text-align: right;
}
.all-events .events-day .events-details .event-image {
	float: right;
	margin: 0;
}
.all-events .events-day .events-details .event-image span.hour, .concerts-list .concert-details .concert-image .hour {
	position: absolute;
	top: 101px;
	left: 24px;
	width: 51px;
	height: 38px;
	background: #c8217a;
	color: #FFF;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding-top: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
}
.all-events .events-day .concerts {
	border: 1px solid #e6e7e8;
	border-top: 0;
}
.all-events .events-day .concerts .concerts-list {
	overflow: hidden;
}
.all-events .events-day .concerts .concerts-list .concert-details {
	float: left;
	margin-left: 24px;
	width: 300px;
}
.all-events .events-day .concerts .concerts-list .concert-details:first-child {
	margin: 0;
}
.concerts-list .concert-details .concert-image .hour {
	background: #ed1651;
}
.concerts-list .concert-details p, .concerts-list .concert-details h5 {
	padding-left: 25px;
}
.concerts-list .concert-details .concert-image {
	padding-bottom: 12px;
}
.all-events .events-day .concerts h3 {
	padding-top: 22px;
	padding-bottom: 24px;
}
/*************************
*
*   16. PENTRU PRESA
*
*************************/
.press-page {
	position: relative;
	border: 1px solid #E6E7E8;
	margin: 37px 0px 68px;
	padding: 24px 0px 25px;
	width: 948px;
}
.press-page h2 {
	font-size: 20px;
	font-weight: 600;
	color: #4D4D4F;
}
.press-page .download-btns {
	padding: 24px 0 24px 24px;
	border-bottom: 1px solid #e6e7e8;
}
.large-photos {
	border: 1px solid #e6e7e8;
	margin: 24px;
}
.large-photos h2 {
	padding-left: 24px;
	height: 62px;
	line-height: 62px;
}
.large-photos a {
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 0 0 60px;
	font-size: 14px;
	color: #4d4d4f;
	background: url('../images/download-small-icons.png') no-repeat 23px 6px;
	border-top: 1px solid #e6e7e8;
}
.large-photos a:hover {
	color: #FFF;
	background: #f26922 url('../images/download-small-icons.png') no-repeat 23px -16px;
	text-decoration: none;
}
/*************************
*
*   17. Detalii artist
*
*************************/
.event-details.artist .right-details .top-details h2 {
	color: #ed1651;
}
.right-details .date-location p a {
	color: #4d4d4f;
}
.quote {
	background: url('../images/quote-icon.png') no-repeat right top;
	margin-right: 25px;
	width: 325px;
	float: right;
	padding-top: 42px;
	padding-bottom: 29px;
	margin-top: 21px;
}
.quote p {
	text-align: right;
	font-size: 17px;
	color: #939598;
	font-style: italic;
	line-height: 20px;
	font-family: 'Source Sans Pro';
}
.quote p.autor {
	color: #f26922;
	font-style: normal;
}
.event-details.artist .right-details .partners .partner a {
	background: url('../images/link-hover.png') no-repeat;
}
.event-details.artist .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: 17px -148px;
}
.event-details.artist .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: 17px -99px;
}
.event-details.artist .event-gallery ul li > div a {
	background: url('../images/zoom-red-bg.png') no-repeat;
}
.event-details.artist .bx-wrapper .bx-controls-direction a.bx-prev.disabled, .event-details.artist .bx-wrapper .bx-controls-direction a.bx-prev.disabled:hover { background: #FFF url(../images/next-prev-arrows.png) no-repeat 17px 2px; }
.event-details.artist  .bx-wrapper .bx-controls-direction a.bx-next.disabled:hover, .event-details.artist  .bx-wrapper .bx-controls-direction a.bx-next.disabled {
right: -71px;
margin-top: -47px;
background: #FFF url(../images/next-prev-arrows.png) no-repeat 17px -49px;
}
/*************************
*
*   18. LISTA PROGRAM
*
*************************/

.program-list {
	width: 723px;
	padding: 38px 0 30px 225px;
}
.program-list .diagonal-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 59px;
	height: 180px;
	background: url('../images/diagonal-red-bg.png') no-repeat;
	padding: 46px 126px 0 41px;
	color: #4d4d4f;
	font-size: 14px;
	font-weight: 600;
}
.program-list h2 {
	font-size: 20px;
	line-height: 23px;
	color: #4d4d4f;
	font-weight: 600;
	margin: 0 0 22px;
}
.program-list p .red {
	color: #ed1651;
}
.social_btn {
	position: absolute;
	bottom: 30px;
	left: 150px;
}
.social_btn .stButton .sharethis {
	background: url('../images/share.png') no-repeat;
	width: 50px;
	height: 21px;
}
/*************************
*
*   19. REZULTATE CAUTARE
*
*************************/
.search-results { position: relative; top: -4px; width: 500px; padding-bottom: 64px; }
.search-results > p { font-size: 17px; line-height: 19px; color: #4d4d4f; padding: 0 0 23px; border-bottom: 1px solid #e6e7e8; margin: 0; }
.result-row { border-bottom: 1px solid #e6e7e8; padding: 21px 0 23px; }
.result-row h3 { font-size: 14px; line-height: 17px; color: #4d4d4f; font-weight: 700; margin: 0 0 15px; }
.result-row p { margin: 0 0 14px; }
.result-row p .highlight { background: #ed1651; color: #FFF; height: 18px; line-height: 18px; }
.result-row  > a { font-size: 14px; line-height: 17px; color: #f26922; }
.pagination { overflow: hidden; margin: 9px 0 0 ; }
.pagination  li { float: left; margin-right: 7px; height: 25px; min-width: 25px; background: none; padding: 0; }
.pagination  li a { display: block; line-height: 23px; text-align: center; font-size: 14px; color: #939598; border: 1px solid #e6e7e8; height: 23px; min-width: 23px;}
.pagination  li.current a { color: #f26922; }
.pagination  li a:hover { border-color: #f26922; color: #f26922; text-decoration: none; }
.pagination  li.next { background: url('../images/next-prev-arrows.png') no-repeat center -62px; }
.pagination  li.next:hover { background-position: center -312px; }

/**  RETUSURI **/
#header { position: relative; z-index: 99; }
.content {position: relative; z-index: 4; min-height: 389px;}
.contact-details  a { color: #FFF; text-decoration: underline; }
.contact-details  a:hover { text-decoration: none; }
.news-items .new-item { height: 135px; }
.news-items .new-item p { margin: 0; }

.event-details .left-details .content-event ul li p, .event-details .left-details .content-event ul { margin: 0; }
.event-details .left-details .content-event ul li { margin-top: 19px; }
.event-details .left-details .content-event ul li:first-child { margin: 0; }

.event-nav-container {
    width: 673px;
    position: relative;
    padding: 0 55px 8px 225px;
}

.event-nav-container .owl-prev,
.event-nav-container .owl-next {
	position: absolute;
	top: 0;
} 
.event-nav-container .owl-prev {
    left: -55px;
}
.event-nav-container .owl-next {
    right: -52px;
}


.owl-arrow-next {
    background: url(../images/next-prev-arrows.png) no-repeat 14px -302px;
    width: 43px;
    height: 43px;
    border: 1px solid #e6e7e8;
}
.owl-arrow-next:hover,
.owl-arrow-next:active {
	background-position: 14px -302px;
}

.owl-arrow-prev {
    background: url(../images/next-prev-arrows.png) no-repeat 14px -152px;
    width: 43px;
    height: 43px;
    border: 1px solid #e6e7e8;
}
.owl-arrow-prev:hover,
.owl-arrow-prev:active {
	background-position: 14px -152px;
}

.owl-next.disabled .owl-arrow-next {
	background-position: 14px -52px;
}

.owl-prev.disabled .owl-arrow-prev {
	background-position: 14px -2px;
}