/* CSS Document */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700|Roboto+Condensed:300,400,400i,700&subset=latin-ext';
*
{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
*:focus 
{
	outline: none;
}
img,
ul,
li,
form,
fieldset,
label,
table,
tr,
td,
div,
span 
{
	border: none;
}
html,
body 
{
	height: 100%;
}
body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}
ul
{
	list-style-type: none;
	list-style-position: inside;
}
a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5
{
	font-family: 'Open Sans', sans-serif;
	color: #108888;
	line-height: 1.2em;
	letter-spacing: -0.04em;
	text-transform: none;
}
h1 
{
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -0.06em;
}
h2
{
	font-size: 32px;
	font-weight: bold;
}
h3
{
	font-size: 28px;
	font-weight: bold;
}
h4
{
	font-size: 24px;
	font-weight: bold;
}
h5
{
	font-size: 20px;
	font-weight: bold;
}
/*-----------------------------------------------------------*/
p.clear
{
    clear: both;
	height: auto;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 0px;
} 
div.error
{
	color: #ff0000;
}
div.success
{
	color: #39b54a;
}
a.back 
{
	display: inline-block;
	width: 27px;
	height: 29px;
	line-height: 29px;
	background: url('../../images/backBtn.png') 0 0 no-repeat;
}
a.top 
{
	display: inline-block;
	width: 107px;
	height: 22px;
	background: url('../../images/topBtn.png') 0 0 no-repeat;
}
img.loading
{
	display: block;
	margin: 10px auto;
	width: 128px;
	height: 15px;
}
/*-----------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*-----------------------------------------------------------*/
::-webkit-input-placeholder
{ 
	color : #888; 
	opacity: 1;
}
::-moz-placeholder
{ 
	color : #888; 
	opacity: 1;
}
:-ms-input-placeholder
{ 
	color : #888; 
	opacity: 1;
}
input:-moz-placeholder
{ 
	color : #888; 
	opacity: 1;
}
input[type=text], 
input[type=password],
input[type=submit],
select, 
textarea 
{
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
}
input[type=text], 
input[type=password],
input[type=submit]
{
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
}
select 
{
	padding: 5px;
}
select option
{
	margin-right:15px;
}
textarea 
{
	padding: 5px;
}
input[type=submit]
{
	padding: 0 25px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 1px;
	border: none;
	background: #ed1c24;
	text-transform: uppercase;
}
input[type=submit]:hover
{
	background: #8f1015;
}
input[type=submit],
select 
{
	cursor: pointer; 
}
input[type=text]:focus, 
input[type=password]:focus,
textarea:focus
{
	border-color: #aaa;
}
/*--- Infinitiv scroll ---*/
a.scroll_next
{
	display: block;
	height: 38px;
	color: #fff !important;
	text-align: center;
	background: url('../../images/infiniteScrollArrow.png') center center no-repeat #000;
}
/*--- Scroll up absolute ---*/
a.scrollup 
{
    display: none;
    position: fixed;
    bottom: 35px;
    right: 80px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url('../../js/smooth_scroll_absolute/scroolUpArrow.png') center center no-repeat #000;
	border-radius: 3px;
    z-index: 9999;
}
/*--- Form error -------------------*/
.form_note
{
	padding: 0 !important;
	color: #ed1c24 !important;
	font-style: italic !important;
}
.form_error
{
	border-color: #f69292 !important;
	background: #fef7f7 !important;
}
#public .plugin_notification
{
	margin: 0 0 20px 0 !important;
	width: auto !important;
}
.plugin_notification.success,
.plugin_notification.fail
{
	font-size: 1.2em !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.plugin_notification.success
{
	color: #00d359 !important;
}
.plugin_notification.fail
{
	color: #ed1c24 !important;
}
/*--- Socijalne mreze ---*/
.twitter-share-button
{
	width: 80px !important;
}
/*--- Sadrzaji ---*/
#public div.path
{
	color: #3c3c3c;
}
#public div.path span.separator
{
	display: inline-block;
	margin: 0 3px;
	color: #b4b4b4;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}
#public ul.path
{
	display: inline;
	overflow: auto;
}
#public div.path,
#public ul.path li,
#public ul.path li a
{
	text-decoration: none;
	font-size: 14px;
}
#public ul.path li
{
	display: inline-block;
	margin-right: 4px;
}
#public ul.path .arrow
{
	margin-right: 2px;
	margin-left: 4px;
}
#public ul.path .arrow .icon
{
	display: inline-block;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	background: url('../../images/icons5.png') -127px -48px no-repeat;
	vertical-align: middle;
}
div.parallax-container {
	position: relative;
	margin: 0;
	max-width: 100%;
	width: 100% !important;
	height: 55vh;
	overflow: hidden;
}
/*-----------------------------------------------------------*/
#public_content
{
	height: 100%;
}
#public
{
	position: relative;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3c3c3c;
}
#public,
#public *
{
	box-sizing: border-box;
}
#public a 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #108888;
	text-decoration: none;
}
#public a:hover
{
	text-transform: underline;
}
/*--- Header ---*/
#header
{
	position: relative;
	height: 105px;
	background: #108888;
	background: -moz-linear-gradient(top,  #108888 42px, #ffffff 42px);
	background: -webkit-linear-gradient(top,  #108888 42px,#ffffff 42px);
	background: linear-gradient(to bottom,  #108888 42px,#ffffff 42px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108888', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	z-index: 101;
}
#header > .wrapper
{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}
#header .wrapper .info0,
#header .wrapper .logo
{
	position: absolute;
}
#header .wrapper .info0
{
	top: 0;
	left: 5px;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	color: #fff;
	text-align: right;
	font-weight: 300;
}
#header .wrapper .info0 a
{
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}
/* Logo */
#header .logo
{
	bottom: 5px;
	left: 0;
}
#header .logo,
#header .logo img
{
	display: block;
	width: 166px !important;
	height: auto !important;
}
/*--- GDPR ---*/
#cookieNotice
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	background: #47b4af;
	/*border-bottom: 1px solid rgba(0,0,0,0.35);*/
	z-index: 102;
}
#cookieNotice > div.wrapper
{
	text-align: center;
}
#cookieNotice a.btn
{
	display: inline-block;
	padding: 5px 9px;
	color: #736161;
	font-size: 13px;
	border-radius: 3px;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
}
#cookieNotice a#cookieAccept
{
	margin-left: 10px;
}
/* Jezik */
#language
{
	/*display: none;*/
	position: absolute;
	right: 0;
	top: 11px;
	z-index: 99;
}
#language .icon,
#language .languageTitle
{
	display: none;
}
#language .languageTitle,
#language .languageMenu li a
{
	font-size: 13px;
	color: #fff;
}
ul.languageMenu > li.active > a > img,
ul.languageMenu > li > a > img
{
	width: 22px;
	height: 16px;
}
#language .languageMenu li
{
	display: inline-block;
	font-size: 0;
	padding: 0 8px;
}
#language .languageMenu li.separator
{
	display: none;
	padding: 0 4px;
	font-size: 12px;
	color: rgba(255,255,255,0.2);
}
#language .languageMenu li a
{
	display: 400;
}
#language .languageMenu li.active a,
#language .languageMenu li a:hover
{
	color: #003947;
}
/* Glavna navigacija */
#header .navigationMain
{
	position: absolute;
	bottom: 0;
	right: 213px;
	border-left: 1px solid #ddd;
}
#header .navigationMain table
{
	margin: 0 auto;
}
#header .navigationMenu table td
{
	position: relative;
	height:60px;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 9999;
}
#header .navigationMenu table td:hover > a,
#header .navigationMenu table td > a.active
{
	color: #3d3e3e;
	text-decoration: none;
	border-bottom: 3px solid #108888;
}
#header .navigationMenu table td:hover .plugin_float_option
{
	display: block;
}
#header .navigationMenu table td a
{
	display: block;
	margin: 0 0 0 39px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #3d3e3e;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#header .navigationMenu table .separation,
#header .navigationMenu table .separation span
{
	/*width: 1px;*/
	display: none;
}
/* Padajuci meni */
#header .navigationMenu table td .group a
{
	margin: 0;
	padding: 12px 10px;
	height: auto;
	line-height: normal;
	letter-spacing: -0.03em;
	font-weight: 400;
	text-align: left;
	color: #108888;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid rgba(16,136,136,0.4);
}
#header .navigationMenu table td .group div.inner1:last-child a
{
	border-bottom: none;
}
#header .navigationMenu table td .group a:hover,
#header .navigationMenu table td .group a.active
{
	color: #3d3e3e;
	text-decoration: none;
}
/* 1st lvl */
#header .navigationMenu table td .group1
{
	position: absolute;
	left: 15px;
	top: 100%;
	min-width: 350px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
#header .navigationMenu table td:hover .group1
{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
/* 2nd lvl */
#header .navigationMenu table td .group2
{
	display: none;
	background: #ccc;
}
#header .navigationMenu table td .group2 a
{
	color: #108888;
	padding-left: 45px;
	padding-right: 45px;
	border-bottom: 1px solid rgba(110,60,134,0.2);
}
#header .navigationMenu table td .group2 a:hover,
#header .navigationMenu table td .group2 a.active
{
	color: #000;
}
#header .navigationMenu table td .group2 .haveMenu > span.button
{
	color: #108888;
}
/* 3rd lvl */
#header .navigationMenu table td .group3
{
	display: none;
	background: #fff;
}
#header .navigationMenu table td .group3 a
{
	color: #108888;
	padding-left: 45px;
	padding-right: 45px;
	border-bottom: 1px solid rgba(110,60,134,0.2);
}
#header .navigationMenu table td .group3 a:hover,
#header .navigationMenu table td .group3 a.active
{
	color: #000;
}
/* Buttoni za regulaciju otvaranja menija */
#header .navigationMenu table td .haveMenu
{
	position: relative;
}
#header .navigationMenu table td .haveMenu > a
{
	position: relative;
	cursor: pointer;
}
#header .navigationMenu table td .haveMenu > span.button
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
}
#header .navigationMenu table td .haveMenu > span.button:after
{
	content: '+';
}
#header .navigationMenu table td .haveMenu.expanded > span.button:after
{
	content: '-';
}
/*--- Search ---*/
#header .search
{
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 1px solid #ddd;
}
#header .search,
#header .search li
{
	display: block;
	float: left;
	height: 60px;
}
#header .search li
{
	position: relative;
}
#header .search li.search_field
{
	width: 148px;
}
#header .search li.search_btn
{
	width: 30px;
}
#header .search .search_field input[type=text],
#header .search .search_btn input[type=submit]
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#header .search .search_field input[type=text]
{
	left: 20px;
	padding-left: 13px;
	padding-right: 13px;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	border: none;
}
#header .search .search_btn input[type=submit]
{
	righjt: 0;
	padding: 0px;
	width: 21px;
	height: 27px;
	border: none;
	background: url('../../images/search.png') 0 center no-repeat #fff;
	box-shadow: none;
}
/*--- Footer ---*/
#footer
{
	background: url('../../images/pozadinska-footer.webp') #e4e7e7 center center no-repeat;
	background-size: cover;
}
#footer,
#footer a
{
	color: #3c3c3c;
	font-weight: 300;
}
#footer h3
{
	font-size: 1.6em;
}
#footer .table
{
	display: table;
	margin: 0 auto;
	width: 1200px;
}
#footer .table > div
{
	display: table-cell;
	padding: 30px 26px;
	width: 33%;
	vertical-align: top;
	line-height: 2em;
}
#footer .table > div:first-child
{
	padding-left: 0;
	padding-right: 52px;
}
#footer .table > div:last-child
{
	padding-left: 52px;
	padding-right: 0;
}
/*--- Copyright ---*/
#copyright
{
	background: #108888;
}
#copyright .wrapper
{
	margin: 0 auto;
	padding: 14px 0;
	width: 1200px;
}
#copyright,
#copyright a
{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
/*--- Sadrzaji ---*/
#newsletterForm
{
	padding: 18px 0;
	background: #108888;
}
#newsletterForm > *
{
	margin: 0 auto;
	width: 900px;
}
#newsletterForm div.notice
{
	margin-bottom: 20px;
	color: #108888;
}
#newsletterForm ul.newsletter_form li
{
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
#newsletterForm ul.newsletter_form li:first-child
{
	margin-left: 0;
	margin-right: 50px;
	line-height: 40px;
	font-weight: 400;
}
#newsletterForm .newsletter_form input[type=text],
#newsletterForm .newsletter_form select
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	color: #888;
	border: 1px solid #cfcfcf;
	border-radius: 0;
}
#newsletterForm .newsletter_form input[type=text]:focus,
#newsletterForm .newsletter_form select:focus
{
	border: 1px solid #108888;
}
#newsletterForm .newsletter_form input[type=text],
#newsletterForm .newsletter_form select,
#newsletterForm .newsletter_form input[type=submit]
{
	height: 41px;
	line-height: 40px;
}
#newsletterForm .newsletter_form input[type=text]
{
	padding: 0 10px;
}
#newsletterForm .newsletter_form input[type=submit]
{
	font-size: 0.9em;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	color: #108888;
	border: 1px solid #108888;
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}
#newsletterForm .newsletter_form input[type=submit]:hover
{
	color: #fff;
	border: 1px solid #fff;
	background: #108888;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}
/*** Partneri ***/
.partnersWrapper 
{
	padding: 20px;
	background: #eee;
}
.partnersWrapper > div.wrapper
{
	margin: 0 auto;
	width: 1200px;
}
.partnersWrapper div.article
{
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 224px;
	margin: 8px;
}
.partnersWrapper div.article div.photo
{
	border: 1px solid #d2d2d2;
}
.partnersWrapper div.article div.photo img
{
	width: 100% !important;
	height: auto !important;
}
/* --- Home ---*/
#home
{
	line-height: 1.6em;
}
#home > div
{
	margin: 50px auto;
	width: 1200px;
}
#home > div.wrapper
{
	width: 100%;
	overflow: auto;
}

#home > div.content23 {    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
}
#home > div.content23 img{    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
height: auto;
}

#home > div.wrapper.adv
{
	background: url("../../images/7-simple-habits-of-happy-men-1412789660-1.jpg") center center no-repeat;
	background-size: cover;
}
#home > div.wrapper.adv .ck_blue_wrapper
{
	padding: 20px 30px;
	line-height: 1.4em;
}
#home > div.wrapper.adv .ck_blue_wrapper h4,
#home > div.wrapper.adv .ck_blue_wrapper h5
{
	color: #fff;
}
#home > div.wrapper.adv .ck_gray_wrapper
{
	padding: 20px 10px;
}
#home div.wrapper.stat
{
    position: relative;
    top: 50%;
	transform: translateY(-50%);
}
#home div.wrapper.stat > div
{
    margin: 0;
	width: 1200px;
    color: #fff;
    font-size: 2.0em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home div.testimonials.wrapper
{
	margin: -50px 0;
	width: 100%;
	background: url('../../images/pozadinska-testimonials.webp') center center no-repeat #fff;
	background-size: cover;
	overflow: auto;
}
#home div.testimonials.wrapper > div.wrapper
{
	margin-top: 0;
	amrgin-bottom: 0;
}
#home div.testimonials.wrapper > div.wrapper > div
{
	margin-top: 50px;
	amrgin-bottom: 50px;
}
#home > div.benefit .ck_gray_wrapper
{
    padding: 20px 33px;
    line-height: 1.4em;
}
#home > div.benefit .ck_gray_wrapper .ck_btn
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#home > div.wrapper.blue
{
	background: #108888;
	color: #ffffff;
}
#home > div.wrapper.blue *
{
	color: #ffffff;
}
#home > div.wrapper > div
{
	margin: 50px auto;
	width: 1200px;
}
#home div.table-row-2,
#home div.table-row-3
{
	display: table;
}
#home div.table-row-2 > div,
#home div.table-row-3 > div {
	display: table-cell;
	vertical-align: top;
}
#home div.table-row-2 > div
{
	padding: 0 7px;
	width: 50%;
}
#home div.table-row-2 > div:first-child
{
	padding-left: 0;
	padding-right: 25px;
}
#home div.table-row-2 > div:last-child
{
	padding-left: 25px;
	padding-right: 0;
}
#home div.table-row-3 > div
{
	padding: 0 20px;
	width: 33%;
}
#home div.table-row-3 > div:nth-child(1)
{
	padding-left: 0;
	padding-right: 40px;
}
#home div.table-row-3 > div:nth-child(3)
{
	padding-left: 40px;
	padding-right: 0;
}
/* --- cell0 ---*/
#cell0 > div.content28 {    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
}
#cell0 > div.content28 img{    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
height: auto;
}
#cell0
{
	line-height: 1.6em;
}
#cell0 .wrapper
{
	margin: 0 auto;
	width: 1200px;
}
#cell0 .wrapper > div
{
	margin: 40px 0;
}
#cell0 .wrapper > div:empty
{
	margin: 0 !important;
}
#cell0 div.table-row-2,
#cell0 div.table-row-3
{
	display: table;
}
#cell0 div.table-row-2 > div,
#cell0 div.table-row-3 > div
{
	display: table-cell;
	vertical-align: top;
}
#cell0 div.table-row-2 > div
{
	padding: 0 7px;
	width: 50%;
}
#cell0 div.table-row-2 > div:nth-child(1)
{
	padding-left: 0;
	padding-right: 25px;
}
#cell0 div.table-row-2 > div:nth-child(2)
{
	padding-left: 25px;
	padding-right: 0;
}
#cell0 div.table-row-3 > div
{
	padding: 0 20px;
	width: 33%;
}
#cell0 div.table-row-3 > div:nth-child(1)
{
	padding-left: 0;
	padding-right: 40px;
}
#cell0 div.table-row-3 > div:nth-child(3)
{
	padding-left: 40px;
	padding-right: 0;
}
/* --- cell1 ---*/
#cell1
{
	line-height: 1.6em;
}
#cell1 .wrapper
{
	margin: 0 auto;
	width: 1200px;
}
#cell1 .wrapper > div
{
	margin: 40px 0;
}
#cell1 .wrapper > div:empty
{
	margin: 0 !important;
}
#cell1 div.table-row-2,
#cell1 div.table-row-3
{
	display: table;
}
#cell1 div.table-row-2 > div,
#cell1 div.table-row-3 > div
{
	display: table-cell;
	vertical-align: top;
}
#cell1 div.table-row-2 > div
{
	padding: 0 7px;
	width: 50%;
}
#cell1 div.table-row-2 > div:nth-child(1)
{
	padding-left: 0;
	padding-right: 25px;
}
#cell1 div.table-row-2 > div:nth-child(2)
{
	padding-left: 25px;
	padding-right: 0;
}
#cell1 div.table-row-3 > div
{
	padding: 0 20px;
	width: 33%;
}
#cell1 div.table-row-3 > div:nth-child(1)
{
	padding-left: 0;
	padding-right: 40px;
}
#cell1 div.table-row-3 > div:nth-child(3)
{
	padding-left: 40px;
	padding-right: 0;
}
/*--- Foto galerija ---*/
#cell1 .photogalleryWrapper
{
	margin: 0 auto;
	width: 1000px;
}
#cell1 .photogalleryWrapper .wrapper
{
	text-transform: none;
	font-size: 13px;
	line-height: 1.6em;
	border: 5px solid #fff;
	background: #969696;
}
#cell1 .photogalleryWrapper .wrapper .content0
{
	padding: 50px;
	border: 5px solid #fff;
	background: #000;
}
#cell1 .photogalleryWrapper .wrapper .content0 h1
{
	color: #fff;
}
#cell1 .photogalleryWrapperWrapper
{
	position: relative;
	margin: 0 auto;
	background: #fff;
}
/*--- stil za prazne elemente u uredjivackom modu ---*/
#cell1 .photogalleryWrapper .article_photo.contenteditable.empty,
#cell1 .photogalleryWrapper .article_title.contenteditable.empty
{
	margin: 1px;
	min-width: 100%;
	border: 1px solid #eee;
	background: -webkit-radial-gradient(#fff, #f8f8f8); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#fff, #f8f8f8); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#fff, #f8f8f8); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#fff, #f8f8f8); /* Standard syntax */
}
#cell1 .photogalleryWrapper .article_photo.contenteditable.empty
{
	min-height: 200px;
}
#cell1 .photogalleryWrapper .article_title.contenteditable.empty
{
	min-height: 28px;
}
#cell1 .photogalleryWrapper .article,
#cell1 .photogalleryWrapper .article img
{
	width: 385px !important;
	height: 154px !important;
}
#cell1 .photogalleryWrapper .article
{
	position: relative;
	margin: 5px;
}
#cell1 .photogalleryWrapper .article:hover .plugin_float_option
{
	display: block !important;
}
#cell1 .photogalleryWrapper .article_title
{
	color: #888;
}
#cell1 .photogalleryWrapper .article_id
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 5px;
	color: #fff;
	border-bottom-left-radius: 5px;
	background: #ccc;
	z-index: 100;
}
/* --- faq ---*/
#faq
{
	line-height: 1.6em;
}
#faq > div.content12 {    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
}
#faq > div.content12 img{    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
height: auto;
}
#faq .wrapper
{
	margin: 0 auto;
	width: 1200px;
}
#faq .wrapper > div
{
	margin: 40px 0;
}
#faq .wrapper > div:empty
{
	margin: 0 !important;
}
#faq div.table-row-2,
#faq div.table-row-3
{
	display: table;
}
#faq div.table-row-2 > div,
#faq div.table-row-3 > div
{
	display: table-cell;
	vertical-align: top;
}
#faq div.table-row-2 > div
{
	padding: 0 7px;
	width: 50%;
}
#faq div.table-row-2 > div:first-child
{
	padding-left: 0;
	padding-right: 25px;
}
#faq div.table-row-2 > div:last-child
{
	padding-left: 25px;
	padding-right: 0;
}
#faq div.table-row-3 > div
{
	padding: 0 20px;
	width: 33%;
}
#faq div.table-row-3 > div:first-child
{
	padding-left: 0;
	padding-right: 40px;
}
#faq div.table-row-3 > div:last-child
{
	padding-left: 40px;
	padding-right: 0;
}
#faq .faqWrapper
{
	margin-top: 0 !important;
}
#faq .faqWrapper .article
{
	position: relative;
	margin: 10px 0;
	border: 1px solid #e4e4e4;
	background: #f2f2f2;
}
#faq .wrapper .faqWrapper .article:hover .plugin_float_option
{
	display: block !important;
}
#faq .wrapper .faqWrapper .article .title,
#faq .wrapper .faqWrapper .article .title h2
{
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	color: #003947 !important;
}
#faq .faqWrapper .article .title
{
	display: block;
	height: 48px;
	line-height: 48px;
	background: #e4e4e4;
	cursor: pointer;
}
#faq .faqWrapper .article .title span.btn
{
	display: inline-block;
	margin-right: 14px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #007586;
	cursor: pointer;
}
#faq .faqWrapper .article .title span.btn:before
{
	content: '+';
}
#faq .faqWrapper .article.opened .title span.btn:before
{
	content: '-';
}
#faq .faqWrapper .article .content
{
	padding: 30px;
}
/*--- Kontakt ---*/
#contact
{
	line-height: 1.6em;
}
#contacte > div.content3 {    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
}
#contact > div.content3 img{    
background: 0 0!important;
    position: relative!important;
    zoom: 1!important;
