@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/BebasNeue-webfont.woff') format('woff'), url('/fonts/BebasNeue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/fonts/ODelI1aHBYDBqgeIAH2zlBBHWFfxJXS04xYOz0jw624.woff) format('woff');
}

html,body {
    height: 100%;
    font-size: 100%;
}

*:focus {
    outline: 0;
}

@media only screen and (max-width: 650px) {
    body { font-size:70%; }
}  

@media only screen and (max-width: 850px) {
    body { font-size:80%; }
}

@media only screen and (max-width: 1000px) {
    body { font-size:90%; }
}

h1,h2,h3 {
    margin-top: auto;
    margin-bottom: auto;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -315px;
    padding: 0 0 315px;
}

#pre_footer .row h2,
#wrap .row h2 {
    font-size: 18px;
    line-height: 27px;
    color: #a9a9a9;
    text-align: center;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    font-family: 'BebasNeueRegular', Verdana;
}

#wrap .row h1 {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-align: left;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    font-family: 'BebasNeueRegular', Verdana;
}

#pre_footer {
    margin-top: 60px;
}

#pre_footer > .container {
    text-align: center;
    min-height: 50px;
    line-height: 50px;
}

#footer {
    height: auto;
    background-color: #000000;
    padding-top: 3%;
    padding-bottom: 3%;
}

#footer a {
    text-decoration: none;
}

#footer .container > .row {
    height: 100%;
}

#footer .container > .row > div:last-child h2 {
    font-size: 80%;
    font-weight: 700;
    text-align: right;
    color: #FFFFFF;
    margin-top: 0px;
}

#footer .container > .row > div:last-child p {
    font-size: 80%;
    color: #989898;
    text-align: right;
    line-height: 100%;
}

#footer .container > .row > div:last-child p a {
    color: #989898;
}

#footer .container > .row > div:first-child h2 {
    font-family: 'BebasNeueRegular', Verdana;
    font-size: 115%;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 0%;
    margin-bottom: 0%;
}

#footer .container > .row > div:first-child h2 a {
    color: #FFFFFF;
}

#footer .container > .row > div:first-child {
    height: 100%;
    display: table;
}

#footer .container > .row > div:first-child .row {
    height: 100%;
    display: table-row;
}

#footer .container > .row > div:first-child .row > div {
    padding-left: 16px;
    background-image: url('/images/layout/footer_border.png');
    background-position: left top;
    background-repeat: repeat-y;
    height: 100%;
    font-family: 'BebasNeueRegular', Verdana;
    display: table-cell;
}

#footer .container > .row > div:first-child .row > div ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 5%;
    margin-bottom: 0px;
}

#footer .container > .row > div:first-child .row > div ul li {
    text-transform: uppercase;
    color: #848381;
    line-height: 100%;
    padding-top: 3px;
    font-size: 100%;
    /*white-space: nowrap;*/
}

#footer .container > .row > div:first-child .row > div ul li a {
    color: #848381;
}

@media only screen and (max-width: 650px) {
    #footer .container > .row > div:first-child h2 {
        font-size: 70%;
    }

    #footer .container > .row > div:first-child .row > div ul li {
        font-size: 70%;
        line-height: 30%;
    }

    #footer .container > .row > div:last-child h2 {
        font-size: 70%;
    }

    #footer .container > .row > div:last-child p {
        font-size: 70%;
    }    

}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-right {
    width: 75%;
}

.container {
    width: auto;
    max-width: 1000px;
    padding: 0px;
}
.container .credit {
    margin: 20px 0;
}

.navbar-brand {
    margin-top: 15px;
}

.navbar > .container {
    padding: 0px;
}

.navbar-collapse {
    padding-right: 0px;
}

.navbar-toggle {
    background-color: #CCCCCC;
    margin-right: 25px;
}

.navbar-toggle > .icon-bar {
    background-color: #FFFFFF;
}

.navbar-collapse.in {
    width: 100%;
    clear: both;
}

