/* ====================== GENERAL STYLES====================== */
* {
    outline: none;
}

body, html {
    width: 100%;
    height: 100%;
    font: 12px/1.25 Arial, Helvetica, sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    margin: 0;
    background: #614f3a url("../images/bg-main.jpg") no-repeat 50% 0 / 100% auto;
    direction: rtl;
}

a {
    color: #63554a;
    text-decoration: underline;
    outline: none;
}
#st_gdpr_iframe{
    left: 0 !important;
}
a:hover {
    text-decoration: none;
}

a img, fieldset {
    border: none;
}

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

header, footer, article, section, nav, figure {
    display: block;
}

/* general form styles */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
    height: 31px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #605247;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #605247;
    display: block;
    margin: 0;
    outline: none;
    background: #efe9dc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZTlkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGQ3YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efe9dc 0%, #ddd7c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efe9dc), color-stop(100%, #ddd7c8));
    background: -webkit-linear-gradient(top, #efe9dc 0%, #ddd7c8 100%);
    background: -o-linear-gradient(top, #efe9dc 0%, #ddd7c8 100%);
    background: -ms-linear-gradient(top, #efe9dc 0%, #ddd7c8 100%);
    background: linear-gradient(to bottom, #efe9dc 0%, #ddd7c8 100%);
}

::-webkit-input-placeholder {
    color: #63554a;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #63554a;
}

input:focus:-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #63554a;
    opacity: 1;
}

input:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #63554a;
}

input:focus:-ms-input-placeholder {
    opacity: 0.5;
}

textarea {
    width: 100%;
    padding: 10px;
    overflow: auto;
    resize: none;
    font-size: 16px;
    line-height: 20px;
    height: 142px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

q {
    quotes: none;
}

q:before {
    content: 'вЂњ';
}

q:after {
    content: 'вЂќ';
}

/* main page styles */
#wrapper {
    width: 100%;
    overflow: hidden;
}

#page {
    width: 980px;
    margin: 38px auto 0;
    background: #f0eadd;
}

#header {
    height: 109px;
    border-top: 1px solid #e2cf9d;
    background: url("../images/bg-header.jpg") no-repeat;
    position: relative;
}

.logo {
    float: right;
    margin: 30px 25px 0 0;
}

.languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 12px;
}

.languages ul li {
    float: left;
    padding: 15px 12px 0 14px;
    background: url("../images/separator.gif") no-repeat;
}

.languages ul li:first-child {
    background: none;
}

.languages ul li a {
    color: #3a2f26;
    text-decoration: none;
}

.languages ul li a:hover {
    text-decoration: underline;
}

.search-panel {
    float: left;
    width: 248px;
    margin: 37px 0 0 22px;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
}

.search-panel .tabset {
    margin: 0 !important;
    padding: 0 5px 0 0 !important;
    list-style: none !important;
    font-size: 12px !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
}

.search-panel .tabset:after {
    content: "";
    display: block;
    clear: both;
}

.search-panel .tabset li {
    float: right !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.search-panel .tabset li a {
    display: block !important;
    padding: 0 15px !important;
    border: 1px solid #605147 !important;
    border-bottom: none !important;
    background: #605147 !important;
    border-radius: 5px 5px 0 0 !important;
    margin: 0 -5px !important;
    color: #fefefe !important;
    font-weight: normal !important;
    font: 12px/13px Arial, Verdana, sans-serif !important;
    text-decoration: none;
}

.search-panel .tabset li.ui-state-active a:hover, .search-panel .tabset li.ui-state-active a {
    text-decoration: none !important;
    background: #f0eadd !important;
    color: #605247 !important;
    position: relative !important;
    z-index: 2 !important;
    line-height: 16px !important;
    margin: -3px -5px 0 0 !important;
}

.search-panel .search-tab {
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.search-panel input[type="text"] {
    padding: 0 10px 0 30px;
}

.search-panel input[type="submit"] {
    position: absolute;
    width: 19px;
    height: 19px;
    background: url("../images/btn-search.gif") no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    top: 6px;
    left: 7px;
    cursor: pointer;
}

#main-navigation {
    border-top: 1px solid #f0eadd;
    border-bottom: 1px solid #f0eadd;
    background: #5d4f44;
    box-shadow: inset 0 0 15px #594c41;
    position: relative;
    z-index: 100;
}

#main-navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    line-height: 43px;
}

#main-navigation:after {
    content: "";
    display: block;
    clear: both;
}

#main-navigation > ul > li {
    float: right;
    background: url("../images/separator-2.gif") no-repeat 100% 0;
    position: relative;
    padding: 0 2px 0 0;
}

#main-navigation > ul > li:first-child {
    background: none;
    padding: 0;
}

#main-navigation > ul > li > a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
}

#main-navigation > ul > li > a:hover {
    text-decoration: none;
}

#main-navigation > ul > li:hover > ul {
    display: block;
}

#main-navigation > ul ul {
    display: none;
    position: absolute;
    width: 158px;
    border: 1px solid #55483e;
    border-bottom: 2px solid #9b825b;
    margin: 0;
    padding: 0;
    list-style: none;
    right: 1px;
    top: 100%;
    background: #ceac6c;
    font-size: 13px;
    line-height: 14px;
}

#main-navigation > ul ul a {
    display: block;
    color: #fff;
    padding: 3px 5px 4px;
    text-decoration: none;
}

#main-navigation > ul ul > li:hover > a {
    background: #55483e;
    text-decoration: none;
}

#main-navigation > ul > li.tourism a {
    background: #b89f69;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OWY2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2QwYjM3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2NjYWI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzljNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b89f69 0%, #d0b376 37%, #ccab6b 67%, #c39c59 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b89f69), color-stop(37%, #d0b376), color-stop(67%, #ccab6b), color-stop(100%, #c39c59));
    background: -webkit-linear-gradient(top, #b89f69 0%, #d0b376 37%, #ccab6b 67%, #c39c59 100%);
    background: -o-linear-gradient(top, #b89f69 0%, #d0b376 37%, #ccab6b 67%, #c39c59 100%);
    background: -ms-linear-gradient(top, #b89f69 0%, #d0b376 37%, #ccab6b 67%, #c39c59 100%);
    background: linear-gradient(to bottom, #b89f69 0%, #d0b376 37%, #ccab6b 67%, #c39c59 100%);
}

#main-navigation > ul > li.tourism span {
    padding: 0 0 0 26px;
    background: url("../images/ico-tourism-link.png") no-repeat 0 50%;
}

#main-navigation > ul > li.has-drop-down > a > span:after {
    content: "";
    border: 4px solid transparent;
    border-top-color: #c59e5b;
    margin: 4px 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#main-navigation > ul ul > li.has-drop-down > a > span:after {
    content: "";
    border: 5px solid transparent;
    border-right-color: #55483e;
    margin: 5px 7px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 2px;
}

#main-navigation > ul > li > ul > li {
    position: relative;
}

