body{
    margin:0 auto;
    width:1015px;
    color:#000;
    font-family:'ProximaNova-Regular',arial;
    font-size:14px;
    background:#fff;
}
.left{float:left}
.right{float:right}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
a, a:hover, a:active, a:visited{
    color:#000;
    text-decoration:none;
}
.mgnt{color:#c10076}
.center{text-align:center}

header{
    margin:0 0 10px 0;
    height:100px;
}

header .logo{
    margin-top:45px;
    width:80px;
    height:55px;
    background:no-repeat url(../images/logo_80x55.png) 0 0;
    display:block;
}
header .right{
    width:935px;
}
header .top{
    width:100%;
    height:70px;
}
header .top .title{
    margin-top:20px;
    width:855px;
    height:50px;
    text-align:center;
}
header .top .title h1{
    font-size:1.4em;
}
header .top .title h2{
    margin-top:5px;
}
header .top .switchlang{
    width:80px;
    height:70px;
    line-height:70px;
    text-align:right;
}
header .top .switchlang a{
    color:#000;
    text-decoration:none;
}

menu{
    margin:3px 0 0 15px;
    width:920px;
    height:26px;
    border-bottom:1px solid #000;
    position:relative;
}
menu ul{
    height:30px;
    /*float:right;*/
}
menu ul li{
    margin:0 3px 0 0;
    height:24px;
    line-height:20px;
    font-size:16px;
    font-family:'ProximaNova-Semibold';
    text-align:center;
    text-transform:uppercase;
    display:block;
    float:left;
}

/*menu ul li{
    display: table-cell;
    width: 1%;
    float: none;
}*/

menu ul li span{
    margin:4px 2px 0 0;
    width:11px;
    height:11px;
    background:#000;
    display:block;
    float:left;
    visibility:hidden;
}
menu ul li.active span{
    visibility:visible;
}
menu ul li a{
    text-align:center;
}
menu ul li.first{
    text-align:left;
}
menu ul li.last{
    margin-right:0;
    text-align:right;
}

menu ul li.mgnt a,
menu ul li a.mgnt{
    color: #EB008B;
}
menu ul li a.active{
    font-family:'ProximaNova-Bold';
}

body.lang-hu menu ul li,
body.lang-hu menu ul li.important {
    margin-left:0px;
}

body.lang-hu menu ul li.important{
    margin-left:20px;
}

hr{
    margin:8px auto;
    width:535px;
    height:1px;
    display:block;
    background:#000;
    border:none;
}

section .headerinfo{
    line-height: 16px;
    text-align: center;
    padding-bottom: 10px;
}
section .eventinfo{
    margin-bottom:16px;
}

section ul.submenu{
    margin:0 auto;
    overflow:hidden;
    text-align: center;
}
section ul.submenu li{
    font-size:13px;
    display: inline-block;
    float: none;
    padding: 0 10px;
}
section ul.submenu li.active a{
    color:#000;
    text-decoration:underline;
}
section ul.submenu li.active a span{
    color:#000;
}


/* news */
.news section{
    margin:0 auto;
    width:1015px;
    /*height:581px;*/
    overflow:hidden;
}
.news section article{
    margin:0;
    padding:0;
    background:#fff;
}
.news section article img.bg{
    margin:0;
    padding:0;
    display:block;
}
.news section article div.text{
    margin:0;
    padding:0;
    color:#000;
    font-family:'ProximaNova-Bold';
    position:absolute;
    display:none;
}


.imagelist{
}
.imagelist img{
    margin-bottom: 10px;
    display:block;
}
.thumbs a.thumb{
    margin-right:17px;
    margin-bottom:17px;
    width:327px;
    height:218px;
    float:left;
    display:block;
}
.thumbs a.third{
    margin-right:0;
}



/* film projects */
.film section ul.submenu{
    margin: 5px 0;
    width: auto;
    text-align: center;
}

/*.film section{
    margin:0 auto;
    width:815px;
}*/

.film iframe{
	width: 100%;
}

.film div.description{
    margin:3px auto;
    line-height:16px;
    text-align:center;
}


footer{
    margin-top:0;
    width:1015px;
    height:60px;
    line-height:60px;
    border-top:1px solid #000;
    clear:both;
}
footer a{
    margin:15px 5px 0 0;
    width:28px;
    height:28px;
    display:block;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
    float:left;
    cursor:pointer;
}
footer a.mail{
    margin-left:442px;
    background-image:url(../images/icons/email.png);
}
footer a.tel{background-image:url(../images/icons/telephone.png)}
footer a.fb{background-image:url(../images/icons/facebook.png)}
footer a.insta{background-image:url(../images/icons/instagram.png)}
footer a.top{
    margin-right:0;
    background-image:url(../images/icons/up.png);
    float:right;
}



#errorM{
    margin:50px 0;
    text-align:center;
}
#errorM strong{
    font-size:70px;
    font-family:'ProximaNova-Bold';
}




