@import url(//fonts.googleapis.com/css?family=Sanchez:400,400italic);

/*font-family: 'Sanchez', 'serif';*/

@import url(//fonts.googleapis.com/css?family=Open+Sans);

/*font-family: 'Open Sans', 'sans-serif';*/


/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */

@font-face {
    font-family: Andantino;
    src: url(../fonts/andantino.ttf);
}

@font-face {
    font-family: LinLibertine;
    src: url('../fonts/linlibertine_r_g-webfont.eot');
    src: url('../fonts/linlibertine_r_g-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/linlibertine_r_g-webfont.woff2') format('woff2'), url('../fonts/linlibertine_r_g-webfont.woff') format('woff'), url('../fonts/linlibertine_r_g-webfont.ttf') format('truetype'), url('../fonts/linlibertine_r_g-webfont.svg#linux_libertine_gregular') format('svg');
    font-weight: normal;
    font-style: normal;
    /*src: url(../fonts/LinLibertine_R_G.ttf);     */
}

@font-face {
    font-family: LinLibertineS;
    src: url('../fonts/linlibertine_rz_g-webfont.eot');
    src: url('../fonts/linlibertine_rz_g-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/linlibertine_rz_g-webfont.woff2') format('woff2'), url('../fonts/linlibertine_rz_g-webfont.woff') format('woff'), url('../fonts/linlibertine_rz_g-webfont.ttf') format('truetype'), url('../fonts/linlibertine_rz_g-webfont.svg#linux_libertine_gsemibold') format('svg');
    /* src: url(../fonts/LinLibertine_RZ_G.ttf);*/
}

@font-face {
    font-family: LinLibertineI;
    src: url('../fonts/linlibertine_rzi_g-webfont.eot');
    src: url('../fonts/linlibertine_rzi_g-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/linlibertine_rzi_g-webfont.woff2') format('woff2'), url('../fonts/linlibertine_rzi_g-webfont.woff') format('woff'), url('../fonts/linlibertine_rzi_g-webfont.ttf') format('truetype'), url('../fonts/linlibertine_rzi_g-webfont.svg#linux_libertine_gSBdIt') format('svg');
    /*    src: url(../fonts/LinLibertine_RI_G.ttf); */
}

body#body {
    background: #fcf5ec;
    color: #211f20;
    font: 16px/25px LinLibertine, 'Sanchez', 'serif';
    position: relative;
    min-width: 1290px;
    -webkit-text-size-adjust: none;
}

p {
    margin-bottom: 14px;
}

.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
    color: #211f20;
    outline: none;
    text-decoration: none;
}

a:hover,
.field-name-taxonomy-forums .links a:hover,
#block-views-our-team-block .views-field-title a:hover {
    text-decoration: none;
    color: #989898;
}

.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
    text-decoration: none;
}

.zal .h3 {
    text-align: center;
}

.h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.extra {
    overflow: hidden;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}


/* Selection colours (easy to forget) */

::selection {
    background: rgb(67, 141, 253);
}

::-moz-selection {
    background: rgb(67, 141, 253);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: rgb(67, 141, 253);
}

.ajax-progress {
    display: none;
}

#edit-style-options-row--2 {
    clear: both;
}

#admin-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.messages {
    padding-right: 30px;
}

.dismiss {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: lowercase;
    padding: 2px 6px 4px;
    width: auto;
    line-height: normal;
    font-family: Helvetica;
}

.dismiss:hover {
    color: #fff;
    text-shadow: none;
}

.opacity-hover a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.opacity-hover a:hover {
    opacity: 0.7;
}

.links,
.item-list ul,
.marker-list ul,
ul.action-links {
    list-style: none;
}

.switcher {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    font-size: 11px;
}

.switcher:hover {
    text-decoration: underline;
}

.slider-wide div.contextual-links-wrapper {
    right: auto;
    left: 50%;
}


/* ------------------------- HEADER ------------------------- */

#header {
    position: relative;
}

#logo {
    display: inline-block;
}

.section-1 {
    text-align: center;
    padding: 13px 0 27px;
}

.section-4 {
    padding: 30px 0 0;
}

.section-3 {
    padding: 40px 0 30px;
}

.stickup {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
}

.isStuck {
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
}


/* ------------------------- MAIN MENU ------------------------- */

.select-menu {
    display: none !important;
}

#superfish-1 {
    background: none;
    position: relative;
    width: 100%;
    text-align: center;
}

#superfish-1>li {
    background: none;
    border: 0;
    display: inline-block;
    overflow: inherit;
    padding: 0;
    text-align: center;
    margin-left: 35px;
    text-transform: uppercase;
    float: none;
}

#superfish-1 li:first-child {
    margin-left: 0px;
}

#superfish-1 a {
    border: 0;
    color: #211f20;
    font-size: 12px;
    padding: 0;
}

#superfish-1>li>a:hover,
#superfish-1>li.active-trail>a,
#superfish-1>li.sfHover>a {
    color: #989898;
    background: none;
}

#superfish-1 ul {
    background: #fff;
    display: none;
    padding: 15px 0;
    top: 50px;
    width: 200px !important;
    box-shadow: 0 0 1px rgba(165, 165, 165, .5);
}

#superfish-1 ul li {
    background: none;
    border-bottom: 0;
    height: auto;
    padding: 0;
    margin: 0;
}

#superfish-1 ul li a:visited,
#superfish-1 ul li a,
#superfish-1 ul li span {
    border: 0;
    color: #fff;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    padding: 7px 7px 7px 24px !important;
    text-align: left;
    color: #211f20;
}

#superfish-1 ul li a:hover,
#superfish-1 ul li.active-trail>a {
    background: none;
    color: #989898;
}

#superfish-1 ul li ul {
    left: 140px !important;
    padding: 10px 0 !important;
    top: -10px;
}

#superfish-1 ul li ul li {
    background: none;
    margin-bottom: 1px;
}


/* ------------------------- SLIDER ------------------------- */

.flex-viewport {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#flexslider_views_slideshow_main_slider-block li {
    padding: 0;
}

.flex-control-thumbs li {
    width: 20%;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
}

.flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 0;
}

.flex-control-nav {
    bottom: 0;
    z-index: 20;
}

.flexslider .flex-next,
.flexslider .flex-prev {
    opacity: 1;
}

.flexslider .flex-direction-nav a {
    display: block;
    background: #000;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    text-align: left;
    text-indent: -999em;
}

.flexslider:hover .flex-next,
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

.flexslider:hover .flex-prev,
.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}

.flex-control-nav li {
    margin: 0;
}

.flex-control-nav li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url(../images/slider-nav.png) left top no-repeat;
}

.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
    background: url(../images/slider-nav.png) left bottom no-repeat;
}

.flex-caption {
    position: absolute;
    left: 0;
    top: 0;
}


/* ------------------------- MAIN ------------------------- */

