﻿html, body {
	margin: 0 ;
	height: auto;
	overflow-x: hidden;
	}
body {
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}
img{ border:0;}


.item-detail-container,
.item-list-container,
.gift-list-container{
	display: block;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 0 20px 5px 20px;
}

.item-last .item-detail-container{
    padding: 0 20px 1% 20px;
}
.item-detail-container{
	max-width: 1280px;
}
.item-list-container{
	max-width: 1570px;
	padding: 0 0px 5% 0px;
}
@media screen and (max-width: 640px) {
	.item-list-container .search-option button.square-meters {
		height: 47px;
		overflow: hidden;
		line-height: 1;
	}

	.item-last .item-detail-container,
	.item-detail-container,
	.item-list-container,
	.gift-list-container{
	    padding: 0 10px 5% 10px;
	}
}
.item-list-container .h3,
.gift-list-container .h3 {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 60px auto 30px auto;
    padding: 0;
    color: #333333;
    text-align: center;
    border-top: 1px solid #cccccc;
}
.item-list-container .h3 {
    width: calc(100% - 50px);
}
.item-list-container .h3 span,
.gift-list-container .h3 span{
	background-color: #ffffff;
	position: relative;
	top: -26px;
	padding: 0 20px;
}
.gift-list-container .h3.red{
    color: #c50000;
}
.item-list-container.tool h6,
.item-detail-container .h3 {
	display: block;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    margin-bottom: 20px;
}
.item-list-container.tool h6 {
	width: calc(100% - 50px);
	margin: 0 auto;
}
.item-list-container.tool p{
	width: calc(100% - 50px);
	margin: 20px auto 0 auto;
}
.item-pic{
	position: relative;
}
.item-pic span.position{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 15px 15px 15px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    /*background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, transparent 100%);*/
    border-radius: 0 0 6px 6px;
}
/* gift item begin*/
div.gift-item{	
	position:relative;	
	display:block;
	width:100%;
    /*max-width:390px;*/
	border:0;
	text-decoration:none;
	margin:0 auto;
	text-align:left;
}
div.gift-item a{
    text-decoration: none;
    color: #222222;
}
div.gift-item img{
	display:block;
	width:100%;
	max-width:298.75px;
	max-height:203px;
	margin:0 auto;	
	border-radius: 6px;
}
@media screen and (max-width: 540px) {
    div.gift-item img{
        max-height:130px;
    }
}
.category-span{
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 5px 10px;
	background: #cccccc;
	color: #ffffff;
	border-radius: 8px;
	z-index: 3;
	font-size: 17px;
}
.category-span.land{
	background: #489b48;
}
.category-span.factory{
	background: #2e69b3;
}
.category-span.house{
	background: #ed8242;
}
div.gift-item span.number{
	margin:10px 0 5px 0;
	display: block;	
    padding:0;   
    color: #707070;
    font-size: 15px;
}
div.gift-item label.price{	
	display:block;
	margin:0 0 5px 0;
    font-size:26px;
    color:#c50000;
	cursor:pointer;
	font-weight: bold;
}
div.gift-item label.font {
    display: block;
    padding: 0;
    margin: 0;
    color: #222222;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.6;
}
div.gift-item span.position {cursor: pointer;}
div.gift-item img{cursor:pointer;}	
div.gift-item span.rent,
div.gift-item span.sale{
	display: inline;
	font-size: 18px;
	padding: 2px 5px;
	margin-right: 10px;
	color: #ffffff;
	border-radius: 8px;
	font-weight: 600;
}
div.gift-item span.rent{
	background-color: #2d9b1f;
}
div.gift-item span.sale{
	background-color: #e03321;
}
.item-pic{ 
	position:relative;
	width:100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: center;  
	background-color: #f9f9f9; 
	border-radius: 6px; 
    display: block;
}
@media screen and (max-width: 860px) {
	.item-list-container.tool h4,
	.item-detail-container .h3 {
	    font-size: 22px;
	    padding: 10px 0;
	}
	.item-list-container .h3,
	.gift-list-container .h3 {
	    font-size: 24px;
	    margin: 40px auto 5px auto;
	}
	.item-list-container .h3 span,
	.gift-list-container .h3 span {
	    top: -18px;
	    padding: 0 15px;
	}	
	.item-list-container .h3 {
	    width: calc(100% - 5px);
	    margin: 40px auto 5px 0;
	}
	.item-pic .position{
	    padding: 15px 10px 5px 10px;
	    font-size: 16px;
	}
	div.gift-item span {
	    margin: 15px 0 7px 0;
	    font-size: 14px;
	}
	div.gift-item label.price{
	    margin: 0 0 5px 0;
	    font-size: 19px;
	}
	div.gift-item label.font {
	    font-size: 14px;
	    letter-spacing: -0.3px;
	}
	div.gift-item span.rent,
	div.gift-item span.sale{
		font-size: 15px;
		padding: 2px 4px;
		margin: 0 5px 0 0;
	}
}
/* gift item end */


