@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic,600italic&subset=latin,latin-ext);

html{
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-size:15px;
    font-family:'Open Sans', sans-serif, Arial;
	height:100%;
	color:#505050;
}
#wrapper {
	width:100%;
    padding:0;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	z-index:1;
}

/* ---  Standart Tag's --- */
a {color:#df0026; text-decoration:none;}
a:hover, a:active, a:focus {color:#df0026; text-decoration:underline;}
/*a:focus {outline-style: none;}*/
a:focus {
    outline-offset: 0;
}
fieldset, img {border:none; border:0;}
p, form, dl {margin:1em 0;}
ul, ol {
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0;
	padding-left:20px;
	list-style-position:inside;
}
input, select , textarea {
    font-family:'Open Sans', sans-serif, Arial;
    font-size:100%;
    color:#505050;
}
textarea{
	resize: vertical;
}

h2, h3, h4, h5, h6 {
    color:#46000c;
}
h3, h4, h5, h6 {
    font-weight:normal;
}
h1 {
    color:#df0026;
    font-size:3.200em;
    font-weight:300;
    line-height:1em;
    text-transform:uppercase;
}
@media (max-width: 576px) {
    h1 {
        font-size: 3.5rem;
    }
}
h2 {
    margin:48px 0 24px 0;
    font-size:2.400em;
    font-weight:600;
}
h3 {
	margin:24px 0;
	font-size:2.000em;
}
h4 {
	margin:24px 0;
    font-size:1.600em;
}
h5 {
	margin:0;
	font-size:100%;
}
h6 {
	margin:0;
	font-size:100%;
	font-style:italic;
}

hr {
	background: #ebebeb;
	border: none;
	height: 1px;
    margin:2em 0;
}
blockquote {
	margin-left:40px;
}
legend {
	margin-left:20px;
	color:#0046d5;
}

/* --- Standart Tag's End --- */

.clear {
	clear:both;
}
.error {
	color:#ff0000;
}
.success,
.thanks {
	color:#009900;
}
.red,
.required {
	color:#ff0000;
}
.green {
	color:#009900;
}
.tcenter {
	text-align:center;
}
.tleft {
	text-align:left !important;
}
.tright {
	text-align:right !important;
}

.inner_content {
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
.inner_content.no_pading {
    padding:0;
}

.title_area {
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:1px solid #e8e5e5;
}
.title_area.no_margin{
	margin-bottom: 0;
}
.title_area h1 {
    padding:0;
    margin:0;
}
.title_area > a {
    float:right;
    margin:4px 0 0 10px;
}
.title_area > a.link {
    margin-top:25px;
}

.alert,
.text ul.alert {
    padding:10px 15px 10px 48px;
    margin-bottom:1em;
    position:relative;
    line-height:1.267em;
    list-style:none;
}
.common_form .alert,
.text .common_form ul.alert {
    margin-left:15px;
    margin-right:15px;
}
.text ul.alert > li {
    padding:0;
    margin:0;
}
.text ul.alert > li:before {
    display:none;
    content:"";
}
.alert:before {
    display:block;
    position:absolute;
    left:15px;
    top:10px;
    font-family:FontAwesome;
}
.alert-success {
    background-color:#e6ffe3;
    border:2px solid #c7edc7;
    color:#505050;
}
.alert-success:before {
    content:"\f00c";
    color:#379a38;
    font-size:1.133em;
}
.alert-info {
    border-width:2px;
    color:#505050;
}
.alert-info:before {
    content:"\f0eb";
    color:#571c1f;
    font-size:1.200em;
}
.alert-info a {
    color: #9d001b;
}
.alert-warning {
    background-color:#ffe4b8;
    border:2px solid #eed1a1;
    color:#505050;
}
.alert-warning:before {
    content:"\f06a";
    color:#b74b4b;
    font-size:1.133em;
}
.alert-danger {
    background-color:#fbd5d5;
    border:2px solid #edb8b8;
    color:#505050;
}
.alert-danger:before {
    content:"\f071";
    color:#b74b4b;
    font-size:1.133em;
}

a.nolink {
    cursor:default;
}

/*--- Header --- */
#header {
    padding:20px 0 30px;
    background-color:#571c1f;
    border-bottom:2px solid #ffe4b8;
}
#module_general #header {
    width:100%;
    background-color:rgba(87,28,31,0.9);
    position:absolute;
    top:0;
    left:0;
    z-index:100;
}
#logo .print-logo{
	display: none;
}
#logo,
#slogan {
    float:left;
}
#logo {
    margin-right:20px;
    padding-right:25px;
    border-right:1px solid #7c3437;
}
#logo a,
#logo img {
    display:block;
}
#slogan {
    display:table;
    width:100px;
    height:78px;
    color:#ffe4b8;
    font-size:14px;
    line-height:16px;
    text-transform:uppercase;
}
#slogan > span {
    display:table-cell;
    vertical-align:middle;
}
.lang_en #slogan {
    width:145px;
}

/*@group Top nav*/
#top_nav {
}
#top_nav ul {
    list-style:none outside none;
}
#top_nav > * {
    display: inline;
}

#quick_nav {
    height:24px;
    padding:0;
    margin:0;
}
#quick_nav li,
#quick_nav li a {
    height:24px;
}
#quick_nav li {
    border-right:1px solid #7c3437;
}
@media (min-width: 768px) {
    #quick_nav li {
        padding: 0 10px;
    }
}
#quick_nav li a {
    display:block;
    line-height:24px;
    color:#ffe4b8;
    font-size:0.800em;
}
#quick_nav li a > i {
    font-size:1.167em;
}

#languages {
    margin:0 12px 0 0;
    border-right:1px solid #7c3437;
}
#languages li,
#languages li a {
    height:24px;
}
#languages li {
}
#languages li a {
    display:block;
    padding:6px 5px 0;
    line-height:22px;
    border:1px solid transparent;
    background: transparent;
}
#languages li a:hover,
#languages li a:active {
    background:none;
}
#languages li.active a,
#languages li a:hover,
#languages li a:active {
    border-color:#7c3437;
}
#languages li a > span {
    display:block;
    width:14px;
    height:11px;
    background:url(../images/icon-sprite.png) 100px 100px no-repeat;
    overflow:hidden;
    text-indent:-100px;
    color: transparent;
}
#languages li a.flag_lt > span {
    background-position:0px 0px;
}
#languages li a.flag_en > span {
    background-position:-20px 0px;
}

.login_area {
    height:38px;
    margin-top:-6px;
    color:#f4d7ae;
    font-size:0.933em;
}
.login_area a {
    color:#fff;
}
.login_area a.button {
    display:inline-block;
    height:38px;
    line-height:34px;
    padding:0 10px;
    border:2px solid #f7dbb1;
    background:none;
    color:#fff;
    font-size:14px;
    text-decoration:none;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.login_area a.button:hover, .login_area a.button:focus {
    background-color:#e11134;
    border-color:#e11134;
    color:#fff;
}
.login_area a.button .fa {
    margin-right:10px;
}
.login_area a.logout_button {
    margin-left:10px;
}
/*@end Top nav */

/*@group Menu */
#menu {
    /*margin: 0 0 0 0;*/
    float:right;
    clear:right;
    position: relative;
}
#menu > li {
    padding:0 14px;
    float:left;
    position: relative;
}
#menu > li:first-child {
    padding-left:0;
}
#menu > li:last-child {
    padding-right:0;
}
#menu > li a {
    padding:0;
    font-size:1.067em;
    font-weight:600;
    color:#fff;
    background:none;
    text-decoration:none;
}
#menu > li a:hover,
#menu > li.active > a {
    color:#ffe4b8;
    text-decoration:none;
}


#menu > li > ul{
    display:none;
    position: absolute;
    left: 0; top: 100%;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
#menu > li > ul.right-align{
    left: auto; right: 0;
}

#menu > li:hover > ul,
#menu > li.hover > ul {
    display: block;
    width: 300px;
    margin: 0;
    padding: 30px 0 0 0;
    z-index: 10;
}
#menu > li:hover > ul > li,
#menu > li.hover > ul > li
{
    background-color: rgba(255, 255, 255, 0.9);
    list-style: none;
    padding: 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
}
#menu > li:hover > ul > li:last-child,
#menu > li.hover > ul > li:last-child
{
    border-bottom: none;
}
#menu > li:hover > ul > li > a,
#menu > li.hover > ul > li > a
{
    display: block;
    color: #571c1f;
    padding: 12px 25px;
    position: relative;
}
#menu > li:hover > ul > li > a:hover,
#menu > li.hover > ul > li > a:hover,
#menu > li:hover > ul > li.active > a,
#menu > li.hover > ul > li.active > a
{
    /*background: #eed2a7;*/
    color: #df0026;
}