div.messages {
    margin-bottom: 30px;
}

.views-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.views-field-title,
.node h2,
article.comment h3 {}

.views-field-title a,
.node h2 a,
article.comment h3 a {}

.views-field-title a:hover,
.node h2 a:hover,
article.comment h3 a:hover {}

.node h2,
article.comment h3 {
    margin-bottom: 5px;
    text-align: left;
}

.node h2:after,
.node h2:before {
    display: none;
}

.views-field-body {
    margin-bottom: 20px;
}

.img-indent {
    margin-bottom: 20px;
}

.title-indent {
    margin-bottom: 20px;
}

.field-name-field-addthis-blog {
    margin-bottom: 25px;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.img-right {
    float: right;
    margin-left: 20px;
}

.block-indent {
    margin-bottom: 60px !important;
}

#main-wrapper #block-system-main.block {
    padding-bottom: 0;
}

.more-link {
    text-align: left;
}

#block-views-menu-block .views-field-field-menu-image {
    margin-bottom: 20px;
    text-align: center;
}

#block-views-menu-block h3 {
    text-align: center;
    background: url(../images/body.png) center top repeat #ecefef;
    padding: 11px 0 16px;
    font: 21px LinLibertine;
}

#block-views-menu-block ul.price li,
#block-views-menu-block-1 ul.price li {
    background: none;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#block-views-menu-block ul.price li strong,
#block-views-menu-block-1 ul.price li strong {
    float: right;
    display: inline-block;
    width: 95px;
    padding-left: 5px;
    font-size: 14px;
}

.front #block-views-menu-block ul.price li strong,
.front #block-views-menu-block-1 ul.price li strong {
    width: 45px;
    padding-left: 3px;
}

.front #block-views-menu-block ul.price li strong span,
.front #block-views-menu-block-1 ul.price li strong span {
    display: none;
}

#block-views-menu-block ul.price li span,
#block-views-menu-block-1 ul.price li span {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.front #block-views-menu-block ul.price li span,
.front #block-views-menu-block-1 ul.price li span {
    display: inline-block;
    float: left;
    padding-right: 0px;
    max-width: 200px;
    min-width: 90px;
}

#block-views-menu-block ul.price li i,
#block-views-menu-block-1 ul.price li i {
    display: block;
    height: 21px;
    overflow: hidden;
    background: url(../images/price-bg.png) left bottom repeat-x;
    margin: 0 5px 0 10px;
}

.not-front .price tr {
    background: url(../images/price-bg.png) left bottom repeat-x;
}

td {
    padding: 0em 0em;
}

.price td {
    padding: 12px 4px;
}

.not-front .price td {
    padding: 18px 4px;
}

.not-front td.pr {
    text-align: right;
}

.front td.pr {
    font-size: 15px;
    width: 60px;
}

.front td.pr strong {
    font-size: 14px;
}

.view-testimonials .views-row {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.view-testimonials .testi-body {
    font-size: 16px;
    font-family: LinLibertineI;
}

.view-testimonials .testi-body:after,
.view-testimonials .testi-body:before {
    content: '"';
    display: inline-block;
    padding: 0 3px;
}

.view-testimonials .auther {
    /*	font-family: 'Open Sans', 'sans-serif';*/
}

.view-testimonials .views-field-field-testi-image img {
    border-radius: 100px;
}

.view-portfolio .views-row {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.view-menu .views-row,
.view-menu .views-row ul,
.view-menu .views-row .views-field {
    margin-bottom: 0;
}

.view-menu .views-row {
    padding-bottom: 20px;
}

blockquote {
    position: relative;
    padding-left: 20px;
    font-style: italic;
    margin-bottom: 10px;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p:before {
    display: inline-block;
    content: '"';
    padding-right: 3px;
}

blockquote:after {
    position: absolute;
    content: '';
    background: #211f20;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
}

.title-date {
    width: 60px;
    float: left;
}

.title-date:after {
    content: '-';
    display: inline-block;
}

.view-our-history .views-field-body,
.view-our-history p {
    margin-bottom: 0;
}

.view-our-history .views-row {
    margin-bottom: 0;
    padding-bottom: 30px;
}


/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */

.views-row-last.views-row {
    margin-bottom: 0px;
}

#main-wrapper .block {
    padding-bottom: 0px;
}

#main-wrapper #content .block.block-views {
    padding-bottom: 20px;
}

body .container-12 .no-alpha-omega {
    margin-left: 10px;
    margin-right: 10px;
}

.region-header-bottom {
    padding: 0;
}

.region-content-top {
    padding: 30px 0 40px;
}

.region-content {
    padding: 0;
}

.region-content-bottom {
    padding: 0;
}

.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-content:after {
    content: '';
    width: 100%;
    clear: both;
    display: block;
}

.views-clearfix .views-row:after {
    content: '';
    width: 100%;
    clear: both;
    display: block;
}

#main-wrapper img {
    height: auto;
    width: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-wrapper .getlocations_map_canvas img {
    padding: 0;
    background: none;
    border: none;
}

#main {
    padding: 25px 0 30px;
}

#main-wrapper {
    background: #fff;
    width: 1290px;
    position: relative;
    margin: 0 auto;
}

#main .feed-icon img,
#main th.active img {
    width: auto;
    border: none;
    background: none;
    padding: 0;
}

#tinymce p {
    margin-bottom: 10px;
}

.location.vcard {
    margin-top: 0;
}


/* ------------------------- CONTENT REGION ------------------------- */


/*Node heading*/

.front #page-title {
    font-size: 21px;
    color: #211f20;
    font-family: LinLibertine;
    text-transform: uppercase;
}

#content h1.title,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Sanchez', 'serif';
    font-weight: 400;
}

#content h1.title,
h2 {
    overflow: hidden;
    text-align: center;
    line-height: 25px;
}

h2:after,
h2:before,
#content h1.title:after,
#content h1.title:before {
    display: block;
    width: 36%;
    height: 17px;
    content: '';
    position: absolute;
}

#block-views-menu-block h2:after,
#block-views-menu-block h2:before {
    width: 42%;
}


/*
h2:before, #content h1.title:before {
        right: 0;
    top: 3px;
background: url(../images/raf.png) left center no-repeat;
}
 h2:after, #content h1.title:after{
         left: 0;
    top: 3px;
  background: url(../images/lbf.png) right center  no-repeat;
}



h2:after,#content h1.title:after {
	margin-right: 0;
	margin-left: 30px;
}
h2:before,#content h1.title:before {
	margin-left: 0;
	margin-right: 30px;
}
*/

.h2block {
    display: table;
    width: auto;
    margin: 0 auto;
    background-color: red;
    text-align: center;
    padding-left: 90px;
    background: url(../images/lbf.png) left top no-repeat;
}