#main-navigation > ul ul ul {
    top: 0;
    right: 100%;
    left: auto;
    display: none;
}

#main-navigation > ul ul li:hover ul {
    display: block;
}

#container {
    background: url("../images/shadow.png") repeat-x;
    padding: 26px 10px 5px;
}

#container:after {
    content: "";
    display: block;
    clear: both;
}

.columns-holder {
    padding: 0 18px 0 17px;
}

.columns-holder .content-column {
    float: right;
    width: 443px;
    margin: 0 26px;
}

.content-block {
    margin: 0 0 26px;
    border: 1px solid #d8d3c7;
    background: #f6f2eb;
    padding: 16px 13px 5px;
    clear: both;
}

.content-block h2 {
    margin: -9px -18px 1px;
    color: #4e4037;
    text-shadow: 1px 1px 0 #e0caa0;
    font-size: 17px;
    line-height: 33px;
    padding: 0 15px;
    background: #d8bb7f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4YmI3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTllNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8bb7f), color-stop(100%, #c59e5b));
    background: -webkit-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: -o-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: -ms-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: linear-gradient(to bottom, #d8bb7f 0%, #c59e5b 100%);
    position: relative;
}

.content-block h2:after, .content-block h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 4px;
    height: 39px;
    background: url("../images/bg-heading-corners.gif") no-repeat 0 -39px;
}

.content-block h2:before {
    left: auto;
    right: 0;
    background-position: 0 0;
}

.content-block .text-part, .textwidget {
    margin: 0 -13px;
    padding: 14px 13px 0;
    background: url("../images/shadow.png") repeat-x;
}

.content-column .content-block .text-part, .content-column .content-block .textwidget {
    line-height: 16px;
    padding: 17px 13px 3px;
}

.widget_em_calendar h2 {
    display: none;
}

.content-block .calendar, .widget_em_calendar.content-block {
    margin: -27px 0 26px;
    padding: 10px 11px 12px 12px;
    background: #ede8dd;
    border-top: 1px solid #d8d3c7;
}

p {
    margin: 0 0 12px;
}

.gallery {
    overflow: hidden;
    margin: 0 0 26px;
    border: solid #d8d3c7;
    border-width: 0 1px;
    position: relative;
}

.gallery .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery .slides li {
    position: relative;
}

.gallery .slides img {
    width: 100%;
}

.gallery .slides .caption {
    direction: rtl;
    background: rgba(1, 1, 1, 0.39);
    position: absolute;
    bottom: 22px;
    right: 0;
    font-size: 18px;
    color: #fff;
    min-height: 56px;
    padding: 2px 15px;
    letter-spacing: 1px;
    word-spacing: 1px;
    max-width: 395px;
}

.gallery .bx-controls {
    position: absolute;
    top: 8px;
    left: 16px;
    z-index: 200;
}

.gallery .bx-controls .bx-pager-item {
    float: right;
    margin: 0 10px 0 0;
}

.gallery .bx-controls .bx-pager-item a {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.49);
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
}

.gallery .bx-controls .bx-pager-item a.active, .gallery .bx-controls .bx-pager-item a:hover {
    background: #c69f5c;
}

.content-block .news {
    margin: 0 0 0 -18px;
    letter-spacing: -3px;
    word-spacing: -3px;
}

.content-block .news-block {
    display: inline-block;
    width: 195px;
    letter-spacing: 0;
    word-spacing: 0;
    vertical-align: top;
    margin: 0 0 12px 18px;
    color: #63554a;
    line-height: 16px;
}

.content-block .news-block h3 {
    margin: 0 0 4px;
    font-size: 13px;
    color: #63554a;
    font-weight: bold;
}

.content-block .news-block img {
    display: block;
    margin: 0 0 4px;
}

.content-block .news-block p {
    margin: 0 0 3px;
}

.more {
    color: #c39c5a !important;
}

.columns-holder .aside {
    float: right;
    width: 215px;
}

