/*
Theme Name: EFOS
Theme URI: http://www2.efos.hr
Author: Gauss Development
Author URI: http://gauss-development.com
Description: Wordpress theme for EFOS
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: efos, osijek, gauss
Text Domain: efos
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}

.tableWrapper {
	display: block;
	margin: auto;
	overflow-x: scroll;
	width: 100%;
	max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	background-image: url('images/efos-body-bg.png');
	background-repeat: repeat;
	background-position: left top;
	font-family: arial;
	font-size: 12px;
	overflow: hidden;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.4em;
}
/* link class */
a.link1 {
	text-decoration: none;
}
a.link1:hover {
	text-decoration: underline;
}
/*Hide @ wrap for spam*/
.hide-email-wrap {
	display: none;
}
/* font class */
.heading-1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 28px;
}
.heading-1 span {
	text-transform: none;
	color: #0261AF;
	font-weight: bold;
}
.heading-2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 16px;
	font-weight: bold;
	line-height: 24px;
}
.heading-3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
}
.heading-4 {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding:5px 8px;
	font-weight: bold;
	background-image: url('images/efos-heading-bg-1.jpg');
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 15px;
	line-height: 24px;
}
/*img class*/
.attachment-image-720 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 714px !important;
}
.attachment-image-980 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 974px !important;
}
.attachment-image-490 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 484px !important;
}
.attachment-image-380 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 374px !important;
}
.attachment-image-300 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 294px !important;
}
.attachment-image-625 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 619px !important;
}
.attachment-image-160 {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    width: 154px !important;
}
/*arrow class*/
.div-arrow-box-1 {
	float: right;
	clear: both;
}
.arrow-1 {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-right: 3px;
	text-indent: -9999px;
	cursor: pointer;
}
.arrow-1-down {
	background-image: url('images/efos-arrow-1-down.png');
	background-repeat: repeat;
	background-position: left top;
}
.arrow-1-down:hover {
	background-position: left -30px;
}
.arrow-1-up {
	background-image: url('images/efos-arrow-1-up.png');
	background-repeat: repeat;
	background-position: left top;
}
.arrow-1-up:hover {
	background-position: left -30px;
}
/*Header*/
.header-info-link a {
	color:#ffffff; font-weight:bold; font-size: 14px;
}
.header-info-link a:hover {
	text-decoration: underline;
}
#div-top-header-wrap {
	background-image: url('images/efos-header-wrap-bg.png');
	background-repeat: repeat;
	background-position: left top;
}
#div-top-header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/efos-header-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
}
#div-top-header-left {
	float: left;
	padding-top: 25px;
}
#div-top-header-right {
	float: right;
}
#div-top-header-right-lang {
	float: right;
	padding-top: 20px;
	height: 40px;
}
#div-top-header-right-search {
	float: right;
	clear: right;
}
#div-top-header-right-search #s {
	background-image: url('images/efos-header-search-input-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 200px;
	background-color: transparent;
	border: none 0;
	float: left;
	color: #ffffff;
	padding-left: 7px;
}
#div-top-header-right-search #searchsubmit {
	background-image: url('images/efos-header-search-button-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	background-color: transparent;
	border: none 0;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}
#div-top-header-right-search #searchsubmit:hover {
	opacity: 0.8;
}
.header-logo {
	float: left;
	margin-right: 30px;
}
/* main menu */
#div-top-menu-wrap {
	background-image: url('images/efos-menu-wrap-bg.png');
	background-repeat: repeat;
	background-position: left top;
	height: 50px;
}
#div-top-menu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#div-top-menu li {
	display: inline;
}
#div-top-menu a {
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 116px;
    border-right: solid 1px #095999;
    height: 35px;
    padding-top: 15px;
}
#div-top-menu a:hover {
	background-color: #026cc4;
}

#div-top-menu #menu-glavni-izbornik-english a {
	width: 133px;
}
#div-top-menu #menu-glavni-izbornik-english .li-top-menu-home a { 
	width: 40px;
}

