@font-face {
    font-family: "Intro Inline";
    src: url('fonts/IntroInline/Intro_Inline.eot');
    src: local("Intro Inline"), url('../fonts/IntroInline/Intro_Inline.woff') format('woff'), url('../fonts/IntroInline/Intro_Inline.ttf') format('truetype'), url('../fonts/IntroInline/Intro_Inline.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}
.rsform-block.rsform-block-phonedigit.rsform-type-selectlist {
    width: 100%;
}
body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #222222;
    background-color: #ffffff;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Intro Inline";
}
.col-sm-6.form-group.rsform-block {
    width: 50%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

label.col-sm-3.control-label.formControlLabel {
    text-align: left;
    margin: 0;
    display: flex;
}

.col-sm-12.form-group.rsform-block.rsform-block-message.rsform-type-textarea {
    max-width: 100%;
    width: 100% !important;
}

.formControls.col-sm-9 {
    width: 100%;
}

.logo.diamond img {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 18rem;
    padding-right: 2rem;
    transform: scale(0.7);
     -ms-transform: scale(0.7); /* IE 9 */
  -webkit-transform: scale(0.7); /* Safari */
 
}

a {
    color: #ffa42e;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover, a:focus {
    color: #E49227;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.view-rsform .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 450px;
  max-width:100%;
}

.view-rsform .formControlLabel {
    line-height: 50px;
}

.rsform-block {
    width: 33.1%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.view-rsform .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

.rsform-block.rsform-block-datetime {
    width: 100%;
    margin: AUTO;
    text-align: CENTER;
}

.rsform-block.rsform-block-datetime {
    width: 100%;
    margin: AUTO;
    text-align: CENTER;
}

.formControlLabel {
    text-align: CENTER !important;
    clear: both;
    display: block;
    width: 100% !important;
    margin: 0!important;
}

.rsform-block textarea#message {
    width: 99%;
    padding: 0;
    margin: 0;
}

.rsform-block.rsform-block-message {
    width: 100%;
    max-width: 470px;
}

.rsform-block h2 {
    text-aling: center !important;
}

.formResponsive  input.rsform-submit-button.btn.btn-primary {
    text-align: center;
    background: transparent;
    float: none;
    margin: auto;
       font-size: 1.4rem;
    font-weight: 700;
    border: solid 1px #000;
    border-radius: 0;
    color: #000;
    padding: 1rem 5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background:transparent;

}

.formResponsive {
    text-align: center;
    margin-top: 20px;
}

.formResponsive  input.rsform-submit-button.btn.btn-primary:before {
    content: '';
    border: solid 1px #000;
    border-radius: 0;
    position: absolute;
    width: 108%;
    height: 82%;
    top: 8%;
    left: -4%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.formResponsive  input.rsform-submit-button.btn.btn-primary:hover:before {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}


form#userForm {
    max-width: 1280px;
    margin: auto;
    padding: 0 30px;
}

.rsform-block.rsform-block-request {
    width: 100%;
    margin: auto;
    text-align: CENTER;
}

button#request {
     font-size: 1.4rem;
    font-weight: 700;
    border: solid 1px #000;
    border-radius: 0;
    color: #000;
    padding: 1rem 5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background:transparent;
}

button#request:before {
    content: '';
    border: solid 1px #000;
    border-radius: 0;
    position: absolute;
    width: 108%;
    height: 82%;
    top: 8%;
    left: -4%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

button#request:hover:before {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.rsform-block input[type="text"] {
    width: 99%;
    border-radius: 0;
    height: auto;
    padding: 10px 0px;
}

.rsform-block.rsform-block-request .formControlLabel {
    display: none;
}

.view-rsform div.formBody {
    width: 100%;
    display: block;
    float: left;
    /* max-width: 400px; */
    margin: auto;
}

