.clamp-line {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;  
}

@media screen and (max-width:479px){

.p-xxs-1 {
   max-height: 1.42857em;     
   -webkit-line-clamp: 1;   
}

.p-xxs-2 {
   max-height: 2.85714em;     
   -webkit-line-clamp: 2;   
}

.p-xxs-3 {
   max-height: 4.28571em;     
   -webkit-line-clamp: 3;   
}

.p-xxs-4 {
   max-height: 5.71428em;     
   -webkit-line-clamp: 4;   
}

.p-xxs-5 {
   max-height: 7.14285em;     
   -webkit-line-clamp: 5;   
}

.p-xxs-6 {
   max-height: 8.57142em;     
   -webkit-line-clamp: 6;   
}

.p-xxs-7 {
   max-height: 9.99999em;     
   -webkit-line-clamp: 7;   
}

.p-xxs-8 {
   max-height: 11.42856em;     
   -webkit-line-clamp: 8;   
}

.p-xxs-9 {
   max-height: 12.85713em;     
   -webkit-line-clamp: 9;   
}

.p-xxs-10 {
   max-height: 14.2857em;     
   -webkit-line-clamp: 10;   
}

}

@media screen and (min-width:480px) and (max-width:767px){

.p-xs-1 {
   max-height: 1.8em;     
   -webkit-line-clamp: 1;   
}

.p-xs-2 {
   max-height: 3.6em;     
   -webkit-line-clamp: 2;   
}

.p-xs-3 {
   max-height: 5.4em;     
   -webkit-line-clamp: 3;   
}

.p-xs-4 {
   max-height: 7.2em;     
   -webkit-line-clamp: 4;   
}

.p-xs-5 {
   max-height: 9em;     
   -webkit-line-clamp: 5;   
}

.p-xs-6 {
   max-height: 10.8em;     
   -webkit-line-clamp: 6;   
}

.p-xs-7 {
   max-height: 12.6em;     
   -webkit-line-clamp: 7;   
}

.p-xs-8 {
   max-height: 14.4em;     
   -webkit-line-clamp: 8;   
}

.p-xs-9 {
   max-height: 16.2em;     
   -webkit-line-clamp: 9;   
}

.p-xs-10 {
   max-height: 18em;     
   -webkit-line-clamp: 10;   
}

}

@media screen and (min-width:768px) and (max-width:991px){

.p-sm-1 {
   max-height: 1.8em;     
   -webkit-line-clamp: 1;   
}

.p-sm-2 {
   max-height: 3.6em;     
   -webkit-line-clamp: 2;   
}

.p-sm-3 {
   max-height: 5.4em;     
   -webkit-line-clamp: 3;   
}

.p-sm-4 {
   max-height: 7.2em;     
   -webkit-line-clamp: 4;   
}

.p-sm-5 {
   max-height: 9em;     
   -webkit-line-clamp: 5;   
}

.p-sm-6 {
   max-height: 10.8em;     
   -webkit-line-clamp: 6;   
}

.p-sm-7 {
   max-height: 12.6em;     
   -webkit-line-clamp: 7;   
}

.p-sm-8 {
   max-height: 14.4em;     
   -webkit-line-clamp: 8;   
}

.p-sm-9 {
   max-height: 16.2em;     
   -webkit-line-clamp: 9;   
}

.p-sm-10 {
   max-height: 18em;     
   -webkit-line-clamp: 10;   
}

}

@media screen and (min-width:992px) and (max-width:1022px){


.p-md-1 {
   max-height: 1.8em;     
   -webkit-line-clamp: 1;   
}

.p-md-2 {
   max-height: 3.6em;     
   -webkit-line-clamp: 2;   
}

.p-md-3 {
   max-height: 5.4em;     
   -webkit-line-clamp: 3;   
}

.p-md-4 {
   max-height: 7.2em;     
   -webkit-line-clamp: 4;   
}

.p-md-5 {
   max-height: 9em;     
   -webkit-line-clamp: 5;   
}

.p-md-6 {
   max-height: 10.8em;     
   -webkit-line-clamp: 6;   
}

.p-md-7 {
   max-height: 12.6em;     
   -webkit-line-clamp: 7;   
}

.p-md-8 {
   max-height: 14.4em;     
   -webkit-line-clamp: 8;   
}

.p-md-9 {
   max-height: 16.2em;     
   -webkit-line-clamp: 9;   
}

.p-md-10 {
   max-height: 18em;     
   -webkit-line-clamp: 10;   
}

}

