/* general */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.clearfix:after {
    clear: both;
}

.must {
    display: block !important;
}

img[src^='http://www.google.com/mapfiles/marker.png?i='] {
    opacity: 0.5
}

#Container .mix_all {
    color: #666666;
    display: none;
    font-size: 0.9vw;
    width: 100%;
}

h1 {
    font-size: 28px;
    font-variant: small-caps;
    font-weight: 400;
    margin: 61px 0 4px;
}

.fontch {
    font-family: 'Vollkorn', serif;
}

h3 {
    font-size: 10px;
    margin-bottom: 6px;
    margin-top: 0;
}

hr {
    background-color: #fff;
    color: #fff;
    margin: 0 auto 10px 0;
    text-align: left;
    width: 39px;
}

h2 {
    text-align: center;
    margin: 80px 0px;
    font-size: 50px;
    font-variant: small-caps;
    font-weight: 400;
}

h6 {
    font-size: 1.5vw;
    margin: 3% 0;
    font-weight: 300;
}

body {
    background-color: #ffffff;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

a:link {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.opa:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
}

.opa {
    -webkit-transition: all 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.w100 {
    width: 100%;

}

.posrel {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t_center {
    text-align: center;

}

.t_left {
    text-align: left;
}

.mb100 {
    margin-bottom: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt100 {
    margin-top: 100px;

}

.mt50 {
    margin-top: 50px;
    display: block;
}

.mt50 img {
    margin-top: 10px;
}

.t_right {
    text-align: right;
}

.dot div,
.dot div:hover,
.dot .av {
    background: url(../images/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.dot div {
    background-position: -5px -5px;
}

.dot div:hover,
.dot .av:hover {
    background-position: -35px -5px;
}

.dot .av {
    background-position: -65px -5px;
}

.dot .dn,
.dot .dn:hover {
    background-position: -95px -5px;
}

.bx-wrapper {
    position: relative;
    max-width: 100% !important;
}

.bxslider p {
    text-align: justify;
}

.bxslider li {
    padding: 31px;
}

.bx-next {
    float: right;
    position: relative;
    right: -100px;
    background-color: #fafafa !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.bx-prev {
    float: left;
    position: relative;
    left: -100px;
    background-color: #fafafa !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.bx-controls {
    position: absolute;
    bottom: 12%;
    width: 100%;
}
/* ticker news */
 @keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
    height: 25px;
      font-size: 16px;
float: left;
position: relative;
top: -10px;
      font-weight: 400;
z-index: 10;
          background-image: url("../images/ornamentbg.jpg");
background-repeat: repeat;
color: #C1AD74 !important;
      border-bottom: 1px solid #C1AD74;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;

  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 200s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    padding: 0 2rem;
  }

/* Why Us */

#why_us {
    width: 100%;
    background-image: url(../images/ornamentbg.jpg);
    text-align: center;
    color: #c1ad74 !important;
    padding-bottom: 74px;
    padding-top: 46px;
    font-size: 1vw;
    border-top: 2px solid #c1ad74;
}

#why_us h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 4vw;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 0;
}

#why_us hr {
    border: 0;
    background: url(../images/hr.svg) no-repeat;
    color: #c1ad74;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    width: 5.8vw;
    height: 1vw;
}

#why_us ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#why_us li {
    display: inline-block;
    padding: 0 2%;
    width: 19%;
    vertical-align: top;
}

#why_us h3 {
    font-size: 1.2vw;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    width: 100%;
}

/* Why Us END */
/* about us */
#aboutus {
    font-size: 0.8vw;
    text-align: justify;
}

#aboutus h1 {
    font-size: 1.9vw;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    color: #c1ad74;
}

#aboutus img {
    width: 100%;
}

/* about us END*/
/* map START*/
#map {
    position: relative;
    height: 430px;
    width: 100%;
}

#map-canvas {
    height: 430px;
    width: 100%;
}

#contact {
    background-color: #fff;
    height: 355px;
    position: absolute;
    right: 42px;
    top: 38px;
    width: 315px;
    z-index: 2;
    box-shadow: -1px 1px 30px #888888;
    padding: 20px;
    overflow: hidden;
}

/* map END*/
/*  Main page ofert START */
video {
    width: 100%;
    height: auto;
    background-color: #000;
}

.canvas {
    width: 100%;
    height: auto;
    background-color: #000;
}

#slider {
    position: relative;
    background-color: #000;
}

#quo {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 37%;
    z-index: 1;
}

#quo img {
    width: 33vw;
}

#oferts_img {
    width: 100%;
}

#captition {
    background-color: #fff;
    max-height: 78%;
    left: 6%;
    padding: 0 1% 2%;
    position: absolute;
    top: 10%;
    width: 40%;

}

#captition h2 {
    font-size: 1.8vw;
    font-weight: 300;
    margin: 6% 0 2%;
    text-align: left;
    text-transform: uppercase;
}