.btn {
    font-size: 1.4rem;
    font-weight: 700;
    border: solid 1px #000;
    border-radius: 0;
    color: #000;
    padding: 1rem 5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.formResponsive fieldset {
    
    text-align: center;
}
.btn:before {
    content: '';
    border: solid 1px #000;
    border-radius: 0;
    position: absolute;
    width: 108%;
    height: 82%;
    top: 8%;
    left: -4%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:hover:before {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

#t3-content {
    min-height: 450px;
}

/*  NAVIGATION */
#t3-mainnav {
    margin: 0;
    background: none;
    border: 0;
    position: absolute;
    z-index: 9999;
    right: 0;
    padding-top: 1rem;
    padding-right: 2rem;
}

.navbar-primary .navbar-nav > li > a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

#t3-mainnav.navbar-primary .navbar-nav > li > a:hover, #t3-mainnav.navbar-primary .navbar-nav > li > a:focus {
    color: #fff;
    background: #000;
}

#navigation .navbar-primary .navbar-nav > li > a:hover, #navigation .navbar-primary .navbar-nav > li > a:focus {
    color: #000;
    background: #fff;
}

.off-canvas-toggle {
    display: none;
}

/* REST PAGES NAVIGATION */
#navigation {
    background-color: rgba(0,0,0,1);
    float: left;
    width: 100%;
}

#navigation #t3-mainnav {
    position: static;
    float: right;
    padding: 1rem 2rem;
}

/* LOGOS */
.logo.diamond {
    background-image: url('../images/home-diamond-white.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: 10%;
    height: 70rem;
    width: 35rem;
    z-index: 99999;
}

.logo.diamond img {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 18rem;
    padding-right: 2rem;
}

.logo.diamond .home-diamond {
    position: absolute;
    top: 0;
    left: 0;
    width: 64rem;
    height: 145rem;
    margin-left: -150px;
    margin-top: -3.5rem;
}

/* SLIDER */
.hoImageSlide {
    position: relative;
}

.hoImageSlideTitle {
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 12% 0 0 0;
    position: absolute;
    top: 10%;
    left: 0;
}

.hoImageSlider-title-before {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    height: 5rem;
    padding-top: 2rem;
    text-align: center;
}

.hoImageSlider-title-before span {
    font-family: "Great Vibes";
    font-size: 5.2rem;
    display: inline-block;
}

.hoImageSlideTitle .title-line {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 2px;
}

.hoImageSlideTitle .title-line.left, .hoImageSlideTitle .title-line.right {
    display: inline-block;
    max-width: 80px;
    margin-top: -14px;
    margin-right: 22px;
    vertical-align: middle;
}

.hoImageSlideTitle .title-line.right {
    margin-left: 22px;
}

.hoImageSlider-title {
    font-family: "Intro Inline";
    font-size: 7rem;
    letter-spacing: -0.6rem;
    margin-bottom: 1rem;
    margin-top: 0;
    word-break: break-word;
}

.hoImageSlider-subtitle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.hoImageSlider .btn {
    color: #fff;
    border-color: #fff;
}

.hoImageSlider .btn:before {
    border-color: #fff;
}

/* HOME */
#home2 {
    background-image: url('../images/bg-home2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#home2 h3 {
    font-size: 5rem;
}

#home2 .welcomeLeft {
    padding-top: 0rem;
}

#home2 .welcomeLeft .hoSimpleBoxDescription {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0 2rem;
}

.decor-separator {
    background-image: url('../images/decor-2.png');
    background-position: center;
    background-repeat: no-repeat;
    max-width: 30rem;
    height: 4rem;
    margin: 0 auto;
    padding: 3rem 0rem 4rem 0rem;
    clear: both;
}

#home4 {
    background-image: url('../images/bg-home4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#home4 .hoKitchenBox {
    padding: 5rem 0;
}

#home4 h3 {
    font-size: 3.8rem;
}

#home4 .kitchenRight {
    padding-top: 1rem;
}

#home4 .kitchenRight .hoSimpleBoxDescription {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0 2rem;
}

/* NEWS */
.post_item {
    padding: 0 2rem;
    width: 100%;
    float: left;
}

.post_item .post_content {
    float: left;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 3rem;
}

.post_item .post_thumb img {
    max-width: 100%;
}

