@charset "utf-8";
/* CSS Document */



@import url(https://fonts.googleapis.com/css?family=Roboto:200,400,300,300italic,400italic,500,500italic,700,700italic);

@import url('https://fonts.googleapis.com/css?family=Pacifico&subset=latin-ext');

@import url('css/html5-reset.css');

@import url('css/flexslider.css');
@import url('css/tipsy.css');
@import url('css/jquery.fancybox.css');
@import url('css/smoothness/jquery-ui-1.10.1.custom.min.css');

@import url('css/shortcodes.css');




/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
body {
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 1.5em; /* 18px */
color: #333;
-webkit-text-size-adjust: 100%; 



}

body p {
margin-bottom:0px;
}

#content {

background-color: #fff;
border-top-left-radius:10px;
border-top-right-radius:10px;
/box-shadow:0px 0px 18px #666;
padding:15px 0px 0 0px;


/margin-top:-20px;


}

.content-featured3 {

	padding: 0px 0;
	color: #fff;
	margin-bottom: 0px;
	font-size: 13px; /* 16px */
	line-height: 1.375em; /* 22px/16px */
	/background-color:#000;
	height:30px;
	border-bottom:0px solid #19B7FF;
	text-shadow:0px 0px 0px #000;

	
}



body.wide {
background-color: #fff;
/background-image: url(images/background-patterns/boxed/bg.jpg);
background-repeat: repeat-x;


}

body.boxed {
background-color: #333;
background-image: url(images/background-patterns/boxed/wild_oliva.png);
}

iframe, video, audio {
display: block;	
}

/*img,*/ embed, object, video { /* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
max-width: 100%;

}



video {
width: 100%;
height: auto;
}

/* Clearfix */

.clear {
clear: both;
display: block;
height: 0;
overflow: hidden; 
visibility: hidden;
width: 0;


}

/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */
#wrap {
border-top: 0px solid; 
overflow: hidden; /* removes empty space at the right of mobile devices display */



}

.boxed #wrap {
background-color: #fff;

max-width: 100%;
margin: 0 auto;
box-shadow: 0 0 8px rgba(0,0,0,0.11);
}

.container {
width: 1200px;
margin: 0 auto;
}

#main {
margin-bottom: 0;	
}

/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1, h3, h4, h5, h6 {
margin-bottom: 15px;
font-family: 'Roboto', sans-serif;
}

h1 {	
font-size: 2.5em; /* 30px */
line-height: 1.266em; /* 38px/30px */
font-weight: 300;
letter-spacing: -0.02em;
}

h2 {
font-size: 1.666em; /* 20px */
line-height: 1.3em; /* 26px/20px */
font-weight: 600; 
letter-spacing: -0.02em;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 10px;
margin-bottom: 25px;

}

h3 {
font-weight: bold;
font-size: 1.333em; /* 16px */
line-height: 1.375em; /* 22px/16px */
}

h4 {
font-size: 1.166em; /* 14px */	
line-height: 1.285em; /* 18px/14px */
font-weight: 600;
}

h5 {
font-size: 1.083em; /* 13px */
line-height: 1.538em; /* 20px/13px */
font-weight: bold;
}

h6 {
font-size: 1em; /* 12px */
line-height: 1.5em; /* 18px */	
font-weight: bold;
}



/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */
a, a > * {
text-decoration: none;
}

a, a > *,
.button,
.jcarousel-prev, .jcarousel-next, 
.iconbox > a * {
-webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
-moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
-ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
-o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;	
font-family: 'Roboto', sans-serif;
}

a:hover, a > * {
color: #333;	
}

/* ---------------------------------------------------------------------- */
/* Text & Content Blocks
/* ---------------------------------------------------------------------- */
p {
margin-bottom: 20px;
}

section,
#page-header {
margin-bottom: 0px;
}

#slider-home {
margin-bottom: 30px;
}

.alignleft {
float: left;	
}

img.alignleft {
margin: 5px 20px 5px 0;	
}

.alignright {
float: right;	
}

img.alignright {
margin: 5px 0 5px 20px;
}

.aligncenter {
display: block;
margin-left: auto;	
margin-right: auto;
}

img.aligncenter {
margin-top: 5px;
margin-bottom: 5px;
}

.tip, caption, .caption {
color: #999;
font-size: 0.916em; /* 11px */
font-style: italic;
}

.grey-text {
color: #999;	
}

.invisible {
display: none !important;	
}


hr {
background-color: #e5e5e5;
color: #e5e5e5;
border: none;
height: 1px;
clear: both;
margin: 40px 0;
}

mark {
font-style: normal;
font-weight: normal;	
}

.note {
color: #E64141;	
}

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */

/* Logo */

#logo {
	float: left;
	margin-top: 00px; 
	margin-bottom: 0px;
	width:350px;

}

#logo a {
	display: block;
}

#logo a, #logo a > * {
	color: #333;
}

#logo a img {
	max-width: 100%;
	display: block;	
}






/* ---------------------------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------------------------- */
.nav-wrap {
	float: right;
	margin-top:50px;

}

#nav {
	float: right;
	position: relative;



}

/* Navigation List */

ul#navlist {
	list-style: none;	
	margin-top: 15px;

	padding: 0;

}

ul#navlist li {
	float: left;
}

ul#navlist li a { 
	display: block;
	font-size: 1.3em; /* 14px */
	/text-transform: uppercase;
	line-height: normal;
	color: #000;
	padding: 4px 5px 4px;
	margin-bottom: 0px;
	margin-right:7px;
	/background-color: #FEF6E9;
	/border-radius:4px;
	font-family: 'Pacifico', cursive;
	border-bottom:2px solid #e24400;
}

ul#navlist li.current a,
ul#navlist li a:hover,
ul#navlist li a.selected {
	color: #000;
	background: url(images/nav-arrow.png) no-repeat center bottom;
	/border-radius:80px 0px 80px 80px;
	background-color: #19B7FF;
}

ul#navlist li a:hover,
ul#navlist li a.selected {
	background-color: #19B7FF;	
	box-shadow: 0px 0px 66px #e7e7e7;
}

/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
box-shadow: 0px 0px 66px #666;
}

.ddsubmenustyle ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;

}

.ddsubmenustyle > ul {
	top: 0px !important;
}

.ddsubmenustyle li a {
	display: block;
	color: #000;
	padding: 8px 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
	background-color:#19B7FF;
	font-size:1em;
	font-family: 'Pacifico', cursive;
}

.ddsubmenustyle li a:hover {
	background-color: #FFAF00;
	border-color: #FFAF00;
	color: #fff;
}

.ddsubmenustyle li:first-child a {
	border-top: none;
}

/* Neutral CSS */

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* Tiny Nav */

.tinynav { 
	display: none; 
	padding: 3px;

	margin-top: -40px;
	border-radius: 4px;
	border:2px solid #C8DDDD;
	height: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 0px 28px #666;
	
}



.tinynav option {
	padding: 3px;

}



/* ---------------------------------------------------------------------- */
/* Page Title
/* ---------------------------------------------------------------------- */
#page-title {
height:50px;
/background-image: url(images/clover.jpg);
background-size:100% 100%;
box-shadow: 0 4px 4px rgba(0,0,0,0.4) inset;
color: #e5e5e5;
padding: 100px 0;
margin-top:0px;
}

#page-title h1 {
float: left;
margin: 0 0 0 8px;
color: #fff;
font-size:50px;
font-family: 'Pacifico', cursive;
font-weight:100;
}


.parallax { 
    /* The image used */
    background-image: url("images/img_parallax.jpg");

    /* Set a specific height */
    
    height: 60px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-position: cover;
    
    box-shadow: 
        inset 0px 11px 8px -10px #000,
        inset 0px -11px 8px -10px #000; 
        color:#fff;
        padding:50px;
        text-shadow:0px 0px 16px #000;
    
}



#page-title-calen {
height:180px;
background-image: url(images/calen.jpg);
background-size:100% 100%;
box-shadow: 0 4px 4px rgba(0,0,0,0.4) inset;
color: #000;
padding: 10px 0;
margin-top:0px;
}

#page-title-calen h1 {
float: left;
margin: 0 0 0 10px;
color: #666;
font-size:40px;
}

#page-title-obavij {
height:180px;
background-image: url(images/obavij.jpg);
background-size:100% 100%;
box-shadow: 0 4px 4px rgba(0,0,0,0.4) inset;
color: #e5e5e5;
padding: 10px 0;
margin-top:0px;
}

