body{
	width: 100%;
	margin: auto;
	background: #fff;
}

.fc-red{color:red;}


h1, h2, h3, h4, h5, h6{
	margin: 0;
}

h1{
	font-family: 'Montserrat', sans-serif;
    margin: 0;
}
h2{
	font-family: 'Montserrat', sans-serif;
}
.pbpx-15{
	padding-bottom: 15px;
}
.montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  
  font-style: normal;
}
.ff-primary{font-family: 'Montserrat', sans-serif;}
.ff-secondary{font-family: 'Montserrat', sans-serif;}




.fw-bold{font-weight: 700;}
.fw-semi-bold{font-weight: 600;}
.fw-medium{font-weight: 500;}
.fc-blue{
	color:#1160c5;
}
.fc-terk{
	color:#00b0f0;
}

.fc-lgreen{
	color:#92d050;
}

.fc-yellow{
	color:#ffc000;
}
.fc-green{
	color:#289400;
}
.fc-grey{
	color:#5c5b59;
}
.main-form-section{
	/*padding:25px 25px;*/
	background: #fff;
	/*margin: 60px;*/
}
.observ textarea{
    min-height:110px;
}

.observ{
    
}
.fs-20{font-size:20px;}
.fs-26{font-size:26px;}

.fs-24{font-size:24px;}
.fs-28{font-size:28px;}
.fs-30{font-size:30px;}
.fs-40{font-size:40px;}
.fs-48{font-size:48px;}
.fs-66{font-size:66px;}
.ls-medium{    letter-spacing: 1.5px;}
.para{
	font-size: 12px;    margin: 5px 0px 25px;
}
.parab{
	font-size: 14px;    margin: 5px 0px 5px;
}
.bottom ul{
	margin: 0;
}
.bottom ul li{
	font-size: 12px;

}

.tabbing-links {    margin-top: 90px;}

  .tabbing-links li {
    cursor: pointer;
    padding: 2px 15px 1px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #8e8e8e;
    position: relative; }
    .tabbing-links li:after {
      position: absolute;
      content: '';
      display: none;
      /*background: url("../images/tab-after.png");*/
      height: 11px;
      width: 16px;
      left: 0;
      right: 0;
      bottom: -11px;
      margin: auto; }
    .tabbing-links li:hover {
      color: #333333; }
    .tabbing-links li.current {
      background: #4caf50;
    color: #333333;
    padding: 2px 15px 1px;
    color: #fff;
    border-radius: 50px;}
      .tabbing-links li.current:after {
        display: block; }
.hidden {
  display: none;
}

.visible {
  display: block !important; }        
.main-form-section table td{font-size: 14px;}

.top{display: block;    padding: 10px 35px 20px;}
.top h1{display: inline-block;   padding-top: 15px;
    font-size: 36px;
    line-height: 1;}
.top img{float: right;width: 100px;}
.mid-body{display: block;    margin-top: 40px;    border-bottom: 1px solid #000;
    padding: 0px 35px 20px;    margin-bottom: 20px;}
.w-20{width:20%;}
.w-40{width:40%;}
.w-45{width:45%;}
.w-50{width:50%;}
.w-60{width:60%;}
.w-100{width:100%;}
.float-right{float:right;}
.pr-5{    padding-left: 5%;}
.pr-10{    padding-left: 10%;}
.mid-body {
	
}
.bg-gradient{
	background: rgba(17,95,197,0.79);
background: -moz-linear-gradient(45deg, rgba(17,95,197,0.79) 0%, rgba(17,95,197,0.73) 19%, rgba(39,148,0,0.54) 80%, rgba(39,148,0,0.48) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(17,95,197,0.79)), color-stop(19%, rgba(17,95,197,0.73)), color-stop(80%, rgba(39,148,0,0.54)), color-stop(100%, rgba(39,148,0,0.48)));
background: -webkit-linear-gradient(45deg, rgba(17,95,197,0.79) 0%, rgba(17,95,197,0.73) 19%, rgba(39,148,0,0.54) 80%, rgba(39,148,0,0.48) 100%);
background: -o-linear-gradient(45deg, rgba(17,95,197,0.79) 0%, rgba(17,95,197,0.73) 19%, rgba(39,148,0,0.54) 80%, rgba(39,148,0,0.48) 100%);
background: -ms-linear-gradient(45deg, rgba(17,95,197,0.79) 0%, rgba(17,95,197,0.73) 19%, rgba(39,148,0,0.54) 80%, rgba(39,148,0,0.48) 100%);
}
.ta-center{
	text-align: center;
}

.img-section{
text-align:center;
margin-top: 25px;
}
.img-section img{
	width:300px;height:400px;margin:auto;
}
.bottom{
	padding: 0px 30px;
}
.d-inline-block{
	display: inline-block;
}
.ptpx-20{padding-top: 20px;}

/**** Form Styling Default ****/
form input:-webkit-autofill, form textarea:-webkit-autofill, form select:-webkit-autofill {
  background: transparent !important; }

form input::-webkit-input-placeholder {
  color: #666666;
  font-family: Montserrat !important; }

form input:-moz-placeholder {
  color: #666666;
  font-family: Montserrat !important; }

form input::-moz-placeholder {
  color: #666666;
  font-family: Montserrat !important; }

form input:-ms-input-placeholder {
  color: #666666;
  font-family: Montserrat !important; }

form textarea::-webkit-input-placeholder {
  color: #666666;
  font-family: Montserrat !important; }

form input::placeholder span{
  color: red; /* Color of the '*' character */
}
.placeholder-red-star::placeholder {
  color: #666666; /* Placeholder text color */
}
.placeholder-red-star::before {
  content: "*"; /* Insert '*' character */
  color: red; /* Color of the '*' character */
  position: relative;
  left: -0.3em; /* Adjust position to align with placeholder text */
}