.h2block h2,
.h2block .h2,
.h2block h1,
.h2block div.block-title {
    display: block;
    background: url(../images/raf.png) right top no-repeat;
    padding-right: 90px;
    width: auto;
    min-height: 28px;
    font-family: LinLibertine;
    color: #211f20;
}

.h2block div.block-title {
    font-size: 21px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

#content h1.title {
    font-size: 21px;
    color: #211f20;
    font-family: LinLibertine;
}

h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

article.node {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

article.node.node-blog {
    border-bottom: 0px solid #211f20;
}

#node-79 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-node- .submitted a {
    padding-right: 0;
    margin-right: 0;
}

#content .block .content {
    font-family: LinLibertine;
    font-size: 16px;
}


/*Author & date information*/

.submitted {
    margin: 5px 0 15px;
    float: left;
    padding: 0;
}

.submitted,
p.submitted span,
.comment_count {
    float: left;
    padding-right: 5px;
}

.submitted a,
.comment_count {
    text-decoration: none;
}

.submitted a:hover,
.comment_count:hover {}

.comment_count {
    float: right;
    display: inline-block;
    margin: 5px 0 15px;
}

article.node footer {
    padding-top: 0px;
}

article footer ul.links.inline {
    display: block;
}

article footer ul li {
    padding: 0;
    margin: 0 15px 0 0;
    padding: 0 !important;
}

article footer ul li.first {
    margin-left: 0;
}

.node-teaser .comment-add {
    display: none;
}


/*Node Tags*/

article.node footer .field-name-field-tags {
    padding-bottom: 10px;
}

article.node footer .field-name-field-tags .field-label {
    float: left;
    font-size: 16px;
    padding-right: 10px;
    line-height: 24px;
}

article.node footer .field-name-field-tags .field-items {
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}

article.node footer .field-name-field-tags ul li {
    float: left;
    padding: 0 4px;
    margin-right: 10px;
}

article.node footer .field-name-field-tags ul li a {
    font-size: 12px;
    text-decoration: none;
    padding: 2px 5px;
}

article.node footer .field-name-field-tags ul li a:hover {
    text-decoration: none;
}

article .field-items {
    margin-bottom: 20px;
}

.node-maps header {
    display: none;
}

.panels-flexible-region-1-contacts_region {
    width: auto;
}

.butt_niw {
    position: absolute;
    /* top: -10px; */
    margin-top: -94px;
    margin-left: 125px;
}

.field-item.even {
    position: relative;
}

.item-list ul li {
    margin-left: 0;
    margin-bottom: 20px;
}

ul li.collapsed {
    list-style: none;
}

ul.menu li {
    margin-left: 0;
}

body section.block ul {
    margin-bottom: 20px;
}

section.block ul,
section.block .item-list ul li {
    margin: 0;
}

ul li.leaf,
section.block .content li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section.block .content li,
.marker-list li {
    background: url(../images/a1.png) no-repeat 0 12px;
    padding: 0 0 0 20px;
}

section.block .content li a,
.marker-list li a {
    color: #211f20;
    text-decoration: none;
}

section.block .content li a:hover,
.marker-list li a:hover {
    color: #989898;
}


/* ------------------------- BUTTONS STYLES ------------------------- */

.form-submit:hover {
    background: #211f20;
}

.button a,
.more-link a,
ul.links li a,
.view-portfolio .views-field-view-node a,
#block-poll-recent ul.links li a,
#filters li a,
.content ul.pager li a,
.content ul.pager li.pager-current,
.form-submit {
    font-family: LinLibertine;
    display: inline-block;
    font-size: 18px;
    padding: 3px 20px 4px;
    background: url(../images/body.png) center top repeat #f3f6f6;
    border: none;
    color: #211f20;
    text-transform: lowercase;
}

.views-field-view-node a,
.otziv {
    text-transform: uppercase;
}

.button a:hover,
.more-link a:hover,
ul.links li a:hover,
.view-portfolio .views-field-view-node a:hover,
#block-poll-recent ul.links li a:hover,
#filters li a:hover,
#filters li a.selected,
.content ul.pager li a:hover,
.content ul.pager li.pager-current,
.form-submit:hover {
    background: #a7a5a5;
    color: #fff;
}

.form-submit {
    line-height: normal;
    vertical-align: middle;
}

ul.links li a {
    margin-bottom: 10px;
}


/* ------------------------- BACK TO TOP ------------------------- */

#backtotop {
    background: #000 url(../images/up-arrow.png) 50% 50% no-repeat;
    width: 50px;
    height: 50px;
    z-index: 5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    right: 40px;
    bottom: 30px;
}

#backtotop:hover {
    opacity: 1;
    background-color: #211f20;
}


/* ------------------------- FOOTER ------------------------- */

#footer {
    clear: both;
    padding: 35px 0;
    position: relative;
    /*	background: url(../images/header-bg.png) left top repeat-x;*/
}

.region-pre-footer {
    padding-bottom: 45px;
}

#block-views-portfolio-block-1 {
    /*	background: url(../images/header-bg.png) left top repeat-x;*/
    padding: 35px 0 0px;
}

#footer #block-block-9.block {
    padding: 45px 0 43px;
    background: url(../images/body.png) center top repeat #f3f6f6;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
}

#block-block-9.block .line-1 {
    padding-top: 8px;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
}

#block-block-9.block .line-1 span {
    color: #989898;
}

#block-block-5 {}

#block-block-5 .content {}

#block-block-5 .content a {}

#block-block-5 .content a:hover {}

#block-block-5 .content span {}

#block-menu-block-1 ul.menu li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding-right: 25px;
    position: relative;
}

#block-menu-block-1 ul.menu li.last {
    padding: 0;
}

#block-menu-block-1 ul.menu li a {
    color: #211f20;
}

#block-menu-block-1 ul.menu li a:hover,
#block-menu-block-1 ul.menu li a.active {
    text-decoration: underline;
}


/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */

#block-follow-site {}

.follow-links {
    float: right;
}

.follow-link-wrapper {
    display: inline-block;
    margin-left: 20px;
}

a.follow-link {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: 1;
    padding: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
}

a.follow-link:hover {
    opacity: 0.7;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
}

a.follow-link-googleplus {
    background-image: url(../images/icon-googleplus.png);
}

a.follow-link-twitter {
    background-image: url(../images/icon-twitter.png);
}

a.follow-link-facebook {
    background-image: url(../images/icon-facebook.png);
}


/* ------------------------- PAGINATOR ------------------------- */

.content ul.pager {
    text-align: left;
    overflow: hidden;
}

.content ul.pager li {
    margin: 5px;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    float: left;
}

.content ul.pager li a:hover,
.content ul.pager li.pager-current,
.content ul.pager li a,
.content ul.pager li.pager-current {}


/* ------------------------- PORTFOLIO ------------------------- */

#main-wrapper .isotope-element img {
    width: 100%;
}