#page-title-obavij h1 {
float: left;
margin: 0 0 0 10px;
color: #fff;
font-size:40px;
}

/* ---------------------------------------------------------------------- */
/* Breadcrumbs
/* ---------------------------------------------------------------------- */
#breadcrumbs {
float: right;	
margin-top: 10px;
}

#breadcrumbs ul {
margin: 0;
padding: 0;	
}

#breadcrumbs li {
display: inline;
}

#breadcrumbs a {
margin: 0 3px;
color: #fff;
font-weight: bold;
}

#breadcrumbs li:last-child {
margin-left: 3px;
}








/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	display: inline;
	float: left;
    margin-right: 1%;
}

.one-half {
	width: 49%;	
	max-width: 550px;
}

.one-third {
	width: 32%;	
	max-width: 370px;
}

.one-fourth {
	width: 25%;	
	max-width: 380px;
}

.two-thirds {
	width: 66%;	
	max-width: 740px;	
}

.three-fourths {
	width: 74.5%;	
	max-width: 840px;	
	font-size:17px;
	text-align:justify;

}

.column-last { 
	margin-right: 0 !important;
}

/* ---------------------------------------------------------------------- */
/* Icon Boxes
/* ---------------------------------------------------------------------- */
.iconbox {
margin-bottom: 20px;
position: relative;	

}

.iconbox-title {
padding-bottom: 0;
margin-bottom: 15px;
border: none;	
}

.iconbox > a {
display: block;
background-color: #f2f2f2;
border-bottom: 1px solid #d9d9d9;
padding: 15px 15px 20px;		
}

.iconbox > a > * {
color: #333;	
}

.iconbox > a:hover {
background-color: #fafafa;
}

.iconbox p:last-child {
margin-bottom: 0;
}

.icon-left .iconbox-icon {
float: left;
width: 36px;
height: 36px;
background-color: #333;	
border-radius: 18px; /* half the width/height */
margin-right: 10px;
text-align: center;
line-height: 36px; /* same as the height */
}

.icon-left .iconbox-icon img {
display: inline-block;
max-width: 24px;
max-height: 20px;
}

.icon-top .iconbox-icon {
margin-bottom: 10px;
text-align: center;
}

.icon-top .iconbox-icon img {
display: inline-block;
max-width: 100%;
}

.iconbox > a > .button {
margin-bottom: 0;	
}

/* ---------------------------------------------------------------------- */
/* Arrow Box Hover
/* ---------------------------------------------------------------------- */

.arrow-box-hover {
visibility: hidden;
background: url(images/arrow-box-hover.png) no-repeat left top;	
width: 9px;
height: 6px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -4px;
}

.iconbox a:hover .arrow-box-hover,
.project-list li:hover .arrow-box-hover {
visibility: visible;
}

/* ---------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------------------------------- */

/* Our Team */

.team-member .photo {
display: block;
margin: 0 auto 15px auto;	
max-width: 100%;
}

.team-member .content {
margin-bottom: 20px;	
}

.team-member .name {
margin: 0;
}

.team-member .name, .team-member .job-title {
text-align: center;
}

.team-member .job-title {
display: block;
margin-bottom: 15px;
color: #888;
}

/* ---------------------------------------------------------------------- */
/* 404 Error Page
/* ---------------------------------------------------------------------- */
.error-404 {
background: url(images/block-64.png) no-repeat left center;
padding: 20px 20px 20px 74px;
border: none;
}

/* ---------------------------------------------------------------------- */
/* Search Results
/* ---------------------------------------------------------------------- */
ul#search-results {
list-style: none;	
margin: 0;
padding: 0;
}

ul#search-results li {
border-top: 1px solid #e5e5e5;
padding: 20px 0;
}

ul#search-results li:first-child {
border: none;	
padding-top: 0;
}

ul#search-results li:last-child {
padding-bottom: 0;
}

ul#search-results h2 {
border: none;
padding: 0;
}

ul#search-results h2,
ul#search-results p {
margin-bottom: 5px;
}

ul#search-results h2 a,
ul#search-results h2 a strong {
color: #333;
}

/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */
.page-nav {
margin: 40px 0;
border-top: 1px solid #e5e5e5;
padding-top: 40px;
}

.page-nav.prev-next {
padding: 15px 0;
border-bottom: 1px solid #e5e5e5;	
text-align: right;
margin-top: 0;
}

.page-nav.prev-next ul {
margin-right: -5px;
}

.page-nav.prev-next li {
margin-bottom: 0;
}

.page-nav > span {
margin-right: 20px;
}

.page-nav ul {
margin: 0;
padding: 0;	
}

.page-nav ul, .page-nav li, .page-nav > span {
display: inline-block;
}

.page-nav li, .page-nav > span {
vertical-align: middle;
margin-bottom: 10px;	
}

.page-nav li {
margin-right: 5px;
line-height: normal;
}

.page-nav a {
display: block;
color: #333;
background-color: #e5e5e5; 
}

.page-nav a, .page-nav li.current {
padding: 5px 10px;
border-radius: 3px;

background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-repeat: repeat-x;
}

.page-nav a:hover, .page-nav li.current {
color: #fff;
box-shadow:0px 0px 3px #666;
background-color:#19B7FF;
}

/* ---------------------------------------------------------------------- */
/* Entry Slider
/* ---------------------------------------------------------------------- */
.entry-slider .flex-direction-nav a {
margin-top: -25px;
width: 29px;
height: 50px;
}

.entry-slider .flex-direction-nav a.flex-prev {
background-position: 10px center;
border-radius: 0 3px 3px 0;
}

.entry-slider .flex-direction-nav a.flex-next {
background-position: -41px center;	
border-radius: 3px 0 0 3px;
}

/* ---------------------------------------------------------------------- */
/* Carousel
/* ---------------------------------------------------------------------- */
.jcarousel-container {
max-width: 100%;
}

.jcarousel-clip {
overflow: hidden;
width: 100%;
}

.project-carousel > li {
float: left;
width: 157px;
margin-right: 0px;	
}

.jcarousel-prev, .jcarousel-next {
position: absolute;
top: -20px;
width: 19px;
height: 19px;
cursor: pointer;
background: #AEBC21 url(images/carousel-arrows.png) no-repeat;
}

.jcarousel-prev {
left: -40px;
top:40%;
background-position: 7px 6px;
border-radius: 4px;
}

.jcarousel-next {
left: 102%;
top:40%;
background-position: -48px 6px;	
border-radius: 4px;
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus {
background-color: #e5e5e5 !important;
cursor: default;
}

/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */
.entry-image > a,
.entry-slider > ul > li > a {
display: block;	
position: relative; /* sets the initial position for the overlay */
}

.entry-image {

padding-left:0px;
margin-right:5px;
padding-bottom:5px;


}

.entry-image,
.entry-video,
.entry-slider {
margin-bottom: 0px;	
}

.project-list .entry-image {
margin-bottom: 0;	
}

.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
max-width: 100%;	
}

.entry-image img,
.entry-slider img {
display: block;
}

.entry-slider iframe {
margin: 0 auto;	
}

/* Overlay */

.overlay {
display: block;
b/ackground-color: rgba(255,255,255,0.4);
background-repeat: no-repeat; 
background-position: center center;
width: 100%;
height: 98%;
position: absolute;
top: 0;
left: 0;
}

.overlay.zoom {
background-image: url(images/overlay-zoom.png);
}

.project-list li .overlay,
.lightbox .overlay,
.lightbox-video .overlay,
.link-overlay .overlay {
opacity: 0;
filter: alpha(opacity=0);
z-index: 0; /* for Opera */
}

.project-list li:hover .overlay,
.lightbox:hover .overlay,
.lightbox-video:hover .overlay,
.link-overlay:hover .overlay {
opacity: 1;
filter: alpha(opacity=100);
z-index: 1; /* for Opera */
}

.project-list li:hover .zoom,
.lightbox .zoom,
.lightbox-video .zoom,
a.entry-image:link .zoom, a.entry-image:visited .zoom,
.entry-slider a:link .zoom, .entry-slider a:visited .zoom {
background-image: none;
}

a.entry-image:hover .zoom, a.entry-image:active .zoom,
.entry-slider a:hover .zoom, .entry-slider a:active .zoom {
background-image: url(images/overlay-zoom.png);

}


a.entry-image:hover{


}

/* Portfolio Gallery */

ul.portfolio-grid {
margin-right: -20px;
padding: 0;
}