.navbar-collapse.collapsing > .row.menu1,
.navbar-collapse.in > .row.menu1 {
    display: none;
}

.navbar-collapse.collapsing > .row.menu2,
.navbar-collapse.in > .row.menu2 {
    margin-top: 0px;
}

.carousel-indicators {
    bottom: -45px;
}

.carousel-indicators li.active,
.carousel-indicators li {
    text-indent: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 15px;
    font-family: 'BebasNeueRegular', Verdana;    
}

.carousel-indicators li {
    background-color: #d2d2d2;
    color: #FFFFFF;
    border: none;
}

.carousel-indicators li.active {
    background-color: #a6a6a6;
}

#myCarousel {
    margin-bottom: 65px;
}

.menu1 {
    height: 57px;
    background-image: url("/images/layout/footer_border2.png");
    background-position: left top;
    background-repeat: repeat-y;   
    float: right;
    min-width: 600px;
}

.menu1 > div {
    line-height: 17px;
    height: 57px;
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    float: left;
    background-image: url("/images/layout/footer_border2.png");
    background-position: right top;
    background-repeat: repeat-y;    
    font-family: 'BebasNeueRegular', Verdana;
}

.menu1 > div:first-child {
    min-width: 100px;
    float: left;
}

.menu1 > div:nth-child(2) {
    min-width: 300px;
    float: left;
}

.menu1 > div:last-child {
    min-width: 150px;
    float: left;
}

.menu1 > div:nth-child(2) > form > input {
    height: 17px;
    line-height: 17px;
    margin-left: 10px;
    width: 70%;
    border: 1px solid #a9a9a9;
    font-size: 90%;
    color: #a9a9a9;
}

.menu1 > div a {
    text-decoration: none;
    color: #a9a9a9;
}

.menu1 > div img {
    padding: 0px 0px 0px 5px;
}

.menu1 .lang_box {
    background-color: #DDDBDC;
    color: #FFFFFF;
    float: left;
}

.menu1 .lang_box.active {
    background-color: #F84A0E;
}

.menu1 .lang_box a {
    color: #FFFFFF;
}

.menu1 .lang_box a span {
    display: block;
    padding: 3px 8px;   
    height: 20px;
}

.menu1 .lang_box:first-child {
    margin-right: 4px;
}

@media (max-width: 1000px) {
    .navbar-collapse .menu1 > div:nth-child(2) {
        display: none;
    }

    .navbar-collapse .menu1 {
        min-width: 250px;
    }

    .navbar-header {
        clear: both;
    }

    .navbar-right {
        width: 100%;
    }
}

@media (min-width: 1001px) {
    .navbar-collapse .menu1 > div:nth-child(2) {
        display: block;
    }

    .navbar-collapse .menu1 {
        min-width: 600px;
    }
}

.menu2 {
    margin-top: 35px;
    float: right;
    min-width: 470px;
}

.menu2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

.menu2 > ul > li {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    font-family: 'BebasNeueRegular', Verdana;
    float: left;
    margin-right: 5px;
    position: relative;
}

.menu2 > ul > li:hover {
    background-color: #969593;
}

.menu2 > ul > li:hover > a {
    color: #FFFFFF;;
}

.menu2 > ul > li:last-child {
    margin-right: 0px;
}

.menu2 > ul > li > a {
    color: #969593;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 35px;
}

.menu2 > ul > li > a > span {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 20px 0px 20px;
}

.menu2 > ul > li > ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    background-color: #FFFFFF;
}

.menu2 > ul > li:hover > ul {
    display: block;
}

.navbar-collapse.collapsing > .menu2 > ul > li:hover > ul,
.navbar-collapse.in > .menu2 > ul > li:hover > ul {
    display: none;
}

.menu2 > ul > li > ul > li {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: left;
    font-family: 'BebasNeueRegular', Verdana;
    float: left;
    width: 100%;
    position: relative;
}

