@import "grid.css";

/*------------------------------------*\
    Template: Elba
 \*------------------------------------*/


/*------------------------------------*\
    $RESET
\*------------------------------------*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/



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%;
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
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;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .78em;
    background: #555 url(../img/pattern.png) repeat;
}

p {
    margin: 0px;
    padding: 0px 0px 16px 0px;
    /*line-height: 1.7em;*/
}

img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    outline: none;
    color: #F06B00;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #373737;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.0em;
}


/* margin lefts / margin rights - to centre content */

blockquote {
    border-color: #777;
}

h1 {
    background: transparent;
    color: #6EAB03;
}

.main-content {
    background: #F5F6F0;
    padding-top: 15px;
}

@media (min-width: 576px) {
    .main-content {
    background: #F5F6F0;
    /*padding-top: 15px;*/
    padding: 15px 30px;
}
}

.container {
    width: 1024px;
}

.sidebar {
    padding: 15px;
}

.sidebar.col-sm-3 {
    width: 27%;
}

.CL-layout_double #content.col-sm-6 {
    width: 46%;
}

.CL-layout_left #content.col-sm-9,
.CL-layout_right #content.col-sm-9 {
    width: 73%;
}

.CL-layout_double #content.col-sm-push-3 {
    left: 27%;
}

.CL-layout_double .sidebar.col-sm-pull-6 {
    right: 46%;
}

.CL-layout_left #content.col-sm-push-3,
.CL-layout_right #content.col-sm-push-3 {
    left: 27%;
}

.CL-layout_left .sidebar.col-sm-pull-9,
.CL-layout_right .sidebar.col-sm-pull-9 {
    right: 73%;
}

#content {
    padding: 15px 20px;
}

.CL-layout_double #content {
    padding-left: 10px;
    padding-right: 10px;
}


#content-wrap {

}

#content .CL-box-main a {
    color: #F06B00;
}

#content a,
#content a:hover {
    text-decoration: none;
}

#left_sidebar,
#content,
#right_sidebar,
#content a:hover,
.CL-admin-table td.CL-link-item:hover a {
    color: #777;
}

.float-clear {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    width: 100%;
}

#CL-empty-trash {
    height: 22px;
    line-height: 22px;
}
/* prositi template */

  #main {
    /*width: 100% !important;*/
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
  }



#main select,
textarea,
#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"] {
    margin: 0;
    min-height: 34px;
    line-height: 20px;
    outline: 0;
    /*    width:50%;*/
    vertical-align: middle;
    border-image: none;
    border-radius: 5px !important;
    border-style: none none none solid;
    box-shadow: none !important;
    border: none!important;
    font-size: 16px;
    margin-bottom: 3px;
    transition: all 400ms ease 0s, all 400ms ease 0s;
}

#content select,
#content textarea,
#content input[type="text"],
#content input[type="password"],
#content input[type="datetime"],
#content input[type="datetime-local"],
#content input[type="date"],
#content input[type="month"],
#content input[type="time"],
#content input[type="week"],
#content input[type="number"],
#content input[type="email"],
#content input[type="url"],
#content input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #E6E6E6!important;
}

.CL-form-item.CL-contact-form-item select {
    text-indent: 8px!important
}

input:hover {
    cursor: pointer
}


/*------------------------------------*\
    $HEADER
\*------------------------------------*/

#header a {
    color: #FFFFFF;
    text-decoration: none;
}

#header {
    background: #B5B9A7;
    color: #777;
}

#logo_info {
    padding: 0;
}


/* Search */

#search {
    padding: 10px 0;
}

#search .CL-search {
    float: right;
    margin: 0 15px;
    margin-top: 25px;
    display: inline-block
}

#search .CL-command-options-wrapper {
    top: -9px;
}

#search h2 {
    display: none;
}

#search .CL-search .CL-search-submit {
    color: #777;
}

#search .CL-search div {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.CL-position-header .CL-portlet-search .CL-box-main-title {
    display: none;
}