ul.portfolio-grid > li {
margin: 0 20px 20px 0;
text-align: center;
float: left;
}

ul.portfolio-grid > li.one-fourth {
width: 220px;
}

ul.portfolio-grid > li.one-third {
width: 300px;
}

ul.portfolio-grid > li.one-half {
width: 460px;
}

/* Filter */

#filter {
margin-bottom: 40px;	
}

#filter ul {
margin: 0;
padding: 0;
}

#filter > span, #filter ul, #filter li {
display: inline-block;
}

#filter li, #filter > span {
vertical-align: middle;	
margin-bottom: 10px;
}

#filter > span {
margin-right: 20px;
}

#filter li {
margin-right: 5px;
}

#filter a {
display: block;
line-height: normal;
color: #333;
background-color: #e5e5e5;
padding: 6px 10px;
border-radius: 3px;

background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-repeat: repeat-x;
}

#filter a:hover, #filter a.selected {
color: #fff;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
z-index: 2;
}

.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* ---------------------------------------------------------------------- */
/* Blog
/* ---------------------------------------------------------------------- */
.related-posts-wrap,
#comments,
#respond {
padding-top: 40px;
border-top: 1px solid #e5e5e5;	
}

.post-carousel .entry {
overflow: hidden;
margin-bottom: 20px;
}

.blog-entry-list .entry {
border-top: 1px solid #e5e5e5;	
padding-top: 40px;
margin-bottom: 10px;
}

.blog-entry-list .entry:first-child,
.blog-entry-list .page-nav.prev-next + .entry {
border: none;
padding-top: 0;
}



.entry-date {
float: left;
width: 80px;
height: 80px;
margin: 0px 20px 10px 0px;
text-align: center;
border-radius:8px 8px 8px 8px;
color:#fff;
font-family: 'Pacifico', cursive;
border:2px solid #fff;
background-color:#19B7FF;


}

.entry-day {
height: 40px;
font-weight: 100;
font-size: 3.3em; /* 20px */
line-height: 45px; /* vertical align */
color: #fff;
padding:4px 0 0 0 ;
/text-shadow:0px 0px 2px #666;

}

.entry-month {
height: 35px;
line-height: 35px; /* vertical align */
font-weight: 100;
color: #fff;

}





.entry-date-nasl {
float: left;
width: 64px;
height: 60px;
margin:3px;
text-align: center;
border-radius: 30px;
box-shadow: 0px 0px 16px #000;

}

.entry-day-nasl {
height: 32px;

background-color: #fff;	
font-weight: bold;
font-size: 30px; /* 20px */
line-height: 40px; /* vertical align */
color: #666;
text-shadow:0px 0px 1px #008AA8;
border-top-left-radius:40px;
border-top-right-radius:40px;
}

.entry-month-nasl {

width:64px;
height: 27px;
line-height: 15px; /* vertical align */
font-size:13px;
font-weight:bold;
text-shadow:0px 0px 1px #000;
color: #fff;
padding-top:5px;
background-color:#AEBC21;
border-bottom-left-radius:40px;
border-bottom-right-radius:40px;
}





.entry-date-kalen-nasl {
float: left;
padding:0 5px 0 5px;
margin-right:10px;
border-radius:20px 0px 20px 20px;
background-color:#19B7FF;
font-family: 'Roboto', sans-serif;
font-style:italic;
color:#fff; 
font-size:14px;
font-weight:100;
}

.entry-date-kalen-nasl-danas {
float: left;
padding:0 5px 0 5px;
margin-right:10px;
border-radius:20px 0px 20px 20px;
background-color:#705AB3;
font-family: 'Roboto', sans-serif;
font-style:italic;
color:#fff; 
font-size:14px;
font-weight:100;
}




.entry-date-kalen-nasl-naslovna {
float: left;
padding:3px 7px 3px 7px;
margin-right:10px;
margin-top:-2px;
border-radius:20px 0px 20px 20px;
background-color:#19B7FF;
font-family: 'Roboto', sans-serif;
font-style:italic;
color:#fff; 
font-size:24px;
font-weight:100;
}

.entry-date-kalen-nasl-danas-naslovna {
float: left;
padding:3px 7px 3px 7px;
margin-right:10px;
margin-top:-2px;
border-radius:20px 0px 20px 20px;
background-color:#705AB3;
font-family: 'Roboto', sans-serif;
font-style:italic;
color:#fff; 
font-size:24px;
font-weight:100;
}



.entry-body {

text-align:justify;

}

.post-carousel .entry-meta,
.post-carousel .entry-content p,
.entry-title {
margin-bottom: 5px;	
}

.entry-title {
padding: 5px;

color:#fff;
width:97%;





}




.entry-title a {

	color: #000; 
	/text-shadow:0 0 4px #38B573 ;
	background-color:#FFEEC9;	
	padding: 2px 8px 2px 8px;
	border-top-left-radius:12px;
	border-bottom-right-radius:12px;
	/border:2px solid #C8E2BC;
	font-weight:200;
	/box-shadow:0px 0px 6px #c7c7c7;
	line-height: 1.4em;
	

}

.entry-titleside {

padding: 0px;
font-size:15px;
color:#fff;
width:97%;


}

.entry-titleside a {
color:#000;
	
text-align:left;
padding:0px ;
font-family: 'Roboto', sans-serif;
font-weight:200;

}

.entry-titlefooter {

padding: 0px;
font-size:12px;
color:#fff;
width:97%;


}

.entry-titlefooter a {
color:#000;
font-size:12px;	
text-align:left;
padding:0px ;
font-family: 'Roboto', sans-serif;
font-weight:100;

}

.entry-title2 a {

text-shadow:0 0 2px #666;
color:#000;
background-color:#19B7FF;
padding: 2px 8px 2px 8px;
border-top-left-radius:12px;
border-bottom-right-radius:12px;
border:2px solid #fff;
font-weight:normal;
box-shadow:0px 0px 6px #666;
line-height: 1.7em;
text-align:left;
font-size:18px;
}


.susudio {

/opacity:0.6;
width:100%;



}

.post-carousel .entry-meta a {
color: #888;	
}

/* Meta */

.blog-entry-list .entry-meta {
margin-bottom: 15px;	
}

.blog-entry-list .entry-content {
margin-bottom: 5px;	
}

.blog-entry-list .entry-meta span {
background: no-repeat left center;
padding-right: 12px;
margin-right: 12px;
border-right: 1px solid #ccc;
}

.blog-entry-list .entry-meta span:last-child {
border: none;
padding-right: 0;
margin-right: 0;
}

.blog-entry-list .entry-meta .author {
background-image: url(images/blog/author.png);
padding-left: 21px;	
}

.blog-entry-list .entry-meta .category {
background-image: url(images/blog/folder.png);
padding-left: 23px;	
}

.blog-entry-list .entry-meta .comments {
background-image: url(images/blog/comment.png);
padding-left: 21px;	
}

/* Tags */

.blog-entry-list .tags-wrap {
margin-bottom: 30px;	
}

.blog-entry-list .tags-wrap h4, 
.blog-entry-list .tags-wrap .tags {
display: inline-block;	
vertical-align: middle;	
}

.blog-entry-list .tags-wrap h4 {
margin-right: 20px;
margin-bottom: 5px;
}

.blog-entry-list .tags-wrap h4,
.blog-entry-list .tags-wrap .tags li {
margin-bottom: 10px;
}

/*----------*/

.tags {
list-style: none;	
margin: 0;
padding: 0;
}

.tags li {
float: left;
margin: 0 5px 5px 0;
}

.tags a {
display: block;
color: #333;
background-color: #e5e5e5; 
padding: 5px 10px;
border-radius: 3px;

background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
background-repeat: repeat-x;
}

.tags a:hover {
color: #fff;
}

/* Share */

.blog-entry-list .share-wrap {
overflow: hidden;	
padding: 15px 0 5px 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
}

.blog-entry-list .share-wrap h4 {
float: left;
margin-right: 20px;	
}

.blog-entry-list .share-wrap .social-links {
float: right;
}

.blog-entry-list .share-wrap h4,
.blog-entry-list .share-wrap .social-links li {
margin-bottom: 10px;
}

/* Author Info */

.author-info {
padding: 20px 15px;
background-color: #f5f5f5;
margin-bottom: 30px;
}

.author-info,
.author-bio {
overflow: hidden;	
}

.author-image {
float: left;	
margin: 0 20px 10px 0;
}


.author-image a {
display: block;
}