.menu2 > ul > li > ul > li > a {
    text-decoration: none;
    color: #969593;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: 35px;    
}

.menu2 > ul > li > ul > li > a > span {
    width: 100%;
    height: 35px;
    display: block;
    padding: 0px 20px 0px 20px;    
}

.menu2 > ul > li > ul > li:hover {
    background-color: #000000;
}

.menu2 > ul > li > ul > li:hover > a {
    color: #FFFFFF;
}

.menu2 > ul > li > ul > li > ul {
    display: none;
    background-color: #000000;
}

.menu2 > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
}

.menu2 > ul > li > ul > li > ul > li {
    width: 100%;
    margin: 0px;
}

.menu2 > ul > li > ul > li > ul > li > a {
    color: #FFFFFF;
    width: 100%;
    height: 35px;
    display: block;
}

.menu2 > ul > li > ul > li > ul > li > a > span {
    width: 100%;
    height: 35px;
    display: block;
    padding: 0px 20px 0px 20px;    
}

.menu2 > ul > li > ul > li > ul > li:hover > a {
    text-decoration: none;
    color: #000000;
}

.menu2 > ul > li > ul > li > ul > li:hover {
    background-color: #F84A0E;
}

.row.awards > div {
    margin-top: 3%;
    margin-bottom: 3%;
    padding-left: 0px;
    padding-right: 0px;
}

.row.awards > div > img {
    width: 100%;
    max-height: 90px;
}