.post_item h4.post_title {
    margin: 1.3rem 0 2rem 0;
    font-size: 2.1rem;
    line-height: 1.3em;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.post_info {
    margin-bottom: 2.5rem;
}

.post_info_item {
    padding-right: 1rem;
}

.post_info a {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.post_item .btn.btn-default {
    margin: 2rem 0 0 0;
}

.blog-post {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 80px;
    margin-bottom: 80px;
    font-size: 15px;
    width: 100%;
    float: left;
}

.post-meta {
    float: left;
    margin-top: 0;
    margin-right: 3%;
    width: 12%;
    padding: 0;
}

.post-meta ul li {
    font-size: 14px;
}

.post-meta li {
    position: relative;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
}

ul.post-meta ul {
    padding: 0;
}

.post-meta li .meta-time .fa, .post-meta li .meta-tags .fa {
    font-size: 6px;
    position: absolute;
    top: 10px;
    right: -13px;
}

.post-meta li .meta-time {
    margin-bottom: 15px;
}

.post-media {
    position: relative;
    float: left;
    margin-right: 3%;
    cursor: pointer;
    width: 35%;
}

.post-media img {
    max-width: 100%;
}

.post-body {
    float: left;
    width: 47%;
}

.custom-heading.style-2 {
    position: relative;
    margin-bottom: 50px;
}

.custom-heading.style-2 .divider.style-1, .divider.style-3 {
    width: 47px;
    position: relative;
}

span.hr-simple.right {
    background-color: #222222;
    position: absolute;
    height: 1px;
    width: 50px;
    left: 0;
}

/* ABOUT */
.about p {
    font-size: 1.7rem;
}

p.signature {
    font-size: 1.8rem;
}

/* CATALOGUE */
#onepagemenu .menuItemWrap {
    float: left;
    width: 33.3333%;
    padding: 0 1.5rem 2rem 1.5rem;
    text-align: center;
}

#onepagemenu .menuItemWrap .menuItemTitle {
    display: block;
    float: left;
    width: 100%;
}

#onepagemenu h3 {
    font-size: 4.2rem;
}

#onepagemenu .decor-separator {
    margin-top: 0px;
    float: left;
    width: 100%;
    max-width: inherit;
    padding-top: 0px;
    margin-bottom: 30px;
}

#onepagemenu .menuCategoryItems {
    width: 100%;
    padding: 0;
}

span.itemFlag {
    color: #fff;
    padding: 3px;
    font-weight: bold;
    border-radius: 50%;
}

span.itemFlag.green {
    background: #693c11;
    margin-right: 5px;
}

span.itemFlag.blackRed {
    background: #0089a8;
}

/* CONTACT */
.contact-form div#jform_captcha {
    display: inline-block;
    margin-top: -15px;
}

.contact-form button.btn.button {
    background: none;
}

.contact .contact-title span {
    font-family: "Great Vibes";
    font-size: 3.2rem;
    display: inline-block;
}

.contact .contact-title h3 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    margin-top: 0;
}

.contact .contact-info {
    margin-bottom: 6rem;
    margin-top: 2rem;
    font-size: 1.7rem;
}

.contact section {
    text-align: center;
}

.contact section strong {
    font-size: 1.6rem;
}

.contact section ul {
    display: block;
    margin: 0;
    padding: 0;
}

.contact section ul li {
    display: block;
}

.contact section ul li span {
    clear: both;
    display: block;
}

.contact .contact-contactinfo .contact-telephone {
    font-size: 2.1rem;
    width: 100%;
    display: block;
}

.contact .col-xs-12.item-share {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 7rem;
}

.contact .item-share a {
    background: #000;
    color: #fff;
    padding: 6px 30px;
    display: inline-block;
    float: left;
    margin: 10px;
    font-size: 12px;
}

.contact .item-share a:hover {
    background: #efefef;
    color: #000;
}

.contact .item-share a i {
    padding: 0 5px 0 0;
}

.contact .sharebx {
    display: inline-block;
    float: left;
    margin: 16px;
}

.contact .item-share-inner {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-flex;
}

.contact .itemFollow {
    float: left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

/* SINGLE BLOG ITEM */
.com_k2.view-item #head-image {
    display: none;
}

#singlePost .itemFullText img {
    float: left;
    margin-right: 30px;
}

#singlePost .itemFullText {
    float: left;
    width: 85%;
}

#singlePost h1.single_title {
    float: left;
    width: 85%;
    margin: 0 0 20px 0;
}

#singlePost h1.single_title:after {
    width: 150px;
    content: '';
    height: 1px;
    margin-top: 10px;
    border-bottom: solid 1px #19242b;
    display: block;
}

.home5.wrap {
    background: #589442;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
}

