@charset "UTF-8";
/* CSS Document */

@media (max-width: 544px) {
  h1 {
    margin: 0;
    font-size: 26px;
    padding: 0px;

  }
  .tip_top .top_txt h1, .tip_top .top_txt p {
      width: 100%!important;
      padding: 0  10px;
  }
  h2 {
    font-size: 22px;
    line-height: 150%;
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 18px;
    width: 90%;
  }
  p {
    font-size: 14px;
  }

#popupDemo, #popupLogin {
   /* width: 90%;
    margin-left: 5%;
    margin-top: 10px;*/
    padding: 0px;
  }
  #popupDemo h2 {
    padding-bottom: 20px;
    padding-left: 0px;
    margin: 0;
  }

  /* header start */

  img.logo {
    width: 130px;
  }

  /* nav bar */
  nav .icon {
    position: absolute;
    right: 23px;
    top: 15px;
    display: block;
  }
  nav .icon:hover {
    text-decoration: none;
    cursor: pointer;
  }
  nav .login_demo {
    margin: 3px 20px 0 0;
  }
  .navbar {
    height: 55px;
  }
  nav .btn {
    font-size: 12px;
    padding: 3px 5px;
  }
  nav .btn span {
    display: none;
  }
.navbar .menu {
    display: none;
    position: absolute;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    top: 50px;
    left: 0;
    z-index: 30;
    height: 550px;
    width: 100%;
    overflow: scroll;
  }
.navbar .menu::-webkit-scrollbar {
    width: 1em;
  }
.navbar .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
.navbar .menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  nav .menu_inner {
    position: relative;
    display: block;
    padding: 10px;
    width: 100%;
  }
  .pulldown .menu_inner {
  	display: block;
  	float:left;
  	padding: 0px;
  	width: 50%;
  }
  .pulldown:AFTER{
  	clear: both;
  	width: 100%;
  	content: '';
  	display: block;
  }
  .product_menu, .resource_menu, .company_menu,.have_sub {
    position: relative;
    top: 0;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: none;
    box-shadow: none;
    background: #fff;
  }
  .sub_menu {
  	/*height: 140px;*/
  }
  .pulldown {
  	position:relative;
  	top: auto;
  	left: auto;
  }
  .pulldown.product_menu {
    height: 350px;
  }
  .pulldown.resource_menu {
    height: 140px;
  }
  .product_menu:after, .resource_menu:after {
    display: none;
  }
  .pulldown.resource_menu a{
    padding: 10px;
  }
  .pulldown a {
    font-size: 12px;
    width: 100%;
    padding: 10px;
    height: 70px;
  }

  /* click dropdown */
  .clicked {
    display: block!important;
  }

  /* home page top */
  .top {
    min-height: 390px;
  }
  .top_txt p {
    padding-top: 20px;
  }
  .btn_wrap .btn {
    padding: 5px 12px;
    font-size: 14px;
    margin-top: 10px;
  }
  .top_img {
    min-height: 390px;
  }
  .top_img.product {
    min-height: 460px;
  }
  .top_img.home, .top_img.advantage, .top_img.product, .top_img.price, .top_img.resource, .top_img.article, .top_img.company {
    background-size: 200%;
  }
  .top_txt {
    padding-top: 30px;
    padding-left: 20px;
    width: 100%;
  }
  .bg_p1 {
    background-position: center 350px;
    background-size: 200%;
  }
  /* advantage */
  .advantage p.sub_title {
    height: 0;
  }
  .advantage .col-sm-4 {
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
  }

  /*product*/
  .product {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9f1fc), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #d9f1fc);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #d9f1fc);

    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #d9f1fc);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #d9f1fc);
  }
  .product_txt {
    padding-left: 30px;
    padding-top: 0px;
    width: 100%;
  }
  .product_txt li {
    padding-top: 10px;
    font-size: 14px;
  }
  .product_txt li.hit {
    font-size: 18px;
  }
  .product .btn_wrap {
    margin-top: 40px;
  }
  .product01_bg, .product02_bg, .product03_bg {
    background-size: 200%;
    background-position-y: 55px;
  }
  .child_product {
    margin-top: 250px;
    padding: 40px 20px;
    background: #fff;
  }
 .product_top .child_product {
    margin-top: 0px;   
  }
  .product_main.child .right_text, .product_main.child .left_text {
    padding: 0 20px;

  }
  .product_main_img {
        height: 225px;
  }
  .pre_next_wrap {
    padding: 40px 20px;
  }
  .pre_next_wrap div {
    width: 100%;
  }
  .pre_next_wrap a.next {
    font-size: 14px;
    background-size: 40px;
    padding: 10px 0px 17px 45px;
  }
  .pre_next_wrap a.pre {
    display: none;
  }
  .pre_next_wrap a span {
    font-size: 11px;
  }
  /* Zen of hiting tips */
  .tips .col-sm-4 {
    padding-bottom: 20px;
  }
  .tips_inner {
    width: 50%;
    min-height: 250px;
  }
  .tip_txt {
    font-size: 14px;
  }
  .article img {
    width: 80%;
  }
  .blog_wrap {
    width: 80%;
    margin: 20px auto;
  }
  /* footer */
  .contact_wrap p {
    font-size: 14px;
    padding-left: 20px;
    padding-top: 5px;
  }
  .footer_blog_link a {
    width: 100%;
    margin-top: 20px;
  }

  /* product page */
  .col-md-5.left_text {
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
  }
  .browser_wrap {
  	height: auto;
  	min-height:0px;
  }
  .browser_wrap .col-md-7 {
    position: relative;
  }
  .browser_wrap .right_browser, .browser_wrap .left_browser,.browser_wrap .bottom_browser {
    left: 0;
    height: 225px;
  }
  .right_browser .crop, .left_browser .crop {
    height: 500px;
  }
  .col-md-5.right_text {
    left: 0;
    padding-top: 20px;
    padding-left: 30px;
  }
  .price_left_text p, .price_right_text p {
    float: none;
    width: 90%;
    margin: 0 20px;
  }
  .demo_footer_inner {
    padding: 30px;
    float: none;
  }
  .demo_footer img {
    float: right;
    padding-bottom: 30px;
    width: 100%;
  }

  /* tips page */
  .tip01_top_img {
    background-size: 50%;
    background-position: center top;
    margin: 0;
  }
  .tip_top .top_txt {
    padding-top: 200px;
  }
  .list_con p.sub_title {
    font-size: 18px;
    line-height: 140%;
    background: url(../images/square.gif) no-repeat 0px 7px;
  }
  .article ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
  }


  /* company page */
 .company_wrap,.container-fluid.company {
 	display: block;
 }
  .company_wrap .left_menu {
     display: block;
     width: 100%;
     top: auto;
  }
   .company_wrap .right_contents {
   display: block;
  }
	.pageDemo .txt-row {
   margin-bottom: 8px; 
  }
  .pageDemo p {
   font-size: 14px;
  }
  .pageDemo #popupDemo input {
    padding: 8px 10px;
	}

}
