* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.shadow-inset:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn {
    height: 29px;
    border: 1px solid;
    padding: 6px 14px;
    overflow: visible;
    color: #FFF;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    background-color: #dcb568;
    border: 1px solid #dcb568;
    font-family: "nino caps";
}
.btn.btn-silver[disabled] {
    background-color: #DDD;
    border-color: #DDD;
    color: #666;
}
.btn.btn-yellow[disabled] {
    opacity: 0.5;
    cursor: default;
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-yellow {
    background-color: #dcb568;
    border-color: #dcb568;
    color: #FFF;
}
.btn-blue {
    background-color: #97a5ad;
    border-color: #97a5ad;
    color: #FFF;
}
.btn-silver {
    border-color: #b6b6b6;
    color: #FFF;
    background-color: #b6b6b6;
}
.btn-white {
    border-color: #DDD;
    color: #666;
    background-color: #FFF;
}
.btn-white:hover {
    color: #333;
    border-color: #BBB;
}
.btn.btn-lg {
    height: 45px;
    font-size: 16px;
    font-weight: bold;
}
.btn.btn-sm {
    height: 22px;
    line-height: 11px;
    padding: 2px 6px;
}
.btn:hover { 
    background-color: #fff;
    color: #dcb568;
}
.btn-lg {
	height: 45px;
}
.row:after {
    display: block;
    content: '';
    clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }
.col-center {
    float: inherit!important;
    margin: 0 auto;
}
.j-form {
    visibility: hidden;
    height: 0;
}
.contact-form, header, .news-container .news a {
	height: auto!important;
}
.header {
    margin: 25px 0 0;
}
.header ul {
    
}
.contact .contact-form input[type=text], .contact .contact-form textarea {
	margin: 0;
}
.captcha-and-submit input {
    height: 40px!important;
}
.captcha-and-submit input[type=text] {
    width: 80px!important;
    font-size: 15px;
}
.captcha {
    float: left;
    height: 45px;
    width: 95px;
    background-image: url('../img/captcha.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.captcha-text {
    float: left;
    margin-left: 10px;
    width: 80px!important;
}
.m-0 { margin: 0!important; }
.m-top-0 { margin-top: 0!important; }
.m-left-5 { margin-left: 5px!important; }
.m-top-5 { margin-top: 5px!important; }
.m-5 { margin: 5px!important; }
.m-top-10 { margin-top: 10px!important; }
.m-left-10 { margin-left: 10px!important; }
.m-top-15 { margin-top: 15px!important; }
.m-top-20 { margin-top: 20px!important; }
.m-left-20 { margin-left: 20px!important; }
.m-20 { margin: 20px!important; }
.p-0 { padding: 0!important; }
.p-5 { padding: 5px!important; }
.p-left-5 { padding-left: 5px!important; }
.p-right-5 { padding-right: 5px!important; }
.p-20 { padding: 20px!important; }
.left { float: left!important; }
.right { float: right!important; }
.db { display: block; }
.dib { display: inline-block; }
.input-error {
    font-size: 12px;
    color: rgb(231, 76, 60);
    margin-top: 5px;
    line-height: 11px;
}
.full-width { width: 100%!important; }
.relative {
    position: relative;
}
.nowrap {
    white-space: nowrap;
}
.font-size-12 {
    font-size: 12px;
}
.news-container .news a span {
	margin: 0 0 15px;
    font-weight: bold;
}
.camera h4 {
	margin: 20px 0;
}
.data-not-found {
    text-align: center;
    padding: 30px;
    font-size: 14px;
    color: #333;
    background-color: #FFF;
    float: left;
    width: 100%;
}
.icon-16 {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url('../img/icons_16.png?v=0.1');
}
.icon-16.red {
    background-position-x: -16px;
}
.icon-16.green {
    background-position-x: -32px;
}
.star-16 {
    background-position-y: 0;
}
.del-16 {
    background-position-y: -16px;
}
.edit-16 {
    background-position-y: -32px;
}
.slider-16 {
    background-position-y: -48px;
}
.slider-1-16 {
    background-position-y: -64px;
}
.add-16 {
    background-position-y: -80px;
}
.plugin-loader {
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85)!important;
    z-index: 1;
}
.plugin-loader i {
    position: absolute;
    left: 50%;
    margin-left: -15.5px;
    top: 50%;
    margin-top: -15.5px;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-image: url('../img/plugin_loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
}
.header li {
    position: relative;
}
.header li ul {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    will-change: transform;
    z-index: 8;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
    min-width: 250px;
    background: #FFF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal;
    /* -webkit-transition-delay: .15s;
    transition-delay: .15s; */
    border: 1px solid #E5E5E5;
    border-bottom-color: #DFDFDF;
    box-shadow: 0 2px 4px rgba(200, 200, 200, 0.2);
    opacity: 0;
    visibility: hidden;
}
.header li ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
    margin-top: -7px;
    margin-left: -6px;
    background: #E5E5E5;
    z-index: 0;
}
.header li ul li {
    background-color: #FFF;
    z-index: 1;
    margin: 0 10px;
}
.header li ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}
.header > ul > li a {
    display: block;
}
.header > ul > li > ul a {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0;
}
.header ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.editor {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.editor, .editor * {
    font-size: 14px;
    line-height: 21px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.editor p, .editor ul, .editor ol, .editor li {
    margin: 10px 0;
}
.editor ul, .editor ol {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style: initial;
}
.editor u {
    text-decoration: underline;
}
.editor em, .editor i {
    font-style: italic;
}
.editor > *:first-child {
    margin-top: 0;
}
.editor > *:nth-last-child(2) {
    margin-bottom: 0;
}
.slider, .words {
    border: 0;
}
.news-view .img, .news-view video {
    float: left;
    margin: 0 10px 10px 0;
}
.news-view .title {
    font-family: "nino caps";
}
.news-container .news {
    height: 336px;
    overflow: hidden;
    margin: 30px 30px 30px 0;
}
.pagination {
    margin-top: 20px;
    text-align: center;
}
.pagination div {
    display: inline-block;
}
.pagination span {
    display: block;
    float:left;
    text-align: center;
    padding: 4px 2px;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 16px;
    height: 13px;
    min-width:15px;
}
.pagination a {
    display: block;
    float:left;
    text-align: center;
    margin: 0 3px;
    padding: 7px 8px;
    font-size: 12px;
    color: #4c4c4c;
    text-decoration: none;
    line-height: 16px;
    height: 30px;
    min-width: 30px;
    cursor:pointer;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background-color: #fafafa;
    /*transition: all 0.1s ease-in-out;
    -webkit-transition:  all 0.1s ease-in-out;
    -moz-transition:  all 0.1s ease-in-out;
    -o-transition:  all 0.1s ease-in-out;*/
}
.pagination a:not(.active):active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.pagination a:hover, .pagination a.active {
    background-color: #dcb568;
    border-color: #dcb568;
    color:#FFF;
}
.pagination a.active {
    cursor: default;
}
.pagination a:active {
    background-color: #dcb568;
}
.pagination a:first-child {
    margin-left: 0;
}
.pagination a:last-child {
    margin-right: 0;
}
.table {
    width: 100%;
}
.table div span {
    width: 400px;
}
.options span, .options a {
    display: inline-block;
    float: left;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #F8F8F8;
    border-radius: 2px;
}
.options span:hover, .options a:hover {
    background-color: #DDD;
}
.donators {
    padding-bottom: 20px
}
.donators-list li {
    display: inline-block;
    width: 100%;
    background-color: #f3f3f3;
    float: left;
}
.donators-list li:nth-child(2n+0) {
    background-color: #FFF;
}
.donators-list li:last-child {
    border-bottom: 1px solid #f3f3f3;
}
.donor-title {
    padding: 5px 0;
    text-transform: uppercase;
}
.donors-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
.donors-list > div > div > p {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 5px;
}
.donors-list > .col-6:first-child {
    border-right: 1px solid #e5e5e5;
}
.edit-donor {
    width: 517px;
    padding: 20px;
}
.edit-donor input[type=text], .edit-donor textarea {
    width: 100%;
}
.edit-donor textarea {
    height: 108px;
}
.donation-form-1 input[type=text], .donation-form-1 select {
    border: 1px solid #dcb568;
    width: 100%;
}
.donation-form-1 .options {
    position: absolute;
    right: -30px;
    top: 1px;
}
.slider .container span {
    margin-bottom: 10px;
    font-size: 18px;
}
.contact .contact-map {
    height: 356px;
}
.news-album {
    margin-top: 40px;
}
.news-album a {
    float: left;
    width: 229px;
    height: 172px;
    background-color: #FFF;
    margin: 0 5px 5px 0;
    border: 1px solid #CCC;
    position: relative;
    border-radius: 2px;
}
.news-album a:hover {
    border-color: #dcb568;
}
.news-album a img {
    width: 100%;
    height: 100%;
}
.highslide img {
    border: 0!important;
}
/*.reports {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-right: 0;
    margin: 30px 0;
}
.reports > div {
    display: table;
    width: 100%;
}
.reports > div > div {
    display: table-cell;
    float: inherit;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.reports > div:first-child {
    background-color: #f3f3f3;
}
.reports > div > div:not(:first-child) {
    text-align: center;
}*/
.pay-form {
    width: 300px;    
}
.pay-amount {
    text-align: center;
    font-size: 30px;
    color: #555;
}