@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Ek Mukta', sans-serif;
	margin:0;
    min-height: 700px;
}

.nodrag {
	pointer-events: none;
}


#slider {
	margin:0;
	background-image:url(../images/bg_vimeo.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	width:auto;
	padding:10px 0;
}

#uvodni_tekst {
	margin-top:20px;
}
#uvodni_tekst p {
	text-align:justify;
	font-size:16px;
}

a.izbornik_item {
	text-decoration:none;
	color:#1D1D1D;
	margin:0 10px;
}

a.izbornik_item:hover {
	text-decoration:underline;
}

#footer {
	width:100%;
    margin: 0;
	background-color:#a9210c;
    padding: 18px;
    color: #898989;
}
#footer p {
	color:#FFF;
	font-size:12px;
	padding:20px 0;
	text-align:center;
}




#tile1 {
	width:220px;
    padding: 10px 0;
	height:204px;
	margin-right:10px;
}

#tile12 {
	width:260px;
	height:350x;
	margin-right:10px;
}


#tile3 {
	width:285px;
	height:350x;
}

#subfooter {
    color: white;
    width: 100%;
    background-color: #ce2c13;
    padding: 25px;
}
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
#headizbornik { }

.izbornik_item_active {
    text-decoration: underline;
    color:#1D1D1D;
	margin:0 10px;
}


#stripe_wrap {
    max-width: 500px;
    text-align: left;
    margin: 0 auto;
}

#stripe p {
    font-size: 200%;
}
#stripe {
    width: 100%;
    padding: 10px;
    margin: 30px 0;
    background-color: #ce2c13;
    text-align: center;
    color: white;
}
.row { width: 100%; margin: 0;}