form {
  /*width: 500px;
  margin: auto;
  padding: 10px 15px 20px;*/}
  form .control-group {
    margin-bottom: 24px;
    position: relative; }
    form .control-group i.icon {
      position: absolute;
      left: 10px;
      top: 0;
      height: 18px;
      bottom: 0;
      margin: auto; }
    form .control-group.textarea i.icon {
      top: 10px;
      bottom: auto; }
  form input[type=text], form input[type=number], form input[type=email], form input[type=phone], form input[type=date] {
           color: #666666;
    padding: 5px 15px;
    height: 18px;
    width: -webkit-fill-available;
    background: #e8edf1;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-weight: 600;
    /*margin-top: 5px;*/}
  
  form select{
    color: #666666;
    padding: 5px 15px;
    height: 30px;
    width: 100%;
    background: #e8edf1;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 600;
    /*margin-top: 5px;*/ }
  form .codearea {
    float: left;
    width: 28%;
    position: relative; }
    form .codearea input {
      padding-left: 10px; }
  form .numberarea {
    float: right;
    width: 70%;
    position: relative; }
    form .numberarea input {
      padding-left: 10px; }
  form textarea {
    resize: none;
    min-height: 44px; }
  form input.error {
    border-color: red !important; }
  form select.error, form textarea.error {
    border-color: red !important; }
  form label.error {
    display: none !important; }
  form input[type=number]::-webkit-outer-spin-button,
  form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  form select.countrylist.multi {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

    form p{margin:10px 0px 0px;}
    form label{
    	margin-bottom: 5px;
    }


.red{color:#c00000;}
.red-b{border:1px solid #c00000;}

.orange{color:#e03a00;}
.orange-b{border:1px solid #e03a00;}

.orange1{color:#ed7d31;}
.orange1-b{border:1px solid #ed7d31;}

.yellow{color:#ffc000;}
.yellow-b{border:1px solid #ffc000;}

.green{color:#70ad47;}
.green-b{border:1px solid #70ad47;}

.lblue{color:#00b0f0;}
.lblue-b{border:1px solid #00b0f0;}

.purple{color:#7030a0;}
.purple-b{border:1px solid #7030a0;} 

.grey{color:#808080;}
.grey-b{border:1px solid #7f7f7f;} 

.observation-list{
  padding: 5px 10px;
  position: relative;
  min-height: 120px;
      color: #808080;
    font-size: 14px;
    font-family: "Calibri";
    
}

.observation{    
    min-height: 700px;
    position: relative;
    overflow: hidden;
}
.observation-list.image-sec{
  text-align:right;
  min-height: 200px;
      padding-right: 25px;
}
.observation-list.image-sec img{
  display: -webkit-inline-box;
  height: 190px;
  
}





.result-table tr td:last-child{
  padding:0;
  text-align:center;
}
.result-table tr td:last-child span.A{
  background-color: #92d050;
  display: block;
  height: 100%;
  width: 100%;
}
.result-table tr td:last-child span.B{
  background-color: #ff66ff;
  display: block;
  height: 100%;
  width: 100%;
}
.result-table tr td:last-child span.C{
  background-color: #00b0f0;
  display: block;
  height: 100%;
  width: 100%;
}
table.list-views{
border-collapse: collapse;
}
table.list-views tr th{
  border: 1px solid #ddd;
  padding: 8px;
}

table.list-views tr td{text-align:center;    padding: 5px 0px;}
table.list-views tr:nth-child(even){background-color: #f2f2f2;}

table.list-views tr:hover {background-color: #ddd;}

table.list-views th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
  text-align:center;
}


@charset "UTF-8";
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

@media (min-device-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%; } }
@media (min-device-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%; } }
@media (min-device-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%; } }
@media (min-device-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%; } }
@media (min-width: 1600px) {
  .container {
    width: 1440px;
    max-width: 100%; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid::after {
  content: "";
  display: table;
  clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

@media (min-device-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-device-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-device-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-device-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
.col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-device-width: 576px) {
  .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px; } }
.col-xs-1 {
  float: left;
  width: 8.333333%; }

.col-xs-2 {
  float: left;
  width: 16.666667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.333333%; }

.col-xs-5 {
  float: left;
  width: 41.666667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.333333%; }

.col-xs-8 {
  float: left;
  width: 66.666667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.333333%; }

.col-xs-11 {
  float: left;
  width: 91.666667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.333333%; }

.pull-xs-2 {
  right: 16.666667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.333333%; }

.pull-xs-5 {
  right: 41.666667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.333333%; }

.pull-xs-8 {
  right: 66.666667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.333333%; }

.pull-xs-11 {
  right: 91.666667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.333333%; }

.push-xs-2 {
  left: 16.666667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.333333%; }

.push-xs-5 {
  left: 41.666667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.333333%; }

.push-xs-8 {
  left: 66.666667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.333333%; }

.push-xs-11 {
  left: 91.666667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.333333%; }

.offset-xs-2 {
  margin-left: 16.666667%; }

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

.offset-xs-4 {
  margin-left: 33.333333%; }

.offset-xs-5 {
  margin-left: 41.666667%; }

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

.offset-xs-7 {
  margin-left: 58.333333%; }

.offset-xs-8 {
  margin-left: 66.666667%; }

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

.offset-xs-10 {
  margin-left: 83.333333%; }

.offset-xs-11 {
  margin-left: 91.666667%; }

@media (min-device-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%; }

  .col-sm-2 {
    float: left;
    width: 16.666667%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.333333%; }

  .col-sm-5 {
    float: left;
    width: 41.666667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.333333%; }

  .col-sm-8 {
    float: left;
    width: 66.666667%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.333333%; }

  .col-sm-11 {
    float: left;
    width: 91.666667%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

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

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

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

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

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

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-device-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.333333%; }

  .col-md-2 {
    float: left;
    width: 16.666667%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.333333%; }

  .col-md-5 {
    float: left;
    width: 41.666667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-7 {
    float: left;
    width: 58.333333%; }

  .col-md-8 {
    float: left;
    width: 66.666667%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-10 {
    float: left;
    width: 83.333333%; }

  .col-md-11 {
    float: left;
    width: 91.666667%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-device-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.333333%; }

  .col-lg-2 {
    float: left;
    width: 16.666667%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.333333%; }

  .col-lg-5 {
    float: left;
    width: 41.666667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.333333%; }

  .col-lg-8 {
    float: left;
    width: 66.666667%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.333333%; }

  .col-lg-11 {
    float: left;
    width: 91.666667%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-device-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%; }

  .col-xl-2 {
    float: left;
    width: 16.666667%; }

  .col-xl-3 {
    float: left;
    width: 25%; }

  .col-xl-4 {
    float: left;
    width: 33.333333%; }

  .col-xl-5 {
    float: left;
    width: 41.666667%; }

  .col-xl-6 {
    float: left;
    width: 50%; }

  .col-xl-7 {
    float: left;
    width: 58.333333%; }

  .col-xl-8 {
    float: left;
    width: 66.666667%; }

  .col-xl-9 {
    float: left;
    width: 75%; }

  .col-xl-10 {
    float: left;
    width: 83.333333%; }

  .col-xl-11 {
    float: left;
    width: 91.666667%; }

  .col-xl-12 {
    float: left;
    width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.333333%; }

  .pull-xl-2 {
    right: 16.666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.333333%; }

  .pull-xl-5 {
    right: 41.666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.333333%; }

  .pull-xl-8 {
    right: 66.666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.333333%; }

  .pull-xl-11 {
    right: 91.666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.333333%; }

  .push-xl-2 {
    left: 16.666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.333333%; }

  .push-xl-5 {
    left: 41.666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.333333%; }

  .push-xl-8 {
    left: 66.666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.333333%; }

  .push-xl-11 {
    left: 91.666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.float-xs-none {
  float: none !important; }

@media (min-device-width: 480px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-device-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-device-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-device-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; }

  .hidden-xl {
    display: none; }

  .visible-xl {
    display: block; } }
.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (max-device-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (max-device-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (max-device-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (max-device-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.hidden-xs-up {
  display: none !important; }

@media (max-device-width: 576px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-device-width: 577px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-device-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-device-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-device-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-device-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-device-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-device-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

.ml-100 {
  margin-left: 100% !important; }

.ml-99 {
  margin-left: 99% !important; }

.ml-98 {
  margin-left: 98% !important; }

.ml-97 {
  margin-left: 97% !important; }

.ml-96 {
  margin-left: 96% !important; }

.ml-95 {
  margin-left: 95% !important; }

.ml-94 {
  margin-left: 94% !important; }

.ml-93 {
  margin-left: 93% !important; }

.ml-92 {
  margin-left: 92% !important; }

.ml-91 {
  margin-left: 91% !important; }

.ml-90 {
  margin-left: 90% !important; }

.ml-89 {
  margin-left: 89% !important; }

.ml-88 {
  margin-left: 88% !important; }

.ml-87 {
  margin-left: 87% !important; }

.ml-86 {
  margin-left: 86% !important; }

.ml-85 {
  margin-left: 85% !important; }

.ml-84 {
  margin-left: 84% !important; }

.ml-83 {
  margin-left: 83% !important; }

.ml-82 {
  margin-left: 82% !important; }

.ml-81 {
  margin-left: 81% !important; }

.ml-80 {
  margin-left: 80% !important; }

.ml-79 {
  margin-left: 79% !important; }

.ml-78 {
  margin-left: 78% !important; }

.ml-77 {
  margin-left: 77% !important; }

.ml-76 {
  margin-left: 76% !important; }

.ml-75 {
  margin-left: 75% !important; }

.ml-74 {
  margin-left: 74% !important; }

.ml-73 {
  margin-left: 73% !important; }

.ml-72 {
  margin-left: 72% !important; }

.ml-71 {
  margin-left: 71% !important; }

.ml-70 {
  margin-left: 70% !important; }

.ml-69 {
  margin-left: 69% !important; }

.ml-68 {
  margin-left: 68% !important; }

.ml-67 {
  margin-left: 67% !important; }

.ml-66 {
  margin-left: 66% !important; }

.ml-65 {
  margin-left: 65% !important; }

.ml-64 {
  margin-left: 64% !important; }

.ml-63 {
  margin-left: 63% !important; }

.ml-62 {
  margin-left: 62% !important; }

.ml-61 {
  margin-left: 61% !important; }

.ml-60 {
  margin-left: 60% !important; }

.ml-59 {
  margin-left: 59% !important; }

.ml-58 {
  margin-left: 58% !important; }

.ml-57 {
  margin-left: 57% !important; }

.ml-56 {
  margin-left: 56% !important; }

.ml-55 {
  margin-left: 55% !important; }

.ml-54 {
  margin-left: 54% !important; }

.ml-53 {
  margin-left: 53% !important; }

.ml-52 {
  margin-left: 52% !important; }

.ml-51 {
  margin-left: 51% !important; }

.ml-50 {
  margin-left: 50% !important; }

.ml-49 {
  margin-left: 49% !important; }

.ml-48 {
  margin-left: 48% !important; }

.ml-47 {
  margin-left: 47% !important; }

.ml-46 {
  margin-left: 46% !important; }

.ml-45 {
  margin-left: 45% !important; }

.ml-44 {
  margin-left: 44% !important; }

.ml-43 {
  margin-left: 43% !important; }

.ml-42 {
  margin-left: 42% !important; }

.ml-41 {
  margin-left: 41% !important; }

.ml-40 {
  margin-left: 40% !important; }

.ml-39 {
  margin-left: 39% !important; }

.ml-38 {
  margin-left: 38% !important; }

.ml-37 {
  margin-left: 37% !important; }

.ml-36 {
  margin-left: 36% !important; }

.ml-35 {
  margin-left: 35% !important; }

.ml-34 {
  margin-left: 34% !important; }

.ml-33 {
  margin-left: 33% !important; }

.ml-32 {
  margin-left: 32% !important; }

.ml-31 {
  margin-left: 31% !important; }

.ml-30 {
  margin-left: 30% !important; }

.ml-29 {
  margin-left: 29% !important; }

.ml-28 {
  margin-left: 28% !important; }

.ml-27 {
  margin-left: 27% !important; }

.ml-26 {
  margin-left: 26% !important; }

.ml-25 {
  margin-left: 25% !important; }

.ml-24 {
  margin-left: 24% !important; }

.ml-23 {
  margin-left: 23% !important; }

.ml-22 {
  margin-left: 22% !important; }

.ml-21 {
  margin-left: 21% !important; }

.ml-20 {
  margin-left: 20% !important; }

.ml-19 {
  margin-left: 19% !important; }

.ml-18 {
  margin-left: 18% !important; }

.ml-17 {
  margin-left: 17% !important; }

.ml-16 {
  margin-left: 16% !important; }

.ml-15 {
  margin-left: 15% !important; }

.ml-14 {
  margin-left: 14% !important; }

.ml-13 {
  margin-left: 13% !important; }

.ml-12 {
  margin-left: 12% !important; }

.ml-11 {
  margin-left: 11% !important; }

.ml-10 {
  margin-left: 10% !important; }

.ml-9 {
  margin-left: 9% !important; }

.ml-8 {
  margin-left: 8% !important; }

.ml-7 {
  margin-left: 7% !important; }

.ml-6 {
  margin-left: 6% !important; }

.ml-5 {
  margin-left: 5% !important; }

.ml-4 {
  margin-left: 4% !important; }

.ml-3 {
  margin-left: 3% !important; }

.ml-2 {
  margin-left: 2% !important; }

.ml-1 {
  margin-left: 1% !important; }

.mr-100 {
  margin-right: 100% !important; }

.mr-99 {
  margin-right: 99% !important; }

.mr-98 {
  margin-right: 98% !important; }

.mr-97 {
  margin-right: 97% !important; }

.mr-96 {
  margin-right: 96% !important; }

.mr-95 {
  margin-right: 95% !important; }

.mr-94 {
  margin-right: 94% !important; }

.mr-93 {
  margin-right: 93% !important; }

.mr-92 {
  margin-right: 92% !important; }

.mr-91 {
  margin-right: 91% !important; }

.mr-90 {
  margin-right: 90% !important; }

.mr-89 {
  margin-right: 89% !important; }

.mr-88 {
  margin-right: 88% !important; }

.mr-87 {
  margin-right: 87% !important; }

.mr-86 {
  margin-right: 86% !important; }

.mr-85 {
  margin-right: 85% !important; }

.mr-84 {
  margin-right: 84% !important; }

.mr-83 {
  margin-right: 83% !important; }

.mr-82 {
  margin-right: 82% !important; }

.mr-81 {
  margin-right: 81% !important; }

.mr-80 {
  margin-right: 80% !important; }

.mr-79 {
  margin-right: 79% !important; }

.mr-78 {
  margin-right: 78% !important; }

.mr-77 {
  margin-right: 77% !important; }

.mr-76 {
  margin-right: 76% !important; }

.mr-75 {
  margin-right: 75% !important; }

.mr-74 {
  margin-right: 74% !important; }

.mr-73 {
  margin-right: 73% !important; }

.mr-72 {
  margin-right: 72% !important; }

.mr-71 {
  margin-right: 71% !important; }

.mr-70 {
  margin-right: 70% !important; }

.mr-69 {
  margin-right: 69% !important; }

.mr-68 {
  margin-right: 68% !important; }

.mr-67 {
  margin-right: 67% !important; }

.mr-66 {
  margin-right: 66% !important; }

.mr-65 {
  margin-right: 65% !important; }

.mr-64 {
  margin-right: 64% !important; }

.mr-63 {
  margin-right: 63% !important; }

.mr-62 {
  margin-right: 62% !important; }

.mr-61 {
  margin-right: 61% !important; }

.mr-60 {
  margin-right: 60% !important; }

.mr-59 {
  margin-right: 59% !important; }

.mr-58 {
  margin-right: 58% !important; }

.mr-57 {
  margin-right: 57% !important; }

.mr-56 {
  margin-right: 56% !important; }

.mr-55 {
  margin-right: 55% !important; }

.mr-54 {
  margin-right: 54% !important; }

.mr-53 {
  margin-right: 53% !important; }

.mr-52 {
  margin-right: 52% !important; }

.mr-51 {
  margin-right: 51% !important; }

.mr-50 {
  margin-right: 50% !important; }

.mr-49 {
  margin-right: 49% !important; }

.mr-48 {
  margin-right: 48% !important; }

.mr-47 {
  margin-right: 47% !important; }

.mr-46 {
  margin-right: 46% !important; }

.mr-45 {
  margin-right: 45% !important; }

.mr-44 {
  margin-right: 44% !important; }

.mr-43 {
  margin-right: 43% !important; }

.mr-42 {
  margin-right: 42% !important; }

.mr-41 {
  margin-right: 41% !important; }

.mr-40 {
  margin-right: 40% !important; }

.mr-39 {
  margin-right: 39% !important; }

.mr-38 {
  margin-right: 38% !important; }

.mr-37 {
  margin-right: 37% !important; }

.mr-36 {
  margin-right: 36% !important; }

.mr-35 {
  margin-right: 35% !important; }

.mr-34 {
  margin-right: 34% !important; }

.mr-33 {
  margin-right: 33% !important; }

.mr-32 {
  margin-right: 32% !important; }

.mr-31 {
  margin-right: 31% !important; }

.mr-30 {
  margin-right: 30% !important; }

.mr-29 {
  margin-right: 29% !important; }

.mr-28 {
  margin-right: 28% !important; }

.mr-27 {
  margin-right: 27% !important; }

.mr-26 {
  margin-right: 26% !important; }

.mr-25 {
  margin-right: 25% !important; }

.mr-24 {
  margin-right: 24% !important; }

.mr-23 {
  margin-right: 23% !important; }

.mr-22 {
  margin-right: 22% !important; }

.mr-21 {
  margin-right: 21% !important; }

.mr-20 {
  margin-right: 20% !important; }

.mr-19 {
  margin-right: 19% !important; }

.mr-18 {
  margin-right: 18% !important; }

.mr-17 {
  margin-right: 17% !important; }

.mr-16 {
  margin-right: 16% !important; }

.mr-15 {
  margin-right: 15% !important; }

.mr-14 {
  margin-right: 14% !important; }

.mr-13 {
  margin-right: 13% !important; }

.mr-12 {
  margin-right: 12% !important; }

.mr-11 {
  margin-right: 11% !important; }

.mr-10 {
  margin-right: 10% !important; }

.mr-9 {
  margin-right: 9% !important; }

.mr-8 {
  margin-right: 8% !important; }

.mr-7 {
  margin-right: 7% !important; }

.mr-6 {
  margin-right: 6% !important; }

.mr-5 {
  margin-right: 5% !important; }

.mr-4 {
  margin-right: 4% !important; }

.mr-3 {
  margin-right: 3% !important; }

.mr-2 {
  margin-right: 2% !important; }

.mr-1 {
  margin-right: 1% !important; }

.pr-100 {
  padding-right: 100% !important; }

.pr-99 {
  padding-right: 99% !important; }

.pr-98 {
  padding-right: 98% !important; }

.pr-97 {
  padding-right: 97% !important; }

.pr-96 {
  padding-right: 96% !important; }

.pr-95 {
  padding-right: 95% !important; }

.pr-94 {
  padding-right: 94% !important; }

.pr-93 {
  padding-right: 93% !important; }

.pr-92 {
  padding-right: 92% !important; }

.pr-91 {
  padding-right: 91% !important; }

.pr-90 {
  padding-right: 90% !important; }

.pr-89 {
  padding-right: 89% !important; }

.pr-88 {
  padding-right: 88% !important; }

.pr-87 {
  padding-right: 87% !important; }

.pr-86 {
  padding-right: 86% !important; }

.pr-85 {
  padding-right: 85% !important; }

.pr-84 {
  padding-right: 84% !important; }

.pr-83 {
  padding-right: 83% !important; }

.pr-82 {
  padding-right: 82% !important; }

.pr-81 {
  padding-right: 81% !important; }

.pr-80 {
  padding-right: 80% !important; }

.pr-79 {
  padding-right: 79% !important; }

.pr-78 {
  padding-right: 78% !important; }

.pr-77 {
  padding-right: 77% !important; }

.pr-76 {
  padding-right: 76% !important; }

.pr-75 {
  padding-right: 75% !important; }

.pr-74 {
  padding-right: 74% !important; }

.pr-73 {
  padding-right: 73% !important; }

.pr-72 {
  padding-right: 72% !important; }

.pr-71 {
  padding-right: 71% !important; }

.pr-70 {
  padding-right: 70% !important; }

.pr-69 {
  padding-right: 69% !important; }

.pr-68 {
  padding-right: 68% !important; }

.pr-67 {
  padding-right: 67% !important; }

.pr-66 {
  padding-right: 66% !important; }

.pr-65 {
  padding-right: 65% !important; }

.pr-64 {
  padding-right: 64% !important; }

.pr-63 {
  padding-right: 63% !important; }

.pr-62 {
  padding-right: 62% !important; }

.pr-61 {
  padding-right: 61% !important; }

.pr-60 {
  padding-right: 60% !important; }

.pr-59 {
  padding-right: 59% !important; }

.pr-58 {
  padding-right: 58% !important; }

.pr-57 {
  padding-right: 57% !important; }

.pr-56 {
  padding-right: 56% !important; }

.pr-55 {
  padding-right: 55% !important; }

.pr-54 {
  padding-right: 54% !important; }

.pr-53 {
  padding-right: 53% !important; }

.pr-52 {
  padding-right: 52% !important; }

.pr-51 {
  padding-right: 51% !important; }

.pr-50 {
  padding-right: 50% !important; }

.pr-49 {
  padding-right: 49% !important; }

.pr-48 {
  padding-right: 48% !important; }

.pr-47 {
  padding-right: 47% !important; }

.pr-46 {
  padding-right: 46% !important; }

.pr-45 {
  padding-right: 45% !important; }

.pr-44 {
  padding-right: 44% !important; }

.pr-43 {
  padding-right: 43% !important; }

.pr-42 {
  padding-right: 42% !important; }

.pr-41 {
  padding-right: 41% !important; }

.pr-40 {
  padding-right: 40% !important; }

.pr-39 {
  padding-right: 39% !important; }

.pr-38 {
  padding-right: 38% !important; }

.pr-37 {
  padding-right: 37% !important; }

.pr-36 {
  padding-right: 36% !important; }

.pr-35 {
  padding-right: 35% !important; }

.pr-34 {
  padding-right: 34% !important; }

.pr-33 {
  padding-right: 33% !important; }

.pr-32 {
  padding-right: 32% !important; }

.pr-31 {
  padding-right: 31% !important; }

.pr-30 {
  padding-right: 30% !important; }

.pr-29 {
  padding-right: 29% !important; }

.pr-28 {
  padding-right: 28% !important; }

.pr-27 {
  padding-right: 27% !important; }

.pr-26 {
  padding-right: 26% !important; }

.pr-25 {
  padding-right: 25% !important; }

.pr-24 {
  padding-right: 24% !important; }

.pr-23 {
  padding-right: 23% !important; }

.pr-22 {
  padding-right: 22% !important; }

.pr-21 {
  padding-right: 21% !important; }

.pr-20 {
  padding-right: 20% !important; }

.pr-19 {
  padding-right: 19% !important; }

.pr-18 {
  padding-right: 18% !important; }

.pr-17 {
  padding-right: 17% !important; }

.pr-16 {
  padding-right: 16% !important; }

.pr-15 {
  padding-right: 15% !important; }

.pr-14 {
  padding-right: 14% !important; }

.pr-13 {
  padding-right: 13% !important; }

.pr-12 {
  padding-right: 12% !important; }

.pr-11 {
  padding-right: 11% !important; }

.pr-10 {
  padding-right: 10% !important; }

.pr-9 {
  padding-right: 9% !important; }

.pr-8 {
  padding-right: 8% !important; }

.pr-7 {
  padding-right: 7% !important; }

.pr-6 {
  padding-right: 6% !important; }

.pr-5 {
  padding-right: 5% !important; }

.pr-4 {
  padding-right: 4% !important; }

.pr-3 {
  padding-right: 3% !important; }

.pr-2 {
  padding-right: 2% !important; }

.pr-1 {
  padding-right: 1% !important; }

.pl-100 {
  padding-left: 100% !important; }

.pl-99 {
  padding-left: 99% !important; }

.pl-98 {
  padding-left: 98% !important; }

.pl-97 {
  padding-left: 97% !important; }

.pl-96 {
  padding-left: 96% !important; }

.pl-95 {
  padding-left: 95% !important; }

.pl-94 {
  padding-left: 94% !important; }

.pl-93 {
  padding-left: 93% !important; }

.pl-92 {
  padding-left: 92% !important; }

.pl-91 {
  padding-left: 91% !important; }

.pl-90 {
  padding-left: 90% !important; }

.pl-89 {
  padding-left: 89% !important; }

.pl-88 {
  padding-left: 88% !important; }

.pl-87 {
  padding-left: 87% !important; }

.pl-86 {
  padding-left: 86% !important; }

.pl-85 {
  padding-left: 85% !important; }

.pl-84 {
  padding-left: 84% !important; }

.pl-83 {
  padding-left: 83% !important; }

.pl-82 {
  padding-left: 82% !important; }

.pl-81 {
  padding-left: 81% !important; }

.pl-80 {
  padding-left: 80% !important; }

.pl-79 {
  padding-left: 79% !important; }

.pl-78 {
  padding-left: 78% !important; }

.pl-77 {
  padding-left: 77% !important; }

.pl-76 {
  padding-left: 76% !important; }

.pl-75 {
  padding-left: 75% !important; }

.pl-74 {
  padding-left: 74% !important; }

.pl-73 {
  padding-left: 73% !important; }

.pl-72 {
  padding-left: 72% !important; }

.pl-71 {
  padding-left: 71% !important; }

.pl-70 {
  padding-left: 70% !important; }

.pl-69 {
  padding-left: 69% !important; }

.pl-68 {
  padding-left: 68% !important; }

.pl-67 {
  padding-left: 67% !important; }

.pl-66 {
  padding-left: 66% !important; }

.pl-65 {
  padding-left: 65% !important; }

.pl-64 {
  padding-left: 64% !important; }

.pl-63 {
  padding-left: 63% !important; }

.pl-62 {
  padding-left: 62% !important; }

.pl-61 {
  padding-left: 61% !important; }

.pl-60 {
  padding-left: 60% !important; }

.pl-59 {
  padding-left: 59% !important; }

.pl-58 {
  padding-left: 58% !important; }

.pl-57 {
  padding-left: 57% !important; }

.pl-56 {
  padding-left: 56% !important; }

.pl-55 {
  padding-left: 55% !important; }

.pl-54 {
  padding-left: 54% !important; }

.pl-53 {
  padding-left: 53% !important; }

.pl-52 {
  padding-left: 52% !important; }

.pl-51 {
  padding-left: 51% !important; }

.pl-50 {
  padding-left: 50% !important; }

.pl-49 {
  padding-left: 49% !important; }

.pl-48 {
  padding-left: 48% !important; }

.pl-47 {
  padding-left: 47% !important; }

.pl-46 {
  padding-left: 46% !important; }

.pl-45 {
  padding-left: 45% !important; }

.pl-44 {
  padding-left: 44% !important; }

.pl-43 {
  padding-left: 43% !important; }

.pl-42 {
  padding-left: 42% !important; }

.pl-41 {
  padding-left: 41% !important; }

.pl-40 {
  padding-left: 40% !important; }

.pl-39 {
  padding-left: 39% !important; }

.pl-38 {
  padding-left: 38% !important; }

.pl-37 {
  padding-left: 37% !important; }

.pl-36 {
  padding-left: 36% !important; }

.pl-35 {
  padding-left: 35% !important; }

.pl-34 {
  padding-left: 34% !important; }

.pl-33 {
  padding-left: 33% !important; }

.pl-32 {
  padding-left: 32% !important; }

.pl-31 {
  padding-left: 31% !important; }

.pl-30 {
  padding-left: 30% !important; }

.pl-29 {
  padding-left: 29% !important; }

.pl-28 {
  padding-left: 28% !important; }

.pl-27 {
  padding-left: 27% !important; }

.pl-26 {
  padding-left: 26% !important; }

.pl-25 {
  padding-left: 25% !important; }

.pl-24 {
  padding-left: 24% !important; }

.pl-23 {
  padding-left: 23% !important; }

.pl-22 {
  padding-left: 22% !important; }

.pl-21 {
  padding-left: 21% !important; }

.pl-20 {
  padding-left: 20% !important; }

.pl-19 {
  padding-left: 19% !important; }

.pl-18 {
  padding-left: 18% !important; }

.pl-17 {
  padding-left: 17% !important; }

.pl-16 {
  padding-left: 16% !important; }

.pl-15 {
  padding-left: 15% !important; }

.pl-14 {
  padding-left: 14% !important; }

.pl-13 {
  padding-left: 13% !important; }

.pl-12 {
  padding-left: 12% !important; }

.pl-11 {
  padding-left: 11% !important; }

.pl-10 {
  padding-left: 10% !important; }

.pl-9 {
  padding-left: 9% !important; }

.pl-8 {
  padding-left: 8% !important; }

.pl-7 {
  padding-left: 7% !important; }

.pl-6 {
  padding-left: 6% !important; }

.pl-5 {
  padding-left: 5% !important; }

.pl-4 {
  padding-left: 4% !important; }

.pl-3 {
  padding-left: 3% !important; }

.pl-2 {
  padding-left: 2% !important; }

.pl-1 {
  padding-left: 1% !important; }

.mb-100 {
  margin-bottom: 100% !important; }

.mb-99 {
  margin-bottom: 99% !important; }

.mb-98 {
  margin-bottom: 98% !important; }

.mb-97 {
  margin-bottom: 97% !important; }

.mb-96 {
  margin-bottom: 96% !important; }

.mb-95 {
  margin-bottom: 95% !important; }

.mb-94 {
  margin-bottom: 94% !important; }

.mb-93 {
  margin-bottom: 93% !important; }

.mb-92 {
  margin-bottom: 92% !important; }

.mb-91 {
  margin-bottom: 91% !important; }

.mb-90 {
  margin-bottom: 90% !important; }

.mb-89 {
  margin-bottom: 89% !important; }

.mb-88 {
  margin-bottom: 88% !important; }

.mb-87 {
  margin-bottom: 87% !important; }

.mb-86 {
  margin-bottom: 86% !important; }

.mb-85 {
  margin-bottom: 85% !important; }

.mb-84 {
  margin-bottom: 84% !important; }

.mb-83 {
  margin-bottom: 83% !important; }

.mb-82 {
  margin-bottom: 82% !important; }

.mb-81 {
  margin-bottom: 81% !important; }

.mb-80 {
  margin-bottom: 80% !important; }

.mb-79 {
  margin-bottom: 79% !important; }

.mb-78 {
  margin-bottom: 78% !important; }

.mb-77 {
  margin-bottom: 77% !important; }

.mb-76 {
  margin-bottom: 76% !important; }

.mb-75 {
  margin-bottom: 75% !important; }

.mb-74 {
  margin-bottom: 74% !important; }

.mb-73 {
  margin-bottom: 73% !important; }

.mb-72 {
  margin-bottom: 72% !important; }

.mb-71 {
  margin-bottom: 71% !important; }

.mb-70 {
  margin-bottom: 70% !important; }

.mb-69 {
  margin-bottom: 69% !important; }

.mb-68 {
  margin-bottom: 68% !important; }

.mb-67 {
  margin-bottom: 67% !important; }

.mb-66 {
  margin-bottom: 66% !important; }

.mb-65 {
  margin-bottom: 65% !important; }

.mb-64 {
  margin-bottom: 64% !important; }

.mb-63 {
  margin-bottom: 63% !important; }

.mb-62 {
  margin-bottom: 62% !important; }

.mb-61 {
  margin-bottom: 61% !important; }

.mb-60 {
  margin-bottom: 60% !important; }

.mb-59 {
  margin-bottom: 59% !important; }

.mb-58 {
  margin-bottom: 58% !important; }

.mb-57 {
  margin-bottom: 57% !important; }

.mb-56 {
  margin-bottom: 56% !important; }

.mb-55 {
  margin-bottom: 55% !important; }

.mb-54 {
  margin-bottom: 54% !important; }

.mb-53 {
  margin-bottom: 53% !important; }

.mb-52 {
  margin-bottom: 52% !important; }

.mb-51 {
  margin-bottom: 51% !important; }

.mb-50 {
  margin-bottom: 50% !important; }

.mb-49 {
  margin-bottom: 49% !important; }

.mb-48 {
  margin-bottom: 48% !important; }

.mb-47 {
  margin-bottom: 47% !important; }

.mb-46 {
  margin-bottom: 46% !important; }

.mb-45 {
  margin-bottom: 45% !important; }

.mb-44 {
  margin-bottom: 44% !important; }

.mb-43 {
  margin-bottom: 43% !important; }

.mb-42 {
  margin-bottom: 42% !important; }

.mb-41 {
  margin-bottom: 41% !important; }

.mb-40 {
  margin-bottom: 40% !important; }

.mb-39 {
  margin-bottom: 39% !important; }

.mb-38 {
  margin-bottom: 38% !important; }

.mb-37 {
  margin-bottom: 37% !important; }

.mb-36 {
  margin-bottom: 36% !important; }

.mb-35 {
  margin-bottom: 35% !important; }

.mb-34 {
  margin-bottom: 34% !important; }

.mb-33 {
  margin-bottom: 33% !important; }

.mb-32 {
  margin-bottom: 32% !important; }

.mb-31 {
  margin-bottom: 31% !important; }

.mb-30 {
  margin-bottom: 30% !important; }

.mb-29 {
  margin-bottom: 29% !important; }

.mb-28 {
  margin-bottom: 28% !important; }

.mb-27 {
  margin-bottom: 27% !important; }

.mb-26 {
  margin-bottom: 26% !important; }

.mb-25 {
  margin-bottom: 25% !important; }

.mb-24 {
  margin-bottom: 24% !important; }

.mb-23 {
  margin-bottom: 23% !important; }

.mb-22 {
  margin-bottom: 22% !important; }

.mb-21 {
  margin-bottom: 21% !important; }

.mb-20 {
  margin-bottom: 20% !important; }

.mb-19 {
  margin-bottom: 19% !important; }

.mb-18 {
  margin-bottom: 18% !important; }

.mb-17 {
  margin-bottom: 17% !important; }

.mb-16 {
  margin-bottom: 16% !important; }

.mb-15 {
  margin-bottom: 15% !important; }

.mb-14 {
  margin-bottom: 14% !important; }

.mb-13 {
  margin-bottom: 13% !important; }

.mb-12 {
  margin-bottom: 12% !important; }

.mb-11 {
  margin-bottom: 11% !important; }

.mb-10 {
  margin-bottom: 10% !important; }

.mb-9 {
  margin-bottom: 9% !important; }

.mb-8 {
  margin-bottom: 8% !important; }

.mb-7 {
  margin-bottom: 7% !important; }

.mb-6 {
  margin-bottom: 6% !important; }

.mb-5 {
  margin-bottom: 5% !important; }

.mb-4 {
  margin-bottom: 4% !important; }

.mb-3 {
  margin-bottom: 3% !important; }

.mb-2 {
  margin-bottom: 2% !important; }

.mb-1 {
  margin-bottom: 1% !important; }

.mb-0 {
  margin-bottom: 0% !important; }

.mt-100 {
  margin-top: 100% !important; }

.mt-99 {
  margin-top: 99% !important; }

.mt-98 {
  margin-top: 98% !important; }

.mt-97 {
  margin-top: 97% !important; }

.mt-96 {
  margin-top: 96% !important; }

.mt-95 {
  margin-top: 95% !important; }

.mt-94 {
  margin-top: 94% !important; }

.mt-93 {
  margin-top: 93% !important; }

.mt-92 {
  margin-top: 92% !important; }

.mt-91 {
  margin-top: 91% !important; }

.mt-90 {
  margin-top: 90% !important; }

.mt-89 {
  margin-top: 89% !important; }

.mt-88 {
  margin-top: 88% !important; }

.mt-87 {
  margin-top: 87% !important; }

.mt-86 {
  margin-top: 86% !important; }

.mt-85 {
  margin-top: 85% !important; }

.mt-84 {
  margin-top: 84% !important; }

.mt-83 {
  margin-top: 83% !important; }

.mt-82 {
  margin-top: 82% !important; }

.mt-81 {
  margin-top: 81% !important; }

.mt-80 {
  margin-top: 80% !important; }

.mt-79 {
  margin-top: 79% !important; }

.mt-78 {
  margin-top: 78% !important; }

.mt-77 {
  margin-top: 77% !important; }

.mt-76 {
  margin-top: 76% !important; }

.mt-75 {
  margin-top: 75% !important; }

.mt-74 {
  margin-top: 74% !important; }

.mt-73 {
  margin-top: 73% !important; }

.mt-72 {
  margin-top: 72% !important; }

.mt-71 {
  margin-top: 71% !important; }

.mt-70 {
  margin-top: 70% !important; }

.mt-69 {
  margin-top: 69% !important; }

.mt-68 {
  margin-top: 68% !important; }

.mt-67 {
  margin-top: 67% !important; }

.mt-66 {
  margin-top: 66% !important; }

.mt-65 {
  margin-top: 65% !important; }

.mt-64 {
  margin-top: 64% !important; }

.mt-63 {
  margin-top: 63% !important; }

.mt-62 {
  margin-top: 62% !important; }

.mt-61 {
  margin-top: 61% !important; }

.mt-60 {
  margin-top: 60% !important; }

.mt-59 {
  margin-top: 59% !important; }

.mt-58 {
  margin-top: 58% !important; }

.mt-57 {
  margin-top: 57% !important; }

.mt-56 {
  margin-top: 56% !important; }

.mt-55 {
  margin-top: 55% !important; }

.mt-54 {
  margin-top: 54% !important; }

.mt-53 {
  margin-top: 53% !important; }

.mt-52 {
  margin-top: 52% !important; }

.mt-51 {
  margin-top: 51% !important; }

.mt-50 {
  margin-top: 50% !important; }

.mt-49 {
  margin-top: 49% !important; }

.mt-48 {
  margin-top: 48% !important; }

.mt-47 {
  margin-top: 47% !important; }

.mt-46 {
  margin-top: 46% !important; }

.mt-45 {
  margin-top: 45% !important; }

.mt-44 {
  margin-top: 44% !important; }

.mt-43 {
  margin-top: 43% !important; }

.mt-42 {
  margin-top: 42% !important; }

.mt-41 {
  margin-top: 41% !important; }

.mt-40 {
  margin-top: 40% !important; }

.mt-39 {
  margin-top: 39% !important; }

.mt-38 {
  margin-top: 38% !important; }

.mt-37 {
  margin-top: 37% !important; }

.mt-36 {
  margin-top: 36% !important; }

.mt-35 {
  margin-top: 35% !important; }

.mt-34 {
  margin-top: 34% !important; }

.mt-33 {
  margin-top: 33% !important; }

.mt-32 {
  margin-top: 32% !important; }

.mt-31 {
  margin-top: 31% !important; }

.mt-30 {
  margin-top: 30% !important; }

.mt-29 {
  margin-top: 29% !important; }

.mt-28 {
  margin-top: 28% !important; }

.mt-27 {
  margin-top: 27% !important; }

.mt-26 {
  margin-top: 26% !important; }

.mt-25 {
  margin-top: 25% !important; }

.mt-24 {
  margin-top: 24% !important; }

.mt-23 {
  margin-top: 23% !important; }

.mt-22 {
  margin-top: 22% !important; }

.mt-21 {
  margin-top: 21% !important; }

.mt-20 {
  margin-top: 20% !important; }

.mt-19 {
  margin-top: 19% !important; }

.mt-18 {
  margin-top: 18% !important; }

.mt-17 {
  margin-top: 17% !important; }

.mt-16 {
  margin-top: 16% !important; }

.mt-15 {
  margin-top: 15% !important; }

.mt-14 {
  margin-top: 14% !important; }

.mt-13 {
  margin-top: 13% !important; }

.mt-12 {
  margin-top: 12% !important; }

.mt-11 {
  margin-top: 11% !important; }

.mt-10 {
  margin-top: 10% !important; }

.mt-9 {
  margin-top: 9% !important; }

.mt-8 {
  margin-top: 8% !important; }

.mt-7 {
  margin-top: 7% !important; }

.mt-6 {
  margin-top: 6% !important; }

.mt-5 {
  margin-top: 5% !important; }

.mt-4 {
  margin-top: 4% !important; }

.mt-3 {
  margin-top: 3% !important; }

.mt-2 {
  margin-top: 2% !important; }

.mt-1 {
  margin-top: 1% !important; }

.mt-0 {
  margin-top: 0% !important; }

.mbpx-100 {
  margin-bottom: 100px !important; }

.mbpx-99 {
  margin-bottom: 99px !important; }

.mbpx-98 {
  margin-bottom: 98px !important; }

.mbpx-97 {
  margin-bottom: 97px !important; }

.mbpx-96 {
  margin-bottom: 96px !important; }

.mbpx-95 {
  margin-bottom: 95px !important; }

.mbpx-94 {
  margin-bottom: 94px !important; }

.mbpx-93 {
  margin-bottom: 93px !important; }

.mbpx-92 {
  margin-bottom: 92px !important; }

.mbpx-91 {
  margin-bottom: 91px !important; }

.mbpx-90 {
  margin-bottom: 90px !important; }

.mbpx-89 {
  margin-bottom: 89px !important; }

.mbpx-88 {
  margin-bottom: 88px !important; }

.mbpx-87 {
  margin-bottom: 87px !important; }

.mbpx-86 {
  margin-bottom: 86px !important; }

.mbpx-85 {
  margin-bottom: 85px !important; }

.mbpx-84 {
  margin-bottom: 84px !important; }

.mbpx-83 {
  margin-bottom: 83px !important; }

.mbpx-82 {
  margin-bottom: 82px !important; }

.mbpx-81 {
  margin-bottom: 81px !important; }

.mbpx-80 {
  margin-bottom: 80px !important; }

.mbpx-79 {
  margin-bottom: 79px !important; }

.mbpx-78 {
  margin-bottom: 78px !important; }

.mbpx-77 {
  margin-bottom: 77px !important; }

.mbpx-76 {
  margin-bottom: 76px !important; }

.mbpx-75 {
  margin-bottom: 75px !important; }

.mbpx-74 {
  margin-bottom: 74px !important; }

.mbpx-73 {
  margin-bottom: 73px !important; }

.mbpx-72 {
  margin-bottom: 72px !important; }

.mbpx-71 {
  margin-bottom: 71px !important; }

.mbpx-70 {
  margin-bottom: 70px !important; }

.mbpx-69 {
  margin-bottom: 69px !important; }

.mbpx-68 {
  margin-bottom: 68px !important; }

.mbpx-67 {
  margin-bottom: 67px !important; }

.mbpx-66 {
  margin-bottom: 66px !important; }

.mbpx-65 {
  margin-bottom: 65px !important; }

.mbpx-64 {
  margin-bottom: 64px !important; }

.mbpx-63 {
  margin-bottom: 63px !important; }

.mbpx-62 {
  margin-bottom: 62px !important; }

.mbpx-61 {
  margin-bottom: 61px !important; }

.mbpx-60 {
  margin-bottom: 60px !important; }

.mbpx-59 {
  margin-bottom: 59px !important; }

.mbpx-58 {
  margin-bottom: 58px !important; }

.mbpx-57 {
  margin-bottom: 57px !important; }

.mbpx-56 {
  margin-bottom: 56px !important; }

.mbpx-55 {
  margin-bottom: 55px !important; }

.mbpx-54 {
  margin-bottom: 54px !important; }

.mbpx-53 {
  margin-bottom: 53px !important; }

.mbpx-52 {
  margin-bottom: 52px !important; }

.mbpx-51 {
  margin-bottom: 51px !important; }

.mbpx-50 {
  margin-bottom: 50px !important; }

.mbpx-49 {
  margin-bottom: 49px !important; }

.mbpx-48 {
  margin-bottom: 48px !important; }

.mbpx-47 {
  margin-bottom: 47px !important; }

.mbpx-46 {
  margin-bottom: 46px !important; }

.mbpx-45 {
  margin-bottom: 45px !important; }

.mbpx-44 {
  margin-bottom: 44px !important; }

.mbpx-43 {
  margin-bottom: 43px !important; }

.mbpx-42 {
  margin-bottom: 42px !important; }

.mbpx-41 {
  margin-bottom: 41px !important; }

.mbpx-40 {
  margin-bottom: 40px !important; }

.mbpx-39 {
  margin-bottom: 39px !important; }

.mbpx-38 {
  margin-bottom: 38px !important; }

.mbpx-37 {
  margin-bottom: 37px !important; }

.mbpx-36 {
  margin-bottom: 36px !important; }

.mbpx-35 {
  margin-bottom: 35px !important; }

.mbpx-34 {
  margin-bottom: 34px !important; }

.mbpx-33 {
  margin-bottom: 33px !important; }

.mbpx-32 {
  margin-bottom: 32px !important; }

.mbpx-31 {
  margin-bottom: 31px !important; }

.mbpx-30 {
  margin-bottom: 30px !important; }

.mbpx-29 {
  margin-bottom: 29px !important; }

.mbpx-28 {
  margin-bottom: 28px !important; }

.mbpx-27 {
  margin-bottom: 27px !important; }

.mbpx-26 {
  margin-bottom: 26px !important; }

.mbpx-25 {
  margin-bottom: 25px !important; }

.mbpx-24 {
  margin-bottom: 24px !important; }

.mbpx-23 {
  margin-bottom: 23px !important; }

.mbpx-22 {
  margin-bottom: 22px !important; }

.mbpx-21 {
  margin-bottom: 21px !important; }

.mbpx-20 {
  margin-bottom: 20px !important; }

.mbpx-19 {
  margin-bottom: 19px !important; }

.mbpx-18 {
  margin-bottom: 18px !important; }

.mbpx-17 {
  margin-bottom: 17px !important; }

.mbpx-16 {
  margin-bottom: 16px !important; }

.mbpx-15 {
  margin-bottom: 15px !important; }

.mbpx-14 {
  margin-bottom: 14px !important; }

.mbpx-13 {
  margin-bottom: 13px !important; }

.mbpx-12 {
  margin-bottom: 12px !important; }

.mbpx-11 {
  margin-bottom: 11px !important; }

.mbpx-10 {
  margin-bottom: 10px !important; }

.mbpx-9 {
  margin-bottom: 9px !important; }

.mbpx-8 {
  margin-bottom: 8px !important; }

.mbpx-7 {
  margin-bottom: 7px !important; }

.mbpx-6 {
  margin-bottom: 6px !important; }

.mbpx-5 {
  margin-bottom: 5px !important; }

.mbpx-4 {
  margin-bottom: 4px !important; }

.mbpx-3 {
  margin-bottom: 3px !important; }

.mbpx-2 {
  margin-bottom: 2px !important; }

.mbpx-1 {
  margin-bottom: 1px !important; }

.mbpx-0 {
  margin-bottom: 0px !important; }

.mtpx-100 {
  margin-top: 100px !important; }

.mtpx-99 {
  margin-top: 99px !important; }

.mtpx-98 {
  margin-top: 98px !important; }

.mtpx-97 {
  margin-top: 97px !important; }

.mtpx-96 {
  margin-top: 96px !important; }

.mtpx-95 {
  margin-top: 95px !important; }

.mtpx-94 {
  margin-top: 94px !important; }

.mtpx-93 {
  margin-top: 93px !important; }

.mtpx-92 {
  margin-top: 92px !important; }

.mtpx-91 {
  margin-top: 91px !important; }

.mtpx-90 {
  margin-top: 90px !important; }

.mtpx-89 {
  margin-top: 89px !important; }

.mtpx-88 {
  margin-top: 88px !important; }

.mtpx-87 {
  margin-top: 87px !important; }

.mtpx-86 {
  margin-top: 86px !important; }

.mtpx-85 {
  margin-top: 85px !important; }

.mtpx-84 {
  margin-top: 84px !important; }

.mtpx-83 {
  margin-top: 83px !important; }

.mtpx-82 {
  margin-top: 82px !important; }

.mtpx-81 {
  margin-top: 81px !important; }

.mtpx-80 {
  margin-top: 80px !important; }

.mtpx-79 {
  margin-top: 79px !important; }

.mtpx-78 {
  margin-top: 78px !important; }

.mtpx-77 {
  margin-top: 77px !important; }

.mtpx-76 {
  margin-top: 76px !important; }

.mtpx-75 {
  margin-top: 75px !important; }

.mtpx-74 {
  margin-top: 74px !important; }

.mtpx-73 {
  margin-top: 73px !important; }

.mtpx-72 {
  margin-top: 72px !important; }

.mtpx-71 {
  margin-top: 71px !important; }

.mtpx-70 {
  margin-top: 70px !important; }

.mtpx-69 {
  margin-top: 69px !important; }

.mtpx-68 {
  margin-top: 68px !important; }

.mtpx-67 {
  margin-top: 67px !important; }

.mtpx-66 {
  margin-top: 66px !important; }

.mtpx-65 {
  margin-top: 65px !important; }

.mtpx-64 {
  margin-top: 64px !important; }

.mtpx-63 {
  margin-top: 63px !important; }

.mtpx-62 {
  margin-top: 62px !important; }

.mtpx-61 {
  margin-top: 61px !important; }

.mtpx-60 {
  margin-top: 60px !important; }

.mtpx-59 {
  margin-top: 59px !important; }

.mtpx-58 {
  margin-top: 58px !important; }

.mtpx-57 {
  margin-top: 57px !important; }

.mtpx-56 {
  margin-top: 56px !important; }

.mtpx-55 {
  margin-top: 55px !important; }

.mtpx-54 {
  margin-top: 54px !important; }

.mtpx-53 {
  margin-top: 53px !important; }

.mtpx-52 {
  margin-top: 52px !important; }

.mtpx-51 {
  margin-top: 51px !important; }

.mtpx-50 {
  margin-top: 50px !important; }

.mtpx-49 {
  margin-top: 49px !important; }

.mtpx-48 {
  margin-top: 48px !important; }

.mtpx-47 {
  margin-top: 47px !important; }

.mtpx-46 {
  margin-top: 46px !important; }

.mtpx-45 {
  margin-top: 45px !important; }

.mtpx-44 {
  margin-top: 44px !important; }

.mtpx-43 {
  margin-top: 43px !important; }

.mtpx-42 {
  margin-top: 42px !important; }

.mtpx-41 {
  margin-top: 41px !important; }

.mtpx-40 {
  margin-top: 40px !important; }

.mtpx-39 {
  margin-top: 39px !important; }

.mtpx-38 {
  margin-top: 38px !important; }

.mtpx-37 {
  margin-top: 37px !important; }

.mtpx-36 {
  margin-top: 36px !important; }

.mtpx-35 {
  margin-top: 35px !important; }

.mtpx-34 {
  margin-top: 34px !important; }

.mtpx-33 {
  margin-top: 33px !important; }

.mtpx-32 {
  margin-top: 32px !important; }

.mtpx-31 {
  margin-top: 31px !important; }

.mtpx-30 {
  margin-top: 30px !important; }

.mtpx-29 {
  margin-top: 29px !important; }

.mtpx-28 {
  margin-top: 28px !important; }

.mtpx-27 {
  margin-top: 27px !important; }

.mtpx-26 {
  margin-top: 26px !important; }

.mtpx-25 {
  margin-top: 25px !important; }

.mtpx-24 {
  margin-top: 24px !important; }

.mtpx-23 {
  margin-top: 23px !important; }

.mtpx-22 {
  margin-top: 22px !important; }

.mtpx-21 {
  margin-top: 21px !important; }

.mtpx-20 {
  margin-top: 20px !important; }

.mtpx-19 {
  margin-top: 19px !important; }

.mtpx-18 {
  margin-top: 18px !important; }

.mtpx-17 {
  margin-top: 17px !important; }

.mtpx-16 {
  margin-top: 16px !important; }

.mtpx-15 {
  margin-top: 15px !important; }

.mtpx-14 {
  margin-top: 14px !important; }

.mtpx-13 {
  margin-top: 13px !important; }

.mtpx-12 {
  margin-top: 12px !important; }

.mtpx-11 {
  margin-top: 11px !important; }

.mtpx-10 {
  margin-top: 10px !important; }

.mtpx-9 {
  margin-top: 9px !important; }

.mtpx-8 {
  margin-top: 8px !important; }

.mtpx-7 {
  margin-top: 7px !important; }

.mtpx-6 {
  margin-top: 6px !important; }

.mtpx-5 {
  margin-top: 5px !important; }

.mtpx-4 {
  margin-top: 4px !important; }

.mtpx-3 {
  margin-top: 3px !important; }

.mtpx-2 {
  margin-top: 2px !important; }

.mtpx-1 {
  margin-top: 1px !important; }

.mtpx-0 {
  margin-top: 0px !important; }

.pbpx-100 {
  padding-bottom: 100px !important; }

.pbpx-99 {
  padding-bottom: 99px !important; }

.pbpx-98 {
  padding-bottom: 98px !important; }

.pbpx-97 {
  padding-bottom: 97px !important; }

.pbpx-96 {
  padding-bottom: 96px !important; }

.pbpx-95 {
  padding-bottom: 95px !important; }

.pbpx-94 {
  padding-bottom: 94px !important; }

.pbpx-93 {
  padding-bottom: 93px !important; }

.pbpx-92 {
  padding-bottom: 92px !important; }

.pbpx-91 {
  padding-bottom: 91px !important; }

.pbpx-90 {
  padding-bottom: 90px !important; }

.pbpx-89 {
  padding-bottom: 89px !important; }

.pbpx-88 {
  padding-bottom: 88px !important; }

.pbpx-87 {
  padding-bottom: 87px !important; }

.pbpx-86 {
  padding-bottom: 86px !important; }

.pbpx-85 {
  padding-bottom: 85px !important; }

.pbpx-84 {
  padding-bottom: 84px !important; }

.pbpx-83 {
  padding-bottom: 83px !important; }

.pbpx-82 {
  padding-bottom: 82px !important; }

.pbpx-81 {
  padding-bottom: 81px !important; }

.pbpx-80 {
  padding-bottom: 80px !important; }

.pbpx-79 {
  padding-bottom: 79px !important; }

.pbpx-78 {
  padding-bottom: 78px !important; }

.pbpx-77 {
  padding-bottom: 77px !important; }

.pbpx-76 {
  padding-bottom: 76px !important; }

.pbpx-75 {
  padding-bottom: 75px !important; }

.pbpx-74 {
  padding-bottom: 74px !important; }

.pbpx-73 {
  padding-bottom: 73px !important; }

.pbpx-72 {
  padding-bottom: 72px !important; }

.pbpx-71 {
  padding-bottom: 71px !important; }

.pbpx-70 {
  padding-bottom: 70px !important; }

.pbpx-69 {
  padding-bottom: 69px !important; }

.pbpx-68 {
  padding-bottom: 68px !important; }

.pbpx-67 {
  padding-bottom: 67px !important; }

.pbpx-66 {
  padding-bottom: 66px !important; }

.pbpx-65 {
  padding-bottom: 65px !important; }

.pbpx-64 {
  padding-bottom: 64px !important; }

.pbpx-63 {
  padding-bottom: 63px !important; }

.pbpx-62 {
  padding-bottom: 62px !important; }

.pbpx-61 {
  padding-bottom: 61px !important; }

.pbpx-60 {
  padding-bottom: 60px !important; }

.pbpx-59 {
  padding-bottom: 59px !important; }

.pbpx-58 {
  padding-bottom: 58px !important; }

.pbpx-57 {
  padding-bottom: 57px !important; }

.pbpx-56 {
  padding-bottom: 56px !important; }

.pbpx-55 {
  padding-bottom: 55px !important; }

.pbpx-54 {
  padding-bottom: 54px !important; }

.pbpx-53 {
  padding-bottom: 53px !important; }

.pbpx-52 {
  padding-bottom: 52px !important; }

.pbpx-51 {
  padding-bottom: 51px !important; }

.pbpx-50 {
  padding-bottom: 50px !important; }

.pbpx-49 {
  padding-bottom: 49px !important; }

.pbpx-48 {
  padding-bottom: 48px !important; }

.pbpx-47 {
  padding-bottom: 47px !important; }

.pbpx-46 {
  padding-bottom: 46px !important; }

.pbpx-45 {
  padding-bottom: 45px !important; }

.pbpx-44 {
  padding-bottom: 44px !important; }

.pbpx-43 {
  padding-bottom: 43px !important; }

.pbpx-42 {
  padding-bottom: 42px !important; }

.pbpx-41 {
  padding-bottom: 41px !important; }

.pbpx-40 {
  padding-bottom: 40px !important; }

.pbpx-39 {
  padding-bottom: 39px !important; }

.pbpx-38 {
  padding-bottom: 38px !important; }

.pbpx-37 {
  padding-bottom: 37px !important; }

.pbpx-36 {
  padding-bottom: 36px !important; }

.pbpx-35 {
  padding-bottom: 35px !important; }

.pbpx-34 {
  padding-bottom: 34px !important; }

.pbpx-33 {
  padding-bottom: 33px !important; }

.pbpx-32 {
  padding-bottom: 32px !important; }

.pbpx-31 {
  padding-bottom: 31px !important; }

.pbpx-30 {
  padding-bottom: 30px !important; }

.pbpx-29 {
  padding-bottom: 29px !important; }

.pbpx-28 {
  padding-bottom: 28px !important; }

.pbpx-27 {
  padding-bottom: 27px !important; }

.pbpx-26 {
  padding-bottom: 26px !important; }

.pbpx-25 {
  padding-bottom: 25px !important; }

.pbpx-24 {
  padding-bottom: 24px !important; }

.pbpx-23 {
  padding-bottom: 23px !important; }

.pbpx-22 {
  padding-bottom: 22px !important; }

.pbpx-21 {
  padding-bottom: 21px !important; }

.pbpx-20 {
  padding-bottom: 20px !important; }

.pbpx-19 {
  padding-bottom: 19px !important; }

.pbpx-18 {
  padding-bottom: 18px !important; }

.pbpx-17 {
  padding-bottom: 17px !important; }

.pbpx-16 {
  padding-bottom: 16px !important; }

.pbpx-15 {
  padding-bottom: 15px !important; }

.pbpx-14 {
  padding-bottom: 14px !important; }

.pbpx-13 {
  padding-bottom: 13px !important; }

.pbpx-12 {
  padding-bottom: 12px !important; }

.pbpx-11 {
  padding-bottom: 11px !important; }

.pbpx-10 {
  padding-bottom: 10px !important; }

.pbpx-9 {
  padding-bottom: 9px !important; }

.pbpx-8 {
  padding-bottom: 8px !important; }

.pbpx-7 {
  padding-bottom: 7px !important; }

.pbpx-6 {
  padding-bottom: 6px !important; }

.pbpx-5 {
  padding-bottom: 5px !important; }

.pbpx-4 {
  padding-bottom: 4px !important; }

.pbpx-3 {
  padding-bottom: 3px !important; }

.pbpx-2 {
  padding-bottom: 2px !important; }

.pbpx-1 {
  padding-bottom: 1px !important; }

.pbpx-0 {
  padding-bottom: 0px !important; }

.ptpx-100 {
  padding-top: 100px !important; }

.ptpx-99 {
  padding-top: 99px !important; }

.ptpx-98 {
  padding-top: 98px !important; }

.ptpx-97 {
  padding-top: 97px !important; }

.ptpx-96 {
  padding-top: 96px !important; }

.ptpx-95 {
  padding-top: 95px !important; }

.ptpx-94 {
  padding-top: 94px !important; }

.ptpx-93 {
  padding-top: 93px !important; }

.ptpx-92 {
  padding-top: 92px !important; }

.ptpx-91 {
  padding-top: 91px !important; }

.ptpx-90 {
  padding-top: 90px !important; }

.ptpx-89 {
  padding-top: 89px !important; }

.ptpx-88 {
  padding-top: 88px !important; }

.ptpx-87 {
  padding-top: 87px !important; }

.ptpx-86 {
  padding-top: 86px !important; }

.ptpx-85 {
  padding-top: 85px !important; }

.ptpx-84 {
  padding-top: 84px !important; }

.ptpx-83 {
  padding-top: 83px !important; }

.ptpx-82 {
  padding-top: 82px !important; }

.ptpx-81 {
  padding-top: 81px !important; }

.ptpx-80 {
  padding-top: 80px !important; }

.ptpx-79 {
  padding-top: 79px !important; }

.ptpx-78 {
  padding-top: 78px !important; }

.ptpx-77 {
  padding-top: 77px !important; }

.ptpx-76 {
  padding-top: 76px !important; }

.ptpx-75 {
  padding-top: 75px !important; }

.ptpx-74 {
  padding-top: 74px !important; }

.ptpx-73 {
  padding-top: 73px !important; }

.ptpx-72 {
  padding-top: 72px !important; }

.ptpx-71 {
  padding-top: 71px !important; }

.ptpx-70 {
  padding-top: 70px !important; }

.ptpx-69 {
  padding-top: 69px !important; }

.ptpx-68 {
  padding-top: 68px !important; }

.ptpx-67 {
  padding-top: 67px !important; }

.ptpx-66 {
  padding-top: 66px !important; }

.ptpx-65 {
  padding-top: 65px !important; }

.ptpx-64 {
  padding-top: 64px !important; }

.ptpx-63 {
  padding-top: 63px !important; }

.ptpx-62 {
  padding-top: 62px !important; }

.ptpx-61 {
  padding-top: 61px !important; }

.ptpx-60 {
  padding-top: 60px !important; }

.ptpx-59 {
  padding-top: 59px !important; }

.ptpx-58 {
  padding-top: 58px !important; }

.ptpx-57 {
  padding-top: 57px !important; }

.ptpx-56 {
  padding-top: 56px !important; }

.ptpx-55 {
  padding-top: 55px !important; }

.ptpx-54 {
  padding-top: 54px !important; }

.ptpx-53 {
  padding-top: 53px !important; }

.ptpx-52 {
  padding-top: 52px !important; }

.ptpx-51 {
  padding-top: 51px !important; }

.ptpx-50 {
  padding-top: 50px !important; }

.ptpx-49 {
  padding-top: 49px !important; }

.ptpx-48 {
  padding-top: 48px !important; }

.ptpx-47 {
  padding-top: 47px !important; }

.ptpx-46 {
  padding-top: 46px !important; }

.ptpx-45 {
  padding-top: 45px !important; }

.ptpx-44 {
  padding-top: 44px !important; }

.ptpx-43 {
  padding-top: 43px !important; }

.ptpx-42 {
  padding-top: 42px !important; }

.ptpx-41 {
  padding-top: 41px !important; }

.ptpx-40 {
  padding-top: 40px !important; }

.ptpx-39 {
  padding-top: 39px !important; }

.ptpx-38 {
  padding-top: 38px !important; }

.ptpx-37 {
  padding-top: 37px !important; }

.ptpx-36 {
  padding-top: 36px !important; }

.ptpx-35 {
  padding-top: 35px !important; }

.ptpx-34 {
  padding-top: 34px !important; }

.ptpx-33 {
  padding-top: 33px !important; }

.ptpx-32 {
  padding-top: 32px !important; }

.ptpx-31 {
  padding-top: 31px !important; }

.ptpx-30 {
  padding-top: 30px !important; }

.ptpx-29 {
  padding-top: 29px !important; }

.ptpx-28 {
  padding-top: 28px !important; }

.ptpx-27 {
  padding-top: 27px !important; }

.ptpx-26 {
  padding-top: 26px !important; }

.ptpx-25 {
  padding-top: 25px !important; }

.ptpx-24 {
  padding-top: 24px !important; }

.ptpx-23 {
  padding-top: 23px !important; }

.ptpx-22 {
  padding-top: 22px !important; }

.ptpx-21 {
  padding-top: 21px !important; }

.ptpx-20 {
  padding-top: 20px !important; }

.ptpx-19 {
  padding-top: 19px !important; }

.ptpx-18 {
  padding-top: 18px !important; }

.ptpx-17 {
  padding-top: 17px !important; }

.ptpx-16 {
  padding-top: 16px !important; }

.ptpx-15 {
  padding-top: 15px !important; }

.ptpx-14 {
  padding-top: 14px !important; }

.ptpx-13 {
  padding-top: 13px !important; }

.ptpx-12 {
  padding-top: 12px !important; }

.ptpx-11 {
  padding-top: 11px !important; }

.ptpx-10 {
  padding-top: 10px !important; }

.ptpx-9 {
  padding-top: 9px !important; }

.ptpx-8 {
  padding-top: 8px !important; }

.ptpx-7 {
  padding-top: 7px !important; }

.ptpx-6 {
  padding-top: 6px !important; }

.ptpx-5 {
  padding-top: 5px !important; }

.ptpx-4 {
  padding-top: 4px !important; }

.ptpx-3 {
  padding-top: 3px !important; }

.ptpx-2 {
  padding-top: 2px !important; }

.ptpx-1 {
  padding-top: 1px !important; }

.ptpx-0 {
  padding-top: 0px !important; }

.h-100 {
  height: 100px; }

.h-99 {
  height: 99px; }

.h-98 {
  height: 98px; }

.h-97 {
  height: 97px; }

.h-96 {
  height: 96px; }

.h-95 {
  height: 95px; }

.h-94 {
  height: 94px; }

.h-93 {
  height: 93px; }

.h-92 {
  height: 92px; }

.h-91 {
  height: 91px; }

.h-90 {
  height: 90px; }

.h-89 {
  height: 89px; }

.h-88 {
  height: 88px; }

.h-87 {
  height: 87px; }

.h-86 {
  height: 86px; }

.h-85 {
  height: 85px; }

.h-84 {
  height: 84px; }

.h-83 {
  height: 83px; }

.h-82 {
  height: 82px; }

.h-81 {
  height: 81px; }

.h-80 {
  height: 80px; }

.h-79 {
  height: 79px; }

.h-78 {
  height: 78px; }

.h-77 {
  height: 77px; }

.h-76 {
  height: 76px; }

.h-75 {
  height: 75px; }

.h-74 {
  height: 74px; }

.h-73 {
  height: 73px; }

.h-72 {
  height: 72px; }

.h-71 {
  height: 71px; }

.h-70 {
  height: 70px; }

.h-69 {
  height: 69px; }

.h-68 {
  height: 68px; }

.h-67 {
  height: 67px; }

.h-66 {
  height: 66px; }

.h-65 {
  height: 65px; }

.h-64 {
  height: 64px; }

.h-63 {
  height: 63px; }

.h-62 {
  height: 62px; }

.h-61 {
  height: 61px; }

.h-60 {
  height: 60px; }

.h-59 {
  height: 59px; }

.h-58 {
  height: 58px; }

.h-57 {
  height: 57px; }

.h-56 {
  height: 56px; }

.h-55 {
  height: 55px; }

.h-54 {
  height: 54px; }

.h-53 {
  height: 53px; }

.h-52 {
  height: 52px; }

.h-51 {
  height: 51px; }

.h-50 {
  height: 50px; }

.h-49 {
  height: 49px; }

.h-48 {
  height: 48px; }

.h-47 {
  height: 47px; }

.h-46 {
  height: 46px; }

.h-45 {
  height: 45px; }

.h-44 {
  height: 44px; }

.h-43 {
  height: 43px; }

.h-42 {
  height: 42px; }

.h-41 {
  height: 41px; }

.h-40 {
  height: 40px; }

.h-39 {
  height: 39px; }

.h-38 {
  height: 38px; }

.h-37 {
  height: 37px; }

.h-36 {
  height: 36px; }

.h-35 {
  height: 35px; }

.h-34 {
  height: 34px; }

.h-33 {
  height: 33px; }

.h-32 {
  height: 32px; }

.h-31 {
  height: 31px; }

.h-30 {
  height: 30px; }

.h-29 {
  height: 29px; }

.h-28 {
  height: 28px; }

.h-27 {
  height: 27px; }

.h-26 {
  height: 26px; }

.h-25 {
  height: 25px; }

.h-24 {
  height: 24px; }

.h-23 {
  height: 23px; }

.h-22 {
  height: 22px; }

.h-21 {
  height: 21px; }

.h-20 {
  height: 20px; }

.h-19 {
  height: 19px; }

.h-18 {
  height: 18px; }

.h-17 {
  height: 17px; }

.h-16 {
  height: 16px; }

.h-15 {
  height: 15px; }

.h-14 {
  height: 14px; }

.h-13 {
  height: 13px; }

.h-12 {
  height: 12px; }

.h-11 {
  height: 11px; }

.h-10 {
  height: 10px; }

.h-9 {
  height: 9px; }

.h-8 {
  height: 8px; }

.h-7 {
  height: 7px; }

.h-6 {
  height: 6px; }

.h-5 {
  height: 5px; }

.h-4 {
  height: 4px; }

.h-3 {
  height: 3px; }

.h-2 {
  height: 2px; }

.h-1 {
  height: 1px; }

.h-0 {
  height: 0px; }

.wpx-100 {
  width: 100px; }

.wpx-99 {
  width: 99px; }

.wpx-98 {
  width: 98px; }

.wpx-97 {
  width: 97px; }

.wpx-96 {
  width: 96px; }

.wpx-95 {
  width: 95px; }

.wpx-94 {
  width: 94px; }

.wpx-93 {
  width: 93px; }

.wpx-92 {
  width: 92px; }

.wpx-91 {
  width: 91px; }

.wpx-90 {
  width: 90px; }

.wpx-89 {
  width: 89px; }

.wpx-88 {
  width: 88px; }

.wpx-87 {
  width: 87px; }

.wpx-86 {
  width: 86px; }

.wpx-85 {
  width: 85px; }

.wpx-84 {
  width: 84px; }

.wpx-83 {
  width: 83px; }

.wpx-82 {
  width: 82px; }

.wpx-81 {
  width: 81px; }

.wpx-80 {
  width: 80px; }

.wpx-79 {
  width: 79px; }

.wpx-78 {
  width: 78px; }

.wpx-77 {
  width: 77px; }

.wpx-76 {
  width: 76px; }

.wpx-75 {
  width: 75px; }

.wpx-74 {
  width: 74px; }

.wpx-73 {
  width: 73px; }

.wpx-72 {
  width: 72px; }

.wpx-71 {
  width: 71px; }

.wpx-70 {
  width: 70px; }

.wpx-69 {
  width: 69px; }

.wpx-68 {
  width: 68px; }

.wpx-67 {
  width: 67px; }

.wpx-66 {
  width: 66px; }

.wpx-65 {
  width: 65px; }

.wpx-64 {
  width: 64px; }

.wpx-63 {
  width: 63px; }

.wpx-62 {
  width: 62px; }

.wpx-61 {
  width: 61px; }

.wpx-60 {
  width: 60px; }

.wpx-59 {
  width: 59px; }

.wpx-58 {
  width: 58px; }

.wpx-57 {
  width: 57px; }

.wpx-56 {
  width: 56px; }

.wpx-55 {
  width: 55px; }

.wpx-54 {
  width: 54px; }

.wpx-53 {
  width: 53px; }

.wpx-52 {
  width: 52px; }

.wpx-51 {
  width: 51px; }

.wpx-50 {
  width: 50px; }

.wpx-49 {
  width: 49px; }

.wpx-48 {
  width: 48px; }

.wpx-47 {
  width: 47px; }

.wpx-46 {
  width: 46px; }

.wpx-45 {
  width: 45px; }

.wpx-44 {
  width: 44px; }

.wpx-43 {
  width: 43px; }

.wpx-42 {
  width: 42px; }

.wpx-41 {
  width: 41px; }

.wpx-40 {
  width: 40px; }

.wpx-39 {
  width: 39px; }

.wpx-38 {
  width: 38px; }

.wpx-37 {
  width: 37px; }

.wpx-36 {
  width: 36px; }

.wpx-35 {
  width: 35px; }

.wpx-34 {
  width: 34px; }

.wpx-33 {
  width: 33px; }

.wpx-32 {
  width: 32px; }

.wpx-31 {
  width: 31px; }

.wpx-30 {
  width: 30px; }

.wpx-29 {
  width: 29px; }

.wpx-28 {
  width: 28px; }

.wpx-27 {
  width: 27px; }

.wpx-26 {
  width: 26px; }

.wpx-25 {
  width: 25px; }

.wpx-24 {
  width: 24px; }

.wpx-23 {
  width: 23px; }

.wpx-22 {
  width: 22px; }

.wpx-21 {
  width: 21px; }

.wpx-20 {
  width: 20px; }

.wpx-19 {
  width: 19px; }

.wpx-18 {
  width: 18px; }

.wpx-17 {
  width: 17px; }

.wpx-16 {
  width: 16px; }

.wpx-15 {
  width: 15px; }

.wpx-14 {
  width: 14px; }

.wpx-13 {
  width: 13px; }

.wpx-12 {
  width: 12px; }

.wpx-11 {
  width: 11px; }

.wpx-10 {
  width: 10px; }

.wpx-9 {
  width: 9px; }

.wpx-8 {
  width: 8px; }

.wpx-7 {
  width: 7px; }

.wpx-6 {
  width: 6px; }

.wpx-5 {
  width: 5px; }

.wpx-4 {
  width: 4px; }

.wpx-3 {
  width: 3px; }

.wpx-2 {
  width: 2px; }

.wpx-1 {
  width: 1px; }

.wpx-0 {
  width: 0px; }

.w-100 {
  width: 100%; }

.w-99 {
  width: 99%; }

.w-98 {
  width: 98%; }

.w-97 {
  width: 97%; }

.w-96 {
  width: 96%; }

.w-95 {
  width: 95%; }

.w-94 {
  width: 94%; }

.w-93 {
  width: 93%; }

.w-92 {
  width: 92%; }

.w-91 {
  width: 91%; }

.w-90 {
  width: 90%; }

.w-89 {
  width: 89%; }

.w-88 {
  width: 88%; }

.w-87 {
  width: 87%; }

.w-86 {
  width: 86%; }

.w-85 {
  width: 85%; }

.w-84 {
  width: 84%; }

.w-83 {
  width: 83%; }

.w-82 {
  width: 82%; }

.w-81 {
  width: 81%; }

.w-80 {
  width: 80%; }

.w-79 {
  width: 79%; }

.w-78 {
  width: 78%; }

.w-77 {
  width: 77%; }

.w-76 {
  width: 76%; }

.w-75 {
  width: 75%; }

.w-74 {
  width: 74%; }

.w-73 {
  width: 73%; }

.w-72 {
  width: 72%; }

.w-71 {
  width: 71%; }

.w-70 {
  width: 70%; }

.w-69 {
  width: 69%; }

.w-68 {
  width: 68%; }

.w-67 {
  width: 67%; }

.w-66 {
  width: 66%; }

.w-65 {
  width: 65%; }

.w-64 {
  width: 64%; }

.w-63 {
  width: 63%; }

.w-62 {
  width: 62%; }

.w-61 {
  width: 61%; }

.w-60 {
  width: 60%; }

.w-59 {
  width: 59%; }

.w-58 {
  width: 58%; }

.w-57 {
  width: 57%; }

.w-56 {
  width: 56%; }

.w-55 {
  width: 55%; }

.w-54 {
  width: 54%; }

.w-53 {
  width: 53%; }

.w-52 {
  width: 52%; }

.w-51 {
  width: 51%; }

.w-50 {
  width: 50%; }

.w-49 {
  width: 49%; }

.w-48 {
  width: 48%; }

.w-47 {
  width: 47%; }

.w-46 {
  width: 46%; }

.w-45 {
  width: 45%; }

.w-44 {
  width: 44%; }

.w-43 {
  width: 43%; }

.w-42 {
  width: 42%; }

.w-41 {
  width: 41%; }

.w-40 {
  width: 40%; }

.w-39 {
  width: 39%; }

.w-38 {
  width: 38%; }

.w-37 {
  width: 37%; }

.w-36 {
  width: 36%; }

.w-35 {
  width: 35%; }

.w-34 {
  width: 34%; }

.w-33 {
  width: 33%; }

.w-32 {
  width: 32%; }

.w-31 {
  width: 31%; }

.w-30 {
  width: 30%; }

.w-29 {
  width: 29%; }

.w-28 {
  width: 28%; }

.w-27 {
  width: 27%; }

.w-26 {
  width: 26%; }

.w-25 {
  width: 25%; }

.w-24 {
  width: 24%; }

.w-23 {
  width: 23%; }

.w-22 {
  width: 22%; }

.w-21 {
  width: 21%; }

.w-20 {
  width: 20%; }

.w-19 {
  width: 19%; }

.w-18 {
  width: 18%; }

.w-17 {
  width: 17%; }

.w-16 {
  width: 16%; }

.w-15 {
  width: 15%; }

.w-14 {
  width: 14%; }

.w-13 {
  width: 13%; }

.w-12 {
  width: 12%; }

.w-11 {
  width: 11%; }

.w-10 {
  width: 10%; }

.w-9 {
  width: 9%; }

.w-8 {
  width: 8%; }

.w-7 {
  width: 7%; }

.w-6 {
  width: 6%; }

.w-5 {
  width: 5%; }

.w-4 {
  width: 4%; }

.w-3 {
  width: 3%; }

.w-2 {
  width: 2%; }

.w-1 {
  width: 1%; }

.fs-22 {
  font-size: 22px; }

.fs-8 {font-size: 8px; }
.fs-9 {font-size: 9px; }

.fs-24 {
  font-size: 24px; }

::-moz-selection {
  background: #21444d;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #ea612b;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #e91a1a;
  color: #fff;
  text-shadow: none; }

::-webkit-scrollbar {
  width: 5px;
  height: 10px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888; }

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #0e76bc; }

html {
  position: relative; }

*, html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }




body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #58595b;
  -webkit-font-smoothing: antialiased;
     }

body.report{
      position: relative;
    min-height: 1430px;
}


img {
  max-width: 100%;
  display: block; }

.ff-primary {
  font-family: "LillyBeta" !important; }

.ff-secondary {
  font-family: "Montserrat" !important;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat" !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
  padding: 0; }


h1, .h1 {
  font-size: 78px;
  font-size: 5.1vmax; }

h2, .h2 {
  font-size: 70px; }

h3, .h3 {
  font-size: 56px; }
  @media (max-width: 565px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 30px; }

h5, .h5 {
  font-size: 26px; }

h6, .h6 {
  font-size: 24px; }

p {
  font-size: 14px; }

a {
  color: #333333;
  text-decoration: none; }

img.inherit {
  max-width: inherit; }

.img-resp {
  display: block;
  max-width: 100%;
  height: auto; }

.relative-block {
  position: relative; }

.absolute-block {
  position: absolute; }

.unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

.facebook:hover {
  color: #1a4bad !important; }

.facebook-icon:hover {
  background: #1a4bad !important; }

.twitter:hover {
  color: #00a9cd !important; }

.twitter-icon:hover {
  background: #00a9cd !important; }

.linkedin:hover {
  color: #1d4a9c !important; }

.linkedin-icon:hover {
  background: #1d4a9c !important; }

.instagram:hover {
  color: #fb3958 !important; }

.googleplus:hover {
  color: #ff4800 !important; }

.googleplus-icon:hover {
  background: #ff4800 !important; }

.youtube:hover {
  color: #d10000 !important; }

.youtube-icon:hover {
  background: #d10000 !important; }

ul.inline li {
  display: inline-block; }
ul.block li {
  display: block; }
ul.table {
  display: table; }
  ul.table li {
    display: table-cell; }
ul.nomar li:last-child {
  margin-right: 0 !important; }
ul.nomar li:first-child {
  margin-left: 0 !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

hr {
  border: none; }

.td-underline {
  text-decoration: underline; }

.td-border {
  border-bottom: 1px solid; }

.td-border-dashed {
  border-bottom: 1px dashed; }

.td-border-dotted {
  border-bottom: 1px dotted; }

.b-radius {
  border-radius: 4px; }

.b-radius-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.fs-default {
  font-size: 14px; }

.fs-vsmall {
  font-size: 10px; }

.fs-xsmall {
  font-size: 12px; }

.fs-small {
  font-size: 12px; }

.fs-medium {
  font-size: 16px; }

.fs-large {
  font-size: 18px; }

.fs-xlarge {
  font-size: 22px; }

.fs-xxl {
  font-size: 40px; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semi-bold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-black {
  font-weight: 900 !important; }

.tt-normal {
  text-transform: inherit !important; }

.tt-uppercase {
  text-transform: uppercase !important; }

.tt-capital {
  text-transform: capitalize !important; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

.ta-center {
  text-align: center; }

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

.fc-primary {
  color: #0e76bc; }

.fc-secondary {
  color: #39a088; }

.fc-default {
  color: #333333; }

.fc-white {
  color: #ffffff; }

.fc-black {
  color: #000000; }



.fc-lgrey {
  color: #808080; }

.fc-spgrey {
  color: #3d2828; }

.fc-brown {
  color: #4d3b2d; }

.fc-dbrown {
  color: #3d2828; }



.fc-blue{
  color:#1160c5;
}
.fc-yellow{
  color:#f6de18;
}
.fc-green{
  color:#289400;
}
.fc-grey{
  color:#5c5b59;
}




.bg-primary {
  background: #ea612b; }

.bg-secondary {
  background: #39a088; }

.bg-white {
  background: #ffffff; }

.bg-black {
  background: #000000; }

.bg-grey {
  background: #666666; }

.bg-lgrey {
  background: #999999; }

.bg-lblue {
background: #ebf5f3; }

.bg-nblue {
background: #92cbbe; }


.bg-yellow {
background: #ffc000; }

.bg-green {
background: #39a088; }


.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.lh-normal {
  line-height: 1; }

.lh-medium {
  line-height: 1.2; }

.lh-large {
  line-height: 1.8; }

.lh-xlarge {
  line-height: 2; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.col-nopadd {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadd-right{padding-right: 0 !important;}
.nopadd-left{padding-left: 0 !important;}

.b-yellow{
  border: 1px solid #ffc000;
}

.ls-xsmall {
  letter-spacing: -2px; }

.ls-small {
  letter-spacing: -1px; }

.ls-normal {
  letter-spacing: 0px; }

.ls-medium {
  letter-spacing: 1px; }

.ls-large {
  letter-spacing: 2px; }

.ls-xlarge {
  letter-spacing: 4px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.facebook:hover {
  color: #1a4bad !important; }

.facebook-icon:hover {
  background: #1a4bad !important; }

.twitter:hover {
  color: #00a9cd !important; }

.twitter-icon:hover {
  background: #00a9cd !important; }

.linkedin:hover {
  color: #1d4a9c !important; }

.linkedin-icon:hover {
  background: #1d4a9c !important; }

.instagram:hover {
  color: #fb3958 !important; }

.googleplus:hover {
  color: #ff4800 !important; }

.googleplus-icon:hover {
  background: #ff4800 !important; }

.youtube:hover {
  color: #d10000 !important; }

.youtube-icon:hover {
  background: #d10000 !important; }

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.bg-norepeat {
  background-repeat: no-repeat; }

.bg-center {
  background-position: center; }

.bg-cover {
  background-size: cover; }

.img-inherit {
  max-width: inherit; }

.sec-padding {
  padding: 60px 0; }
  .sec-padding.small {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .sec-padding {
      padding: 40px 0; } }
  .sec-padding.\--small {
    padding: 40px 0; }
  .sec-padding.\--xsmall {
    padding: 30px 0; }

.app-container {
  width: 100%;
  overflow: hidden; }

.over-hidden {
  overflow: hidden; }

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .grid-block.\--type-inline-blocks > * {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px; }
  .grid-block.\--type-two-blocks > * {
    width: 50% !important; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333% !important; }
  .grid-block.\--type-four-blocks > * {
    width: 25% !important; }
  .grid-block.\--type-five-blocks > * {
    width: 20% !important; }
  .grid-block.\--type-six-blocks > * {
    width: 16.6667% !important; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
      @media (max-width: 991px) {
        .grid-block.\--style-offsets > * {
          padding-left: 0; } }
      @media (max-width: 767px) {
        .grid-block.\--style-offsets > * {
          padding-left: 0; } }
    .grid-block.\--style-offsets.\--offsets-small {
      margin-left: -20px; }
      .grid-block.\--style-offsets.\--offsets-small > * {
        padding-left: 20px; }
  .grid-block.\--style-bottom-offsets > * {
    margin-bottom: 30px; }
  .grid-block.\--style-bottom-offsets.\--bottom-offsets-small > * {
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .grid-block.\--grid-ipad-full > * {
      width: 100% !important; }
    .grid-block.\--grid-ipad-half > * {
      width: 50% !important; } }
  @media (max-width: 767px) {
    .grid-block.\--grid-mobile-full > * {
      width: 100% !important; }
    .grid-block.\--grid-mobile-half > * {
      width: 50% !important; } }

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.btn {
  padding: 8px 20px; }
  .btn.btn-primary {
        background-color: #1160c5;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .btn.btn-primary:hover {
      background-color: #1b1212;
      color: #fff; }
.p-rel{
  position: relative;
}

.p-rel img{
  position: absolute;
  right: 60px;
  top: 0;
  width: 85px;
  height: 65px;
}


.home-btn{
  background: rgba(101,204,222,0.97);
  background: -moz-linear-gradient(left, rgba(101,204,222,0.97) 0%, rgba(101,204,222,0.97) 16%, rgba(91,187,74,1) 91%, rgba(91,187,74,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(101,204,222,0.97)), color-stop(16%, rgba(101,204,222,0.97)), color-stop(91%, rgba(91,187,74,1)), color-stop(100%, rgba(91,187,74,1)));
  background: -webkit-linear-gradient(left, rgba(101,204,222,0.97) 0%, rgba(101,204,222,0.97) 16%, rgba(91,187,74,1) 91%, rgba(91,187,74,1) 100%);
  background: -o-linear-gradient(left, rgba(101,204,222,0.97) 0%, rgba(101,204,222,0.97) 16%, rgba(91,187,74,1) 91%, rgba(91,187,74,1) 100%);
  background: -ms-linear-gradient(left, rgba(101,204,222,0.97) 0%, rgba(101,204,222,0.97) 16%, rgba(91,187,74,1) 91%, rgba(91,187,74,1) 100%);
  background: linear-gradient(to right, rgba(101,204,222,0.97) 0%, rgba(101,204,222,0.97) 16%, rgba(91,187,74,1) 91%, rgba(91,187,74,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ccde', endColorstr='#5bbb4a', GradientType=1 );
  color:#fff;
  text-align: center;display: inline-block;
  text-transform: uppercase;
  padding:10px 10px;
  font-size:20px;
  width: 220px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}   
.home-btn span{
  position: relative;
  top: 2px;
  right: -5px;
}
.home-btn:hover{
  color:#66cce2;
  background:#fff;
  border: 1px solid #5bbb53;
}
.home-btn:hover span{
  color:#5bbb53;
}



.h-btn{
 width: 280px;
 margin: auto;
 overflow: hidden;
}

.h-btn .hot-btn{
  height: 60px;
  width: 260px;
  line-height: 60px;
  background: transparent;
  border: 1px solid transparent;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  display: block;
  position: relative;
  overflow: hidden
}

.h-btn .hot-btn .text{
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.h-btn .hot-btn .text .icos{
  position: relative;
  top:2px;
}

/* button two */
.h-btn .hot-btn{
    border-color: #ffffff;
    color: #ffffff;
}

.h-btn .hot-btn:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -310px;
  width: 100%;
  height: 100%;
  background: rgba(234,97,43,1);
background: -moz-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(234,97,43,1)), color-stop(66%, rgba(52,34,64,1)), color-stop(100%, rgba(52,34,64,1)));
background: -webkit-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: -o-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: linear-gradient(135deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea612b', endColorstr='#342240', GradientType=1 );
  color:#fff;
  transform: skew(40deg);
  transition: all 0.5s ease
}

.h-btn .hot-btn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -310px;
  width: 100%;
  height: 100%;
  background: rgba(234,97,43,1);
background: -moz-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(234,97,43,1)), color-stop(66%, rgba(52,34,64,1)), color-stop(100%, rgba(52,34,64,1)));
background: -webkit-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: -o-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
background: linear-gradient(135deg, rgba(234,97,43,1) 0%, rgba(52,34,64,1) 66%, rgba(52,34,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea612b', endColorstr='#342240', GradientType=1 );
  color:#fff;
  transform: skew(40deg);
  transition: all 0.5s ease;
}

.h-btn .hot-btn:hover{
  color: #fff
}

.h-btn .hot-btn:hover:before{left: 0}

.h-btn .hot-btn:hover:after{right: 0}


.cta-sec{
  /*background-attachment: fixed;*/
}

.white-btn{
  border:1px solid #fff;
  color:#202020;
  text-align:center;
  padding:8px 10px;
  display: inline-block;
  font-size:18px;
  width:31%;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.white-btn span{
  color:#ea612b;
  position: relative;
  left: -3px;
  top: 2px;
}
.white-btn:hover{
  background-color:#fff;
  border-color:#ea612b;
  color:#ea612b;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?74fdu1');
  src:  url('../fonts/icomoon.eot?74fdu1#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?74fdu1') format('truetype'),
    url('../fonts/icomoon.woff?74fdu1') format('woff'),
    url('../fonts/icomoon.svg?74fdu1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-whatsapp:before {
  content: "\e93c";
}
.icon-messenger:before {
  content: "\e93d";
  color: #00b2ff;
}
.icon-whatsapp1:before {
  content: "\e93e";
  color: #25d366;
}
.icon-facebook2:before {
  content: "\e901";
}
.icon-facebook11:before {
  content: "\e902";
}
.icon-mail-envelope-closed:before {
  content: "\e903";
}
.icon-mail-envelope-closed1:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-instagram1:before {
  content: "\e906";
}
.icon-mail-envelope-closed2:before {
  content: "\e907";
}
.icon-envelope1:before {
  content: "\e908";
}
.icon-envelope-o1:before {
  content: "\e909";
}
.icon-envelope-o11:before {
  content: "\e90a";
}
.icon-envelope11:before {
  content: "\e90b";
}
.icon-facebook-square1:before {
  content: "\e90c";
}
.icon-facebook21:before {
  content: "\e90d";
}
.icon-youtube1:before {
  content: "\e90e";
}
.icon-youtube11:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-plus1:before {
  content: "\e911";
}
.icon-plus2:before {
  content: "\e912";
}
.icon-right-quote:before {
  content: "\e913";
}
.icon-left-quote:before {
  content: "\e914";
}
.icon-quotes-right:before {
  content: "\e915";
}
.icon-quotes-left:before {
  content: "\e916";
}
.icon-quote-right:before {
  content: "\e917";
}
.icon-quote-left:before {
  content: "\e918";
}
.icon-profile:before {
  content: "\e919";
}
.icon-location:before {
  content: "\e91a";
}
.icon-compass:before {
  content: "\e91b";
}
.icon-compass1:before {
  content: "\e91c";
}
.icon-location3:before {
  content: "\e91d";
}
.icon-location4:before {
  content: "\e91e";
}
.icon-drivers-license:before {
  content: "\e91f";
}
.icon-facebook:before {
  content: "\e920";
}
.icon-youtube:before {
  content: "\e921";
}
.icon-twitter:before {
  content: "\e922";
}
.icon-facebook-official:before {
  content: "\e923";
}
.icon-facebook-square:before {
  content: "\e924";
}
.icon-facebook1:before {
  content: "\e925";
}
.icon-twitter1:before {
  content: "\e926";
}
.icon-google-plus:before {
  content: "\e927";
}
.icon-google:before {
  content: "\e928";
}
.icon-play:before {
  content: "\e929";
}
.icon-play1:before {
  content: "\e92a";
}
.icon-home:before {
  content: "\e92b";
}
.icon-home1:before {
  content: "\e92c";
}
.icon-home2:before {
  content: "\e92d";
}
.icon-printer-text:before {
  content: "\e92e";
}
.icon-printer:before {
  content: "\e92f";
}
.icon-phone:before {
  content: "\e930";
}
.icon-clock-o:before {
  content: "\e931";
}
.icon-envelope-o:before {
  content: "\e932";
}
.icon-envelope:before {
  content: "\e933";
}
.icon-chevron-right:before {
  content: "\e934";
}
.icon-chevron-left:before {
  content: "\e935";
}
.icon-chevron-down:before {
  content: "\e936";
}
.icon-chevron-up:before {
  content: "\e937";
}
.icon-chevron-right1:before {
  content: "\e938";
}
.icon-chevron-left1:before {
  content: "\e939";
}
.icon-chevron-down1:before {
  content: "\e93a";
}
.icon-chevron-up1:before {
  content: "\e93b";
}
.icon-whatsapp2:before {
  content: "\e93f";
}
.icon-brand:before {
  content: "\e93f";
}
.icon-social:before {
  content: "\e93f";
}
.icon-notification:before {
  content: "\e900";
}




.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }

  .fancybox-button--thumbs span {
    font-size: 23px; }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 26px;
    line-height: 1;
    color: #ea612b;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -65px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    font-size: 22px;
    font-family: 'Icomoon' !important;
    content: '\e935'; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    font-size: 22px;
    font-family: 'Icomoon' !important;
    content: '\e934'; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .\--big-dot .slick-dots {
    bottom: -40px; }
  .\--xbig-dot .slick-dots {
    bottom: -60px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        /*color: black;*/
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

ul.pack {
  width: 99%; }
  @media (min-width: 1400px) {
    ul.pack {
      width: 80%; } }
  ul.pack li {
    color: #9f9fa0;
    padding: 14px 30px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid #9f9fa0;
    margin: 0px 4px;
    background-color: transparent;
    border-radius: 50px; }
    @media (max-width: 1199px) {
      ul.pack li {
        font-size: 16px;
        padding: 10px 12px; } }
    @media (max-width: 951px) {
      ul.pack li {
        font-size: 14px;
        padding: 10px 12px; } }
    @media (max-width: 767px) {
      ul.pack li {
        font-size: 18px;
        padding: 10px 16px;
        margin-right: 0;
        width: 49%; } }
    @media (max-width: 565px) {
      ul.pack li {
        font-size: 20px;
        /* padding: 10px 16px; */
        margin: 5px 0px;
        width: 90%;} }
    ul.pack li:hover {
      background-color: #ea612b;
      color: #ffffff; }
    ul.pack li .iconx {
      display: block;
      font-size: 50px;
      margin-bottom: 30px; }
    ul.pack li .disp {
      display: none;
      width: 85px;
      height: 85px; }
  ul.pack li.current {
    background-color: #ea612b;
    color: #fff;
    border: 1px solid #fff; }
    ul.pack li.current .iconx {
      display: none; }
    ul.pack li.current .disp {
      display: block; }
  @media (max-width: 767px) {
    ul.pack {
      margin-left: 10px; } }

.tabs {
  display: none; }
  .tabs .work-tab figure {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .tabs .work-tab .content {
    border-left: 2px solid #ea612b;
    margin-top: 15px;
    padding: 10px;
    margin-left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .tabs .work-tab:hover figure {
    box-shadow: -20px -20px 0px 0px #060725; }
  .tabs .work-tab:hover .content {
    border-left: 2px solid #ea612b; }
    .tabs .work-tab:hover .content .first {
      color: #ea612b; }

.tabs.current {
  display: block; }



li.dropdown {
  position: relative; }
  li.dropdown .dropdown-list {
   position: absolute;
    display: none;
    width: 240px;
    background: #ebf5f3;
    text-align: left;
    padding: 20px 10px;
    top: 40px;
    /* left: -230px; */
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    transition-timing-function: linear;
    z-index: 1; }
    li.dropdown .dropdown-list li {
      text-align: left;
      padding: 5px 0px;
      transition: 0.3s;
      border-bottom: 1px solid #999999;
      
          width: 100% !important;
 }
      li.dropdown .dropdown-list li a {
        color: #999999;
        display: table-cell;
        vertical-align: middle;    padding: 0px !important;
 }
        li.dropdown .dropdown-list li a:before {
          display: none; }
        li.dropdown .dropdown-list li a:after {
          display: none; }
      li.dropdown .dropdown-list li:hover {    border-bottom: 1px solid #810b94; }
  li.dropdown:hover .dropdown-list {
    display: block; }
header.primary ul.one .second li.dropdown .dropdown-list.two{}
header.primary ul.one .second li.dropdown .dropdown-list.two li{height: auto;
    padding: 10px 0px;
    margin: 0 !important;
    display: block;}
header.primary ul.one .second li.dropdown .dropdown-list.two li a{}

header.primary ul.one .second li.dropdown  .dropdown-list.two li a:after{display:none;}
header.primary ul.one .second li.dropdown .dropdown-list.two li a:before{display:none;}
header.primary ul.one .second li.dropdown .dropdown-list.two li:last-child{border-bottom:none;}
header.primary ul.one .second li.dropdown .dropdown-list.two li:last-child a{}

header .social-logo-top{}
header .social-logo-top li{    background-color: #4f4c4d;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;    margin-right: 12px;
}
header .social-logo-top li:last-child{
  margin-right: 0px;
}
header .social-logo-top li span{color: #fff;
    font-size: 18px;}

footer .social-logo-top li{    background-color: #4f4c4d;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;    margin-right: 5px;    border: 1px solid transparent;
}
footer .social-logo-top li:last-child{
  margin-right: 0px;
}
footer .social-logo-top li span{color: #fff;
    font-size: 18px;}    

footer {
  background-color: #fff;
   }
footer ul.unsocial li a{font-size:16px;}
footer ul.unsocial li a span{

}
footer .social-icons{margin-top: 15px;}
footer .social-icons a{margin: 0px 5px;    font-size: 18px;}
footer ul.main-one{}
footer ul.main-one li{padding-bottom:5px;}
footer ul.main-one li a{font-weight:500;color:#58595b;font-size:16px;  }
footer ul.main-one li:hover a{}

footer ul.main-one.ql li a{font-weight:500;color:#58595b;font-size:16px; position: relative; }
footer ul.main-one.ql li a:after{position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: -2px;
    background-color: #810b94;
    width: 0%;
    height: 2px;
    transition: 0.4s;}
footer ul.main-one.ql li:hover a:after{width:75%;}


footer ul.main-one.landmarks{}
footer ul.main-one.landmarks li{    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;}
footer ul.main-one.landmarks li a{}
footer ul.main-one.landmarks li a span{position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: 0 auto;
    color: #000;
    font-size: 20px;}

.heading-bef {
  position: relative; }
  .heading-bef:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 250px;
    content: '';
    background-color: #ea612b;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px; }
    @media (max-width: 991px) {
      .heading-bef:before {
        display: none; } }

.heading-aft {
  position: relative; }
  .heading-aft:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 250px;
    content: '';
    background-color: #ea612b;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 120px;
    left: 0; }
    @media (max-width: 991px) {
      .heading-aft:before {
        display: none; } }

.ultimate .heading {
  position: relative; }
  .ultimate .heading:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 250px;
    content: '';
    background-color: #ea612b;
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 120px;
    left: 140px; }
    @media (max-width: 991px) {
      .ultimate .heading:before {
        display: none; } }

.news-box {
  height: 270px;
  display: table;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .news-box .content {
    display: table-cell;
    vertical-align: bottom;
    padding: 14px; }
    .news-box .content .eve {
      padding: 8px 15px;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      .news-box .content .eve h6 {
        font-size: 20px; }
  .news-box:hover .content .eve {
    transform: translateY(-25%); }

.about2 .mission {
  padding: 0px 15px; }
  .about2 .mission h3 {
    position: relative; }
    .about2 .mission h3:before {
      position: absolute;
      display: block;
      background-color: #ea612b;
      width: 200px;
      height: 1px;
      content: '';
      top: 0;
      bottom: 0;
      margin: auto;
      left: 20%; }
      @media (max-width: 991px) {
        .about2 .mission h3:before {
          display: none; } }
  .about2 .mission p {
    font-size: 32px; }
.about2 .vision {
  padding: 0px 15px; }
  .about2 .vision h3 {
    position: relative; }
    .about2 .vision h3:before {
      position: absolute;
      display: block;
      background-color: #ea612b;
      width: 200px;
      height: 1px;
      content: '';
      top: 0;
      bottom: 0;
      margin: auto;
      left: 32%; }
      @media (max-width: 991px) {
        .about2 .vision h3:before {
          display: none; } }
  .about2 .vision p {
    font-size: 32px; }

.teams h3 {
  position: relative;
  margin-bottom: 20px; }
 /* .teams h3:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #ea612b;
    width: 230px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 55%; }*/
    @media (max-width: 991px) {
      .teams h3:after {
        display: none; } }

.core h3 {
  position: relative;
  margin-bottom: 20px; }
  /*.core h3:before {
    position: absolute;
    display: block;
    content: '';
    background-color: #ea612b;
    width: 230px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 48%; }*/
    @media (max-width: 991px) {
      .core h3:before {
        display: none; } }

.address p {
  color: #728495;
  font-size: 20px;
  border-right: 2px solid #eee; }
  .address p span a {
    color: #728495; }

.main-address p {
  color: #728495;
  font-size: 20px;
  border-right: 2px solid #eee; }
  .main-address p span a {
    color: #728495; }

.development .heading {
  position: relative; }
  .development .heading:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 250px;
    content: '';
    background-color: #ea612b;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30%; }
    @media (max-width: 991px) {
      .development .heading:before {
        display: none; } }

.development .slick-dots {
    bottom: -20px; }
  .development .slick-dots li {
    height: 8px;
    margin: 0; }
  .development .slick-dots li button {
    padding: 0;
    background: #999999;
    height: 15px;
    border-radius: 10px;
    width: 15px; }
  .development .slick-dots li button:before {
    height: 8px;
    content: '';
    font-family: none; }
  .development .slick-dots li.slick-active button {
    background: #ea612b; }
  .development.bot .slick-dots li button {
    background: #998345; }
  .development.bot .slick-dots li.slick-active button {
    background: #998345; }        

.do-we .slick-dots{
  bottom: -50px;
}


.do-we {
  padding-bottom: 40px; }
  .do-we .heading-aft:before {
    left: 15%; }

.ignite {
  position: relative; }
  @media (min-width: 1400px) {
    .ignite .wrapper {
      width: 1440px;
      max-width: 100%;
      margin: 0 auto; }
      .ignite .wrapper .item1 {
        padding-top: 97px; } }
  .ignite .content {
    position: absolute;
    border-left: 2px solid #ea612b;
    right: 0%;
    z-index: 90;
    margin-top: 10px;
    top: 90px;
    width: 190px; }
  .ignite .content2 {
    position: absolute;
    border-left: 2px solid #ea612b;
    right: 10%;
    z-index: 90;
    margin-top: 6px;
    width: 190px; }

.small-slick .item1 {
  padding-top: 94px; }
  @media (min-width: 1400px) {
    .small-slick .item1 {
      padding-top: 120px; } }

.privacy p {
  font-size: 18px;
  font-family: 'Montserrat';
  padding: 10px 0px; }

.video .work-tab figure {
  position: relative;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .video .work-tab figure:after {
    position: absolute;
    display: none;
    content: '';
    background: url(../images/work/video-play.png);
    width: 97px;
    height: 97px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0; }
.video .work-tab a:hover figure:after {
  display: block; }

@media (min-width: 1400px) {
  .our-services .iconic {
    padding: 15% 8% 10% 18%; } }
/**** Form Styling Default ****/
form input:-webkit-autofill, form textarea:-webkit-autofill, form select:-webkit-autofill {
  background: transparent !important; }

form input::-webkit-input-placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif; }

form input:-moz-placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif; }

form input::-moz-placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif; }

form input:-ms-input-placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif; }

form textarea::-webkit-input-placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif; }

form {
  /**** If you are using Multi Select Country then use this styling ****/ }
  form .control-group {
    margin-bottom: 10px;
    position: relative; }
    form .control-group i.icon {
      position: absolute;
      left: 10px;
      top: 0;
      height: 18px;
      bottom: 0;
      margin: auto; }
    form .control-group.textarea i.icon {
      top: 10px;
      bottom: auto; }
  form input[type=text], form input[type=number], form input[type=email], form input[type=phone], form input[type=password], form input[type=date]{
   color: #666666;
       padding: 10px 15px;
       height: 45px;
       width: 100%;
       background: #f5f8fa;
       border: 1px solid #d5dee7;
       box-shadow: none;
       -webkit-appearance: none;
       border-radius: 4px;
       font-weight: 600;
       margin-bottom: 10px;
       margin-top: 0px;
 }
  
  form select, form textarea {
    color: #666666;
    padding: 10px 15px;
    height: 44px;
    width: 100%;
    background: #f5f8fa;
    border: 1px solid #d5dee7;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 600;    font-family: 'Montserrat';
 }
  form .codearea {
    float: left;
    width: 28%;
    position: relative; }
    form .codearea input {
      padding-left: 10px; }
  form .numberarea {
    float: right;
    width: 70%;
    position: relative; }
    form .numberarea input {
      padding-left: 10px; }
  form textarea {
    resize: none;
    min-height: 44px; }
  form input.error {
    border-color: red !important; }
  form select.error, form textarea.error {
    border-color: red !important; }
  form label.error {
    display: none !important; }
  form input[type=number]::-webkit-outer-spin-button,
  form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  form select.countrylist.multi {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

form.report-form{

}
form.report-form .upper-part input{
  height:35px;
  border:1px solid #333333;
}
form.report-form .upper-part select{
 height: 35px;
 border: 1px solid #333333;
 font-size: 13px;
 padding: 5px 12px;
 font-weight: 400;
}
form.report-form .panel .control-group{    margin: 0px 0px 5px;
    border: 1px solid #8BC34A;
    height: auto;
    overflow: hidden;
    padding-left: 15px;}
form.report-form .panel select{
    width: 30%;
    float: right;
    color: #9c27b0;
    height: 29px;
        padding: 5px 20px;
}
form.report-form .panel select.medium{
      height: 46px;
}
form.report-form .panel select.large{
      height: 46px;
}
form.report-form .panel textarea{
     min-height: 100px;
    overflow: hidden;
    border: 1px solid #8bc34a;

}
form.report-form .panel label{
  float:left;
  padding-top: 4px;
  width: 65%;
  overflow-wrap: break-word;
}
form.report-form .atten{
  width:20% !important;
  display: inline-block;
}

form.report-form input[type="submit"], form.report-form button[type="submit"]{
  color: #f4f8fb;
    background: #0d61bb;
    width: 20%;
    font-weight: 600;
    margin: auto;
    display: block;
    padding: 10px 0px 2px;
}
form.report-form input[type="submit"]:hover{
  background: #fff;
  border-color:#0d61bb;
  color:#0d61bb;
  box-shadow: 0px 10px 40px -5px #333;

}

.tour-form textarea, .bigform textarea{
      min-height: 120px;
}

.popupform-main.active {
    display: block;
}



.popupform-main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.popup-form {
    position: relative;
    width: 600px;
    height: 450px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 100px auto;
    background: url('../images/popform-bg.jpg');
    padding: 30px;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    background-size: cover;
}
.popup-form .close-btn {
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    background-color: #fd6302;
    border-radius: 15px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: 700;
}
.popup-form form .control-group {
    margin-bottom: 10px;
}

.popup-form form input[type=text], .popup-form form input[type=number], .popup-form form input[type=email], .popup-form form input[type=phone] {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-color: #aaa;
}

.popup-form select{
  position: relative;
  z-index: 10;
  font-family: Montserrat;
  background-color: #fff;
  border-color: #aaa;
}
.popup-form textarea{
  min-height: 100px;
  background-color: #fff;
  border-color: #aaa;
}
.popup-form form input[type="submit"],.popup-form form button[type="submit"] {
  background-color: #ea612b;
      width: 50%;
    border-radius: 50px;
}
.popup-form form input[type="submit"]:hover,.popup-form form button[type="submit"]:hover{
  background-color:#fff;

}









.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes videotext {
  from {
    transform: rotateX(90deg) translateY(0px);
    -webkit-transform: rotateX(90deg) translateY(0px); }
  to {
    transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform-origin: initial;
    -webkit-transform-origin: initial; } }
@keyframes videotext {
  from {
    transform: rotateX(-90deg) translateY(0px);
    -webkit-transform: rotateX(-90deg) translateY(0px); }
  to {
    transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform-origin: initial;
    -webkit-transform-origin: initial; } }
.video-text {
  -webkit-animation-name: videotext;
  animation-name: videotext; }

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .app-container.active {
    left: -100%; }

/**** Mobile Navigation ****/
.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: -100%;
  z-index: 12;
  background: #ffffffc7;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat; }
  .mobile-nav .logo {
    /*padding: 10px;*/
    background-color: #fff;
    display: block;}
  .mobile-nav.active {
    height: 100%;
    padding: 20px 20px;
    right: -20%; }
  .mobile-nav nav {
    height: -webkit-fill-available;
    /*overflow: scroll;*/
    margin-right: -10px; }
    .mobile-nav nav ul {
      /*text-align: center;*/
      margin-top: 15%; }
      .mobile-nav nav ul li {
        display: block;
        font-size: 28px;
        color: #060726;
        text-transform: uppercase;
            margin-bottom: 15px;

        font-weight: 700; }
        .mobile-nav nav ul li a {color: #39a088;
    font-size: 24px;
    border-bottom: 2px solid #810b94;}
        .mobile-nav nav ul li.dropdown {
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          padding-left: 40px; }
          .mobile-nav nav ul li.dropdown .dropdownlist {
            display: none;
            margin: 10px 0px; }
            .mobile-nav nav ul li.dropdown .dropdownlist li {
              display: inline;
              -webkit-transition: 0.4s;
              -moz-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s;
              position: relative;
              border-right: 1px solid #ffffff2b;
              padding: 0px 10px;
              font-size: 14px; }
              .mobile-nav nav ul li.dropdown .dropdownlist li:last-child {
                border-right: none; }
            .mobile-nav nav ul li.dropdown .dropdownlist a {
              border: none;
              color: #fff;
              font-family: 'Montserrat';
              font-weight: 300; }
              .mobile-nav nav ul li.dropdown .dropdownlist a:hover {
                color: #000000; }
          .mobile-nav nav ul li.dropdown.active .dropdownlist {
            display: block; }
        .mobile-nav nav ul li:hover {
          color: #fff; }
          .mobile-nav nav ul li:hover a {
            color: #fff; }
    .mobile-nav nav .extra-link a {
      border: 2px solid #000000;
      width: 40%;
      margin: 40px auto 10px;
      padding: 7px 0;
      font-size: 15px;
      text-align: center; }
      .mobile-nav nav .extra-link a:hover {
        color: #000000;
        border: 2px solid #000000;
        background: transparent; }
  .mobile-nav .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ffffff;
    width: 26px;
    height: 26px;
    line-height: 1.5; }

/*** Mobile Nav Button ***/
.mobile-nav-btn {
  display: none;
  top: 0%;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 0%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  z-index: 9999; }
  @media (max-width: 991px) {
    .mobile-nav-btn {
      display: block;
      top: 5%;
      right: 5%; } }
  @media (max-width: 535px) {
    .mobile-nav-btn {
      top: 3%;
      right: 5%; } }
  .mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 30px;
    background-color: #810b94;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    top: 8px; }
  .mobile-nav-btn:active {
    transition: 0; }
  .mobile-nav-btn span:before, .mobile-nav-btn span:after {
    display: block;
    background-color: #810b94;
    height: 3px;
    width: 30px;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center;
    right: 0;
    margin: 0 auto; }
  .mobile-nav-btn .lines:before {
    top: 6px; }
  .mobile-nav-btn .lines:after {
    top: -6px; }
  .mobile-nav-btn.active {
    right: 3%;
    top: 5%; }
    .mobile-nav-btn.active .lines {
      -webkit-transition: background 0.3s 0 ease;
      -moz-transition: background 0.3s 0 ease;
      -o-transition: background 0.3s 0 ease;
      transition: background 0.3s 0 ease;
      background: transparent; }
      .mobile-nav-btn.active .lines:before, .mobile-nav-btn.active .lines:after {
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        -moz-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        -o-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        top: 0; }
      .mobile-nav-btn.active .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      .mobile-nav-btn.active .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }
  .mobile-nav-btn .lines {
    -webkit-transition: background 0.3s 0.5s ease;
    -moz-transition: background 0.3s 0.5s ease;
    -o-transition: background 0.3s 0.5s ease;
    transition: background 0.3s 0.5s ease; }
    .mobile-nav-btn .lines:before, .mobile-nav-btn .lines:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transition: top .3s .6s ease,-webkit-transform .3s ease;
      transition: top .3s .6s ease,transform .3s ease; }
  .mobile-nav-btn.fixed {
    background-color: #ea612b;
    color: #fff; }





.accordion {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  outline: none;
  /*  display: list-item;
    list-style-type: none; */

  transition: 0.5s;
      line-height: 1;
    margin-bottom: 30px;

  
}
.acco-sec .panel ul li{cursor: pointer;  line-height: 1;    padding: 10px 10px;
    margin-bottom: 10px;
}
.acco-sec .panel ul li.current{background-color: #ebf5f3;
  color: #39a088; 
}
 .accordion.current{
  background-color: #ebf5f3;
  color: #39a088;
 }
.inner-buttons{
  background-color: #39a088;
      padding: 10px 20px;
      text-align: center;
      display: block;
      color: #fff;
      text-transform: capitalize;
      line-height: 1.2;
      font-size: 16px;
      margin-right: 20px;
      border: 2px solid transparent;
      transition: 0.4s;
      font-weight: 500;
          font-family: 'Montserrat';

}
.inner-buttons:hover{
  color: #39a088;
  background-color: transparent;
  border-color: #39a088;
}

.inner-button-main{
  background-color: #39a088;
      padding: 10px 20px;
      text-align: center;
      display: inline-block;
      color: #fff;
      text-transform: capitalize;
      line-height: 1.2;
      font-size: 2.6vh;
      margin-right: 20px;
      border: 2px solid transparent;
      transition: 0.4s;
      font-weight: 500;
      cursor: pointer;
          font-family: 'Montserrat';

}
.inner-button-main:hover{
  color: #39a088;
  background-color: transparent;
  border-color: #39a088;
}
 ul.inside-remedial{}
 ul.inside-remedial li{position: relative;
    padding-left: 30px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 25px;
    transition: 0.5s;  
  }
 ul.inside-remedial li:before{position: absolute;
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    background-color: #39a088;
    left: 0;
    top: 4px;
    bottom: 0;
    /* margin: auto; */
}
.acco-sec .panel ul li:hover{
  color: #39a088;
}
.inner-tabbi{
  background-color: #d7ece7;
  padding: 20px 20px;
  margin-top: 30px;
  position: relative;
}

.tabbing-links.inner li{
  display: inline-block;
      position: relative;
      background-color: #39a088;
      border: none;
      padding: 10px 15px;
    min-height: 60px;
      width: 220px;
      margin: auto;
      line-height: 1;
      margin-right: 10px;
/*           overflow: hidden; */

}
.tabbing-links.inner li:nth-child(2), .tabbing-links.inner li:nth-child(3){
  padding: 20px;
}
.tabbing-links.inner li:last-child{
  margin-right: 0px;
}
.tabbing-links.inner li.current:after{
  position: absolute;
      display: block;
      content: '';
      clip-path: polygon(100% 0, 0 0, 50% 100%);
      z-index: 1;
      background-color: #39a088;
      height: 20px;
      width: 50px;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: auto;
}
.tabbing-links.inner li.current{
      border: none !important;
    border-radius: unset;
}
.tabbing-links.inner li p{
  text-align: center;
      clear: both;
      color: white;
      font-size: 18px;
    position: absolute;
    font-weight: 500;
    left: 0;
    right: 0;
}
/* .accordion2 {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 10px 0px;
  width: 100%;
  border: none;
  outline: none;
  
  transition: 0.5s;
  
  
} */

/* .active, .accordion:hover {
  background-color: #e0015c;
  margin-bottom: 10px;
} */
/*.active, .accordion:hover {*/
/*  box-shadow: 0px 0px 15px 0px #333;*/
/*}*/
    



/* .accordion:after {
  content: '\002B';
  color: #333;
  font-weight: bold;
  float: right;
  margin-left: 5px;
} */

/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.panel {
/*   padding: 0 15px; */
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
/*   margin-bottom: 10px; */
}
header .logo img{    width: 60%;}
header.primary{
      padding: 25px 0px;
    height: 130px;

}
header.primary ul.one .second{    padding-top: 15px;}

header.primary ul.one  .second li:first-child{background: none;}
header.primary ul.one  .second li{    
  
    font-size: 18px;
    background-repeat: no-repeat;
    width: auto;
    height: 40px;
    text-align: center;
}

header.primary ul.one  .second li a{ padding: 0px 8px 5px;
    transition: 0.4s;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

header.primary ul.one .first{
    margin-bottom: 20px;
}
header.primary ul.one .first ul{}
header.primary ul.one .first ul li{}

header.primary ul.one  .second ul.tpl li{
  position: relative;

}
 
header.primary ul.one .second li a.active{
  color: #39a088;font-weight: 700;
}
header.primary ul.one .second li a.active:after{
  position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #810b94;
    right: 0;
    bottom: 0;
}

header.primary ul.one .second li a:after{
  position: absolute;
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #810b94;
    left: 0;
    bottom: 0;    transition: 0.4s;

}
header.primary ul.one .second li a:before{
  position: absolute;
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #810b94;
    right: 0;
    bottom: 0;    transition: 0.4s;

}
header.primary ul.one .second li a:hover{
  color: #39a088;font-weight: 700;
}
header.primary ul.one .second li a:hover:after, header.primary ul.one .second li a:hover:before{
  width: 50%;
}

/* header.primary ul.one  .second ul.tpl li:last-child a{padding-right: 0px;} */
/* header.primary ul.one  .second ul.tpl li:first-child:after{display: none;} */
header.primary ul.one  .second ul.tpl li:last-child:after{display: none;}
header.primary ul.one  .second ul.tpl li:first-child a img{position: absolute;
    /* width: 100%; */
    display: inline-block;}

.slider-divs{}
.slider-divs .full-length-slider{}
.slider-divs .full-length-slider .slick-next{    font-size: 22px;
}
.slider-divs .full-length-slider .slick-prev{    font-size: 22px;
}

.slider-divs .full-length-slider .slick-next:before{    font-size: 22px;
  content: "\e938";font-family: 'icomoon' !important;
    color: #727375;
}
.slider-divs .full-length-slider .slick-prev:before{    font-size: 22px;
  content: "\e939";font-family: 'icomoon' !important;
    color: #727375;
}
.five-box-slider{}
.five-box-slider .item{padding: 10px 15px;
    text-align: center;
    border: 3px solid #39a088;
    min-height: 400px;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    transition: 0.5s;
    transform: 
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

  }
.five-box-slider .image-sli{    height: 200px;
    width: auto;
    display: block;
    margin: auto;
    background-size: contain !important;
    background-repeat: no-repeat !important;    background-position: center !important;
}

.five-box-slider .content{
  padding-top: 15px;
}
.five-box-slider .content h6{padding-bottom:15px;}
.five-box-slider .content p{}
.five-box-slider .item:hover .image-sli{filter: brightness(0) invert(1);}
.five-box-slider .item:hover{border-color:#fff;background-color:#39a088;color:#fff;}
.five-box-slider .item:hover h6{color:#fff;}

.team-section{}

.team-section .team-tab{background-color: #c3e2db;    padding: 30px 30px;  }
.team-section .current{position:relative;    min-height: 530px;}
.team-section .current:after{position: absolute;
    display: block;
    content: '';
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    z-index: 1;
    background-color: #c3e2db;
    height: 20px;
    width: 50px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;}

@media only screen and (max-width: 1600px) and (min-width: 1281px) {
.tabbing-links.inner li{
      width: 170px;
}
.team-section .current{
        min-height: 430px;
}
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
.tabbing-links.inner li{
      width: 150px;
      font-size: 16px;
}
.tabbing-links.inner li p{
      font-size: 16px;
}
.team-section .current{
        min-height: 430px;
}
}

@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .tabbing-links.inner li{
        margin-right: 0px;

        width: 150px;
        font-size: 16px;
  }
  .tabbing-links.inner li p{
        font-size: 16px;
  }
  header.primary ul.one .second li a{    font-size: 12px;}
  footer ul.main-one li a{    font-size: 14px;}
}
@media only screen and (max-width: 990px) and (min-width: 768px) {}
@media only screen and (max-width: 767px) and (min-width: 536px) {
  .fs-xlarge{font-size:2.4vh;}
  .five-box-slider .item{margin:5px;}
  .team-section .team-tab{    padding: 20px 10px;    margin-top: 20px;}
  .team-section .team-tab .fs-22{    font-size: 14px;}
    header.primary{    height: 80px;}

}

@media only screen and (max-width: 535px) and (min-width: 320px) {
  .tabbing-links.inner li{    width: 150px;    min-height: 50px;
}
.inner-buttons{      padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 20px;}
ul.inside-remedial li{    font-size: 14px;
}
.tooltip .tooltiptext{    left: -203px !important;}
.tooltip .tooltiptext::after{    left: 84% !important;}
.tabbing-links.inner li.current{    background-color: transparent;
    color: #39a088;
    border: 1px solid #39a088 !important;}
.tabbing-links.inner li.current p{color: #39a088;}    
.tabbing-links.inner li.current:after{display:none}
.texta-pad{    padding: 20px 0px;}
  .tabbing-links.inner li p{font-size: 2.2vh;}
  .respo-tab{margin-top:30px;}
  .fs-40 {
      font-size: 3.2vh;
  }
  .fs-30 {
      font-size: 2.5vh;
  }
  .academics .accordion{
        margin-bottom: 10px;
  }
  .fs-20 {
    font-size: 2.2vh;
}
.acco-sec .panel ul li{
      padding: 5px 5px;
}
.fs-28 {
    font-size: 2.4vh;
}
.fs-24 {
    font-size: 2.2vh;
}
  header.primary{    height: 90px;}
  .fs-xlarge{font-size:14px;}
  .five-box-slider .item{margin:5px;    min-height: 350px;
    overflow: hidden;}
  h4, .h4 {font-size: 20px; }
  h6, .h6{font-size: 20px;}
  .fs-large{font-size:14px;}

  .mobile-nav nav ul li.dropdown .dropdownlist li{
    display: block;border-right:none;
    padding: 5px 10px;
    font-size: 16px;
  }
  .mobile-nav nav ul li.dropdown{
    position: relative;    padding-left: 0px;
  }
  .mobile-nav nav ul li.dropdown span{
    position: absolute;
    top: 6px;
    right: 20%;
  }
  .mobile-nav nav ul {
   /*text-align: center;*/
       /*padding-left: 25px;*/

       margin-top: 10%;
       font-family: 'Montserrat';
    }
    .mobile-nav nav ul li{}
    footer .fs-medium{
      font-size: 12px;
    }
    footer.main .footer-img{
      width: 50%;
          margin-bottom: 50px;
          margin-left: 0;
    }
    footer ul.main-one li a{    font-size: 16px;
}
.team-section .current{ min-height: auto !important;}
.team-section .team-tab{    padding: 20px 10px;    margin-top: 20px;}
.team-section .team-tab .fs-22{    font-size: 14px;}
.team-section .fs-28{font-size: 24px;}
.team-section .fs-40{font-size: 30px;    margin-bottom: 40px !important;
}
.team-section .slick-dots {
    position: absolute;
    top: -30px;    height: 30px;
}
.slick-dots li.slick-active button:before{opacity: 0.75;
    font-family: none;
    height: 20px;
    width: 20px;
    background-color: #39a088;
    content: '';}
.team-section .slick-dots li {}
.team-section .slick-dots li button{    background-color: #eee;}
    

.five-box-slider .slick-dots{bottom: -40px;}
.five-box-slider .slick-dots li button{    background-color: #eee;}
.mpt-10{margin-top:10px !important;}
footer ul.main-one {
    margin-bottom: 20px;
}
.five-box-slider .image-sli{
        width: 200px;

}

}