/*Breadcrumb begin*/
.Breadcrumb {
    width: 100%;
    padding: 10px 30px 20px 30px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.Breadcrumb ul{margin:0;padding:0;display:inline-block;}
.Breadcrumb ul li u,.Breadcrumb ul li{display:inline-block;font-size:15px;margin:0;}
.Breadcrumb ul li u{font-weight: bolder;}
.Breadcrumb a { color:blue;}
  @media screen and (max-width: 1100px) {
	.Breadcrumb{ 
		padding:0 10px 10px 10px;
		}
}	
/*Breadcrumb end*/

.search-option{
	display: block;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	padding: 0 25px;
	margin-bottom: 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.Breadcrumb ul li u, .Breadcrumb ul li {
	    font-size: 14px;
	}
	.search-option{
		padding: 0;
	}
}	


.tr-title{
	font-size: 23px;
	padding: 20px;
	width: 50%;
	text-align: center;
	color: #fff;
}


/*item content begin*/
body.item-detail-body{
    font-size: 100%;
}
.font-size-78{
    font-size: 78%;
}
.header-item-bg{
    background-image: url(../img/header_item_bg.jpg);
    width: 100%;
    background-position: center 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}
.header-item-bg{
    display: block;
    padding: 5% 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.header-item-bg .h2{
    display: block;
    font-size: 40px;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 15px 0;
    word-break: break-all;
    font-weight: bold;
}
.header-item-bg ul{
    display: block;
    padding: 0;
    margin: 0;
}
.header-item-bg ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}
.header-item-bg ul li:not(:last-child)::after {
    display: inline-block;
    margin: 0 10px;
    color: #cccccc;
    font-size: 14px;
    content: "/";
}
.header-item-bg ul li a{
    text-decoration: none;
    color: #ffffff;
}
.header-item-bg ul li a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    .header-item-bg{
        padding: 10% 10px;
    }
    .header-item-bg .h2{
        font-size: 8vw;
    }
    .header-item-bg ul li{
        font-size: 15px;
    }
}   

