body {
    margin: 0;
    overflow-x: hidden;
    background-color: #F2F2F2;
}

.maxw1000 {
    max-width: 1100px;
    margin: auto;
}

.active {
    background:#ffffff !important;
    color:#0047B3 !important;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora-Regular';
    src: url('Lora-Regular.ttf') format('truetype');
}

.footerlink {
	color:#000000;
	margin-top:6px;
	text-decoration:none;
	top:50px !important,
}

.footerlink:hover {
	color:#006bb3;
	margin-top:6px;
	text-decoration:none;
}

.navbar {
    padding-top: 10px;
    font-family: Lato-Regular;
    border-bottom: 1px solid #eee;
}

.navbar-nav .nav-item {
    border-right: 1px solid #eee;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 0.95em;
}

.facebookcenter {
	position:center !important;
}

.navbar-nav .fa {
    padding-right: 7px;
}

.navbar-nav .nav-item:last-child {
    border: none;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item .nav-link:hover {
    color: #0047B3 !important;
}

.navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

.navbar-nav .nav-item .nav-link {
    transition: .5s;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    background-color: #fafafa;
    border: 1px solid #eee;
    box-shadow: rgba(204, 204, 204, 0.4) 0 5px 15px;
    text-align: center;
    font-size: 0.92em;
}

    .navbar .dropdown-menu a, .dropdown-submenu .dropdown-item {
        padding: 5px !important;
        display: block;
        transition: 0.5s;
        color: #000;
    }

    .navbar .dropdown-menu .dropdown-item:hover > a {
        text-decoration: none;
        color: #0047B3 !important;
    }

    .navbar .dropdown-menu li {
        transition: .5s;
    }

        .navbar .dropdown-menu li:hover, .dropdown-submenu .dropdown-item:hover {
            background-color: #fff;
        }



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

    .dropdown-submenu .dropdown-item:hover {
        color: #0047B3 !important;
        display: block;
        padding: 5px !important;
    }

        .dropdown-submenu .dropdown-item:hover + .dropdown-menu .dropdown-item a {
            color: #000 !important;
        }

            .dropdown-submenu .dropdown-item:hover + .dropdown-menu .dropdown-item a:hover {
                color: #0047B3 !important;
            }

#Header2 {
    display: block;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    background-color: #0047B3;
    color: #fff;
    text-align: center;
    font-family: Lato-Regular;
}

    #Header2 li {
        display: inline-block;
        margin: auto 8px;
        font-size: 0.9em;
        transition: .5s;
    }

        #Header2 li a {
            transition: .5s;
            display: inline-block;
            color: #fff;
            padding: 10px 5px;
        }

    #Header2 form input {
        height: 40px;
        max-width: 180px;
    }

    #Header2 form {
        margin-bottom: 0;
    }

#Header2 .input2
{
    
    
}

        #Header2 form input[type=text] {
            border: 1px solid #0073e6;
            padding-left: 30px;
            height: 41px;
            width:100% !important;
        }

        #Header2 form span.fa {
            position: relative;
            font-size: 1.3em;
            font-size: 18px;
            left: 26px;
            color: #666;
        }

        #Header2 form input[type=submit] {
            margin-left: 0;
            background-color: #0073e6;
            color: #fff;
            border: none;
            padding-left: 20px;
            padding-right: 20px;
            cursor: pointer;
            margin-left: -5px;
        }

    #Header2 li:hover a {
        text-decoration: none;
        color: #0047B3;
    }

    #Header2 li:hover {
        background-color: #fff;
    }


#Body {
    max-width: 1100px;
    margin: auto;
    padding: 40px 15px;
    background-color: #fff;
}

    #Body .rightPart {
        padding: 15px;
        background-color: #f2f2f2;
		border: solid 1px #e6e6e6 !important;
    }

    #Body .leftPart h1 {
        font-size: 1.7em;
        font-family: Lora-Regular;
        font-weight: bold;
        position: relative;
        top: 15px;
        margin: 0;
        border-bottom: 2px solid #f2f2f2;
    }

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width:770px;
    height: 446px;
    overflow: hidden;
    visibility: hidden;
    margin-top:40px;
}

#Body .img-title
{
    margin:30px auto;
    height:34px;
    object-fit:cover;
    object-position:left;
}

.galleryBox
{
    border:1px solid #ddd;
    text-align:center;
    padding-bottom:15px;
    height:420px;
	border:1px solid #e6e6e6;
}
.galleryBox img
{
    height:170px;
    object-fit:cover;
    width:100%;
}
.galleryBox .title
{
    font-family:Lato-Regular;
    font-weight:bold;
    margin:10px 15px;
    text-align:center;
    color:#000;
    font-size:1em;
}
.galleryBox .description
{
    font-family:Lato-Regular;
    font-size:0.9em;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}