#captition p {
    font-size: 1vw;
    font-weight: 300;
    margin: 5px 0;
    overflow: hidden;
    max-height: 100%;

}

#captition a {
    font-size: 0.9vw;
    font-weight: 600;
    margin: 5px 0;

}

#captition a img {
    width: auto !important;
}

#captition_view {
    background-color: #fff;
    left: 6%;
    padding: 0 1%;
    position: absolute;
    top: 10%;
    width: 50%;

}

#captition_view h2 {
    font-size: 1.1vw;
    font-weight: 300;
    margin: 6% 0 6%;
    text-align: left;
    text-transform: uppercase;
}

#captition_view p {
    font-size: 1vw;
    font-weight: 300;
    margin: 5px;
    overflow: hidden;
    max-height: 100%;


}

#captition_view a {
    font-size: 0.9vw;
    font-weight: 600;
    margin: 5px 0;

}

#captition_view a img {
    width: auto !important;
}

#oferts_view {
    margin: 5px;
}

#right_side.grid_4.omega div.bx-wrapper div.bx-controls.bx-has-pager {
    bottom: 44% !important;
}

#right_side h3 {
    font-size: 1.3vw;
    font-weight: 300;
    margin: 0 0 13px;
    padding-top: 43px;
    text-align: left;
    text-transform: uppercase;

}

.cleft {
    left: 5%;
}

.cright {
    right: 5%;
    text-align: right;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.navyblue {
    color: #00599b;
}

/*  Main page ofert END */
/* Footer START*/
#footer {
    background-image: url("../images/ornamentbg.jpg");
    background-repeat: repeat;
    color: #C1AD74 !important;
    font-size: 1vw;
    padding: 25px 0;
    width: 100%;
    border-top: 4px solid #C1AD74;
}

#footer a:link {
    color: #ae8a7e !important;
}

/* footer END */
/* static view */

.galleryview{
    text-align: left!important;
    margin-top: 3% !important;
    margin-bottom: 3% !important;;
}
.galleryview li{
 margin-right: 1%!important;   
}
.galleryview2{
    text-align: left!important;
    margin-top: 3% !important;
    margin-bottom: 3% !important;;
}
.galleryview2 li{
 margin-right: 1%!important;   
margin-bottom: 1%!important;
    width: 15%!important;
}
#text_view h2 {
    font-size: 1.9vw;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    color: #c1ad74;
}
#text_view h3 {
    font-size: 1.2vw;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    color: #c1ad74;
}

#text_view{
    font-size: 1vw;
}

#text_view ul{
    font-size: 1vw;
    position: relative;
    list-style: none;
    padding-left: 0.7vw;
    
}

#text_view ul>li:before {
    position: absolute;
    content: "•";
    color: #c1ad74;
    left: 0;
}

/* static view end */
/* blog start */
main {
    display: -webkit-flex;
    /* NEW */
    -webkit-flex-wrap: wrap;
    /* NEW */
    display: flex;
    flex-direction: row;
    z-index: 0;

}

aside {
    flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    margin-left: 1em;
}

article {
    flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    margin-bottom: 1em;
    min-height: 700px;
    border: 1px solid;
}

section {
    display: flex;
    -webkit-box-flex: 2 0 0%;
    -webkit-flex: 2 0 0%;
    flex: 2 0 0%;
    flex-direction: column;
}

.widget {
    min-height: 150px;
    top: 50px;
    height: calc(100vh - 100px);
}


.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

#blog_list_entry {
    margin: 1% 0px;
}

#blog_list_img {
    float: left;
    margin: 0 1%;
    width: 25%;
}

#blog_list_img > img {
    width: 100%;
}

#blog_list_entry h3 {
    font-size: 1.5vw;
    font-weight: 300;
    margin-bottom: 1%;
    margin-top: 2%;
}

#blog_list_entry h4 {
    font-size: 0.7vw;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1%;
    margin-top: 0px;
}

#filters-repertoire {
    font-size: 1vw;
    margin: 0 1%;
    vertical-align: middle;
}




/* blog end*/
#head {
    width: 100%;
    position: relative;
}

#head img {
    width: 100%;
}


.scroll {
    display: block;
    margin: 10% auto 0;
    width: auto !important;
}

.cell-center {
    display: inline-block;
    position: relative;
    margin: 100px 33px 33px;
}


#architecture_form input {
    border: 1px solid #ae8a7e;
    border-radius: 10px;
    padding: 10px;
    color: #000;
}

#architecture_form .row3 {
    width: 30%;
    margin: 14px 4px;
}

#architecture_form .row2 {
    width: 40%;
    margin: 2px 12px 18px;
}

#architecture_form textarea {
    border: 1px solid #ae8a7e;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    width: 94%;
    height: 80px;
    resize: none;
    margin-bottom: 10px;
}