.head-title{
    display: block;
    width: 100%;
    padding: 30px 0;
}
.head-title .h1{
    display: inline-block;
    margin: 0;
    line-height: 1.1;
    font-size: 220%;
    font-weight: bolder;
}
.head-title span{
    float: right;
    color: #707070;
    margin-top: 15px;
}
.head-title div{
    display: inline-block;
}
.head-title span b{
    margin-right: 10px;
}
.head-title .h1 label.rent, 
.head-title .h1 label.sale {
    display: inline-block;
    font-size: 70%;
    padding: 7px 8px;
    margin-right: 0;
    color: #ffffff;
    border-radius: 13px;
    font-weight: 600;
    vertical-align: top;
}
.head-title .h1 label.rent {
    background-color: #2d9b1f;
}
.head-title .h1 label.sale {
    background-color: #e03321;
}
@media screen and (max-width: 960px) {
    .head-title .h1{
        margin: 0 0 5px 0;
        font-size: 180%;
    }
    .head-title span{
        display: block;
        float: none;
        margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
    .head-title {
        padding: 20px 0;
    }  
    .head-title .h1 {
    	width: 100%;
        margin: 0 0 10px 0;
    }
    .head-title span {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .head-title div{
        width: calc(100% - 55px);
    }
    .head-title .h1 label.rent, .head-title .h1 label.sale {
        font-size: 90%;
        padding: 6px 8px;
    }
}
.item-spec{
    display: block;
    width: 100%;
}
.item-spec img{
    display: block;
    width: 100%;
}
.item-spec img.large{
    display: block;
    width: auto;
    max-width: 715px;
    height: auto;
    max-height: 536px;
    margin: 0 auto;
}
.item-spec img.small{
    display: block;
    width: 100%;
    max-width: 105px;
    height: 100%;
    max-height: 78.75px;
}
.item-spec ul{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.item-spec ul li{
    display: inline-block; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align: top;
}
.item-spec ul li:first-child{
    width: calc(58% - 4px);   
}
.item-spec ul li:last-child{
    width: calc(42% - 4px);  
    padding-left: 1%;/*調整左上圖片 與 Agent的間距*/
}
@media screen and (max-width: 960px) {
    .item-spec ul li:first-child,
    .item-spec ul li:last-child{
        width: 100%;    
    }
}  
@media screen and (max-width: 640px) {
    .item-spec img.large{
        max-width: 463px;
        max-height: 266px;
    }
    .item-spec img.small{
        height: 60px;
    }
}
@media screen and (max-width: 480px) {
    .item-spec img.large{
        max-width: 408px;
    }
    .item-spec img.small{
        height: 50px;
    }
}
/*20250311 解決Detail圖片被截斷*/
@media screen and (max-width: 440px) {
    .item-spec img.large {
        max-width: 320px;
    }
}
.gallery-top {
    width: 100%;
}
.gallery-thumbs {
    width: calc(100% - 6px);
    padding: 10px 3px!important;
}
.gallery-thumbs .swiper-slide {
    width: auto;
    max-width: 105px;
    height: auto;
    max-height: 78.75px;
    margin: 0;
    outline: 3px solid #eeeeee;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    outline: 3px solid #489b48;
}
.list-price{ 
    padding:0;
}
.list-price-currency{ 
    display:inline-block;
    margin:0 5px 0 0;  
    font-size:21px;
    color:#444444;   
}
.list-price-vaule {
    display:inline-block; 
    color:#d9210e; 
    font-size:26px; 
    line-height: 1;
    vertical-align: middle;
    font-weight:bold;
}
.list-price-unit{
    display:inline-block; 
    font-size:130%;
    color:#000000;  
    vertical-align: bottom;  
    margin:0 0 0 0px;
    background: url(../images/reduction.gif) right 15px center no-repeat;
}   
ol.spec-note {
    margin: 15px 0;
    padding: 0;
    color: #707070;
    font-size: 17px;
}
ol.spec-note li{
    display: block;
    margin: 0 0 10px 0;/*dean*/
    color: #222222;
}
.cssAgencyName{
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}
ol.spec-note li:first-child {
    width: 100%;
}
ol.spec-note li:last-child {
    width: 100%;
    padding: 0 0 5% 0;
    margin: 0;
    border-bottom:1px solid #cccccc;
}
ol.spec-note li span{
    display: inline-block;
    /*min-width: 100px;dean*/
    color: #999999;
}
/*ol.spec-note li a{
    color: #ffffff;
    text-decoration: none;
}*/
/*ol.spec-note li a:hover{
    color: #222222;
    text-decoration: underline;
}*/
.agent-info i{
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 36px;
    border-radius: 100%;
    color: #aaaaaa;
    border: 2px solid #dddddd;
    vertical-align: middle;
}
.agent-info ol.spec-note{
    display: inline-block;
    width: 100%;
    /* width: calc(100% - 80px);*/
    margin: 0;
    vertical-align: middle;
    padding-left: 10px;
}
.agent-info ol.spec-note li:last-child {
    border-bottom:0;
    padding: 0;
}
a.agent-phone{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size: 30px;
    font-weight: bold;
    padding: 8px 0;
    margin: 10px 0 5px 0;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.agent-phone i{
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: 22px;
}
a.agent-phone:hover{
    background: #222222!important;
}


a.cssQAImpeach {
    border-radius: 10px;
    display: inline-block;
    width: auto;
    height: 54px;
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    padding: 0 15px;
    background: #4d4d4d;
    color: #ffffff;
    border: 1px solid #cccccc;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.add-line{
    position: relative;
    display: block;
    width: 100%;
    height: 57px;
    line-height: 54px;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size: 21px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
    background: #ffffff;
    color: #222222;
    border: 2px solid #cccccc;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.add-line i{
    font-size: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #18c918;
}
a.add-line:hover{
    color: #ffffff;
     background: #222222!important;
}
@media screen and (max-width: 960px) {
    .item-spec ul li:last-child {
        width: 100%;
        padding-left: 0;
    }
    .list-price-unit {
        margin-bottom: 10px;
        font-size: 150%;
    }   
}

@media screen and (max-width: 640px) {
    a.add-line {
        height: 61px;
        line-height: 61px;
        font-size: 20px;
    }
    a.add-line i{
        font-size: 40px;
        left: 8px;
        top: 8px;
    }
    ol.spec-note {
        font-size: 17px;
    }
    .agent-info i{
        display: none;
    }
    .agent-info ol.spec-note {
        width: 100%;
        padding-left: 0;
    }
    .list-price-vaule {
        font-size: 30px;
    }      
    .list-price {
        margin-top: 10px;
    }
    a.agent-phone {
        font-size: 27px;
    }
    a.agent-phone i {
        top: 14px;
    }
}


.detail-feature-box {
    padding-top: 30px;
}

.detail-house-box {
    padding: 22px 0;
    border-bottom: 1px solid #eee
}
.detail-house-box .detail-house-name {
    font-size: 18px;
    color: #888;
    font-weight: 600;
    margin-right: 75px;
    float: left;
    line-height: 36px
}
@media only screen and ( max-width: 1190px) {
    .detail-house-box .detail-house-name {
        margin-right:50px
    }
}
.detail-house-box .detail-house-content {
    overflow: hidden
}
.detail-house-box .detail-house-content .detail-house-item {
    width: 33.3%;
    float: left;
    line-height: 36px
}
@media only screen and ( max-width: 640px) {
    .detail-house-box .detail-house-content .detail-house-item {
        width:100%;
    }
}
.detail-house-box .detail-house-content .detail-house-item .detail-house-key {
    float: left;
    font-size: 18px;
    color: #888;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    min-width: 65px;
    width: -moz-max-content;
    width: max-content
}
.detail-house-box .detail-house-content .detail-house-item span {
    float: left
}
.detail-house-box .detail-house-content .detail-house-item .detail-house-value {
    float: left;
    font-size: 18px;
    color: #333;
    word-break: break-all;
}
.detail-house-box .detail-house-content .detail-house-item .detail-house-life {
    float: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 2px;
    margin-top: 2px
}
.detail-feature-box .detail-house-feature {
    font-size: 18px;
    color: #888;
    font-weight: 600;
    margin-right: 50px;
    float: left
}
@media only screen and ( max-width: 1190px) {
    .detail-feature-box .detail-house-feature {
        margin-right:30px
    }
    .detail-house-box .detail-house-content{
        width: 100%;
    }
}
.detail-feature-box .detail-feature-content {
    margin-right: 50px;
    margin-left: 146px;
    font-size: 18px
}
@media only screen and ( max-width: 1190px) {
    .detail-feature-box .detail-feature-content {
        margin-left:125px
    }
}
.detail-feature-box .detail-feature-content .detail-feature-text {
    line-height: 32px;
    /*user-select: none; dean*/
    max-height: none;
    font-size: 17px;
}
.detail-feature-box .detail-feature-content .detail-feature-text ul {
    padding-left: 30px;
    list-style: disc
}
.detail-feature-box .detail-feature-content .detail-feature-more {
    font-size: 18px;
    color: #04d;
    margin-top: 30px;
    cursor: pointer;
    display: none;
    text-decoration: underline
}
.item-picture-list{
    display: block;
    width: 100%;
    margin-top: 5%;
}
.item-picture-list ul{
    display: block;
    padding: 0;
    margin: 0;
}
.item-picture-list ul li{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom :30px;/*dean*/
}
.item-picture-list img{
    border-radius: 6px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.picture-img-area{
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center; 
    background-color: #f9f9f9; 
}    
.picture-note{
    display: block;
    margin: 10px 0;
    font-size: 15px;
    text-align: center;
}

@media only screen and ( max-width: 640px) {
    .detail-feature-box .detail-feature-content .detail-feature-text {
        font-size: 16px;
        line-height: 1.5;
        height: auto;
    }
    .detail-feature-box .detail-house-feature {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }    
    .detail-feature-box .detail-feature-content {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        overflow-x: auto;
    }
}

.swiper-slide {
    height: auto!important; 
    align-items: center;
    display: flex;
    position: relative;
    text-align: center;
}

.detail-feature-text ol{
    padding: 15px;
}
ul.message {
    margin-top: 2%; /*dean*/
    font-size: 135%; /*dean*/
}
ul.message li{
    display: inline-block;
    width: calc(100% - 150px);
    margin-bottom: 10px;
}
ul.message li:nth-of-type(odd){
    width: 130px;
}
ul.message li textarea,
ul.message li input {
    width: 100%;
    color: #222222;
    padding: 10px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    outline: 0;
    border-radius: 4px;
    vertical-align: middle;
}
ul.message li textarea:focus,
ul.message li textarea:active,
ul.message li input:focus,
ul.message li input:active{
    background: #f0f0f0;
}

.send-btn{
    display: inline-block;
    margin: 30px auto;
    padding: 15px 40px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border: 0;
}
.send-btn.check-google-map{
    margin: 30px 5px;
    padding: 15px 30px;
}
.send-btn:hover{ 
    background-color:#222222!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #222222;
}
.item-spec img.qr-code{
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
}
.item-spec img.social-icon{
    display: inline-block;
    width: auto;
    height: 60px;
    vertical-align: middle;
}
span.print{
    display: inline-block;
    background-color: #f0f0f0;
    color: #222222;
    font-size: 16px;
    margin: 10px 0 0 5px;
    padding: 5px 8px 5px 10px;
    border: 1px solid #cccccc;
    border-radius: 12px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}
.fa-solid.fa-print.fa-fw{
    font-size: 22px;
    color: #222222;
    margin-left: 3px;
    vertical-align: text-top;
}
@media only screen and ( max-width: 1200px) {
    span.print{
        float: right;
        margin: 0;
    }
    .item-spec img.social-icon{
        height: 50px;        
    }
}
@media only screen and ( max-width: 640px) {
    .item-spec img.qr-code{
        display: none;
    } 
    span.print{
        margin: -6px 0 10px 0;
        zoom: 90%;
    }
}


@media print {
  * {
    -webkit-print-color-adjust: economy !important;
  }
}
.cssVRTabs ul {
    margin: 10px 0;
    padding: 0;
}
.cssVRTabs ul li{
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.cssVRTabs ul li a{
    display: block;
    padding: 10px 20px;
    color: #222222;
    text-decoration: none;
}
.ui-tabs-active.ui-state-active{
    background-color: #707070;
}
.cssVRTabs ul li.ui-tabs-active.ui-state-active a{
    color: #ffffff;
}
.traking-note {
    color: red !important;
    font-size: 75%; /*dean*/
    letter-spacing: 0;
}
.item-last .swiper-slide {
    vertical-align: top;
    display: inline-block;
}
.item-last .swiper-slide div.add-mask{
    line-height: 1.5;
    word-break: break-all;
    display: block; 
    padding:0;
    margin:0;    
    color: #222222;
    font-size: 17px;
    text-decoration: none;
}
div.add-mask a {color: blue;text-decoration:underline ;}
.wrapper {
    padding: 0;
}
.mobile-header {
    width: 100%;
}
h1{
    color: #999999;
    margin: 0;
}
.h1-container{
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 20px;
}
@media only screen and ( max-width: 640px) {
    .h1-container{
        display: none;
    }
}
/*item content end*/


/*DEAN*/
@media screen and (max-width: 1200px) {
    .iframe-google {
        padding-bottom: 42.25%;
    }
}
/*DEAN*/
@media screen and (max-width: 960px) {
    .iframe-google {
        padding-bottom: 67.25%;
    }
}
/*DEAN*/
@media screen and (max-width: 640px) {
    .iframe-google {
        padding-bottom: 87.25%;
    }
}