/*=================custom.CSS author:OZCHAMP | Nini=================*/
a,button,input,textarea,li { 
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body, html { width: 100%; height: 100%; }
body { color:#111; font-family: Arial,'Microsoft JhengHei', Helvetica, sans-serif;   font-size: 16px; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

.bg-c { background: #FCFCFC; }

a:link { color:#111; text-decoration: none; }
a:visited { color:#111; text-decoration: none; }
a:hover { color:#A0A0A0; text-decoration: none;}
a:active { color:#A0A0A0; text-decoration: none; }
a:focus {  outline: none; }

ul { padding:0;     margin: 0;}
ul li { list-style: none; }

div, a, ul, ul li, span, table, table tr, table tr td, p, h1, h2, h3, h4, h5, input, select, option { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
}



.pd20 { padding:20px; }

.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }

.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }

.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }

.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }

.radius2 { -moz-border-radius: 2px; /* Firefox */  
  -webkit-border-radius: 2px; /* Safari, Chrome */  
  -khtml-border-radius: 2px; /* Konqueror */  
  border-radius: 2px; /* Opera 10.50 and later (CSS3 standard) */  }


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*======================@2 header start ==========================*/
  .header { 
    min-height:70px; background: #252525;
    -webkit-box-shadow: 0 100px 70px -70px rgba(255, 255, 255, 0.25) inset;
    -moz-box-shadow: 0 100px 70px -70px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 100px 70px -70px rgba(255, 255, 255, 0.25) inset;
  }
  .header img { float:left; }
  .header h1 {     font-weight: 600; display: inline-block; margin:0 0 0 10px;     vertical-align: middle; font-size: 24px; line-height: 1.2em; }
  .header .logo-wrap {     height: 70px; display: table-cell;  vertical-align: middle;  }
  .header a { color:#fff; }
  .header>.container>a { display: table; }
  .table-cell {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
   
  }
  @media (max-width:767px) {
    .table-cell {   padding:10px 0;}
    .header h1 {  display: block; font-size: 20px; }
  }

/*======================@3 footer start ==========================*/
  .footer { 
    background: #252525; 
    -webkit-box-shadow: 0 100px 70px -70px rgba(255, 255, 255, 0.25) inset;
    -moz-box-shadow: 0 100px 70px -70px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 100px 70px -70px rgba(255, 255, 255, 0.25) inset;
  }
  .footer .copyright { margin:20px 0; font-size: 13px; color: #4E4E4E; }
  .footer .copyright a { color:rgba(255,255,255,.27); padding-left:15px; }
  .footer .copyright a:hover { color:rgba(255,255,255,.4); }
  .footer .contact-info li { float:left; padding-right:10px; }
  .footer .contact-info.col-1 li { width:100%; }
  .footer .contact-info.col-2 li { width:50%; }
  .footer .contact-info.col-3 li { width:33.333%; }
  .footer .contact-info.col-4 li { width:25%; }
  .footer .contact-info.col-5 li { width:20%; }
  .footer .contact-info li table tr td:nth-of-type(1) { vertical-align: top; }
  .footer .contact-info {     line-height: 46px; background: #fff; margin:20px 0 0 0; padding:10px; color:#111!important; }
  .footer .contact-info .icon {
      border-radius: 2px 2px 2px 2px;
      box-shadow: none;
      display: block;
      height: 48px;
      margin: 0 16px 0 0;
      width: 48px;
      line-height: 45px;
      text-align: center;
      font-size: 25px;
      padding-left: 8px;
      color: #ffffff;
  }
  .footer .contact-info .line.icon {
      background-image: url(../images/icon/icon-line.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
  }
  .footer .contact-info .fb.icon {
      background-image: url(../images/icon/icon-fb.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
  }
  .footer .contact-info .fb.icon {
      background-image: url(../images/icon/icon-fb.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
  }
  .footer .contact-info table tr td:nth-of-type(1) { width:64px; }
  .footer .contact-info table tr td { line-height: 1.2em; width: 100%; font-size: 13px; word-break: break-word; }
  @media (max-width:991px) and (min-width:768px) {
    .footer .contact-info.col-1 li { width:100%!important; }
    .footer .contact-info li { width:50%!important; margin-bottom:5px; }
    .footer .contact-info.col-1 li:last-of-type,
    .footer .contact-info.col-3 li:last-of-type,
    .footer .contact-info.col-5 li:last-of-type { margin-bottom:0; }
  }
  @media (max-width:767px) {
    .footer .contact-info li { width:100%!important; margin-bottom:5px; }
    .footer .contact-info li:last-of-type { margin-bottom:0; }
  }


/*======================@4 index start ==========================*/
  .bank-list {
      font-size: 14px;
      display: block;
      text-align: center;
      padding: 4px 6px;
      background: #EAEAEA;
      border-radius: 3px;
      border: 1px solid #DFDFDF;
  }
  .bank-list img { display: none; margin:10px auto; max-width: 100%; }
  .bank-list:focus img { display: block; }

  .banner .banner-pic, .banner .banner-video { margin-bottom:20px; }
  .description { margin: 20px 15px; font-weight: 600; font-size: 21px; }
  .banner .banner-pic+.description { margin-top:0; }

  .box-shadow {-webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.17);
    box-shadow:  1px 1px 20px 0px rgba(0, 0, 0, 0.17);}

  .step-title { border-top:1px solid #111; }
  .step-title span { display: block; width:160px; margin:0 auto; margin-top:-17px;padding:0 20px; font-size: 23px; }
  .pd-list>div {  padding:20px;}
  .pd-list>div>.this-item {border:1px solid #cacaca; background: #fff;}
  .pd-list>div>.this-item .box-title { /*height: 49px;*/ /*overflow : hidden; text-overflow : ellipsis; white-space : nowrap;*/ font-size: 20px; font-weight: 600; padding:10px; background: #f9f9f9; border-top:1px solid #cacaca; }
  .pd-list>div>.this-item .box-content {  /*height: 118px;*/ overflow: hidden; font-size: 15px; color:#6B6B6B;     -webkit-font-smoothing: auto;  -moz-osx-font-smoothing: auto; padding: 10px; }
  .pd-list>div>.this-item .box-bottom { padding: 20px 10px 10px 10px; }
  .pd-list>div>.this-item .box-bottom .price { float:left; color:#d63c3c; font-size: 22px; }
  .pd-list>div>.this-item .box-bottom .count-box { float:right; }


  .count-box {
    display: block;
    /* overflow: hidden; */
    font-size: 18px;
    box-sizing: border-box;
    line-height: 2em;
    position: relative;
    height:40px;
  }
  .count-box a {
    display: block;
    float: left;
    text-align: center;
    color:#fff;
    width: 40px;
    height:100%;
    font-size: 20px;
    line-height: normal;
    padding-top: 10px;
    text-decoration: none;
  }
  .count-box input {
    display: block;
    float: left;
    text-align: center;
    width: 50px;
    height: 100%;
    border-top: none;
    border-bottom: none;
    color: #545454;
    font-size: 16px;

    background-color: #f3f3f3;
    border:none;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }

  .count-box .stock {
    position: absolute;
    font-size: 14px;
    color: #d84545;
    font-weight: bold;
    top: -18px;
    right: 3px;
    line-height: 1;
  }
  /* .stock-note {
    font-size: 14px;
    color: #d63c3c;
    font-weight: bold;
    padding: 0 10px;
    line-height: 2.2em;
    background: #f5e7e7;
    text-align: right;
  }
  .stock-note:empty { background-color: transparent; } */
  @media (max-width:991px) { 
    .pd-list>div>.this-item .box-content, .pd-list>div>.this-item .box-title { height:auto!important; }
  }

/*======================@4 success start ==========================*/
  .success .step-title span { width:180px; }
  .success .order-table { width:100%; border-collapse:collapse;  }
  .success .order-table tr th, .success .order-table tr td { padding: 5px }
  .success .order-table tr th { border-width: 1px; border-style: solid; font-size: 18px; }
  .success .order-table tr td { border:1px solid #D8D8D8; background: #fff; }
  .success .order-table tr th.name { text-align: left; }
  .success .order-table tr th.unitprice { text-align: right; }
  .success .order-table tr th.qty { text-align:center;  }
  .success .order-table tr th.subtotal { text-align: right; }
  .success .order-table tr td.name { width:50% }
  .success .order-table tr td.unitprice { width:20% }
  .success .order-table tr td.qty { width:10%  }
  .success .order-table tr td.subtotal { width:20% }
  .success .order-table .total {     font-size: 22px;   color: #d63c3c;}
  .success .success-text .img { width:40%; }
  .success .success-text .text { padding:20px; }
  .success .success-text .text h1 { line-height: 30px; display: block; padding:20px 0; border-bottom:1px solid #111;border-top:1px solid #111; font-size: 24px; text-align: center; }

  .share{ margin:0; display:inline-block; text-align:center; }
  .share a:hover{ text-decoration:none;}
  .share li{ float:left; margin:5px; list-style:none;}
  .share li a{ display:inline-block; height:40px; width:40px; font-size:20px; color:#fff; text-align:center; padding:0; vertical-align:top; background-size:40px auto;background-repeat:no-repeat; text-indent:-99999px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;}
  .share .ln i{ display:inline-block; width:28px; height:40px; vertical-align:top;}
  .share li.wc #ckepop .separator, #ckepop .jiathis_separator, .share li.wc #ckepop .jtico{height:30px !important; line-height:30px !important; font-size:20px !important; background:none; color:#fff; text-align:center; padding:0 !important; margin:0; background-image:none !important;; vertical-align:top; display:block; font-family: 'Roboto', 'Microsoft JhengHei', sans-serif;}

  .share li.fb a{ background-image:url(../images/icon/icon-fb.jpg)}
  /*.share li.gg a{ background-color:#e24932;}*/
  /*.share li.tw a{ background-color:#33ccff;}*/
  .share li.ln a{ background-image:url(../images/icon/icon-line2.jpg)}
  .share li.wb a{ background-color:#d52b2b;}
  /*.share li.wc a{ background-image:url(../images/icon/icon-wechat.jpg); }*/
  /*.share li.fb-like a{ background-image:url(../images/icon/icon-fblike.png);}*/
  .share li.wb a{ background-image:url(../images/icon/icon-wb.jpg)}
  /*.share li.tw a{ background-image:url(../images/icon/icon-tw.jpg)}*/
  @media (max-width:991px) { 
    .success-text h1 {  font-size: 26px; text-align: center; }
  }
  @media (max-width:480px) { 
    .share-wrap .step-title { display: none; }
  }

/*=====================fix-cart=======================*/
  .fix-wrap { position: fixed; bottom:0; left:0; z-index: 1040;width:100%;}
  .btn-top {
      float:right;
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 10px 10px 0;
      border-radius: 20px;
      color: #fff!important;
      text-align: center;
      line-height: normal;
      padding-top:8px;
      font-size: 20px;
      -webkit-transition: 0.3s ease-in-out 0s;
      transition: 0.3s ease-in-out 0s;
  }
  .fix-cart { background: rgba(0,0,0,.7); clear:right; padding:10px 0; width:100%;}
  .fix-cart .info-wrap { color:#fff; } 
  .fix-cart .info-wrap .info-item { margin-right:10px; font-size: 22px;}
  .fix-cart .info-wrap .impor { color:#FFD02F; font-size: 33px;}
  .send-btn-wrap { width:100%; text-align: center; }
  .send-btn-wrap a { display: inline-block; position: relative; }
  .send-btn-wrap a,
  .send-btn-wrap a img,
  .send-btn-wrap a span { width:240px; max-width: 100%; }
  .send-btn-wrap a img { position: relative; z-index: 2; }
  .send-btn-wrap a span {
    position: absolute;
    left: 0;
    top: 17px;
    display: block;
    background-color: #c01111;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    border: 2px solid #ad0909;
    background-image: -webkit-linear-gradient(90deg, #c01111 49%, #d62424 53%);
    background-image: -moz-linear-gradient(270deg, #c01111 49%, #d62424 53%);
    background-image: linear-gradient(0deg, #c01111 49%, #d62424 53%);
  }
  .send-btn-wrap a:hover { opacity: .8; }

/*======================@0 form start ==========================*/
  .step3 .descc { margin-top:30px; line-height: 2em; }
  .contact-form { width:60%; margin:0 auto; }
  .contact-form .en { display: block; font-size: 12px; color: #777; }
  .contact-form .en.inline { display: inline-block; margin: 0 5px; }
  .contact-form input[type="text"], .contact-form textarea{
    padding: 10px;
    border: 1px solid #bababa;
    width:70%;
    background: #fff;
    color:#111;
    width:100%;
    -webkit-box-shadow: inset 0px 1px 3px 0px #d8d8d8;
    -moz-box-shadow: inset 0px 1px 3px 0px #d8d8d8;
    box-shadow: inset 0px 1px 3px 0px #d8d8d8;

    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;

    -moz-border-radius: 3px; /* Firefox */ -webkit-border-radius: 3px; /* Safari, Chrome */ -khtml-border-radius: 3px; /* Konqueror */ border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
  }
  .contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid rgb(140, 192, 227);
    -webkit-box-shadow: 0 1px 5px rgba(145, 209, 255, 0.83);
    -moz-box-shadow: 0 1px 5px rgba(145, 209, 255, 0.83);
    box-shadow: 0 1px 5px rgba(145, 209, 255, 0.83);
    outline: none;

  }

  .contact-form label { color: #111; font-weight: normal; }
  .contact-form { 
    padding:30px 0; 
    background: #f9f9f9;
    border:1px solid #d0d0d0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px; 
    border-radius: 3px;
  }
  .contact-form table { width: 100%; margin:0 auto; }
  .contact-form tr td { padding:5px 8px; }
  .contact-form tr td:nth-of-type(1) { text-align: right; width: 100px; }
  .contact-form tr td:nth-of-type(2) { padding-right:40px; }
  .contact-form tr.group-captcha  td:nth-of-type(2) { padding-right:0;}
  .contact-form tr.group-captcha  td:nth-of-type(3) {padding-right:40px;}
  .contact-form tr.address-wrap td:nth-of-type(1) {padding-top:14px; }
  /*.contact-form .group-captcha .captcha {  vertical-align: middle; float:left; padding-left:8px; }*/
  .contact-form  span.must { color:red!important; font-size: 16px; margin:0 5px; }
  .contact-form tr td .p-title {
    text-align: left;
    font-weight: bold;
    padding: 6px 16px;
    background-color: #e5e5e5;
    margin:5px 10px;
  }
  .same-radio { font-size: 13px; padding-left:10px; }
  .same-radio label { margin-bottom:0; }



  .rc-wrap {     padding: 9px 0 5px; }

  input[type="radio"],input[type="checkbox"] {
    display:none;
  }
  input[type="radio"] + label, input[type="checkbox"] + label {
      font-size: 13px;
      margin-right:10px;
      
  }
  input[type="radio"] + label span, input[type="checkbox"] + label span {
      display:inline-block;
      width:14px;
      height:14px;
      background:#fff;
      border:1px solid #BABABA;
      cursor:pointer;
      margin:-3px 5px 0 0;
      vertical-align:middle;
      box-shadow: inset 0px 0px 2px 1px rgba(215, 215, 215, 0.72);
      
  }
  input[type="radio"]:checked + label span div, input[type="checkbox"]:checked + label span div {
      width:8px;
      height:8px;
      margin:2px auto;

  }
  input[type="radio"] + label span, input[type="radio"]:checked + label span div {
      border-radius: 50%; 
      -webkit-border-radius: 50%; 
      -moz-border-radius: 50%; 
      -o-border-radius: 50%; 
  }
  input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span div {
      border-radius: 2px; 
      -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
      -o-border-radius: 2px; 
  }
  input[type="radio"]:checked + label span div {
      background:#444;
  }
  input[type="checkbox"]:checked + label span div  {
      background: url(../images/icon/tick.png) no-repeat center center;
  }
  select::-ms-expand {    display: none;}
  select.area {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: right center;
      background-repeat: no-repeat;
      -moz-border-radius: 3px; /* Firefox */ -webkit-border-radius: 3px; /* Safari, Chrome */ -khtml-border-radius: 3px; /* Konqueror */ border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
      
      border: 1px solid #bababa;
      cursor: pointer;
      margin: 0 0 10px 0;
      padding:0 10px;
      height: 44px;
      -webkit-box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      -moz-box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      background: url(../images/icon/selectarr.png) no-repeat right center #fff;
  }
  select.qty {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: right center;
      background-repeat: no-repeat;
      -moz-border-radius: 0; /* Firefox */ -webkit-border-radius: 0; /* Safari, Chrome */ -khtml-border-radius: 0; /* Konqueror */ border-radius: 0; /* Opera 10.50 and later (CSS3 standard) */
      font-size: 15px;
      cursor: pointer;
      margin: 0 0 10px 0;
      padding:0 42px 0 10px;
      height: 40px;
      border: 1px solid #d6d6d6;
      background: url(../images/icon/selectarr.png) no-repeat right center #f3f3f3;
  }
  select:focus { outline: none; }

/*======================@0 form start ==========================*/
  @media (min-width:768px) and (max-width:1199px) { 
    .contact-form { width:700px; }

    /*FIXBOX*/
    .fix-cart .info-wrap .info-item {font-size: 16px;}
    .fix-cart .info-wrap .impor {font-size: 26px;}
    .send-btn-wrap a,
    .send-btn-wrap a img,
    .send-btn-wrap a span { width: 216px; }

  }
  @media (max-width:1199px) {  
    .footer .contact-info>div { margin-bottom:10px; } 
  }
  @media (max-width:991px) { 
    .fix-cart .info-wrap .info-item {font-size: 14px;}
    .fix-cart .info-wrap .impor {font-size: 24px;}
    
  }
  @media (max-width:767px) { 
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 0px;
      padding-left: 0px;
      margin-left:0;
      margin-right:0;
    }
    .banner .container, .step2 .container { padding-right: 0px; padding-left: 0px; }

    /*pd*/
    .pd-list>div { padding: 10px 0; margin-left:0; margin-right:0;}
    .pd-list>div .this-item { border:none; }
    
    /*form*/
    .contact-form { width:100%; background: none; }
    /* .contact-form table tr td:nth-child(1) { width: 70px!important; } */

    /*fix-cart*/
    .fix-cart { height:100%;  }
    .fix-cart .info-wrap {  line-height: normal; } 
    .fix-cart .info-wrap .info-item { font-size: 17px;  margin-right:5px; }
    .fix-cart .info-wrap .impor {font-size: 23px;}
    .send-btn-wrap a,
    .send-btn-wrap a img,
    .send-btn-wrap a span { width: 237px; }


    /*success*/
    .success .order-table tr td.name { width:38% }
    .success .order-table tr td.unitprice { width:20% }
    .success .order-table tr td.qty { width:14%  }
    .success .order-table tr td.subtotal { width:28% }
    .success .success-text .img {display: block; width:100%; }
    .success .success-text .text { display: block; width:100%; padding: 0; }
    .success .success-text tr td img { width:100%; }

    .contact-form.box-shadow {
      border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
    }

    .footer .copyright a { color:#fff; padding-left:0px; display: block; }
  }

  @media (max-width:600px) { 
    /*fix-cart*/
    .fix-cart { height:100%; }
    .fix-cart .info-wrap { line-height: normal; } 
    .fix-cart .info-wrap .info-item { font-size: 15px;  margin-right:5px; }
    .fix-cart .info-wrap .impor {font-size: 20px;}
  }

  @media (max-width:480px) { 
    .fix-cart { height:100%; }
    .fix-cart .info-wrap { text-align: center; float:left;  line-height: normal; padding:10px; width:100%; }
    .fix-cart .info-wrap .info-item { margin:0 4px;  font-size: 16px; display: inline-block; }
    .fix-cart .info-wrap .impor {font-size: 16px;}
    .fix-cart .info-wrap .info-item:nth-of-type(3) {display: inline-block;}
    .send-btn-wrap a,
    .send-btn-wrap a img,
    .send-btn-wrap a span { width: 225px; }
    
  }

/*====================== modal ======================*/
#provision .fck { line-height: 2em; font-size: 17px; padding: 1% 1%; background: url('../images/st-logo.png') no-repeat bottom 1% right 2%; }
a.provision-btn {
      color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 5px;
    line-height: 1.5em;
}
.modal-header { height: 45px; }
.modal-content { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.modal-dialog { max-width: 720px; }
@media (min-width: 768px) {
  .modal-dialog { max-width: 720px; }
}
@media (max-width:767px) {
  #provision .fck { padding: 0 0 80px 0; }
}


/*=====================change color======================*/
/*default*/
.color-t, a.color-t { color:#252525;}
.color-bg-dark, .color-bg-opa { background-color: #252525;}
.color-border { border-color: #252525; }

body, .bg-c { background: #F8F8F8; }
.color-bg-dark { color:#fff; }
.footer.color-bg-dark .copyright { color:#fff; }