.CL-position-header .CL-portlet-search {
    float: right;
    width: 100%;
}

.CL-position-header .CL-search-text {
    background: white;
    width: 235px;
    text-indent: 7px
}

.CL-column.CL-position-header {
    display: block
}

.header-module {
    max-height: 50px;
    text-align: right;
    color: white;
}

.header-module .CL-portlet.CL-portlet-header {
    display: inline-block;
}

.header-module .CL-portlet.CL-portlet-header .CL-box-main-title {
    display: none !important
}

.header-module .CL-command-options-wrapper {
    top: 13px;
}

.header-module a.CL-command-option-item {
    text-indent: 9999px;
}

.header-module .CL-position-language {
    /*background-color: #444;*/
}

.header-module .language .CL-box-main {
    padding: 10px 0
}

.header-module .language .CL-box-main-title {
    display: none;
}


/*------------------------------------*\
    $MENU
\*------------------------------------*/

/* MENU */

#menu {
    width:100%;
    /*height: 42px;*/
    background: gray;
    border-color: #EEEEEE;
    color: #F5F6F0;
    border-top: 1px solid #999;
    border-bottom: 1px solid;
    padding: 0 25px;
}

#menu .CL-box-main ul {
    margin: 0 auto;
    padding: 0;
    /*text-align: center;*/
}

#menu .CL-box-main li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    /*display:inline-block;*/
}

/* DESKTOP ONLY */
@media (min-width: 768px) {
    #menu .CL-box-main ul {
        text-align: center;
    }

    #menu .CL-box-main li {
        float: none;
        display: inline-block;
    }
}


#menu .CL-box-main li a {
    font-family: verdana, arial, sans-serif;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
    padding: 11px 14px 2px 14px;
    font-size: 12px;
    border-right: 1px solid;
    background: transparent;
    color: #F5F6F0;
    border-color: #989898;
}

#menu .CL-box-main li a.first {
    border-left: 1px solid #989898;
}

#menu .CL-box-main li a:hover {
    color: #006BA3;
    background: #525252;
    color: #F5F6F0;
    border-color: #989898;
}

#menu .CL-box-main li.CL-parent-menu>a {
    background: url("../img/arrow_downWhite.png") no-repeat scroll 90% 58% transparent;
    padding-right: 25px;
    transition: all 300ms ease 0s
}

#menu .CL-box-main li.CL-parent-menu>a:hover {
    background: url("../img/arrow_down_hoverWhite.png") no-repeat scroll 90% 61% #525252;
}

#menu .CL-box-main ul li ul {
    display: none;
}

#menu .CL-box-main li.CL-parent-menu.hovered>ul {
    display: block;
}

#menu .CL-box-main ul li ul {
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    width: 250px;
    z-index: 100;
    background: #6E6E6E;
    margin-top: 40px;
}

#menu .CL-box-main li.CL-parent-menu ul li {
    float: left;
    width: 250px;
}

#menu .CL-box-main li.CL-parent-menu ul li.CL-parent-menu>a {
    background: url("../img/arrowWhite.png") no-repeat scroll 230px 55% transparent;
    width: 250px;
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
}

#menu .CL-box-main li.CL-parent-menu ul li.CL-parent-menu>a:hover {
    background: url("../img/arrow_selectWhite.png") no-repeat scroll 230px 55% #525252;
}

#menu .CL-box-main li.CL-parent-menu ul li a {
    width: 250px;
    text-align: left;
    padding-left: 20px;
    background-color: #6E6E6E;
    padding-right: 0;
    border-bottom: 1px solid #989898;
}

#menu .CL-box-main li.CL-parent-menu ul li a:hover {
    background: #525252;
}

#menu .CL-box-main li.CL-parent-menu ul li.CL-parent-menu ul {
    left: 250px;
    margin-top: 0px;
}

#menu h2 {
    display: none;
}


.toggle-nav {
	display:none;
}