.critic {
    float: left;
    padding-right: 10px;
}

div#mainbody-bottom {
    background: #589442;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
}

.inside {
    display: inline-block;
}

.cdsROW.wide {
    width: 415px!important;
    height: 60px!important;
    border-radius: 4px!important;
}

.cdsROW.wide .cdsROWContainer {
    padding-top: 10px!important;
}

div#CDSROWLOC107 {
    max-width: 153px!important;
}

/* FOOTER */
#t3-footer {
    background: #000;
    color: #fff;
    padding: 8rem 0 8rem 0;
}

#t3-footer h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

#t3-footer .custom {
    padding: 0 5rem 0 0;
}

#t3-footer .custom p {
    margin: 0 0 1.5rem 0;
    line-height: 2.4rem;
}

#t3-footer .footerColBig img {
    margin: 0 auto;
    display: inline;
}

#t3-footer .footerColBig {
    text-align: center;
}

.copyright {
    font-size: 1.3rem;
    color: #777;
    margin-bottom: 0;
    padding: 2rem 0;
}

.addthis_vertical_follow_toolbox {
    float: right;
    position: fixed;
    right: -166px;
    z-index: 100000;
    color: #fff;
    top: 30%;
}

a.at300b.at-follow-btn {
    position: relative;
    left: 0px;
    background: #000;
    color: #fff;
    transition: 0.4s linear;
}

a.at300b.at-follow-btn:hover {
    position: relative;
    left: -100px;
}

.addthis_vertical_style .at4-icon, .at4-follow-container .at4-icon, .sortable-list-container .at4-icon {
    margin-right: 10px!important;
}

/* LANG */
.t3-megamenu {
    float: right;
}

#t3-off-canvas h2.t3-off-canvas-header-title {
    display: none;
}

#t3-mainnav .lang-switcher {
    float: right;
    padding: 14px 0px;
    position: relative;
    margin-left: 15px;
}

#t3-mainnav .lang-switcher ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 16px 10px;
}

#t3-mainnav .lang-switcher ul li:hover a {
    color: #000;
    background: #fff;
}

/* OFF CANVAS */
#t3-off-canvas {
    background: #111;
}

#t3-off-canvas .t3-off-canvas-header {
    background: none;
}

#t3-off-canvas .close {
    background: none;
    color: #fff;
    opacity: 1;
    font-size: 24px;
    top: 10px;
    right: 10px;
    outline: 0;
}

#t3-off-canvas .t3-off-canvas-body {
    padding: 0;
}

#t3-off-canvas .nav {
    padding: 50px 30px 0px 30px;
    font-size: 14px;
}

#t3-off-canvas .nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding: 8px 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
}

.t3-off-canvas .t3-off-canvas-body .mod-languages {
    padding: 0px 27px 0px 27px;
}

.t3-off-canvas .t3-off-canvas-body .mod-languages a {
    color: #fff
}

#t3-mainnav.navbar-primary .lang-switcher ul li:hover a {
    color: #fff;
    background: #000;
}

@media screen and (max-width: 1500px) {
    .logo.diamond {
        top: 3%;
    }

    div#head-image #hoParallax104, div#head-image #hoParallax115 {
        height: 242px;
        background-size: cover;
    }

    div#head-image #hoParallax88, div#head-image #hoParallax114 {
        height: 318px;
    }

    div#head-image #hoParallax109 {
        height: 340px;
    }
}