.author-image img {
display: block;
width: 70px;
height: 70px;
background-color: #fff;
padding: 4px;
border: 1px solid #ccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.author-info h4 {
margin-bottom: 5px;
}

/* Comments */

/* Comment List */

ol.comment-list, ol.children {
list-style: none;
margin: 0;
padding: 0;	
}

#comment-1 {
border-top: none;	
}

li.comment .comment-wrap {
padding: 20px 0;
border-top: 1px solid #e5e5e5;	
}

li.comment ol.children {
margin-left: 65px;	
}

/* Comment List Content */

ol.comment-list .avatar-wrap {
float: left;
margin: 0 15px 10px 0;
}

ol.comment-list .avatar img {
display: block;
background-color: #fff;
padding: 3px;
border: 1px solid #d9d9d9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);	
}

ol.comment-list .avatar-wrap a.comment-edit-link {
display: block;
text-align: center;
font-style: italic;
}

ol.comment-list .comment-details {
overflow: hidden;
}

ol.comment-list .comment-author {
font-weight: bold;	
}

ol.comment-list .comment-author a {
color: #333;
}

ol.comment-list .comment-author.post-author span {
color: #e64141;
}

ol.comment-list .comment-meta {
margin-bottom: 15px;	
color: #888;
}

ol.comment-list .comment-reply-link {
font-style: italic;
}

/* Respond (Leave a Comment) */

#reply-title small {
float: right;
margin-top: 0.333em; /* 4px */
font-size: 0.75em; /* 12px/16px */
line-height: 1.5em; /* 18px/12px */
font-weight: normal;
font-style: italic;
}

/* ---------------------------------------------------------------------- */
/* Portfolio
/* ---------------------------------------------------------------------- */
.project-list a {
display: block;
}

.project-list .entry-title {
color: #333;	
}

.project-list .entry-meta {
text-align: center;
padding: 15px;
background-color: #f5f5f5;
border-bottom: 1px solid #dbdbdb;
}

.project-list .entry:hover .entry-meta {
background-color: #fafafa;
}

.project-list .entry-meta p {
margin: 0;
}

.project-list .entry-content {
color: #666;
}

.project-list li,
.entry-image {
position: relative;
}





/* ---------------------------------------------------------------------- */
/* Clients
/* ---------------------------------------------------------------------- */
.clients {
list-style: none;
margin: 0 -10px 20px 0;
padding: 0;	
}

.clients li {
float: left;	
margin: 0 10px 10px 0;
border: 1px solid #dbdbdb;
width: 178px;	
}

.clients a {
display: block;
}

.clients img {
display: block;
opacity: 0.75;
filter: alpha(opacity=75);
max-width: 100%;
}

.clients li:hover {
border-color: #c2c2c2;
}

.clients li:hover img {
opacity: 1;
filter: alpha(opacity=100);
}

/* ---------------------------------------------------------------------- */
/* Forms
/* ---------------------------------------------------------------------- */
input, textarea, select {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}

input, textarea {
-webkit-appearance: none; /* Fix for Mobile Safari */
}

/* Fix for Mobile Safari */
input[type="checkbox"] { 
-webkit-appearance: checkbox; 
}

input[type="radio"] { 
-webkit-appearance: radio; 
}

input {
line-height: normal;	
}

textarea {
overflow: auto; /* removes scrollbar in IE */	
}

input[type="submit"] {
width: auto;
}

::-webkit-input-placeholder { /* Chrome, Safari */
color: #999;
}

/* Firefox */
:-moz-placeholder { 
color: #999;
}

::-moz-focus-inner { /* removes the extra padding and dotted border on buttons in Firefox */	      
padding: 0;         
border: none;
}



/* Search Form */

#search-form {	

	margin-top: -32px;
	float: right;
	margin-right:10px;
}

#search-submit {

	width: 30px;
	height: 30px;
	background: url(images/search.png) no-repeat left top;
	border: none;
	text-indent: -10000em;
	cursor: pointer;
}

/* After Click */

#s {
	position: fixed;

margin-left:-250px;
	margin-top: 0px;
	padding: 6px 10px;
	border: 1px solid #d9d9d9;
	width: 220px;
    z-index: 1000;
    border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
	float:left;
}

#s:hover,
#s:focus {
	border-color: #ccc;	
}

/* Content Form */

.content-form p {
margin-bottom: 10px;
}

.content-form input, .content-form textarea, .content-form select {
border: 1px solid #d9d9d9;
padding: 6px 10px;
border-radius: 0;
box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}



.content-form input:hover, .content-form textarea:hover, .content-form select:hover,
.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
border-color: #ccc;
}

.content-form input {
width: 50%;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
margin-bottom: 5px;
}

.content-form label {
display: block;
clear: both;
}

.content-form .error {
color: #E64141;
}

.content-form textarea, .content-form select {
width: 60%;
}

.content-form textarea {
height: 160px;
}

.content-form input[type="file"] {
padding: 0;
border: none;
}

/* Newsletter */

#newsletter-form input#newsletter {
width: 90%; /* 198px/220px */
background-color: #404040;
border: 1px solid #4c4c4c;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

#newsletter-form input.button {
margin-right: 0;
margin-top: 10px;
background-color: #1a1a1a;

background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-repeat: repeat-x;
}

/* Comment Form */

#comment-form p {
margin-bottom: 10px;
}

#comment-form input, #comment-form textarea {
border: 1px solid #d9d9d9;
padding: 6px 10px;
border-radius: 0;
box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}

#comment-form input:hover, #comment-form textarea:hover,
#comment-form input:focus, #comment-form textarea:focus {
border-color: #ccc;
}

#comment-form input {
width: 50%; 
}

#comment-form label, #comment-form input, #comment-form textarea {
margin-bottom: 5px;
}

#comment-form label {
display: block;
clear: both;
}

#comment-form .error {
color: #E64141;
}

#comment-form textarea {
width: 60%;
height: 160px;
}

/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
width: 100%;	
margin-bottom: 20px;

}

.gen-table caption {
margin-bottom: 10px;
}


.gen-table th {
font-weight: bold;
}

.gen-table th, .gen-table td {
background-color: #fff;
padding: 5px;	
text-align: center;
border: 1px solid #dbdbdb;	
vertical-align: top;
}

.gen-table .empty-left-top {
background-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}

.gen-table .empty-left-bottom {
background-color: transparent;	
border-left-color: transparent;
border-bottom-color: transparent;
}

.gen-table td.top-left {
text-align: left;
vertical-align: top;
}

.gen-table thead th {
font-size: 1.333em; /* 16px */
line-height: 1.375em; /* 22px/16px */
}

.gen-table thead th,
.gen-table tfoot td {
background-color: #f2f2f2;	
border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
background-color: #fafafa;
}

.gen-table tfoot td {
font-style: italic;
font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
font-style: normal;
font-size: 1.09em; /* 12px/11px */
margin: 5px 0;
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
border-bottom-color: #d9d9d9;	
}

.gen-table tbody tr:hover th, .gen-table tbody tr:hover td {
background-color: #f3f7df;	
}

/* ---------------------------------------------------------------------- */
/* Pricing Tables
/* ---------------------------------------------------------------------- */

/* Pricing Boxes */

.pricing-box {
margin-bottom: 20px;	
text-align: center;
}

.pricing-box .price,
.pricing-box .footer {
background-color: #f2f2f2;
border: 1px solid #d9d9d9;	
}

.pricing-box .footer {
padding: 10px 15px;
}

.pricing-box ul.features {
list-style: none;
background-color: #fff;	
border: 1px solid #e5e5e5;
border-top: none;
border-bottom: none;
padding: 10px 15px;
margin: 0;
}

.pricing-box ul.features li {
border-top: 1px solid #e5e5e5;
padding: 10px 0;	
}

.pricing-box ul.features li:first-child {
border: none;	
}

.pricing-box .button {
margin: 5px 0;	
}

.pricing-box .title {
background-color: #d9d9d9;
border: 1px solid #c4c4c4;
padding: 5px 15px;
margin: 0;
font-weight: bold;
font-size: 1.5em; /* 18px */
line-height: 1.333em; /* 24px/18px */
}

.pricing-box .price {
line-height: normal;
padding: 10px 15px;
margin: 0;	
border-top: none;
}

.pricing-box .price span {
font-weight: bold;
font-size: 2.5em; /* 30px */
color: #809900;
}

.pricing-box .price sup {
font-size: 100%;
}