#architecture_bt {
    background-color: #ae8a7e;
    border-radius: 14px;
    display: table;
    margin: 0 auto;
    padding: 2% 5%;
    text-align: center;
    color: #fff !important;
    width: 49%;
    font-size: 1vw;
    font-weight: 300;
}

.success {
    margin: 22px 0px;
    font-size: 0.8vw;
    font-weight: 700;
}


.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


@media screen and (max-width: 1153px) {

}

@media screen and (max-width: 1120px) {
    
}

@media screen and (max-width: 1024px) {


    #why_us {
        font-size: 1.4vw;
    }

    #why_us li {
        width: 24%;
    }

    #footer {
        font-size: 1.5vw;
        padding: 25px 2%;
    }

    #why_us h3 {
        font-size: 1.5vw;
    }

    #aboutus h1 {
        font-size: 2.9vw;
    }

    #aboutus {
        font-size: 1.2vw;
        margin: 20px 0 0px;
    }

    #text_view h4 span {
        left: 1px;
        position: relative;
        top: 1px;
        font-size: 1.2vw;
    }

    #news_short h4 {
        font-size: 1.2vw;
        margin-bottom: 2px;
        margin-top: 3px;
    }

    #news_short li {
        font-size: 1vw;
    }

    #oferts_view {
        font-size: 1vw;
    }

    #text_view p {
        font-size: 1.2vw;
    }

    #Container .mix_all {
        font-size: 1vw;
    }

    .moree {
        font-size: 0.9vw;
    }

    #blog_list_entry h4 {
        font-size: 0.9vw;
    }

    .scroll {
        display: none;
    }

    #text p {
        font-size: 1.2vw;
    }

    #news li {
        font-size: 1.2vw;
        padding-right: 10px;
    }

    #news h3 {
        font-size: 1.3vw;
        margin-top: 8px;
    }

    #quo {
        top: 35%;
    }

    #why_us {
        font-size: 1.4vw;
    }

    #captition p {
        font-size: 1.2vw;
    }
}


@media screen and (max-width: 960px) {
    .moree {
        font-size: 3vw;
    }

    #aboutus {
        font-size: 3vw;
        padding: 0 2%;
    }

    #aboutus h1 {
        font-size: 5.9vw;
    }

    #why_us li {
        width: 49%;
        margin-bottom: 40px;
    }

    #why_us h2 {
        font-size: 7vw;
    }

    #why_us h3 {
        font-size: 4.2vw;
    }

    #pic {
        width: 100%;
        height: 29vh;
        position: relative;
    }

    #text h2 {
        font-size: 6vw;
        margin: 4% 0;
    }

    #text_view h2 {
        font-size: 6vw;
        margin: 4% 0;
    }

    #text h2 span {
        font-size: 2.8vw;
        top: -3px;
    }

    #text_view h2 span {
        font-size: 2.8vw;
        top: -3px;
    }

    #text p {
        font-size: 3.5vw;
    }

    #text_view h6 {
        font-size: 3.5vw;
    }

    #text_view p {
        font-size: 3.5vw;
    }

    #gallery {
        padding-right: 3%;
    }

    #add_info {
        margin: 0px;

    }

    #why_us hr {
        width: 20.8vw;
        height: 4vw;

    }

    #quo {

        display: none;

    }

    #right_side {
        padding: 0 3%;
    }

    #note {
        font-size: 3.8vw;
    }

    #add_info p {
        font-size: 3.5vw;
    }

    #right_side h3 {
        padding: 0px;
    }

    #add_info h3 {
        font-size: 7vw;
    }

    #gallery h3 {
        font-size: 3.5vw;
    }

    #gallery li {
        display: inline;
        width: 49%;
    }

    #gallery img {
        width: 100%;
    }

    #text {
        width: 100%;
        padding-right: 3%;
    }

    h2 {
        font-size: 6vw;
        margin: 4% 0;
    }

    .bx-controls {
        position: relative;
        top: 100%;
    }

    .bx-prev {
        left: 0;
    }

    .bx-next {
        right: 0;
    }

    .mobil {
        display: none;
    }

    #why_us {
        font-size: 3.6vw;
    }

    #contact {
        text-align: center;
    }

    #footer {
        font-size: 4vw;
        text-align: center;
    }

    #social_footer {
        text-align: center;
    }

    #footer h3 {
        font-size: 5vw;
        margin: 0;
    }

    .bx-wrapper {
        display: none;
    }

    #text_view h4 {
        margin: 4% 0;
        font-size: 6.8vw;
    }

    #text_view {
        padding: 0% 3%;

    }    
    #text_view ul{
      font-size: 3.5vw;

    }


    #Container .mix_all {
        font-size: 3.5vw;
    }

    #Container {
        padding: 0 3%;
    }

    #bt {
        display: none;
    }

    #more-index {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }

    #Container {
        margin-top: 20px;
    }

    .pt60 {
        padding-top: 60px;
    }

    .w100m {
        width: 100%;
    }


    #contact {
        width: 100%;
        height: auto;
        position: unset;
    }

}