.dk-form.form input,
#artwork_box form input{
    width:218px;
    height:15px;
    line-height:15px;
    background:#d1d1d1;
    border:none;
    float:left;
    color:#000;
    font-family:'ProximaNova-Regular';
    font-size:13px;
}
.dk-form.form textarea,
#artwork_box form textarea{
    padding:0;
    width:218px;
    height:95px;
    line-height:15px;
    background:#d1d1d1;
    border:none;
    float:left;
    color:#000;
    font-family:'ProximaNova-Regular';
    font-size:13px;
}
.dk-form.form button{
    width:45px;
    height:20px;
    line-height:20px;
    background:#1d1d1b;
    border:none;
    float:right;
    color:#fff;
    font-family:'ProximaNova-Bold';
    font-size:13px;
    text-transform:uppercase;
}
.dk-form.form input.error,
#artwork_box form input.error{
    color:#fff;
    background:#c10076; 
}

.arajanlat-keres .row{
    margin-bottom:10px;
}
.arajanlat-keres .row label{
    font-weight:bold;
    display:block;
}
.arajanlat-keres .row input,
.arajanlat-keres .row textarea{
    margin:0;
    /*padding:2px;*/
    padding: 0;
    width: 200px;
    background: #FFF;
    border: none;
}
.arajanlat-keres .row textarea{
    width: 100%;
    height: 400px;
}
.arajanlat-keres .row .cbox label{
    margin:0 15px 4px 0;
    float:left;
}
.arajanlat-keres .row .cbox label.label2{
    margin:2px 0 0 0px;
    width:280px;
    height:17px;
    font-weight: normal;
    border: none;
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
.arajanlat-keres .row .cbox{
    clear:both;
}
.arajanlat-keres .row button{
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
    background:#000;
    border:2px solid #000;
}
.arajanlat-keres .error{
    color:#c10076;
    font-weight:bold;
}
.arajanlat-keres .ok{
    font-weight:bold;
}




.custom-checkbox {
    display: none;
}
.custom-checkbox + label {
    margin:-2px 0 0 0;
    width:17px;
    height:17px;
    background-color: #FFF;
    border: none;
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
.custom-checkbox:checked + label {
    background-color: #d1d1d1;
    border: none;
    color: #000;
}
.custom-checkbox:checked + label:after {
    content: '';
    width:17px;
    height:17px;
    background-image: url(../images/icons/checked-icon.png);
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}
.custom-radio {
    display: none;
}
.custom-radio + label {
    margin:-2px 0 0 0;
    width:17px;
    height:17px;
    line-height:17px;
    -webkit-appearance: none;
    background-color: #FFF;
    border: none;
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
.custom-radio:checked + label:after {
    content: '';
    width:17px;
    height:17px;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    background: #d1d1d1;
    background-image: url(../images/icons/checked-icon.png);
    text-shadow: 0px;
    left: 0px;
    font-size: 17px;
}
.custom-radio:checked + label {
    background-color: #d1d1d1;
    color: #000;
    border: none;
}




#slider{
    width:1015px;
    height:571px;
    overflow:hidden;
    position:absolute;
    left:0;
    overflow:hidden;
}
#slider_inner{
    width:5125px;
    height:571px;
    position:absolute;
    left:0;
}
#slider_inner article{
    margin-right:10px;
    float:left;
}