.pricing-box.featured {
box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

.pricing-box.featured .title {
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
background-repeat: repeat-x;

border-bottom-color: rgba(0,0,0,0.15) !important;	
}

.pricing-box.featured .title,
.pricing-box.featured .price span,
.pricing-box.featured .price sup {
color: #fff;
}

/* Pricing Tables */

.pricing-table {
margin-right: 0;	
margin-left: -1px;
}

.pricing-table.featured {
position: relative;
z-index: 1;
}

.pricing-table.one-fourth {
width: 25.106%; /* 236px */
max-width: 236px;
}

.pricing-table.one-third {
width: 33.404%; /* 314px */
max-width: 314px;
}


/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
margin-top: 40px;	
color:#fff;
background-color: #91c423;
}
#footer a {
color: #848484;	

}
#footer a:hover {
color: #F3753F;	
}

#footer h3 {
color: #e5e5e5;
border-bottom: 1px solid #4c4c4c;
padding-bottom: 10px;
margin-bottom: 20px;
font-weight:normal;

}

#footer-top {
color: #848484;
background-color: #91c423;
padding: 10px 0 5px;


}
#footer-top-top {
color: #fff;
background-color:#000;
padding: 0px 0 px;



}
#footer-bottom {
color: #000;
background-color: #fff;
font-size: 0.916em; /* 11px */	
padding: 10px 0;
/border-top: 1px solid #000;
box-shadow: 0 4px 4px rgba(0,0,0,0.2) inset;
/background-image: url(images/bijelo.png);
}

#footer-bottom a {
color: #000;
}







/* Footer Featured */

#footer-featured {
padding: 0px 0 0px;
background-color:#fff;
height:220px;
background-image: url(images/bijelo.png);
background-size:100% 100%;
border-bottom:18px solid #19B7FF;
    border-bottom-left-radius:30%;
    border-bottom-right-radius:30%;
    margin-top:-70px;

}

#insider{
width:40px;
height:20px;
float:right;
background-color:#666;

}

#footer-featured h1 {
margin-top: 0px;
}

#footer-featured strong {
font-weight: 600;
}

#footer-featured p {
font-size: 1.083em; /* 13px */
line-height: 1.538em; /* 20px/13px */
}

#footer-featured a,
#footer-featured a strong {
color: #fff;
}

#footer-featured p a {
font-weight: bold;
}

#footer-featured a:hover, #footer-featured a:hover strong {
color: #333;	
}

#footer-featured .entry-image {
margin: 0;	
}

#footer-featured ::-moz-selection {background: #333;}
#footer-featured ::selection {background: #333;} 



/* ---------------------------------------------------------------------- */
/* Widgets
/* ---------------------------------------------------------------------- */


/* Menu with Separators */


.sajd-menu{
font-size:12px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #666; 


margin-bottom:5px;
background-image:url(images/sjena3.png);
background-repeat:no-repeat;



}




.widget ul.menu {
list-style: none;
margin: 0;
padding: 0;	
}

.widget ul.menu li {
b-order-bottom: 1px solid #e5e5e5;
}

.widget ul.menu li > a {
display: block;
color: #000;
text-shadow:0px 0px 10px #666;
text-align:left;
padding: 8px 0 8px 11px;
background: url(images/bullets/list-arrow.png) no-repeat left 1.166em; /* 14px */
}

.widget ul.menu li > a:hover {

background: url(images/bullets/list-arrow.png) no-repeat right 1em; /* 14px */

}

.widget ul.menu ul {
list-style: none;
margin: 0 0 0 15px;
padding: 0;
}

.widget ul.menu ul li {
border: none;
}


.widget {
margin-bottom: 20px;
padding:0px;

}














.widget2 ul.menu {
list-style: none;
margin: 0;
padding: 0;	
}

.widget2 ul.menu li {
b-order-bottom: 1px solid #e5e5e5;
}

.widget2 ul.menu li > a {
display: block;
color: #fff;
text-shadow:0px 0px 10px #fff;
text-align:left;
padding: 8px 0 8px 11px;
background: url(images/bullets/list-arrow.png) no-repeat left 1.166em; /* 14px */
}

.widget2 ul.menu li > a:hover {

background: url(images/bullets/list-arrow.png) no-repeat right 1em; /* 14px */

}

.widget2 ul.menu ul {
list-style: none;
margin: 0 0 0 15px;
padding: 0;
}

.widget2 ul.menu ul li {
border: none;
}


.widget2 {
margin-bottom: 20px;
padding:0px;

}








.sjenca{
box-shadow:0px 0px 6px #666;

}


#footer .widget{

border:none;
/background-image: url(images/ruke.png);
padding:30px;

/filter: blur(1px);

}

#sidebar .widget {
margin-bottom: 30px;
}


.widgettop{
width:100%; 
height:47px; 
background-color:#e7e7e7;
}

.widgettop h2{
padding-left:5px;
}

.widgetnaslov{

color:#fff; 
font-size:18px;	
border:none;
padding:10px 0 0 0;
font-weight: normal;

}

#anketa{
margin-bottom: 20px;
padding:0px;
box-shadow:0px 0px 6px #666;



}




#sidebar{
margin-top: 0px;
float:right;
}
/* Twitter */

.twitter-widget ul {
list-style: none;
margin: 0;
padding: 0;	
}

.twitter-widget ul li {
background: url(images/social-media/main-content/twitter.png) no-repeat left 0.333em; /* 4px */
padding-left: 26px;
margin-bottom: 20px;	
word-wrap: break-word; /* for Chrome */
}



.naslovic{
float:left;
width:70%;
height:47px;
b/ackground-color:#666;
padding-left:5px;

}


.ikonica1{
float:right;
width:52px;
height:52px;
background: url(images/ikonica1.png) no-repeat; /* 4px */
}

.ikonica2{
float:right;
width:47px;
height:57px;
background: url(images/ikonica2.png) no-repeat; /* 4px */
}


.ikonica3{
float:right;
width:51px;
height:48px;
background: url(images/ikonica3.png) no-repeat; /* 4px */
}


.twitter-widget ul li > span {
display: block;
}

.tweet_time {
font-size: 0.916em; /* 11px */
margin-top: 5px;
}

.tweet_time a {
color: #ccc;
}

/* Flickr */

.flickr-widget ul {
list-style: none;
margin: 0 -5px 0 0;
padding: 0;
}

.flickr-widget ul li {
float: left;
margin: 0 5px 5px 0;	
}

.flickr-widget ul a {
display: block;
}

.flickr-widget ul img {
display: block;
height: 70px;
width: 70px;
}

/* Contact Info */

.contact-info {
word-wrap: break-word;

}

.contact-info div p {
background-repeat: no-repeat;
padding-left: 23px;
margin-bottom: 15px;
}

.contact-info .address {
background-image: url(images/contact/home.png);
background-position: left 0.083em; /* 1px */
}

.contact-info .phone {
background-image: url(images/contact/phone.png);
background-position: left 0.083em; /* 1px */
}

.contact-info .fax {
background-image: url(images/contact/fax.png);
background-position: left 0.166em; /* 2px */
}

.contact-info .email {
background-image: url(images/contact/mail.png);
background-position: left 0.25em; /* 3px */
}

.contact-info .business-hours {
background-image: url(images/contact/clock.png);
background-position: left 0.083em; /* 1px */
}

/* Social Links */

.social-links {
margin: 0 -17px 0 0;
padding: 0;	
max-width: 100%;
}

.team-member .social-links {
text-align: center;	
padding-top: 10px;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 15px;
}

.team-member .social-links li {
margin-bottom: 10px;
}

.social-links li {
display: inline-block;
vertical-align: middle;
margin: 0 17px 20px 0;	
}

.social-links a {
display: block;
text-indent: -10000em;
background-repeat: no-repeat;
background-position: left top;	
}

.social-links .twitter a {
background-image: url(images/social-media/main-content/twitter.png);
width: 20px;
height: 15px;
}

.social-links .facebook a {
background-image: url(images/social-media/main-content/facebook.png);
width: 16px;
height: 16px;
}

.social-links .google-plus a {
background-image: url(images/social-media/main-content/google-plus.png);
width: 16px;
height: 16px;
}

.social-links .linkedin a {
background-image: url(images/social-media/main-content/linkedin.png);
width: 16px;
height: 16px;
}

.social-links .vimeo a {
background-image: url(images/social-media/main-content/vimeo.png);
width: 16px;
height: 15px;
}

.social-links .youtube a {
background-image: url(images/social-media/main-content/youtube.png);
width: 16px;
height: 15px;
}