.main-nav {

}


/*------------------------------------*\
	 $SIDEBAR
\*------------------------------------*/


/* sidebar */

.sidebar {
    padding: 0 15px;
}

.sidebar h3 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.sidebar h4 {
    font-size: 1.1em;
    line-height: 1.1em;
}

.sidebar #email,
.sidebar #password {
    width: 100% !important;
}

.sidebar .CL-box-title {
    font-size: 24px;
}
/*
.sidebar #CL-recover-password {
    display: inline-block;
    position: relative;
    right: -30px;
    text-align: right;
    margin-left: 10px;
}*/

.sidebar .CL-custom-html {
    margin: 10px;
}

.sidebar .CL-box-main h1,
.sidebar .CL-box-main h2,
.sidebar .CL-box-main p {
    margin: 0
}

.sidebar .CL-box-main h2 {
    font-size: 16px;
    font-weight: normal;
    padding: 8px 0px 10px 0px;
}

.sidebar .CL-box-main p {
    line-height: 16px;
    padding: 0px 0px 8px 0px;
}

.sidebar .CL-box-main ul {
    margin: 0px 0px 18px 10px;
    padding: 0;
}

.sidebar .CL-box-main a,
.sidebar .CL-box-main a:hover {
    text-decoration: none;
}

.sidebar .CL-portlet-menu .CL-box-main li {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

.sidebar .CL-portlet-menu .CL-box-main li a,
.sidebar .CL-portlet-menu .CL-box-main li a:hover {
    height: 18px;
    text-decoration: none;
    padding: 0px 0px 2px 14px;
}

.sidebar .leaflet-container {
    margin-bottom: 15px;
}

.sidebar .CL-box-main {
    text-align: left;
    margin: 0px 0px 11px 0px;
    padding: 10px;
    border-radius: 10px;
}

.sidebar .CL-box-main {
    background: #E1E5D5;
    color: #555;
}

.sidebar .CL-portlet-menu .CL-box-main li a {
    background: transparent url("../img/arrowBlack.png") no-repeat left center;
    color: #555;
    font-size: 14px;
}

.sidebar .CL-portlet-menu .CL-box-main li li {
    margin-top: 2px;
}

.sidebar .CL-portlet-menu .CL-box-main li {
    font-weight: bold
}

.sidebar .CL-portlet-menu .CL-box-main li li {
    font-weight: normal
}

.sidebar .CL-portlet-menu .CL-box-main li a:hover {
    background: transparent url("../img/arrow_selectBlack.png") no-repeat left center;
    color: #555;
}

.sidebar .CL-box-main a:hover {
    color: #777;
}


/*------------------------------------*\
	 $POLL
\*------------------------------------*/

.CL-question .graph {
    width: 185px;
    right: 30px;
}

.CL-question .bar-title {
    position: relative;
    float: left;
    width: 81px;
    margin-right: 12px;
    font-weight: bold;
    text-align: left;
    margin-left: 5px;
}

.CL-question .bar-container .bar-line {
    height: 20px;
}

.CL-question .poll-results p {
    float: left;
    text-align: center;
}

.sidebar .CL-poll-results p {
    padding-top: 8px;
}

.CL-poll-results h3,
.CL-poll-results h4,
.CL-poll-results span {
    text-align: center;
}

.CL-poll-results p {
    text-align: center;
}

.CL-show-other-poll-result {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 185px;
}

.CL-count-value {
    float: right;
}


/* anketa */

.CL-poll-form input {
    display: inline-block;
    margin-bottom: 8px
}

.CL-poll-form label {
    font-size: 14px;
    line-height: 20px
}

.sidebar .CL-portlet-poll .CL-box-main p:first-child {
    font-size: 17px;
    margin-bottom: 2px
}

.CL-graph-wrapper {
    margin-top: 15px;
}

.CL-graph-wrapper .graph {
    width: 225px;
}

.CL-question .bar-container {
    position: relative;
    float: left;
    width: 125px;
    height: 20px;
    margin: 0px 0px 5px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.CL-question .bar-container strong {
    position: absolute;
    left: 4px;
    top: 2px;
    overflow: hidden;
}

.CL-show-other-poll-result {
    width: 100%;
    text-indent: 0;
    padding: 5px;
}

.CL-poll-results span {
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.CL-poll-results h3 {
    margin-bottom: 5px
}


/*------------------------------------*\
	 $SEARCH
\*------------------------------------*/

.sidebar .CL-search .Cl-search-text {
    width: 100px;
    background: url("../img/search.png") no-repeat scroll 96% center #FFFFFF;
}

.sidebar .CL-search .CL-search-submit {
    color: #777777;
}


/*------------------------------------*\
	 $GALLERY
\*------------------------------------*/

.CL-gallery-single-image-wrapper {
    border-radius: 10px;
}

.CL-gallery-single-image-wrapper .CL-gallery-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/*------------------------------------*\
	$ARTICLES
\*------------------------------------*/

.CL-article-title-comment {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 11px;
    letter-spacing: 0;
}

.CL-article-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.CL-article-into {
    margin: 0;
    padding: 0;
}

.CL-article-layout {
    width: 100%;
    float: left;
}

.CL-article-block-group {
    width: 100%;
}

.CL-article-block-group,
.CL-article-column {
    float: left;
}

.CL-article-column-separator {
    float: left;
    width: 4%;
    height: 1px;
}

.CL-article-block {
    padding: 5px 0;
}


/* pager */

.CL-pager {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.CL-pager a.CL-pager-page-link {
    text-decoration: none;
}

.CL-pager a.CL-pager-page-link:hover {
    text-decoration: none;
}


/*------------------------------------*\
	$FOOTER
\*------------------------------------*/

#footer {
    text-align: center;
}

#footer a {
    text-decoration: none;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px dashed;
    color: white;
}

#footer {
    background: #B5B9A7;
    color: #414141;
    border-color: #6D913D;
    padding: 0;
}

#footer a,
#footer a:hover {
    background: transparent;
    color: #414141;
}