.add-magnify {
    margin-bottom: 20px;
    background: #000;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a {
    display: block;
    background: url(../images/magnify.png) 50% 50% no-repeat;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a img {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a img:hover {
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}

.isotope-element .views-field-title {
    margin: 10px 0;
}

#filters {
    margin-bottom: 20px;
    text-align: right;
}

#isotope-options {
    background: none;
}

#filters li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
    background: none;
}

.isotope-element img {
    width: 100%;
    height: auto;
}

#isotope-container {
    margin-left: -10px;
    margin-right: -10px;
}

.isotope-element {
    background: none;
    color: inherit;
    margin: 0px 10px 30px;
    height: auto;
    width: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ------------------------- POLL'S BARS ------------------------- */

.poll .total,
.poll .title {
    margin-bottom: 15px;
}

.poll .bar {
    background-color: #fff;
    border: 1px solid #8c8c8c;
    padding: 1px;
    height: 10px;
    margin-bottom: 15px;
}

.poll .bar .foreground {
    height: 10px;
    display: none;
    background-color: #989898;
}

.poll .percent {
    float: right;
}

.poll .vote-form {
    text-align: left;
    padding-bottom: 15px;
}

.poll .vote-form .choices {
    width: 100%;
}

#block-poll-recent ul.links li {
    background: none;
    padding-left: 0;
}

#block-comment-recent .content li a {
    display: inline-block;
}

#block-comment-recent li span,
.views-field-timestamp {
    display: block;
}

#block-forum-new .contextual-links-wrapper {
    display: none;
}

#block-system-navigation .content li {
    margin: 0;
}

.links {
    list-style: none;
}

.links li {
    display: inline-block;
    margin-right: 10px;
}


/* ------------------------- BLOCK SEARCH ------------------------- */

#block-search-form {}

#block-search-form .form-text,
#search-block-form .container-inline .form-text {
    width: 100%;
    padding: 8px 40px 8px 5px;
    border: none;
    background: #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#block-search-form .container-inline,
#search-block-form .container-inline {
    overflow: hidden;
    position: relative;
}

#block-search-form .container-inline .form-item,
#search-block-form .container-inline .form-item {
    margin: 0;
}

#block-search-form .form-submit,
#search-block-form .form-submit {
    background: url(../images/search.png) no-repeat center center;
    border: 0;
    width: 35px;
    height: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#search-block-form #edit-submit:hover,
#search-block-form .form-submit:hover {
    opacity: 0.8;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}

.container-inline div,
.container-inline label {
    display: block;
}


/* ------------------------- FORUM ------------------------- */

.action-links {
    padding: 0 0 25px 0px;
}

.action-links a {
    font-weight: bold;
}

.action-links a:hover {
    text-decoration: none;
}

#forum a {
    font-size: 12px;
}

#forum a:hover {
    text-decoration: underline;
}

#forum table {
    border: 1px solid #c8c8c8;
    width: 100%;
}

#forum th {
    border: 1px solid #211f20;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
}

#forum th a {
    color: #fff;
}

#forum td.container {
    padding: 10px;
}

#forum td {
    border: 1px solid #c8c8c8;
    padding: 5px;
}

#forum td.topics,
#forum td.posts,
#forum td.replies {
    text-align: center;
}

.field-name-taxonomy-forums {
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.field-name-taxonomy-forums .field-label {
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 22px;
    float: left;
    margin-right: 10px;
    font-family: 'Sanchez', 'serif';
    letter-spacing: 0;
}

.field-name-taxonomy-forums .links a {
    background: none;
    box-shadow: none;
    display: inline;
    font-size: 14px;
    padding: 0;
    text-transform: none;
}

.field-name-taxonomy-forums .links a:hover {
    background: none;
}

.page-forum- #main-wrapper .active img {
    padding: 0;
    background: 0;
    border: none;
    margin-left: 5px;
    margin-top: 4px;
}


/* ------------------------- COMMENTS FORM ------------------------- */

.panels-flexible-region-1-contacts_region {
    width: auto;
}

#edit-actions input {
    margin-right: 10px;
}

#edit-comment-body {
    margin-bottom: 15px;
}

.filter-help a {
    font-size: 10px;
    display: inline-block;
}

.filter-help a {
    padding-left: 0;
}

#comments {
    margin-bottom: 30px;
    clear: both;
}

article.comment header {
    overflow: hidden;
    margin-bottom: 0;
}

.user-picture {
    float: left;
    margin-right: 15px;
}

section#comments h2.title {
    margin-bottom: 15px;
}

#comment-form label,
#contact-site-form label {
    vertical-align: middle;
}

.form-required {
    color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
    width: 220px;
}

#comment-form .form-textarea {
    height: 120px;
    margin-bottom: 10px;
}

#contact-site-form textarea#edit-message {
    /*Contact form texrarea*/
    margin-right: 0;
    width: 100%;
    height: 100px;
}

.resizable-textarea .grippie {
    display: none;
}

.form-type-item {
    overflow: hidden;
    width: 100%;
}

.form-type-item label {
    float: left;
    padding-right: 10px;
}

.form-type-select {
    margin: 0;
}

#edit-comment-body-und-0-format-guidelines {
    padding-top: 15px;
}

#edit-comment-body-und-0-format-guidelines ul li {
    font-size: 12px;
    overflow: hidden;
    width: 100%;
}


/* ------------------------- COMMENTS OUTPUT ------------------------- */

#comments {
    margin-top: 30px !important;
}

.comment-wrapper {
    overflow: hidden;
    position: relative;
}

article.comment .submitted {
    margin: 2px 0 10px;
}

article.comment .submited .permalink,
p .permalink {
    display: none;
}

article.comment {
    background: #fff;
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;
    padding: 15px;
    padding-bottom: 25px;
}

article.comment h2 {
    color: #292a2b;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.node article.comment footer {
    overflow: hidden;
    padding: 0;
}

#edit-comment-body-und-0-format {
    border: 1px solid #d6d2c6;
}

#edit-comment-body-und-0-format .fieldset-wrapper>* {
    padding-left: 0;
    padding-right: 0;
}

#edit-comment-body-und-0-format .fieldset-wrapper {
    padding: 20px 10px;
}

#edit-comment-body-und-0-format .fieldset-wrapper label {
    display: inline;
}

#comment-form-wrapper {
    margin-top: 30px;
}

#comment-form-wrapper .title {
    margin-left: 0;
    margin-right: 0;
}

article.comment span.new {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-preview {
    background: none;
}

.compose-tips li {
    margin-bottom: 10px;
}

.compose-tips h3 {
    margin-bottom: 10px;
}

.comment .field-items {
    margin-bottom: 20px;
}


/* ------------------------- TABLE STYLES ------------------------- */

tr.odd,
tr.even {
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
}

tr.even {
    background: #f8f8f8;
}

th {
    background: #211f20;
    color: #fff;
    padding: 5px;
}

.page-faq-questions-top .views-row {
    margin-bottom: 30px;
}

.view-faq {
    margin-bottom: 30px;
}


/* ------------------------- 404 PAGE NOT FOUND ------------------------- */

.page-page-404 #search-block-form {
    width: 100%;
}

