body {
    background-color: white;
   
    /*font-family: Montserrat,sans-serif;*/
    font-family:Calibri;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
a.jk_cart {margin: 0px 20px; background: #fff; font-size: 17px; font-weight: 800; padding: 3px 9px; }
i {
    color: #fff;
}
span#ContentPlaceHolder1_lblvazhipad {
    font-size: 20px !important;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}


p {
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 1.9em;
}

a {
    width: 100%;
    color: #333;
    text-decoration: none;
}
.theCombo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  cursor: pointer;
  padding: 10px;
  padding-right: 20px;
  outline: none;
  border: 2px solid black;
  width: 180px;
  height: 45px;
  line-height: 25px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #B1B1B1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAKCAMAAACdQr5nAAAAPFBMVEXn6+P3+/L3+/L0+O/3+/L3+/L3+/L3+/L3+/L3+/L3+/L3+/L0+O/n6+Pq7eX3+/IAAAD2+vHz9+73+/KWthK3AAAAEXRSTlP0MXqqRZEIkAlEMnmr8+IRAJig9poAAABYSURBVHjadY5JDoAwDAMLdF+T+v9/hYIqFFDnFHtysKIlio72ppaFQgkzhAKpwM6O0zqGVHsHaiTaKtCTUBTvLj0fUpE3jAs2nqQa6AIo/R0/V+dGP7XkBDn1D5sPSFgFAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right center;
}
.button {
    display: inline-block;
    padding: 4px 15px;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
}

.navbar {
    position: fixed;
    z-index: 5;
    height: 60px;
    padding-top: 15px;
    background-color: #e9aa32;
    color: #f8dea4;
}

    .navbar.transparent {
        //background-color: transparent;
    }

.mobile-wrapper {
    position: relative;
    width: 342px;
    height: 635px;
    margin-right: auto;
    margin-left: auto;
    background: #fbf8f8;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: none;
}
#ContentPlaceHolder1_lblcartcount{
    position: absolute;
top: -1px;
color: white;
background:#a80100;
border-radius: 50px;
width: 20px;
height: 20px;
}
.navbar-button {
    position: relative;
    width: 64px;
    height: 19px;
    padding: 0;
    color: #a80100;
    //: ;
    line-height: 24px;
    text-align: center;
    background-color: #f1ebeb;
    margin-left: 4px;
	margin-right: 10px;
    margin-top: 6px;
}

    .navbar-button.left {
        float: left;
    }

        .navbar-button.left.w--open {
            background-color: transparent;
        }

    .navbar-button.right {
        float: right;
    }

        .navbar-button.right:active {
            color: #333;
        }

        .navbar-button.right.bigger {
            font-size: 16px;
        }

.icon.ion-ios-more.bigger {
    font-size: 21px;
}

.icon.ion-ios-arrow-left.bigger {
    font-size: 21px;
}
.navbar-button-icon {
    width: 45px;
    height: 45px;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}
    .navbar-button-icon.home-icon {
        display: inline-block;
        width: 27px;
        height: auto;
        margin-top: 12px;
        margin-left: 5px;
    }

    .navbar-button-icon.smaller {
        font-size: 28px;
    }

    .navbar-button-icon.ion-ios-search {
        font-size: 27px;
    }

.navbar-title {
    position: absolute;
    display: block;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    bottom: 7px;
    left: 183px;
}
.body {
    //padding-top: 60px;
}

.hero-slider {
    height: 190px;
}

    .hero-slider.bigger {
        height: 300px;
    }

.slider-bullets {
    font-size: 8px;
}

.arrow-icon {
    width: 53px;
    font-size: 20px;
    text-shadow: rgba(0,0,0,0.32) 1px 1px 1px;
}

.w-slider-arrow-right, .w-slider-arrow-left {
    text-shadow: rgba(0,0,0,0.32) 1px 1px 1px;
}

.w-slider.home-slider {
    height: 270px;
}

.n-p-l {
    padding-left: 0 !important;
}

.n-p-r {
    padding-right: 0 !important;
}