.posts-list, .widget_em_widget ul {
    margin: 0 0 -2px;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.widget_em_widget ul, .gce-widget-list .gce-list {
    margin: 0 -13px;
    padding: 14px 13px 46px;
    background: url("../images/shadow.png") repeat-x;
}

.posts-list li, .widget_em_widget ul li, .gce-widget-list .gce-list .gce-event-day {
    border-top: 1px solid #d8d3c7;
    padding: 10px 0 8px;
}

.posts-list li:first-child, .widget_em_widget ul li:first-child, .gce-widget-list .gce-list .gce-event-day:first-child {
    border: none;
    padding-top: 0;
}

.gce-widget-list .gce-list .gce-event-day .calendar-cell-event-content .start-date, .gce-widget-list .gce-list .gce-event-day .calendar-cell-event-content .duration {
    display: none;
}

.posts-list .date, .widget_em_widget .date, .gce-widget-list .gce-list .gce-event-day .gce-list-title {
    display: inline-block;
    color: #fff;
    background: #c39c5a;
    line-height: 18px;
    padding: 0 7px;
    margin: 0 0 2px;
    font-weight: normal;
}

.gce-widget-list .gce-list .gce-event-day .gce-list-title span {
    color: #fff;
}

.posts-list p, .widget_em_widget ul p, .gce-widget-list .gce-list .gce-event-day .gce-list-event {
    margin: 0;
}

.gce-widget-list .gce-list .gce-event-day .gce-list-event {
    background: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #63554A;
    display: block;
}

.posts-list a, .widget_em_widget ul a {
    text-decoration: none;
}

.social-networks {
    font-weight: bold;
    margin: 0;
    padding: 0 0 11px;
    list-style: none;
    line-height: 16px;
}

.social-networks li {
    margin: 0 0 14px;
}

.social-networks a {
    text-decoration: none;
    padding: 0 21px 0 0;
    display: inline-block;
}

.social-networks .facebook a {
    background: url("../images/ico-facebook.png") no-repeat 100% 50%;
}

.social-networks .googleplus a {
    background: url("../images/ico-google-plus.png") no-repeat 100% 50%;
}

.aside-block {
    margin: 0 auto 13px;
    color: #63554a;
    width: 185px;
}

.aside-block a {
    color: #63554a;
}

.aside-block p {
    margin: 6px 0 2px;
}

.aside-block img {
    display: block;
    width: 100%;
}

.aside-block h3 {
    margin: 0 0 1px;
    color: #fff;
    background: #50453d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNDUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzYwNTQ0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzU5NGI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzQ1M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #50453d 0%, #60544b 17%, #594b41 64%, #53453b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50453d), color-stop(17%, #60544b), color-stop(64%, #594b41), color-stop(100%, #53453b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #50453d 0%, #60544b 17%, #594b41 64%, #53453b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #50453d 0%, #60544b 17%, #594b41 64%, #53453b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #50453d 0%, #60544b 17%, #594b41 64%, #53453b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #50453d 0%, #60544b 17%, #594b41 64%, #53453b 100%); /* W3C */
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

.aside-block h3 a {
    color: #fff;
    text-decoration: none;
}

.aside-block.green h3 {
    background: #4a5735; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNTczNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzVlNmU0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzUyNjIzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzVjMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4a5735 0%, #5e6e44 18%, #526238 67%, #4c5c31 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a5735), color-stop(18%, #5e6e44), color-stop(67%, #526238), color-stop(100%, #4c5c31)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a5735 0%, #5e6e44 18%, #526238 67%, #4c5c31 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a5735 0%, #5e6e44 18%, #526238 67%, #4c5c31 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a5735 0%, #5e6e44 18%, #526238 67%, #4c5c31 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4a5735 0%, #5e6e44 18%, #526238 67%, #4c5c31 100%); /* W3C */
}

.aside-block.purple h3 {
    background: #7b3941; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiMzk0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzk0NDM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzhhMzkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDMxM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7b3941 0%, #94434c 18%, #8a393d 67%, #84313a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b3941), color-stop(18%, #94434c), color-stop(67%, #8a393d), color-stop(100%, #84313a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7b3941 0%, #94434c 18%, #8a393d 67%, #84313a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7b3941 0%, #94434c 18%, #8a393d 67%, #84313a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7b3941 0%, #94434c 18%, #8a393d 67%, #84313a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7b3941 0%, #94434c 18%, #8a393d 67%, #84313a 100%); /* W3C */
}

.aside-block.blue h3 {
    background: #346180; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NjE4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzNlNzQ5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzMyNjk5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTYxOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #346180 0%, #3e7497 18%, #326992 66%, #2a618a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #346180), color-stop(18%, #3e7497), color-stop(66%, #326992), color-stop(100%, #2a618a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #346180 0%, #3e7497 18%, #326992 66%, #2a618a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #346180 0%, #3e7497 18%, #326992 66%, #2a618a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #346180 0%, #3e7497 18%, #326992 66%, #2a618a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #346180 0%, #3e7497 18%, #326992 66%, #2a618a 100%); /* W3C */
}

.uploaded-file .file-name {
    display: block;
    border-bottom: 1px solid #d8d3c7;
    padding: 0 0 10px;
    margin: 0 0 8px;
    line-height: 13px;
}

.uploaded-file {
    margin: 5px 0 10px;
}

.uploaded-file .file-name a {
    color: #63554a;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 23px 2px 0;
    background: url("../images/ico-pdf.png") no-repeat 100% 50%;
    display: inline-block;
}

.newspaper-form {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

.newspaper-form input[type="text"], .newspaper-form input[type="email"] {
    background: #f4f2ed;
    border: 1px solid #c6c0b4;
    color: #63554a;
    margin: 0 0 10px;
}

.newspaper-form .remove {
    float: right;
    color: #9d948d;
    font-size: 12px;
    line-height: 18px;
}

.newspaper-form input[type="submit"] {
    float: left;
    text-align: left;
    font-weight: bold;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 12px;
    height: 18px;
    background: url("../images/arrow.png") no-repeat 1px 50%;
    border: none;
    cursor: pointer;
}

#footer {
    background: #e1dbd0 url("../images/bg-footer.gif") repeat-x;
    padding: 25px 0 45px;
    text-align: center;
}

#footer ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

#footer ul li, #footer .copyright span {
    display: inline-block;
    padding: 0 8px 0 7px;
    background: url("../images/separator-3.gif") no-repeat 100% 50%;
}

#footer ul li:first-child, #footer .copyright span:first-child {
    background: none;
}

#footer .copyright span {
    color: #887f78;
}

#footer ul li a {
    color: #53463b;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

/* home institution page */
.content-holder {
    background: #f6f2eb;
    border: 1px solid #d8d3c7;
    padding: 15px 27px 27px 26px;
    position: relative;
    margin: 0 18px 35px;
}

.content-holder:after {
    content: "";
    display: block;
    clear: both;
}

.content-holder .description {
    float: right;
    width: 394px;
    color: #4e4037;
}

.content-holder .media {
    float: left;
    width: 441px;
    direction: ltr;
}

.content-holder .media .video iframe {
    max-width: 100%;
}

.image-gallery {
    margin: 0 0 1px;
}

.image-gallery img {
    width: 441px;
    height: 317px;
}

.image-gallery .slide {
    position: relative;
}

.image-gallery .slide .slide-text {
    direction: rtl;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.63);
}

.image-gallery .slide .slide-text p {
    margin: 0;
}

.gallery-pager {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background: #f6e3c2;
}

.gallery-pager li {
    margin-right: 0 !important;
    background: #fff;
    padding: 0 1px 0 0;
}

.media .bx-wrapper {
    padding: 0 28px 0 27px;
    margin: 0 0 37px;
    position: relative;
    max-width: 100% !important;
}

.media .bx-pager {
    display: none;
}

.gallery-pager img {
    width: 96px;
    height: 66px;
}

.media .bx-wrapper .bx-prev, .media .bx-wrapper .bx-next {
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
    width: 26px;
    background: #d6b06f; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2YjA2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmEwNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6b06f), color-stop(100%, #c6a05e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d6b06f 0%, #c6a05e 100%); /* W3C */
    text-indent: -9999px;
}

.media .bx-wrapper .bx-next {
    left: auto;
    right: 0;
    width: 27px;
    border-left: 1px solid #fff;
}

.media .bx-wrapper .bx-prev:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #4e4037;
    top: 25px;
    right: 10px;
}

.media .bx-wrapper .bx-next:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-left-color: #4e4037;
    top: 25px;
    left: 10px;
}