@media screen and (min-width:1023px) and (max-width:1199px){


.p-lg-1 {
   max-height: 1.8em;     
   -webkit-line-clamp: 1;   
}

.p-lg-2 {
   max-height: 3.6em;     
   -webkit-line-clamp: 2;   
}

.p-lg-3 {
   max-height: 5.4em;     
   -webkit-line-clamp: 3;   
}

.p-lg-4 {
   max-height: 7.2em;     
   -webkit-line-clamp: 4;   
}

.p-lg-5 {
   max-height: 9em;     
   -webkit-line-clamp: 5;   
}

.p-lg-6 {
   max-height: 10.8em;     
   -webkit-line-clamp: 6;   
}

.p-lg-7 {
   max-height: 12.6em;     
   -webkit-line-clamp: 7;   
}

.p-lg-8 {
   max-height: 14.4em;     
   -webkit-line-clamp: 8;   
}

.p-lg-9 {
   max-height: 16.2em;     
   -webkit-line-clamp: 9;   
}

.p-lg-10 {
   max-height: 18em;     
   -webkit-line-clamp: 10;   
}

}

@media screen and (min-width:1200px){

.p-xl-1 {
   max-height: 1.8em;     
   -webkit-line-clamp: 1;   
}

.p-xl-2 {
   max-height: 3.6em;     
   -webkit-line-clamp: 2;   
}

.p-xl-3 {
   max-height: 5.4em;     
   -webkit-line-clamp: 3;   
}

.p-xl-4 {
   max-height: 7.2em;     
   -webkit-line-clamp: 4;   
}

.p-xl-5 {
   max-height: 9em;     
   -webkit-line-clamp: 5;   
}

.p-xl-6 {
   max-height: 10.8em;     
   -webkit-line-clamp: 6;   
}

.p-xl-7 {
   max-height: 12.6em;     
   -webkit-line-clamp: 7;   
}

.p-xl-8 {
   max-height: 14.4em;     
   -webkit-line-clamp: 8;   
}

.p-xl-9 {
   max-height: 16.2em;     
   -webkit-line-clamp: 9;   
}

.p-xl-10 {
   max-height: 18em;     
   -webkit-line-clamp: 10;   
}

}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}


    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 480px) {

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
}

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}



html {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

body, .form-control {
    line-height: 1.8;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gm-style {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body {
     background-color: #FFF;
}

html, body {
    height: 100%;
}

.main-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

ul, li {
	list-style: none;
}

a, a:hover {
    color: rgb(189, 98, 30);
    text-decoration: none;
   
}

.dropdown-menu {
  padding: 0;
}

.pager {
  margin: 0;
}

.block {
    margin-bottom: 20px;
}

#block-system-main.block {
    margin-bottom: 0;
}

.front #block-system-main {
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu {
    background: #002E37;
    left: auto;
    right: 0;
}

.navbar-default .navbar-nav ul.dropdown-menu {
    border-top: solid 3px #BD621E;
    border-left: 0;
    border-right: 0;
    border-radius: 0;

}

.navbar-default .navbar-nav .dropdown-submenu.open .dropdown-menu {
  background-color: #00464E;
}

.dropdown-submenu ul.dropdown-menu {
    margin-top: -1px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
    line-height: 1.8;
}

.navbar-default .navbar-nav > li > a {
    padding: 3px 15px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    padding: 3px 15px;
    white-space: wrap;
}  

.navbar-default .navbar-nav .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-submenu.open > a,
.navbar-default .navbar-nav .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .dropdown-submenu.open > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #BD621E;
    background-color: transparent;
}

.navbar-default {
    background-color: #00464E;
    border: 0;
}

.navbar-toggle {
    padding: 16px 20px 4px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    text-align: center;
    border: 0;
    margin: 8px 0px 0px;
    background-color: transparent;  
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    display: block;
    width: 45px;
    border-radius: 0px;
    height: 6px;
    margin-bottom: 13px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}


.dropdown>a:after,
.dropdown-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:inherit;
  margin-top:10px;
  margin-right: -10px;
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

.dropdown.open>a:after,
.dropdown-submenu.open>a:after {
  border-left-color: #BD621E;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.form-control {
    border-radius: 0px;
 }   

.navbar {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}

.navbar-collapse .nav-toggled {
  padding-top: 20px;
}

.navbar .logo {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
}

.navbar .menu {
    clear: both;
}

.breadcrumbs-fluid {
    background-color: rgb(249, 246, 233);
}

.breadcrumb {
    
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    margin: 5px 0; 
}

.breadcrumb .inline.odd.first {
    padding-left: 0px;
}
.breadcrumb .inline a {
    display: inline-block;
}

.breadcrumb a {
    background-color: rgb(0, 70, 78);
    padding: 3px 5px 0;
    text-decoration: none;
    color: #FFF;
    margin: 5px 0;
}

.page-header {
    padding: 20px 0px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

.block-title {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
}

.front .breadcrumbs-fluid,
#main-content,
.front .page-header,
#first-time {
    display: none;
}

.pager li > a, 
.pager li > span,
.pager li > a:hover, 
.pager li > span:hover {
    background: none repeat scroll 0% 0% rgb(0, 70, 78);
    color: rgb(255, 255, 255);
    border-radius: 0;
}

.ajax-progress-throbber {
    margin-left: 5px;
}

#search-block-form--2 button, 
#search-block-form--2 html input[type="button"], 
#search-block-form--2 input[type="reset"], 
#search-block-form--2 input[type="submit"] {
    border-radius:0px;
    border-color: rgb(189, 98, 30);
    background-color: rgb(189, 98, 30);
    color: #FFF;
    height: 34px;
    line-height: 1.8;
 }