@media screen and (max-width: 1300px) {
    .logo.diamond {
        top: 2%;
        right: 3%;
    }

    div#head-image #hoParallax104, div#head-image #hoParallax115 {
        height: 187px;
        background-size: cover;
    }

    div#head-image #hoParallax109 {
        height: 320px;
    }

    #t3-mainnav .lang-switcher ul li a {
        padding: 16px 3px;
    }

    #t3-mainnav .lang-switcher {
        margin-left: 0px;
    }

    .navbar-primary .navbar-nav > li > a {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 1040px) {
    .navbar-primary .navbar-nav > li > a {
        font-size: 1.4rem;
    }

    div#head-image #hoParallax109 {
        height: 230px;
    }

    div#head-image #hoParallax88, div#head-image #hoParallax114 {
        height: 227px;
    }

    div#head-image #hoParallax104, div#head-image #hoParallax115 {
        height: 187px;
        background-position: center -53px!important;
    }

    .logo.diamond {
        background-image: url('../images/home-diamond-white.png');
        top: 2%;
        right: 3%;
        height: 49rem;
        width: 25rem;
        background-size: 100%;
    }

    .logo.diamond img {
        padding-top: 11rem;
        padding-right: 1rem;
        max-width: 77%;
    }

    .logo.diamond .home-diamond {
        display: none;
    }

    #home2 h3 {
        font-size: 4rem;
    }

    #home4 h3 {
        font-size: 2.8rem;
    }

    .hoImageSlider-title {
        font-size: 4rem;
    }

    #home2 .welcomeLeft .hoSimpleBoxDescription {
        font-size: 1.7rem;
    }

    #home4 .kitchenRight .hoSimpleBoxDescription {
        font-size: 1.7rem;
    }

    div#home4 img {
        padding-top: 60px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px ;
    }

    div#home4 img {
        margin: 0 auto;
    }

    div#head-image #hoParallax107, div#head-image #hoParallax117 {
        height: 250px;
    }

    .contact .item-share a {
        padding: 6px 15px;
    }
}

@media screen and (max-width: 990px) {
    #navigation .logo {
        width: 100%;
    }

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

@media screen and (max-width: 801px) {
    div#head-image #hoParallax109 {
        height: 170px;
    }

    .contact .item-share a {
        padding: 6px 12px;
        font-size: 11px;
    }

    #gmap {
        height: 350px!important;
    }

    .contact .item-share a {
        font-size: 20px;
    }

    .contact .item-share a i {
        padding: 0 0px 0 0;
    }

    span.icon1 {
        display: none;
    }

    .contact .sharebx {
        margin: 16px 0;
    }

    div#head-image #hoParallax88, div#head-image #hoParallax114 {
        height: 174px;
    }

    .custom-heading.style-2 {
        position: relative;
        margin-bottom: 26px;
    }

    .custom-heading.style-2 h3 {
        margin-top: 0;
        font-size: 22px;
    }

    #navigation .logo {
        width: 100%;
    }

    div#head-image #hoParallax107, div#head-image #hoParallax117 {
        height: 200px;
    }

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

    .logo.diamond {
        width: 18rem;
        background-size: 100%;
    }

    .logo.diamond img {
        padding-top: 10rem;
        padding-right: 1rem;
        max-width: 67%;
    }

    #home2 .welcomeLeft {
        padding-top: 2rem;
    }

    div#head-image #hoParallax105, div#head-image #hoParallax116 {
        height: 209px;
    }

    #t3-footer .custom {
        padding: 0;
    }

    #home4 .hoKitchenBox {
        padding: 1rem 0;
    }

    ul.sigProClassic li.sigProThumb a.sigProLink, ul.sigProClassic li.sigProThumb a.sigProLink:hover {
        max-width: 320px;
    }

    ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
        max-width: 320px;
    }

    #singlePost h1.single_title {
        font-size: 25px;
    }

    #singlePost .itemFullText img {
        max-width: 250px;
    }

    .post-body {
        float: left;
        width: 44%;
    }
}