.content-holder h1 {
    margin: 0 -32px 1px -31px;
    color: #4e4037;
    font-size: 20px;
    line-height: 45px;
    padding: 0 32px;
    background: #d8bb7f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4YmI3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTllNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8bb7f), color-stop(100%, #c59e5b));
    background: -webkit-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: -o-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: -ms-linear-gradient(top, #d8bb7f 0%, #c59e5b 100%);
    background: linear-gradient(to bottom, #d8bb7f 0%, #c59e5b 100%);
    position: relative;
}

.content-holder h1:after, .content-holder h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 4px;
    height: 51px;
    background: url("../images/bg-heading-corners-2.gif") no-repeat 0 -51px;
}

.content-holder h1:before {
    left: auto;
    right: 0;
    background-position: 0 0;
}

.content-holder .content-frame {
    margin: 0 -27px 0 -26px;
    padding: 30px 27px 1px 26px;
    background: url("../images/shadow.png") repeat-x;
}

.content-holder .content-frame:after {
    content: "";
    display: block;
    clear: both;
}

.content-holder .description {
    padding: 0 0 25px;
}

.content-holder .description section {
    padding: 0 10px 15px;
}

.content-holder .description h2 {
    margin: 0 -10px 15px;
    color: #fff;
    font-weight: normal;
    background: #ceac74; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlYWM3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTlmNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ceac74 0%, #c59f5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ceac74), color-stop(100%, #c59f5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ceac74 0%, #c59f5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ceac74 0%, #c59f5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ceac74 0%, #c59f5c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ceac74 0%, #c59f5c 100%); /* W3C */
    font-size: 12px;
    padding: 0 10px;
    line-height: 26px;
    position: relative;
}

.content-holder .description h2:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-top: 1px solid #d6d0c9;
    border-bottom: 1px solid #e9e4dd;
}

.content-holder .description dl {
    margin: 0;
    overflow: hidden;
    min-height: 55px;
}

.content-holder .description dt {
    float: right;
    margin: 0 0 7px 5px;
    width: 33px;
}

.content-holder .description dd {
    overflow: hidden;
    margin: 0 0 7px;
    font-weight: bold;
}

.content-holder .description a {
    color: #4e4037;
}

.content-holder .description dd span {
    font-weight: normal;
}

.content-holder .description .working-hours dt {
    width: 90px;
}

.content-holder .description ul {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
    font-weight: bold;
}

.content-holder .description ul li {
    padding: 5px 19px 7px 0;
    background: url("../images/ico-checkmark.png") no-repeat 100% 2px;
}

.content-holder .description p {
    margin: 0 0 15px;
    color: #000;
}

.content-holder .description p span, .content-holder .description span {
    font-size: 12px;
    line-height: 15px;
}

.breadcrumbs {
    margin: 0 19px 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    color: #615349;
}

.breadcrumbs li {
    float: right;
    margin: 0 0 0 7px;
    color: #615349;
}

.breadcrumbs a {
    text-decoration: none;
    color: #615349;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li:before {
    content: "";
    border: 3px solid transparent;
    border-right-color: #c59e5b;
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li:first-child:before {
    display: none;
}

#container .link {
    float: left;
    font-size: 18px;
    color: #63554a;
    text-decoration: none;
    margin: -15px 0 0 8px;
}

#container .link:hover {
    text-decoration: underline;
}

#container .link:after {
    content: "";
    border: 4px solid transparent;
    border-right-color: #c59e5b;
    margin: 1px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.social-networks-statistic {
    position: absolute;
    right: 35px;
    bottom: 30px;
    direction: ltr;
}

.content-holder .description .social-links {
    float: left;
    margin: 15px 0 0;
}

.content-holder .description .social-links li {
    padding: 0;
    background: none;
    float: right;
    margin: 0 8px 0 0;
}

.content-holder .description .social-links li a {
    display: block;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    overflow: hidden;
}

.content-holder .description .social-links li.facebook a {
    background: url("../images/ico-facebook-2.png") no-repeat;
}

.content-holder .description .social-links li.social-network a {
    background: url("../images/icon-1.png") no-repeat;
}

.main-container {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 8px 15px 10px;
    margin: -12px 0 10px;
    position: relative;
}

.main-container .breadcrumbs {
    margin: 0 7px 20px 0;
    color: #615349;
}

.main-container .breadcrumbs li:before {
    content: ">";
    border: none;
    margin: 0 0 0 3px;
}

.main-container .breadcrumbs li {
    margin: 0 0 0 3px;
}

.main-container .breadcrumbs li a {
    color: #615349;
    text-decoration: underline;
}

.main-container .breadcrumbs li a:hover {
    text-decoration: none;
}

.main-container h1 {
    padding: 5px 10px 10px 265px;
    color: #c59e5b;
    font-weight: normal;
    font-size: 34px;
    line-height: 1;
    background: url("../images/dotted-line.gif") repeat-x 0 100%;
    margin: 0 0 52px;
}

.artists {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    word-spacing: -3px;
    letter-spacing: -3px;
}

.artists li {
    word-spacing: 0;
    letter-spacing: 0;
    display: inline-block;
    width: 300px;
    margin: 0 0 57px 20px;
    vertical-align: top;
    text-align: center;
}

.artists img {
    display: block;
    margin: 0 0 10px;
}

.artists .name {
    font-weight: normal;
    font-size: 14px;
}

.artists a {
    text-decoration: none;
}

.artists a:hover {
    text-decoration: underline;
}

.btns-holder {
    float: left;
    margin: 12px 10px 0 7px;
}

.btns-holder .print {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    width: 20px;
    height: 19px;
    background: url("../images/ico-print.gif") no-repeat;
    text-indent: -9999px;
}

.btns-holder .counters {
    float: left;
}

.intro-block {
    background: url("../images/dotted-line.gif") repeat-x 0 100%;
    margin: -52px 0 40px;
    padding: 10px;
    color: #614f3a;
    font-weight: bold;
    font-size: 23px;
}

.intro-block p {
    margin: 0;
}

.main-container article {
    padding: 0 10px;
}

.main-container article:after {
    content: "";
    clear: both;
    display: block;
}

.main-container article h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.main-container article .alignleft {
    float: left;
    clear: both;
    margin: 5px 15px 10px 0;
}

.main-container article .alignright {
    float: right;
    clear: both;
    margin: 5px 15px 10px 37px;
}

.main-container article section {
    margin: 0 0 40px;
    overflow: hidden
}