#search-block-form input,
#search-block-form--2 input {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    border: transparent;
}

 select:not([multiple="multiple"]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF url("../images/arrowdown_select.jpg") no-repeat scroll right center / 34px 34px;
    text-indent: 0.01px;
    text-overflow: "";
    padding-right: 40px;
}

 footer {
    color: rgb(255, 255, 255);
    background-color: rgb(39, 39, 39);
}

.form-control:focus {
    box-shadow: none;
}

.navbar-nav { 
    margin: 0;
}

.navbar-extra-tablet {
  display: none;
}

.navbar-extra {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {

.navbar-extra {
  display: none;
}

.navbar-extra-tablet {
  display: block;
}
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

.navbar-nav .open .dropdown-menu {
    position: relative;
    float: none;
  }

  .nav > li {
    position: relative;
    display: block;
  }

#search-block-form button, 
#search-block-form html input[type="button"], 
#search-block-form input[type="reset"], 
#search-block-form input[type="submit"] {
    border-radius:0px;
    border-color: rgb(189, 98, 30);
    background-color: rgb(189, 98, 30);
    color: #FFF;
    height: 34px;
    line-height: 1.8;
 }

.navbar-extra-tablet .navbar-links ul {
    padding-left: 0;
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
}

.navbar-toggle {
  float: right;
}

.navbar .menu {
  width: 100%;
}

}



@media (min-width: 768px) {

.dropdown-submenu {
  position:relative
}

.dropdown-submenu > .dropdown-menu {
  position: relative;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  min-width: 100%;
}

.dropdown-submenu.pull-left {
  float:none
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left:-100%;
  margin-left:10px;
}

.navbar-collapse .nav-toggled {
  padding-top: 0px;
}



ul.dropdown-menu > li > a {
    line-height: 1.8;
}

.navbar-nav > li {
    float: none;
}

.breadcrumb a {
    color: rgb(189, 98, 30);
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    background-color: transparent;
}

ul.dropdown-menu > li > a {
    font-size: 14px;
}

}

@media (min-width: 992px) { 

.navbar-collapse .navbar-nav li {
    margin: 0;
}

.navbar .menu {
    float:right;
    clear: none;
}

.navbar-nav > li {
    float: left;
}

.navbar-default .navbar-nav > li > a {
    padding: 0 18px 0 5px;
}


}

@media (min-width: 1200px) { 

body, .btn, .form-control {
    font-size: 16px;
}

.navbar-search .form-group {
    margin-bottom: 10px;
}

ul.dropdown-menu > li > a,
.navbar-nav {
   font-size: 18px;
}

#search-block-form--2 button,
.form-control {
    height: 38px;
}

 select:not([multiple="multiple"]) {
    background: #FFF url("../images/arrowdown_select.jpg") no-repeat scroll right center / 38px 38px;
}



}
