body,html{
    width: 100%;
    margin: 0;
    background-color: #FFFEB3;
    font-family: 'Source Sans Pro', sans-serif;
}

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

.link{
    cursor: pointer;
}

.header{
    z-index: 9999;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background: -webkit-linear-gradient(left, #E4FF02, #000);
    background: -o-linear-gradient(right, #E4FF02, #000); 
    background: -moz-linear-gradient(right, #E4FF02, #000); 
    background: linear-gradient(to right, #E4FF02, #000); 
}

.header img{
    width: 150px;
    margin: 0 auto;
}

.slider_out{
    width: 100%;
    background-color: #807d00;
    overflow: hidden;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, #E4FF02, #000);
    background: -o-linear-gradient(right, #E4FF02, #000); 
    background: -moz-linear-gradient(right, #E4FF02, #000); 
    background: linear-gradient(to right, #E4FF02, #000); 
}

.slider{
    margin: 0 auto;
    width: 100%;
    background-color: #181818;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.slider p{
    margin: 0;
    padding: 15px 0;
    color: #fff;
    font-weight: 900;
}

.slider img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.headslide{
    font-size: 35px;
    position: absolute;
    top: 16%;
    width: 70%;
    text-align: center;
}

.smallslide{
    font-size: 40px;
    position: absolute;
    top: 30%;
    width: 70%;
    text-align: center;
}

.smallestslide{
    font-size: 35px;
    position: absolute;
    top: 48%;
    width: 70%;
    text-align: center;
}

#img2,#head2,#small2,#smallest2{
    display: none;
}

.slidetextbackgr{
    background-color: rgba(0, 195, 249, 0.6);
    position: absolute;
    top: 15%;
    left: 10px;
    width: 70%;
    height: 60%;
}

@media screen and (min-width:701px){
    .header img{
        width: 200px;
    }
    .baja p{
        font-size: 20px;
    }
}

@media screen and (max-width:450px){
    .slider{
        width: 100%;
    }
    .slidetextbackgr{
        width: calc(70% - 20px);
    }
    .headslide{
        width: 70%;
    }
    .smallslide{
        width: 70%;
    }
    .smallestslide{
        width: 70%;
    }
    .slider{
        height: 260px;
        width: 144%;
    }
}

/***************** midd *********************/
.middle{
    margin: 0;
    padding: 15px 10px;
    width: 100%;
    color: #000;
    text-align: center;
    box-sizing: border-box;
}

.midhead{
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
}

.midsmall{
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.midbig{
    font-size: 65px;
    font-weight: 900;
    margin: 0;
    padding: 30px 0;
}

@media screen and (max-width:700px){
    .midhead{
    font-size: 30px;
    }
    .midsmall{
    font-size: 24px;
    }
    .midbig{
    font-size: 35px;
    }
}

.btn{
    width: 98%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background-color: #D9534F;
    border-radius: 8px;
}

.btn:hover,.btn:active{
    background-color: #CC4646;
}

.btn p{
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    margin: 0;
}

.oket{
    width: 100%;
    text-align: center;
}

.oket img{
    width: 70px;
    margin: 0 auto;
    padding: 15px 0;
}

.suzeni{
    padding: 0!important;
    font-family: 'Oswald', sans-serif;
}

/*********** bleki *****************/
.bleki{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px 10px;
    background-color: #000;
}

.blob{
    width: 100%;
    margin: 5px auto;
}



.bleki_pic{
    width: 24%;
    box-sizing: border-box;
    border: 3px solid yellow;
    border-radius: 4px;
    padding: 0.5%;
    margin: 0.5%;
    position: relative;
}

.bleki_pic img{
    width: 100%;
    vertical-align: bottom;
}

.bleki_strana{
    box-sizing: border-box;
    width: 74%;
    margin: 0.5%;
    text-align: center;
}

.bleki_strana p{
    margin: 0;
}

.levi{
    float: left;
}

.desni{
    float: right;
}

.str_top{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(../img/bris.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.str_top p{
    color: #10FF01;
    text-shadow: 
        0px 0px 1px #000,
        1px 0 1px #000,
        1px 1px 1px #000,
        0 1px 1px #000;
    font-size: 50px;
    font-weight: 900;
}

.str_bott{
    color: #F4FE03;
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
    padding: 15px 0;
    background-color: #322B32;
}

.pstrbot{
    font-size: 1em;
}

.pstrbottt{
    font-size: 1.2em;
    font-weight: 900;
    color: #10FF01;
}

@media screen and (min-width:1200px){
    .str_bott{
        font-size: 45px;
    }
    .str_top p{
        font-size: 80px;
    }
    #mem{
        font-size: 65px!important;
    }
}

@media screen and (max-width:800px){
    .bleki_pic{
        width: 34%;
    }
    .bleki_strana{
        width: 64%;
    }
    .text_izjave p{
        font-size: 22px;
    }
}
@media screen and (max-width:700px){
    .str_bott{
        font-size: 24px;
    }
    .baja p{
        font-size: 14px;
    }
}

@media screen and (max-width:590px){
    .bleki_pic{
        width: 90%;
        margin: 20px auto;
        float: none;
    }
    .bleki_strana{
        width: 100%;
        float: none;
    }
}

.jebi{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    opacity: 0.3;
    vertical-align: bottom;
}

.jebi:hover,.jebi:active{
    opacity: 1;
}

/********** izjave ************/
.izjave{
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
}

.izjave_inner{
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    background-color: #F5FF00;
}

.izjava{
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
}

.baja{
    float: left;
    width: 24%;
    position: relative;
    text-align: left;
    color: #BE6560;
    font-size: 18px;
}

.baja img{
    width: 60%;
    border: 2px solid #000;
}

.baja p{
    margin: 0;
}

#btn2{
    display: block;
    margin: 35px auto;
}

.text_izjave{
    font-family: 'Oswald', sans-serif;
    color: #BE6560;
    font-size: 35px;
    font-weight: 700;
    width: 74%;
    float: right;
    box-sizing: border-box;
}

.text_izjave p{
    margin: 0;
}

@media screen and (max-width:1199px) and (min-width:801px){
    .text_izjave p{
        font-size: 27px;
    }
    #mem{
        font-size: 50px!important;
    }
}

@media screen and (max-width:590px){
    .text_izjave p{
        font-size: 27px;
    }
    .text_izjave{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .baja{
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px auto;
    }
    .baja img{
        width: 50%;
        max-width: 150px;
        margin: 0 auto;
    }
    .baja p{
        font-size: 24px;
    }
}

/*********** slike ************/

.ssinner{
    width: 100%;
    margin: 0;
    background-color: #FFFEB3;
    padding-bottom: 35px;
}

.spisak_slika{
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

#mem{
    font-size: 28px;
    margin: 0;
    padding: 35px 0;
    font-weight: 900;
    color: #D9534F;
        text-shadow: 
            2px 2px 2px #922420;
}

.slikaonline{
    margin: 1%;
    width: 31.33%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.slikaonline img{
    width: 100%;
    box-shadow: 5px 5px 10px #000;
    vertical-align: bottom;
}

.slikaonline img:hover,.slikaonline img:active{
    box-shadow: none;
}

.send{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    margin: 0;
    padding: 0;
}

.send p{
    margin-top: calc(50% - 20px);
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
    font-weight: 900;
}

@media screen and (max-width:400px){
    #devetka{
        display: none;
    }
    .slikaonline{
        width: 48%;
    }
}




.survey-out{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
}
.survey-middle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: block;
}
.survey-inner{
    margin: 0 auto; 
    width: 95%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    box-sizing: border-box;
    max-height: 100%;
}

.alerthead{
    color: #9B9B9B;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}

.alertheadp{
    font-size: 18px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    color: #333333;
}

#closex{
    position: absolute;
    top: 15px;
    right: 17px;
    margin: 0;
    cursor: pointer;
}

#closex:hover{
    color: #333333;
    font-weight: bold;
}

.alertmidd{
    padding: 20px;
}

#middnaslovv{
    color: #9B9B9B;
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px 0;
}

.green{
    color: #008000;
    font-weight: bold;
}

.quest{
    color: #000;
    font-size: 30px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.qqq{
    margin: 10px 0 10px 0;
    font-size: 14px;
    text-align: center;
}

.qqq span{
    vertical-align: middle;
    padding: 10px 16px;
    border-radius: 5px;
    background-color: #D9534F;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.nextq:hover{
    background-color: #CC4646;
}

.alertbottom{
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border-top: 1px solid #E5E5E5;
}

#nasc2,#nasc3,#nasc4,#nasc5,#li2,#li3,#li4,#li1,.outbtn{
    display: none;
}

.naslovcine{
    font-size: 24px;
    margin: 0;
    padding: 20px 0 10px;
    color: #0000FF;
    font-weight: bold;
}

.loaderer{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.loaderer img{
    width: 100%;
}

#q4 ul{
    margin: 0;
    margin-bottom: 10px;
    padding: 20px;
}

#q4 ul li{
    color: rgb(51,51,51);
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    color: #9B9B9B;
}

#finalclick{
    padding: 10px 16px;
    margin: 10px;
    background-color: #D9534F;
    color: #fff;
    border-radius: 5px;
}

#finalclick:hover{
    background-color: #CC4646;
}

.outbtn{
    margin: 0;
    text-align: center;
    font-size: 24px;
}


/********** poslednji ***********/

.poslednji{
    width: 100%;
    margin: 0;
    background-color: #FFFEB3;
    text-align: center;
    background-image: url(../img/back_down.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.uskakac{
    width: 100%;
    margin: 0;
    background-color: rgba(255,255,255,0.6);
    box-sizing: border-box;
}
.poslednjiinner{
    width: 98%;
    margin: 0 auto;
}

.nadnaslov{
    color: #333;
    /*text-shadow: 1px 1px 1px #AD96BA;*/
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 30px 0 15px;
}
@media screen and (max-width:450px){
    .nadnaslov{
        font-size: 35px;
    }
}
.footer{
    width: 100%;
    background-color: #fffd80;
    text-align: center;
}

.footer p{
    color: #371C47;
    text-shadow: 1px 1px 1px #fff;
    margin: 0;
    padding: 24px;
    font-size: 18px;
}

.footer p span{
    color: #CC4646;
    text-decoration: underline;
    margin-top: 0px;
    cursor: pointer;
}

.ispod_naslova{
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.naslov{
    color: #333;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 30px 0 15px;
}

@media screen and (max-width:400px){
    .ispod_naslova{
        font-size: 14px;
    }
    .naslov{
        font-size: 30px;
    }
}

.posbtn{
    display: block;
    margin: 55px auto;
}

/* custom BS */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* END custom BS */

.modal-header,
.modal-body,
.modal-footer {
  padding: 30px;
}

.modal .modal-title {
    text-align: center;
    font-size: 36px;
}
@media (max-width: 991px) {
    .modal .modal-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .modal .modal-title {
        font-size: 24px;
    }
}

.modal img {
    display: block;
    margin-right: auto;
    margin-left: auto;    
    max-width: 50%;
}

.modal .text-block p,
.modal .text-block img {
    margin-top: 0;
    margin-bottom: 25px;
}
.modal .text-block p:last-child,
.modal .text-block img:last-child {
    margin-bottom: 0;
}

.modal-footer {
  text-align: center;
}

.modal .btn-main {
    width: auto;
    min-width: 85px;
    font-size: 25px;
}
.modal .btn-main-100p {
    width: 100%;
    max-width: none;
}

.modal-body .main-form {
    margin-top: 30px
}

.text-block {
    line-height: 1.5
}

.text-center {
    text-align: center;
}

.btn-main {
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.form-control:focus {
    border-color: #CC4646;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 70, 70, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 70, 70, 0.6);
    outline: none;
}