*{
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}

.row {
  width: 100%;
  *zoom: 1;
}

img{
    max-width:100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}

.show-tablet {
  display: none;
}

.show-mobile {
  display: none;
}
 

@media only screen and (min-width: 464px) {
  .hide-tablet {
    display: none !important;
  }

  .show-tablet {
    display: inherit !important;
  }
}
@media only screen and (max-width: 463px) {
  .show-mobile {
    display: inherit !important;
  }

  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .show-large {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .hide-large {
    display: none !important;
  }
  .show-large {
    display: inherit !important;
  }

}

.large-0 {
  width: 0% !important;
}
.tablet-0 {
  width: 0% !important;    
}
.large-1{
 width: 1%;
}
.large-2{
 width: 2%;
}
.large-3{
 width: 3%;
}
.large-4{
 width: 4%;
}
.large-5 {
  width: 5%;
}
.large-6 {
 width:6%;
}
.large-7 {
 width:7%;
}
.large-8 {
    width: 8%;
}
.large-9 {
  width: 9%;
}
.large-10 {
  width: 10%;
}
.large-11 {
  width: 11%;
}
.large-12{
 width:12%;
}
.large-12-5{
 width:12.5%;
}
.large-13{
 width:13%;
}
.large-14 {
  width: 14%;
}

.large-15 {
  width: 15%;
}

.large-16 {
    width: 16%;
}

.large-17 {
  width: 17%;
}

.large-18 {
    width: 18%;
}

.large-19{
  width:19%;
}
.large-20 {
  width: 20%;
}
.large-21 {
  width:21%;
}
.large-22 {
  width:22%;
}
.large-23 {
  width: 23%;
}
.large-24 {
    width:24%;
}
.large-25 {
  width: 25%;
}
.large-26 {
    width: 26%;
}
.large-28 {
	width: 28%;
}
.large-29{
 width:29%;
}
.large-30 {
  width: 30%;
}
.large-31 {
    width:31%;
}
.large-32 {
    width: 32%;
}

.large-33 {
    width:33%;
}
.large-34 {
    width: 34%;
}

.large-35 {
  width: 35%;
}
.large-36 {
  width: 36%;
}
.large-37 {
  width: 37%;
}
.large-38 {
  width: 38%;
}
.large-39 {
 width:39%;
}
.large-40 {
  width: 40%;
}

.large-41 {
  width: 41%;
}
.large-42 {
  width: 42%;
}
.large-43 {
    width: 43%;
}

.large-44 {
	width: 44%;
}

.large-45 {
  width: 45%;
}
.large-46 {
    width: 46%;
}
.large-47 {
    width: 47%;
}
.large-48{
  width:48%;
}
.large-49 {
  width: 49%;
}
.large-50 {
  width: 50%;
}
.large-51 {
  width: 51%;
}
.large-52 {
    width: 52%;
}
.large-53 {
  width: 53%;
}
.large-54 {
  width: 54%;
}
.large-55 {
  width: 55%;
}
.large-56{
 width:56%;
}
.large-57{
 width:57%;
}
.large-58{
 width:58%;
}

.large-59{
 width:59%;
}

.large-60 {
  width: 60%;
}
.large-63 {
  width: 63%;
}
.large-64 {
  width: 64%;
}
.large-65 {
  width: 65%;
}

.large-70 {
  width: 70%;
}

.large-74 {
    width: 74%;
}

.large-75 {
  width: 75%;
}
.large-76 {
  width: 76%;
}
.large-77 {
  width: 77%;
}
.large-78 {
  width:78%;
}
.large-79 {
  width:79%;
}
.large-80 {
  width: 80%;
}
.large-81 {
  width: 81%;
}
.large-82 {
  width: 82%;
}
.large-83 {
  width: 83%;
}
.large-84 {
  width: 84%;
}
.large-85 {
  width: 85%;
}

.large-90 {
  width: 90%;
}

.large-91 {
  width: 91%;
}

.large-92 {
  width: 92%;
}

.large-95 {
  width: 95%;
}

.large-96 {
  width:96%;
}

.large-100 {
  width: 100%;
}

.large-one-third {
	width: 33%;
}

@media only screen and (max-width: 768px) {
  .tablet-1 {
    width: 1% !important;
  }
  .tablet-2 {
    width: 2% !important;
  }
  .tablet-3{
   width: 3% !important;
  }
  .tablet-5 {
    width: 5% !important;
  }
  .tablet-7 {
    width: 7% !important;
  }
  .tablet-10 {
    width: 10% !important;
  }
  .tablet-13 {
    width: 13% !important;
  }
  .tablet-15 {
    width: 15% !important;
  }
  .tablet-20 {
    width: 20% !important;
  }
  .tablet-22 {
    width: 22% !important;
  }
  .tablet-23 {
    width: 23% !important;
  }
  .tablet-24 {
    width: 24% !important;
  }
  .tablet-25 {
    width: 25% !important;
  }
  .tablet-30 {
    width: 30% !important;
  }
  .tablet-32 {
      width: 32% !important;
  }
  .tablet-33 {
    width:33% !important;
  }
  .tablet-35 {
    width: 35% !important;
  }
  .tablet-36 {
      width: 36% !important;
  }
  .tablet-40 {
    width: 40% !important;
  }
  
   .tablet-41 {
    width: 41% !important;
  }
  
  .tablet-44 {
    width: 44% !important;
  }
  .tablet-45 {
    width: 45% !important;
  }
  .tablet-48 {
    width: 48% !important;
  }
  .tablet-49 {
    width: 49% !important;
  }
  .tablet-50 {
    width: 50% !important;
  }
  .tablet-55 {
    width: 55% !important;
  }
  
   .tablet-59 {
    width: 59% !important;
  }
  
  .tablet-60 {
    width: 60% !important;
  }
  .tablet-63 {
    width: 63% !important;
  }
  .tablet-65 {
    width: 65% !important;
  }
  .tablet-70 {
    width: 70% !important;
  }
  .tablet-75 {
    width: 75% !important;
  }
  .tablet-80 {
    width: 80% !important;
  }
  .tablet-83{
    width: 83% !important;
  }
  .tablet-85 {
    width: 85% !important;
  }
  .tablet-90 {
    width: 90% !important;
  }
  .tablet-91 {
    width: 91% !important;
  }
  .tablet-92 {
    width: 92% !important;
  }
  .tablet-95 {
    width: 95% !important;
  }
  .tablet-98 {
   width: 98% !important;
  }
  .tablet-99 {
   width: 99% !important;
  }
  .tablet-100 {
    width: 100% !important;
  }
  .tablet-one-third {
    width: 33% !important;
  }
}
@media only screen and (max-width: 463px) {

  .mobile-2 {
    width: 2% !important;
  }
  .mobile-4 {
    width: 4% !important;
  }
  .mobile-5 {
    width: 5% !important;
  }
  .mobile-8 {
    width: 8% !important;
  }
  .mobile-10 {
    width: 10% !important;
  }
  .mobile-13 {
    width: 13% !important;
  }
  .mobile-15 {
    width: 15% !important;
  }
  .mobile-20 {
    width: 20% !important;
  }
  .mobile-23 {
    width: 23% !important;
  }
  .mobile-25 {
    width: 25% !important;
  }
  .mobile-26 {
    width: 26% !important;
  }
  .mobile-30 {
    width: 30% !important;
  }
  .mobile-33 {
    width: 33% !important;
  }
  .mobile-35 {
    width: 35% !important;
  }
  .mobile-40 {
    width: 40% !important;
  }
  
  .mobile-41 {
    width: 41% !important;
  }
  
  .mobile-44 {
    width: 44% !important;
  }
  
  .mobile-45 {
    width: 45% !important;
  }
  .mobile-47{
    width: 47% !important;
  }
  .mobile-48{
    width: 48% !important;
  }
  .mobile-49 {
    width: 49% !important;
  }
  .mobile-50 {
    width: 50% !important;
  }
  .mobile-55 {
    width: 55% !important;
  }
  
   .mobile-59 {
    width: 59% !important;
  }
  
  .mobile-60 {
    width: 60% !important;
  }
  .mobile-65 {
    width: 65% !important;
  }
  .mobile-70 {
    width: 70% !important;
  }
  .mobile-72 {
    width: 72% !important;
  }
  .mobile-75 {
    width: 75% !important;
  }
  .mobile-80 {
    width: 80% !important;
  }
  .mobile-85 {
    width: 85% !important;
  }
  .mobile-90 {
    width: 90% !important;
  }
  .mobile-92 {
    width: 92% !important;
  }
  .mobile-95 {
    width: 95% !important;                                
  }
  .mobile-96 {
    width: 96% !important;                                
  }
  .mobile-99 {
    width: 99% !important;
  }
  .mobile-100 {
    width: 100% !important;
  }
  .mobile-one-third {
    width: 33% !important;
  }
}