/*
	Theme Name: Simple
	Theme URI: http://www.simplesolutions.hr
	Description: Simple Solutions custom made tema
	Version: 1
	Author: Mario Rendić
	Author URI: http://www.simplesolutions.hr
	Tags: HTML5, CSS3, JS, PHP

	License: Copyrighted 
*/

/* load */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
    position: absolute;
    background-color: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
     opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
.pace-inactive {opacity: 0;} 
.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.19999999999999996);
}
#wpadminbar {
    display: none;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* yellow color: #fcdf2b */
/* blue color: #10325f */
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	height: 100%;
}
body {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	color:#444;
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
  min-height: 100%;
  padding-bottom: 50px;
}


.page-template-page-naslovnica h1, 
.page-template-page-naslovnica h2, 
.page-template-page-naslovnica h3, 
.page-template-page-naslovnica h4, 
.page-template-page-naslovnica h5, 
.page-template-page-naslovnica h6 {
   font-family: 'Alex Brush', cursive;
  font-weight: normal;
  color: #10325f;
}
h1 {font-size: 3em;}

h2 {font-size: 24px;}

h3 {font-size: 20px;}

h4 {font-size: 18px;}

h5 {font-size: 16px;}

h6 {font-size: 14px;}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}
.font-kr {   font-family: 'Alex Brush', cursive;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	    max-width: 100%;
    height: auto;
}
img.thumb.alignleft, img.alignleft {
	float: left;
    padding-right: 10px;
}
img.thumb.alignright, img.alignright {
	float: right;
    padding-left: 10px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#10325f;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.hide {visibility: hidden;}
.center {text-align: center;}
.novosti-home a {
  color:#444;
}
.novosti-home a:hover {
  color:#000;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.footer-padding {
}
.padding-from-top {
display: block;
    min-height: 120px;
}
.padding-top {
 
}

.header {
    background-image: url(img/head.jpg);
    background-size: cover;
 display: block;
    width: 100%;
    height: 120px;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 100px #000;
  }
.fixed-header {
    height: 50px;    transition: all ease 1s;
    -webkit-transition: all ease 1s;
}
.wrapper.header-align {
    display: table;
    height: 100%;
}
.banner {
      display: table-cell;
       text-align: center;
    vertical-align: middle;
    text-align: center;
}
.banner img {
    max-width: 350px;
}
.back-to-top {
  right: 20px;
  bottom: 40px;
  opacity: 0;
  transition: all ease 1s;
  position: fixed;
 visibility: hidden;
      color: #10325f;
      cursor: pointer;
      z-index: 10;
}
.fixed-back-to-top {
  opacity: .5;
  visibility: visible;
}
.back-to-top:hover {
  opacity: 1;
} 
.logo {	
      display: table-cell;
    vertical-align: middle;
}
.logo a {    
    color: #fff;
    font-size: 2.5em;
    font-family: 'Alex Brush', cursive;
    text-shadow: 2px 2px 5px #000;
}
.logo-img {
	width: 175px;
      display: table-cell;
    vertical-align: middle;
    transition: all ease 1s;
}
.logo-text {
       display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    font-weight: 900;
    font-size: 28px;
    padding-left: 10px;
  }
  .logo-text2 {
    font-size: 0.6em;
  }
.top-menu {
	position: absolute;
	top: 0;
	right: 0;
  z-index: 1001;
}
.social-ikone {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.social-ikone ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-ikone li {
    padding: 10px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.social-ikone a {color: #fff;}
.facebook {
  background-color: #3B5998;
  color: #fff;
}
.googleplus {
  background-color: #dd4b39;
  color: #fff;
}
.instagram {
	background-color: #517fa4;
	color: #fff;
}

.language {
    padding-top: 3px;
transition: all .2s ease-in-out;
}
.language:hover {
   transform: scale(1.2);
} 
.language-item {
	font-size: 12px;
}

.language ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 7px;
}
.language ul li {
	margin: 0;
	padding: 0;
}
 


/*
ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #85171d;
    content: "";
    top: 0;
    margin-top: -12px;
    position: absolute;
}
*/

/* Navigation */
.nav-container {
float: right;
}
.nav-container a {color: #fff;}
#primary_nav_wrap
{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    transition: all ease .5;   
        display: table-cell;
    vertical-align: middle; 
     text-shadow: 0px 0px 5px #000;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul a
{
	display:block;
	text-decoration:none;
	padding:5px 16px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	transition: all ease .5;
}

#primary_nav_wrap ul li.current-menu-item a
{
}

#primary_nav_wrap ul li:hover
{
 /*   background: rgba(0,0,120, .5);
    color: #fff;
    border: solid 0px #10325f;
    transition: all ease 1s; */
}
#primary_nav_wrap ul li:hover > a
{
    color: #000;
    transition: all ease 1s;
        text-shadow: 0px 0px 5px #fff;
}
#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	 background-image: url("img/header.png");
    background-repeat: no-repeat;
    background-size: 100% 132%;
}

#primary_nav_wrap ul ul li
{
	float:none;
/*    width:200px; */
        white-space: nowrap;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
ul li ul .sub-menu {
    font-size: 14px;
}
/* Mob Navigation */
.logo.logo-small img {
    width: 95px;
    margin-top: -13px;
}
.mob-nav .logo-img {
      display: initial;
}
.mob-nav a {
    padding: 10px;
    display: block;
    color: #10325f;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}
.mob-nav ul li ul li a {
    padding: 0px;
    font-size: 20px;
    text-transform: capitalize;
    color: #E6E7E8;
}

.mob-nav ul li ul li ul li a {
    padding: 5px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
}
    

.mob-nav-toggle {
    display: none;
    position: fixed;
    float: right;
        padding: 5px 8px 5px 8px;
    width: 40px;
    cursor: pointer;
    z-index: 9999;
    background-color: #10325f;
    top: 5px;
    right: 5px;
    border: solid 2px #fff;
    border-radius: 10px;
}

.mob-nav-toggle:after, 
.mob-nav-toggle:before, 
.mob-nav-toggle div {
  background-color: #fff;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
     height: 3px;
    margin: 4px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mob-nav-close:before {
  transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(7px) rotate(135deg);
}

.mob-nav-close:after {
  transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-7px) rotate(-135deg);
}

.mob-nav-close div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mob-nav {
    display: none;
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
   background-color: #e2edfb; 
   /* background-color: rgba(0,0,120, .9); */
    color: #10325f;
    z-index: 2;
    font-size: 24px;
        box-shadow: black 0px 0px 4px 0px;
}
.mob-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mob-nav ul li ul {
  margin-top: -13px;
}
.mob-nav ul li ul li {
    display: inline-block;
    padding: 10px;
    }
.mob-nav ul li ul li a {
    font-size: 16px;
  }    
.mob-nav ul li ul li ul {
    display: none;
  }
.mob-nav-container {
    display: table;
    width: 100%;
    height: 100%;
}
.mob-nav-container-center {
    text-align: center;
        padding-top: 30px;
    padding-bottom: 10px;
}
.mob-nav-logo {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 0px 0 0px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
.padding-nav {
    top: 35px;
}
.search-box {
    z-index: 1000;
    display: block;
    transition: all ease .5s;
    float: right;
    margin-top: 2px;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  background-color:rgba(255,255,255, .5);
      border-radius: 3px;
    width: 120px;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  background-color:rgba(255,255,255, 1);

}
button.button.search-button {
    background-color: transparent;
    border: none;
    color: #fff;
     transition: all .2s ease-in-out;
}
button.button.search-button:hover {
  transform: scale(1.4) rotate(20deg);
 
}

input::-webkit-input-placeholder {
   color: #10325f;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #10325f;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #10325f;  
}

input:-ms-input-placeholder {  
   color: #10325f;  
}


/* sidebar */
.sidebar {

}
.juicer-feed p {
    font-size: 14px;
}
.juicer-feed h1.referral {display: none!important;}
li.feed-item.juicer.image-post {
    display: none;
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
}
.post-overlay.juicer-feed a.juicer-button {color: #10325f!important; border-color: #10325f!important; border: 2px solid #10325f!important;}
.post-overlay.juicer-feed a:hover .juicer-button {color: #fff!important; background-color: #10325f!important; border-color: #10325f!important; border: 2px solid #10325f!important;}
.juicer-feed .j-meta a:hover {color: #10325f!important;}
.footer {
    bottom: 0;
        background-image: url(img/head.jpg);
    background-size: cover;
    width: 100%;
    min-height: 50px;
    padding-top: 15px;
    color: #fff;
    font-size: 10px;
    position: absolute;
}
.copyright {
    /* display: inline-block; */
    text-align: center;
    color: #fff;
     text-shadow: 0px 0px 8px #000;
}

.powered-by {
  opacity: .5;
  cursor: pointer;
}
.powered-by:hover {
  opacity: 1;
}
.copyright a {
	color: #fff;
}
.footer-nav {
    display: block;
    padding: 10px;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-nav ul li {
  display: inline-block;
  border-right: none;
}
.footer-nav ul li:last-child {
  border-right: none;
}
.footer-nav ul a {
  color: #fff;
  cursor: pointer;
  padding: 0px 5px 0px 5px;
}
.btn-blue, input.wpcf7-form-control.wpcf7-submit {
  border: solid 1px #10325f;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  border-radius: 3px;
  color: #10325f;
  transition: all ease .5s;
  cursor: pointer;
  margin: 5px 0px 5px 0px;
    background-color: transparent;
          font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}
.btn-blue:hover, input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #10325f;
  color: #fff;
  text-shadow: none;
}
.btn-white {
  border: solid 1px #fff;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  transition: all ease .5s;
  cursor: pointer;
  margin: 5px 0px 5px 0px;
  background-color: rgba(0,0,0,.2);
      font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}
.btn-white:hover {
  background-color: #fff;
  color: #10325f;
  text-shadow: none;
}
.home .btn-blue {margin: 0;}
/* Pagination */
.pagination {
    text-align: center;
    border-top: solid 1px #10325f;
padding-top: 5px;
}
.page-numbers {
    border-radius: 5px;
    padding: 1px 10px;
}
.page-numbers.current {
  font-weight: bold;
    color: #10325f;
}
a.next.page-numbers, a.prev.page-numbers {    
  color: #10325f;
}
ul#archives {
    list-style: none;
    padding: 0;
    /* margin: 0; */
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.post-nav div {
  text-align: center;
}

.post-nav div a {
    display: inline-block;
}
.post-nav {
    display: block;
    clear: both;
    font-size: 12px;
}



/*------------------------------------*\
    GRID
\*------------------------------------*/

   .grid-container{
        width: 100%; 
        overflow-x: hidden;
 
    }

    /*-- our cleafix hack -- */ 
    .row:before, 
    .row:after {
        content:"";
          display: table ;
        clear:both;
    }

    [class*='col-'] {
        float: left; 
        min-height: 1px; 
        width: 16.66%; 
        /*-- our gutter -- */
        padding: 12px; 
        overflow: hidden;
    }

    .col-1{ width: 16.66%; }
    .col-2{ width: 33.33%; }
    .col-3{ width: 50%;    }
    .col-4{ width: 66.66%; }
    .col-5{ width: 83.33%; }
    .col-6{ width: 100%;   }
    

    .col-1-row{ width: 100%;    }
    .col-2-row{ width: 50%;    }
    .col-4-row{ width: 25%;   }
    .col-3-row{ width: 33.33%;   }

    .outline, .outline *{
        outline: 1px solid #F6A1A1; 
    }

    /*-- some extra column content styling --*/
    [class*='col-'] > p {
     padding: 0;
     margin: 0;
 
    }
    .grid {
    margin: -0px -12px 0px -12px;
    clear: both;
}
.clear {
    clear: both;
}
#primary_nav_wrap ul .lang-item a {
    padding: 5px;
}
embed, iframe, object, video {
  width: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


.page-share {
 position: absolute;
    right: 0;
    margin-top: -20px;
    display: none;
}
/* Naslovna */
 .slide-contain {
      display: block;
    position: relative;
}
.slide-overlay {
    background-color: rgba(0,0,0,.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.width {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.swiper-container {
    width: 100%;
display: block;
}
.slide-info {
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    /* text-align: left; */
    padding: 15px 25px 15px 25px;
    text-align: center;
    text-shadow: 3px 3px 3px #000;
    z-index: 2;
    top: 0;
    vertical-align: middle;
    display: table;
    height: 100%;
    width: 100%;

}
.slide-info h1 {
    color: #fff;
    font-weight: 100;
    font-size: 2.5em;
    margin: 0;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    font-family: 'Alex Brush', cursive;
}
.slide-info i {
    transition: all ease .5s;
}
.swiper-slide a:hover .slide-info i {
    transform: rotate(90deg) scale(1.3);
    transition: all ease .5s;
}
.swiper-button-next, .swiper-button-prev {
      z-index: 1;
}
.home__location {
      background-size: cover;
    background-attachment: fixed;
    width:100%;
    color: #fff;
        background-position: center;
            background-color: #b8d4fb;

}
.home__location_text {
    font-family: 'Alex Brush', cursive;
    font-size: 3em;
    text-align: center;
        text-shadow: 0 0 10px #000;
            background-color: rgba(0,0,0,.2);
  }
  .home__compas {    
    background-image: url(http://villamaremonti.eu/wp-content/themes/simple/img/compas.png);
    width: 400px;
    height: 400px;
    right: 0;
    background-size: contain;
    opacity: .5;
    position: absolute;
  }
  .home_gallery {
    min-height: 200px;
    background-size: cover;
    background-attachment: fixed;
    display: block;
}
/* Novosti */
.novosti-home {
    padding-bottom: 30px;
}
.home h2 {
    margin: 0;
}
.novosti-home h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
      font-family: 'PT Sans', sans-serif;
}
.single h1 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 25px;
      font-family: 'PT Sans', sans-serif;
}
.novosti-home-item {
    vertical-align: top;
height: 255px;
}
.novosti-home .novosti-home-datum {
  font-size: 10px;
  text-align: right;
}

.shop-text {
    margin: 0;
}
.novosti-home-img {
    height: 100%;
    background-size: cover;
    background-position: center;
        background-color: rgba(0, 148, 217, 0.12);
        position: relative;
            border-radius: 5px;
}
.separator-white-right {
  background-image: url("img/separator-white-right.png");
     position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 10px;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.novosti-home a:hover .home-news-read { opacity: 1; }

.home-news-read {
       position: absolute;
top: 0;
bottom: 0;
left:0;
right: 0;
vertical-align: middle;
text-align: center;
color: #fff;
opacity: 0;
    transition: opacity 1s ease-out;
display: table;
width: 100%;
height: 100%;
    background-color: rgba(0,0,0,.5);
        border-radius: 5px;
}
.home-news-read i {
  vertical-align:middle;
    display: table-cell;
}
.novosti-home-featured .novosti-home-item  {
  height: 300px;
}
.novosti-home-featured .novosti-home-img, .novosti-home-featured .home-news-read {
  height: 240px;
}
.novosti-home-featured h1 {
  font-size: 18px;
}
.novosti-home-featured .novosti-home-text p {
  font-size: 15px;
}

.nagovori .novosti-home-item {
    vertical-align: top;
    height: 180px;
}
.nagovori .shop-item {
    height: 250px;
}

.gallery-item-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: inherit;
}
/* Sponzori slide */
.sponzori-container {
}
.swiper2 {
  height: 200px;
  margin: 20px 0 10px 0;
}

.swiper2 .swiper-slide {
background-size: contain;
    background-repeat: no-repeat;
}


/* Arhive novosti i sl.*/

/* Kontakt page */
img.logo-img.logo-kontakt {
    width: 150px;
        margin-bottom: 0px;
     vertical-align: middle;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-date {
    width: 100%;
}

/* Multimedia */

.kontakt-text {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-date {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;

}
input.wpcf7-form-control.wpcf7-date {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    font-size: 14px;
}
/*------------------------------------*\
    POST
\*------------------------------------*/

.post-content {
      display: inline-block;
    width: 100%;
    padding-bottom: 20px;

}    
.post-content .date {
    font-size: 14px;
    display: inline-block;
}
.post-kategorija {
  display: inline-block;
} 
.post-small-info {
    margin-bottom: 1em;
    font-size: 12px;

}
.grey {
    background-color: rgb(226, 237, 251);
    display: block;
}
.space {
  
    padding-top: 40px;
    padding-bottom: 40px;
}

.novosti-home-text {
    margin-top: 30px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img.img-post {
    max-width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    border: solid 1px #ccc;
}

.bigimg {    
    background-size: cover;
    background-repeat: no-repeat;
        display: table;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bigimg-txt-contain {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
      text-shadow: 3px 3px 3px #000;

}

.bigimg-txt-contain h1 {
  font-size: 30px;
  padding: 15px 10px 0px 10px;
  text-shadow: 3px 3px 3px #000;
  color: #fff;
}
.bigimg-text {
  color: #fff;
  font-size: 18px;
    padding: 0px 10px 0px 10px;

}
.gallery-item{height: 250px;}
.gallery img {
    width: auto;
    height: 100%;
}
.gallery-item-img {
    /* border-radius: 5px; */
    /* border: solid 5px #fff; */
    box-shadow: 0px 0px 4px #000;
}

/*------------------------------------*\
  PLUGINS
\*------------------------------------*/

#sbc-calendar table tfoot td {
    padding-top: 5px;
    text-align: center;
}
#sbc-calendar-wrapper table {
    width: 100%;
}

.sbc-calendar-month {
    float: left;
    padding: 10px;
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 4px #000; */
}
#sbc-calendar-wrapper table tr, #sbc-calendar-wrapper table th {
    background: none !important;
    height: 30px;
}
#sbc-calendar .sbc-navigation {
    padding-bottom: 10px;
    line-height: 21px;
    text-align: center;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1024px) {
.search-box {
    position: absolute;
    right: 0;
    margin-top: 0px;
    z-index: 1000;
    display: block;
    transition: all ease .5s;
}
.novosti-home-item {
    vertical-align: top;
height: 290px;
}
.novosti-home-featured .novosti-home-item {
    height: 339px;
}
.banner {
      display: none;
}

  .shop-item {
    margin-top: 15px;
}
  .slide-info h1 {
    font-size: 2em;

}
  .wrapper {
    width: 90%;
}
          .col-3{ width: 100%;   }

.mob-nav-toggle {
  display: block;
}
.top-menu {
    position: absolute;
    top: 0;
    right: initial;
    left: 0
    z-index: 1001;
}
.logo {text-align: center;
width: 100%;}

.logo-img {
  /*  display: initial; */
  }

.nav-container, .search-box {
  display: none;
}
.footer {
  text-align: center;
padding-bottom: 15px;
  }
.footer-nav {
  float: none;
  display: block;
  margin-top: 10px;
}
.footer .wrapper {
    width: 100%;
    }
.back-to-top i {
font-size: 3em;
}
.padding-top {
}
#sbc-calendar-wrapper {
    display: inline-block;
}
.kalendar {text-align: center;}

    .col-4-row{ width: 50%;   }
    .col-3-row{ width: 100%;   }
.col-1{ width: 16.66%; }
    .col-2{ width: 100%; }
    .col-3{ width: 100%;    }
    .col-4{ width: 100%; }
    .col-5{ width: 100%; }
    .col-6{ width: 100%;}
.novosti-home-item {
    vertical-align: top;
height: 250px;
}
.novosti-home-featured .novosti-home-item {
    height: 430px;
}


.post-kategorija {
  display: block;
} 


}
@media only screen and (max-width:768px) {
  img.img-post {
    max-width: 100%;
    float: left;
margin-right:0px;
width: 100%;
}
}
@media only screen and (max-width:480px) {
    .col-4-row, .col-3-row { width: 100%;   }
.novosti-home-item {
    vertical-align: top;
height: 230px;
}
.novosti-home-featured .novosti-home-item {
    height: 460px;
}
.youtube_channel.responsive .ytc_video_container {
    width: 100% !important;
}
.home__compas {
    background-image: url(http://villamaremonti.eu/wp-content/themes/simple/img/compas.png);
    width: 200px;
    height: 200px;
    right: 0;
    background-size: contain;
    opacity: .5;
    position: absolute;
    margin-top: 160px;
}
}


@media only screen and (max-width:320px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
