body, a, ul, li, p, span {
	padding: 0; 
	margin: 0;
	text-decoration: none;
	font-family: 'Cutive Mono', '';
	font-weight: 400;	
}
body.bulgarian, body.bulgarian a, body.bulgarian ul, body.bulgarian li, body.bulgarian p, body.bulgarian span {
	font-family: 'Neucha', 'cursive';
}
body {
	background: #a7a9a8;
}
img {
	border: none;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
.top_bg {
	width: 100%;
	background: white;
	text-align: center;
}
.top {
	width: 1020px;
	margin: 0 auto;
	height: 130px;
}
.top .logo {
	float: left;
	margin-top: 20px;
	margin-right: 120px;
}
.top ul {
	float: left;
	list-style: none;
	margin-top: 65px;
}
.top ul li {
	float: left;
	display: block;
	margin-right: 25px;
}
.top ul li a {
	display: block;
	font-size: 22px;
	color: #9c4596;
}

body.bulgarian .top ul {
	margin-top: 70px;
	margin-left: 20px;
}
body.bulgarian .top ul li a {
	font-size: 24px;
}
body.french .top ul {
	margin-top: 65px;
}
body.french .top ul li a {
	font-size: 22px;
	margin-right: 10px;
}
.top ul li a:hover, .top ul li a.selected {
	color: #a7a9a8;
}
.content_bg {
	width: 100%;
	background: #a7a9a8;
	text-align: center;
}
.content {
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0px 20px 0;
	text-align: left;
	position: relative;
	min-height: 450px;
	height: auto;
	clear:both;
	overflow: hidden;
	font-family: 'Qwigley', 'cursive';
}
.content h1 {
	font-size: 42px;
}
.content p {
	font-family: 'Qwigley', 'cursive';
	font-size: 28px;
}

body.bulgarian .content, body.bulgarian .content p {
	font-family: 'Anonymous Pro', '';
}
.expos {
	border: 2px solid white;
	margin-right: 40px;
}
.expo {
	margin-bottom: 20px;
}
.expo h3 {
	margin-bottom: 2px;
	font-size: 28px;
}
body.bulgarian .expo h3 {
	font-size: 20px;
}
.expo span.event_date {
	color: #446e3c;
	margin-right: 40px;
	font-family: 'Cutive Mono', '';
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
	width: 100px;
}
body.bulgarian .expo span.event_date {
		font-family: 'Neucha', 'cursive';
}
.expo p {
	padding-left: 150px;
}
body.bulgarian .expo p {
	font-size: 16px;
}
.languages {
	display: inline-block;
	float: right;
}
.languages ul {
	list-style: none;
	margin-right: 0;
	margin-top: 60px;
}
body.french .top .languages ul {
	margin-top: 60px;
}
.languages ul li {
	float: left;
	margin-left: 10px;
	margin-right: 0;
	width: 30px;
	height: 30px;
}
.languages ul li a {
	display: block;
	width: 30px;
	height:30px;
}
.languages ul li a.en {
	background: url("../images/en_gray.png") no-repeat;
}
.languages ul li a.en.selected {
	background: url("../images/en.png") no-repeat;
}

.languages ul li a.bg {
	background: url("../images/bg_gray.png") no-repeat;
}
.languages ul li a.bg.selected {
	background: url("../images/bg.png") no-repeat;
}

.languages ul li a.fr {
	background: url("../images/fr_gray.png") no-repeat;
}
.languages ul li a.fr.selected {
	background: url("../images/fr.png") no-repeat;
}
.facebook_icon {
	padding-left: 50px;
	background: url("../images/fb.png") no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	margin-top: 20px;
	display: inline-block;
	height: 30px;

}
.footer {
	margin: 0 auto;
	width: 1020px;
	text-align: center;
	font-size: 16px;
}
.portfolios a span {
	color: white;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 32px;
	font-family: 'Qwigley', 'cursive';
	z-index: 100;
}
body.bulgarian .portfolios a span {
	font-family: 'Anonymous Pro', '';
}
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-container a {
    float: left;
    overflow: hidden;
    position: relative;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}
.inner {
	background: url("../images/black.png") repeat scroll left top rgba(0, 0, 0, 0);
    padding: 10px;	
}
.show {
    background: url("../images/show_en1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.hide {
    background: url("../images/hide_en1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.show2 {
    background: url("../images/show_en2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.hide2 {
    background: url("../images/hide_en2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

body.bulgarian .show {
    background: url("../images/show_bg1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
body.bulgarian .hide {
    background: url("../images/hide_bg1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
body.bulgarian .show2 {
    background: url("../images/show_bg2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
body.bulgarian .hide2 {
    background: url("../images/hide_bg2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

body.french .show {
    background: url("../images/show_fr1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
body.french .hide {
    background: url("../images/hide_fr1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
body.french .show2 {
    background: url("../images/show_fr2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
body.french .hide2 {
    background: url("../images/hide_fr2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.panel {
    cursor: pointer;
    height: 86px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
}
.panel2 {
    cursor: pointer;
    height: 86px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
}
.portfolios a {
	display: block;
	position: relative;
	width: 320px;
	margin-bottom: 30px;
	background: #fff;
}
.portfolios a span {
	display: none;
	position: absolute;
	background: white;
	color: black;
	left: 0;
	bottom: 0;
	width: 300px;
	padding: 5px 10px;
	top: auto;
}
body.bulgarian .portfolios a span {
	font-size: 20px;
}
.column {
	width: 320px;
	margin-right: 30px;
	float: left;
}
#overlay .column {
	width: 120px;
	margin-right: 7px;
}
#overlay {
		left: 0;
	    min-width: 315px;
	    position: absolute;
	    top: 21px;
	    width: 40%;
	    z-index: 100;		
	}
	#overlay2 {
		display: none;
		right: 0;
	    min-width: 315px;
	    position: absolute;
	    top: auto;
	    bottom: 20px;
	    width: 40%;
	    z-index: 100;		
	}
#overlay a {
	display: block;
	position: relative;
	width: 118px;
	border: 1px solid white;
	margin-bottom: 10px;
	background: #fff;
}
#overlay a span {
	display: none;
	position: absolute;
	background: white;
	color: black;
	left: 0;
	bottom: 0;
	width: 110px;
	font-size: 12px;
	padding: 2px 5px;
	top: auto;
}

#big_image_holder img {
	cursor: pointer;
}
#overlay h1, #overlay h2, #overlay2 h1, #overlay2 h2 {
	color: white;
	margin-bottom: 5px;
}
#overlay2 h1, #overlay2 h2 {
	margin-top: 5px;
}
#overlay2 h1 {
	font-family: 'Qwigley', 'cursive';
	margin-bottom: 0;
	font-size: 32px;
}
body.bulgarian #overlay2 h1 {
	font-family: 'Neucha', 'cursive';
	font-size: 22px;

}
#overlay2 h2 {
	font-family: 'Cutive Mono', '';
	font-size: 18px;
	margin-top: -5px;
	margin-bottom: 10px;
}
body.bulgarian #overlay2 h2 {
	font-family: 'Anonymous Pro', '';
	font-size: 18px;
}