.social-links .skype a {
background-image: url(images/social-media/main-content/skype.png);
width: 16px;
height: 16px;
}

.social-links .digg a {
background-image: url(images/social-media/main-content/digg.png);
width: 18px;
height: 14px;
}

.social-links .delicious a {
background-image: url(images/social-media/main-content/delicious.png);
width: 14px;
height: 14px;
}

.social-links .tumbler a {
background-image: url(images/social-media/main-content/tumbler.png);
width: 15px;
height: 15px;
}

.social-links .dribbble a {
background-image: url(images/social-media/main-content/dribbble.png);
width: 16px;
height: 16px;
}

.social-links .stumbleupon a {
background-image: url(images/social-media/main-content/stumbleupon.png);
width: 17px;
height: 17px;
}

.social-links .mail a {
background-image: url(images/contact/mail.png);
width: 15px;
height: 11px;
}

/* Footer Social Links */

#footer .social-links {
float: right;	
}

#footer .social-links li {
margin-bottom: 10px;	
}

#footer-bottom p {
margin-bottom: 0;
}

#footer .social-links .twitter a {
background-image: url(images/social-media/footer/footer-twitter.png);
}

#footer .social-links .facebook a {
background-image: url(images/social-media/footer/footer-facebook.png);
}

#footer .social-links .google-plus a {
background-image: url(images/social-media/footer/footer-google-plus.png);
}

#footer .social-links .linkedin a {
background-image: url(images/social-media/footer/footer-linkedin.png);
}

#footer .social-links .vimeo a {
background-image: url(images/social-media/footer/footer-vimeo.png);
}

#footer .social-links .youtube a {
background-image: url(images/social-media/footer/footer-youtube.png);
}

#footer .social-links .skype a {
background-image: url(images/social-media/footer/footer-skype.png);
}

#footer .social-links .digg a {
background-image: url(images/social-media/footer/footer-digg.png);
}

#footer .social-links .delicious a {
background-image: url(images/social-media/footer/footer-delicious.png);
}

#footer .social-links .tumbler a {
background-image: url(images/social-media/footer/footer-tumbler.png);
}

#footer .social-links .dribbble a {
background-image: url(images/social-media/footer/footer-dribbble.png);
}

#footer .social-links .stumbleupon a {
background-image: url(images/social-media/footer/footer-stumbleupon.png);
}




/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */
#toTop, #toTopHover {
background: url(images/scroll-top.png) no-repeat center center;
width: 50px;
height: 50px;
overflow: hidden;
bottom: 15px;
right: 20px;
text-indent: -10000em;
position: fixed;
border-radius:80px 0px 80px 80px;

/border:2px solid #fff;
}

#toTop {
display: none;
background-color: #19B7FF;
}

#toTopHover {
display: block;
opacity: 0;
background-color: #666;
}

#toTop:active, #toTop:focus {
outline: none;
}

/* ---------------------------------------------------------------------- */
/* Featured Content
/* ---------------------------------------------------------------------- */
.content-featured {

padding: 10px 0;
color: #e5e5e5;
margin-top: -30px;
font-size: 1.333em; /* 16px */
line-height: 1.375em; /* 22px/16px */
box-shadow: 0 4px 4px rgba(0,0,0,0.4) inset;
background-color:#003366;


}

.content-featured p {
margin: 0;
}

.content-featured a {
color: #fff;
font-weight: bold;	
}

/* ---------------------------------------------------------------------- */
/* Arrow Boxes
/* ---------------------------------------------------------------------- */
.arrowbox {
border-bottom: 1px solid #d9d9d9;	
margin-bottom: 20px;
}

.arrowbox-first .arrowbox-title {
border-radius: 3px 0 0 3px;
}

.arrowbox-title {
height: 42px;
line-height: 42px;
position: relative;
background-color: #19B7FF;
color: #fff;

margin-bottom: 20px;
padding: 0 15px;
border: none;

background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-image: linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
background-repeat: repeat-x;
}

.arrowbox-title-arrow-front {
background: url(images/arrowbox-title-arrow-front.png) no-repeat left top;
width: 10px;
height: 42px;
position: absolute;
top: 0;
right: -10px;
}

.arrowbox-title-arrow-back {
background: url(images/arrowbox-title-arrow-back.png) no-repeat left top;
width: 10px;
height: 42px;
position: absolute;
top: 0;
left: -10px;
}

/* ---------------------------------------------------------------------- */
/* Thumbs
/* ---------------------------------------------------------------------- */
.thumbs {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}

.thumbs li {
float: left;
margin: 0 10px 10px 0;
}

.thumbs li a {
display: block;
}

.thumbs li img {
display: block;
width: 70px;
height: 70px;
padding: 4px;
background-color: #fff;
border: 1px solid #d9d9d9;
box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.thumbs li a:hover img {
border-color: #bfbfbf;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}







.filesjena{
 
 background-color:#ffdd96;
 color:#000;
 padding:3px;
 border-radius:4px;
 margin-bottom:10px;
 font-weight:200;
}

.filesjena:hover{
 



 background-color:#F0F0F0;
 color:#000;
 padding:3px;
 /box-shadow:0px 0px 7px #666; 
 

}






.filesjenamenur{
 
background-color:#4f4f4f;
 color:#fff;
 /border-top:3px solid #19B7FF;

 padding:3px;
 border-radius:14px;
 margin-bottom:10px;
 line-height:1.4em;
 /box-shadow:0px 0px 7px #000;


}

.filesjenamenur:hover{
 background-color:#19B7FF;
 color:#fff;
 /border-top:3px solid #00599B;
 padding:3px;
 box-shadow:0px 0px 7px #666; 
 
 

}





.filesjenaprazno{
 background-color:#19B7FF;
 color:#000;
 padding:3px;
 border-radius:4px;
 margin-bottom:10px;




}

.filesjenaprazno:hover{

 background-color:#19B7FF;
 color:#fff;
 /border-top:3px solid #00599B;
 padding:3px;
 /box-shadow:0px 0px 7px #666; 
	
}





.filesjenanas{

font-size:13px; 
color:#fff; 
padding:0px 6px 0 6px; 

border: 1px solid #8ECEEF; 
border-radius: 4px;  
background-color:#19B7FF; 
font-weight:normal; 
text-shadow: 1px 1px 0px #666; 
 


}

.downloadsjena{

padding:0px 6px 0 6px; 

float:right;
margin-right:5px;
margin-top:-17px;



}


.downloadsjenanas{

padding:0px 6px 0 6px; 

float:right;
margin-right:5px;
margin-top:-10px;

}

.downloaddatum{


font-size:12px; 
color:#000; padding:0px 6px 0 6px; 
text-shadow: 0px 0px 3px #ccc; 
}












.sajd0{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#9966FF;
background-repeat:repeat-x;
margin-bottom:5px;
}



.sajd1{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#92D050;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd2{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#FAC090;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd3{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 4px;  

text-shadow: 0px 0px 0px #fff; 
background-color:#19B7FF;
margin-bottom:5px;
}
.sajd4{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#B3A2C7;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd5{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#D99694;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd6{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#C6D9F1;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd7{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#F4EDC4;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd8{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#4F81BD;
background-repeat:repeat-x;
margin-bottom:5px;
}
.sajd9{
font-size:14px; 
color:#000; 
padding:0px 6px 0px 6px; 
border-radius: 6px;  
font-weight:bold; 
text-shadow: 0px 0px 0px #fff; 
background-color:#FF99CC;
background-repeat:repeat-x;
margin-bottom:5px;
}








#banneri{
background-color:#fff; padding:0px 0 10px 0px; 
width:100%;
margin-top:0px;


}
#banneri img{
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	text-align:center;
	width:100%;
 
}
#banneri img:hover{
 filter: saturate(2);

}




#bannerinasl{
width:100%;
margin-top:0px;
margin-left:-35px;
text-align:center;
float:left;



}
#bannerinasl img{
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	text-align:center;
	

}
#bannerinasl img:hover{
 filter: saturate(5);

}



}


.usluge img{
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;



 
}
.usluge img:hover{
  filter: saturate(4);
 /box-shadow:0px 0px 24px #e7e7e7;
 /border-radius:14px;

}



.uslugemobitel {
display:none;

 
}




#ogl{
background-color:#D4ECF7; padding:0px 0 10px 26px; 
border-radius: 5px; 
border:2px solid #003366;
margin-top:30px;

}