#div-top-menu li.current-menu-item a {
	background-color: #026cc4;
}
#div-top-menu .li-top-menu-home a {
	text-indent: -9999px;
	background-image: url('images/efos-menu-home-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 42px;
	border-left: solid 1px #095999;
}
#div-top-menu .long-menu-item a {
	font-size: 18px;
    height: 42px;
    padding-top: 8px;
}
#div-top-menu a.item-has-submenu {
	background-image: url('images/efos-bullets-white.png');
	background-repeat: no-repeat;
	background-position: 97% center;
}
/*DropDown*/
/*
	LEVEL ONE
*/
#div-top-menu ul.top-menu                         { position: relative; }
#div-top-menu ul.top-menu li                      { float: left; zoom: 1; }
#div-top-menu ul.top-menu li a                    { display: block; }
#div-top-menu ul.top-menu li.hover,
#div-top-menu ul.top-menu li:hover                { position: relative; }
/*
	LEVEL TWO
*/
#div-top-menu ul.top-menu ul 						{ visibility: hidden; position: absolute; z-index: 9999; padding:0px; top: 100%; background-image: none; }
#div-top-menu ul.top-menu ul li 					{ float:left; padding-bottom: 0px; margin-right: 0px; position: relative;}
                                    /* IE 6 & 7 Needs Inline Block */
#div-top-menu ul.top-menu ul li a					{ background-color: #0060aa; color: #ffffff; border-right: none; display: inline-block; height: auto; padding: 4px 10px; font-size: 14px; line-height: 16px; width: 180px; text-align: left; text-transform: none; }
#div-top-menu ul.top-menu ul li:last-child a	{-webkit-border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px;}
#div-top-menu ul.top-menu ul li a:hover, #div-top-menu ul.top-menu ul li.current-menu-item a			{ background-image: none; background-color: #9fb71c; color: #ffffff;}
/*
	LEVEL THREE
*/
#div-top-menu ul.top-menu ul ul 					{ left: 100%; top: 0; }
#div-top-menu ul.top-menu li:hover > ul 			{ visibility: visible; }