.row.awards > div {
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.row.awards > div:first-child {
    padding-left: 0;
    padding-right: 1%;
}

.row.awards > div:last-child {
    padding-right: 0;
    padding-left: 1%;
}

.row.awards:last-child > div {
    padding-bottom: 1.5%;
}

.row.awards > div {
    background-image: url("/images/layout/footer_border2.png");
    background-position: right top;
    background-repeat: repeat-y;        
}

.row.awards > div:last-child {
    background-image: none;
}

.row.rights > div {
    font-size: 0.8em;
    white-space: nowrap;
}

div.row > div > ul.pages {
    margin: 0 auto;
}

div.row > div > ul.pages {
    list-style: none;
    position: absolute;
    bottom: -35px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
}

div.row > div > ul.pages > li {   
    display: inline-block;
    text-indent: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 15px;
    cursor: pointer;    
    font-family: 'BebasNeueRegular', Verdana;    
    background-color: #d2d2d2;
    color: #FFFFFF;
    border: none;
    text-align: center;
}

div.row > div > ul.pages > li:hover,
div.row > div > ul.pages > li.active {
    background-color: #a6a6a6;    
}

.row.page {
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-weight: 400;
    font-size: 1em;
    margin-top: 3%;
}

.row.page > div {
    text-align: justify;
}

.row.page div.first.column > div {
    padding-left: 0%;
}

.row.page > div.last.column > div {
    padding-right: 0%;
}

.row.contact {
    margin-bottom: 5%;
}

.row.contact > div:first-child {
    padding-left: 0%;
}

.row.contact > div:last-child {
    padding-right: 0%;    
}

.row.exhibition > div > div {
    padding-left: 0px;
    padding-right: 5%;
}

.row.exhibition > div > div > h3,
.row.exhibition > div > h3,
.row.project > div > h3,
.row.contact > div > h3 {
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', Verdana;
    font-size: 3.5em;
    margin: 30px 0px 30px 0px;
}

.row.exhibition,
.row.project {
    margin-bottom: 5%;
}

.row.exhibition > div,
.row.project > div {
    padding: 0%;
}

.row.exhibition > div:nth-child(2),
.row.project > div:nth-child(2) {
    padding-right: 5%;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-weight: 400;
    font-size: 1em;
    text-align: justify;
}

.row.project > div:nth-child(2) a.buy {
    margin-top: 10%;
    margin-bottom: 10%;
    display: block;
    background-color: #d2d2d2;
    padding: 5%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100%;
    float: left;
    font-size: 200%;
    font-family: 'BebasNeueRegular', Verdana;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}

.row.project > div:nth-child(2) a.buy:hover {
    background-color: #a6a6a6;
    cursor: pointer;
}

.row.project > div:nth-child(2) a.buy:hover span {
    display: block;
    width: 100%;
    height: 100%;
}

.row.exhibition > div:nth-child(3) img,
.row.project > div:nth-child(3) img {
    width: 100%;
}

.row.exhibition > div:nth-child(3) div,
.row.project > div:nth-child(3) div {
    padding: 0%;
}

.row.exhibition > div:nth-child(3) > div:nth-child(4n) {
    padding-left: 2%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.row.exhibition > div:nth-child(3) > div:nth-child(4n+2),
.row.exhibition > div:nth-child(3) > div:nth-child(4n+3) {
    padding-left: 2%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.row.exhibition > div:nth-child(3) > div:nth-child(4n+1) {
    padding-left: 2%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.row.exhibition > div:nth-child(3) > div.first_row {
    padding-top: 0%;
}

.row.project > div:nth-child(3) > div:nth-child(2n-2) {
    padding-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    border-bottom: 1px dotted #000000;
    border-left: 1px dotted #FFFFFF;
}

.row.project > div:nth-child(3) > div:nth-child(2n-1) {
    padding-right: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    border-right: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
}

.row.project > div:nth-child(3) > div.first_row {
    padding-top: 0%;
}

.row.project > div:nth-child(3) > div.last_row {
    padding-bottom: 0%;
    border-bottom: none;
}

.row.project > div:nth-child(3) > div:nth-child(2n-1).additional,
.row.project > div:nth-child(3) .additional {
    background-color: #000000;
    color: #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    border: none;
    border-left: none !important;
    border-bottom: none !important;
}

.row.project > div:nth-child(3) > div:nth-child(2n-1).model3d,
.row.project > div:nth-child(3) .model3d {
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 0%;
    padding-right: 0%;
    height: auto;
    border: none;
    margin-top: 2%;
}

.row.project > div:nth-child(3) .additional > div {
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 90%;
    margin-top: 3%;
    margin-bottom: 3%;

}

.row.project > div:nth-child(3) .additional > div:nth-child(1) {
    padding-right: 5%;
    padding-left: 0%;
    border-right: 1px dotted #FFFFFF;
}

.row.project > div:nth-child(3) .additional > div:nth-child(2) {
    padding-left: 5%;
    padding-right: 0%;
    border-left: 1px dotted #000000;
}

.row.project > div:nth-child(3) .additional h3 {
    height: auto;
    font-size: 150%;
    font-family: 'BebasNeueRegular', Verdana;    
    margin-bottom: 6%;
}

.row.project .logomodel {
    float: left;
    background-image: url('/images/layout/logomodel.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 86px 89px;
    min-width: 86px;
    min-height: 89px;
    font-size: 70%;
    position: relative;
    font-family: 'BebasNeueRegular', Verdana;    
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 5%;
}

.row.project .logomodel h3 {
    font-size: 150%;
    font-family: 'BebasNeueRegular', Verdana;    
}

.row.project .logomodel h3 span {
    text-align:center;
    width: 75%;
    padding-top: 15%;
    display: block;
    padding-bottom: 20%;
}

.row.project > div:nth-child(3) .model3d .textmodel h3 {
    font-size: 82%;
    line-height: 100%;
    text-align:left;
    width: 100%;
    margin-top: 1.7em;
    font-weight: 700;
}

.row.project > div:nth-child(3) .model3d .textfabryka h3 {
    font-size: 66%;
    line-height: 100%;
    text-align:right;
    width: 100%;
    margin-top: 2.2em;
}

.row.project .logomodel h3 a:hover,
.row.project .logomodel h3 a {
    color: #000000;
    text-decoration: none;
}

div.exhibitions,
div.projects,
div.project_categories {
    padding: 0%;
    padding-top: 2%;
}

div.exhibitions h4,
div.project_categories h4 {
    color: #E4E4E4;
    font-size: 220%;
    font-family: 'BebasNeueRegular', Verdana;    
    margin-top: 1%;
    margin-bottom: 1%;
}

div.exhibitions h4 > a,
div.project_categories h4 > a {
    text-decoration: none;
    color: #E4E4E4;
}

div.exhibitions h4.active > a,
div.exhibitions h4:hover > a,
div.project_categories h4.active > a,
div.project_categories h4:hover > a {
    color: #000000;
}

div.projects > div {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2.4%;
    position: relative;
}

div.projects > div > .hoverdiv {
    display: none;
}

div.projects > div:hover > .hoverdiv {
    display: block;
    z-index: 444;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    left: 0%;
    top: 0%;
}

div.news > div > .hoverlink,
div.projects > div > .hoverlink {
    display: block;
    z-index: 777;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}

div.news > div > .hoverlink img,
div.projects > div > .hoverlink img {
    width: 100%;
    height: 100%;
}

div.projects > div:hover > .hoverdiv > .hover_name {
    color: #000000;
    font-size: 250%;
    font-family: 'BebasNeueRegular', Verdana;    
    margin-top: 2%;    
    margin-left: 0%;
    line-height: 1.1em;
}

div.projects > div:hover > .hoverdiv > div:nth-child(2) {
    margin-top: 10%;
}

div.projects > div:hover > .hoverdiv .hover_more {
    width: 100%; 
    height: 0;
    padding: 50% 0;
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    background-color: #000000; 
}

div.projects > div:hover > .hoverdiv .hover_more .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;    
}

div.projects > div:hover > .hoverdiv .hover_more .circle:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
}

div.projects > div:hover > .hoverdiv .hover_more .circle span {
    vertical-align: middle;
    display: inline-block;
    font-size: 100%;
    text-transform: uppercase;
    max-width: 100%;
}

div.projects > div:hover > .hoverdiv .hover_more .circle span a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'BebasNeueRegular', Verdana;  
    display: block;
    width: 100%;
    height: 100%;
}

div.projects > div:hover > .hoverdiv .hover_more .circle span a > span {
    display: block;
    width: 100%;
    height: 100%;
}

div.projects > div > img {
    width: 100%;
}

div.projects > div:nth-child(2n) {
    padding-left: 1.2%;
}

div.projects > div:nth-child(2n-1) {
    padding-right: 1.2%;    
}


/* NEWS */

div.news > div {
    padding: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0.5%;
    padding-top: 1%;
    position: relative;
}

div.news > div > .hoverdiv {
    display: none;
}

div.news > div:hover > .hoverdiv {
    display: block;
    z-index: 444;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 0%;
}

div.news > div:hover > .hoverdiv > .hover_name {
    color: #000000;
    font-size: 250%;
    line-height: 1em;
    font-family: 'BebasNeueRegular', Verdana;    
    margin-top: 5%;    
    margin-left: 2%;
    height: 74%;
    overflow: hidden;
}

@media only screen and (max-width: 890px) {

    div.news > div:hover > .hoverdiv > .hover_name { font-size: 150%; }

}

div.news > div:hover > .hoverdiv > div:nth-child(2) {
    margin-top: 10%;
}

div.news > div:hover > .hoverdiv .hover_more {
    width: 100%; 
    height: 0;
    padding: 50% 0;
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    background-color: #000000; 
}

div.news > div:hover > .hoverdiv .hover_more .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;    
}

div.news > div:hover > .hoverdiv .hover_more .circle:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
}