#menu > li:hover > ul > li > a > .fa,
#menu > li.hover > ul > li > a > .fa
{
    position: absolute;
    right: 0;
    top: 50%;
    right: 17px;
    margin-top: -8px;
}

#menu > li:hover > ul > li > ul,
#menu > li.hover > ul > li > ul
{
    display: none;
    margin: 0; padding: 0;
    border-top: 1px solid #eeeeee;
}
#menu > li:hover > ul > li > ul > li,
#menu > li.hover > ul > li > ul > li
{
    background-color: rgba(255, 255, 255, 0.9);
    list-style: none;
    padding: 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
}
#menu > li:hover > ul > li > ul > li:last-child,
#menu > li.hover > ul > li > ul > li:last-child
{
    border-bottom: none;
}
#menu > li:hover > ul > li > ul > li > a,
#menu > li.hover > ul > li > ul > li > a
{
    display: block;
    color: #8e6755;
    padding: 8px 25px;
    position: relative;
    font-size: 14px;
}
#menu > li:hover > ul > li > ul > li > a:hover,
#menu > li:hover > ul > li > ul > li.active > a
{
    color: #df0026;
}
#menu > li:hover > ul > li > ul.active,
#menu > li.hover > ul > li > ul.active
{
    display: block;
}


/*@end Menu */
/*--- END Header --- */


/*--- Content --- */
#content {
    padding:30px 0;
}
#module_general #content {
    padding:0;
}
#content_left {
}
#content_main {
}

.content_view {
    padding-bottom:30px;
    margin-bottom:50px;
    border-bottom:1px solid #e8e5e5;
}

#content_left .widget_inner {
    padding:15px;
}
#content_left .widget_title_area {
    margin:-15px -15px 0 -15px;
    padding:15px;
    background-color:#46000c;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#content_left .widget_title_area h4 {
    color:#fff;
}


/*@group Text*/
.text {
    line-height:1.733em;
}
.text *:not(.modal *, .slick-list *) {
    max-width: 100%;
}
.text ul {
    list-style:none outside none;
    padding-left:20px;
    margin-left:0;
}
.text ol {
    padding-left:20px;
    margin-left:15px;
    list-style-position:outside;
}
.text ul li {
    padding-left:21px;
    margin:5px 0;
    position:relative;
}
.text ol li {
    padding-left:7px;
    margin-top:5px;
    margin-bottom:5px;
    position:relative;
}
.text ul li ul,
.text ol li ul {
    padding-left:0;
    margin:0;
}
.text ul li ol,
.text ol li ol {
    margin:0;
}
.text ul li:before {
    display:block;
    position:absolute;
    left:0;
    top:1px;
    content:"\f105";
    font-family:FontAwesome;
    color:#571c1f;
}
.text ul li ul li:before,
.text ol li ul li:before {
    content:"\f101";
}
.text ol li:before {
    color:#f00;
}

.text table {
    width:100%;
    border-collapse:collapse;
    margin:1em 0;
}
.text table thead th,
.text table thead td {
    padding:15px 10px;
    border-bottom:2px solid #e11134;
    color:#571c1f;
    font-size:1.067em;
    font-weight:600;
}
.text table td {
    padding:15px 2%;
    border-bottom:1px solid #e1e1e1;
    font-size: 0.933em; /*14px*/
}
.text table td p,
.text table td div,
.text table td ul,
.text table td ol {
    margin:0;
    line-height:1em;
}
.text table tbody tr:nth-child(even) td {
    background-color:#f6f6f6;
}
/*@end Text*/
/*@group Form*/
.button {
    height:38px;
    line-height:34px;
    padding:0 10px;
    border:2px solid #d5d5d5;
    background-color:#fff;
    color:#df0026;
    font-size:0.933em;
    text-decoration:none;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.button.back {
    color:#505050;
    margin-bottom:20px;
}
.button .fa {
    margin-right:10px;
}
.button:hover,
.button.back:hover {
    background-color:#e11134;
    border-color:#e11134;
    color:#fff;
}
.button:focus,
.button:active {
    background-color:#571c1f;
    border-color:#571c1f;
    color:#fff;
}
a.button {
    display:inline-block;
}
a.button:hover,
/*a.button:focus,*/
a.button:active {
    text-decoration:none;
}

.common_form {
    margin-left:-15px;
    margin-right:-15px;
}
.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
label.checkmark i,
.file_select_area .file_select .file_label,
.select2-container .select2-choice,
.select2-container-multi,
.select2-container-active .select2-choice,
.select2-container-active.select2-container-multi {
    -webkit-box-shadow:inset 0 1px 3px #e0e0e0;
    box-shadow:inset 0 1px 3px #e0e0e0;
}
.form-control,
label.checkmark i,
.file_select_area .file_select .file_label,
.select2-container .select2-choice,
.select2-container-multi,
.select2-container-active .select2-choice,
.select2-container-active.select2-container-multi,
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form-control {
    height:42px;
    border-color:#dbdbdb;
    font-size:1em;
    line-height:normal;
    color:#505050;
}
.form-control:focus,
.form-control.select2-dropdown-open .select2-choice,
.form-control.select2-container-multi.select2-dropdown-open {
    border-color:#ddbc9b;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .select2-container .select2-choice,
.has-error .select2-container-active .select2-choice,
.has-error .form-control.select2-container-multi {
    border-color:#e0373e;
}

.checkmark input[type="checkbox"],
.radiomark input[type="radio"]{
    display:none;
}
label.checkmark,
label.radiomark
{
    line-height:22px;
    display:inline-block;
    padding:0px 20px 0 0;
    font-size:1em;
    font-weight:normal;
    cursor:pointer;
}
.has-error label.checkmark,
.has-error label.radiomark {
    color: #e0373e;
}
label.checkmark i {
    width:22px;
    height:22px;
    line-height:22px;
    background-color:#fff;
    border:1px solid #dbdbdb;
    font-size:1.067em;
    text-align:center;
    display:inline-block;
    margin-right:9px;
    color:#fff;
}
label.checkmark.checked i {
    color:#673235;
}
label.radiomark i {
    width:22px;
    height:22px;
    display:inline-block;
    margin-right:9px;
    float: left;
    background:url('../images/icon-sprite.png') 0px -45px no-repeat;
}
label.radiomark.checked i {
    background:url('../images/icon-sprite.png') -25px -45px no-repeat;
}

.captcha img {
    display:block;
    float:left;
    margin-right:60px;
}
.captcha .form-control {
    width:auto;
}
.captcha_img,
.captcha_inp {
    display:table-cell;
}
.captcha_inp,
.captcha_inp .form-control {
    width:100%;
}

.file_select_area {
    font-size:1em;
}
.file_select_area .file_select,
.file_select_area .file_attache {
    width:100%;
    height: 42px;
    overflow:hidden;
    position:relative;
}
.file_select_area .file_attache {
    display:table;
    color:#7c7c7c;
}
.file_select_area .file_select input {
    border: none;
    cursor: pointer;
    font-size: 199px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
	opacity:0;
	filter:alpha(opacity=0);
}
.file_select_area .file_select .file_label {
    display: table-cell;
	width: 100%;
	height: 40px;
    padding:0 10px;
	vertical-align: middle;
	white-space: nowrap;
    border:1px solid #dbdbdb;
    overflow:hidden;
}
.has-error .file_select_area .file_select .file_label {
    border-color:#e0373e;
}
.file_select_area .file_select .button {
    height:42px;
    line-height:42px;
    margin-left:10px;
}
.file_select_area .file_info {
    padding-top:5px;
}

.multifile input[type="text"] {
    border:1px solid #dbdbdb;
    font-size: 14px;
    padding:5px 10px;
}
.multifile input[type="text"]:focus {
    border-color:#ddbc9b;
    outline:0;
}

.select2-container {
    width:100%;
}
.select2-container.form-control {
    border:0;
}
.select2-container-multi.form-control {
    border:1px solid #dbdbdb;
}
.select2-container .select2-choice {
    height:42px;
    line-height:42px;
    background:#fff;
    filter:none;
    padding-left:17px;
    border:1px solid #dbdbdb;
    color:#7c7c7c;
    font-size:1em;
}
.select2-container-multi .select2-choices {
    min-height:40px;
}
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color:#dbdbdb;
    outline:0;
}
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow:none;
    box-shadow:none;
}
.select2-container-multi .select2-choices .select2-search-field {
    height:40px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height:40px;
    margin:0;
    font-size:1em;
}
.form-control.select2-dropdown-open .select2-choice,
.form-control.select2-container-multi.select2-dropdown-open {
    border-bottom-color:transparent;
}
.select2-container .select2-choice .select2-arrow{
    border:none;
    background:none;
    filter:none;
    width:27px;
}
.select2-container .select2-choice .select2-arrow b{
    background:none;
    font-weight:normal;
}
.select2-container .select2-choice .select2-arrow b:after{
    font-family:FontAwesome;
    font-size:14px;
    color:#505050;
    content:"\f107";
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
    content:"\f106";
}
.select2-chosen {
    color: #585858;
}
.select2-drop-active{
    margin-top:0px;
    border:1px solid #dbdbdb;
    border-top:none;
    overflow:hidden;

    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-width:1px 1px 0 1px !important;
    border-style:solid;
    border-color:#dbdbdb;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.select2-results{
    color:#505050;
    font-size:1em;
    padding:0px;
    margin:0;
}
.select2-results li{
    min-height:42px;
    border-top:1px solid #dbdbdb;
}
.select2-drop-above .select2-results li:first-child{
    border-top:0;
}
.select2-results .select2-highlighted{
    background:#f7f7f7;
    color:#505050;
}
.select2-results .select2-result-label {
    padding: 10px 17px;
}
.select2-results .parent-item .select2-result-label {
    font-weight:bold;
}
.select2-results ul.select2-result-sub > li.select2-results-dept-1 .select2-result-label,
.select2-results li.sub-level-2 .select2-result-label {
    padding-left: 34px;
}
.select2-search{
    padding:10px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices{
    border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color:#dbdbdb;
    background:#fff;
}
.select2-drop-above{
    margin-bottom: -1px;
    border-top:1px solid #dbdbdb;
}
.select2-results .select2-no-results{
    padding: 10px;
}
.select2-container.select2-allowclear .select2-search-choice-close{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #808d99;
    right: 34px;
    top: 15px;
    padding-right: 6px;
    border-right: 1px solid #808d99;
}
.select2-container.select2-allowclear .select2-search-choice-close:before {
    content: "\f00d";
}
.select2-container.select2-allowclear .select2-search-choice-close:hover{
    color: #000;
}
.select2-container-multi .select2-choices .select2-search-field input{
    padding-left: 17px;
    font-family: inherit;
}
.select2-container-multi .select2-choices .select2-search-choice{
    margin: 5px;
    padding: 7px 10px 7px 21px;
    background: none;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    color:#505050;
    font-size:1em;
    line-height:14px;
}
.select2-container-multi .select2-search-choice-close{
    top: 10px;
    left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    width: auto; height: auto;
    font-size: 16px;
    color: #808d99;
    right: 34px;
    top: 7px;
}
.select2-container-multi .select2-search-choice-close:before{
    content: "\f00d";
}
.select2-container-multi .select2-search-choice-close:hover{
    color: #000;
}
/*@end Form*/
/*@group Home banner*/
#home_content_top {
    height:537px;
    position:relative;
}
@media (max-width: 576px) {
    #home_content_top {
        height: 620px;
    }
}

