/*==========  Grid System  ==========*/
.gridDefault {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.gridExtended {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.row {
  width: 100%; 
  display:inline-block;
}



.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col-lg1, .col-lg2, .col-lg3, .col-lg4, .col-lg5, .col-lg6, .col-lg7, .col-lg8, .col-lg9, .col-lg10, .col-lg11, .col-lg12,
.col-md1, .col-md2, .col-md3, .col-md4, .col-md5, .col-md6, .col-md7, .col-md8, .col-md9, .col-md10, .col-md11, .col-md12,
.col-sm1, .col-sm2, .col-sm3, .col-sm4, .col-sm5, .col-sm6, .col-sm7, .col-sm8, .col-sm9, .col-sm10, .col-sm11, .col-sm12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.col1 {
  width: 8.33333333%; }

.col2 {
  width: 16.66666667%; }

.col3 {
  width: 25%; }

.col4 {
  width: 33.33333333%; }

.col5 {
  width: 41.66666667%; }

.col6 {
  width: 50%; }

.col7 {
  width: 58.33333333%; }

.col8 {
  width: 66.66666667%; }

.col9 {
  width: 75%; }

.col10 {
  width: 83.33333333%; }

.col11 {
  width: 91.66666667%; }

.col12 {
  width: 100%; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 993px) {

  .hidden-lg{display:none;}

  .row {
    /*margin-left: -10px;
    margin-right: -10px; */
  }

  .col-lg1 {
    width: 8.33333333%; }

  .col-lg2 {
    width: 16.66666667%; }

  .col-lg3 {
    width: 25%; }

  .col-lg4 {
    width: 33.33333333%; }

  .col-lg5 {
    width: 41.66666667%; }

  .col-lg6 {
    width: 50%; }

  .col-lg7 {
    width: 58.33333333%; }

  .col-lg8 {
    width: 66.66666667%; }

  .col-lg9 {
    width: 75%; }

  .col-lg10 {
    width: 83.33333333%; }

  .col-lg11 {
    width: 91.66666667%; }

  .col-lg12 {
    width: 100%; } 


}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

  .hidden-md{display:none!important;}

  .row {
      padding-left: 10px;
      padding-right: 10px; 
  } 
  
  .col-md1 {
    width: 8.33333333%; }

  .col-md2 {
    width: 16.66666667%; }

  .col-md3 {
    width: 25%; }

  .col-md4 {
    width: 33.33333333%; }

  .col-md5 {
    width: 41.66666667%; }

  .col-md6 {
    width: 50%; }

  .col-md7 {
    width: 58.33333333%; }

  .col-md8 {
    width: 66.66666667%; }

  .col-md9 {
    width: 75%; }

  .col-md10 {
    width: 83.33333333%; }

  .col-md11 {
    width: 91.66666667%; }

  .col-md12 {
    width: 100%; } 


    .noAnimate-md,
    .noAnimate-md *{
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /* Styles */
        width:90%!important;
        position: inherit!important; 
        margin-left:auto!important;
        margin-right:auto!important;
        opacity:1!important;
        visibility: visible!important;
      }



}

/*@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md{display:none;}
}*/

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .hidden-md{display:block!important;}
  .hidden-sm{display:none!important;}

  .col-sm1 {
    width: 8.33333333%; }

  .col-sm2 {
    width: 16.66666667%; }

  .col-sm3 {
    width: 25%; }

  .col-sm4 {
    width: 33.33333333%; }

  .col-sm5 {
    width: 41.66666667%; }

  .col-sm6 {
    width: 50%; }

  .col-sm7 {
    width: 58.33333333%; }

  .col-sm8 {
    width: 66.66666667%; }

  .col-sm9 {
    width: 75%; }

  .col-sm10 {
    width: 83.33333333%; }

  .col-sm11 {
    width: 91.66666667%; }

  .col-sm12 {
    width: 100%; } 
  

  .noAnimate-sm{
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /* Styles */
        width:90%!important;
        position: inherit!important; 
        margin-left:auto!important;
        margin-right:auto!important;
        opacity:1!important;
        visibility: visible!important;
      }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .hidden-ssm{ display:none!important;  }
    .col-ssm1 {
    width: 8.33333333%; }

  .col-ssm2 {
    width: 16.66666667%; }

  .col-ssm3 {
    width: 25%; }

  .col-ssm4 {
    width: 33.33333333%; }

  .col-ssm5 {
    width: 41.66666667%; }

  .col-ssm6 {
    width: 50%; }

  .col-ssm7 {
    width: 58.33333333%; }

  .col-ssm8 {
    width: 66.66666667%; }

  .col-ssm9 {
    width: 75%; }

  .col-ssm10 {
    width: 83.33333333%; }

  .col-ssm11 {
    width: 91.66666667%; }

  .col-ssm12 {
    width: 100%; } 

  }

  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {
       

  }