div.news > div:hover > .hoverdiv .hover_more .circle span {
    vertical-align: middle;
    display: inline-block;
    font-size: 100%;
    text-transform: uppercase;
    max-width: 100%;
}

div.news > div:hover > .hoverdiv .hover_more .circle span a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'BebasNeueRegular', Verdana;  
}

div.news > div > img {
    width: 100%;
}

div.news > div:nth-child(3n) {
    padding-left: 1%;
}

div.news > div:nth-child(3n) > .hoverdiv {
    left: 2%;
}

div.news > div:nth-child(3n+1) {
    padding-right: 1%;    
}

div.news > div:nth-child(3n+1) > .hoverdiv {
    right: 2%;
}

div.news > div:nth-child(3n+2) {
    padding-right: 0.5%;
    padding-left: 0.5%;
}

div.news > div:nth-child(3n+2) > .hoverdiv {
    right: 0.5%;
    left: 0.5%;
}

.home_slides > .container {
    position: static;
}

.home_slides > .item > .container > .carousel-caption {
    position: static;
    height: 5%;
    padding-top: 1%;
}

.home_slides .carousel-caption-abs {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 8%;
}

.home_slides .carousel-caption-abs div.h3 {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', Verdana;
    color: #000000;
    text-shadow: none;
    font-size: 1.5em;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: left;
    padding-bottom: 0%;
    padding-top: 0.5%;
    margin-bottom: 0%;
    z-index: 9999;
    background-color: #FFFFFF;    
}