margin: 0 auto 0 auto!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 100;
	 overflow-x: hidden!important;
height: auto;
}
#contact .wrapper
{
	margin: 0 auto;
	width: 1200px;
	background: #fff;
	overflow: auto;
}
#contact .wrapper > *
{
	margin: 30px 0 0;
	padding: 0 30px;
}

#contact .wrapper > *:last-child
{
	margin-bottom: 30px;
}
#contact .wrapper .content0
{
	padding-right: 0;
}
#contact .content1,
#contact form
{
	float: left;
	width: 50%;
}
#contact .content1
{
	padding-right: 50px;
}
#contact .wrapper form
{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #ccc;
}
#contact .contact_form li
{
	padding-bottom: 5px;
}
#contact .contact_form input[type=text],
#contact .contact_form textarea
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	border: 1px solid #cfcfcf;
	border-radius: 0;
}
#contact .contact_form #date
{
	width: 95%;
}
#contact .contact_form input[type=text]:focus,
#contact .contact_form textarea:focus
{
	border: 1px solid #108888;
}
#contact .contact_form input[type=text],
#contact .contact_form input[type=submit]
{
	height: 41px;
	line-height: 40px;
}
#contact .contact_form input[type=text]
{
	padding: 0 10px;
}
#contact .contact_form textarea
{
	padding: 10px;
	height: 180px;
	resize: none;
}
#contact .contact_form input[type=submit]
{
	float: right;
	font-size: 0.9em;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	color: #108888;
	border: 1px solid #fff;
	background: #fff;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
#contact .contact_form input[type=submit]:hover
{
	color: #fff;
	background: #108888;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
/*--- News ---*/
#news
{
	line-height: 1.6em;
}
#news .wrapper
{
	margin: 0 auto;
	width: 1200px;
}
{
	margin: 30px auto 0;
	width: 1200px;
}
#news .wrapper > .tagWrapper
{
	display: none;
}
#news .wrapper > .tagWrapper a.tag
{
	display: inline-block;
	margin-right: 1px;
	padding: 4px 8px;
	color: #fff;
	border: 1px solid #108888;
	background: #108888;
}
#news .wrapper > .tagWrapper a.tag:first-child
{
	color: #108888;
	border: 1px solid #108888;
	background: #fff;
}
#news .wrapper > .content0
{
	margin: 40px auto;
}
#news .articleWrapper
{
	margin: 40px auto;
	width: 1200px;
}
#news .article
{
	position: relative;
	margin: 30px 30px 0 0;
	vertical-align: top;
	border: 1px solid #ddd;
	background: #fff;
}
#news .article:hover .plugin_float_option
{
	display: block !important;
}
#news .article .article_photo,
#news .article .article_photo img
{
	vertical-align: top;
	display: inline-block;
	width: 350px !important;
	height: auto !important;
	overflow: hidden;
}
#news .article .article_title,
#news .article .article_added,
#news .article .article_description
{
	display: block;
	margin-bottom: 10px;
}
#news .article .article_title,
#news .article .article_title h2
{
	display: block;
}
#news .article .group
{
	position: relative;
	padding: 20px;
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 370px);
}
#news .article .group .tagWrapper
{
	position: absolute;
	top: -30px;
	right: -1px;
}
#news .article .group .tag
{
	display: none;
	/*display: inline-block;*/
	margin-right: 1px;
	padding: 4px 8px;
	color: #fff;
	background: #108888;
}
#news .article .article_title
{
	margin-bottom: 20px;
}
#news .article .article_title h2
{
	text-transform: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
#news .article .article_description
{
	overflow: hidden;
	margin-bottom: 20px;
}
#news a.article_read_more
{
	display: inline-block !important;
	padding: 10px 30px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 300;
	border: 1px solid #108888;
	background: #108888;
	z-index: 3;
	transition: all .5s ease;
}
#news a.article_read_more:hover
{
	border: 1px solid #333;
	background: #333;
	z-index: 3;
}
#news .pagination {
	margin: 40px 0;
}
/*--- Novosti detalji ---*/
#newsDetails
{
	line-height: 1.6em;
}
#newsDetails .wrapper
{
	position: relative;
	margin: 50px auto;
	width: 1200px;
}
#newsDetails .newsPath
{
	margin-bottom: 50px;
	line-height: 100%;
	height: 15px;
}
#newsDetails .addThisBtn
{
	position: absolute;
	top: 0;
	right: 0;
}
#newsDetails .article_content
{
	margin-top: 30px;
}
/*--- Paginacija ---*/
.pagination li
{
	float: left;
}
.pagination a
{
	display: block;
	margin: 0 1px;
	padding: 5px 8px;
	border: 1px solid #e8e8e8;
	text-align: center;
	-webkit-transition : border-color 0.5s ease-out;
	-moz-transition : border-color 0.5s ease-out;
	-o-transition : border-color 0.5s ease-out;
	transition : border-color 0.5s ease-out;
}
.pagination a:hover
{
	border-color: #999;
}
.pagination a.active
{
	font-weight: bold;
	color: #fff !important;
	border-color: #108888;
	background-color: #108888;
}
/*--- Search stranica ---*/
#searchResults
{
	line-height: 1.6em;
}
#searchResults > div.wrapper
{
	margin: 50px auto;
	width: 1200px;
}
#searchResults a.searchLink
{
	display: block;
	margin: 2px 0;
}
#searchResults div.page,
#searchResults div.article
{
	margin: 30px 0;
}
#searchResults h2
{
	margin-bottom: 5px;
}