.slide {
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url('../images/789.png');
    background-position: 42% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

    .slide.bg2 {
        background-image: url('../images/Manh80.png');
        background-size: cover;
        background-position: 60% 0;
    }

    .slide.bg3 {
        background-image: url('../images/Manh78.png');
        background-size: cover;
    }

.list {
    padding-left: 0;
    background-color: white;
    list-style-type: none;
}

    .list.list-messages {
        border-top: 1px solid #e7e7e9;
    }

    .list.list-chats {
        padding-top: 24px;
        padding-bottom: 65px;
        border-top: 1px solid #e7e7e9;
    }

.list-item {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 60px;
    border-bottom: 1px solid #e7e7e9;
    border-left: 3px solid transparent;
    background-color: white;
}

    .list-item:active {
        background-color: #f7f7f7;
    }

    .list-item.grey {
        border-left: 3px solid transparent;
        background-color: #f7f7f7;
    }

    .list-item.highlighted {
        border-left: 3px solid #ff274a;
    }

.icon-list {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    color: #ddd;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

    .icon-list.highlighted {
        color: #ff274a;
    }

.title-list {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 60px;
}

.highlighted {
    color: #c2c2c2;
}

.nav-menu {
    position: absolute;
    display: none;
    width: 92%;
    padding-right: 22px;
    padding-left: 22px;
    background-color: white;
}

    .nav-menu.bg-gradient.visible {
        display: block;
        overflow-x: scroll;
        overflow-y: scroll;
        height: 550px;
        background-image: -webkit-linear-gradient(107deg,#4c68b1,black 82%);
        background-image: linear-gradient(343deg,#4c68b1,black 82%);
    }

.nav-menu-header {
    height: 137px;
    padding-top: 50px;
}

.nav-menu-link {
    display: block;
    height: 50px;
    padding: 0;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    text-decoration: none;
}

    .nav-menu-link:active {
        color: white;
    }

    .nav-menu-link.last {
        border-bottom-style: none;
        border-bottom-width: 0;
    }

    .nav-menu-link.dropdown {
        height: auto;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

.nav-menu-titles {
    display: inline-block;
    float: left;
    line-height: 48px;
    text-align: left;
    color: rgba(255,255,255,0.84);
}

.icon-list-menu {
    display: inline-block;
    width: 40px;
    height: 50px;
    float: left;
    color: rgba(255,255,255,0.34);
    font-size: 24px;
    line-height: 48px;
    text-align: left;
}

.nav-menu-text-right {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    float: right;
    border-radius: 12px;
    background-color: #ff274a;
    color: white;
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.logo {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 20px;
    text-align: center;
}

.slogan {
    color: #c2c2c2;
    font-size: 11px;
    text-align: left;
}

.wrapper-mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    margin-top: -15px;
    background-color: black;
    opacity: 0;
}

.hero-image {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 173px;
    background-color: black;
}

.hero-image-img {
    height: 100%;
    opacity: .62;
}

.hero-image-title {
    position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 1;
    color: white;
}

.logo-login {
    height: 211px;
    background-image: url('../images/Untitled-1.png');
    background-position: 50% 50%;
    
    background-repeat: no-repeat;
}

    .logo-login.smaller {
        height: 97px;
        background-size: 70px;
    }

    .logo-login.bigger {
        height: 304px;
    }

.bottom-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 5px;
}

.padding {
    padding-right: 28px;
    padding-left: 28px;
    background-color: #f1ebeb;
    opacity: 1;
    margin-top: 20px;
}

    .padding.smaller {
        padding-right: 16px;
        padding-left: 16px;
    }

        .padding.smaller.search-fixed {
            position: fixed;
            z-index: 3;
            height: 130px;
            -webkit-transform: translate(0,-69px);
            -ms-transform: translate(0,-69px);
            transform: translate(0,-69px);
        }

.link-upper {
    display: inline-block;
    color: #443939
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #a80100;
    font-size: 15px;
    font-weight: 900;
}

    .link-upper.dark {
        color: #c2c2c2;
    }

.b-link {
    color: #a80100;
    font-weight: 400;
    font-size: 15px;
    font-weight: 900;
}

    .b-link:active {
        color: #4fd2c2;
    }
.action-button {
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: 12px;
    border-radius: 1px;
    background-color: #a80100;
    color: white;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}
    .action-button:active {
        background-color:#731d09;
    }

    .action-button.grey {
        background-color: #102a3b;
    }

.separator-button {
    height: 21px;
}

.label-form {
    margin-bottom: 0;
    color: #443939;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 1px;
}

    .label-form.middle {
        display: inline-block;
        float: left;
        line-height: 36px;
    }

    .label-form.light {
        /*color: rgba(255,255,255,0.34);*/
       color:#000;
    }

.input-form {
    
	display: inline-block;
	width: 100%;
	height: 38px;
	padding-right: 0;
	padding-left: 0;
	border-style: none none solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	border-radius: 0;
	background-color: transparent;
	color: #4d4949;
	font-size: 20px;

}
.input-form1 {
    display: inline-block;
	width: 100%;
	height: 28px;
	padding-right: 0;
	padding-left: 0;
	border-style: none none solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	border-radius: 0;
	background-color: transparent;
	color: #4d4949;
	font-size: 15px;
}
    .input-form:focus {
        border-bottom-width: 1px;
        border-bottom-color:#403a2d;
    }

    .input-form.left {
        width: 100%;
        color: #9e9696;
    }

    .input-form.one-line {
        height: 55px;
        margin-bottom: 3px;
    }

    .input-form.last {
        border-bottom-style: none;
        border-bottom-width: 0;
    }

    .input-form.in-grey {
        height: 42px;
        padding-bottom: 12px;
    }

    .input-form.in-grey-last {
        margin-bottom: 15px;
        border-bottom-style: none;
        border-bottom-width: 0;
    }

    .input-form.search-input {
        height: 38px;
        margin-bottom: 15px;
        padding-right: 35px;
        padding-left: 10px;
        background-color: white;
    }
.ff {
    //background-color: #403a2d;
}
    .input-form.light {
        border-bottom-width: 1px;
        //border-bottom-color: rgba(255,255,255,0.12);
        color: #000;
    }

    .input-form.textarea {
        height: 80px;
    }

    .input-form.select {
        background-image: -webkit-linear-gradient(transparent,transparent);
        background-image: linear-gradient(transparent,transparent);
    }

.separator-button-input {
    height: 30px;
}

.separator-fields {
    height: 8px;
}

.right-input-link {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40%;
    height: 37px;
    color: #ccc;
    font-size: 11px;
    line-height: 37px;
    text-align: right;
    text-decoration: none;
}

    .right-input-link:active {
        color: #333;
    }

.block-input-combined {
    position: relative;
}

.sub-title-small {
    padding-top: 6px;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
}

.w50 {
    width: 50%;
    float: left;
}

    .w50.left {
        padding-right: 20px;
    }

.radio-button {
    position: relative;
    display: inline-block;
    margin-left: -16px;
    float: left;
}

.radios-container {
    padding-top: 9px;
    line-height: 21px;
}

.radio-bullet {
    margin-left: -23px;
    opacity: 0;
}

.radio-bullet-replacement {
    position: absolute;
    left: -4px;
    top: 4px;
    width: 13px;
    height: 13px;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
}

    .radio-bullet-replacement.checked {
        border-color: #ff274a;
        border-bottom-width: 1px;
        background-color: #ff274a;
    }

.checkbox-field {
    position: relative;
    float: right;
}

.checkbox-label {
    display: inline-block;
    width: 35px;
    height: 15px;
    min-width: 30px;
    margin-top: 3px;
    border-radius: 15px;
    background-color: #ededed;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

    .checkbox-label.checked {
        background-color: #e7bec5;
    }

.checkbox-handle {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #d6d6d6;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

    .checkbox-handle.checked {
        background-color: #ff274a;
        -webkit-transform: translate(16px,0);
        -ms-transform: translate(16px,0);
        transform: translate(16px,0);
    }

.checkbox-input {
    display: none;
}

.background-grey {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 79px;
    margin-top: -16px;
    margin-left: -28px;
    background-color: #f7f7f7;
}

    .background-grey.last {
        height: 71px;
    }

    .background-grey.search {
        height: 69px;
        margin-left: -16px;
    }

.row-input-list {
    position: relative;
}

    .row-input-list.search {
        margin-top: 0;
    }

.right-input-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #dbdbdb;
    font-size: 18px;
    line-height: 36px;
    text-align: right;
}

    .right-input-icon.color {
        margin-right: 0;
        color: #ff274a;
        text-align: center;
    }

    .right-input-icon.search {
        margin-right: 0;
        padding-top: 2px;
        padding-right: 3px;
        text-align: center;
    }

.page-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .page-content.loading-mask {
        position: fixed;
        z-index: 50;
        display: none;
        background-color: black;
        opacity: .6;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
        text-align: center;
        color: rgba(255,255,255,0.72);
    }

        .page-content.loading-mask.stop-loading {
            opacity: 0;
        }

    .page-content.bg-gradient {
       
    }

.loading-icon {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 50%;
    display: block;
    width: 44px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
}

    .loading-icon.splash {
        top: 70%;
        width: 30px;
        color: rgba(255,255,255,0.17);
        font-size: 36px;
    }

.text-centered {
    text-align: center;
}

.version-text {
    padding-bottom: 40px;
    color: #a1a1a1;
    font-size: 11px;
}

.separator-bottom {
    height: 15px;
}

.splash-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/logo.png');
    background-position: 50% 38%;
    background-size: 121px;
    background-repeat: no-repeat;
}

.separator-big {
    height: 95px;
}

.toolbar-top-button {
    display: inline-block;
    width: 49.33%;
    padding-top: 22px;
    padding-bottom: 9px;
    border-bottom: 3px solid white;
    background-color: white;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

    .toolbar-top-button.w--current {
        border-bottom-width: 3px;
        border-bottom-color: #ff274a;
        background-color: white;
    }

.tabs-content {
    background-color: whitesmoke;
}

.group-block {
    width: 50%;
    padding-top: 10px;
    padding-right: 4px;
    float: left;
}

    .group-block.last {
        margin-right: 0;
        padding-right: 0;
        padding-left: 6px;
    }

.group-image {
    height: 164px;
    background-image: url('../images/photo-1422036306541-00138cae4dbc.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .group-image.bg1 {
        background-image: url('../images/photo-1428948304740-392e214d312f%20(1.html).jpe');
        background-size: cover;
    }

    .group-image.bg2 {
        background-image: url('../images/8S64npOgTu2eWTZIXEfy_DSC_0955.jpg');
        background-position: 0 50%;
        background-size: cover;
    }

    .group-image.bg3 {
        background-image: url('../images/photo-1422479516648-9b1f0b6e8da8.jpg');
        background-size: cover;
    }

    .group-image.bg4 {
        background-image: url('../images/photo-1433785567155-bf5530cab72c.jpg');
        background-position: 0 50%;
        background-size: cover;
    }

    .group-image.bg5 {
        background-image: url('../images/photo-1437422061949-f6efbde0a471.jpg');
        background-size: cover;
    }

.group-title {
    height: 68px;
    background-color: white;
    text-align: center;
}

.title-text {
    line-height: 68px;
}

.tab-pane {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.list-news {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
}

.list-item-new {
    margin-bottom: 25px;
    box-shadow: #e3e3e3 0 0 6px 0;
}

.image-new {
    position: relative;
    height: 200px;
    background-image: url('../images/photo-1437422061949-f6efbde0a471.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

    .image-new.bg1 {
        background-image: url('../images/photo-1428948304740-392e214d312f%20(1.html).jpe');
        background-size: cover;
    }

    .image-new.bg2 {
        background-image: url('../images/photo-1422479516648-9b1f0b6e8da8.jpg');
        background-size: cover;
    }

.text-new {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background-color: white;
 
}

    .text-new.no-borders {
        border-style: none;
        border-width: 0;
    }

    .text-new.grey {
        border-style: solid none;
        border-top-width: 1px;
        border-top-color: #e6e6e6;
        border-bottom-width: 1px;
        border-bottom-color: #e6e6e6;
        background-color: #fafafa;
    }

    .text-new.n-b-b {
        border-bottom: 1px none black;
    }

.title-new {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    line-height: 1.6em;
}

.description-new {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
}

    .description-new.larger {
        font-size: 13px;
    }

.news-container {
    position: relative;
    display: inline-block;
    margin-top: 77px;
    padding-right: 15px;
    padding-left: 15px;
   
}

    .news-container.item-new {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .news-container.home {
        margin-top: 0;
    }

.category-link {
    display: inline-block;
    width: auto;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    background-color: #ededed;
    color: #878787;
    font-size: 8px;
    line-height: 21px;
    text-decoration: none;
}

.news-mask {
    position: fixed;
    z-index: 2;
    display: none;
    height: 100%;
    background-color: rgba(0,0,0,0.61);
    opacity: 0;
}

.options-new {
    padding: 18px 20px 16px;
    background-color: #fafafa;
}

    .options-new.tighter {
        position: absolute;
        top: 0;
        right: -3px;
        display: inline-block;
        padding: 10px 0 5px 10px;
        float: left;
        background-color: rgba(0,0,0,0);
    }

    .options-new.less-padding-sides {
        padding: 11px 11px 5px;
    }

    .options-new.less-padding-sides-blog {
        padding: 18px 15px 16px;
    }

    .options-new.border-top {
        border-top: 1px solid #e6e6e6;
    }

.small-button {
    width: auto;
    margin-right: 12px;
    padding: 7px 16px;
    border-radius: 2px;
    background-color: #ff274a;
    color: white;
    font-size: 10px;
    text-decoration: none;
}

    .small-button.icon-only {
        padding-right: 7px;
        padding-left: 7px;
        text-align: center;
    }

        .small-button.icon-only.grey {
            background-color: #e8e8e8;
            color: #878787;
        }

            .small-button.icon-only.grey.right {
                margin-right: 0;
                margin-left: 16px;
                float: right;
            }

            .small-button.icon-only.grey.p-r {
                margin-right: 5px;
            }

                .small-button.icon-only.grey.p-r.selected2 {
                    background-color: #fafafa;
                }

            .small-button.icon-only.grey.selected {
                background-color: #fafafa;
            }

        .small-button.icon-only.social-squared.facebook {
            background-color: #3b5998;
        }

        .small-button.icon-only.social-squared.twitter {
            background-color: #4099ff;
        }

        .small-button.icon-only.social-squared.pinterest {
            background-color: #c92228;
        }

        .small-button.icon-only.social-squared.dribbble {
            background-color: #ea4c89;
        }

        .small-button.icon-only.social-squared.mail {
            background-color: #1f81c2;
        }

    .small-button.grey {
        background-color: #e8e8e8;
        color: #878787;
    }

        .small-button.grey.right {
            float: right;
        }

        .small-button.grey.last {
            margin-right: 0;
        }

    .small-button.social {
        margin-right: 7px;
        margin-bottom: 7px;
        padding-right: 12px;
        padding-left: 12px;
    }

        .small-button.social.facebook {
            background-color: #3b5998;
        }

        .small-button.social.twitter {
            background-color: #4099ff;
        }

.icon-button {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 20px;
    height: 15px;
    padding-bottom: 20px;
    float: left;
    font-size: 13px;
}

    .icon-button.bigger {
        font-size: 20px;
    }

.text-button {
    display: inline-block;
    padding-top: 1px;
    float: left;
    line-height: 19px;
}

.grey-header {
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fafafa;
}

.grey-heading-title {
    font-size: 16px;
}

.square-map {
    height: 300px;
}

.hero-map {
    height: 280px;
}

.image-message {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 48px;
    height: 48px;
    margin-top: 7px;
    border-radius: 25px;
}

.column-left {
    position: relative;
    display: block;
    width: 77px;
    height: 62px;
    float: left;
    text-align: center;
}

.message-title {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 14px;
}

.list-message {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e9;
}

    .list-message:active {
        background-color: #f7f7f7;
    }

.column-right {
    padding-right: 20px;
}

    .column-right.chat {
        overflow-x: hidden;
        overflow-y: hidden;
        margin-right: 50px;
    }

        .column-right.chat.right {
            position: relative;
            margin-right: 10px;
            margin-left: 100px;
            padding-left: 20px;
        }

.message-text {
    display: block;
    padding-bottom: 3px;
    color: #a3a3a3;
    font-size: 11px;
    line-height: 1.6em;
    text-decoration: none;
}

.list-chat {
    margin-bottom: 8px;
}

.chat-text {
    display: inline-block;
    margin-top: 7px;
    padding: 12px 15px;
    float: left;
    border-radius: 0 12px 12px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 12px;
    line-height: 17px;
}

    .chat-text.right {
        float: right;
        border-top-left-radius: 12px;
        border-top-right-radius: 0;
        background-color: #102a3b;
        color: white;
    }

.arrow-globe {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-left: -12px;
    border-right: 12px solid #f0f0f0;
    border-bottom: 6px solid transparent;
}

    .arrow-globe.right {
        top: 0;
        right: 9px;
        border-right: 0 none transparent;
        border-left: 12px solid #102a3b;
    }

.chat-time {
    display: block;
    padding-left: 12px;
    float: left;
    clear: left;
    color: #cfcfcf;
    font-size: 9px;
    line-height: 19px;
}

    .chat-time.right {
        padding-right: 15px;
        float: right;
        clear: both;
    }

.input-chat-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #ebebeb;
    background-color: #f2f2f2;
}

.input-chat {
    width: 82%;
    height: 39px;
    float: left;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black #e3e3e3;
    border-radius: 0;
    font-size: 11px;
}

    .input-chat:focus {
        border-bottom-color: #4fd2c2;
    }

.chat-button {
    width: 18%;
    padding: 9px 0;
    float: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #102a3b;
    color: white;
    font-size: 12px;
}

.slider-element-test {
    padding-top: 90px;
    color: white;
    font-size: 19px;
    line-height: 1.6em;
    text-align: center;
}

.social-block {
    display: inline-block;
    float: left;
}

.bar-home-icon {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    background-color: #ccc;
}

    .bar-home-icon.top {
        width: 80%;
    }

    .bar-home-icon.middle {
        width: 60%;
    }

    .bar-home-icon.bottom {
        width: 40%;
    }

.shadow-layer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: rgba(0,0,0,0.34) 0 0 15px -2px;
}

    .shadow-layer.white {
        background-color: white;
        background-image: none;
        background-position: 0 0;
        background-size: auto;
        background-repeat: repeat;
    }

.stop-loading22 {
    opacity: 0;
}

.todelete {
    position: absolute;
    display: none;
    width: 287px;
    height: 52px;
    background-color: black;
}

    .todelete.top {
        left: 104px;
        top: -207px;
        width: 145px;
        height: 156px;
    }

.light {
    color: #000;
}

.light-semitransparent {
    color: rgba(255,255,255,0.66);
}

.bg-gradient {
   
}

.list-calendar-events {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e9;
}

.calendar-col-left {
    width: 100%;
    float: left;
}

.calendar-col-right {
    position: absolute;
    display: inline-block;
    width: 32px;
    margin-left: -32px;
    float: left;
}

.image-calendar-event {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 28px;
    height: 28px;
    margin-top: 4px;
    float: right;
    border-radius: 16px;
}

.calendar {
    padding: 10px;
    background-color: #151d31;
}

.calendar-days {
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
}

.calendar-cell-day {
    width: 14.28%;
    height: 50px;
    float: left;
    text-align: center;
}

.text-calendar-event {
    color: white;
    line-height: 50px;
}

    .text-calendar-event:hover {
        background-color: white;
        color: #102a3b;
    }

    .text-calendar-event:active {
        background-color: white;
    }

    .text-calendar-event.header {
        color: rgba(255,255,255,0.30);
        font-size: 12px;
    }

        .text-calendar-event.header:hover {
            background-color: rgba(255,255,255,0.04);
        }

    .text-calendar-event.semitrans {
        background-color: rgba(255,255,255,0.04);
        color: rgba(255,255,255,0.30);
    }

        .text-calendar-event.semitrans:hover {
            color: rgba(255,255,255,0.5);
        }

.event-bullet {
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -12px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    background-color: #ff274a;
}

.left-text-icon {
    display: inline-block;
    width: 22px;
    height: 20px;
    float: left;
    color: #a3a3a3;
    font-size: 18px;
}

.event-title {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 10px;
}

.event-text {
    display: inline-block;
    margin-right: 20px;
    float: left;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 1.6em;
}

.portfolio-item {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.portfolio-gallery {
    padding-top: 10px;
    padding-left: 10px;
}

    .portfolio-gallery.inline {
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 0;
    }

.portfolio-image {
    width: 100%;
    padding-top: 100%;
    background-image: url('../images/photo-1422479516648-9b1f0b6e8da8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .portfolio-image.bg1 {
        background-image: url('../images/photo-1433785567155-bf5530cab72c.jpg');
        background-position: 0 0;
        background-size: cover;
    }

    .portfolio-image.bg2 {
        background-image: url('../images/photo-1428948304740-392e214d312f%20(1.html).jpe');
        background-position: 0 50%;
        background-size: cover;
    }

    .portfolio-image.bg3 {
        background-image: url('../images/photo-1422036306541-00138cae4dbc.jpg');
        background-position: 0 0;
        background-size: cover;
    }

    .portfolio-image.bg4 {
        background-image: url('../images/photo-1416949929422-a1d9c8fe84af.jpg');
        background-position: 0 0;
        background-size: cover;
    }

    .portfolio-image.bg5 {
        background-image: url('../images/8S64npOgTu2eWTZIXEfy_DSC_0955.jpg');
        background-position: 0 0;
        background-size: cover;
    }

.icon-grid-cols {
    margin-top: 4px;
    margin-left: 2px;
}

    .icon-grid-cols.p-l {
        margin-left: 4px;
    }

.icon-grid-item {
    width: 3px;
    height: 3px;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    background-color: #333;
}

    .icon-grid-item.last {
        margin-right: 0;
    }

    .icon-grid-item._2-cols {
        width: 6px;
        height: 5px;
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .icon-grid-item._1-col {
        width: 15px;
        height: 2px;
        margin-right: 3px;
        margin-bottom: 3px;
    }

.grid-1-column {
    width: 100%;
}

.grid-2-columns {
    width: 50%;
}

.grid-3-columns {
    width: 33.333%;
}

.home-content {
    background-color: white;
}

.title-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.news-slider {
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
}

    .news-slider.grey {
        border-bottom: 1px solid #e6e6e6;
        background-color: #fafafa;
    }

.news-slide {
    height: 100%;
}

.news-arrows {
    margin-top: 90px;
    font-size: 25px;
}

    .news-arrows.left {
        margin-left: 35px;
    }

    .news-arrows.right {
        margin-right: 35px;
    }

.news-slidenav {
    top: 169px;
    bottom: auto;
    font-size: 6px;
}

.portfolio-image-hidden {
    display: none;
    background-image: url('../images/index.html');
    background-position: 0 0;
}

.portfolio-video-icon {
    position: absolute;
    display: inline-block;
}

.link-blog-list {
    display: block;
}

.footer-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.social-media-centered {
    text-align: center;
}

.drop-down-list {
    position: relative;
    display: none;
    margin: 8px -22px;
    padding: 8px 22px 8px 45px;
    background-color: rgba(255,255,255,0.02);
}

.dropdown-icon {
    margin-right: 6px;
}

html.w-mod-js *[data-ix="menu-mask"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="list-item"] {
    opacity: 0;
    -webkit-transform: translate(-26px,0);
    -ms-transform: translate(-26px,0);
    transform: translate(-26px,0);
}

@media(max-width:479px) {
    .mobile-wrapper {
        width: 100%;
    }
}

.navbar {
    width: inherit;
}

.radio-bullet-replacement, .checkbox-handle, .loading-mask, .shadow-layer {
    pointer-events: none;
}

input[type=text], textarea {
    outline: 0;
}

    input[type=text]:focus, textarea:focus {
        outline: 0;
    }

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    *:not(input):not(textarea) {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.loading-icon {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-mask {
    display: block !important;
}

.w-input.light::-webkit-input-placeholder {
    color: #fff;
}

.w-input.light:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.w-input.light::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.w-input.light:-ms-input-placeholder {
    color: #fff;
}

.navbar, .page-content, .news-mask, .search-fixed, .input-chat-block, .loading-mask, .shadow-layer {
    width: inherit;
}

.nav-menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.small-button.social.last {
    margin-right: 0;
}

.small-button.icon-only.grey.right.last {
    margin-left: 0;
}