/*Sidebar DropDown*/
/*
	LEVEL ONE
*/
.sidebar-menu ul.ul-sidebar-menu                         { position: relative; }
.sidebar-menu ul.ul-sidebar-menu li a                    { display: block; }
.sidebar-menu ul.ul-sidebar-menu li.hover,
.sidebar-menu ul.ul-sidebar-menu li:hover                { position: relative; }
/*
	LEVEL TWO
*/
.sidebar-menu ul.ul-sidebar-menu ul 						{ visibility: hidden; position: absolute; z-index: 9999; padding:0px; left: 230px; top:0; background-image: none; background-color: #999999; }
.sidebar-menu ul.ul-sidebar-menu ul li 					{ float:none; padding-bottom: 0px; margin-right: 0px; position: relative;}
                                    /* IE 6 & 7 Needs Inline Block */
.sidebar-menu ul.ul-sidebar-menu ul li a					{ color: #ffffff; border-right: none; display: inline-block; text-align: left; text-transform: none; background-image: none; width: 250px; }
.sidebar-menu ul.ul-sidebar-menu ul li:last-child a	{-webkit-border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px;}
.sidebar-menu ul.ul-sidebar-menu ul li a:hover, .sidebar-menu ul.ul-sidebar-menu ul li.current-menu-item a			{ background-image: none; background-color: #9fb71c; color: #ffffff;}
/*
	LEVEL THREE
*/
.sidebar-menu ul.ul-sidebar-menu ul ul 					{ left: 100%; top: 0; }
.sidebar-menu ul.ul-sidebar-menu li:hover > ul 			{ visibility: visible; }

/* slider */
#div-top-slider-wrap {
	background-image: url('images/efos-footer-wrap-bg.png');
	background-repeat: repeat;
	background-position: left top;
}
#div-top-slider {
	text-align: center;
	width: 100%;
	background-image: url('images/efos-slider.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 340px;
}
.header-slider-1 {
	background-image: url('images/efos-slider.jpg') !important;
}
.header-slider-2 {
	background-image: url('images/efos-slider-2.jpg') !important;
}
/* main search */
#div-main-search-wrap {
	background-image: url('images/efos-main-search-wrap-bg.png');
	background-repeat: repeat;
	background-position: left top;
	height: 105px;
}
#div-main-search {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#div-main-search-left {
	float: left;
	width: 470px;
	padding-top: 30px;
}
#div-main-search-box {
	width: 450px;
	height: 40px;
	-webkit-box-shadow:  0px 0px 5px 0px #a3a3a3;
    box-shadow:  0px 0px 5px 0px #a3a3a3;
}
#div-main-search-box select#select-main-search {
	width: 385px;
	height: 40px;
	border: 0 none;
	background-color: #ffffff;
	padding: 0 7px 0 8px;
	margin: 0;
	float: left;
	font-size: 16px;
}
#div-main-search-box #input-main-search-submit {
	height: 40px;
	border: 0 none;
	background-color: #9fb71c;
	padding: 0;
	margin: 0;
	background-image: url('images/efos-main-search-button.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	width: 50px;
}
#div-main-search-box #input-main-search-submit:hover {
	opacity: 0.8;
}
#div-main-search-right {
	float: right;
	width: 485px;
	padding-top: 15px;
}
#div-main-search-right a:hover {
	opacity: 0.7;
}
#div-main-search-right li {
	border-left: 2px solid #FFFFFF;
    float: left;
    margin-left: 14px;
    padding-left: 14px;
}
/*Front page style*/
.front-page-news h1 {
	height: 42px !important;
	overflow: hidden !important;
	padding-bottom: 0 !important;
	margin-bottom: 12px !important;
}
.front-page-news img {
	height: 117px;
    width: 294px !important;
}
.front-page-news-archive-link {
	float: right;
	padding-top: 4px;
}
/* sidebar-front-news */
.sidebar-front-news .div-content-post-1 {
	margin-bottom: 15px;
}
/*Content style*/
.content-style-1 .heading-1 {
	padding-bottom: 30px !important;
}
.content-style-1 img {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px 0 #A3A3A3;
    margin-bottom: 20px;
}
.content-style-1 h1 {
	color: #0261AF !important;
    font-size: 24px !important;
    font-weight: bold !important;
    padding-bottom: 12px !important;
}
.content-style-1 h2 {
	color: #0261AF !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding-bottom: 8px !important;
}
.content-style-1 h3 {
    font-size: 18px !important;
    padding-bottom: 7px !important;
}
.content-style-1 h4 {
    font-size: 18px !important;
    font-weight: bold !important;
    padding-bottom: 7px !important;
}
.content-style-1 h5 {
	color: #0261AF !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding-bottom: 7px !important;
}
.content-style-1, .content-style-1 p {
	font-size: 14px !important;
	line-height: 20px !important;
	padding-bottom: 10px !important;
}
.content-style-1 a {
	color: #0261AF !important;
}
.content-style-1 a:hover {
	color: #0261AF !important;
	text-decoration: underline !important;
}
/*file icon link*/
.content-style-1 .mtli_attachment {
    background-attachment: scroll;
    background-position: left 2px;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto !important;
    padding-left: 25px;
}
.content-style-1 ul, .content-style-1 ol {
	 margin-left: 30px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.content-style-1 ul {
	list-style-type: square;
}
.content-style-1 ol {
	list-style-type: decimal;
}
.content-style-1 .alignleft {
	float: left; 
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.content-style-1 .alignright {
	float: right; 
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.content-style-1 .aligncenter {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 10px;
	margin-bottom: 10px;
}
.content-style-1 .alignnone {
	float: none; 
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content-style-1 p.alignleft, .content-style-1 p.alignright {
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.content-style-1 table {
	width: 100%;
}
.content-style-1 th, .content-style-1 td {
	padding: 5px;
	border: solid 2px #ffffff;
	background-repeat: repeat;
	background-position: left top;
}
.content-style-1 th {
 	background-image: url('images/efos-content-bg-2.png');
}
.content-style-1 td {
	background-image: url('images/efos-content-bg-1.png');
}
/* end Content style*/
/* main content */
#div-main-content-wrap {
	
}
#div-main-content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 15px 0;
}
#div-main-content a:hover {
	color: #9fb71c;
}
.content-wide {
	padding-right: 0px !important;
    width: 100% !important;
    float: none !important;
}

#div-content-1 {
    float: left;
    padding-right: 25px;
    width: 625px;
}
/* content post */
.div-content-post-1 {
	width: 300px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.div-content-post-1 img, .div-content-post-2 img, .div-content-post-3 img {
	box-shadow: 0 0 3px 0 #A3A3A3;
	border: solid 3px #ffffff;
	margin-bottom: 10px;
}
.div-content-post-1 h1, .div-content-post-2 h1, .div-content-post-3 h1 {
	font-size: 16px;
	padding-bottom: 12px;
	clear: none;
	line-height: 21px;
}
.div-content-post-1 p, .div-content-post-2 p, .div-content-post-3 p {
	font-size: 13px;
    line-height: 16px;
    padding-bottom: 7px;
    text-align: justify;
}
.div-content-post-1 .p-post-info-category, .div-content-post-2 .p-post-info-category, .div-content-post-3 .p-post-info-category {
	float: left;
	width: 190px;
	font-size: 11px;
	text-align: left;
}
.div-content-post-1 .p-post-info-date, .div-content-post-2 .p-post-info-date, .div-content-post-3 .p-post-info-date {
	float: right;
	width: 100px;
	font-size: 11px;
	text-align: right;
}
/* content-post-2 */
.div-content-post-2 {
	margin-bottom: 25px;
}
/* content-post-3 */
.div-content-post-3 {
	margin-bottom: 25px;
	width: 100%;
}
.div-content-post-3 img {
	margin-right: 15px;
	float: left;
}

#div-content-2 {
	float: right;
    width: 300px;
    border-left: 1px solid #E1E1E1;
    padding-left: 25px;
}
/*content 2 box */
.div-content-2-box .div-content-post-1 {
	float: none;
	margin-right: 0px;
}
.div-content-2-box .div-content-post-1 img {
	margin-bottom: 10px;
	margin-top: 0;
}
.div-content-2-box {
	margin-bottom: 15px;
}
.div-content-2-box img {
	margin-bottom: 6px;
	margin-top: 6px;
}
.div-content-2-box .p-description-info {
	text-transform: uppercase;
	color: #666666;
	padding-bottom: 2px;
}
/*SIDEBAR*/
.efos-social-box img {
	margin-right: 7px;
	margin-top: 0px;
}
.efos-social-box a:hover img {
	opacity: 0.8;
}

/* CHILD CONTENT */
#div-child-site-content-1 {
	float: left;
    width: 230px;
    border-right: 1px solid #E1E1E1;
}
#div-child-site-content-2 {
	float: right;
    padding-left: 25px;
    width: 720px;
}
/* SIDEBAR menu */
.sidebar-menu a {
	font-family: 'PT Sans', sans-serif;
	color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 10px;
}
.sidebar-menu a:hover, .sidebar-menu li.hover a, .sidebar-menu li.current-menu-item a, .sidebar-menu li.current-menu-parent a {
	background-image: url('images/efos-sidebar-menu-bg.png');
	background-repeat: repeat;
	background-position: left top;
	color: #ffffff !important;
}