.home_slider,
.home_slider .banner {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    overflow:hidden;
}
.home_slider .banner img {
    display:block;
    width:100%;
}
@media (max-width: 576px) {
    .home_slider .banner img {
        height: 620px;
    }
}

#home_content_top .inner_content {
    top:537px;
    padding:0;
    position:relative;
    z-index:10;
}
@media (max-width: 576px) {
    #home_content_top .inner_content {
        top: 620px;
    }
}
#home_content_top .inner_content:hover{
    z-index: 101;
}

#additional_menu {
    width:100%;
    margin:0;
    padding:0;
    list-style:none outside none;
    position:absolute;
    left:0;
    bottom:20px;
    z-index:1;
    display: flex;
    flex-wrap: wrap-reverse;
}
#additional_menu > li {
    display:table;
    position:relative;
    margin-top: 15px;
}
#additional_menu > li:hover{
    z-index: 10;
}
#additional_menu > li > a {
    width:100%;
    height:80px;
    display:table-cell;
    padding:0 15px;
    background-color:#df0026;
    background-color:rgba(223, 0, 38, 0.8);
    color:#fff;
    font-size:1.200em;
    font-weight:bold;
    line-height:1.111em;
    position: relative;
    vertical-align:middle;
    text-align:center;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#additional_menu > li:hover > a,
#additional_menu > li.active > a {
    background-color:#df0026;
    text-decoration:none;
    z-index:5;
}
#additional_menu > li:hover > a:after,
#additional_menu > li.active > a:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(223, 0, 38, 0);
    border-bottom-color: #df0026;
    border-width: 7px;
    margin-left: -7px;
}
#additional_menu > li > ul {
    display:none;
    width:auto;
    padding:7%;
    margin:0;
    list-style:none outside none;
    background-color:#fff;
    background-color:rgba(255, 255, 255, 0.9);
    position:absolute;
    bottom:70px;
    left:15px;
    right:15px;
    z-index:0;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#additional_menu > li > ul > li{
    padding-bottom:10px;
    overflow:hidden;
    text-overflow:ellipsis;
}
#additional_menu > li > ul li a {
    padding-left:7%;
    color:#46000c;
    font-size:1.067em;
    font-weight:600;
    line-height:1.125em;
    position:relative;
    text-decoration:none;
    white-space:nowrap;
}
#additional_menu > li > ul li a:before {
    display:block;
    width:5px;
    height:9px;
    content:"";
    background:url(../images/icon-sprite.png) 0px -15px no-repeat;
    position:absolute;
    left:0;
    top:8px;
}
#additional_menu > li > ul li a:hover {
    color:#df0026;
    text-decoration:none;
}
#additional_menu > li > ul li a:hover:before {
    background:url(../images/icon-sprite.png) -10px -15px no-repeat;
}
#additional_menu > li:hover > ul {
    display:block;
}
#additional_menu > li > ul > li > ul {
    display:none;
}
/*@end Home banner*/
/*@group Home news*/
#news_flow {
    padding:40px 0 0;
    margin-bottom:20px;
}
.widget_title_area h4 {
    margin:0;
    color:#df0026;
    font-weight:300;
    text-transform:uppercase;
}

.latest_news {
    padding:0;
}
.latest_news .widget_title_area {
    padding:0 15px;
    margin-bottom:30px;
}
.latest_news .widget_title_area h4 {
    float:left;
    margin:10px 0 -5px;
}
.latest_news .widget_title_area .button {
    /*float:right;*/
}
.latest_news_list {
    width:100%;
    padding:0;
    margin:0;
    list-style:none outside none;
}
.latest_news_list li {
    margin-bottom: 1.5rem;
}
.latest_news_list .title {
    margin-bottom:10px;
    font-size:1.200em;
    font-weight:bold;
    line-height:1.333em;
}
.latest_news_list .title a {
    color:#46000c;
}
.latest_news_list .date {
    margin-bottom:10px;
    font-size:0.800em;
    color:#585858;
}
.latest_news_list .summary {
    font-size:0.867em;
    color:#505050;
}
.latest_news_list .summary * {
    margin:0;
}
/*@end Home news*/
/*@group Events calendar*/
#last_events .widget_inner {
    padding:15px;
    border:1px solid #e3e3e3;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#content_left #last_events .widget_inner {
    border:0;
}
#last_events .widget_title_area {
    padding-bottom:15px;
}
#news_flow #last_events .widget_title_area h4 {
    font-size:1.467em;
    line-height:1em;
}

#events_calendar .ui-widget {
	font-size:15px;
    font-family:'Open Sans', sans-serif, Arial;
}
#events_calendar .ui-datepicker {
    width:100%;
    padding:15px 0 0 0;
    border:0;
    background:none;
}
#events_calendar .ui-widget-header {
    padding:0;
    border:0;
    background:none;
}
#events_calendar .ui-datepicker .ui-datepicker-title {
    color:#46000c;
    font-size:1.200em;
    font-weight:bold;
    line-height:1.444em;
}
#events_calendar .ui-datepicker .ui-datepicker-prev,
#events_calendar .ui-datepicker .ui-datepicker-next {
    height:1.733em;
    cursor:pointer;
}
#events_calendar .ui-datepicker .ui-datepicker-prev span,
#events_calendar .ui-datepicker .ui-datepicker-next span {
    width:10px;
    height:16px;
    background:url(../images/icon-sprite.png) -20px -15px no-repeat;
}
#events_calendar .ui-datepicker .ui-datepicker-next span {
    background-position:-35px -15px;
}

#events_calendar .ui-datepicker th {
    color:#585858;
    font-weight:normal;
    padding-left:0;
    padding-right:0;
}
#events_calendar .ui-datepicker td .ui-state-default {
    background:none;
    padding:0.5em 0.2em;
    border-color:transparent;
    color:#333;
    text-align:center;
}
#events_calendar .ui-datepicker td.ui-datepicker-current-day .ui-state-default {
    border-color:#f65058;
}
#events_calendar .ui-datepicker td.ui-state-disabled {
	opacity: 1;
	filter:Alpha(Opacity=100);
}
#events_calendar .ui-datepicker td.ui-datepicker-other-month .ui-state-default {
    color:#585858;
}
#events_calendar .ui-datepicker th.week_day_7,
#events_calendar .ui-datepicker td.week_day_7 .ui-state-default {
    color:#df0026;
}