footer {
    background: gray
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a {
    color: white!important;
}

#footer>p {
    padding: 15px 0
}

#footer a:hover {
    text-decoration: none;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid;
}

.rowFooter {
    min-height: 20px;
}

.rowFooterFull {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.rowFooter .CL-box-main {
    padding: 5px;
    margin-bottom: 15px
}


#footerTop,
#footerTopMiddle {
    background: gray;
}

#footerTop .CL-box-main,
#footerTopMiddle .CL-box-main {
    padding: 8px 0;
}

#footerTop .CL-box-main-title,
#footerTopMiddle .CL-box-main-title {
    text-align: center;
}

#footerTop .CL-box-text-content,
#footerTopMiddle .CL-box-text-content {
    color: #fff;
}


/*------------------------------------*\
	$BOX_LAYOUTS
\*------------------------------------*/

.box-container {
    padding: 10px;
}

.box-identity {
    height: 70px;
    position: relative;
}

.icon-place {
    height: 48px;
    position: absolute;
    width: 48px;
    top: 1px;
}

.box-header {
    float: left;
    display: inline-block
}

.CL-box-no-icon.CL-box-style-0 .box-header,
.CL-box-no-icon.CL-box-style-1 .box-header,
.CL-box-no-icon.CL-box-style-2 .box-header {
    left: 0;
}

.CL-box-style-1 .CL-box-subtitle,
.CL-box-style-2 .CL-box-subtitle {
    font-size: 13px;
    margin: 0;
}

.CL-box-style-1 .icon-place,
.CL-box-style-1 .CL-box-icon,
.CL-box-style-2 .icon-place,
.CL-box-style-2 .CL-box-icon {
    top: 0;
}

.CL-box-style-1 .box-identity,
.CL-box-style-2 .box-identity {
    height: 55px;
}