.galleryBox a
{
    font-size:1em;
    color:#0073e6;
    border:1px solid #0073e6;
    display:inline-block;
    transition:.4s;
    position:absolute;
    bottom:25px;
    left:0;
    right:0;
    padding:7px 0;
    width:80px;
	height: 39px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.galleryBox a:hover
{
    text-decoration:none;
    background-color:#0073e6;
    color:#fff;
}


.leftPart .col-md-4
{
    padding-left:5px;
    padding-right:5px;
}

.rightPart-title
{
    font-family:Lora-Regular;
    color:rgb(36, 71, 143);
    font-weight:bold;
    margin-top:20px;
}

.rightPart-divTitle
{
    font-family:Lato-Regular;
    font-size:1.25em;
    color:#000;
}
.rightPart-divTitle + form input
{
    height:40px;
}
.rightPart-divTitle + form input[type=text]
{
    padding:8px;
}
.rightPart-divTitle + form input[type=submit]{
    background-color:#0073e6;
    color:#fff;
    font-family:Lato-Regular;
    position:relative;
    transition:.4s;
    cursor:pointer;
    left:-10px;
    border:1px solid #0073e6;
    padding-left:15px;
    padding-right:15px;
}
.rightPart-divTitle + form input[type=submit]:hover{
    background-color:#0047B3;
    border-color:#0047B3;
}
.leftPart .col-12
{
    padding-left:0 !important;
    padding-right:0 !important;
}

.bg-999
{
    background-color:#999999;
}
.bg-999 ul
{
    list-style:none;
    padding-left:0;
    display:block;
    margin-bottom:0;
    font-size:0.9em;
}
.bg-999 ul li
{
    display:inline-block;
    font-family:Lato-Regular;
    font-weight:500;
    margin-right:7px;
    color:#fff;
}
.bg-999 ul li:after
{
    content:"|";
    padding-left:14px;
}
.bg-999 ul li a
{
    transition:0.4s;
    color:#fff;
}
.bg-999 ul li a:hover
{
    text-decoration:none;
    color:#eee;
}
.bg-999 ul li:last-child:after
{
    content:'';
}

.bg-f2f2f2
{
    background-color:#f2f2f2;
}
.bg-f2f2f2 p
{
    font-size:0.8em;
    color:#666;
    text-align:center;
}

.rightPart-allLink
{
    display:block;
    color:#0073e6;
    font-family:Lora-Regular;
    font-weight:bold;
    margin-top:30px;
    transition:.5s;
}
.rightPart-allLink:hover
{
    color:#0047B3;
    text-decoration:none;
}

.MyButton1 
{
width: 230px;
padding: 10px 16px;
font-size: 95%;
cursor: pointer;
font-weight: bold;
background: #0073e6;
color: #fff;
border-radius: 4px;
border: none;
-moz-box-shadow:: 6px 6px 5px #999;
-webkit-box-shadow:: 6px 6px 5px #999;
box-shadow:: 6px 6px 5px #999;
}
.MyButton1:hover {
width: 230px;
font-size: 95%;
padding: 10px 16px;
color: #ffffff;
background: #0059b3;
border:none;
-moz-box-shadow:: 5px 5px 4px #adadad;
-webkit-box-shadow:: 5px 5px 4px #adadad;
box-shadow:: 5px 5px 4px #adadad;
transition: 0.5s;
} 


@media only screen and (max-width:321px) {
    
     #Header2 form {
         width:320px !important;
     }
     #Header2 form input[type=text] {
                border:1px solid #ccc;
                padding-left: 28px;
                margin-left:-1px;
                height:45px !important;
                width:230px !important;
            }
			
			        #Header2 form input[type=submit] {
            margin-left: 0;
            background-color: #0073e6;
            color: #fff;
            border: none;
			height:45px !important;
            padding-left: 20px;
            padding-right: 20px;
            cursor: pointer;
            margin-left: -5px;
        }
		
		.slikanaslovna {
			margin-left:12px !important;
		}
		
		
            
            .fa-search {
                margin-left:-60px !important;
            }
            
            .search2 {
                margin-left:0px !important;
            }
            .h650 {
                margin-left:-24px !important;
                font-size:25px !important;
            }
            
            #jssor_1 {
                margin-bottom:-16px;
                margin-left:-30px;
                margin-right:-100px !important;
                width: 641px !important;
                right:0;
            }
        
            
           .thumbnailtemplate {
               padding-bottom:40px !important;
               font-size:30px !important;
           }
            
            .galleryBox
           {
               height: 370px !important;
           }
            
            
            #Header2 form input[type=submit]
            {
                height:42px;
                border:1px solid #0073e6;
                width:90px !important;
                margin-right:
            }
             #Header2 span {
            margin-left: -20px;
        }
        
        #Body .img-title {
        margin:30px auto;
        height:32px;
        object-fit:cover;
        object-position:left;
       }
}