.panel-separator {
    display: none;
}

.panel-pane.error-page {
    margin-bottom: 30px;
}

.panel-pane.error-page .pane-content {
    overflow: hidden;
}

span.err {
    display: inline-block;
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
}

.panel-pane.error-page .pane-content .extra {
    background: url(../images/v_line.gif) 40px 0 repeat-y;
    padding-left: 80px;
}

.panel-pane.error-page .pane-content .err-title {
    display: block;
    font-size: 70px;
    line-height: 84px;
    padding-top: 20px;
    text-transform: uppercase;
}

.panel-pane.error-page .pane-content .err-body {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    width: 300px;
}

.page-page-404 .pane-search-form {
    text-align: center;
}

.page-page-404 .pane-search-form .pane-content {
    padding-top: 40px;
}

html.js .collapsible.collapsed.collapsible .fieldset-legend {
    background-image: url(../images/menu-collapsed.png);
}

html.js .collapsible.collapsible .fieldset-legend {
    background-image: url(../images/menu-expanded.png);
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #666 !important;
    font-family: 'Sanchez', 'serif';
    font-size: 12px;
    padding: 8px 5px;
}


/* ------------------------- FIRST-TIME PAGE ------------------------- */

#first-time {
    display: none;
}

#first-time p {
    padding: 10px 0;
}

#first-time .item-list ul li {
    background: none;
    display: block;
    float: left;
    margin: 0;
}

#first-time .item-list ul li a {
    color: #211f20;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#first-time .item-list ul li:hover {
    background: none;
}

#first-time .item-list ul li a:hover {
    background: none;
}


/* ------------------------- BREADCRUMB ------------------------- */

#breadcrumb {
    color: #211f20;
    margin-top: 16px;
    padding: 0px 3px 15px;
}

#breadcrumb a {
    color: #211f20;
    font-size: 12px;
    text-decoration: none;
    padding: 0 3px;
}

#breadcrumb a:last-child {
    padding-right: 0;
}

#breadcrumb a:hover {
    color: #211f20;
}


/* ------------------------- ADMIN TAB ------------------------- */

.tabs-wrapper {
    margin: 1px 0 20px;
}

div.tabs {
    overflow: hidden;
}

.tabs ul.primary {
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    margin: 10px 0 10px 0;
    overflow: hidden;
    padding: 4px 0;
}

.tabs ul.primary li {
    margin-bottom: -1px;
}

.tabs ul.primary li a {
    background: #EDEDED;
    border: 1px solid #BBB;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    color: #211f20;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 3px 15px 4px;
    text-shadow: 0 1px 0 #FFF;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
}

.tabs ul li a.active,
.tabs ul li a:hover {
    background: #211f20;
    color: #fff;
    text-shadow: none;
}


/* ------------------------- ADMIN MENU BG ------------------------- */

ul.contextual-links li a:hover {}

.page-blog .field-name-field-blog-image {
    width: 300px;
}

.page-blog .node-teaser .field-type-image {
    float: left;
    margin: 0 20px 6px 0;
}

.field-type-image {
    margin-bottom: 20px;
}

.profile .user-picture {
    margin-left: 20px;
}

.profile h3 {
    overflow: hidden;
}

#block-views-our-team-block .views-field-field-employee-photo {
    margin-bottom: 25px;
}

#block-views-our-team-block h5 {
    margin-bottom: 0px;
}

#block-views-our-team-block .views-field-body,
#block-views-our-team-block .views-row {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.filter-type {
    margin-bottom: 30px;
}

label.option {
    vertical-align: middle;
}

.node-author .username {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

#head-l {
    display: block;
    font-family: Andantino;
    max-width: 411px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 28px;
    line-height: 147%;
    padding-top: 9px;
}

#head-l a {
    font-family: LinLibertine;
    font-size: 18px;
}

#head-r {
    display: block;
    font-family: LinLibertine;
    width: 321px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    font-size: 18px;
    padding-top: 65px;
}

#head-r li {
    list-style: none;
    display: block;
    background: url(../images/lifon.png) 0 5px no-repeat;
    padding-left: 20px;
}

#block-block-13 {
    display: block;
    float: left;
}

#block-block-14 {
    display: block;
    float: right;
    margin-top: -48px;
}

#block-block-14 a {
    margin-bottom: 9px;
    display: block;
}

@media only screen and (min-width: 750px) and (max-width: 995px) {
    #head-l {
        max-width: 311px;
        font-size: 20px;
    }
    #head-r {
        display: block;
        width: 270px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 750px) {
    #logo {
        display: block;
        margin: 0 auto;
        width: 161px;
    }
    #head-l {
        clear: both;
        font-family: Andantino;
        max-width: 320px;
        position: relative;
        text-align: left;
        font-size: 21px;
        padding-top: 20px;
        display: block;
        float: left;
    }
    #head-r {
        font-family: LinLibertine;
        width: 290px;
        position: relative;
        text-align: left;
        font-size: 16px;
        padding-top: 20px;
        display: block;
        float: right;
    }
}

@media only screen and (max-width: 640px) {
    #logo {
        display: block;
        margin: 0 auto;
        width: 161px;
    }
    #head-l {
        clear: both;
        font-family: Andantino;
        max-width: 340px;
        position: relative;
        text-align: left;
        font-size: 22px;
        padding-top: 20px;
        display: block;
        float: left;
    }
    #head-r {
        font-family: LinLibertine;
        width: 340px;
        position: relative;
        text-align: left;
        font-size: 17px;
        padding-top: 5px;
        display: block;
        float: left;
    }
}

#superfish-1 a {
    border: 0;
    color: #211f20;
    font-size: 16px;
    padding: 0;
    font-family: LinLibertineS;
    color: #211f20;
}

#superfish-1 span {
    color: #211f20;
    font-size: 16px;
    font-family: LinLibertineS;
    padding: 0;
    text-align: left;
}

#superfish-1 span.active,
#superfish-1 .active-trail span {
    color: #8c8c8c;
}

#superfish-1 ul li span {
    display: block;
    margint-left: 0;
}

#superfish-1 .menuparent>a,
#superfish-1 .menuparent>span {
    padding-right: 24px;
    background: url(../images/menu1.jpg) right center no-repeat;
}

#superfish-1 #menu-5485-1.menuparent>a {
    padding-right: 24px;
    background: url(../images/menu1.jpg) 80% 50% no-repeat;
}

#superfish-1 .menuparent>a:hover,
#superfish-1 .menuparent>a:active {
    background: url(../images/menu1.jpg) right center no-repeat;
}