.naslov{

background-color:#acd489; 
color:#fff;
margin-top:15px;

border-top-left-radius:12px; 
border-bottom-right-radius:12px;
border:0px solid #e7e7e7;
/box-shadow: 3px 3px 20px #999;
text-shadow:0 0 10px #fff ;

padding:5px 0 3px 5px;

		


}

.naslovmanji{

background-color:#19B7FF; 
color:#fff;
margin-top:15px;

border-radius:80px 0px 80px 80px;
/box-shadow: 3px 3px 20px #999;
text-shadow:0 0 10px #fff ;

padding:5px 0 3px 5px;
font-size:17px;
		


}

.naslovceh{
border-radius: 5px; 
border:0px solid #e7e7e7;
b/ox-shadow: 3px 3px 20px #999;
t/ext-shadow: 0px 0px 5px #fff;
background-color:#19B7FF; 
color:#fff;
padding:5px;
font-size:23px;

}


.sjena2{
width:98%;
height:40px;

margin-bottom:0px;
border:0px solid #e7e7e7;

padding:3px 0px 3px 2%;
font-size: 16px;
background-image:url(images/sjena2.png);
background-repeat:no-repeat;
background-size:100%; 


}




.naslovnas{
width:98%;
height:25px;

margin-bottom:0px;
border:0px solid #e7e7e7;
color:#BFD9E8;
padding:3px 0px 3px 2%;
font-size: 16px;


}


.naslovnas2{


height:40px;
margin-left:8px;
margin-bottom:-30px;
border-radius: 5px; 
border:0px solid #e7e7e7;
b/ox-shadow: 3px 3px 20px #999;
t/ext-shadow: 0px 0px 5px #fff;
background-color:#4977C2; 
color:#fff;
padding:5px 5px 5px 10px;

}


.naslovnas3{


height:25px;
margin-left:8px;
margin-bottom:0px;
border-radius: 5px; 
border:0px solid #e7e7e7;
b/ox-shadow: 3px 3px 20px #999;
text-shadow: 0px 0px 5px #000;
background-color:#4977C2; 
color:#fff;
padding:5px 5px 5px 10px;

}




.naslovnas4{


height:25px;
margin-left:8px;
margin-bottom:0px;
border-radius: 5px; 
border:0px solid #e7e7e7;
b/ox-shadow: 3px 3px 20px #999;
text-shadow: 0px 0px 5px #000;
background-color:#4977C2; 
color:#fff;
padding:5px 5px 5px 10px;

}
.naslovnas4 a{

color:#fff;

}


.oglas{



padding:2px 6px 2px 6px; 
border: 0px solid #A7C60E; 
border-radius: 3px;  
background-color:#A7C60E; 
font-weight:normal;
font-size:16px; 
box-shadow: 1px 1px 2px #666;
background: url(images/obavijest.png);
background-repeat:repeat-x;
color:#fff;



}









.obavijest{

color:#000; 
padding:3px 9px 3px 9px; 
border: 0px solid #A7C60E; 
border-radius: 3px;  
background-color:#B1D200; 
font-weight:normal; 
margin-right:10px;

}


.natragna{

font-size:12px; 
color:#fff; 
padding:3px 9px 3px 9px; 

border: 0px solid #A7C60E; 
border-radius: 3px;  
background-color:#19B7FF; 
font-weight:normal; 

box-shadow: 0px 0px 2px #666;


margin-right:10px;


}



.obavijestlogin{

font-size:16px; 
color:#000; 
padding:3px 6px 3px 6px; 

border: 0px solid #A7C60E; 
border-radius: 3px;  
background-color:#A7C60E; 
font-weight:normal; 
text-shadow: 0px 1px 0px #eee; 
box-shadow: 1px 1px 2px #666;
background: url(images/obavijest.png);
background-repeat:repeat-x;
text-align:center;
margin-lefT:220px;
margin-top:-200px;




}

.eroric{

font-size:12px; 
color:#fff; 
padding:3px 9px 3px 9px; 

border: 0px solid #990000; 
border-radius: 3px;  
background-color:#990000; 
font-weight:normal; 
text-shadow: 0px 1px 0px #666; 
box-shadow: 0px 0px 2px #666;
background: url(images/eroric.png);
background-repeat:repeat-x;



}

.selektirana{

font-size:16px; 
color:#fff; 
padding:2px 6px 2px 6px; 

border: 0px solid #990000; 
border-radius: 3px;  
background-color:#990000; 
font-weight:normal; 
text-shadow: 0px 1px 0px #666; 
box-shadow: 1px 1px 3px #666;
background: url(images/loptica.png);
background-repeat:repeat-x;



}

.loptica{
font-size:10px; 
font-weight:normal;

color:#000; 
padding:0px 7px 0px 7px; 
border:0px solid #01CFFD; 
background-color:#01CFFD;  
border-radius: 3px;
background: url(images/loptica.png);
background-repeat:repeat-x;
margin-right:20px;
text-shadow: 1px 1px 1px #fff; 

box-shadow: 0px 1px 2px #000;
float:right;
}

.loptica:hover{
font-size:10px; 
font-weight:normal;

color:#fff; 
padding:0px 7px 0px 7px; 
border:0px solid #01CFFD; 
background-color:#01CFFD;  
border-radius: 3px;
background: url(images/loptica.png);
background-repeat:repeat-x;
margin-right:20px;


box-shadow: 0px 1px 2px #000;
float:right;
}


.loptica2{
font-size:10px; 
font-weight:normal;

color:#000; 
padding:0px 7px 0px 7px; 
border:0px solid #01CFFD; 
background-color:#01CFFD;  
border-radius: 3px;
background: url(images/loptica.png);
background-repeat:repeat-x;
margin-right:20px;
text-shadow: 1px 1px 1px #fff; 

box-shadow: 0px 1px 2px #000;

}





.couponcode:hover .coupontooltip {
    display: block;

}


.coupontooltip {
    display: none;
    background-color:#19B7FF; 
    color:#fff;
    margin-left: 0px;
    margin-top: -30px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    border-radius:8px;
    box-shadow:0px 0px 4px #666;
    border:2px solid #3B972E;


}

.couponcode {
	float:left;

    
}




.couponcode-side:hover .coupontooltip {
    display: block;

}


.coupontooltip {
    display: none;
    background-color:#19B7FF; 
    color:#fff;
    margin-left: 0px;
    margin-top: -30px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    border-radius:8px;
    box-shadow:0px 0px 4px #666;
    border:2px solid #FFF400;


}

.couponcode-side {
	float:right;

    
}


.iphone{
font-size:13px; 
font-weight:bolder;
color:#fff; 
padding:0px 8px 0px 8px; 
border:2px solid #F79BC1; 
background-color:#19B7FF;  
border-radius: 26px;
margin:-13px 0px 0px -24px;
/text-shadow: 0px 0px 1px #19B7FF; 
/box-shadow: 0px 0px 3px #666;
float:left;
font-family: 'Pacifico', cursive;


}


.iphone2{
font-size:12px; 
font-weight:bolder;
color:#fff; 
padding:0px 8px 0px 8px;
border:2px solid #F79BC1; 
background-color:#19B7FF; 
border-radius: 16px;
margin:-10px 0px 0px -20px;
/text-shadow: 0px 0px 1px #19B7FF; 
/box-shadow: 0px 0px 3px #666;
float:right;
font-family: 'Pacifico', cursive;


}

.iphone2drop{
font-size:12px; 
font-weight:bolder;
color:#fff; 
padding:0px 8px 0px 8px;
border:2px solid #F79BC1; 
background-color:#19B7FF; 
border-radius: 16px;
margin:-3px 0px 0px -40px;
/text-shadow: 0px 0px 1px #19B7FF; 
/box-shadow: 0px 0px 3px #666;
float:right;
font-family: 'Pacifico', cursive;


}
.iphonesajd{
position:relative;
font-size:12px; 
font-weight:bolder;
color:#fff; 
padding:0px 8px 0px 8px;
border:2px solid #F79BC1; 
background-color:#19B7FF;   
border-radius: 16px;
margin:-80px 0px 0px 0px;
/text-shadow: 0px 0px 1px #19B7FF; 
/box-shadow: 0px 0px 3px #666;
float:right;
font-family: 'Pacifico', cursive;



}
.iphonesajdnas{

font-size:12px; 
font-weight:bolder;
color:#fff; 
padding:0px 6px 0px 6px; 
border:2px solid #F79BC1; 
background-color:#19B7FF;  
border-radius: 16px;

/text-shadow: 0px 0px 1px #19B7FF; 
/box-shadow: 0px 0px 3px #666;
float:right;
font-family: 'Pacifico', cursive;


}

