/*

Template 2081 Solution

http://www.tooplate.com/view/2081-solution

*/

body
	{
		background: #ffffff;
        font-family: 'Raleway', sans-serif;
		font-weight: 400;
        position: relative;
	}

h2, h3, h4
    {
        font-weight: bold;
    }

p
    {
        line-height: 26px;
    }
	
table thead tr th
   {
	   text-align: center;
   }

mark 
   {
	   line-height: 180%;

   }

/* start all section */
#usluge, #divider, #o-nama, #nas-tim, #newsletter,
 #cene, #partneri, #kontakt, #rezervacija, #mapa, #registracija-forma
    {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }

#forma {
    padding-top: 100px;
    position: relative;
}
/* end all section */

/* start nagivation */

.form-control
	{
		border: 2px solid #ccc;
                margin-bottom: 5px;
	}
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #93ca3a;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #93ca3a;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #93ca3a;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

#navbar-res-button.navbar-toggle{
    border: 1px solid;
    background-color: #93ca3a;
    color: #fff;
}

/* start home */        
#pocetna
	{
      padding-top: 65px;
	}
#mapa {
    min-height: 350px;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}

.flexslider .slides img.getplay {
    width: 30%!important;
    height: 30%;
    width: 100%;
    min-width: 300px;
    min-height: 116px;
    display: inherit;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexslider .btn
{
    background: #93ca3a;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #93ca3a;
    border: 2px solid transparent;
}

/* end home */

/* start service */
#usluge .media
    {
        padding: 10px;
    }
#usluge .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 20px;
    }
#usluge .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start divider */
#divider
    {
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/divider-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }
#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #93ca3a;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

/* start about */
#o-nama h3
    {
        color: #93ca3a;
        font-size: 40px;
        padding-bottom: 10px;
    }
#o-nama h4
    {
        padding-bottom: 10px;
    }
#o-nama .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#o-nama .progress .progress-bar-danger
    {
        background: #93ca3a;
    }
#o-nama .text-top
    {
        padding-top: 50px;
    }
#o-nama span
    {
        display: block;
        padding-bottom: 10px;
    }
#o-nama small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

/* start nas-tim */
#nas-tim
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#nas-tim h2
    {
        padding-bottom: 30px;
    }
#nas-tim img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#nas-tim img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#nas-tim h3
    {
        color: #93ca3a;
        padding-bottom: 10px;
    }
#nas-tim h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        background: url('../images/newsletter-bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */

/* start cene */
#cene
    {
        border-bottom: 1px solid #f6f6f6;
    }
#cene .col-md-3,
#cene .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#cene .plan
  {
    border: 1px solid #f6f6f6;
    margin-top: 100px;
    transition: all 0.4s ease-in;
    padding: 40px;
  }
#cene .plan_one
 {
    margin-top: 60px;
 }
#cene .plan_two
 {
    margin-top: 80px;
 }
#cene .plan_three
 {
    margin-top: 40px;
 }
#cene .plan_four
 {
    margin-top: 0px;
 }
#cene .plan:hover
  {
    background: #202020;
    color: #ffffff;
    transform: scale(1.0);
  }
#cene .plan .plan_title
  {
    border-bottom: 1px solid #f6f6f6;
    color: #9bc848;
    font-size: 30px;
    padding: 20px;
  }
#cene .plan ul
  {
    padding: 0;
  }
#cene .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#cene .plan .btn
  {
    background: #93ca3a;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
#cene .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start partneri */
#partneri h2
    {
        padding-bottom: 30px;
    }
#partneri .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
        margin-right: 20px;
        /* margin: 0 50px 75px 50px; */
    }

#partneri .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#partneri .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#partneri .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 50px 0
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 33.33%;
}

/* end portfolio */

/* start kontakt */
#kontakt
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
	align-items: center;
	display: flex;
	height: 550px;
    }
#kontakt h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#kontakt .fa
    {
        color: #93ca3a;
        font-size: 18px;
        padding-bottom: 14px;
    }
#kontakt .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#kontakt input
    {
        height: 50px;
    }
#kontakt input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#kontakt input[type="submit"]:hover
    {
        background: #93ca3a;
    }
 #kontakt .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#kontakt .form-control:-ms-input-placeholder {
  color: #666;
}
#kontakt .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
footer
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer p
    {
        line-height: 12px;
    }
footer .social-icon
    {
        top: 0px;
        text-align: right;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

.slider-caption .social-icon li a {
    color: lightgreen !important;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }
/* end social icon */

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}


@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
/* start templatemo 1000 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .flexslider h2 { font-size: 12px; }
    .templatemo-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 14px; }
    .flexslider h2 { font-size: 12px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
    
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.login {
	padding: 5px;
	width: auto;
	min-width: 320px;
	max-width: 400px;
	height: 430px;
	/*background-color: #f3f3f3;*/
	margin:0 auto;
	/*border-radius: 10px;*/
	/*border: 1px solid #c5c5c5;*/
        text-align: center;
}

.red-error {
	color: #ff0000;
}

.red-error ul li, .alert ul li {
	list-style-type: none;
}

.media-object {
    min-width: 70px;
}

.text-large {
    font-size: 150%;
}

label {
    text-align: left;
}

.big {
    font-size: 130%;
}

.small {}

.rezervisi-vozaca-btn {
    margin-top: -10px;
}


table.datatable thead th {
    height: 150%;
    overflow: auto;
}

.mobapp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* end templatemo 360 media quires */
