/*!
 * Start Bootstrap - Thumbnail Gallery (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@font-face {font-family: "CorporateEW01-Bold";
    src: url("//db.onlinewebfonts.com/t/85e0fb94a8a460e2116e875efe18990f.eot");
    src: url("//db.onlinewebfonts.com/t/85e0fb94a8a460e2116e875efe18990f.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/85e0fb94a8a460e2116e875efe18990f.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/85e0fb94a8a460e2116e875efe18990f.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/85e0fb94a8a460e2116e875efe18990f.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/85e0fb94a8a460e2116e875efe18990f.svg#CorporateEW01-Bold") format("svg");}
body {
    background: #0055a4;
}

.thumb {
    padding: 0px !important;
    margin-top: -4px;
}
.center{
    position: relative;
    border: 11px solid #fff;
    margin-top: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnail.fleft {
    float: left;
}
.row.pad_left_60{
    padding-left: 60px;
}
.thumbnail {
    display: block;
    padding: 2px 0px 0px 0px !important;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 0px !important;    
    background-color: #fff;
    border: 0px !important;
    border-top: 1px solid #ddd;
    transition: top 2s, left 2s;
    -moz-transition: top 2s, left 2s; 
    -webkit-transition:top 2s, left 2s; 
    -o-transition: top 2s, left 2s;
    height: 153px;
    width: 272px !important;
}
.thumbnail:hover {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnail.left:hover {
    -webkit-transform: translate(-3%, 0) !important;
    transform: translate(-3%, 0) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.center_box:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);    
}
.col-lg-3 {
    width: 23%;
}
.flaga{
    margin-left: 20px; 
    margin-top: -2px; 
    width: 50px;
}
.text{
    color: #fff;
    z-index: 9999;
    text-align: left;    
    font-family: 'CorporateEW01-Bold',Arial,sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 14px;
}
.col-lg-3.thumb.last {
    margin-top: 190px;
    position: absolute;
}
.col-lg-6.center_box {
    padding: 0px !important;
    z-index: 999;
    margin-top: -29px;
    width: 43%;
}
#none{display:none;}
.footer_center {
    color: #fff;
    line-height: 11px;
    margin-top: 15px;
    font-size: 17px;
    margin-left: -50px;
    font-family: 'CorporateEW01-Bold',Arial,sans-serif;
}
.footer_center a {
    color: #fff;
}
footer {
    margin: 27px 0;
}
.footer{
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-top: -18px;
    font-family: 'CorporateEW01-Bold',Arial,sans-serif;
}
@media (max-width: 1197px) {

.col-lg-6.center_box {
    width: 272px !important;
    margin-bottom: 10px;
}
.text{width:200%}
#none{
    display:inline-block; 
    margin-top: 17px;
}
.col-lg-3.thumb.last{
    margin-top: 0px;
    position: inherit;    
}

}