.uputa{
font-size:10px; 
font-weight:normal;

color:#000; 
padding:3px 10px 3px 10px; 
border:0px solid #01CFFD; 
background-color:#01CFFD;  
border-radius: 3px;
background: url(images/uputa.png);
background-repeat:repeat-x;
margin-right:20px;
text-shadow: 1px 1px 1px #fff; 

box-shadow: 0px 1px 2px #000;
float:right;


}





.kalendo{

min-width:380px;
width:49%;
height:400px;
background-image: url(images/levi.png);
background-size:100% 100%;
background-repeat: no-repeat; 
float:left;

}



.vijo{

/min-width:380px;
width:99%;

float:left;
/border:5px solid #fff;
/box-shadow:0px 0px 10px #666;
/background-color:#EEEEEE;
/margin-bottom:30px;
}









.overlejplavi {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 147px;
position: absolute;
top: 162px;
left: -65px;;
color:#fff;

background-image: url(images/overlejplavi.png);
z-index: 2; /* for Opera */


}

.overlejljubicasti {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 147px;
position: absolute;
top: 162px;
left: -65px;
color:#fff;

background-image: url(images/overlejljubicasti.png);
z-index: 2; /* for Opera */


}

.overlejzuti {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 147px;
position: absolute;
top: 162px;
left: -65px;
color:#fff;
background-image: url(images/overlejzuti.png);
z-index: 2; /* for Opera */


}


.overlejnarancasti {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 147px;
position: absolute;
top: 162px;
left: -65px;
color:#fff;

background-image: url(images/overlejnarancasti.png);
z-index: 2; /* for Opera */


}

.overlejcrveni {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 147px;
position: absolute;
top: 162px;
left: -65px;
color:#fff;

background-image: url(images/overlejcrveni.png);
z-index: 2; /* for Opera */


}

.overlejzeleni {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 147px;
position: absolute;
top: 162px;
left: -65px;
color:#fff;
background-image: url(images/overlejzeleni.png);
z-index: 2; /* for Opera */


}




/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */
.nentry-image > a,
.nentry-slider > ul > li > a {
display: block;	
position: relative; /* sets the initial position for the overlay */
}

.nentry-image {
margin-top:0px;
padding-left:0px;
padding-right:5px;
padding-bottom:5px;
}

.nentry-image,
.nentry-video,
.nentry-slider {
margin-bottom: 0px;	
}

.project-list .nentry-image {
margin-bottom: 0;	
}

.nentry-image,
.nentry-image img,
.nentry-slider,
.nentry-slider img {
max-width: 360px;	

}

.nentry-image img,
.nentry-slider img {
display: block;
}


.overlejinner{

width:200px;
height:30px;
b/ackground-color:#000;
border-radius:6px;
margin:90px 0 0 20px;
float:left;
color:#fff;
font-size:15px;


p/adding-top:140px;
padding-left:5px;

}


.sjenic{

box-shadow:0px 0px 10px #000;
padding-top:40px;

}








.overlejtop {
display: block;

background-repeat: no-repeat; 
background-position: center center;
width: 280px;
height: 60px;
position: absolute;
top: 0px;
left: 10px;
color:#fff;

background-color: #AEBC21;
z-index: 2; /* for Opera */

-moz-border-radius: 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px; 

}


.overlejtopinner{

width:260px;
height:30px;
border-radius:6px;
margin:8px 0 0 0px;
float:left;
color:#fff;
font-size:12px;

font-weight:bold;

padding-left:10px;
padding-right:10px;
line-height:1.4em;


}

.levi{

}

.desni{

}


.sekcijanaslov{

width:515px;
display:block;
float:left;
background-color:#4977C2;
color:#fff;

}



.sva{

font-size:12px; 
color:#000; 
padding:3px 9px 3px 9px; 

border: 0px solid #A7C60E; 
border-radius: 3px;  
background-color:#B1D200; 
font-weight:normal; 
text-shadow: 0px 1px 0px #eee; 
box-shadow: 0px 0px 2px #666;
margin-right:10px;


}



#svmise{
background-color:#ABC1E8; 
padding:10px;
border-radius: 0px; 
/border:2px solid #00599B;
margin-top:30px;
margin-bottom:20px;
box-shadow:0px 0px 8px #000;
}

#header{
/background-color:#fff;

}






.vise{
 
 background-color:#CBF300;
 color:#fff;
 padding:3px;
 border-radius:4px;
 border-top:3px solid #19B7FF;
 margin-bottom:10px;
 box-shadow:0px 0px 7px #e7e7e7;
 line-height:2.4em;

}

.vise:hover{
 
 background-color:#19B7FF;
 color:#fff;
 padding:3px;
 border-radius:4px;
 box-shadow:0px 0px 7px #666; 

}



.vise2{
 
 background-color:#e7e7e7;
 color:#19B7FF;
 padding:3px;
 border-radius:4px;
 float:right;
 margin-top:3px;

}

.vise2:hover{
 
 background-color:#19B7FF;
 color:#fff;

}

.vise3{
 

 border-top:3px solid #19B7FF;
 margin-bottom:10px;

 line-height:2.4em;
 
 background-color:#19B7FF;
 color:#fff;
 padding:3px;
 border-radius:4px;
 box-shadow:0px 0px 7px #666;
  }

.vise3:hover{
 
 background-color:#19B7FF;
 color:#fff;
 padding:3px;
 border-radius:4px;
 box-shadow:0px 0px 7px #666;
  }





.viselink{
 
 background-color:#19B7FF;
 color:#000;
 padding:3px;
 border-radius:4px;
 margin-bottom:10px;
 
}

.viselink:hover{
 



 background-color:#F0F0F0;
 color:#000;
 padding:3px;
 /box-shadow:0px 0px 7px #666; 
 

}


.foto100{
width:100%; 
box-shadow:0px 0px 6px #666;


}

.foto50{
width:50%; 
box-shadow:0px 0px 6px #666;

}


.defaultcont{
font-size:16px; 
font-weight:100;

}


.defaultcontnaslov{
font-family: 'Pacifico', cursive;
font-weight:200;
color:#fff;
/background-color:#19B7FF; 
background-color:#19B7FF; 
width:99.5%;
border-radius:7px;
font-size:28px;
padding:6px 0 5px 9px;
text-align:left;
margin-bottom:20px;

}





.dokumentinavi{
 float:left;
 background-color:#19B7FF;
 color:#fff;
 font-size:16px;
 font-weight:200;
 padding:3px 9px 3px 9px;
 border-radius:4px;
 border-top:3px solid #D8346A;
 margin-bottom:10px;
 margin-right:5px;
 /box-shadow:0px 0px 7px #e7e7e7;


}

.dokumentinavi:hover{
 
 background-color:#D8346A;
  border-top:3px solid #19B7FF;
 /box-shadow:0px 0px 7px #666; 
 color:#fff;
}





.dokumentinaslov {
font-family: 'Roboto', sans-serif;
font-weight:normal;
color:#666;
background-color:#19B7FF; 
width:99%;
border-radius:10px 0px 28px 10px;
font-size:28px;
padding:6px 0 5px 15px;
text-align:left;
margin-bottom:30px;


}

.preporuka {

/box-shadow:0px 0px 6px #e7e7e7;
width:30%; 
height:50px; 
margin-bottom:15px; 
background-color:#FAC903;
color:#000;
padding:5px;
text-align:justify;
border-radius:4px;
}

.preporuka a{
color:#666;
/text-shadow:0px 0px 4px #ffb7b7;
font-size:15px;

text-align:left;
font-family: 'Roboto', sans-serif;
}


.vijs {

box-shadow:0px 0px 36px #FAC903;
width:25%; 
border:6px solid #FAC903;
border-radius:14px;
margin-bottom:15px; 
background-color:#fff;
color:#000;
padding:5px;
text-align:left;
}

.vijs a{
color:#666;

font-size:17px;
font-weight:400;
text-align:left;
font-family: 'Roboto', sans-serif;

}



.fixx {	

margin-left:25px;

}

.fixx_naslovna_novosti {	

margin-left:30px;

}

.fixx_naslovna_naslov {	

width:95%;

}


.usluge {



}
#bannerinaslovna {

display:none;

}

#uslugenasl {

display:block;

}


.badonga {

padding-left:26px;

}


.taps {
height:150px;

}


a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}