.calendar_day_container {
    position:relative;
}
.events_count {
    height:4px;
    line-height:4px;
    font-size:4px;
    position:absolute;
    left:0;
    right:0;
    bottom:4px;
    text-align:center;
}
.events_count > i {
    display:inline-block;
    width:4px;
    height:4px;
    margin:0;
    background:url(../images/icon-sprite.png) 0px -25px no-repeat;
}

.calendar_day_tooltip {
    display:none;
}
/*@end Events calendar*/
/*@group Events list*/
.title_area.no_bottom {
    margin-bottom: 0;
}
.default_filter {
    border-bottom: 1px solid #e8e5e5;
    padding: 20px 0;
    margin-top: 0;
}
.default_filter .form-group {
    margin-bottom: 0;
}

.filter_box button {
    height: 42px;
}
.default_filter .submit_button {
}
.default_filter .submit_button button{
    height: 42px;
}
.events_list .news_item {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.events_list .info {
    padding: 0;
}
.events_list .info .title_container {
    margin-top: 10px;
}
.events_list .info .title {
    font-size: 1.200em; /*18px*/
    font-weight: bold;
    color: #46000c;
    text-decoration: none;
}
.events_list .info .title:hover {
    color: #df0026;
}
.events_list .info p {
    margin-bottom: 0;
    margin-top: 20px;
    color: #505050;
    line-height: 1.600em; /*24px*/
}
.events_list .info .location i {
    display: none;
}
.events_list .info .news_date,
.events_list .info .location {
    display: inline;
}
.events_list .info .news_date,
.events_list .info .location {
    color: #585858;
    text-decoration: none;
    font-size: 0.800em; /*12px*/
}
.events_list .info .news_date a,
.events_list .info .location a {
    color: #585858;
    text-decoration: none;
    font-size: inherit;
}
.events_list .info .news_date:after {
    content: "/";
    margin: 0 5px;
    color: #e3e3e3;
}
.events_list .info .news_date i.fa-file-text-o {
    display: none;
}
.events_list .info .news_date i {
    font-size: 14px;
    margin-right: 4px;
}

#today_events .info_in {
    margin: 0 -15px;
    padding: 10px 15px;
    border-top: 1px solid #eeeeee;
}
table.format_info {
    width: auto;
}
table.format_info td {
    border: 0;
    padding: 0;
    background: none !important;
}
table.format_info td.info_line {
    color: #585858;
    padding-right: 20px;
}
table.format_info .date_info i.fa-file-text-o {
    display: none;
}
.event_view .item_contacts i {
    display: none;
}
.event_view .item_address {
    margin-top: 20px;
    text-align: center;
}
.event_view .item_map {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.event_view .event_registration {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.event_view .event_registration label {
    display: none;
}
.event_view .event_registration textarea {
    height: 220px;
    margin-bottom: 20px;
}
.event_view .map_canvas {
    height: 340px;
    border:1px solid #c4c4c4;
}
/*@end Events list*/
/*@group FancyBox*/
.fancybox-overlay {
    background: rgba(36,1,7,0.8);
}
#fancybox-loading div {
}
.fancybox-skin {
    position: relative;
    background: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 !important;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: none;
}
.fancybox-close {
    position: absolute;
    top: 0;
    right: -3%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    text-decoration: none !important;
}
.fancybox-close:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    display: block;
    font-size: 32px;
    line-height: 25px;
    top: 0;
}
/*@end FancyBox*/
/*@group Gallery*/
.gallerys .gallery_item {
    display: inline-block;
    margin-right: -4px;
    vertical-align: text-top;
    float: none;
}
.gallerys .gallery_item a.gallery_link {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
}
.gallerys .gallery_item a.gallery_link span.img_container {
    width: 100%;
    height: 180px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #ffffff;
    margin-bottom: 25px;
}
.gallerys .gallery_item a.gallery_link span.img_container .image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.gallerys .gallery_item a.gallery_link span.img_container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.gallerys .gallery_item a.gallery_link .title {
    color: #46000c;
    font-size: 1.200em; /*18em*/
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
}
.gallerys .gallery_item a.gallery_link:hover span.img_container .overlay {
    border: 1px solid #df0026;
}
.gallerys .gallery_item a.gallery_link:hover .title {
    color: #df0026;
}
.gallery_slideshow {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-size:15px;
    font-family:'Open Sans', sans-serif, Arial;
    color:#46000c;
}
.gallery_slideshow .title {
    height: 10%;
    padding-left: 20px;
    overflow: hidden;
}
.gallery_slideshow h1 {
    position: relative;
    font-size: 1.600em; /*24px*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}
.gallery_slideshow .connected-carousels {
    height: 100%;
}
.gallery_slideshow .connected-carousels .stage {
    width: 100%;
    height: 75%;
    position: relative;
    border-bottom: 2px solid #ffffff;
}
.gallery_slideshow .connected-carousels .navigation {
    height: 15%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.gallery_slideshow .connected-carousels .carousel {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.gallery_slideshow .connected-carousels .carousel ul {
    height: 100%;
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery_slideshow .connected-carousels .carousel li {
    float: left;
}
.gallery_slideshow .jcarousel-item,
.gallery_slideshow .thumbs-item {
    overflow: hidden;
}
.gallery_slideshow .connected-carousels .stage .carousel-stage ul li {
    width: 100%;
    height: 100%;
}
.gallery_slideshow .connected-carousels .stage .carousel-stage ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.gallery_slideshow .connected-carousels .stage .carousel-stage img {
    width: 100%;
}
.gallery_slideshow .connected-carousels .carousel-navigation {
    height: 100%;
    text-align: center;
    background: #ffffff;
}
.gallery_slideshow .connected-carousels .carousel-navigation li {
    height: 100%;
    cursor: pointer;
    width: 100px;
    display: block;
    border: 1px solid #ffffff;
    border-top: none;
}
.gallery_slideshow .connected-carousels .prev-stage,
.gallery_slideshow .connected-carousels .next-stage {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    background: rgba(255,255,255,1);
    z-index: 1000;
}
.gallery_slideshow .connected-carousels .prev-stage {
    left: 10px;
}
.gallery_slideshow .connected-carousels .next-stage {
    right: 10px;
}
.gallery_slideshow .connected-carousels .prev-stage i,
.gallery_slideshow .connected-carousels .next-stage i{
    position: relative;
    top: 9px;
    color: #e00a2f;
    font-size: 2em;
}
.gallery_slideshow .connected-carousels .prev-stage.inactive,
.gallery_slideshow .connected-carousels .next-stage.inactive {
    background: rgba(255,255,255,0.6);
}
.gallery_slideshow .connected-carousels .prev-stage.inactive i,
.gallery_slideshow .connected-carousels .next-stage.inactive i{
    color: #565656;
}
.gallery_slideshow .thumbs-item {
    position: relative;
}
.gallery_slideshow .thumbs-item .img_container {
    display: block;
    width: 100%;
    height: 100%;
}
.gallery_slideshow .thumbs-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery_slideshow .thumbs-item.active .overlay {
    border: 2px solid #c6382f;
}
/*@end Gallery*/
/*@group Contacts*/
.contacts_content {
    margin: 0;
    padding: 0;
}
.contacts_content .main_content {
    padding: 0;
}
.contacts_content .gen_contacts {
    border-bottom: 1px solid #e8e5e5;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
.contacts_content table.format_info {
    margin: 40px 0 30px 0;
}
.contacts_content table.format_info td.info_line,
.contacts_content table.format_info tr > td:first-child {
    padding-right: 30px;
    font-weight: bold;
    color: inherit;
}
.contacts_content h3.padded_top {
    padding-top: 20px;
}
.contacts_table .heading {
    border-bottom: 2px solid #e11134;
}
table.contacts_table td,
table.contacts_table th {
    padding: 1.3% 2.3%;
    font-size: 14px;
}
table.contacts_table th {
    color: #571c1f;
    font-size: 16px;
}
/*@end Contacts*/
/*@group Login form*/
.loginForms {
    background-color: #ffffff;
    width: 370px;
    padding: 20px 30px 30px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.loginForms form {
    margin: 0;
}
.loginForms h3 {
    font-weight: normal;
    margin-top: 0;
}
.loginForms input {
    margin-bottom: 25px;
}
.loginForms input {
    font-size: 1.067em; /*16px*/
}
.loginForms button {
    font-size: 1.200em;  /*18px*/
    line-height: 40px;
    height: 44px;
    float: right;
    padding: 6px 12px;
}
.loginForms .remind_pass {
    float: left;
    font-size: 0.933em; /*14px*/
    margin-top: 10px;
}
/*@end Login form*/
/*@group News*/
.news_list {
    border-bottom:1px solid #e8e5e5;
    margin-bottom:30px;
}
.news_list .item {
    margin-bottom:50px;
}
.news_list .item:nth-child(odd) {
    padding-left:0;
    clear:left;
}
.news_list .item:nth-child(even) {
    padding-right:0;
}
.news_list .item_image {
    margin-top:7px;
    padding-left:0;
}
.news_list .item_image a,
.news_view .item_image {
    border:1px solid #e6e6e6;
    overflow:hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.news_list .item_image a,
.news_list .item_image img {
    display:block;
    width:100%;
}
.news_list .item_info.col-xs-12 {
    padding:0;
}
.news_list .item_info.col-xs-8 {
    padding-right:0;
}
.news_list .item_title a {
    color:#46000c;
    font-size:1.200em;
    font-weight:bold;
}
.struct_item_date{
	color:#585858;
	margin-top: -20px;
	font-size:0.900em;
}
.news_list .item_date {
    margin:10px 0;
    color:#585858;
    font-size:0.800em;
}
.news_list .item_summary {
    font-size:0.867em;
}
.news_list .item_summary * {
    margin:0;
}

.news_view {
}
.news_right_col {
}
.news_view .item_title {
    margin-top:0;
}
.news_view .item_date {
    color:#585858;
    font-size:0.933em;
}
.news_view .item_image {
    float:left;
    margin:0 50px 20px 0;
}

.news_submenu {
    list-style:none outside none;
    padding:30px 30px 15px 30px;
    margin:0;
    border:1px solid #e6e6e6;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.news_submenu li {
    margin-bottom:10px;
}
.news_submenu li a i {
    font-size:0.933em;
}
/*@end News*/
/*@group Bottom banners*/
#bottom_banners {
    padding:20px 0 30px;
    margin-top:20px;
    border-top:1px solid #f2f2f2;
}
#bottom_banners_wrap {
    height:118px;
    overflow:hidden;
}
#bottom_banners_list {
    height:118px;
    padding:0;
    margin:0;
    list-style:none outside none;
}
#bottom_banners_list li {
    width:auto!important;
    height:118px;
    float:left;
    margin-right:30px;
}

