html,
body 
{
    height: 100%;
}



.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}


.flex 
{
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
   display: -moz-box;      /* OLD: Firefox (buggy) */ 
   display: -ms-flexbox;   /* MID: IE 10 */
   display: -webkit-flex;  /* NEW, Chrome 21+ */
   display: flex;          /* NEW: Opera 12.1, Firefox 22+ */
   -webkit-box-align: center; -moz-box-align: center; /* OLD… */
   -ms-flex-align: center; /* You know the drill now… */
   -webkit-align-items: center;
   align-items: center;
}


.carousel-caption
{
    width: 100%;
    height: 100%;
    left: 0;
}

.carousel-caption > div 
{
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", Arial, sans-serif;
}

.carousel-caption h1
{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    padding-top: 30px;
}

.carousel-caption p 
{
    font-size: 30px;
    font-weight: 300;
}

footer {
    margin: 50px 0;
}

.navbar 
{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}

.navbar-transparent #mainLogo
{
    width: 175px;
}

.navbar-nav > li > a
{
    font-family: "Arial Narrow", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #e9e4e4;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.navbar.withback li > a 
{
    color: #e9e4e4;
}

.navbar.withback .navbar-right
{
    margin-top: 39px;
}

.navbar-nav.white  > li > a
{
    color: #e9e4e4;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a.active, .navbar-nav > li > a:focus
{
    background: none;
    color: #fff;
}

.navbar-toggle
{
    border: 1px solid #2c86bb;
    margin-top: 40px;
}

.navbar-transparent
{
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}

.navbar-transparent.withback
{
    background-color: rgba(0, 0, 0, 0.2);
    height: 130px;
}

.navbar-transparent .navbar-toggle .icon-bar 
{
    background-color: #2c86bb;
}

#imglogo.small
{
    width: 200px;
}

@media(max-width: 1200px)
{
    #imglogo.big
    {
        width: 320px;
    }
}

/* Collapsed menu */
@media(max-width: 993px)
{
    #imglogo.big
    {
        width: 200px;
    }

    .navbar-nav > li > a
    {
        font-size: 11px;
        padding-top: 25px;
    }

}

.navbar-right
{
    margin-top: 60px;
}

@media (max-width:998px) 
{    
    .navbar-right
    {
        margin-top: 25px;
    }
}

@media (max-width:767px) 
{ 
    .navbar-nav > li > a
    {
        background-color: rgba(61,145,197,0.7);
        color: #fff;
    }    

    .navbar-nav > li > a.active
    {
        background-color: rgba(61,145,197,1);
        color: #fff;
    }
    
    .navbar-right
    {
        margin-top: 80px;
    }
    
    .navbar-nav > li > a:hover
    {
        background-color: #75b8d9;
        color: #fff;
    }
}


.sectionnav
{
    position: absolute;
    bottom: 10px;
    z-index: 15;
    padding-right: 20px;
    text-align: center;
    list-style: none;    
    width: 100%;
}

.sectionnav.white p
{
    color: #fff;
}

.sectionnav p a
{
    text-transform: uppercase;
    margin-right: 15px;
    font-family: "Arial Narrow", "Arial", sans-serif;
    font-size: 13px;
    
}

.sectionnav.white p a
{
    color: #fff;
}

.sectionnav p a:hover
{
    color: #fe5e00;
    text-decoration: none;
}

#sectionnav p a:active, #sectionnav p a:visited
{
    text-decoration: none;
}

.row.parsection
{
    height: auto;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0 50px 0;
    margin: 0;   
}

.row.propsection
{
    height: auto;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0 50px 0;
    margin: 0;  
    background-color: #006cc4;
}

.row.propsection h1
{
    font-weight: 700;
    color: #fff;
    font-size: 30px; 
}

.ponuda 
{
    background-color: #fff;
}

.ponuda .col-md-12 h1 
{
    color: #006ec0;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}

.ponuda .col-md-12 h2 
{
    color: #746a60;
    font-size: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.ponuda .info2
{
    color: #faac30;
    font-size: 15px;
    text-align: center;
}

.ponuda .info2 .ostalomjesta 
{
    float: left;
    margin-top: 10px;
}

.ponuda .info2 .ostalomjestabroj 
{
    line-height: 60px;
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    background-color: #fcac15;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.ponuda .rezervisi 
{
    background-color: #faac30;
    color: #fff;
}

.ponuda .rezervisi:hover 
{
    background-color: #e19827;
}

.ponuda .rezervisi a 
{
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: 700;
}

.ponuda .rezervisi a:hover 
{
    text-decoration: none;
}

.col-md-4 .ponuda .col-md-12 h1 
{
    font-size: 25px;
}

.col-md-4 .ponuda .col-md-12 h2 
{
    font-size: 12px;
}

.ponuda .info 
{
    font-size: 15px;
    color: #faac30;
}

.ponuda .info b 
{
    font-size: 27px;
}

.ponuda .info2
{
    font-size: 12px;
}

.ponuda .info2 .ostalomjesta
{
    margin-top: 4px;
}

.ponuda .info2 .ostalomjestabroj 
{
    line-height: 45px;
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    background-color: #fcac15;
    color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
}


.ponuda .rezervisi a 
{
    height: 47px;
    line-height: 45px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

.col-md-4 .ponuda .info 
{
    font-size: 13px;
    line-height: 45px;
}

.col-md-4 .ponuda .info b 
{
    font-size: 16px;
}

.col-md-6 .ponuda .info 
{
    line-height: 40px;
}



@media (min-width: 1600px) 
{    
    .navbar .container
    {   
        width: 1360px;
    }
}

@media (min-width: 1900px) 
{    
    .navbar .container
    {   
        width: 1560px;
    }

    .row.section .container
    {   
        width: 1400px;
    }
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0px none;
}
a {
    color: #ffffff;
    text-decoration: none;
}

#goTop a 
{
    color: #999;
}

#goTop a img
{
    margin-top: -3px;
}

#goTop a#aGoTop
{
    font-size: 12px;
    padding-left: 5px;
    text-transform: uppercase;
}


#izaberite { 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    font-family: "Open Sans";
    padding-top: 50px;
    padding-bottom: 50px;
}

#izaberite h1 
{
    font-size: 50px;
    font-weight: 300;
    color: #fff;
}

#pronadjite .dugme 
{
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background-color: #e7f1fa;
    color: #006cc4;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px;
}

#pronadjite .dugmechoose 
{
    display: inline-block;
    padding: 5px 20px 5px 20px;
    background-color: #ffb828;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px;
}

#pronadjite .dugmechoose:hover
{
    background-color: #e6a726;
    text-decoration: none;
}

#pronadjite .dugmechoose:focus, #pronadjite .dugmechoose:active, #pronadjite .dugme:focus, #pronadjite .dugme:active
{
    text-decoration: none;
}

#pronadjite #trazi 
{
    display: inline-block;
    padding: 5px 100px 5px 100px;
    background-color: #e6a726;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px;
}

#pronadjite #trazi:hover 
{
    text-decoration: none;
    background-color: #cc9016;
}

#pronadjite .dugme span 
{
    font-size: 25px;
}

#pronadjite .dugme:hover
{
    background-color: #fff;
    text-decoration: none;
}

#contact 
{
    padding: 50px 0 10px 0;
    background-color: #f2f3f5;
}


#contact h1
{
    color: #434343;
    font-size: 20px;
    font-weight: 700;
}

#contact h2 
{
    color: #1d1c1a;
    font-weight: 600;
    font-size: 17px;
    font-family:  "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.nopadding
{
    padding: 0;
}

.nomargin
{
    margin: 0;
}


#contactForm input
{
    border-radius: 0px;
}

#contactForm textarea
{
    border-radius: 0px;
}

#contactForm button
{
    border-radius: 0px;
    background-color: #010047;
    color: #fff;
    border: none;
    width: 150px;
}

.blackbtn 
{
    display: block;
    width: 200px;
    height: 40px;
    background-color: #000;
    line-height: 40px;
    color: #fff;
    font-family: "Open Sans", "Arial", sans-serif;
    border-radius: 15px;
    text-transform: uppercase;
}

.blackbtn:hover 
{
    text-decoration: none;
    background-color: #006cc4;
}

.centerme 
{
    margin-left: auto;
    margin-right: auto;
}

.nicetext 
{
    font-family: "Open Sans", "Arial", sans-serif;
}

.zuta 
{
    color: #e6a726;
}

.modal-backdrop.in 
{
    filter: alpha(opacity=85);
    opacity: 0.85;
}

