


.wrap {
   /*max-width: 1100px;*/
  /* max-width: 1140px;*/
   /*margin: 0 auto;*/
}

.box-container {
    display: inline-block;
   /* margin-top: 5.4em;*/
    width: 100%;
}

.boxg {
   list-style-type: none;
   float: left;
   margin-bottom: 1.8rem;
   margin-left: 1%;
   margin-right: 1%;
}

.inviewport .boxg {
   transform: translateY(140px);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.boxg.visible {
   transform: translateY(0);
   opacity: 1;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}



.boxg a {
   display: block;
   width: 100%;
   height: auto;
}


.three-cols .boxg {
    width: 32%;
}
.three-cols .boxg:nth-child(3n+0) {
   margin-right: 0;
}
.three-cols .boxg:nth-child(3n+1) {
   clear: both;
   margin-left: 0;
}

.four-cols .boxg {
   width: 23.1%;
}

.four-cols .boxg:nth-child(4n+0) {
   margin-right: 0;
}

.four-cols .boxg:nth-child(4n+1) {
   clear: both;
   margin-left: 0;
}

.boxg a img {
   -webkit-back-visibility: hidden;
   display: block;
   width: 100%;
   height: auto;
   vertical-align: bottom;
   -webkit-transition: opacity 0.2s ease-in;
   -moz-transition: opacity 0.2s ease-in;
   transition: opacity 0.2s ease-in;
}
.boxg:hover img{
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

h4 {
    margin-bottom: 45px;
   font-weight: 600;
   text-transform: uppercase;
   color: #000;
   letter-spacing: 2px;
   font-size: 1em;
}

.options-list {
   width: 700px;
   margin: 0 auto;
   border: 1px solid #ececec;
   border-radius: 2px;
}

.options-list .option {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}
.options-list .option .name {
   font-weight: 600;
   display: inline-block;
   width: 23%;
   float: left;
   text-align: left;
   padding: 14px 17px;
   color: #000;
   font-size: 0.89em;
}

.options-list .option .value {
   display: inline-block;
   width: 65%;
   float: left;
   padding: 14px 17px;
   text-align: left;
   line-height: 1.7em;
   font-size: 0.89em;
   border-left: 1px solid #eee;
}

.options-list .option .type {
    color: #ed7205;
    font-weight: 600;
}

.params-list {
   margin-bottom: 11em;
}

.option-code {
    width: 700px;
   margin: 0 auto;
   border: 1px solid #ececec;
   border-radius: 2px;
   padding-left: 20px;
   padding-top: 0;
   margin-bottom: 48px;
}

.api-examples {
   width: 700px;
   margin: 0 auto;
   border: 1px solid #ececec;
   border-radius: 2px;
   padding-left: 30px
}





@media screen and (max-width: 799px) {
  
   .button {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
   }

   .button {
      font-size: 1.3rem;
      padding: 1.4rem 2rem;
   }
}


@media (max-width: 767px) {
  
   .wrap {
        width: 100%;
        overflow: hidden;
        max-width: 100%;
   }
   .options-list,
   .api-examples {
        width: 100%;
   }

   .options-list .option .value,
   .options-list .option .name {
       width: 87%;
   }

   .three-cols .box,
   .four-cols .box {
        width: 45%;
   }
   .three-cols .box:nth-child(2n+0) {
        margin-right: 0;
   }
   .three-cols .box:nth-child(3n+0) {
       margin-right: 1%;
   }
   .three-cols .box:nth-child(2n+1) {
        margin-right: 1%;
   }
   .three-cols .box:nth-child(3n+1),
   .four-cols .box:nth-child(4n+1) {
      clear: none;
      margin-left: 0;
   }

  

   .boxg {
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
   }

  
}
@media screen and (max-width: 410px) {
  

   .box {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
   }
}

.CodeMirror {
   clear: both;
   text-align: left;
   margin-top: 25px;
   height: auto !important;
}

.CodeMirror pre {
    font-size: 15px !important;
    color: #3a3a3a !important;
}