#bottom_banners_list li a {
    display:block;
    width:170px;
    height:118px;
    border:1px solid #ddd;
    position:relative;
    overflow:hidden;

    -moz-transition: border-color 500ms ease;
    -webkit-transition: border-color 500ms ease;
    -o-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
}
#bottom_banners_list li a:hover {
    border-color:#ba9698;
}
#bottom_banners_list li a img {
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-color:#fff;
}
#bottom_banners_list li a img.grayscale {
    z-index:2;
}
#bottom_banners_list li a img.original {
    z-index:1;
    opacity:0;
    filter:Alpha(Opacity=0);

    -moz-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
#bottom_banners_list li a:hover img.original {
    z-index:3;
    opacity:1;
    filter:Alpha(Opacity=100);
}
#bottom_banners_list li.banner.banner_image > a:focus {
    box-shadow: 0 1rem 2rem 0.1rem rgba(0,0,0,.25) !important;
}
/*@end Bottom banners*/

.widget {
    margin:0 0 50px 0;
    border:1px solid #e3e3e3;
    overflow:hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*@group Side menu*/
.side_menu,
.side_menu ul {
    padding:0;
    list-style:none outside none;
}
.side_menu > li {
    border-bottom:1px solid #eee;
}
.side_menu > li.last {
    border-bottom:0;
}
.side_menu > li > a {
    padding: 18px 33px;
    font-size:1.067em;
    font-weight:600;
    color:#673235;
}
.side_menu li a {
    display:block;
    position:relative;
}
.side_menu li.active,
.side_menu li.active a {
    background-color:#ab001d;
}
.side_menu li.active > a {
    color:#fff;
}
.side_menu li.active ul li a {
    color:#fdb9a4;
}
.side_menu li.active ul li.active > a {
}
.side_menu > li > a:hover,
.side_menu > li > a:active {
    text-decoration:none;
}
.side_menu > li.items_container > a:after {
    display:block;
    width:11px;
    height:6px;
    margin-top:-3px;
    content:" ";
    background:url(../images/icon-sprite.png) 0px -35px no-repeat;
    position:absolute;
    right:8%;
    top:50%;
}
.side_menu > li.active.items_container > a:after {
    background-position:-15px -35px;
}
.side_menu li ul {
    display:none;
    margin:0;
    padding-bottom:5%;
}
.side_menu > li.active > ul {
    display:block;
}
.side_menu > li > ul > li {
    padding-bottom:2%;
}
.side_menu > li > ul > li > a {
    padding:0 9% 0 14%;
    font-size:0.933em;
}
.side_menu > li > ul > li > a:hover,
.side_menu > li > ul > li > a:active,
.side_menu > li > ul > li.active > a {
    color:#fff;
    text-decoration:none;
}
.side_menu > li > ul > li > a:before {
    display:block;
    width:5px;
    height:9px;
    margin-top:-5px;
    content:" ";
    background:url(../images/icon-sprite.png) -30px -35px no-repeat;
    position:absolute;
    left:9%;
    top:50%;
}
.side_menu > li > ul > li > a:hover:before,
.side_menu > li > ul > li.active > a:before {
    background-position:-40px -35px;
}
/*@end Side menu*/
/*@group Side banner*/
#content_left .banner_item a,
#content_left .banner_item img {
    display:block;
    width:100%;
}
/*@end Side banner*/
/*@group Breadcrumbs*/
#path {
    padding:0;
    margin:0 0 2em 0;
    background:none;
    font-size:0.933em;
    font-weight:300;
}
#path .active {
    color:#505050;
}
#path > li + li:before {
    color:#d4d4d4;
}
#path li a {
    color:#df0026;
}
/*@end Breadcrumbs*/
/*@group Pages*/
.pages {
    margin:50px 0 30px 0;
    text-align:center;
}
.pages > a,
.pages > strong,
.pages > span {
    display:inline-block;
    min-width:38px;
    height:38px;
    line-height:38px;
    padding:0 12px;
    margin:0 3px;
    border:2px solid #d5d5d5;
    background-color:#fff;
    color:#505050;
    font-size:0.933em;
    text-align:center;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pages > strong {
    border-color:#7f7f7f;
    font-weight:normal;
}
.pages > a:hover,
.pages > a:active,
.pages > a:focus {
    border-color:#7f7f7f;
    text-decoration:none;
}
.pages > a.page_prev {
    margin-right:25px;
}
.pages > a.page_prev > i {
    margin-right:10px;
}
.pages > a.page_next {
    margin-left:25px;
}
.pages > a.page_next > i {
    margin-left:10px;
}
/*@end Pages*/
/*@group faq*/
.faq-questions .fa-file{
	margin-right: 5px;
}
.faq-questions .faq-file-href{
	color: #333333;
	padding-left: 0;
}
.dropdown_slide {
    list-style: none;
    padding: 0;
}
.dropdown_slide > li,
.rooms .room {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px 0;
    cursor: pointer;
}
.dropdown_slide > li.opened,
.rooms .room.opened {
    border: 1px solid #ab001d;
}
.dropdown_slide > li:hover,
.rooms .room:hover {
    border: 1px solid #ab001d;
    cursor: default;
}
.dropdown_slide > li > a,
.rooms .room > a {
    position: relative;
    display: block;
    color: #46000c;
    font-size: 1.200em; /*18px*/
    text-decoration: none;
    padding: 20px 20px 20px 55px;
}
.dropdown_slide > li > a:before,
.rooms .room > a:before {
    position: absolute;
    font-family:FontAwesome;
    font-size:14px;
    color:#adadad;
    content: "\f078";
    left: 24px;
    top: 23px;
}
.dropdown_slide > li > a.opened:before,
.rooms .room.opened > a:before {
    position: absolute;
    font-family:FontAwesome;
    font-size:14px;
    color:#ab001d;
    content: "\f077";
    left: 24px;
    top: 23px;
}
.dropdown_slide > li:hover > a:before,
.rooms .room:hover > a:before {
    color: #ab001d;
}
.dropdown_slide > li > div {
    padding: 0 30px 20px 55px;
}
.dropdown_slide > li > div p {
    color: #505050;
    font-size: 1em; /*15px*/
}
.rooms .room .room_schedule{
    display: none;
}
.rooms .room.opened .room_schedule{
    display: block;
}
.rooms .room .room_schedule .preloader{
    text-align: center;
    padding: 30px;
}


#faq-question-form-container #faq-question-form {
    margin: 0 -15px;
}
#faq-question-form-container fieldset {
    margin-bottom: 30px;
}
#faq-question-form-container label {
    display: none;
}
#faq-question-form-container textarea {
    height: 220px;
}
.captcha img {
    margin-right: 20px;
}
.captcha .captcha_inp {
    position: relative;
}
.captcha .captcha_inp input {
    position: absolute;
    top: 0;
}
.submit_button {
    text-align: right;
}
.submit_button button {
    font-size: 1.2em; /*18px*/
    height: 45px;
    padding: 0 20px;
}
.submit_button button i {
    font-size: 0.933em; /*14px*/
}
.back_button {
    margin-top: 40px;
    color: #505050;
}
/*@end faq*/
/*@group Reservation*/
.rooms .content_view {
    border-bottom: none;
    margin-bottom: 0;
}
.rooms .room:hover:not(.opened) {
    background-color: #fdf8f8;
}
.rooms .dropdown_slide li.opened:hover {
    background: none;
}
.rooms .room_schedule {
    border-top: 1px solid #eaeaea;
    margin: 0 30px 20px 30px;
    padding: 0;
}
.room .room_content {
    position: relative;
}