@media only screen and (min-width:322px) and (max-width:361px) {
	
	     #Header2 form {
         width:100% !important;
     }
     #Header2 form input[type=text] {
                border:1px solid #ccc;
                padding-left: 28px;
                margin-left:-1px;
                height:45px !important;
                width:650px !important;
                min-width:250px!important;
            }
			
			        #Header2 form input[type=submit] {
            margin-left: 0;
            background-color: #0073e6;
            color: #fff;
            border: none;
			height:45px !important;
            padding-left: 20px;
            padding-right: 20px;
            cursor: pointer;
            margin-left: -5px;
        }
		
		.slikanaslovna {
			margin-left:12px !important;
		}
		
		
            
            .fa-search {
                margin-left:-60px !important;
            }
            
            .search2 {
                margin-left:0px !important;
            }
            .h650 {
                margin-left:-24px !important;
                font-size:25px !important;
            }
            
            #jssor_1 {
                margin-bottom:-16px;
                margin-left:-30px;
                margin-right:-100px !important;
                width: 641px !important;
                right:0;
            }
        
            
           .thumbnailtemplate {
               padding-bottom:40px !important;
               font-size:30px !important;
           }
            
            .galleryBox
           {
               height: 370px !important;
           }
            
            
            #Header2 form input[type=submit]
            {
                height:42px;
                border:1px solid #0073e6;
                width:111px !important;
                margin-right:-40px;
            }
             #Header2 span {
            margin-left: -20px;
        }
        
        #Body .img-title {
        margin:30px auto;
        height:32px;
        object-fit:cover;
        object-position:left;
       }
}
	
@media only screen and (min-width:362px) and (max-width:423px) {
	
		     #Header2 form {
         width:424px !important;
     }
     #Header2 form input[type=text] {
                border:1px solid #ccc;
                padding-left: 28px;
                margin-left:-1px;
                height:45px !important;
                width:650px !important;
                min-width:300px!important;
            }
			
			        #Header2 form input[type=submit] {
            margin-left: 0;
            background-color: #0073e6;
            color: #fff;
            border: none;
			height:45px !important;
            padding-left: 20px;
            padding-right: 20px;
            cursor: pointer;
            margin-left: -5px;
        }
		
		.slikanaslovna {
			margin-left:12px !important;
		}
		
		
            
            .fa-search {
                margin-left:-60px !important;
            }
            
            .search2 {
                margin-left:0px !important;
            }
            .h650 {
                margin-left:-24px !important;
                font-size:25px !important;
            }
            
            #jssor_1 {
                margin-bottom:-16px;
                margin-left:-30px;
                margin-right:-100px !important;
                width: 641px !important;
                right:0;
            }
        
            
           .thumbnailtemplate {
               padding-bottom:40px !important;
               font-size:30px !important;
           }
            
            .galleryBox
           {
               height: 370px !important;
           }
            
            
            #Header2 form input[type=submit]
            {
                height:42px;
                border:1px solid #0073e6;
                width:124px !important;
                margin-right:-40px;
            }
             #Header2 span {
            margin-left: -20px;
        }
        
        #Body .img-title {
        margin:30px auto;
        height:32px;
        object-fit:cover;
        object-position:left;
       }
}


@media only screen and (min-width:651px) and (max-width:991px) {
         #Header2 li {
             font-size: 0.8em;
         }
         
            #jssor_1 {
                position: relative;
                margin: 0 auto;
                top: 0px;
                left: 0px;
                width:650px;
                height: 446px;
                overflow: hidden;
                visibility: hidden;
                margin-top:40px;
            }
    
         #Header2 form {
             width:650px !important;
         }
         
    
         #Header2 form input[type=text] {
                border:1px solid #ccc;
                left: 0 !important;
                float:center;
                height:44px !important;
                display:inline;
                width:600px !important;
                min-width: 350px !important;
            }
            
            
            #Header2 form input[type=submit]
            {
                height:45px !important;
                border:1px solid #0073e6;
                width:100px;
                display:inline;
            }
            
            .zemljevid 
            {
                width: 600px !important;
            }
            
}