@media screen and (max-width: 767px) {
  
  .view-rsform .formControlLabel {
    line-height: 30px;
}
  .rsform-block input[type="text"] {
    width: 99%;
    border-radius: 0;
    height: auto;
    padding: 10px 0px;
    margin-bottom: 0;
}
  .com_rsform .formResponsive .formHorizontal .rsform-block {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align:center;
}
    div#head-image #hoParallax109 {
        height: 160px;
        background-position: center -20px!important;
    }

    .contact-contactinfo {
        padding-top: 20px;
    }

    #gmap {
        height: 300px!important;
    }

    .contact-form div#jform_captcha {
        display: inline-block;
        margin-top: 22px;
    }

    div#head-image #hoParallax88, div#head-image #hoParallax114 {
        height: 145px;
        background-position: center -10px!important;
    }

    #singlePost h1.single_title {
        width: 76%;
    }

    #singlePost .itemFullText {
        width: 76%;
    }

    #singlePost .itemFullText img {
        max-width: 189px;
    }

    .post-meta {
        float: left;
        width: 20%;
    }

    div#head-image #hoParallax107, div#head-image #hoParallax117 {
        height: 150px;
        background-position: center -2px!important;
    }

    .post-media {
        width: 70%;
    }

    ul.sigProClassic li.sigProThumb a.sigProLink, ul.sigProClassic li.sigProThumb a.sigProLink:hover {
        max-width: 245px;
    }

    .post-body {
        float: right;
        width: 70%;
        margin-right: 7%;
        margin-top: 26px;
    }

    ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
        max-width: 245px;
    }

    #navigation .logo {
        width: auto;
    }

    .logo.diamond {
        width: 18rem;
        background-size: 100%;
        display: none;
    }

    #onepagemenu .menuItemWrap {
        width: 50%;
    }

    .hoImageSlideTitle {
        width: 100%;
        margin: 0 auto;
        top: -10%;
    }

    .cdsROW.wide {
        width: 338px!important;
    }

    #t3-footer .custom {
        padding: 0;
    }

    .footerCol {
        text-align: center;
    }

    .off-canvas-toggle {
        display: block;
    }

    .off-canvas-toggle {
        display: block;
        background: #fff;
        padding: 0;
        border: 0;
    }

    .off-canvas-toggle.btn:before {
        content: none;
    }

    .off-canvas-toggle {
        background: #000;
        color: #fff;
    }

    #navigation {
        background-color: #fff;
    }

    .copytext {
        text-align: center;
    }

    div#head-image #hoParallax105, div#head-image #hoParallax116 {
        height: 150px;
    }

    div#head-image .hoParallax h1 {
        bottom: 27%;
        font-size: 52px;
    }

    div#head-image #hoParallax107, div#head-image #hoParallax117 {
        height: 131px;
        background-position: center -28px!important;
    }
}

@media screen and (max-width: 500px) {
    div#head-image #hoParallax109 {
        height: 140px;
        background-position: center -14px!important;
    }

    #gmap {
        height: 250px!important;
    }

    div#head-image #hoParallax107, div#head-image #hoParallax117 {
        height: 121px;
        background-position: center -2px!important;
    }

    .contact .sharebx {
        display: none;
    }

    .single_post .post-meta {
        float: left;
        width: 25%;
    }

    .post-media {
        width: 64%;
    }

    .post-meta {
        float: left;
        width: 27%;
    }

    #singlePost h1.single_title {
        width: 72%;
        font-size: 23px;
    }

    .post-body {
        float: right;
        width: 66%;
        margin-right: 5%;
        margin-top: 26px;
    }

    #singlePost .itemFullText img {
        max-width: 100%;
        padding-bottom: 10px;
    }

    #singlePost .itemFullText {
        width: 70%;
    }

    ul.sigProClassic li.sigProThumb a.sigProLink, ul.sigProClassic li.sigProThumb a.sigProLink:hover {
        max-width: none;
    }

    ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
        max-width: none;
    }

    #onepagemenu .menuItemWrap {
        width: 100%;
    }

    div#head-image .hoParallax h1 {
        bottom: 27%;
        font-size: 43px;
    }

    div#head-image #hoParallax105, div#head-image #hoParallax116 {
        height: 130px;
        background-position: 0px!important;
    }

    div#head-image .hoParallax h1 {
        bottom: 27%;
        font-size: 42px;
    }

    .hoImageSlideTitle {
        width: 100%;
        margin: 0 auto;
        top: -20%;
    }

    .hoImageSlider-subtitle {
        font-size: 2rem;
    }

    .critic {
        float: none;
        padding-right: 0;
        margin: 0 auto;
        display: inline-block;
    }
  
  .xdsoft_datetimepicker.xdsoft_inline {
    
    max-width: 100%;
}
}

@media screen and (max-width: 420px) {
    #gmap {
        height: 210px!important;
    }

    div#head-image #hoParallax88, div#head-image #hoParallax114 {
        height: 108px;
        background-position: center -10px!important;
    }

    div#singlePost {
        padding: 0;
    }

    .single_post .post-meta {
        float: left;
        width: 28%;
    }

    #singlePost h1.single_title {
        width: 69%;
        font-size: 23px;
    }

    #singlePost .itemFullText {
        width: 68%;
    }

    div#head-image #hoParallax104, div#head-image #hoParallax115 {
        height: 117px;
        background-position: center -2px!important;
    }

    div#head-image .hoParallax h1 {
        bottom: 27%;
        font-size: 36px;
    }

    #onepagemenu h3 {
        font-size: 2.5rem;
    }

    a.btn.slider-btn.anchor-scroll {
        display: none;
    }

    .hoImageSlideTitle {
        width: 100%;
        margin: 0 auto;
        top: -13%;
    }

    #onepagemenu h3 {
        font-size: 2.6rem;
        padding: 0;
    }
}

