
@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
html, body
{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #333333;    
}
a{
	color: black;
}

.black {
    background-color: black;
}

.red {
    background-color: #AE1C27;
}

.gray {
    background-color: #BABEBF;
}

.light-gray {
    background-color: #EEEEEE;
}

.dark-gray {
    background-color: #888886;
}

.blue {
    background-color: #8EB3DF;
}

.yellow {
    background-color: #E0D346;
}

.green {
    background-color: #87BC2F;
}

.purple {
    background-color: #502D4E;
}

.white {
    background-color: white;
}
/*
.number {
    font-family: sans-serif;
    padding: 0 1px;
}*/

.flex-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 3%;
    flex: 1 1 3%;
    max-width: 3%;
    max-height: 100%;
    box-sizing: border-box;
}

.flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
}

.flex-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
}

.flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
}

.flex-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
}

.flex-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
}

.flex-container {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-row
{
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-column {
    display: inline-block;
    flex-direction: column;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.flex-start {
        display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    justify-content: flex-start;
}

.flex-end {
        display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    justify-content: flex-end;
}

.flex-center {
        display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    justify-content: center;
}

.flex-space-between {
        display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    justify-content: space-between;
}

.flex-separator {
    /* justify-content: space-between; */
}

.flex-space-around {
        display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    justify-content: space-around;
}

.flex-align-start {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    align-items: flex-start;
}

.flex-align-end {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    align-items: flex-end;
}

.flex-align-center {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    align-items: center;
}

.flex-align-baseline {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    align-items: baseline;
}

.flex-align-stretch  {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;   
    display: -webkit-flex;     
    display: flex;  
    align-items: stretch;
}


.home-header {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    color: white;
    background: #343c48;
    background: -moz-linear-gradient(left,  #343c48 0%, #3c4755 40%, #3c4755 50%, #3c4755 60%, #343c48 100%);
    background: -webkit-linear-gradient(left,  #343c48 0%,#3c4755 40%,#3c4755 50%,#3c4755 60%,#343c48 100%);
    background: linear-gradient(to right,  #343c48 0%,#3c4755 40%,#3c4755 50%,#3c4755 60%,#343c48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343c48', endColorstr='#343c48',GradientType=1 );
    padding-bottom: 5px;
}

.home-header .section-title {
    position: absolute;
    height: 30px;
    width: 100%;
    max-width: 177px;
    text-align: center;
}

.home-header .border {
    display: inline-block;
    width: 177px;
}

.home-header .section-title > span {
    line-height: 30px;
}

.home-header .home-shop,
.home-header .flash-sales {
    display: inline-block;
    height: 30px;
}

.home-header .home-shop .section-title .home-icon img,
.home-header .flash-sales .section-title .flash-icon img{
    vertical-align: middle;
}

.home-header .home-shop .section-title .home-text,
.home-header .flash-sales .section-title .flash-text{
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}

.flash-text a {
    color: #ffffff;
}
.home-header .home-shop > .section-title {
    color: black;
    background-color: white;
    
}

.home-header .home-shop > .border {
    border-top: 30px solid #ffffff;
    border-right: 20px solid #37404d;
}

.home-header .flash-sales {
    margin-left: -25px;
}

.home-header .flash-sales > .section-title {
    margin-left: -25px;
    background-color: transparent;
    z-index: 1;
}

.home-header .flash-sales > .border {
    position: absolute;
    width: 0;
    height: 40px;
    top: -16px;
    border-top: 30px solid rgba(156, 54, 54, 0);
    border-left: 43px solid #38414f;
    border-top-left-radius: 86px;
    border-bottom-left-radius: 0;
    transform: rotate(32deg);
}



.home-header .search-box {
    text-align: center;
}

.home-header .search-box > input {
    max-width: 330px;
    width: 100%;
    padding: 0 13px !important;
    line-height: 41px;
    color: #777777;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
    height: 41px;
    margin-top: 0;
    vertical-align: top;
}

.home-header .search-box .icon-search img {
    vertical-align: top;
    margin-top: 11px;
}

.home-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.home-content .tab-menu .tab-item{
    padding: 4px 0;
    cursor: pointer;
}

.home-content .tab-menu .tab-item.active{
    font-weight: bold;
    border-bottom: black 2px solid;
}

.home-content .tab-menu .tab-item.ending{
    color: #ED5B44;
}

.home-content .del-menu {
    font-size: 13px;
    height: 33px;
    background-color: #f4f4f4;
    border: #d9d9d9 1px solid;
    margin-bottom: 0;
}

.home-content .del-menu .del-item {
    height: 70%;
    width: 32%;
}
.home-content .del-menu .del-item:not(:last-of-type) {
    border-right: #d9d9d9 1px solid;
}

.home-content .del-menu .del-item .del-icon {
    margin-right: 12px;
}

.home-content .del-menu .del-item .del-icon img{
    vertical-align: middle;
}

.home-content .del-menu .del-item .del-raiting {
    margin: 0 8px;
}

.home-content .del-menu .del-item .del-icon-feefo {
    margin-left: 10px;
}

.home-content .del-menu .del-item .del-raiting .star img,
.home-content .del-menu .del-item .del-icon-feefo img {
    vertical-align: middle;
}

/*.main_content #eTiles {
    margin-top: 25px;
}*/

.top-box,
.basic-box {
     /*margin: 6px 31px;*/ 
    color: #333333;
}

    .top-box .top-card {
        margin-right: 5px;
    }

.top-box .top-card,
.basic-box .basic-card {
    position: relative;
//    text-align: center;
    display: inline-block;
}

.top-box .top-card .top-title
{
    width: 100%;
    margin-top: -9px;
    text-align: center;
    color: #071e35;
    display:none;
}

.top-box .top-card .top-title span{
    font-weight: bold;
    background: white;
    padding: 0 5px;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.top-box .top-card .up-title, .basic-box .basic-card .up-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    /*position: absolute;*/
}

.top-box .top-card .up-title span, .basic-box .basic-card .up-title span {
    font-family: cursive;
    color: #ED5B44;
}

.top-box .top-card .title, .basic-box .basic-card .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: initial;
	margin-top: 5px;
}

.top-box .top-card .description, .basic-box .basic-card .description {
    font-weight: 400;
    letter-spacing: initial;
    font-size: 15px;
    
}

.top-box .top-card .top-btn, .basic-box .basic-card .top-btn {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    height: 20px;
    max-width: 220px;
    margin-top: 7px;
    /* padding: 0 20px; */
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 2px;
    color: #1a2133;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background-color: #d9d9d9;
    /* margin-left: 42px; */
    padding-top: 7px;
    text-align: center;
}

.top-box .top-card .top-btn .number span, .basic-box .basic-card .number span {
    font-family: sans-serif;
}

.top-box .top-card .top-btn.sold, .basic-box .basic-card .top-btn.sold {
    max-width: 160px;
    text-align: left;
}

.top-box .top-card .top-btn.ends, .basic-box .basic-card .top-btn.ends {
    font-weight: 400;
    font-size: 13px;
    color: white;
    background-color: #ed5b44;
}

.basic-box .basic-card {
    border: none;
}

.room-box {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px 0;
    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.room-box .title-box {
    max-width: 133px;
    width: 100%;
    letter-spacing: 0;
}

.room-box .title-box .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.room-box .slider-box {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin-left: 19px;
}

.room-box .slider-box .slider-body {
    overflow: hidden;
}

.room-box .slider-box .room-slider {
    position: relative;
    overflow: hidden;
}

.room-box .slider-box .slide {
    position: absolute;
    width: 31px;
    height: 42px;
    top: -25px;
    left: -15px;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: white;
    background-color: rgba(47, 55, 58, 0.62);
    z-index: 1;
}

.room-box .slider-box .slide .fa {
    font-size: 40px;
}

.room-box .slider-box .slide-left .fa.fa-agle-left {
    visibility: hidden;
}

.room-box .slider-box .slide-next {
    left: initial;
    right: -15px;
}

.room-box .slider-box .room-slider .room-slide:not(:last-of-type) {
    width: 100%;
    max-width: 110px;
    margin-right: 10px;
}

.room-box .slider-box .room-slider .room-slide .slide-name {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.going-box {
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0;
}

.going-box .going-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.going-box .going-cards .going-card {
    max-width: 315px;
    width: 81%;
    padding: 9px;
    /*border: #d9d9d9 1px solid;*/
    margin-top: 10px;
}

.going-box .going-cards .going-card .left-box {
    width: 100%;
    text-align: center;
}

.going-box .going-cards .going-card .left-box .left-img {
    margin-bottom: 2px;
}

.going-box .going-cards .going-card .left-box .left-icon {
    margin-bottom: 5px;
}

.going-box .going-cards .going-card .left-box .range {
    font-weight: bold;
    text-decoration: underline;
}

.going-box .going-cards .going-card .right-box {
    /*max-width: 160px;
    width: 100%;*/
    min-width: calc(100% - 40px);
    display: inline-block;
    margin-left: 18px; 
}

.going-box .going-cards .going-card .right-box .card-text{
    height: 57px;
    overflow: hidden;
}

    

.going-box .going-cards .going-card .right-box .card-text .view {
    text-decoration: underline;
}

.going-box .going-cards .going-card .right-box .price-box {
    font-size: 15px;
    margin: 8px auto;
}

.going-box .going-cards .going-card .right-box .price-box .price{
    font-size: 18px;
    color: #ED5B44;
}

.going-box .going-cards .going-card .right-box .price-box .off{
    color: #696969;
}


.going-box .going-cards .going-card .right-box .ends-time{
    display: block;
    font-weight: 400;
    font-size: 13px;
    height: 21px;
    max-width: 140px;
    width: 100%;    
    padding: 0 12px;
    margin-top: 15px;
    margin-bottom: 18px;
    color: white;
    background-color: #ed5b44;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.going-box .going-cards .going-card .right-box .select-box .select-icon {
    margin-right: 5px;
}

.going-box .going-cards .going-card .right-box .select-box .select-link{
    font-size: 12px;
    color: #696969;
    text-decoration: underline;
}

.bottom-box {
    width: 100%;
    margin-top: 5px;
    color: #333333;
    
}

.bottom-box .parameter-box {
    
}

.bottom-box .parameter-box .count{
    font-size: 15px;
    padding-left: 5px;
}

.bottom-box .parameter-box .select-box {
    padding: 10px 0;
    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.bottom-box .parameter-box .color-select {
    padding: 10px 0;
}

.bottom-box .parameter-box .size-select select{
    font-size: 11px;
    color: #333333;
    border: none;
}

.bottom-box .parameter-box .color-select select{
    font-size: 15px;
    width: 100%;
    color: #333333;
    border: none;
}

.bottom-box .add-btn {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
    height: 40px;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #7b898d;
    border-radius: 5px;
}

.load-box {
    height: 55px;
    width: 100%;
    background-color: #F4F4F4;
    text-align: center;
}

.load-box .load-more {
    height: 38px;
    max-width: 139px;
    width: 100%;
    background-color: transparent;
    border: #071E35 1px solid;
    border-radius: 4px;
}

.viewed-box {
    position: relative;
    margin: 0 45px;
    margin-top: 52px;
    letter-spacing: 0;
}

.viewed-box .title-box {
    margin-bottom: 10px;    
}

.viewed-box .title-box .title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 58px;
}

.viewed-box .title-box .clear-all {
    font-size: 13px;
    color: #696969;
    text-decoration: underline;
}

.viewed-cards {
    position: relative;
    overflow: hidden;
}

.viewed-box .slide {
    position: absolute;
    width: 31px;
    height: 42px;
    top: -110px;
    left: -15px;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: white;
    background-color: rgba(47, 55, 58, 0.62);
    z-index: 1;
}

.viewed-box .slide .fa{
    font-size: 40px;
}

.viewed-box .slide-next {
    left: initial;
    right: -15px;
}

.viewed-cards .viewed-card {
    margin-right: 20px;
}

.viewed-cards .viewed-card .img-box {
    position: relative;
}

.viewed-cards .viewed-card .img-box .heart-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    text-align: center;
}

.viewed-cards .viewed-card .img-box .heart-icon img{
    width: 30px;
}


.viewed-cards .viewed-card .img-box img.viewed-img {
    max-width: 218px;
}

.viewed-cards .viewed-card .card-info {
    padding: 9px;
}

.viewed-cards .viewed-card .card-info .title {
    line-height: 1;
}

.viewed-cards .viewed-card .card-info .price-box .price{
    font-size: 18px;
    margin-right: 14px;
    color: #b60112;
}

.viewed-cards .viewed-card .card-info .price-box .old-price{
    color: #333333;
    text-decoration: line-through;
}

.viewed-cards .viewed-card .card-info .color-list {
    margin-top: 5px;
    margin-bottom: 12px;
}

.viewed-cards .viewed-card .card-info .color-list .color {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.viewed-cards .viewed-card .card-info .color-list .color:not(:last-of-type) {
    margin-right: 6px;
}

.viewed-cards .viewed-card .card-info .color-list .color.white {
    height: 9px;
    width: 9px;
    border: #333333 1px solid;
}

.viewed-cards .viewed-card .card-info .color-list .more-dots {
    font-size: 3.2px;
}

.viewed-cards .viewed-card .card-info .color-list .more-dots .fa{
    margin-right: 2px;
}

.viewed-cards .viewed-card .card-info .select-box .select-icon {
    margin-right: 10px;
}

.viewed-cards .viewed-card .card-info .select-box .select-link {
    font-size: 12px;
    color: #696969;
}

.viewed-cards .viewed-card .card-info .rating .star {
    margin-right: 1px;
}

.home-footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}


.home-footer .follow-box
{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding:15px 0;
}

.home-footer .follow-box .text {
    font-size: 15px;
    font-weight: bold;
    margin-right: 40px;
}

.home-footer .follow-box .input-box {
    max-width: 294px;
    width: 100%;
}

.home-footer .follow-box .input-box .email {
    font-size: 15px;
    max-width: 240px;
    width: 100%;
    height: 38px;
    padding: 0 11px;
    color: #999999;
    letter-spacing: 1px;
    border: #E1E1E1 1px solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
}

.home-footer .follow-box .input-box .send {
    height: 40px;
    max-width: 56px;
    width: 100%;
    background-color: #ED5B44;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.home-footer .follow-box .input-box .send img {
    margin: 0 auto;
}

.home-footer .follow-box .name {
    font-size: 16px;
	margin-right: 20px;
}

.home-footer .follow-box .follow .icon-box .follow-icon {
    font-size: 24px;
    height: 35px;
    width: 35px;
    text-align: center;
    background-color: white;
    border-radius: 4px;
	display: inline-block;
}
i.fa.fa-facebook-f
{
    color: #3B5998;
}
i.fa.fa-pinterest-p
{
    color: #cb2027;
}
.black-references
{
    display:table-cell;
    font-size:24px;
	color: black;
    vertical-align:middle;
    margin:0 10px;
}

.home-footer .map-site {
    margin-top: 28px;
    padding-left: 40px;
    padding-right: 200px;
}

.home-footer .map-site .list-item {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    
}

.home-footer .map-site .list-item.header 
{
    font-size: 15px;
    font-weight: bold;
}

.home-footer .footer-text {
    font-size: 12px;
    height: 48px;
    padding-left: 20px;
    letter-spacing: 0;    
    border-top: #e1e1e1 1px solid;
    background-color:#fff;
}
.fa{
	position: relative;
}

#moreRange{
    width: 100%;
    text-decoration: underline;
}

#moreRange:hover{ 
    text-decoration: none;
}

.message .loginArea a{
    text-decoration: underline;
    line-height: 16px;    
}

.message .loginArea a:hover{
    text-decoration: none; 
}
.productInfo{
    display: inline-block;
}

/*US homepage*/
.home-content .tab-menu .tab-item {
    padding: 0px 25px 0px 25px;
    line-height: 41px;
    text-align: center;
    border-bottom: 1px solid black;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
}
.home-content .tab-menu .tab-item.active {
    box-sizing: border-box;
    height: 42px;
    border-bottom: 6px solid black;
}
.home-content .tab-menu .tab-item:last-child {
    flex: 1;
    cursor: auto;
}

.tab-menu {
    width: calc(100% - 36px);
    margin: 0px 46px 0px 55px;
    /*margin: 0 auto;*/
}

.flex-space-around {
    /*justify-content: flex-start;*/
}

.home-content .tab-menu .tab-item.active {
    font-weight: bold;
    border: 1px solid #333333;
    border-bottom: none;
}
.going-box .going-cards .going-card .right-box .card-text {
    height: auto;
}
.going-box .going-cards .going-card .right-box {
    margin: 0px 20px 0px 20px;
}
.price a .name {
color: #ed5b44;
font-family: 'Lato', sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 26px;
}

span b {
    color: #333333;
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.off a .name {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.wrap_rooms {
    padding: 27px 0 25px 0;
}
.innertext{
    color: #000000;
    font-family:'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.smallinner {
    color: #000000;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 130px;
}



.top-box .top-card .up-title, .basic-box .basic-card .up-title {
    margin-top: 10px;
}

}
/* kk-header */ 
.home-header .right-menu {
    margin-top: 15px;
}
.home-header .flash-sales > .section-title {
    display: none;
}
.home-header .home-shop > .section-title {
    display: none;
}

.loggedLinks {
    margin-left: 14px;
}
.loggedItem {
    display: inline-block;
}
.loggedLink{
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.loggedItem a:after {
    content: '|';
    padding-left: 5px;
}

.loggedItem:nth-child(2) a:before {
    content: '|';
    padding-right: 5px;
}

.loggedItem:nth-child(1) a:after {
    content: '';
    padding-left: 0px;
}

.loggedItem:nth-child(2) a:after {
    content: '';
    padding-left: 0px;
}
.loggedLink:hover {
    color: #949393!important;
}

.linkSignUp:hover {
    color: #fff!important;
}

/*U.S*/

.going-box .going-title {
    color: #000000;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 600;
    }

.going-box .going-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

/*#pTiles {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}*/
.home-content .tab-menu .tab-item{
    font-family: 'Lato', sans-serif;
}
.ut-carousel-container .ut-carousel .ut-carousel-slider-wrapper .ut-carousel-slider ul li{
    margin-right: 0 !important;
}
.common-section-styles .story .description{
    font-family: 'Avenir', sans-serif !important;
}
.ut-carousel-container .ut-carousel .title{
   font-family: 'Avenir', sans-serif !important;
}
.ut-carousel-container .ut-carousel .title{
    font-size: 11px !important;
    letter-spacing: 2px!important;
    overflow: hidden!important;
    white-space: pre!important;
    text-overflow: ellipsis!important;
    height: auto !important;
    line-height: 1!important;
    padding: 10px 0px!important;
}

/*Eugene Dombrovski*/

.home-footer .follow-box .follow .icon-box .follow-icon a {
    width: auto;
}

.namefoot
{
    font-weight: 600;
    display:table-cell;
    vertical-align:middle;
    margin-right:5px;
}

footer_nav div {
    margin-right: 200px;
}

.home-footer .map-site {
    padding-right: 0;
}
}

.Notlogin #searchForm {
    justify-content: flex-start;
}

.Notlogin .resp-login-area {
    margin-right: 17px!important;
}

@media screen and (max-width: 610px) {
    .NotloginModile .home-header-bottom #RegLoginArea a input {
        font-size: 22px!important;
        height: 55px!important;
    }
    .NotloginModile .home-header-bottom {
        padding-bottom: 63px!important;
    }
}

#TC_wrap {
    font-family: Lato, sans-serif!important;
}
#TC_wrap h2 {
    font-family: Lato, sans-serif!important;
}
#TC_wrap li
{
    padding:5px;
    line-height:1.25;
}

#footer .footer_nav map-site a {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: black;
}
#footer .footer_nav
{
    color: black;
    font-size: 16px;
    font-weight: 600;
    min-width: 100%;
    margin: 0 auto;
    padding: 20px 0!important;
    background-color: #fff;
    display:flex;
    justify-content:center;
    
}
.home-content .tab-menu-wrapper {
    margin-bottom: 25px;
    margin-top: 10px;
}
.home-footer .map-site-mobile
{
    background-color:#fff;
}
@media screen and (max-width: 760px)
{
	.home-content
	{
		margin-top: 50px;
	}
}