.bussiness-container {
    overflow: hidden;
    background: url("../images/dotted-line-2.gif") repeat-y 760px 0;
    margin: -40px 0 20px;
    padding: 0 0 40px;
    min-height: 490px;
}

.categories {
    float: right;
    width: 177px;
}

.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
    color: #615349;
    line-height: 27px;
}

.categories ul a {
    display: block;
    color: #615349;
    padding: 0 10px;
}

.categories ul a:hover, .categories ul .active a {
    background: #f0eadd;
    color: #c59e5b;
    text-decoration: underline;
}

.business-content {
    float: left;
    width: 750px;
}

.business-description {
    background: #faeed3;
    overflow: hidden;
    border: 1px solid #5e5045;
    margin: 0 0 9px;
    position: relative;
}

.business-description .photo {
    float: right;
}

.business-description .business-info {
    overflow: hidden;
    padding: 5px 11px 5px 180px;
}

.business-description h2 {
    font-weight: normal;
    font-size: 18px;
    color: #010000;
    margin: 0 0 5px;
}

.business-description h2 a {
    color: #010000;
}

.business-description h2 a:hover {
    text-decoration: none;
}

.business-description p {
    color: #222017;
    margin: 0 0 10px;
}

.business-description .phone {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 19px;
}

.business-description .details {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #615349;
    border-radius: 2px;
}

.representative {
    background: url("../images/dotted-line.gif") repeat-x;
    overflow: hidden;
    color: #605348;
    font-size: 18px;
    padding: 8px 2px 10px;
}

.representative strong {
    float: right;
    font-weight: normal;
}

.representative span {
    float: left;
    width: 135px;
}

.categories-list {
    margin: -35px 0 0;
    padding: 0 10px 15px;
    list-style: none;
    color: #615349;
    font-size: 18px;
}

.categories-list a {
    color: #615349;
}

/*SLIDER*/
.slider-content {
    margin: 18px 0;
}

.carousel-container {
    position: relative;
    max-width: 927px;
    margin: 0 auto;
    padding: 0;
}

#carousel {
    height: 300px;
    max-width: 927px;
    background: none;
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
}

.carousel-image {
    border-radius: 10px;
    display: block;
    width: 787px;
}

.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border: none;
    cursor: pointer;
}

.carousel-feature .carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.carousel-feature .carousel-caption p {
    color: #9a0007;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 50px;
    top: -190px;
    width: 320px;
}

.tracker-summation-container {
    position: absolute;
    color: white;
    right: 48px;
    top: 230px;
    padding: 3px;
    margin: 3px;
    background-color: #000;
    display: none;
}

.tracker-individual-container {
    color: white;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 43%;
    top: 288px;
}

.tracker-individual-container li {
    list-style: none;
}

.tracker-individual-container .tracker-individual-blip {
    margin: 0 5px;
    color: white;
    text-align: center;
    text-indent: -9999px;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5dfd3;
}

.tracker-individual-container .tracker-individual-blip-selected {
    height: 14px;
    width: 14px;
    background: #c69f5c;
    color: white;
    font-weight: bold;
    text-indent: -9999px;
    border-radius: 50%;
}

#carousel-left {
    position: absolute;
    bottom: 55%;
    left: 15px;
    cursor: pointer;
    display: none;
}

#carousel-right {
    bottom: 55%;
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none;
}

#but_prev {
    display: none;
}

#but_pause {
    display: none;
}

#but_start {
    display: none;
}

#but_next {
    display: none;
}

/*SLIDER-END*/
.block-holder {
    overflow: hidden;
    width: 100%;
    margin: 0 8px 30px 0;
}

.row {
    width: 286px;
    border: 1px solid #d8d3c7;
    position: relative;
    display: inline-block;
    margin: 10px 10px 10px 17px;
    padding: 0 0 15px;
    vertical-align: top;
}

.row h2 {
    color: #fff;
    font-size: 18px;
    margin: 7px -4px 1px;
    line-height: 33px;
    padding: 0 15px;
    position: relative;
    height: 33px;
    font-weight: normal;
}