.room_table_nav {
    position: relative;
    text-align: center;
    padding: 30px 0 25px 0;
}

.room_table_nav .nav_line {
    display: inline-block;
	margin: 0 20px 10px;
}

.room_table_nav .nav_line * {
    float: none;
}

.room_table_nav .prev, .room_table_nav .next {
    width: 10px;
    height: 16px;
    display: inline-block;
}

.room_table_nav .prev {
    background: url(../images/icon-sprite.png) -20px -15px no-repeat;
}

.room_table_nav .next {
    background: url(../images/icon-sprite.png) -35px -15px no-repeat;
}

.room_table_nav .date {
    position: relative;
    top: -2px;
    font-weight: bold;
    font-size: 1.200em; /*18px*/
    color: #46000c;
    display: inline-block;
    min-width: 334px;
}
.rooms .room_content table,
.rooms .room_content th,
.rooms .room_content tr,
.rooms .room_content td {
    border: none;
}

.rooms .room_content th, .rooms .room_content td {
    border: 1px solid #cfcfcf;
    border-collapse: collapse;
}

.rooms .room_content td.hour_col {
    width:10%;
}

.rooms .table {
    margin-bottom: 30px;
}

/*.rooms .table>thead:first-child>tr:first-child>th, .rooms .table>colgroup+thead>tr:first-child>th {
    border: 1px solid #dcdcdc;
}

.rooms .table>thead:first-child>tr:first-child>th:first-child,
.rooms .table>colgroup+thead>tr:first-child>th:first-child {
    border: none;
}*/

.rooms .room_content th,
.rooms .room_content td {
    background-color: #f8f8f8;
    text-align: center;
    font-weight: normal;
    font-size: 1.067em; /*16px*/
    line-height: 1.067em; /*16px*/
    color: #383f47;
}

.rooms .room_content th {
    line-height: 32px;
}

.rooms .table-hover>tbody>tr:hover>td,
.rooms .table-hover>tbody>tr:hover>th {
    background-color: #e9e9e9;
}
.rooms .room_content tr td:first-of-type {
    font-size: 1em; /*15px*/
}

/*.table>thead:first-child>tr:first-child>th:first-child,
.table>colgroup+thead>tr:first-child>th:first-child {
    border: none;
    background: none;
}*/

.rooms .room_content th.highlighted,
.rooms .room_content td.highlighted {
    background-color: #e9e9e9;
}

.rooms .table-hover>tbody>tr>td:not(:first-child):not(.selected):hover {
    background-color: #dbdbdb;
}
.rooms .table-hover>tbody>tr>td.day.intervals {
    background-color:green;
}
.rooms .table-hover>tbody>tr>td.selected,
.rooms .table-hover>tbody>tr>td.selected.day.intervals {
    border-top:0;
    /*border-bottom:0;*/
    background-color: #571c1f;
    font-weight: normal;
    font-size: 1.200em; /*18px*/
    color: #ffffff;
}
.rooms .table-hover>tbody>tr>td.selected.sel_end.intervals {
    border-bottom: 1px solid #cfcfcf;
}
.room .tooltip_box {
    display:none;
}

.reservation_form {
    margin:0;
}
.reservation_form h3 {
    margin-top:0;
}
.reservation_form .delete-group {
    float:left;
}
.reservation_form .buttons {
    text-align:right;
}

.r-calendar table{
    width: 100%;
}
.r-calendar table td{
    position: relative;
}
.r-calendar .week-no{
    vertical-align: middle;
    text-align: center;
}
.r-calendar .d-title{
    font-size: 24px;
}
.r-calendar .prev,
.r-calendar .next{
    color: #dedede;
}
.r-calendar td.week-day{
    height: 150px;
}
.r-calendar .week-day-6,
.r-calendar .week-day-7
{
    color: #e11134;
}
.r-calendar .week-day{
    cursor: pointer;
}
.r-calendar .week-day:hover{
    background: #ffdedf;
}
.r-calendar .week-day.current-day{
    background: #fdefed;
}
.r-calendar .week-day .manage-interval:not(.add){
    display: block;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.r-calendar .week-day .manage-interval:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.r-calendar .week-no{
    background: #ededed;
    cursor: pointer;
}
.r-calendar .week-no:hover{
    background: #fefefe;
}

.r-calendar .week-hour{
    text-align: center;
    vertical-align: middle;
}
.day-date input{
    text-align: center;
    font-size: 18px;
}

.r-calendar .week-day .manage-interval.more-view.collapsed{
    display: none;
}
.r-calendar.month table thead tr th{
    width: 13%;
}
.r-calendar.month table thead tr th:first-child{
    width: 9%;
}
.r-calendar .more-view-toggle{
    display: block;
    text-align: center;
    line-height: 110%;
}
.r-calendar .more-view-toggle .less{
    display: none;
}
.r-calendar .more-view-toggle.active .more{
    display: none;
}
.r-calendar .more-view-toggle.active .less{
    display: inline;
}
/*
.r-calendar .week-hour:not(.week-day-6):not(.week-day-7){
    cursor: pointer;
}

.r-calendar .week-hour:hover:not(.week-day-6):not(.week-day-7){
    background: #fefefe;
}
*/

.r-calendar .week-hour.current-day{
    background: #fdefed;
}
.r-calendar tr:last-child .week-hour.current-day{
    background: #fdefed;
}
.r-calendar tr.current-hour td{
    background: #fdefed;
}


/*@end Reservation*/
/*@group Lawacts*/
.lawacts_contens h2 {
    margin-bottom: 20px;
}
.lawacts_content h4 {
    font-weight: bold;
    font-size: 1.200em; /*18px*/
    line-height: 1.350em;;
    margin: 13px 0;
}
.lawacts_item {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.lawacts_item .date,
.lawacts_item .act_no {
    display: inline;
    font-size: 0.800em; /*12px*/
    color: #585858;
}
.lawacts_item .date:after {
    content: "/";
    color: #e3e3e3;
    margin-left: 4px;
}
.lawacts_item a.link {
    color: #e11134;
    font-size: 0.933em; /*14px*/
    margin-right:25px;
    display:inline-block;
}
.lawacts_item a.link i {
    margin-right: 15px;
    font-weight: bold;
}
/*@end Lawacts*/
/*@group Institutions*/
.institutions {
    margin: 0 -15px;
}
.institutions_content {
    border-bottom: 1px solid #e8e5e5;
    padding: 0 0 40px 0;
}
.institutions h2 {
    margin: 30px 0;
}
.institutions ol li {
    margin: 20px 0;
    color: #46000c;
}
.institutions p {
    color: #505050;
}
.institutions.text table{
    margin-top:0px;
    margin-bottom:0px;
}
.institutions.text td{
    padding:0px 15px;
    border-bottom:none;
}
.institution_cat > table > tbody > tr > td{
    padding:0 10px;
    border-bottom:none;
}
.inst_about h2,
.inst_about h3{
    text-align:center;
}
.inst_about h3.tleft{
    text-align:left;
}
.institutions.text td,
.institutions.text td p,
.text .inst_about td{
    font-size:1em;
}
.inst_about td p,
.institutions.text td p{
    margin: 1em 0;
}
.institution_cat {
    text-align: center;
}
.inst_about .institution_cat{
    text-align: inherit;
}
.institutions_logos {
    padding: 0;
}
.institutions_logo {
    position: relative;
    padding: 15px;
}
.institutions_logo .inst_logo_container {
    width: 100%;
    height: 100%;
}
.institutions_logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 155px;
    border: 1px solid #cecece;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.institutions_logo a:hover {
    border: 1px solid #df0026;
}
.institutions_logo a img {
    max-width: 80%;
    max-height: 140px;
}
.tooltip_container {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #ff0000;
    text-align: center;
}
.institution_tooltip {
    display: none;
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index:100;
    color: #ffffff;
    text-align: center;
    font-size: 0.733em; /*11px*/
    line-height: 1.4em;
}
.institution_tooltip:after,
.institution_tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.institution_tooltip:after {
    border-top-color: #46000c;
    border-width: 10px;
    margin-left: -10px;
}
.institution_tooltip:before {
    border-top-color: #46000c;
    border-width: 11px;
    margin-left: -11px;
}
.institution_tooltip .tooltip_top {
    display:none;
}
.institution_tooltip .tooltip_bottom {
    width:30px;
    height:11px;
    margin-left:-15px;
    position:absolute;
    bottom:-11px;
    left:50%;
    z-index:10;
    background:none;
}
.institutions_logo .inst_logo_container:hover .institution_tooltip {
    display: block;
}
.inst_tooltip_content {
    display: inline-block;
    background-color:#46000c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    max-width: 90%;
}
.inst_filter_title {
    height: 42px;
    position: relative;
}
.inst_filter_title span {
    font-size: 0.933em; /*14px*/
    line-height: 1.2em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.institution_view .date {
    font-size: 0.933em; /*14px*/
    color: #585858;
}
.experts {
    margin: 20px 0;
}
.experts p {
    color: #505050;
    margin: 0;
}
.experts p.expert_name {
    font-weight: bold;
}
.inst_about {
    margin: 0 -15px 0 -15px;
}
.inst_about div.logo {
    float: left;
    margin: 10px 30px 30px 0;
}
.positive_score {
    color: #669900;
}
.positive_score:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: relative;
    margin-right: 10px;
}
.positive_score.negative{
    color:#e11134;
}
.positive_score.negative:before {
    font-family: FontAwesome;
    content: "\f00d";
    position: relative;
    margin-right: 10px;
}

table.docs_list {
    border-top:2px solid #e11134;
}
table.docs_list td {
    padding:6px 20px;
}
table.docs_list td.download_col {
    text-align:right;
}
table.docs_list td.link a {
    display:inline-block;
    line-height:38px;
}
table.docs_list td .fa {
    padding-right:20px;
}
table.docs_list td .fa-file-pdf-o {
    color:#e11134;
}
table.docs_list td .fa-file-word-o {
    color:#0099cc;
}
table.docs_list td .fa-file-excel-o {
    color:#26ac07;
}
table.docs_list td .fa-file-powerpoint-o {
    color:#e75f11;
}
/*@end Institutions*/
/*@group educationsdescr*/
.educationsdescr .letter
{
	text-transform: uppercase;
}
.continet_popup{
	display: none;
}
.continet_popup_text h4{
	margin-top: 10px;
}
.list-file-category{
	cursor: pointer;
	font-weight: bold;
}
#file_cats .fa{
	margin-right: 5px;
}
/*@end educationsdescr*/
/*@group popupContainer*/
.popupContainer {
    padding: 20px 30px 30px 30px;
}
/*@end popupContainer*/
/*--- END Content --- */

