.contact-us { width:100%; background:#FFF; border:1px solid #e2e2e2; border-radius:4px; }

.contact-us-title { width:100%; border-bottom:1px solid #e2e2e2; text-align:center; }
.contact-us-title h2 { font-size:34px; color:#515151; }

.contact-us-form { width:100%; padding:20px; float:left; border-right:1px solid #DDD; margin:20px 0; }
.contact-us-form input[type="text"],input[type="email"],input[type="number"], .contact-us-form textarea, .contact-us-form select { width:100%; font-size:16px; color:#444; padding:18px 14px; border:1px solid #d7d7d7; border-radius:5px; }
.contact-us-form button { width:100%; font-size:20px; color:#FFF; background:#0088CC; padding:18px 14px; border:1px solid #0088CC; }
.contact-us-form input[type="text"]:focus, .contact-us-form textarea:focus, .contact-us-form select:focus { outline:0;}

.contact-us-info { width:100%; float:left; padding:0;}
.contact-us-info h3 { font-size:28px; color:#515151; }
.contact-us-info p { font-size:16px; color:#515151; }
.contact-us-info p.info_time { font-size:16px; color:#515151; margin:14px 0 0 0; }

.info_mo { width:100%; margin:5px 0;}
.info_mo i { font-size:24px; color:#515151; margin-right:10px; }
.info_mo a { width:100%; font-size:24px; color:#515151; margin:5px 0;  }

.info_whats { width:100%;}
.info_whats a { width:100%; float:left; font-size:20px; color:#FFF; background:#39b54a; padding:18px 0px; margin:20px 0; text-align:center; }

.wrapper-dropdown-4 {
	font-size:16px;
    position: relative;
    min-width: 100%;
    padding:18px 14px;
    background: #fff;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    outline: none;
    z-index: 999;
    float: left;
    border-radius: 5px;
    margin-bottom: 15px;
}
.dd .dropdown { z-index: 999;}
.dd.active .dropdown { z-index: 99999;}
.sort .dropdown { z-index: 999;}
.sort.active .dropdown { z-index: 99999;}
.sortno .dropdown { z-index: 999;}
.sortno.active .dropdown { z-index: 99999;}


.shop-d {
    min-width: 210px;
}
.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #00837e transparent;
}

.wrapper-dropdown-4 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	padding:0;
	margin:0;
    background: white;
    border: 1px solid #d7d7d7;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-4 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-4 .dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown-4 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-4 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}
.wrapper-dropdown-4 .dropdown li:hover a {
    background: #f3f8f8;
}
.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.no-opacity .wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1; 
    pointer-events: auto; 
}

.no-opacity       .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block;
}
/*#############################*/


@media only screen and (max-width : 540px) {
	.contact-us-title h2 { font-size:30px;}
	.contact-us-info h3 { font-size:24px; }
	.info_mo i { font-size:20px; }
	.info_mo a { font-size:20px; }
	.contact-us-form button { font-size:18px; }
	.info_whats a { font-size:18px; }
	.contact-us-form { border-right:0; padding:0; }
=======
.contact-us { width:100%; background:#FFF; border:1px solid #e2e2e2; border-radius:4px; }

.contact-us-title { width:100%; border-bottom:1px solid #e2e2e2; text-align:center; }
.contact-us-title h2 { font-size:34px; color:#515151; }

.contact-us-form { width:100%; padding:20px; float:left; border-right:1px solid #DDD; margin:20px 0; }
.contact-us-form input[type="text"],input[type="email"],input[type="number"], .contact-us-form textarea, .contact-us-form select { width:100%; font-size:16px; color:#444; padding:18px 14px; border:1px solid #d7d7d7; border-radius:5px; }
.contact-us-form button { width:100%; font-size:20px; color:#FFF; background:#00837e; padding:18px 14px; border:1px solid #00837e; }
.contact-us-form input[type="text"]:focus, .contact-us-form textarea:focus, .contact-us-form select:focus { outline:0;}

.contact-us-info { width:100%; float:left; padding:0;}
.contact-us-info h3 { font-size:28px; color:#515151; }
.contact-us-info p { font-size:16px; color:#515151; }
.contact-us-info p.info_time { font-size:16px; color:#515151; margin:14px 0 0 0; }

.info_mo { width:100%; margin:5px 0;}
.info_mo i { font-size:24px; color:#515151; margin-right:10px; }
.info_mo a { width:100%; font-size:24px; color:#515151; margin:5px 0;  }

.info_whats { width:100%;}
.info_whats a { width:100%; float:left; font-size:20px; color:#FFF; background:#39b54a; padding:18px 0px; margin:20px 0; text-align:center; }

.wrapper-dropdown-4 {
	font-size:16px;
    position: relative;
    min-width: 100%;
    padding:18px 14px;
    background: #fff;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    outline: none;
    z-index: 999;
    float: left;
    border-radius: 5px;
    margin-bottom: 15px;
}
.dd .dropdown { z-index: 999;}
.dd.active .dropdown { z-index: 99999;}
.sort .dropdown { z-index: 999;}
.sort.active .dropdown { z-index: 99999;}
.sortno .dropdown { z-index: 999;}
.sortno.active .dropdown { z-index: 99999;}


.shop-d {
    min-width: 210px;
}
.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #00837e transparent;
}

.wrapper-dropdown-4 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	padding:0;
	margin:0;
    background: white;
    border: 1px solid #d7d7d7;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-4 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-4 .dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown-4 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-4 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}
.wrapper-dropdown-4 .dropdown li:hover a {
    background: #f3f8f8;
}
.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.no-opacity .wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1; 
    pointer-events: auto; 
}

.no-opacity       .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block;
}
/*#############################*/


@media only screen and (max-width : 540px) {
	.contact-us-title h2 { font-size:30px;}
	.contact-us-info h3 { font-size:24px; }
	.info_mo i { font-size:20px; }
	.info_mo a { font-size:20px; }
	.contact-us-form button { font-size:18px; }
	.info_whats a { font-size:18px; }
	.contact-us-form { border-right:0; padding:0; }
>>>>>>> 8c53fa7bcae1200c93f9611c5b736ab884312d41
}