* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    position: relative;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

header {
    width: 100%;
    background-color: #fff;
    padding: 25px 0px;
    text-align: center;
    position: relative;
    /* height: 220px; */
    height: 100% !important;
}

header img.img-responsive {
    margin: 0 auto!important;
}

header .grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
    margin-top: 25px;
}

header .grid .logo {
    height: 60px;
    width: 60px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 10px;
}

header .grid .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

header .grid p {
    margin: 0;
}

footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0px;
    position: relative;
    text-align: center;
    border-top: 2px solid #333232;
}

footer img {
    margin-bottom: 15px;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #767676;
    font-weight: bold;
}

.lang-lbl[lang=en]:after {
    content: " ";
}

.lang-lbl[lang=sr]:after {
    content: " ";
}


/*.empty_content{
    background-color: #282828;
    width: 100%;
    height: 60px;
    position: relative;
}*/

.content {
    width: 100%;
    position: relative;
    background-color: #000;
    background-image: url("img/map_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: bottom right; */
    background-position: top center;
    /* padding: 145px 0px; */
    padding: 40px 0px;
}

body>div>div.content>div>div:nth-child(2) {
    padding-left: 150px;
    padding-right: 240px;
    z-index: 2
}

#srp {
    position: absolute;
    /* top: 145px; */
    left: 0;
    /* padding-bottom: 187px; */
    top: 320px !important;
    padding-bottom: 0 !important;
}

.content h1 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #787878;
    font-weight: bold;
    margin-bottom: 15px;
}

.content p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #A7A7A7;
    margin-bottom: 35px;
}

#eng p,
#srp p {
    margin-bottom: 15px;
}

.content span {
    font-size: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #A7A7A7;
    margin-bottom: 30px;
}

.content img.img-responsive {
    margin-bottom: 35px!important;
}

.content ul {
    list-style: inside;
    color: #AFAFAF;
    margin-bottom: 25px;
}

.content .col-md-10 ul:nth-child(6) {
    margin-bottom: 40px;
}

.content>div>div:nth-child(2)>span:nth-child(7)>a {
    color: #FF151F;
}

.content div div:nth-child(2) span:nth-child(7) a:hover,
.content div div:nth-child(2) span:nth-child(7) a:visited {
    color: #FF151F;
}

.target_img a[title]:hover:after {
    content: attr(title);
    padding: 4px 8px;
    color: #282828;
    position: absolute;
    left: 0;
    top: 15px;
    white-space: nowrap;
    z-index: 11;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
}

.language_btn {
    position: absolute;
    top: 35px;
    right: 25px;
}

header ul li:nth-child(2) a {
    right: 70px;
}

header ul {
    list-style: none;
}


/*---------------TARGETS AND PULSE ANIMATION----------------*/

body>div>div.content>div>div:nth-child(3) {
    height: 600px;
}

.target_img {
    position: absolute;
}

.target_1 {
    /* bottom: 35%;
    left: 25%; */
    bottom: -2%;
    left: 30%;
}

.target_2 {
    /* bottom: 63%;
    left: 25%; */
    bottom: 28%;
    left: 33%;
}

.target_3 {
    /* left: 11%;
    bottom: 61%; */
    left: 10%;
    bottom: 12%;
}

.store-switcher {
    margin-top: 15px;
}

.store-switcher li {
    display: inline-block;
}

.store-switcher li a {
    width: 42px;
    height: 25px;
    overflow: hidden;
    display: block;
    margin: 5px;
}

.pulse {
    width: 25px;
    height: 25px;
    border: 5px solid #FF151F;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #FF151F;
    z-index: 10;
    position: absolute;
}

.dot {
    border: 5px solid #FF151F;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 125px;
    width: 125px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


/*---------------------------RESPONSIVE---------------------------*/

@media (max-width: 1650px) {
    body>div>div.content>div>div:nth-child(2) {
        padding-left: 35px;
        padding-right: 0px;
    }
    .content {
        padding: 50px 0px 20px 0;
    }
}

@media (max-width: 1367px) {
    .col-md-2 {
        display: none;
    }
    body>div>div.content>div>div:nth-child(2) {
        padding-left: 50px;
        padding-right: 0px;
    }
    .target_1 {
        bottom: 35%;
        left: 74%;
    }
    .target_2 {
        bottom: 49%;
        left: 74%;
    }
    .target_3 {
        left: 60%;
        bottom: 47%;
    }
    header img.img-responsive {
        width: 225px;
    }
    .content {
        padding: 20px 0px;
    }
    body>div>div.content>div>div:nth-child(3) {
        height: 540px;
    }
    #srp {
        top: 120px;
        padding-bottom: 185px;
    }
}

@media (max-width: 1280px) {
    header img.img-responsive {
        width: 200px;
    }
    header {
        padding: 15px 0px;
    }
    .content h1 {
        font-size: 35px;
    }
    .content p,
    .content span {
        margin-bottom: 20px;
    }
    .content img.img-responsive {
        margin-bottom: 20px!important;
    }
    .content span {
        font-size: 17px;
    }
    #srp {
        top: 95px;
        top: 267px !important;
    }
}

@media (max-width: 1005px) {
    #srp {
        padding-bottom: 37px;
    }
}

@media (max-width: 991px) {
    .content {
        background-image: none;
    }
    body>div>div.content>div>div:nth-child(3) {
        position: relative;
        background-color: #000;
        background-image: url("img/map_bg_small.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    body>div>div.content>div>div:nth-child(2) {
        padding: 0px 100px 50px 160px;
    }
    .target_1 {
        bottom: 35%;
        left: 49%;
    }
    .target_2 {
        bottom: 50%;
        left: 49%;
    }
    .target_3 {
        left: 42%;
        bottom: 48%;
    }
}

@media (max-width: 769px) {
    body>div>div.content>div>div:nth-child(2) {
        padding: 0px 100px 50px;
    }
    body>div>div.content>div>div:nth-child(3) {
        height: 450px;
    }
    header .grid p {
        margin: 0;
    }

    header .grid {
	    grid-template-columns: repeat(1, auto);
	    grid-gap: 15px;
	}

	header {
	    padding: 25px 25px;
	}
}

@media (max-width: 600px) {
    body>div>div.content>div>div:nth-child(2) {
        padding: 0px 50px 15px;
    }
    .pulse {
        width: 20px;
        height: 20px;
    }
    .dot {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 480px) {

    .content h1 {
        font-size: 32px;
    }
    .content span {
        font-size: 16px;
    }
    body>div>div.content>div>div:nth-child(2) {
        padding: 0px 35px 15px;
    }
    body>div>div.content>div>div:nth-child(3) {
        height: 370px;
    }
    header img.img-responsive {
        margin-left: -20px!important;
    }
    #srp {
        top: 95px;
        top: 617px !important;
    }

    .content {
	    padding: 0px 0px;
	}

	#srp .col-md-6 {
		margin-bottom: -34px;
	}
}

@media (max-width: 380px) {
    body {
        background: #000;
    }

    
    .content h1 {
        font-size: 30px;
    }
    .content p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .content span {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .pulse {
        width: 15px;
        height: 15px;
    }
    .dot {
        height: 100px;
        width: 100px;
        top: -43px;
        left: -43px
    }
    .target_3 {
        left: 37%;
    }
    body>div>div.content>div>div:nth-child(3) {
        height: 400px;
    }
}