.CL-box-style-2 .box-identity {
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

.CL-article-block .CL-box-default.CL-box-style-2,
.CL-box-live-preview .CL-box-default.CL-box-style-2 {
    background-color: transparent;
}


/* added */

.CL-box-default .CL-box-content-image-wrapper {
    max-width: 100%;
}

.CL-box-default .CL-box-content-image-wrapper img {
    max-width: 100%;
}


/*boxevi standardno */

.CL-box-default.CL-box-no-icon .CL-box-icon,
.CL-box-default.CL-box-no-link .CL-box-read-more-link,
.CL-box-default.CL-box-no-title h3,
.CL-box-default.CL-box-no-subtitle h4 {
    display: none
}


/* special */


/*boxevi standardno */

.CL-box-default.CL-box-no-icon.CL-box-no-title.CL-box-no-subtitle .box-identity {
    display: none
}


/*------------------------------------*\
	$BREADCRUMB (TRAIL)
\*------------------------------------*/

#trail {
    background: #F5F6F0;
    padding: 0;
    text-indent: 6px;
}

#trail .CL-trail {
    padding: 10px 5px;
    font-weight: bold;
    font-size: 15px;
}

#trail .CL-box-main-title {
    display: none;
}

#trail .CL-trail a {
    text-decoration: none;
}

#trail .CL-trail a:hover {
    text-decoration: none;
    color: #777;
}

.sidebar .CL-trail {
    padding: 5px;
    padding-left: 0;
    margin-left: 10px;
}

.sidebar .CL-trail a {
    color: #F06B00;
    padding: 0;
}


/*------------------------------------*\
	$BANNER
\*------------------------------------*/

#banner {
    background: #B5B9A7;
    padding: 0;
}

#banner .CL-box-main-title {
    display: none;
}

#banner .CL-box-main-content {

}


/*------------------------------------*\
	$SEARCH_RESULT
\*------------------------------------*/

.CL-search-result-text {
    width: 100% !important;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
    padding-left: 5px;
    color: #777;
}

.CL-search-result-submit,
.CL-search-result-scope {
    color: #777;
}

/*
.CL-search-result-toolbar {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0px;
}

.CL-search-results {
    font-family: arial, sans-serif;
}

.CL-search-result-submit {
    float: right;
    color: #777777;
}

.CL-search-result-text {
    float: left;
    height: 18px;
    padding-left: 5px;
}

.CL-search-result-scope {
    float: left;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    color: #777;
}

#main .CL-search-result-text {
    margin-right: 10px !important;
}

.CL-search-result-group {
    padding: 0;
}

.CL-search-result-group-title {
    font-family: arial, sans-serif;
}

.CL-search-result-item a:hover {
    text-decoration: none;
}

.CL-search-result-item-title:hover {
    text-decoration: none;
}*/

.CL-search {
    display: inline-block;
    position: relative;
}

.btn_search {
    background: transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1px;
    width: 34px;
    height: 34px;
    font-family: fontAwesome;
    color: #777777;
    border: none!important;
    opacity: 0.27;
    transition: all 400ms ease 0s, all 400ms ease 0s;
    font-size: 23px;
    box-shadow: none!important;
    bottom: auto;
    left: auto
}

.btn_search:hover {
    opacity: 1
}

.CL-search-text {
    width: 226px!important;
    border-radius: 5px!important;
    text-indent: 8px
}

.button {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    border: none;
    padding: 4px 15px 5px 15px;
}


/*------------------------------------*\
	$CONTACT_BOOKING_FORMS
\*------------------------------------*/

.CL-contact-form {
    max-width: 100%;
}

.CL-contact-form .button,
.CL-booking-form .button {
    width: 100%!important
}

.CL-contact-form .text-input-required,
.CL-contact-form .text-input {
    max-width: 100%;
    display: inline-block;
}

.CL-form-item.CL-contact-form-item {
    font-family: arial
}

