﻿* {
    margin: 0;
    padding: 0;
}

.sidebar-edit-link-wrapper img {
    height: 20px !important;
}

.library-delete {
    height: 30px;
    width: 50px;
    display: block;
    padding-top: 13px;
}

button:hover, input[type="submit"]:hover, label:hover {
    cursor: pointer;
}

a img {
    border: 0;
}

p {
    line-height: 140%;
}

.fb-like iframe {
    max-width: initial;
    overflow: visible;
}

.fancybox {
    display: inline-block;
    margin: 1px;
    padding: 4px;
}

    .fancybox img {
        height: 64px;
        width: 64px;
    }

#page-edit-link, #page-edit-link:hover, #page-edit-link img {
    background: none !important;
    height: 20px;
}

#sidebar-edit-link, #sidebar-edit-link:hover, #sidebar-edit-link img {
    background: none border-box;
    height: 16px;
}

.page-edit-link-wrapper {
    clear: both;
    display: inline-block;
    position: absolute;
}

.sidebar-edit-link-wrapper {
    clear: both;
    display: inline-block;
    position: absolute;
}

#content-wrapper ul {
    /*padding-left: 40px;*/
    padding: 0px 20px 0px 20px;
}

#sidebar-1 img:not(div.box_skitter img), #sidebar-2 img:not(div.box_skitter img), #sidebar-3 img:not(div.box_skitter img), #sidebar-4 img:not(div.box_skitter img), #contents-wrapper img:not(div.box_skitter img) {
    height: auto; /*!important*/
    max-width: 100%; /*!important*/
}

.mandatory-field {
    color: Red;
}

.gallery {
    list-style: none;
    display: inline-block;
}

.gallery-image {
    float: left;
}

.page-edit-link-wrapper {
    display: none;
}

.sidebar-edit-link-wrapper {
    display: none;
}

#content-wrapper:hover .page-edit-link-wrapper {
    display: inline-block;
}

.widget-custom:hover .sidebar-edit-link-wrapper {
    display: inline-block;
}

.miniSearch {
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    overflow: hidden;
}

#buttonSearch:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); /* Internet Explorer */
    background: linear-gradient(top, #fff, #dcdcdc); /* W3C */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); /* Chrome, Safari */
    background: -moz-linear-gradient(top, #fff, #dcdcdc); /* Firefox */
    background-image: linear-gradient(#fff, #dcdcdc); /* Opera */
    color: #000 !important;
    cursor: pointer;
    text-decoration: underline;
}

#buttonSearch span {
    background: #dcdcdc url(../Images/magnify.png) 50% 50% no-repeat;
    /*background: #dcdcdc url(https://png.findicons.com/files/icons/1616/vaga/16/magnify.png) 50% 50% no-repeat;*/
    border: 0;
    border-radius: 2px 0 0 2px;
    border: 1px solid #fff;
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
}

.search span {
    background-image: url(../Images/magnify.png);
    /*background-image: url(https://png.findicons.com/files/icons/1616/vaga/16/magnify.png);*/
}

#buttonSearch {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); /* Internet Explorer */
    background: linear-gradient(top, #fff, #dcdcdc); /* W3C */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); /* Chrome, Safari */
    background: -moz-linear-gradient(top, #fff, #dcdcdc); /* Firefox */
    background-image: linear-gradient(#fff, #dcdcdc); /* Opera */
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: gray !important;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 26px;
    margin: 1px;
    padding: 0 8px 0 36px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 #FFF, inset -1px 0px 0 #FFF;
    height: 28px;
    width: 30px;
    padding-left: 20px;
}

#search {
    width: 125px;
    margin-right: 3px;
}

.newsReadMore {
    color: black;
    max-width: 165px;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    float: left;
    margin: 10px 10px;
    overflow: hidden;
    /*height: 125px;*/
}

.newsReadMorePic {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}

/*
.gallery-wrapper-logo {
    max-width:650px;
}*/

.gallery-wrapper-logo * {
    line-height: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-wrapper-logo > div li {
    width: 33%;
}

    .gallery-wrapper-logo > div li img {
        width: 33%;
        height: auto !important;
    }

.gallery-wrapper-logo > div > * {
    display: inline-block;
    position: relative;
}

.gallery-wrapper-logo > div > div {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
}

.gallery-wrapper-logo > div div > input:last-child {
    top: 11px;
}

.gallery-wrapper-logo > div div > input:first-child {
    top: 11px;
}

.gallery-wrapper-logo ul {
    list-style: none;
}

.gallery-wrapper-logo > div > div > input:last-child {
    top: 11px;
}

.gallery-wrapper-slider {
    position: relative;
}

    .gallery-wrapper-slider > *:nth-child(2) {
        position: absolute;
        top: 0px;
        left: 0px;
    }