#superfish-1 ul {
    top: 43px;
    left: -20px;
}

h2 {
    font-family: LinLibertine;
    font-size: 21px;
}

.region-footer .block {
    display: block;
    float: left;
}

.region-footer #block-block-17 {
    display: block;
    float: right;
    font-family: LinLibertine;
    font-size: 19px;
}

.region-footer #block-block-17 img {
    margin-top: -3px;
}

#block-block-5 {
    padding-right: 60px;
}

#block-block-15 {
    max-width: 500px;
}

#block-block-15 ul {
    display: block;
    float: left;
    padding-left: 50px;
}

.ub1 {}

.ub1 li,
.ub2 li {
    list-style: none;
    display: block;
    background: url(../images/lifon.png) 0 7px no-repeat;
    padding-left: 20px;
}

#block-block-16 {
    padding-left: 20px;
    margin-top: 20px;
}

#block-block-16 a {
    display: block;
    float: left;
    margin-top: -18px;
    padding-right: 5px;
}

#block-block-16 a img {
    width: 25px;
    height: 25px;
}

.region-footer .block {
    margin-bottom: 25px;
}

.otziv {
    display: block;
    float: right;
    background-color: #613a29;
    font-size: 21px;
    text-decoration: underline;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 40px;
}

.z1 {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #725040;
    clear: both;
    margin-bottom: 25px;
}

.zal {
    display: block;
    float: left;
    max-width: 550px;
    overflow: hidden;
    padding-bottom: 25px
}

.zal1 {
    margin-right: 32px
}

.zal h3 {
    text-align: center;
}

#block-menu-menu-ser {
    margin-top: 20px;
    display: table;
    border-bottom: 1px solid #725040;
}

#block-menu-menu-ser ul.menu li {
    list-style: none;
    display: block;
    float: left;
    background: url(../images/lifon.png) 0 5px no-repeat;
    padding-left: 20px;
    padding-right: 10px;
    width: 250px;
}

#block-menu-menu-ser .contextual-links-wrapper {}

#block-menu-menu-ser ul {
    padding-bottom: 45px;
    display: block;
}

.field-name-field-gphoto .field-item {
    width: 254px;
    height: 254px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.field-name-field-gphoto .field-item:hover {
    opacity: 0.7;
}

.field-name-field-gphoto {
    width: 100%;
    display: table;
}

.field-name-field-doptekst {
    clear: both;
}

#main-wrapper #block-block-18 {
    padding-bottom: 30px;
}

.node .content ul {
    margin-left: 40px;
    padding-bottom: 15px;
}

.views-field-field-mimg:hover {
    opacity: 0.7;
}

#menu-5479-1>a,
#menu-668-1>a {
    pointer-events: none;
    /* ������ ������ �������������� */
    cursor: default;
    /* ������������� ������ � ���� ������� */
}

#block-block-18 h3 a {
    text-decoration: underline;
}

#block-block-20 {
    padding-top: 25px;
    margin-bottom: 50px;
    display: block;
}

.field-name-field-photo,
.views-field-field-photo {
    display: block;
    float: left;
    padding-right: 30px;
}

.views-field-field-photo {
    width: 290px;
    height: auto;
}

.view-news .views-row {
    clear: left;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.view-news h2 {
    text-align: left;
    display: table;
    margin-bottom: 12px;
    position: relative;
    z-index: 10;
    overflow: visible;
}

.field-name-field-date {
    font-style: italic;
    margin-bottom: -10px;
    color: #888888;
}

.views-field-field-date {
    font-style: italic;
    color: #888888;
}

.views-field-view-node a {
    display: block;
    float: right;
    background-color: #613a29;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 40px;
}

.views-field-view-node a:hover {
    text-decoration: none;
    color: #989898;
}

#block-menu-menu-ser {
    clear: both;
}

.otziv {
    margin-bottom: 35px;
    display: block;
}

#block-menu-menu-ser {
    padding-top: 15px;
}

.front h1 {
    font-size: 27px;
}

#block-views-portfolio-block-1 {
    clear: both;
}

.p-h3 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

h1 {
    font-size: 27px!important;
    text-transform: uppercase;
}

p>a {
    color: red;
}

#menu-5569-1>a {
    pointer-events: none;
    cursor: default;
}

.p-callback {
    background-color: #fcf5ec;
    padding: 26px 34px;
    display: block;
    vertical-align: middle;
    height: 48px;
}

.p-callback-text {
    max-width: 600px;
    display: block;
    float: left;
    font-family: Andantino;
    font-size: 34px;
    padding-top: 7px;
}

.p-callback-tel {
    max-width: 200px;
    display: block;
    float: left;
    font-size: 23px;
    margin-left: 50px;
}

.p-callback-bot {}

.p-callback-bot .callbackhub {
    cursor: pointer;
    padding: 12px 32px;
    background-color: #e31b4b;
    border-radius: 25px;
    display: block;
    float: left;
    color: #ffffff;
    font-size: 24px;
    margin-left: 60px;
    text-transform: uppercase;
}

.p-callback-bot .callbackhub:hover {
    background-color: #c0183f;
}

#main-wrapper #block-block-24,
#main-wrapper #block-block-25 {
    padding-bottom: 47px;
    clear: both;
}


/* Menu restorana */

.view-menu-rest {
    margin-right: 0px;
    display: block;
    overflow: hidden;
}