.home_slides .containerlink {
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    z-index: 777;
}

.home_slides .containerlink img {
    width: 100%;
    height: 100%;
}

div.exhibitions .search_box {
    width: 8%;
    height: 50%;
    background-color: #d2d2d2;
    color: #FFFFFF;
    font-size: 50%;
    float: left;
    padding: 1%;
    margin-right: 1%;
    text-align: center;
}

.carousel-control {
    z-index: 999;
}

#footer .container > .row > div:last-child p.brandovi {
    text-align: right;
    font-size: 65%;
    color:#333333;
}

#footer .container > .row > div:last-child p.brandovi strong {
    color:#666666;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    font-size: 50px;
    font-family: 'BebasNeueRegular', Verdana;
    padding-top: 19%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6)
}

.carousel-control.left:hover {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    opacity: 0.5;
    filter: alpha(opacity=50);  
}

.carousel-control.right:hover {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    opacity: 0.5;
    filter: alpha(opacity=50);    
}

div.news > div.col-newsletter .newsletter_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.news > div.col-newsletter .newsletter_box .content {
    margin: 3% 0% 3% 3%;
    padding: 2% 4%;
}

div.news > div.col-newsletter .newsletter_box .content .header {
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', Verdana;
    color: #FFFFFF;
    font-size: 22px;
}

div.news > div.col-newsletter .newsletter_box .content .description {
    color: #FFFFFF;
    font-size: 12px;
    margin: 2% 0%;
}

div.news > div.col-newsletter .newsletter_box .content .form {
    margin: 5% 0%;
}

div.news > div.col-newsletter .newsletter_box .content .form .input {
    width: 56%;
    float: left;
}
div.news > div.col-newsletter .newsletter_box .content .form input[type="text"] {
    width: 100%;
    float: left;
    height: 30px;
    border: none;
    padding: 3%;
    font-size: 12px;
    color: #5F5F5D;
    background-color: #DDDDDB;
}
div.news > div.col-newsletter .newsletter_box .content .form .button1,
div.news > div.col-newsletter .newsletter_box .content .form .button2 {
    width: 22%;
    float: left;
}
div.news > div.col-newsletter .newsletter_box .content .form input[type="submit"] {
    width: 95%;
    float: right;
    font-family: 'BebasNeueRegular', Verdana;
    font-size: 14px;    
    border: none;
    height: 30px;
}

div.news > div.col-newsletter .newsletter_box .content .form .button1 input {
    background-color: #F84A0E;
    color: #FFFFFF;
}

div.news > div.col-newsletter .newsletter_box .content .form .button2 input {
    background-color: #706E6F;
    color: #969593;
}
div.news > div.col-newsletter:hover .newsletter_box .content .form .button2 input {
    background-color: #4D4948;
    color: #000000;
}