@font-face {
    font-family: 'MN_Paethai';
    src: url('../fonts/MN Paethai v3.2.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Medium';
    src: url('../fonts/SukhumvitSet-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Text';
    src: url('../fonts/SukhumvitSet-Text.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Light';
    src: url('../fonts/SukhumvitSet-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-SemiBold';
    src: url('../fonts/SukhumvitSet-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Bold';
    src: url('../fonts/SukhumvitSet-Bold.ttf') format('truetype');
}

@media (min-width:1210px){
    body {
        background-color: #F1F2F2;
        margin: 0;
        font-family: 'MN_Paethai';
        color: #808285;
        font-size: 24px;
    }

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .show {display:block !important;}
    .hidden {display:none !important;}
    .card {
        margin-top: 20px;
    }
    .xl-1 {
        width: 280px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .xl-2 {
        width: 580px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .xl-3 {
        width: 900px;
    }
    .xl-3 > div {
        width: 880px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu {
        height: 177px;
        background-color: #414042;
    }

    .container {
        width: 1200px;
        margin: 0 auto;

    }

    .maincontent{
        margin-top: 177px;
    }

    .sidebar {
        width: 300px;
        float: left;
        margin-top: 177px;
    }

    .hero {
        overflow:hidden;
        height: 660px;
        border-radius: 10px;
    }
    .hero img{
        width: 880px;
    }
    .hero .attractionname{
        color: #ffffff;
        position: absolute;
        bottom: 0px;
        right: 20px;
        text-shadow: 0 0 5px #000000;
        font-size: 25px;
        font-family: 'SukhumvitSet-Light';
    }
    .hero .attractionname a{
        color: #ffffff;
        text-decoration: none;
    }
    .overall{
        background-color: #FFFFFF;
    }
    .overall .content {
        padding: 20px 40px 40px 40px;
    }
    .overall .content .title {
        font-family: 'SukhumvitSet-Bold';
        font-size: 42px;
        color: #2474BB;
    }
    .overall .content .title span {
        float: left;
        width: 700px;
    }
    .overall .content .title img {
        float: right;
        margin-top: 20px;
    }
    .overall .content .contact{
        height: 60px;
        margin-bottom: 15px;
    }
    .overall .content .contact img{
        width: 60px;
        height: 60px;
    }
    .overall .content .contact span {
        font-family: 'SukhumvitSet-SemiBold';
        font-size: 59px;
        color: #2474BB;
        line-height: 59px;
    }
    .overall .content .address {
        font-family: 'SukhumvitSet-Bold';
        font-size: 27px;
        border-bottom: 1px solid #808285;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .overall .content .workhour {
        font-family: 'SukhumvitSet-Bold';
        font-size: 27px;
        border-bottom: 1px solid #808285;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .overall .content .fee {
        font-family: 'SukhumvitSet-Bold';
        font-size: 27px;
        border-bottom: 1px solid #808285;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .overall .content .link {
        font-family: 'SukhumvitSet-Bold';
        font-size: 27px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
    }
    .overall .content .link span a{
        text-decoration: none;
        color: #2094C0;
    }
    .overall .content .body img {
    }
    .overall .content .contact > div, .overall .content .address > div, .overall .content .workhour > div, .overall .content .fee > div, .overall .content .link > div{
        display: table;
        vertical-align: middle;
    }
    .overall .content .contact .icon,.overall .content .address .icon, .overall .content .workhour .icon, .overall .content .fee .icon, .overall .content .link .icon{
        width: 60px;
        text-align: center;
        display: table-cell;
        padding-right: 20px;
        vertical-align: top;
    }
    .overall .content .contact .text,.overall .content .address .text, .overall .content .workhour .text, .overall .content .fee .text, .overall .content .link .text{
        display: table-cell;
        vertical-align: top;
    }

    .detail {
        font-family: 'MN_Paethai';
        font-size: 28px;
    }
    .detail .title {
        font-family: 'SukhumvitSet-Bold';
        font-size: 42px;
        color: #808285;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        line-height: 40px;
        border-bottom: 1px solid #808285;
    }
    .detail .title span {
        float: left;
        width: 700px;
    }
    .detail .title img {
        float: right;
        margin-bottom: 10px;
    }
    .detail .content {
        padding: 20px;
    }
    .detail .content p {
        margin: 0 0 20px 0;
    }
    .detail .content p:last-child {
        margin: 0;
    }


    .imagelist .image{
        border-radius: 10px;
        overflow:hidden;
        margin-right: 20px;
        float: left;
        display: block;
    }
    .imagelist .image:last-child{
        margin-right: 0px;
    }
    .imagelist .image img{
        width: 205px;
        height: 154px;
    }

    .interesting {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
    }
    .interesting .bar {
        height: 10px;
        background-color: #D6B750;
    }
    .interesting .image {
        height: 350px;
    }
    .interesting .image > img {
        width: 880px;
        height: 350px;
    }
    .interesting .content {
    }
    .interesting .title {
        font-family: 'SukhumvitSet-Bold';
        font-size: 30px;
        padding: 10px;
        color: #2474BB;
        border-bottom: 1px solid #2474BB;
    }
    .interesting .body {
        display: table;
        padding: 10px;
    }
    .interesting .body .column{
        vertical-align: top;
        display: table-cell;
        width: 390px;
        padding: 10px;
    }
    .interesting .print_save {
        border-left: 1px solid #808285;
        display: table-cell;
        width: 100px;
        color: #2094C0;
    }
    .interesting .print_save .inner {
    }
    .interesting .print_save .inner div {
        text-align: center;
    }
    .interesting .print_save .inner .print {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .howto{
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
    }

    .map {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
    }
    .map .bar {
        height: 10px;
        background-color: #50A497;
    }
    .map .image {
    }
    .map .image > img {
        height: 350px;
    }
    .map .content p{
        margin: 0 0 10px 0;
    }
    .map .title {
        font-family: 'SukhumvitSet-Bold';
        font-size: 30px;
        color: #2474BB;
        line-height: 40px;
        padding: 10px;
        border-bottom: 1px solid #2474BB;
    }
    .map .body {
        padding: 20px;
    }
    .map .body .subtitle {
        font-family: 'SukhumvitSet-Bold';
        font-size: 30px;
    }
    .map #map{
        width: 880px;
        height: 450px;
    }

    .link {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
        display: table;
    }
    .link > div{
        display: table-row;
    }
    .link .title {
        width: 210px;
        height: 100%;
        padding: 20px;
        border-right: 1px solid black;
        display: table-cell;
        font-family: 'SukhumvitSet-Bold';
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
    }
    .link .title img{
        margin-bottom: 20px;
    }
    .link .title > div{
        text-align: center;
        vertical-align: middle;
    }
    .link .body {
        width: 500px;
        padding: 20px;
        display: table-cell;
    }
    .link .body a {
        width: 500px;
        font-family: 'SukhumvitSet-Medium';
        font-size: 19px;  
        text-decoration: none;
        color: #2094C0;
    }

    .news {
        border-radius: 10px;
        overflow:hidden;
        background-color: #414042;
        position: relative;
    }
    .news .content {
        padding: 10px;
        font-family: 'SukhumvitSet-Light';
        font-size: 24px;
        text-align: center;
        color: #D6B750;
        border-bottom: 1px solid #D6B750;
    }
    .news .content .title{
        border-bottom: 1px solid #D6B750;
    }
    .news .content .title img{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .news .content .body{
        padding-top: 10px;
        font-size: 19px;
    }
    .news .suggestion{
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: 'SukhumvitSet-Light';
        font-size: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .news .suggestion a{
        color: #FFFFFF;
        text-decoration: none;
    }
    .news .suggestion img{
        margin-right: 20px;
        vertical-align: middle;
    }
    

    .weather {
        background: linear-gradient(to bottom, #50A497, white );
        border-radius: 10px;
        overflow:hidden;
    }
    .weather .content{
        padding: 10px;
    }
    .weather .topsection {
        color: #FFFFFF;
        padding-bottom: 10px;
        border-bottom: 1px solid #FFFFFF;
    }
    .weather .topsection .day{
        float: left;
        font-family: 'SukhumvitSet-SemiBold';
        font-size: 70px;
        margin-right: 10px;
        line-height: 70px;
    }
    .weather .topsection .month{
        font-family: 'SukhumvitSet-Light';
        font-size: 20px;
    }
    .weather .topsection .year{
        font-family: 'SukhumvitSet-Light';
        font-size: 20px;
    }
    .weather .topsection .place {
        font-family: 'SukhumvitSet-Light';
        font-size: 30px;
        line-height: 30px;
    }
    .weather .middlesection {
        padding-top: 10px;
        position: relative;
        color: #1F94BF;
    }
    .weather .middlesection .climate{
        float: left;
    }
    .weather .middlesection .temp{
        float: right;
    }
    .weather .middlesection .temp .current_temp{
        position: absolute;
        bottom: 20px;
        right: 0px;
        font-family: 'SukhumvitSet-SemiBold';
        font-size: 50px;
        line-height: 50px;
    }
    .weather .middlesection .temp .maxmin_temp{
        position: absolute;
        bottom: 0px;
        right: 5px;
        font-family: 'SukhumvitSet-SemiBold';
        font-size: 20px;
        line-height: 20px;
    }
    .weather .bar{
        height: 10px;
        background-color: #50A497;
    }

    .infographic {
        border-radius: 10px;
        overflow:hidden;
        height: 211px;
    }

    .restuarant, .hotel {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
    }
    .restuarant .content, .hotel .content {
        padding: 20px;
    }
    .restuarant .content .title, .hotel .content .title {
        font-family: 'SukhumvitSet-SemiBold';
        font-size: 22px;
    }
    .restuarant .content .list, .hotel .content .list {
        font-family: 'SukhumvitSet-Medium';
        font-size: 19px;
        border-bottom: 1px solid #808285;
        padding: 10px;

    }
    .restuarant .content .list > div, .hotel .content .list > div{
        display: table;
    }
    .restuarant .content .list div div, .hotel .content .list div div{
        display: table-cell;
    }
    .restuarant .content .list div:first-child, .hotel .content .list div:first-child{
        vertical-align: middle;
    }
    .restuarant .content .list div:last-child, .hotel .content .list div:last-child{
        vertical-align: middle;
    }
    .restuarant .content .list:last-child, .hotel .content .list:last-child {
        border-bottom: none;
    }
    .restuarant .content .list img , .hotel .content .list img {
        border-radius: 50%;
        overflow: hidden;
        background-color: red;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .instagram {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
    }
    .instagram .content {
        padding: 20px 20px 0px 20px;
    }
    .instagram .content .title{
        font-family: 'SukhumvitSet-SemiBold';
        font-size: 22px;
    }
    .instagram .content .body .image{
        float: left;
        margin-left: 5px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .instagram .content .body .lastline{
        margin-left: 0;
        margin-right: 0;
    }
    .instagram .content .body .image img{
        height: 100px;
        width: 100px;
    }

    .sharing {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
    }
    .sharing .bar {
        height: 10px;
        background-color: #808285;
    }
    .sharing .content {
        padding: 20px;
    }
    .sharing .content .list {
        font-family: 'SukhumvitSet-Bold';
        font-size: 19px;
        border-bottom: 1px solid #808285;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #2094C0;
    }
    .sharing .content .list:first-child {
        padding-top: 0;
    }
    .sharing .content .list:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .sharing .content .list > img {
        vertical-align: middle;
        margin-right: 10px;
    }

    .attraction {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
        float: left;
    }
    .attraction .image{
    }
    .attraction .image img{
        width: 280px;
        height: 210px;
    }
    .attraction .content{
        margin: 5px 15px;
        border-bottom:  1px solid #808285;
    }
    .attraction .content .title{
        font-family: 'SukhumvitSet-Bold';
    }
    .attraction .content .title a{
        color: #808285;
    }
    .attraction .content .tag{
        color: #2094c0;
    }
    .attraction .content a {
        text-decoration: none;
        color: #2094c0;
    }
    .attraction .footer {
        height: 30px;
    }
    .attraction .footer .share {
        height: 30px;
        float: left;
        margin-left: 20px;
    }
    .attraction .footer .share_button {
        height: 30px;
        float: left;
        margin-left: 20px;
        display: none;
    }
    .attraction .footer .share_button a {
        margin-right: 10px;
    }
    .attraction .footer .like {
        height: 30px;
        float: right;
        margin-right: 10px;
    }
    .attraction .footer .like a{
        text-decoration: none;
        color: #808285;
    }
    .attraction .footer .like_amount {
        line-height: 20px;
        float: right;
        margin-right: 20px;
    }
    .attraction .footer .like_amount a{
        text-decoration: none;
        color: #808285;
    }

    .attraction-feature {
        border-radius: 10px;
        overflow:hidden;
        background-color: #FFFFFF;
        float: left;
    }
    .attraction-feature .image{
        margin: 10px;
        float: left;
    }
    .attraction-feature .image img{
        width: 266px;
        height: 266px;
        border-radius: 50%;
        overflow: hidden;
    }
    .attraction-feature .rightbar{
        float: right;
        width: 280px;
        position: relative;
    }
    .attraction-feature .content{
        height: 240px;
        padding: 10px;
        border-bottom:  1px solid #808285;
    }
    .attraction-feature .content .title{
        font-family: 'SukhumvitSet-Bold';
    }
    .attraction-feature .content .tag{
        color: #2094c0;
    }
    .attraction-feature .card-footer {
        padding: 5px;
    }
    .attraction-feature .card-footer .like {
        float: left;
        width: 65px;
    }
    .attraction-feature .card-footer .share {
        float: left;
    }
    .attraction-feature .card-footer .moreinfo{
        border: 2px solid #808285;
        border-radius: 30px;
        padding: 0 5px;
        float: right;
    }
}