/*--- Footer --- */
#footer {
    background:url(../images/footer-deco-bg.png);
}
#footer > .inner_content {
    padding:0;
}

#bottom_menu {
    width:100%;
    float:left;
    padding:55px 0 50px;
}
#bottom_menu,
#bottom_menu ul {
    list-style:none outside none;
    margin:0;
}
#bottom_menu > li {
    float:left;
}
#bottom_menu > li > ul {
    padding:20px 0 0 0;
}
#bottom_menu > li > ul > li {
    padding:0 0 5px 0;
}
#bottom_menu > li > ul > li > ul {
    display:none;
}

#bottom_menu > li > a {
    color:#46000c;
    font-size:1.200em;
    font-weight:bold;
    text-decoration:none;
}
#bottom_menu > li > a:hover {
    text-decoration:none;
}
#bottom_menu > li > ul > li > a {
    display:inline-block;
    padding-left:15px;
    position:relative;
    color:#df0026;
    font-size:0.933em;
    line-height:1.143em;
}
#bottom_menu > li > ul > li > a:before {
    display:block;
    width:5px;
    height:9px;
    content:"";
    background:url(../images/icon-sprite.png) 0px -15px no-repeat;
    position:absolute;
    left:0;
    top:4px;
}

#footer_info {
    padding:35px;
    background-color:#571c1f;
    color:#ffe4b8;
    font-size:0.933em;
}
#footer_info p {
    margin:0;
}
#footer_info p.facebook {
    margin-top:1em;
    font-size:1.286em;
}
#footer_info a {
    color:#ffa5b4;
}
#footer_info p.facebook a {
    color:#ffe4b8;
}
#footer_info p.facebook a:hover {
    color:#ffa5b4;
}
#footer_info .inner_content > div:first-child {
    padding-left:0;
}
#footer_info .inner_content > div:last-child {
    padding-right:0;
}

.footer_logos > div {
    float:left;
    margin-top:5px;
}
.footer_logos > div:first-child {
    margin-right:10%;
}
/*--- END Footer --- */
.default_filter  .alert-info{
    margin-top:20px;
    border-color:#571c1f;
    background:#ffe4b8;
}
.activity_rate{
    margin-top:15px;
}
a[name]
{
   color: #505050 !important;
   text-decoration:none !important;
}
@media (max-width: 815px) {
    .gallerys .gallery_item a.gallery_link span.img_container {
        height: 130px;
    }
}
@media (max-width: 767px) {
    .news_list .item {
        padding-left:0;
        padding-right:0;
    }
}
#faq_email{
	display:none;
}
#letters a.active{
    text-decoration: underline;
}

/* region discussions */

.discussion .btn{
    padding: 10px 12px;
}

.discussion_item{
    position: relative;
    overflow: hidden;
}
.discussion_item .avatar {
    position: absolute;
    left: 0;
    top: 12px;
}
.discussion_item .comments{
    float: right;
    color: #12749d;
}
.discussion_item .date{
    float: left;
    margin-top: 10px;
    color: #626262;
}
#discussion_list_container .title{
    display: inline-block;
}
.new_discussion .common_form{
    margin: 0;
}
.new_discussion .add_discussion_file{
    float: right;
    margin-right: 5px;
}
.new_discussion .add_discussion_file span {
    padding-left: 8px;
}
.new_discussion button i{
    margin-right: 8px;
}
.discussion .item-container-delete .btn{
    margin-top: 10px;
    margin-left: 10px;
}

.discussion .item-container-delete .btn:first-child{
    margin-left: 0;
}

.discussion h2 {
    color: #12749d;
    font-size: 1.875em;
    font-weight: bold;
    margin-top: 10px;
}
.discussion .descr{
    padding-bottom: 10px;
}
.discussion p {
    color: #000000;
}
.discussion_list_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    position: relative;
}
.discussion_list_item .theme {
    margin: 10px 0;
}
.discussion_list_item .title {
    font-size: 1.125em; /*18px*/
    color: #46000c;
    font-weight: bold;
}
.discussion_list_item .discussion_item{
    border-bottom: none;
    padding: 0;
}