.CL-contact-form textarea,
.CL-booking-form textarea {
    padding: 7px;
    max-width: 100%;
    display: inline-block;
}

.CL-booking-form select {
    background: #fff;
}

.CL-form-item.CL-contact-form-item {
    max-width: 100%;
}

.CL-contact-form .button,
.CL-booking-form .button {
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px
}


/**/


/* zajednicko kontakt anketa, admin login pretraga */

.CL-admin-form.CL-login-form input,
.CL-contact-form input,
.CL-booking-form input {
    text-indent: 7px;
}

/*------------------------------------*\
	$UPLOAD
\*------------------------------------*/

.downloadButton {
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    display: block;
    float: left;
    color: white;
    position: relative;
    left: 0px;
    /* CHECK this out, possible fix needed for 16px */
    top: -5px;
    /* CHECK this out, possible fix needed for 16px */
    height: 40px;
    padding: 8px;
}

.CL-article-block.CL-module-renderer.CL-article-Upload {
    display: inline-block;
    margin-right: 15px;
}

.CL-upload-file-link-text {
    color: white;
    line-height: 28px;
    padding: 3px 15px 0 12px;
    display: inline-block
}

.CL-upload-file-link {
    display: inline-block;
    color: white;
}

.CL-upload-file-container {
    height: 35px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 300ms ease 0s;
}

.CL-portlet .CL-box-main-content .CL-upload-file-container {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.CL-portlet .CL-box-main-content .CL-upload-file-container .CL-command-option.CL-command-option-caption {
    font-size: 11px;
}

.CL-upload-link-icon {
    left: 8px;
    position: relative;
    top: 3px;
}


/*------------------------------------*\
	$SLIDER
\*------------------------------------*/

.nivo-control {
    padding: 0;
}


/*za custom slider*/

.theme-dark .nivo-directionNav a {
    text-indent: 0;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    height: 44px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0.75;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transition: opacity 300ms ease 0s;
    vertical-align: middle;
    width: 44px;
    z-index: 999;
    background: transparent!important
}

.theme-dark a.nivo-prevNav {
    bottom: 50%;
    right: auto;
    left: 25px;
    z-index: 8;
    color: white;
}

.theme-dark a.nivo-nextNav {
    bottom: 50%;
    left: auto;
    right: 25px;
    z-index: 8;
    color: white
}

.theme-dark a.nivo-nextNav:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: 0;
    right: -1px;
}

.theme-dark a.nivo-prevNav:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: 0;
    right: 0px;
}

.theme-dark .nivoSlider {
    margin-bottom: 0px;
}

.theme-dark .nivo-directionNav a:hover {
    opacity: 1;
    background: none;
    border-radius: 50%;
}

.theme-dark .nivo-controlNav {
    background: transparent!important;
    height: 0px;
    left: 0;
    padding: 0px;
    position: relative;
    text-align: center;
    top: -31px;
    z-index: 10;
}

.theme-dark .nivo-controlNav a {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: relative;
    text-indent: -9999px;
    width: 18px;
    background-image: none;
}

.theme-dark .nivo-controlNav a:before {
    background-color: #FFFFFF;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 6px;
}

.theme-dark .nivo-controlNav a.active {
    border-color: #fff
}

.theme-dark .nivo-controlNav a:hover {
    border-color: #fff
}

.CL-image-slider {
    background: transparent;
}

.sidebar .CL-image-slider {
    margin-bottom: 15px;
}


/* end custom slider*/


/*------------------------------------*\
	$FIXES
\*------------------------------------*/

.CL-box-subtitle {
    padding: 0;
    font-size: 13px
}

.CL-video-container {
    max-width: 100%
}

.CL-article-text-item ul,
.CL-article-text-item ol,
.CL-box-default ul,
.CL-box-default ol {
    list-style-position: inside;
}

.CL-box-main-title {
    margin-bottom: 5px;
}

.CL-calendar-container {
    max-width: 100%;
    min-width: inherit;
}