@media only screen and (min-width:750px) and (max-width:991px) {
.galleryBox
			{
				border:none;
				text-align:center;
				padding-bottom:15px;
				height:px;
				border:1px solid #e6e6e6;
				height:310px;
			}
			.galleryBox img
			{
				height:100px;
				object-fit:cover;
				width:100%;
			}
			.galleryBox .title
			{
				font-family:Lato-Regular;
				font-weight:bold;
				margin:10px 15px;
				text-align:center;
				color:#000;
				font-size:0.80em;
			}
			.galleryBox .description
			{
				font-family:Lato-Regular;
				font-size:0.75em;
				padding-left:15px;
				padding-right:15px;
				text-align:center;
			}

			.galleryBox a
			{
				font-size:0.75em;
				color:#0073e6;
				border:1px solid #0073e6;
				display:inline-block;
				transition:.4s;
				position:absolute;
				bottom:20px;
				left:0;
				right:0;
				padding:5px 0;
				width:60px;
				height:28px;
				margin-left:auto;
				margin-right:auto;
				text-align:center;
			}
			.galleryBox a:hover
			{
				text-decoration:none;
				background-color:#0073e6;
				color:#fff;
			}
			
			.sirokzaslon {
				margin-top:-30px !important;
			}
			
			
			.up {
				margin-top:-1px !important;
			}
			
			.bg-white1 {
				height:170px;
				background:#ffffff;
			}
			
			.pl-2{
				font-size:11px !important;
			}
			
			.rightPart-Title {
				font-size: 14px !important;
			}
			
			.rightPart {
				margin-top: 100px !important;
			}
			
			.rightPart-divTitle {
				font-size: 17px !important;
			}
			
			.facebook {
				margin-left:-10px !important;
			}
			
			.gumbi12 {
				margin-left:15px !important;
			}
			
			.presledek {
				margin-bottom:-13px !important;
					
				}
				
			.presledek2 {
				margin-top:-13px;
			}
			
			.najboljse {
				margin-top:-60px !important;
			}
			
			.up3 {
				margin-top:-1px !important;
				margin-left:-150px!important;
				margin-right:150px !important;
			}
			
			.gumbsirok {
				margin-right:201px !important;
			}
			
		    .footerpovezave {
				margin-top:20px !important;
			}
			
			.gumb750 {
				margin-top:10px !important;
				margin-left:-80px !important;
			}
			
			.img750 {
				height:150px !important;
			}
			
			.vrstice2 {
				margin-top:-9px !important;
			}
			
			.vrstice3 {
				margin-top:170px!important;
			}
			
			.vrstice32 {
				margin-top:25px !important;
			}
			
			.dol750 {
				margin-top:50px!important;
			}
			
			.vrstice4 {
				margin-top: 59px!important;
			}
}


/* Do Only On Laptop and Larger Screen */
@media only screen and (min-width:992px) {
    #Menu .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: unset;
        vertical-align: unset;
        content: unset;
        border: none !important;
    }


        #Header2 form input[type=text] {
            border: 1px solid #0073e6;
            padding-left: 30px;
            height: 41px;
        }

        #Header2 form span.fa {
            position: relative;
            font-size: 1.3em;
            font-size: 18px;
            left: 26px;
            color: #666;
        }

        #Header2 form input[type=submit] {
            margin-left: 0;
            background-color: #0073e6;
            color: #fff;
            border: none;
            padding-left: 20px;
            padding-right: 20px;
            cursor: pointer;
            margin-left: -5px;
        }

    #Header2 li:hover a {
        text-decoration: none;
        color: #0047B3;
    }

    #Header2 li:hover {
        background-color: #fff;
    }

    #Header2 li:last-child:hover {
        background-color: unset;
    }
}


.class20 {
   color:#004d99;
   text-decoration: none;
   font-family: Verdana;
   font-size: 14px;
   padding-left: 6px;
   padding-right: 6px;
   padding-top: 6px;
   padding-bottom: 6px;
   margin-right: 2px;
   margin-left: 2px;
}

.class20active {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  background-color: #0073e6;
  font-family: Verdana;
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
   margin-right: 2px;
   margin-left: 2px;

}

.class20:hover {
  color: #ffffff;
  background-color: #0073e6;
  font-family: Verdana;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
   margin-right: 2px;
   margin-left: 2px;
}

.argentinaflag{
  margin-top: -20px;
}

@media only screen and (min-width:651px) and (max-width:991px) {
	.zemljevid {
		width: 650px;
	}
	
	.sociallinks {
	text-align:left !important;
	margin-left: 280px ! important;
}	
}

@media only screen and (min-width:992px) {
	.zemljevid {
		width: 370px !important;
		height: 230px;
	}
	
}