.item-container-edit-form{
    margin-top: 30px;
}
.comment {
    margin: 30px 0 0 0;
    position:relative;
}
.subcomment_1 {
    margin-left:60px;
}
.subcomment_2 {
    margin-left: 90px;
}
.discussion_item .comment_txt{
    height: 43px;
}
.commentsFormContainer .commentsForm .input-group{
    margin-bottom: 20px;
}
.comment .comment-delete-form,
.discussion_item .discussion-delete-form {
    margin:0 0 0 10px;
}
.comment .comment-delete-form input.button_silver,
.discussion_item .discussion-delete-form input.button_silver {
    height:20px;
    line-height:18px;
    font-size:1em;
    float:left;
    margin-left:5px;
    padding:0 5px;
}
.discussion_item .add_comment{
    cursor: pointer;
}
.discussion_item .add_comment.clicked{
    color: #C1C1C1;
    cursor: default;
}
.comment .cancel-edit-comment,
.discussion_item .cancel-edit-discussion {
    display:inline-block;
    color:#28965b;
    margin-top:5px;
}
.discussion_item {
    padding:10px 0 30px 0;
    position:relative;
    font-size:0.9em;
    border-bottom: 1px solid #e5e5e5;
}
.discussion_item .item_user {
    width:76px;
    height:76px;
    padding:4px;
    background-color:#f1f1f1;
    border:1px solid #ececec;
    position:absolute;
    top:10px;
    left:10px;
    z-index:1;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.discussion_item .comment .item_user {
    width:56px;
    height:56px;
}
.discussion_item .subcomment .item_user {
    width:46px;
    height:46px;
}
.discussion_item .item_user img {
    display:block;
    width:100%;
}
.discussion_item .item_content {
    padding-left:103px;
}
.discussion_item .item_content .text.pull-left
{
    padding-bottom: 10px;
}
.discussion_item .comment .item_content {
    padding-left:60px;
    color: #555555;
}
.discussion_item .subcomment .item_content {
    padding-left:60px;
}
.discussion_item .icon_delete,
.discussion_item .edit {
    display:block;
    float:right;
    margin-left:15px;
}
.discussion_item .edit {
    line-height:20px;
    color:#28965b;
}
.discussion_item .item_date {
    line-height:20px;
    margin-bottom:1em;
    color:#949494;
}
.discussion_item .item_description,
.discussion_item .item_attachments {
    margin: 20px 0;
}
.discussion_item .item_commenting {
    margin-top:1em;
    color:#949494;
}
.discussion_item .item_commenting a {
    color:#28965b;
}
.discussion_item .item_commenting span {
    font-size:0.8em;
}

.discussion_item .commentsFormContainer {
    position:relative;
    margin: 30px 0;
    position: relative;
}
.discussion_item .dummy_inp {
    float: left;
    width: 100%;
    padding-right: 140px;
}
.comment .item_content .subcomments-form {
    display: none;
}
.discussion_item .dummy_inp input {
    height: 43px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.discussion_item .button {
    float: right;
    position: absolute;
    right: 0;
}
.discussion_item .comments_list {
    margin-bottom:-10px;
    border-top: 1px solid #e5e5e5;
}
.discussion_item .name_line {
    width: 100%;
    /*height: 43px;*/
    overflow: hidden;
    background: #fdf7f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 0;
}

.discussion_item .name_line > *{
    font-size: 12px;
    margin: 0 10px;
}
.discussion_item .name_line .name {
    float: left;
    color: #2e2e2e;
}
.discussion_item .name_line .date {
    float: right;
    color: #626262;
}
.discussion_item .comments{
    float: right;
}


.discussion_item .name_line .like-count,
.discussion_item .name_line .click_action,
.discussion_item .name_line .like-comment {
    float: right;
    color: #989898;
}
.discussion_item .name_line .like-count{
    margin-right: 0;
}
.discussion_item .name_line .click_action.active,
.discussion_item .name_line .like-comment.active {
    color: #df0026;
}
.manage-discussion{
    float: right;
}
.manage-comment{
    white-space: nowrap;
}
.discussion_item .name_line .manage-comment a{
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    margin: 0;
}
.discussion_item a.btn-default,
.discussion_item button.btn-default
{
    height: 43px;
    line-height: 43px;
    padding: 0 26px;
}

.manage-discussion a{
    font-size: 1.375em;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
}
.new_discussion {
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    width: 100%;
    padding: 7px 20px 20px 20px;
}
.new_discussion .offer {
    font-size: 1.500em; /*24px*/
    font-weight: bold;
    color: #2e2e2e;
    float: none;
    margin-bottom: 7px;
}
.new_discussion .offer i {
    width: 68px;
    height: 54px;
    float: right;
    background: url("/images/sprite.png") no-repeat -73px -328px;
    display: none;
}
.new_discussion textarea {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 150px;
}
.new_discussion .avatar {
    float: left;
    margin-top: 20px;
}
.new_discussion button {
    float: right;
    float: right;
}
.discussion_item button span {
    padding-left: 8px;
}
@media screen and (max-width: 500px) {
    .discussion_item button span {
        display: none;
    }
}

.info_in{
    min-height:100%;
}
.suppl_delete{
    position:relative;
}
.suppl_delete .button{
    position:absolute;
    right:-15px;
    top:-15px;
    z-index:1000;
}
.discussion-tip{
    display: inline-block;
}
.manage-poll{
    display: inline-block;
    position: absolute;
    right: 5px; top: 50%; margin-top: -12px;
}
a.click_action{
    cursor: pointer;
}
.poll .input_checkbox{
    position: relative;
}
.poll label.checkmark,
.poll label.radiomark{
    display: block;
    padding: 5px 50px 5px 5px;
}

.poll label.checkmark:hover{
    background: #dedede;
}
.poll .result{
    float: right;
}
.quick-search{
    margin: 10px 0;
}
.discussion-widget .discussion_item .name_line > *{
}
/* endregion discussions */

/* region valuations */
.table-wrap{
    overflow: auto;
}
.valuations-table{
    font-size: 0.9em;
}
.txt-vertical > *{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.additional_filters{
    margin-top: 10px;
}
.additional_filters > *{
    margin-bottom: 10px;
}
.detailed-scores{
    display: none;
    margin-bottom: 0;
    text-align: center;
}
.detailed-scores a{
    text-decoration: none;
    cursor: pointer;
}
.detailed-scores.active{
    display: block;
}
.attachments-toggle{
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
.item-attachments{
    display: none;
}
.item-attachments.active{
    display: table-row;
}
.item-attachment{
    position: relative;
    padding-right: 30px!important;
}
/* endregion valuations*/
/* search stilius */
.search_list{
    margin-top:50px;
}
.search_list .breadcrumb{
    background:none;
    padding-left:0;
    font-size:13px;
}
.search_item{
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.quickSearch{
    margin:0;
}
.quickSearch input[name="email"]{
    display: none;
}
.quickSearch button{
    background:none;
    border:none;
}
.quickSearch button{
    background:none;
    color:#ffe4b8;
    font-size:14px;
    padding:0 0 0 8px;
    line-height: 25px;
    position: relative;
    top: -2px;
    display: none;
}
#quick_nav li a.search_link{
    display: inline-block
}
.quickSearch a.search_link{
    display: inline-block;
    padding:0 0 0 8px;
    line-height: 25px;
    position: relative;
    top: -2px;
}
.quickSearch input[type="text"]
{
    border:1px solid #ffe4b8;
    width:130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:none;
    color:#ffe4b8;
    opacity:0;
    filter: alpha(opacity=0);
}
.quickSearch input[type="text"].active{
    opacity:1;
    filter: alpha(opacity=1);
}
.ac_results{
    background:#fff;
    padding:0;
}
.ac_results ul{
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.27);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.27);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.27);
}
.ac_results ul li{
    list-style: none outside none;
    border:1px solid #ffe4b8 !important;
    border-top:0 !important;
    margin:0 !important;
    padding:9px 0 9px 20px !important;
    cursor:pointer;
    color: #505050 !important;
    font-size:1em !important;
}
.ac_results ul li.ac_over,
.ac_results ul li:hover{
    background:rgba(87, 28, 31, 0.5) !important;
    color: #fff !important;
}
.ac_results ul li strong{
    font-weight:normal;
}
/* end search stilius */

/*display only in xs*/
@media (max-width: 768px) {
    a.display-xs-no-text > span {
        display: none;
    }
}

/*region bootstrap 5*/
.col {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
}
.rowBs4 {
    display: flex;
    flex-wrap: wrap;
}
.mx-0 {margin-right: 0 !important;margin-left: 0 !important;}
.mx-1 {margin-right: 0.25rem !important;margin-left: 0.25rem !important;}
.mx-2 {margin-right: 0.5rem !important;margin-left: 0.5rem !important;}
.mx-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
.mx-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
.mx-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
/*.mx-n1 {margin-right: -0.25rem !important;margin-left: -0.25rem !important;}
.mx-n2 {margin-right: -0.5rem !important;margin-left: -0.5rem !important;}
.mx-n3 {margin-right: -1rem !important;margin-left: -1rem !important;}
.mx-n4 {margin-right: -1.5rem !important;margin-left: -1.5rem !important;}
.mx-n5 {margin-right: -3rem !important;margin-left: -3rem !important;}*/
.px-0 {padding-left: 0;padding-right: 0;}
.px-1 {padding-left: 0.25rem;padding-right: 0.25rem;}
.px-2 {padding-left: 0.5rem;padding-right: 0.5rem;}
.px-3 {padding-left: 1rem;padding-right: 1rem;}
.px-4 {padding-left: 1.5rem;padding-right: 1.5rem;}
.px-5 {padding-left: 3rem;padding-right: 3rem;}
/*.px-n1 {padding-left: -0.25rem;padding-right: -0.25rem;}
.px-n2 {padding-left: -0.5rem;padding-right: -0.5rem;}
.px-n3 {padding-left: -1rem;padding-right: -1rem;}
.px-n4 {padding-left: -1.5rem;padding-right: -1.5rem;}
.px-n5 {padding-left: -3rem;padding-right: -3rem;}*/
/*endregion bootstrap 5*/

img {
    max-width: 100%;
}
p {
    word-wrap: anywhere;
}