.view-menu-rest .views-row {
    display: block;
    float: left;
    height: 390px;
    width: 260px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.view-menu-rest .h2block div.block-title {
    font-size: 21px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.view-menu-rest h2 {
    padding-top: 10px;
}

.view-menu-rest .h2block {
    clear: both;
}

.view-menu-rest h2 {
    clear: both;
}

@media only screen and (min-width: 1230px) {
    .view-menu-rest .views-row.views-row-4,
    .view-menu-rest .views-row.views-row-8,
    .view-menu-rest .views-row.views-row-12,
    .view-menu-rest .views-row.views-row-16,
    .view-menu-rest .views-row.views-row-20 {
        margin-right: 0px;
    }
}

.view-menu-rest .menu-sr {
    display: table;
    width: 100%;
    border-bottom: 1px solid #573d2c;
    padding-top: 5px;
    padding-bottom: 5px;
}

.view-menu-rest .views-field-body {
    font-size: 14px;
    line-height: 130%;
    padding-top: 5px;
    margin-bottom: 1px;
    height: 93px;
    overflow: hidden;
}

.menu-sr-title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 180px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 117%;
}

.menu-sr-pc {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    font-size: 14px;
}

.menu-sr-price {
    width: 100%;
    border-bottom: 1px solid #e31b4b;
    font-size: 18px;
}

@media only screen and (max-width: 610px) {
    .view-menu-rest .views-row {
        min-height: 280px;
        height: auto;
        padding-bottom: 20px;
    }
    .view-menu-rest .views-row {
        margin-right: 10px;
    }
    .view-menu-rest .views-field-body {
        font-size: 14px;
        line-height: 130%;
        padding-top: 5px;
        margin-bottom: 1px;
        height: auto;
        overflow: auto;
    }
}

@media only screen and (max-width: 1230px) and (min-width: 995px) {
    .p-callback {
        padding: 26px 14px;
    }
    .p-callback-text {
        max-width: 520px;
        font-size: 31px;
    }
    .p-callback-tel {
        margin-left: 14px;
    }
    .p-callback-bot .callbackhub {
        margin-left: 14px;
    }
}

@media only screen and (max-width: 995px) and (min-width: 768px) {
    .p-callback {
        padding: 26px 24px;
    }
    .p-callback-text {
        max-width: 270px;
        font-size: 30px;
        padding-top: 0px;
        display: block;
        position: relative;
        top: -5px;
    }
    .p-callback-tel {
        margin-left: 10px;
    }
    .p-callback-bot .callbackhub {
        margin-left: 37px;
    }
}

.video_front {
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
}

.video_front video {
    width: 100%;
    height: 642px;
    margin-top: -77px;
}

span.mute {
    width: 30px;
    height: 30px;
    background: url('/sites/all/themes/feniks/video/mute.svg');
    position: absolute;
    margin-left: -60px;
    bottom: 2%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    div#block-block-14 img {
        max-height: 27px;
        width: 27px;
        height: 27px;
    }
    #block-block-14 {
        max-width: 24%;
        display: block;
        float: right;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: right;
    }
    #block-block-14 a {
        margin-bottom: 6px;
        display: block;
        float: right;
        clear: right;
    }
    #block-block-13 {
        max-width: 75%;
        display: block;
        float: left;
    }
    .h2block {
        background: url(../images/lbf.png) left no-repeat;
    }
    .h2block h2,
    .h2block .h2,
    .h2block h1,
    .h2block div.block-title {
        background: url(../images/raf.png) right no-repeat;
    }
    .h2block div.block-title {
        font-size: 21px;
        padding-bottom: 0px;
        text-transform: uppercase;
    }
    .h2block {
        margin-bottom: 0px;
    }
    .h2block h2,
    .h2block .h2,
    .h2block h1,
    .h2block div.block-title {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #content h1.title,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .h2block h2,
    .h2block .h2,
    .h2block h1,
    .h2block div.block-title {
        text-align: center;
    }
    #footer {
        clear: both;
        padding: 5px 0;
        position: relative;
        /*	background: url(../images/header-bg.png) left top repeat-x;*/
    }
    .region-footer #block-block-17 {
        margin-bottom: 0px;
    }
    .view-display-id-block_1 {
        text-align: center;
    }
    .p-callback {
        padding: 15px 5px;
        display: block;
        height: 100%;
    }
    .p-callback-text {
        font-family: Andantino;
        font-size: 34px;
        padding-top: 0px;
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        line-height: 115%;
    }
    .p-callback-tel {
        margin-left: 0px;
        clear: both;
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-callback-bot {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
        clear: both;
    }
    .p-callback-bot .callbackhub {
        margin-left: 0;
        text-align: center;
        display: block;
        clear: both;
        margin: 0 auto;
        float: none;
        max-width: 150px;
    }
    .video_front {
        width: 100%;
        height: 143px;
        overflow: hidden;
    }
    .butt_niw {
        margin-left: 45px;
        margin-top: -42px;
    }
    .butt_niw .callbackhub {
        font-size: 12px;
        padding: 0px 10px;
    }
    .video_front video {
        width: 100%;
        height: 320px;
        margin-top: -89px;
        position: relative;
        z-index: 1;
    }
    span.mute {
        margin-left: -34px;
        width: 20px;
        height: 20px;
        z-index: 100;
    }
}

@media only screen and (max-width: 350px) {
    #head-r {
        font-family: LinLibertine;
        width: 100%;
        position: relative;
        text-align: left;
        font-size: 17px;
        padding-top: 5px;
        display: block;
        float: left;
    }
}


/*****************************************SK*****************************************/

.burger {
    display: none;
}

.closeburg {
    display: none !important;
}


/*****************************************SK*****************************************/

.views-field-created {
    font-style: italic;
    color: #888888;
}

.node-pre {
    display: block;
    float: left;
    max-width: 49%;
}

.node-next {
    display: block;
    float: right;
    max-width: 49%;
}

.node-pre a,
.node-next a {
    display: block;
    padding-top: 15px;
    color: red;
    padding-bottom: 20px;
}

.node-pre a:hover,
.node-next a:hover {
    color: #989898;
}

.breadcrumb li {
    display: block;
    float: left;
    list-style: none;
    padding-left: 5px;
}

.breadcrumb li:after {
    content: "» ";
}

.breadcrumb li:last-child:after {
    content: "";
}

.breadcrumb li a,
.breadcrumb li span {
    color: #211f20;
    font-size: 14px;
}

.breadcrumb {
    padding-top: 0px;
    margin-top: 0px;
}

#breadcrumb {
    color: #211f20;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px 3px 15px;
    position: relative;
    top: -10px;
}

.comment header div {
    text-align: left;
    margin-bottom: 7px;
    position: relative;
    font-family: LinLibertine;
    font-size: 18px;
    text-transform: uppercase;
}

.comment-add {
    text-align: left;
    display: block;
    bottom: -30px;
    position: relative;
    font-family: LinLibertine;
    font-size: 18px;
    text-transform: uppercase;
}

.field-name-comment-body {
    font-size: 16px;
    font-family: LinLibertineI;
    -webkit-tap-highlight-color: #46a7e2;
    color: #555555;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    font-style: italic;
}

.comment .field-items {
    margin-bottom: 2px;
}

article.comment {
    background: #fff;
    border: none;
    margin-bottom: 15px;
    padding: 0px;
    padding-bottom: 5px;
}

.comment-form #edit-submit {
    margin-bottom: 30px;
}

#comment-form .form-text {
    width: 98%;
}

ul.links li.comment-add a {
    display: block;
    position: relative;
    top: -20px;
    float: right;
}

div#block-views-our-location-block .view-content {
    display: none;
}

article#node-129 .field.field-name-field-gphoto.field-type-image.field-label-hidden,
article#node-131 .field.field-name-field-gphoto.field-type-image.field-label-hidden {
    width: 115%;
    margin-left: -51px;
}

article#node-129 .field-name-field-gphoto .field-item,
article#node-131 .field-name-field-gphoto .field-item {
    width: 293px;
    height: 294px;
}

li#menu-201-1 a,
li#menu-201-1 span {
    color: #fff !important;
    font-size: 0px;
}

li#menu-201-1 a:before,
li#menu-201-1 span:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('https://fenixresto.com.ua/sites/default/files/home.svg');
    background-size: cover;
    background-position: center;
    top: 9px;
    position: relative;
}