/*#slides{
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
#slides .slides_container{
    margin:10px auto;
    width:100%;
}*/
/*#slides .slides_container div{
    width:690px;
    height:487px;
    text-align:center;
    display:block;
}
#slides .slides_container div span{
    margin-bottom:5px;
    width:690px;
    height:467px;
    text-align:center;
    display:block;
    overflow:hidden;
}
#slides .slides_container div span img{
    margin:0 auto;
    display:block;
}*/

.title.left h2{
    color: #EB008B;
}

.thumbs .thumb:visited img{
    opacity: 0.5;
}

body.film ul.submenu li a span{
   font-weight: bold;
}

body.film ul.submenu li{
   padding: 0 10px;
   float: none;
   display: inline-block;
}

body.info section img,
body.info section .info-description{
   float: left;
}

body.info section img{
   padding: 0 0 15px 0;
}

body.info section .info-description{
   width: 30%;
   margin-left: 10px;
}

body.info section .info-description p{
   text-align: justify;
}

body.info section .info-description P:not(:last-of-type){
   padding: 0 0 14px 0;
}

.bold{
   font-weight: bold;
}

body.portraits .imagelist {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    width: 100%;
}

body.portraits .imagelist img {
    display: inline-block;
    width: 100%;
}

body.booknow .container .col1,
body.booknow .container .col2{
    width: 50%;
    padding-top: 10px;
}

body.booknow .container .col1,
body.booknow .container .col2,
body.booknow .arajanlat-keres > .row{
    float: left;
}

section .eventinfo .lastRow p{
    margin: 0;
    float: left;
}

.lastRow{
    margin-top: 15px;
    width: 100%;
	
}

section .eventinfo .lastRow button{
    float: right;
}

.arajanlat-keres .col1 .row:last-of-type > label{
    margin-top: 20px;
}

.container{
    height: 500px;
	padding: 28px;
}

.clients section{
    text-align: center;
}

.clients section img:first-of-type{
    width: 84%;
}

.booknow section{
	background-color: #DDD;
}

.margin0{
	margin: 0;
}

.arajanlat-keres .container .margin0{
	margin: 0;
}

.portraits-lead{
	text-align: justify;
}

.portraits-lead,
.photographyDescription,
.event-desc,
.group-photo-desc{
	line-height: 16px;
}


.portraits-lead p,
.eventinfo p,
.photographyDescription p{
	margin: 10px auto;
}

.groupphotos section img{
	max-width: 100%;
}

.groupphotos .eventinfo p:nth-of-type(2){
	margin-bottom: 15px;
}

.lang-hu menu ul li{
	    margin: 0 7px 0 0;
}

.lang-en menu ul li{
	    margin: 0 12px 0 0;
}

/*.newsSlider .slick-dots li .customDot{
	background-color: #000;
}

.newsSlider .slick-dots li.slick-active .customDot{
	background-color: #EB008B;
}*/

.newsSlider .slick-dots li button:before{
    content: '';
    background-color: #000;
    opacity: 1;
}

.newsSlider .slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: #EB008B;
}

.newsSlider .slick-dots li,
.newsSlider .slick-dots li button,
.newsSlider .slick-dots li button:before{
	width: 12px;
    height: 12px;
}

.newsSlider .slick-dots li{
	margin: 0 3px;
}

.photography .imagelist img{
	margin-bottom: 5px;
}

.photography .imagelist a{
	margin-bottom: 10px;
	float: right;
	display: block;
}

.photography .imagelist div{
	margin-bottom: 10px;
	float: left;
	display: block;
}