/* top footer */
#div-top-footer-wrap {
	background-image: url('images/efos-footer-top-wrap-bg.jpg');
	background-repeat: repeat;
	background-position: left top;
}
#div-top-footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
}
.div-akreditacije img {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
.div-akreditacije img.last-img {
	margin-right: 0px;
}
.div-akreditacije a:hover {
	opacity: 0.8;
}
/* bottom footer */
#div-bottom-footer-wrap {
	background-image: url('images/efos-footer-bottom-wrap-bg.png');
	background-repeat: repeat;
	background-position: left top;
}
#div-bottom-footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0;
	text-align: center;
}
#div-bottom-footer.footer-dark p {
	color: #c1c1c1;
}
/* footer */
#div-footer-wrap {
	background-image: url('images/efos-footer-wrap-bg.png');
	background-repeat: repeat;
	background-position: left top;
}
#div-footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
}
#div-footer .heading-3 {
	padding-bottom: 25px;
}
.footer-dark, .footer-dark a {
	color: #ffffff;
}
.footer-dark a:hover {
	text-decoration: underline;
}
.div-footer-box-1 {
	float: left;
}
.div-footer-box-1 ul {
	padding-bottom: 15px;
}
.div-footer-box-1 p, .div-footer-box-1 li {
	line-height: 1.4em;
}
.footer-col-1 {
	width: 170px;
}
.footer-col-2 {
	width: 250px;
}
.footer-col-3 {
	width: 250px;
}
.footer-col-4 {
	width: 310px;
}
.footer-col-4 img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
/*Obrazac*/
#div-contact-form {
	float: right;
	padding-top: 70px;
}
.contact-page h1 {
	clear: none;
}
.forma1 label {
	display: block;
	clear: both;
	padding-bottom: 5px;
}
.forma1 input[type="text"] {
	display: block;
	clear: both;
	height: 30px;
	width: 350px;
	border: solid 1px #0261AF;
	padding-left: 5px;
	padding-right: 5px;
}
.forma1 select {
	display: block;
	clear: both;
	height: 30px;
	width: 360px;
	border: solid 1px #0261AF;
}
.forma1 textarea {
	display: block;
	clear: both;
	height: 200px;
	width: 350px;
	border: solid 1px #0261AF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: arial;
	resize:none;
	font-size: 14px;
}
.forma1 p {
	clear: both;
	padding-bottom: 15px !important;
}
.forma1 input[type="submit"] {
	height: 30px;
	width: 360px;
	background-color: #0261AF;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.forma1 input[type="submit"]:hover {
	background-color: #9FB71C;
}
.forma1 .mail-error {
	color: #ff0000;
	font-weight: bold;
}
.forma1 .mail-send {
	color: #9FB71C;
	font-weight: bold; 
}
#div-google-maps {
	box-shadow: 0 0 3px 0 #A3A3A3;
	border: solid 3px #ffffff;
	line-height: 1px;
	margin-bottom: 10px;
}
/*Slider Homepage*/
.front-page-news {
	width: 630px !important;
	padding-right: 20px !important;
}
.bxslider .div-content-post-1 {
	display: inline-table;
	float: none;
}
.front-page-news .bx-wrapper {
	padding-bottom: 30px;
}
.sidebar-front-news .bx-wrapper {
	padding-bottom: 60px;
}
/*Page Navi*/
.wp-pagenavi {
    clear: both;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.wp-pagenavi { padding: 10px 20px 10px; display:block; clear:both;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active  { padding: 4px 8px !important; margin: 2px !important; text-decoration: none !important; border: 1px solid #ddd !important; background: #FFFFFF !important; color: #999 !important; }
.wp-pagenavi a:hover { border: 1px solid #3399cc !important; color: #3399cc !important; }
.wp-pagenavi span.pages { padding: 4px 8px !important; margin: 2px !important; font-style: italic !important; color: #999 !important; font-size: 11px !important; }
.wp-pagenavi span.current { padding: 4px 8px !important; margin: 2px !important; font-weight: bold !important; border: 1px solid #3399cc !important; background: #3399cc !important; color: #fff !important; }
.wp-pagenavi span.extend { padding: 4px 8px !important; margin: 2px !important; border: 1px solid #ddd !important; background-color: #FFFFFF !important; }

/*Language*/
#div-top-header-right-lang #lang_sel_list {
    float: right;
    width: 210px !important;
}
#div-top-header-right-lang #lang_sel_list ul {
    width: auto !important;
    border: 0 none !important;
}
#div-top-header-right-lang #lang_sel_list li {
    float: right;
    width: auto !important;
}
#div-top-header-right-lang #lang_sel_list li a {
    background-color: transparent !important;
    color: #ffffff !important;
    font-weight: bold;
    border: none 0;
    padding-right: 0 !important;
    padding-left: 15px !important;
}
#div-top-header-right-lang #lang_sel_list li a:hover, #div-top-header-right-lang #lang_sel_list li a.lang_sel_sel {
    background-color: transparent !important;
    color: #c9c3c3 !important;
}
#div-top-header-right-lang .lang_sel_sel {
    cursor: auto;
}
/* =Media queries
-------------------------------------------------------------- */

/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 960px) {
	#div-main-search, #div-top-header {
		width: 100%;
	}
	.top-header-logo-2 {
		display: none;
	}
	.top-header-logo-3 {
		display: none;
	}
	.dl-menuwrapper {
		display: block;
	}
	.dl-menuwrapper .dl-menu.dl-menuopen, .dl-menuwrapper {
		position: absolute !important;
		z-index: 9999 !important;
	}
	#div-child-site-content-1 .dl-menuwrapper .dl-menu.dl-menuopen, #div-child-site-content-1 .dl-menuwrapper {
		position: absolute !important;
		z-index: 9998 !important;
	}
	.top-menu {
		display: none;
	}
	#div-main-search-wrap {
		height: auto;
	}
	#div-main-search-box {
		margin-right: auto;
		margin-left: auto;
	}
	select#select-main-search {
		width: 0px !important;
	}
	#div-main-search-left, #div-main-search-right {
		width: 100%;
		float: none;
		padding-top: 15px;
		text-align: center;
	}
	#div-main-search-right {
		padding-bottom: 15px;
	}
	#div-main-search-right li {
	    border-left: 2px solid #FFFFFF;
	    display: inline-block;
	    margin-left: 15px;
	    padding-left: 15px;
	    float: none;
	}
	#div-main-search-right li:first-child {
		margin-left: 0;
		padding-left: 0;
		border-left: 0 none;
	}
	#div-main-content {
		width: 100%;
	}
	#div-content-1 {
	    float: none;
	}
	.front-page-news {
		padding-right: 0 !important;
		margin-left:auto;
		margin-right: auto; 
	}
	#div-content-2 {
	    border-left: 0 none;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-bottom: 0 !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    padding-top: 30px;
	    width: 650px !important;
	}
	#div-content-2-section-1 {
		float: left;
	}
	#div-content-2-section-2 {
		float: right;
	}
	.div-akreditacije, #div-footer {
		width: 496px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.div-footer-box-1 {
		width: 48%;
		margin-right: 2%;
	}
	.footer-col-3 {
		clear: both;
	}
	#div-top-footer {
		width: 100%;
	}
	
	#div-bottom-footer {
		width: 100%;
	}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
	#div-top-header {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.header-logo {
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: 320px;
	}
	.top-header-logo-2 {
		display: none;
	}
	.front-page-news-archive-link {
		float: none;
		padding-top: 0;
		padding-bottom: 8px;
	}
	#div-top-slider-wrap {
		display: none;
	}
	#div-top-menu-wrap {
		overflow: visible !important;
	}
	#div-main-search-box {
		width: 300px;
	}
	.select2-container {
		width: 250px !important;
	}
	#div-main-search-right img {
		height: 40px;
	}
	#div-main-content {
		width: 100%;
	}
	#div-content-1 {
	    padding-right: 2% !important;
	    padding-left: 2% !important;
	    width: 96% !important;
	}
	.front-page-news {
		padding-right: 0 !important;
		width: 100% !important;
		text-align: center;
	}
	.bxslider .div-content-post-1 {
	    display: block;
	    margin-left: auto;
    	margin-right: auto !important;
	}
	.front-page-news .bx-viewport {
		height: 855px !important;
	}
	.front-page-news .bx-wrapper {
		padding-bottom: 70px;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 100%;
		background-position: center top !important;
		background-color: #d9d9d9;
	}
	.bx-wrapper .bx-controls-direction a:hover {
		width: 100%;
		background-position: center -30px !important;
		background-color: #025ca6;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		bottom: 40px;
		background-repeat: no-repeat;
		right: inherit;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		right: inherit;
		background-repeat: no-repeat;
	}
	#div-content-2 {
	    border-left: 0 none;
	    float: none;
	    padding-left: 0;
	    width: 300px !important;
	    margin-left: auto;
	    margin-right: auto;
	}
	#div-content-2-section-1 {
		float: none;
	}
	#div-content-2-section-2 {
		float: none;
	}
	.div-content-post-2-entry img.size-wide {
		width: 100%;
		height: auto !important;
	}
	.div-content-post-2-entry img.size-half {
		width: 50%;
		height: auto !important;
	}
	.div-content-post-2-entry img.size-image-625, .div-content-post-2-entry img.size-image-720 {
		width: 60%;
		height: auto !important;
	}
	.div-content-post-2-entry img.size-image-380, .div-content-post-2-entry img.size-image-300 {
		width: 30%;
		height: auto !important;
	}
	.attachment-image-625 {
		width: 100% !important;
		height: auto !important;
	}
	#div-footer {
		width: 96% !important;
		padding-left: 2%;
		padding-right: 2%;
	}
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {
	
	#div-top-header-left {
		float: none;
		padding-top: 5px;
	}
	#div-top-header-right {
		clear: both;
    	float: none;
    	text-align: center;
	}
	#div-top-header-right-lang {
	  	float: none;
	    height: inherit;
	    padding-top: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	#div-top-header-right-lang #lang_sel_list {
		width: auto !important;
	}
	#div-top-header-right-lang #lang_sel_list li a {
		height: 15px;
	    margin-right: 8px;
	    margin-top: 5px;
	    overflow: hidden;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    width: 20px;
	}
	#div-top-header-right-search {
		clear: none;
		float: none;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-header-logo-2 {
		display: none;
	}
	#div-top-slider-wrap {
		display: none;
	}
	#div-main-search-right img {
		height: 40px;
	}
	#div-content-2 {
	    border-left: 0 none;
	    float: none;
	    padding-left: 0;
	    width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.div-akreditacije {
		width: 100% !important;
	}
	.div-akreditacije img {
		float: left;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 13px;
	}
	.footer-col-4 img {
		width: 48%;
		margin-right: 2%;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	
}