.bl_bann_mob {
    display: none;
}

ul.slick-dots {
    display: flex !important;
    list-style: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
}

ul.slick-dots li button {
    background: none;
    border: 1px solid #e41a4a;
    border-radius: 50%;
    font-size: 0;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

ul.slick-dots li.slick-active button {
    background: #e41a4a;
}

.bl_bann_mob {
    display: none !important;
}


/******************************************************************************************************/


/* node-type-landing */


/******************************************************************************************************/


/* .node-type-landing #content .block .content, */

.node-type-landing .node-landing.node-full .subtitle,
.node-type-landing .node-landing.node-full .field-name-field-text,
.node-type-landing .node-landing.node-full .field-name-field-title,
.node-type-landing .node-landing.node-full .field-name-field-link {
    font-family: 'Roboto', sans-serif !important;
}

.node-type-landing .node-landing.node-full .field-type-image {
    margin-bottom: 0;
}

.node-type-landing .node-landing.node-full article .field-items {
    margin-bottom: 0;
}

.node-type-landing .node-landing>.paragraphs-items-field-blocks>.entity-paragraphs-item {
    margin: 60px 0;
}

.node-type-landing h2.subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.node-type-landing .field-name-field-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}

.node-type-landing .field-name-field-text ul {
    list-style: inside;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .node-type-landing h2.subtitle {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
}


/* paragraphs-item-baner */

.node-type-landing .paragraphs-item-baner img {
    max-width: 100%;
    width: 100%;
}

.node-type-landing .paragraphs-item-baner .field-name-field-img-mob {
    display: none;
}

@media (max-width: 500px) {
    .node-type-landing .paragraphs-item-baner .field-name-field-img {
        display: none;
    }
    .node-type-landing .paragraphs-item-baner .field-name-field-img-mob {
        display: block;
    }
}


/* advantages  paragraphs-item-title-blocks */

.paragraphs-item-title-blocks .paragraphs-items-field-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -6px;
}

.paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text {
    max-width: 33.3333333%;
    width: 100%;
    padding: 6px;
    position: relative;
    box-sizing: border-box;
}

.paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text .field-name-field-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(109, 109, 109, 0.4);
}

.paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text .field-name-field-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text .field-name-field-img img {
    width: 100%;
    height: 100%;
}

.paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text .field-name-field-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 2px solid #FFFFFF;
}

@media (max-width: 767px) {
    .paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text {
        max-width: 50%;
    }
}

@media (max-width: 550px) {
    .paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text {
        max-width: 100%;
    }
    .paragraphs-item-title-blocks .paragraphs-items-field-blocks .paragraphs-item-block-image-text .field-name-field-text {
        font-size: 18px;
        line-height: 170%;
    }
}


/* banqueting-hall */

.paragraphs-item-title-blocks-1col .paragraphs-items-field-blocks .paragraphs-item-block-image-title-text {}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text:last-child {
    margin-bottom: 0;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-title {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
    order: 1;
    width: 100%;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-img {
    width: 50%;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text:nth-child(odd) .field-name-field-img {
    float: right;
    margin-left: 20px;
    order: 3;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text:nth-child(odd) .field-name-field-text {
    order: 2;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text:nth-child(even) .field-name-field-img {
    float: left;
    margin-right: 20px;
    order: 2;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text:nth-child(even) .field-name-field-text {
    order: 3;
}

.paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
    order: 3;
    width: calc(50% - 20px);
}

@media (max-width: 767px) {
    .paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-title {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-title {
        order: 1 !important;
    }
    .paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-img {
        width: 100%;
        order: 2 !important;
        margin: 0 !important;
    }
    .paragraphs-item-title-blocks-1col .paragraphs-item-block-image-title-text .field-name-field-text {
        width: 100%;
        order: 3 !important;
    }
}


/* gallery */

.paragraphs-item-gallery .field-name-field-images {
    position: relative;
}

.paragraphs-item-gallery .slick-list {
    margin-bottom: 20px;
}

.paragraphs-item-gallery .field-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 0 20px;
}

#main-wrapper .paragraphs-item-gallery .slick-slide img {
    display: block;
    height: inherit;
    width: auto;
    max-width: inherit;
}

.paragraphs-item-gallery .slick-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -60px;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.paragraphs-item-gallery .slick-arrows button {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: none;
    padding: 0;
    color: transparent;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.paragraphs-item-gallery .slick-arrows button:hover {
    cursor: pointer;
    opacity: 0.5;
}

.paragraphs-item-gallery .slick-arrows button.slick-prev {
    background: #ffffff url(../images/slider-arrow-left.svg) center/15px no-repeat;
}

.paragraphs-item-gallery .slick-arrows button.slick-next {
    background: #ffffff url(../images/slider-arrow-right.svg) center/15px no-repeat;
}

.paragraphs-item-gallery .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraphs-item-gallery .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    position: relative;
}

.paragraphs-item-gallery .slick-dots li.slick-active button {
    position: relative;
    background: none;
}

.paragraphs-item-gallery .slick-dots li.slick-active button:before {
    content: '';
    background: #EB5757;
}

.paragraphs-item-gallery .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E1E5EE;
    opacity: 1;
    z-index: 150;
}

@media (max-width: 767px) {
    .paragraphs-item-gallery .field-item {
        margin: 0;
    }
    #main-wrapper .paragraphs-item-gallery .slick-slide img {
        width: 100%;
        height: auto;
    }
}


/* МЕНЮ РЕСТОРАНА */

.paragraphs-item-title-blocks-link .paragraphs-items-field-blocks .paragraphs-item-block-image-title-text {}

.paragraphs-item-title-blocks-link .paragraphs-items-field-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text {
    max-width: 33.3333333%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text .field-name-field-img {
    max-width: 315px;
    width: 100%;
    margin-bottom: 20px;
}

.paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text .field-name-field-img img {
    max-width: 100%;
    width: 100%;
}

.paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text .field-name-field-title {
    max-width: 315px;
    width: 100%;
    margin: auto auto 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text .field-name-field-text {
    max-width: 315px;
    width: 100%;
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}

.paragraphs-item-title-blocks-link .field-name-field-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin: auto;
    padding: 5px 25px;
    background: #E31B4A;
    border: 2px solid #E31B4A;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
}

.paragraphs-item-title-blocks-link .field-name-field-link a:hover {
    background: transparent;
    color: #E31B4A;
}

@media (max-width: 1280px) {
    .paragraphs-item-title-blocks-link .paragraphs-items-field-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text {
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text {
        max-width: 100%;
    }
    .paragraphs-item-title-blocks-link .paragraphs-item-block-image-title-text .field-name-field-title {
        font-size: 16px;
    }
}
.p-callback-tel a.header-phone {
    display: block;
    font-size: 18px;
}