.photography .thumbs{
	clear: both;
}

.text-justify{
	text-align: justify;
}

.header1{
	font-size: 16px;
}

/*.mail-box{
	position: absolute;
	width: 350px;
	height: 220px;
	background-color: white;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, -50%);
	display: none;
}

.mail-box form input{
    background: #d1d1d1;
    border: none;
    float: left;
    color: #000;
	clear: both;
}

.mail-box form label {
    text-align: right;
    float: left;
	clear: both;
}*/

#artwork_box{
	background: #fff;
	position: fixed;
	z-index: 999;
	display: none;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#artwork_box form{
	padding: 5px;
}

#artwork_box form div.row{
	clear: both;
}

#artwork_box form label{
	float: left;
}

#artwork_box form input{
	background: #d1d1d1;
	border: none;
	float: right;
	color: #000;
}

#artwork_box form input,
#artwork_box form label,
#artwork_box form textarea,
#artwork_box form button{
	margin: 10px;
}

#artwork_box form textarea{
	background: #d1d1d1;
	border: none;
	float: right;
	color:#000;
} 

#artwork_box form button{
	background: #1d1d1b;
	border: none;
	//float: right;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	left: 81%;
}

#artwork_box form input.error{
	color:#fff;
	background:#c10076; 
}


#shop_box{
	margin:59px 0 0 95px;
	width:310px;
	height:215px;
	background:#fff;
	position:absolute;
	z-index:999;
	display:none;
}

body.lang-hu.artwork section #shop_thx{
    margin-top:220px;
}

#shop_thx{
	display: none;
	//display: block;
	position: fixed;
	background:#fff;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.lang-hu #shop_box{
    margin-left:330px;
    width:340px;
}

#shop_thx .info{
	float: left;
	clear: both;
}

#shop_thx .info p{
	margin: 10px;
}

#shop_thx .close,
#artwork_box .close{
    text-align: center;
    color: #fff;
    background: #000;
    cursor: pointer;
	width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
	margin: 10px;
	float: right;
}

.event .slick-slide{
	min-height: auto;
}

.event .slick-initialized .slick-slide{
	padding-left: 5px;
	padding-right: 5px;
}

.event .slick-list{
	margin-bottom: 5px;
}

.advertising-top{
	margin-bottom: 10px;
}
.event .slick-prev-btn:before,
.event .slick-next-btn:before {
    color: #FFF;
	//font-size: 25px;
}

.event .slick-prev-btn:hover,
.event .slick-next-btn:hover {
	background: #888;
}

.event .slick-prev-btn,
.event .slick-next-btn {
	background: #888;
	left: 0;
	right: 0;
	display: inline-block;
	position: relative;
	transform: translate(0, 0);
	top: 0;
}

.arrows-loc{
	//position: relative;
	position: absolute;
    display: block;
    text-align: center;
}

.arrows-loc .fa-chevron-left{
	left: -1px;
}

.arrows-loc .fa-chevron-right{
	left: 2px;
}

.feedback{
	z-index: 99;
	display: block;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #DDD;
	left: 50%;
	top: 50%;
	width: 50%;
	//width: 600px;
	height: 33%;
	//height: 160px;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feedback .ok,
.feedback .error{
	text-align: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
	color: #000;
}

.feedback .close{
	text-align: center;
    color: #fff;
    background: #c10076;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
	position: absolute;
    right: 0;
}

.arajanlat-keres{
	position: relative;
}

.enInfo,
.huInfo{
	height: 436px;
    position: relative;
}

.enInfo p:last-of-type,
.huInfo p:last-of-type{
    position: absolute;
    bottom: 0;
}

.uppercase{
	text-transform: uppercase;
}

.bknw-btn{
	background-color: #EB008B;
	padding: 2px;
}

.bknw-btn:hover{
	background-color: #000;
	color: #FFF;
}

.advertising.lang-hu .thumbs p{
    margin: 10px auto;
}