.row .red {
    background: #ad0001; /* Old browsers */
    background: -moz-linear-gradient(top, #ad0001 0%, #8d090a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad0001), color-stop(100%, #8d090a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ad0001 0%, #8d090a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ad0001 0%, #8d090a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ad0001 0%, #8d090a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ad0001 0%, #8d090a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0001', endColorstr='#8d090a', GradientType=0); /* IE6-9 */
}

.row .yellow {
    background: #d2a300; /* Old browsers */
    background: -moz-linear-gradient(top, #d2a300 0%, #ba9100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2a300), color-stop(100%, #ba9100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2a300 0%, #ba9100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2a300 0%, #ba9100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2a300 0%, #ba9100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d2a300 0%, #ba9100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2a300', endColorstr='#ba9100', GradientType=0); /* IE6-9 */
}

.row .blue {
    background: #00a1cf; /* Old browsers */
    background: -moz-linear-gradient(top, #00a1cf 0%, #007fa3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1cf), color-stop(100%, #007fa3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00a1cf 0%, #007fa3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00a1cf 0%, #007fa3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00a1cf 0%, #007fa3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00a1cf 0%, #007fa3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1cf', endColorstr='#007fa3', GradientType=0); /* IE6-9 */
}

.row .pink {
    background: #9b1d8b; /* Old browsers */
    background: -moz-linear-gradient(top, #9b1d8b 0%, #78196c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b1d8b), color-stop(100%, #78196c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9b1d8b 0%, #78196c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9b1d8b 0%, #78196c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9b1d8b 0%, #78196c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9b1d8b 0%, #78196c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b1d8b', endColorstr='#78196c', GradientType=0); /* IE6-9 */
}

.row .darkblue {
    background: #2c3bab; /* Old browsers */
    background: -moz-linear-gradient(top, #2c3bab 0%, #212c81 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c3bab), color-stop(100%, #212c81)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c3bab 0%, #212c81 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c3bab 0%, #212c81 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c3bab 0%, #212c81 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2c3bab 0%, #212c81 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3bab', endColorstr='#212c81', GradientType=0); /* IE6-9 */
}

.row .green {
    background: #68b800; /* Old browsers */
    background: -moz-linear-gradient(top, #68b800 0%, #508d00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68b800), color-stop(100%, #508d00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #68b800 0%, #508d00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #68b800 0%, #508d00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #68b800 0%, #508d00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #68b800 0%, #508d00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68b800', endColorstr='#508d00', GradientType=0); /* IE6-9 */
}

.row h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 4px;
    height: 39px;
}

.row .red:after, .row .red:before {
    background: url("../images/bg-heading-corners.gif") no-repeat 0 -39px;
}

.row h2.red:before, .row h2.yellow:before, .row h2.blue:before, .row h2.pink:before, .row h2.darkblue:before, .row h2.green:before {
    left: auto;
    right: 0;
    background-position: 0 0;
}

.row img {
    margin: 0 0 5px;
}

.row span.red:before, .row span.blue:before, .row span.yellow:before, .row span.pink:before, .row span.darkblue:before, .row span.green:before {
    content: "";
    width: 63px;
    height: 62px;
    position: absolute;
    top: -8px;
    left: 11px;
    z-index: 300;
}

.row span.red:before {
    background: url("../images/dishes.png") no-repeat 10% 50%;
}

.row span.yellow:before {
    background: url("../images/candles.png") no-repeat 10% 50%;
}

.row span.blue:before {
    background: url("../images/bed.png") no-repeat 10% 50%;
}

.row span.pink:before {
    background: url("../images/masks.png") no-repeat 10% 50%;
}

.row span.darkblue:before {
    background: url("../images/swiming.png") no-repeat 10% 50%;
}

.row span.green:before {
    background: url("../images/camping.png") no-repeat 10% 50%;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-column-count: 3;
    -moz-column-gap: 5px;
    -webkit-column-count: 3;
    -webkit-column-gap: 5px;
    column-count: 3;
    column-gap: 5px;
}

.list li {
    padding: 0 15px 5px 5px;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.list li:before {
    content: "";
    border: 4px solid transparent;
    border-right-color: #c59e5b;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 4px;
    right: 7px;
}

/*news page*/
.news-page {
    margin: -35px 0 0 0;
    overflow: hidden;
    min-height: 955px;
}

.news-page .news-blocks {
    width: 100%;
    margin: 0 0 6px;
}

.news-page .news-block {
    min-height: 26px;
    width: 173px;
    background: #f0eadd;
    float: right;
    color: #564530;
    margin: 0 0 0 17px;
    padding: 5px;
    box-sizing: border-box;
}

.news-page .news-block span {
    font-weight: 700;
}

.news-page .news-links {
    min-height: 26px;
    display: block;
    color: #615349;
}

.news-page .news-links a {
    display: block;
    font-size: 18px;
}

.news-page .news-links span {
    font-size: 12px;
}

.paging {
    position: absolute;
    bottom: 10px;
    right: 43%;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #5f4e39;
}

.paging li {
    float: right;
    padding: 0 0 0 10px;
}

.paging a {
    text-decoration: none;
}

.paging a:hover {
    text-decoration: underline;
}

/*.dishes:after{	z-index: 500;	position: absolute;	top: -7px;	left: 17px;	display: block;	background: url("../images/white-dishes.png") no-repeat 0 0;}.dishes:before{.dishes:before{	content: "";	width: 57px;	height: 57px;	border-radius: 50%;	background: #a20203;	position: absolute;	top: -7px;	left: 17px;	border: 2px solid #e4cedc;}*/
.widget_gce_widget#gce_widget-3 {
    padding: 11px 12px 11px 12px !important;
    background: #ebe8dd;
    margin-top: -27px;
}

.em-calendar, .widget_gce_widget .gce-widget-grid .gce-calendar {
    width: 100%;
    border-collapse: collapse;
    background: #f6f2eb;
    border: 1px solid #d8d3c7;
    color: #63554a;
}

.em-calnav-prev, .em-calnav-next, .widget_gce_widget .gce-calendar .gce-prev a, .widget_gce_widget .gce-calendar .gce-next a {
    width: 6px;
    height: 7px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/calendar-arrows.gif") no-repeat 0 -7px;
    margin: 2px 8px;
    font-size: 12px;
}

.em-calnav-next, .widget_gce_widget .gce-calendar .gce-next a {
    background-position: 0 0;
}

.widget_gce_widget .gce-calendar .gce-month-title {
    font-size: 11px;
    line-height: 11px;
    margin: 0 !important;
    vertical-align: top;
    color: #5f554b !important;
    font-weight: bold !important;
}

.widget_gce_widget .gce-calendar .gce-navbar {
    border: 1px solid #d8d3c7;
    border-bottom: none;
    box-sizing: border-box;
    padding: 7px 0 0;
}

.widget_gce_widget .gce-calendar.em-calendar thead td, .widget_gce_widget .gce-calendar th {
    width: 26px;
    padding: 0;
    height: 26px;
}

.em-calendar thead td.month_name {
    width: 136px;
}

.em-calendar tbody td, .widget_gce_widget .gce-widget-grid .gce-calendar td {
    width: 26px;
    padding: 0 !important;
    height: 26px;
    border: 1px solid #d8d3c7;
    color: #60564c;
}

.em-calendar tbody td a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;
    background: #c39c5a;
    line-height: 26px;
}

.eventful, .widget_gce_widget .gce-widget-grid .gce-calendar td.gce-has-events {
    background: #c39c5a;
    color: #fff;
}

.widget_gce_widget td.gce-today-no-events {
    background: none !important;
}

.eventless-post, .eventful-post, .eventful-pre, .eventless-pre {
    opacity: 0;
}

.eventful-post a, .eventful-pre a {
    display: none;
}

.main-container .no-break {
    direction: ltr;
    position: absolute;
    top: 59px;
    left: 44px;
}

.fb-like {
    margin: 1px 0 0;
}

.st_plusone_hcount > div {
    width: 60px !important;
}

.description .no-break {
    display: none;
}

#stcpDiv {
    left: auto !important;
    right: -9999px;
}

.gce-page-grid {
    margin: -45px 0 0;
    position: relative;
}

.main-container .gce-page-grid .gce-calendar th {
    background: #bca367;
    border: 1px solid #fff;
    font-size: 16px;
    color: #5d544b;
    height: 32px;
}

.main-container .gce-page-grid .gce-calendar td {
    background: #eee9dd;
    border: 1px solid #fff;
    vertical-align: top;
    height: 130px;
}

.main-container .gce-page-grid .gce-calendar .gce-day-number {
    width: 30px;
    height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 1px 0 0;
    display: block;
    background: #dfc077;
    font-size: 11px;
    line-height: 20px;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info {
    display: block;
    border: none;
    background: none;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info ul {
    margin: 7px 0 0;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info li {
    background: #e3a427;
    margin: 0 0 1px;
    padding: 2px 7px;
    font-size: 12px;
    text-align: right;
    line-height: 15px;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info .gce-list-event {
    background: none;
    padding: 0;
}

.main-container .gce-page-grid .gce-calendar .gce-navbar {
    width: 230px;
    margin: 0 auto;
}

.main-container .gce-page-grid .gce-calendar .gce-next, .main-container .gce-page-grid .gce-calendar .gce-prev {
    vertical-align: top
}

.main-container .gce-page-grid .gce-calendar .gce-next a, .main-container .gce-page-grid .gce-calendar .gce-prev a {
    display: block;
    float: none;
    margin: 0 7px;
    width: 31px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/calendar-arrows-2.gif") no-repeat;
}

.main-container .gce-page-grid .gce-calendar .gce-prev a {
    background-position: 0 -22px;
}

.main-container .gce-page-grid .gce-calendar .gce-month-title {
    vertical-align: top;
    line-height: 22px;
    font-weight: normal;
    font-size: 22px;
    color: #5e554b;
    margin: 0 0 11px;
}

.main-container .gce-page-grid .gce-calendar, .main-container .gce-page-grid .gce-calendar .gce-has-events {
    color: #595046;
    font-size: 12px;
}

.main-container .gce-page-grid .gce-calendar .gregorian {
    display: none;
}

.main-container .gce-page-grid .gce-calendar .hebrew {
    float: left;
    width: 87px;
    text-align: right;
    font-weight: bold;
    line-height: 24px;
}

.main-container .gce-page-grid .gce-calendar .hebrew .year {
    display: none;
}

.gce-prev {
    float: right !important;
}

.gce-next {
    float: left !important;
}

.full-width {
    width: 441px;
    direction: ltr;
    margin: 0 auto;
}

.full-width .image-gallery {
}

.full-width .bx-wrapper {
    padding: 0 28px 0 27px;
    margin: 0 0 37px;
    position: relative;
    max-width: 100% !important;
}

.full-width .bx-pager {
    display: none;
}

.full-width .bx-wrapper .bx-prev, .full-width .bx-wrapper .bx-next {
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
    width: 26px;
    background: #d6b06f; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2YjA2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmEwNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6b06f), color-stop(100%, #c6a05e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6b06f 0%, #c6a05e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d6b06f 0%, #c6a05e 100%); /* W3C */
    text-indent: -9999px;
}

.full-width .bx-wrapper .bx-next {
    left: auto;
    right: 0;
    width: 27px;
    border-left: 1px solid #fff;
}

.full-width .bx-wrapper .bx-prev:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #4e4037;
    top: 25px;
    right: 10px;
}

.full-width .bx-wrapper .bx-next:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-left-color: #4e4037;
    top: 25px;
    left: 10px;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info li .event-description-popup {
    display: none;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info li .duration {
    direction: ltr;
    text-align: right;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info > .gce-tooltip-title {
    display: none;
}

.main-container .gce-page-grid .gce-calendar .gce-event-info li .start-date {
    display: none;
}

.qtip {
    max-width: 666px !important;
    background: #fff;
    border: 1px solid #000 !important;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.55);
    border-radius: 0 !important;
    margin-left: -5px !important;
}

.qtip .ui-tooltip-content {
    border: none !important;
    background: none !important;
    padding: 5px 9px 10px !important;
}

.qtip .ui-tooltip-tip {
    left: 5px !important;
}

.qtip .gce-event-info {
    max-width: 100%;
    border: none;
    direction: rtl;
    text-align: right;
}

.qtip .gce-event-info .calendar-cell-event-content {
    display: none;
}

.qtip .gce-event-info .event-description-popup .popup-event-title {
    padding: 0 20px 10px;
    font-size: 25px;
    line-height: 1.2;
    color: #bca267;
}

.qtip .gce-event-info ul {
    margin: 0;
}

.qtip .gce-event-info .event-description-popup .meta-row {
    border: 1px dotted #5e544b;
    border-width: 1px 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 20px;
    color: #5d534c;
    font-weight: bold;
}

.qtip .gce-event-info .event-description-popup .meta-row .start-date, .qtip .gce-event-info .event-description-popup .meta-row .start-time {
    display: inline-block;
}

.qtip .gce-event-info .event-description-popup .meta-row .start-date span {
    display: inline-block;
    color: #5d534c !important;
}

.qtip .gce-event-info ul li p span, .qtip .gce-event-info ul li div span {
    color: #5d534c;
}

.qtip .gce-event-info .event-desc-holder {
    margin: 0 20px 0 0;
    max-height: 335px;
    overflow: auto;
    color: #5d5349;
    font-size: 14px;
    line-height: 17px;
}

.qtip .print {
    float: left;
    margin: 10px 10px 0px 10px;
    display: block;
    width: 20px;
    height: 19px;
    background: url("../images/ico-print.gif") no-repeat scroll 0% 0% transparent;
    text-indent: -9999px;
}

.qtip .social-networks-statistic {
    position: static;
    float: left;
    direction: ltr;
    margin: 20px 0 0;
}

.qtip .gce-event-info > .gce-tooltip-title {
    display: none;
}

.bx-prev.disabled, .bx-next.disabled {
    opacity: 0.5;
}

.gce-list .gce-feed {
    position: relative;
}

.gce-list .gce-feed .event-description-popup {
    position: absolute;
    top: -10px;
    left: 100%;
    background: #fff;
    border: 1px solid #000;
    width: 300px;
    padding: 10px;
    display: none;
}

.gce-list .gce-feed .event-description-popup:before {
    content: "";
    border: 6px solid transparent;
    left: -12px;
    top: 10px;
    border-right-color: #000;
    position: absolute;
}

.gce-list .gce-feed .event-description-popup:after {
    content: "";
    border: 5px solid transparent;
    left: -10px;
    top: 11px;
    border-right-color: #fff;
    position: absolute;
}

small {
    font: 10px Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1525px) {
    .gce-list .gce-feed .event-description-popup {
        left: auto;
        right: 145px;
        z-index: 1500;
    }

    .gce-list .gce-feed .event-description-popup:before {
        content: "";
        border: 6px solid transparent;
        right: -12px;
        left: auto;
        top: 10px;
        border-left-color: #000;
        position: absolute;
    }

    .gce-list .gce-feed .event-description-popup:after {
        content: "";
        border: 5px solid transparent;
        right: -9px;
        left: auto;
        top: 11px;
        border-left-color: #fff;
        position: absolute;
    }
}

.gce-list .gce-feed:hover .event-description-popup {
    display: block;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .popup-event-title {
    padding: 0 20px 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #bca267;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup ul {
    margin: 0;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .print {
    float: left;
    margin: 5px 10px 0px 10px;
    display: block;
    width: 20px;
    height: 19px;
    background: url("../images/ico-print.gif") no-repeat scroll 0% 0% transparent;
    text-indent: -9999px;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .meta-row {
    border: 1px dotted #5e544b;
    border-width: 1px 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 20px;
    color: #5d534c;
    font-weight: bold;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .meta-row .start-date, .gce-widget-list .gce-list .gce-event-day .event-description-popup .meta-row .start-time {
    display: inline-block;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .meta-row .start-date span {
    display: inline-block;
    color: #5d534c !important;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .gce-event-info ul li p span, .gce-widget-list .gce-list .gce-event-day .event-description-popup .gce-event-info ul li div span {
    color: #5d534c;
}

.gce-widget-list .gce-list .gce-event-day .event-description-popup .event-desc-holder {
    margin: 0 20px 0 0;
    max-height: 335px;
    overflow: auto;
    color: #5d5349;
    font-size: 14px;
    line-height: 17px;
}

/*=  new styles for form page added 25.02.15 */
.form-container {
    width: 100%;
    padding: 15px;
    background: #fff;
    color: #000;
}

.form-container-general {
    width: 500px;
    margin: 0 auto
}

.form-container .form-text-block {
    background: #d2b37c;
    width: 275px;
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 17px 15px 48px;
    margin: 5px 0 0 0;
    float: right;
}

.form-container .form-text-block p, .form-container .form-text-block {
    margin: 0 0 24px 0;
    display: block;
    font-size: 24px;
    line-height: 21px;
}

.form-container .form-text-block br {
    display: none;
}

.form-container .form-text-block.stf-form-text-block br {
    display: block;
}

.form-container .form-block {
    width: 50%;
    border-radius: 10px;
    float: left;
    margin: 0 0 0 100px;
}

.form-container-general .form-block {
    width: 100%;
    margin: 0
}

.form-container .form-block .form-row {
    vertical-align: top;
}

.form-container .form-block .form-row br {
    display: none;
}

.form-container .form-block label {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 10px 1px 0;
}

.form-container .form-block input[type="text"], .form-container .form-block input[type="tel"], .form-container .form-block input[type="email"], .form-container .form-block input[type="submit"], .form-container .form-block textarea, .sbHolder {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    height: 25px;
    background: #fff;
    font: 12px/100% Arial, Helvetica, sans-serif;
    border-radius: 3px;
    margin: 0 0 10px;
    display: block;
    border: 1px solid #8a8a8a;
}

.form-container .form-block textarea {
    height: auto;
    max-height: 100px;
}

.form-container .form-block input[type="submit"] {
    width: auto;
    min-width: auto;
    border: none;
}

.form-container .form-block .invalid .wpcf7-not-valid-tip {
    margin: -10px 0 10px;
}

.form-container .form-block input[type="text"].wpcf7-not-valid, .form-container .form-block input[type="tel"].wpcf7-not-valid, .form-container .form-block input[type="email"].wpcf7-not-valid {
    border: 1px solid #f00;
    border-radius: 0;
}

/*.form-container .form-block .invalid .ez-checkbox {    border: 1px solid #f00;}.form-container .form-block .invalid .sbSelector {    WIDTH: 99%;}*/
.form-container .wpcf7-validation-errors {
    border: 2px solid #f00;
    margin: 10px 0;
}

.form-container .wpcf7-mail-sent-ok {
    display: none;
}

.sbHolder {
    width: 100%;
    display: block;
    padding: 0;
    background: #f4eddc;
    background: -moz-linear-gradient(top, #f4eddc 0%, #c7ad7f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4eddc), color-stop(100%, #c7ad7f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4eddc 0%, #c7ad7f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4eddc 0%, #c7ad7f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4eddc 0%, #c7ad7f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4eddc 0%, #c7ad7f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4eddc', endColorstr='#c7ad7f', GradientType=0); /* IE6-9 */
}

.sbHolder li:first-child {
    display: none;
}

.sbHolder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0 !important;
    border: 1px solid #848484;
    z-index: 789;
    border-radius: 0 0 3px 3px;
}

.sbHolder ul li {
    border-bottom: 1px solid #c7c6c2;
    background: #faf7f3;
    padding: 0 4px;
}

.sbHolder ul li a {
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
    display: block;
}

.sbSelector {
    background: url("../images/bg-arrow-selectbox.jpg") no-repeat 100% 0;
    width: 100%;
    height: 23px;
    display: block;
    padding: 0 25px 0 5px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}

.ui-datepicker-trigger {
    display: none;
}

.form-container .form-block .invalid .sbSelector {
    background: url("../images/bg-arrow-selectbox.jpg") no-repeat 100% -1px;
}

.form-container .form-block .wpcf7-list-item {
    margin: 0 0 15px 0;
    display: block;
    padding: 0 28px 0 0;
}

.form-container .form-block .wpcf7-list-item .wpcf7-list-item-label {
    font: 12px/15px Arial, Helvetica, sans-serif;
}

.form-container .form-block .wpcf7-list-item label {
    line-height: 22px;
    display: block;
    margin: 0 -5px 0 0;
}

.form-container .form-block .ez-checkbox {
    float: right;
    margin: 2px -23px 0 0;
}

.form-container .form-block input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.form-container .form-block input[type="submit"] {
    background: #d2b37c;
    border-radius: 11px;
    width: 44px;
    float: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ez-checkbox {
    background: transparent url('../images/checkbox-black.png') 0 1px no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 -5px 5px;
}

.ez-checked {
    background-position: 0 -18px;
}

.pop-up-send {
    width: 745px;
    text-align: center;
    background: #585248;
    border-radius: 8px;
    margin: 0 auto 50px;
    padding: 67px 0;
    color: #fff;
}

.pop-up-send h4 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 30px;
}

.pop-up-send h5 {
    font-size: 30px;
    margin: 0 0 30px;
    padding: 0;
}

.pop-up-send span {
    display: block;
    font-size: 30px;
    margin: 0 0 5px 0;
}

.pop-up-send span a {
    color: #fff;
    text-decoration: none
}

.main-container.newsletter-page .no-break {
    display: none;
}

.content-frame .no-break:first-child {
    display: none;
}

.meta-location {
    display: none;
}

.all-news-link {
    float: right;
    margin: -25px 0 14px;
}