.Notlogin .search-box > input {
    max-width: 290px!important;
}
.Notlogin .resp-login-area {
    margin-right: 33px!important;
    margin-left: 14px;
    margin-top: 2px;
}
#RegLoginArea a:first-child {
    margin-right: 9px!important;
    flex: 2;
}
.ut-carousel-container .ut-carousel .ut-carousel-slider-wrapper .ut-carousel-slider ul li {
    margin-right: 8px !important;
}
#footer .footer_nav #footerpanel1, #footer .footer_nav #footerpanel2, #footer .footer_nav #footerpanel3
{
    margin:0 auto;
}

.home-footer .map-site{
    padding: 0 !important;
}

.top-box .top-card .up-title span, .basic-box .basic-card .up-title span {
    font-family: 'Lato', sans-serif;
}
ul.menu5 ul li a:hover {
    text-decoration: underline;
}
ul.menu ul li a:hover {
    text-decoration: underline;
}
.top-card a {
    display: block;
}

.top-card:hover .up-title {
    color: #000;
}

ul.menu5 .menulink:hover {
    text-decoration: underline!important;
    color: black!important;
}
#tblMenu td:hover a.menulink{
    font-weight: normal;
}
.tab-menu {
    margin-top: 11px;
    margin-left: 16px;
}   
.ut-carousel-container .ut-carousel .title {
    font-family: 'Lato', sans-serif!important;
    font-weight: 700!important;
}

.name {
    font-size: 15px!important;
}
.footer_nav b {
    font-size: 16px;
}
.footer_nav a {
    font-family: 'Lato', sans-serif!important;
}


/*U.S*/
@media screen and (max-width: 624px) {
    .top-box .top-card .up-title { 
        margin-top: 7px !important;
        font-size: 14px !important;
        font-family: 'Lato', sans-serif !important;
    }
    .description .inner-description {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 780px) {
    .top-box .top-card .up-title {
        margin-top: 7px !important;
    }
    .inner-description {
        width: 100% !important;
        font-size: 13px !important;
    }
    .tab-menu
    {
        margin: 0!important;
        width: 98%;
        margin-left: 10px!important;
    }
}