@media screen and (max-width: 380px) {
    div#head-image #hoParallax109 {
        height: 100px;
        background-position: center -10px!important;
    }

    .contact .col-xs-12.item-share {
        padding: 0;
    }

    .contact .contact-title span {
        font-size: 3rem;
    }

    .contact .item-share a {
        padding: 6px 9px;
    }

    .contact .contact-title h3 {
        font-size: 2.7rem;
    }

    div#head-image #hoParallax88, div#head-image #hoParallax114 {
        height: 95px;
        background-position: center -10px!important;
    }

    #singlePost h1.single_title {
        width: 69%;
        font-size: 20px;
    }

    .post-meta ul li {
        font-size: 12px;
    }

    .custom-heading.style-2 h3 {
        font-size: 20px;
    }

    div#head-image .hoParallax h1 {
        bottom: 27%;
        font-size: 32px;
    }

    div#head-image #hoParallax105, div#head-image #hoParallax116 {
        height: 113px;
        background-position: 0px!important;
    }

    #onepagemenu h3 {
        font-size: 2.2rem;
        padding: 0;
    }

    #t3-footer .custom p {
        padding: 0 10px;
    }

    .hoImageSlider-subtitle {
        display: none;
    }

    .hoImageSlider-title {
        font-size: 2.5rem;
        letter-spacing: 0rem;
    }

    .hoImageSlider-title-before span {
        font-size: 4.2rem;
    }

    .hoImageSlideTitle {
        width: 100%;
        margin: 0 auto;
        top: -9%;
    }

    .home .allPages .off-canvas-toggle {
        display: none
    }

    .cdsROW .cdsRating span {
        display: none;
    }

    .cdsROW.wide {
        width: 290px!important;
    }

    #navigation .logo {
        padding: 0 22px 0 20px;
    }

    #hoParallax104, #hoParallax115 {
        height: 101px;
        background-position: center -2px!important;
    }

    .post-meta {
        float: left;
        width: 28%;
    }

    .post-body {
        float: right;
        width: 64%;
        margin-right: 5%;
        margin-top: 26px;
    }

    .contact-form div#jform_captcha {
        position: relative;
        left: -15px;
    }
}

@media screen and (max-width: 340px) {
    .contact .item-share a {
        padding: 4px 7px;
        font-size: 17px;
    }

    .contact-form div#jform_captcha {
        left: -37px;
    }

    .contact .contact-title span {
        font-size: 2.6rem;
    }

    .contact .contact-title h3 {
        font-size: 2.4rem;
    }

    #singlePost h1.single_title {
        width: 69%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    div#head-image #hoParallax105, div#head-image #hoParallax116 {
        height: 104px;
    }

    div#head-image .hoParallax h1 {
        bottom: 27%;
        font-size: 30px;
    }

    .hoImageSlider-title-before {
        margin-bottom: 1rem;
    }

    .hoImageSlideTitle .title-line.left, .hoImageSlideTitle .title-line.right {
        margin-right: 10px;
    }

    .hoImageSlider-title-before span {
        font-size: 3rem;
    }

    .hoImageSlideTitle .title-line.right {
        margin-left: 10px;
    }

    #home2 h3 {
        font-size: 3.5rem;
    }

    .cdsROW .logo img {
        max-width: 100px!important;
    }

    .cdsROW.wide .logo {
        padding-left: 2px!important;
        padding-right: 2px!important;
    }

    .cdsROW.wide {
        width: 252px!important;
    }

    #onepagemenu h3 {
        font-size: 1.9rem;
        padding: 0;
    }

    .custom-heading.style-2 h3 {
        font-size: 15px;
    }

    .post-meta ul li {
        font-size: 10px;
    }

    .btn {
        font-size: 1.4rem;
    }
}
