.success-message {
    display: block;
}

div.captcha img {
    margin-top: 29px;
}

div.div_flags {
    float: right;
    height: 20px;
    margin-top: 20px;
    width:50%;
}

div.div_flags a.flag {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

div.div_flags img.flag {
    height: 11px;
}

div.div_flags img.flag.nolink {
    filter: alpha(opacity=40);
    float: right;
    height: 11px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.4;
}

.image-overlay-news-link,
.image-overlay-news-zoom {
	height: 30%;
	width: 30%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

div.closeable a.close { 
    position: absolute;
    right: 12px;
    top: 0px;
}

#portfolio-wrapper {
    height: auto;
}
	


.fancybox-prev:before {
  content: "Previous";
}
.fancybox-next:before {
  content: "Next";
}

a, a:visited {
    color: #000000;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out;
    /* text-align: right; */
    font-size: 14px;
}

.fancybox-next {
    right: -6px;
    width: 76px;
    position: absolute;
}

.fancybox-prev {
    position: absolute;
}

.fancybox-outer, .fancybox-inner {
    padding: 5px !important;
}