@charset "UTF-8";
.newstyles {
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license


  Copyright (c) 2013 Daniel Eden

  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*# sourceMappingURL=bootstrap.min.css.map */
  /*=========================================
                  Header
  ==========================================*/
  /****************************************************+
                          MENU
  *****************************************************/
  /* menu 
  nav{
      width: 100%;
      height: 39px;
      border-top: 1px solid #fff;
      background-color: #0075bf;
  }
  .menu{
      padding: 0;
  }
  .menu li {
      list-style: none;
      width: auto;
      height: 100%;
      display: inline-block;
      text-align: center;
      float: left;
      font-size: 14px;
  }
  .menu li a{
      text-transform: uppercase;
      color: #fff;
      display: block;
      height: 100%;
      padding: 10px 20px 0 20px;
     -webkit-transition: 0.1s ease-out;
     -moz-transition: 0.1s ease-out;
     -o-transition: 0.1s ease-out;
     transition: 0.1s ease-out;
  }
  .menu li a:hover{
      text-decoration: none;
      background: #2995cc;
  }
  .menu_right{
      float: right;
  }
  .navbar-collapse .nav>li>a {
      padding: 10px 8px;
  }
  .navbar-collapse{
      background-color: #0075bf;
  }
  .navbar-inverse .navbar-nav>li>a{
      color: #fff;
      text-shadow: none;
      background: transparent;
  }
  .navbar-inverse .navbar-nav>li>a:hover{
      background: #4d92cd!important;
  }
  .navbar-inverse{
      background-image: none;
      border-radius: 0;
      background-color: #0075bf;
      font-size: 16px;
  }
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
      box-shadow: none;
      border: 0;
      outline: none;
  }
  */
  /*=========================================
                  Content
  ==========================================*/
  /*hover effect image*/
  /*modal*/
  /*carousel top e section*/
  /*contenuti*/
  /* Attrattori e località */
  /* Servizi turistici */
  /**/
  /* sidebar */
  /* PAGE EVENTI */
  /*=========================================   TAB sidebar - SKYtabs    ==========================================*/
  /* fine area tab */
  /*=========================================
                  HOME
  ==========================================*/
  /*viaggia*/
  /*scopri*/
  /*gusto*/
  /*sezione scorrimento*/
  /* OFFERTE */
  /* The colour of the indicators */
  /*carousel middle*/
  /* The colour of the indicators */
  /*.active > div { display:none; }
  .active > div:first-child { display:block; }*/
  /*xs*/
  /*sm*/
  /*md*/
  /*lg*/
  /* area social e parte inferiore */
  /***************/
  /***************/
  /*meteo*/
  /*meteo*/
  /*social*/
  /* social */
  /*** pagina 3 livello ***/
  /* INFO */
  /** slider 3 livello **/
  /**  **/
  /*** pagina ricerca ***/
  @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
  /*error*/
  /*=========================================
                  Footer
  ==========================================*/
  /* TRIP PLANNING */
  /* media queries */
  /* MODIFICA SLIDER PER MOBILE */
  /* MODIFICA MENU LOGIN MOBILE */
  /* FINE MODIFICA MENU LOGIN MOBILE E SOCIAL NETWORK */
  /* 
   *  Owl Carousel - Animate Plugin
   */
  /* 
   * 	Owl Carousel - Auto Height Plugin
   */
  /* 
   *  Core Owl Carousel CSS File
   */
  /* No Js */
  /* 
   * 	Owl Carousel - Lazy Load Plugin
   */
  /* 
   * 	Owl Carousel - Video Plugin
   */
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
  /* iPad */
  /* iPhone*/
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */
}
.newstyles .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newstyles .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.newstyles .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.newstyles .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.newstyles .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.newstyles .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.newstyles .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.newstyles .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
}
@keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
}
.newstyles .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.newstyles .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.newstyles .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.newstyles .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.newstyles .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.newstyles .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.newstyles .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.newstyles .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.newstyles .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.newstyles .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.newstyles .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.newstyles .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.newstyles .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.newstyles .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.newstyles .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.newstyles .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.newstyles .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.newstyles .animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.newstyles .flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.newstyles .flipInY, .newstyles .flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.newstyles .flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.newstyles .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.newstyles .flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.newstyles .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.newstyles .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.newstyles .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.newstyles .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.newstyles .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.newstyles .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.newstyles .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.newstyles .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.newstyles .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.newstyles .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.newstyles .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.newstyles .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.newstyles .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.newstyles .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.newstyles .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.newstyles .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.newstyles .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.newstyles .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.newstyles .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes custom_slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes custom_slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .custom_slideInUp {
  -webkit-animation: custom_slideInUp 1.5s ease-out 0s;
  animation: custom_slideInUp 1.5s ease-out 0s;
}
@-webkit-keyframes custom_slideInUp_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes custom_slideInUp_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .custom_slideInUp_2 {
  -webkit-animation: custom_slideInUp_2 1.5s ease-out 1s;
  animation: custom_slideInUp_2 1.5s ease-out 1s;
}
@-webkit-keyframes custom_slideInUp_btn_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes custom_slideInUp_btn_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .custom_slideInUp_btn_1 {
  -webkit-animation: custom_slideInUp_btn_1 1.5s ease-out 2s;
  animation: custom_slideInUp_btn_1 1.5s ease-out 2s;
}
@-webkit-keyframes custom_slideInUp_btn_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes custom_slideInUp_btn_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.newstyles .custom_slideInUp_btn_2 {
  -webkit-animation: custom_slideInUp_btn_2 1.5s ease-out 2.5s;
  animation: custom_slideInUp_btn_2 1.5s ease-out 2.5s;
}
.newstyles html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.newstyles body {
  margin: 0;
}
.newstyles article, .newstyles aside, .newstyles details, .newstyles figcaption, .newstyles figure, .newstyles footer, .newstyles header, .newstyles hgroup, .newstyles main, .newstyles menu, .newstyles nav, .newstyles section, .newstyles summary {
  display: block;
}
.newstyles audio, .newstyles canvas, .newstyles progress, .newstyles video {
  display: inline-block;
  vertical-align: baseline;
}
.newstyles audio:not([controls]) {
  display: none;
  height: 0;
}
.newstyles [hidden], .newstyles template {
  display: none;
}
.newstyles a {
  background-color: transparent;
}
.newstyles a:active, .newstyles a:hover {
  outline: 0;
}
.newstyles abbr[title] {
  border-bottom: 1px dotted;
}
.newstyles b, .newstyles strong {
  font-weight: 700;
}
.newstyles dfn {
  font-style: italic;
}
.newstyles h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
.newstyles mark {
  color: #000;
  background: #ff0;
}
.newstyles small {
  font-size: 80%;
}
.newstyles sub, .newstyles sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.newstyles sup {
  top: -0.5em;
}
.newstyles sub {
  bottom: -0.25em;
}
.newstyles img {
  border: 0;
}
.newstyles svg:not(:root) {
  overflow: hidden;
}
.newstyles figure {
  margin: 1em 40px;
}
.newstyles hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.newstyles pre {
  overflow: auto;
}
.newstyles code, .newstyles kbd, .newstyles pre, .newstyles samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.newstyles button, .newstyles input, .newstyles optgroup, .newstyles select, .newstyles textarea {
  margin: 0;
/*   font: inherit; */
  color: inherit;
}
.newstyles button {
  overflow: visible;
}
.newstyles button, .newstyles select {
  text-transform: none;
}
.newstyles button, .newstyles html input[type=button], .newstyles input[type=reset], .newstyles input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.newstyles button[disabled], .newstyles html input[disabled] {
  cursor: default;
}
.newstyles button::-moz-focus-inner, .newstyles input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.newstyles input {
  line-height: normal;
}
.newstyles input[type=checkbox], .newstyles input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.newstyles input[type=number]::-webkit-inner-spin-button, .newstyles input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.newstyles input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.newstyles input[type=search]::-webkit-search-cancel-button, .newstyles input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.newstyles fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
.newstyles legend {
  padding: 0;
  border: 0;
}
.newstyles textarea {
  overflow: auto;
}
.newstyles optgroup {
  font-weight: 700;
}
.newstyles table {
  border-spacing: 0;
  border-collapse: collapse;
}
.newstyles td, .newstyles th {
  padding: 0;
}
@media print {
  .newstyles *, .newstyles :after, .newstyles :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .newstyles a, .newstyles a:visited {
    text-decoration: underline;
  }
  .newstyles a[href]:after {
    content: " (" attr(href) ")";
  }
  .newstyles abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .newstyles a[href^="javascript:"]:after, .newstyles a[href^="#"]:after {
    content: "";
  }
  .newstyles blockquote, .newstyles pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .newstyles thead {
    display: table-header-group;
  }
  .newstyles img, .newstyles tr {
    page-break-inside: avoid;
  }
  .newstyles img {
    max-width: 100% !important;
  }
  .newstyles h2, .newstyles h3, .newstyles p {
    orphans: 3;
    widows: 3;
  }
  .newstyles h2, .newstyles h3 {
    page-break-after: avoid;
  }
  .newstyles .navbar {
    display: none;
  }
  .newstyles .btn > .caret, .newstyles .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .newstyles .label {
    border: 1px solid #000;
  }
  .newstyles .table {
    border-collapse: collapse !important;
  }
  .newstyles .table td, .newstyles .table th {
    background-color: #fff !important;
  }
  .newstyles .table-bordered td, .newstyles .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  .newstyles {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
  }
}
.newstyles .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.newstyles .glyphicon-asterisk:before {
  content: "*";
}
.newstyles .glyphicon-plus:before {
  content: "+";
}
.newstyles .glyphicon-eur:before, .newstyles .glyphicon-euro:before {
  content: "€";
}
.newstyles .glyphicon-minus:before {
  content: "−";
}
.newstyles .glyphicon-cloud:before {
  content: "☁";
}
.newstyles .glyphicon-envelope:before {
  content: "✉";
}
.newstyles .glyphicon-pencil:before {
  content: "✏";
}
.newstyles .glyphicon-glass:before {
  content: "";
}
.newstyles .glyphicon-music:before {
  content: "";
}
.newstyles .glyphicon-search:before {
  content: "";
}
.newstyles .glyphicon-heart:before {
  content: "";
}
.newstyles .glyphicon-star:before {
  content: "";
}
.newstyles .glyphicon-star-empty:before {
  content: "";
}
.newstyles .glyphicon-user:before {
  content: "";
}
.newstyles .glyphicon-film:before {
  content: "";
}
.newstyles .glyphicon-th-large:before {
  content: "";
}
.newstyles .glyphicon-th:before {
  content: "";
}
.newstyles .glyphicon-th-list:before {
  content: "";
}
.newstyles .glyphicon-ok:before {
  content: "";
}
.newstyles .glyphicon-remove:before {
  content: "";
}
.newstyles .glyphicon-zoom-in:before {
  content: "";
}
.newstyles .glyphicon-zoom-out:before {
  content: "";
}
.newstyles .glyphicon-off:before {
  content: "";
}
.newstyles .glyphicon-signal:before {
  content: "";
}
.newstyles .glyphicon-cog:before {
  content: "";
}
.newstyles .glyphicon-trash:before {
  content: "";
}
.newstyles .glyphicon-home:before {
  content: "";
}
.newstyles .glyphicon-file:before {
  content: "";
}
.newstyles .glyphicon-time:before {
  content: "";
}
.newstyles .glyphicon-road:before {
  content: "";
}
.newstyles .glyphicon-download-alt:before {
  content: "";
}
.newstyles .glyphicon-download:before {
  content: "";
}
.newstyles .glyphicon-upload:before {
  content: "";
}
.newstyles .glyphicon-inbox:before {
  content: "";
}
.newstyles .glyphicon-play-circle:before {
  content: "";
}
.newstyles .glyphicon-repeat:before {
  content: "";
}
.newstyles .glyphicon-refresh:before {
  content: "";
}
.newstyles .glyphicon-list-alt:before {
  content: "";
}
.newstyles .glyphicon-lock:before {
  content: "";
}
.newstyles .glyphicon-flag:before {
  content: "";
}
.newstyles .glyphicon-headphones:before {
  content: "";
}
.newstyles .glyphicon-volume-off:before {
  content: "";
}
.newstyles .glyphicon-volume-down:before {
  content: "";
}
.newstyles .glyphicon-volume-up:before {
  content: "";
}
.newstyles .glyphicon-qrcode:before {
  content: "";
}
.newstyles .glyphicon-barcode:before {
  content: "";
}
.newstyles .glyphicon-tag:before {
  content: "";
}
.newstyles .glyphicon-tags:before {
  content: "";
}
.newstyles .glyphicon-book:before {
  content: "";
}
.newstyles .glyphicon-bookmark:before {
  content: "";
}
.newstyles .glyphicon-print:before {
  content: "";
}
.newstyles .glyphicon-camera:before {
  content: "";
}
.newstyles .glyphicon-font:before {
  content: "";
}
.newstyles .glyphicon-bold:before {
  content: "";
}
.newstyles .glyphicon-italic:before {
  content: "";
}
.newstyles .glyphicon-text-height:before {
  content: "";
}
.newstyles .glyphicon-text-width:before {
  content: "";
}
.newstyles .glyphicon-align-left:before {
  content: "";
}
.newstyles .glyphicon-align-center:before {
  content: "";
}
.newstyles .glyphicon-align-right:before {
  content: "";
}
.newstyles .glyphicon-align-justify:before {
  content: "";
}
.newstyles .glyphicon-list:before {
  content: "";
}
.newstyles .glyphicon-indent-left:before {
  content: "";
}
.newstyles .glyphicon-indent-right:before {
  content: "";
}
.newstyles .glyphicon-facetime-video:before {
  content: "";
}
.newstyles .glyphicon-picture:before {
  content: "";
}
.newstyles .glyphicon-map-marker:before {
  content: "";
}
.newstyles .glyphicon-adjust:before {
  content: "";
}
.newstyles .glyphicon-tint:before {
  content: "";
}
.newstyles .glyphicon-edit:before {
  content: "";
}
.newstyles .glyphicon-share:before {
  content: "";
}
.newstyles .glyphicon-check:before {
  content: "";
}
.newstyles .glyphicon-move:before {
  content: "";
}
.newstyles .glyphicon-step-backward:before {
  content: "";
}
.newstyles .glyphicon-fast-backward:before {
  content: "";
}
.newstyles .glyphicon-backward:before {
  content: "";
}
.newstyles .glyphicon-play:before {
  content: "";
}
.newstyles .glyphicon-pause:before {
  content: "";
}
.newstyles .glyphicon-stop:before {
  content: "";
}
.newstyles .glyphicon-forward:before {
  content: "";
}
.newstyles .glyphicon-fast-forward:before {
  content: "";
}
.newstyles .glyphicon-step-forward:before {
  content: "";
}
.newstyles .glyphicon-eject:before {
  content: "";
}
.newstyles .glyphicon-chevron-left:before {
  content: "";
}
.newstyles .glyphicon-chevron-right:before {
  content: "";
}
.newstyles .glyphicon-plus-sign:before {
  content: "";
}
.newstyles .glyphicon-minus-sign:before {
  content: "";
}
.newstyles .glyphicon-remove-sign:before {
  content: "";
}
.newstyles .glyphicon-ok-sign:before {
  content: "";
}
.newstyles .glyphicon-question-sign:before {
  content: "";
}
.newstyles .glyphicon-info-sign:before {
  content: "";
}
.newstyles .glyphicon-screenshot:before {
  content: "";
}
.newstyles .glyphicon-remove-circle:before {
  content: "";
}
.newstyles .glyphicon-ok-circle:before {
  content: "";
}
.newstyles .glyphicon-ban-circle:before {
  content: "";
}
.newstyles .glyphicon-arrow-left:before {
  content: "";
}
.newstyles .glyphicon-arrow-right:before {
  content: "";
}
.newstyles .glyphicon-arrow-up:before {
  content: "";
}
.newstyles .glyphicon-arrow-down:before {
  content: "";
}
.newstyles .glyphicon-share-alt:before {
  content: "";
}
.newstyles .glyphicon-resize-full:before {
  content: "";
}
.newstyles .glyphicon-resize-small:before {
  content: "";
}
.newstyles .glyphicon-exclamation-sign:before {
  content: "";
}
.newstyles .glyphicon-gift:before {
  content: "";
}
.newstyles .glyphicon-leaf:before {
  content: "";
}
.newstyles .glyphicon-fire:before {
  content: "";
}
.newstyles .glyphicon-eye-open:before {
  content: "";
}
.newstyles .glyphicon-eye-close:before {
  content: "";
}
.newstyles .glyphicon-warning-sign:before {
  content: "";
}
.newstyles .glyphicon-plane:before {
  content: "";
}
.newstyles .glyphicon-calendar:before {
  content: "";
}
.newstyles .glyphicon-random:before {
  content: "";
}
.newstyles .glyphicon-comment:before {
  content: "";
}
.newstyles .glyphicon-magnet:before {
  content: "";
}
.newstyles .glyphicon-chevron-up:before {
  content: "";
}
.newstyles .glyphicon-chevron-down:before {
  content: "";
}
.newstyles .glyphicon-retweet:before {
  content: "";
}
.newstyles .glyphicon-shopping-cart:before {
  content: "";
}
.newstyles .glyphicon-folder-close:before {
  content: "";
}
.newstyles .glyphicon-folder-open:before {
  content: "";
}
.newstyles .glyphicon-resize-vertical:before {
  content: "";
}
.newstyles .glyphicon-resize-horizontal:before {
  content: "";
}
.newstyles .glyphicon-hdd:before {
  content: "";
}
.newstyles .glyphicon-bullhorn:before {
  content: "";
}
.newstyles .glyphicon-bell:before {
  content: "";
}
.newstyles .glyphicon-certificate:before {
  content: "";
}
.newstyles .glyphicon-thumbs-up:before {
  content: "";
}
.newstyles .glyphicon-thumbs-down:before {
  content: "";
}
.newstyles .glyphicon-hand-right:before {
  content: "";
}
.newstyles .glyphicon-hand-left:before {
  content: "";
}
.newstyles .glyphicon-hand-up:before {
  content: "";
}
.newstyles .glyphicon-hand-down:before {
  content: "";
}
.newstyles .glyphicon-circle-arrow-right:before {
  content: "";
}
.newstyles .glyphicon-circle-arrow-left:before {
  content: "";
}
.newstyles .glyphicon-circle-arrow-up:before {
  content: "";
}
.newstyles .glyphicon-circle-arrow-down:before {
  content: "";
}
.newstyles .glyphicon-globe:before {
  content: "";
}
.newstyles .glyphicon-wrench:before {
  content: "";
}
.newstyles .glyphicon-tasks:before {
  content: "";
}
.newstyles .glyphicon-filter:before {
  content: "";
}
.newstyles .glyphicon-briefcase:before {
  content: "";
}
.newstyles .glyphicon-fullscreen:before {
  content: "";
}
.newstyles .glyphicon-dashboard:before {
  content: "";
}
.newstyles .glyphicon-paperclip:before {
  content: "";
}
.newstyles .glyphicon-heart-empty:before {
  content: "";
}
.newstyles .glyphicon-link:before {
  content: "";
}
.newstyles .glyphicon-phone:before {
  content: "";
}
.newstyles .glyphicon-pushpin:before {
  content: "";
}
.newstyles .glyphicon-usd:before {
  content: "";
}
.newstyles .glyphicon-gbp:before {
  content: "";
}
.newstyles .glyphicon-sort:before {
  content: "";
}
.newstyles .glyphicon-sort-by-alphabet:before {
  content: "";
}
.newstyles .glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.newstyles .glyphicon-sort-by-order:before {
  content: "";
}
.newstyles .glyphicon-sort-by-order-alt:before {
  content: "";
}
.newstyles .glyphicon-sort-by-attributes:before {
  content: "";
}
.newstyles .glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.newstyles .glyphicon-unchecked:before {
  content: "";
}
.newstyles .glyphicon-expand:before {
  content: "";
}
.newstyles .glyphicon-collapse-down:before {
  content: "";
}
.newstyles .glyphicon-collapse-up:before {
  content: "";
}
.newstyles .glyphicon-log-in:before {
  content: "";
}
.newstyles .glyphicon-flash:before {
  content: "";
}
.newstyles .glyphicon-log-out:before {
  content: "";
}
.newstyles .glyphicon-new-window:before {
  content: "";
}
.newstyles .glyphicon-record:before {
  content: "";
}
.newstyles .glyphicon-save:before {
  content: "";
}
.newstyles .glyphicon-open:before {
  content: "";
}
.newstyles .glyphicon-saved:before {
  content: "";
}
.newstyles .glyphicon-import:before {
  content: "";
}
.newstyles .glyphicon-export:before {
  content: "";
}
.newstyles .glyphicon-send:before {
  content: "";
}
.newstyles .glyphicon-floppy-disk:before {
  content: "";
}
.newstyles .glyphicon-floppy-saved:before {
  content: "";
}
.newstyles .glyphicon-floppy-remove:before {
  content: "";
}
.newstyles .glyphicon-floppy-save:before {
  content: "";
}
.newstyles .glyphicon-floppy-open:before {
  content: "";
}
.newstyles .glyphicon-credit-card:before {
  content: "";
}
.newstyles .glyphicon-transfer:before {
  content: "";
}
.newstyles .glyphicon-cutlery:before {
  content: "";
}
.newstyles .glyphicon-header:before {
  content: "";
}
.newstyles .glyphicon-compressed:before {
  content: "";
}
.newstyles .glyphicon-earphone:before {
  content: "";
}
.newstyles .glyphicon-phone-alt:before {
  content: "";
}
.newstyles .glyphicon-tower:before {
  content: "";
}
.newstyles .glyphicon-stats:before {
  content: "";
}
.newstyles .glyphicon-sd-video:before {
  content: "";
}
.newstyles .glyphicon-hd-video:before {
  content: "";
}
.newstyles .glyphicon-subtitles:before {
  content: "";
}
.newstyles .glyphicon-sound-stereo:before {
  content: "";
}
.newstyles .glyphicon-sound-dolby:before {
  content: "";
}
.newstyles .glyphicon-sound-5-1:before {
  content: "";
}
.newstyles .glyphicon-sound-6-1:before {
  content: "";
}
.newstyles .glyphicon-sound-7-1:before {
  content: "";
}
.newstyles .glyphicon-copyright-mark:before {
  content: "";
}
.newstyles .glyphicon-registration-mark:before {
  content: "";
}
.newstyles .glyphicon-cloud-download:before {
  content: "";
}
.newstyles .glyphicon-cloud-upload:before {
  content: "";
}
.newstyles .glyphicon-tree-conifer:before {
  content: "";
}
.newstyles .glyphicon-tree-deciduous:before {
  content: "";
}
.newstyles .glyphicon-cd:before {
  content: "";
}
.newstyles .glyphicon-save-file:before {
  content: "";
}
.newstyles .glyphicon-open-file:before {
  content: "";
}
.newstyles .glyphicon-level-up:before {
  content: "";
}
.newstyles .glyphicon-copy:before {
  content: "";
}
.newstyles .glyphicon-paste:before {
  content: "";
}
.newstyles .glyphicon-alert:before {
  content: "";
}
.newstyles .glyphicon-equalizer:before {
  content: "";
}
.newstyles .glyphicon-king:before {
  content: "";
}
.newstyles .glyphicon-queen:before {
  content: "";
}
.newstyles .glyphicon-pawn:before {
  content: "";
}
.newstyles .glyphicon-bishop:before {
  content: "";
}
.newstyles .glyphicon-knight:before {
  content: "";
}
.newstyles .glyphicon-baby-formula:before {
  content: "";
}
.newstyles .glyphicon-tent:before {
  content: "⛺";
}
.newstyles .glyphicon-blackboard:before {
  content: "";
}
.newstyles .glyphicon-bed:before {
  content: "";
}
.newstyles .glyphicon-apple:before {
  content: "";
}
.newstyles .glyphicon-erase:before {
  content: "";
}
.newstyles .glyphicon-hourglass:before {
  content: "⌛";
}
.newstyles .glyphicon-lamp:before {
  content: "";
}
.newstyles .glyphicon-duplicate:before {
  content: "";
}
.newstyles .glyphicon-piggy-bank:before {
  content: "";
}
.newstyles .glyphicon-scissors:before {
  content: "";
}
.newstyles .glyphicon-bitcoin:before {
  content: "";
}
.newstyles .glyphicon-btc:before {
  content: "";
}
.newstyles .glyphicon-xbt:before {
  content: "";
}
.newstyles .glyphicon-yen:before {
  content: "¥";
}
.newstyles .glyphicon-jpy:before {
  content: "¥";
}
.newstyles .glyphicon-ruble:before {
  content: "₽";
}
.newstyles .glyphicon-rub:before {
  content: "₽";
}
.newstyles .glyphicon-scale:before {
  content: "";
}
.newstyles .glyphicon-ice-lolly:before {
  content: "";
}
.newstyles .glyphicon-ice-lolly-tasted:before {
  content: "";
}
.newstyles .glyphicon-education:before {
  content: "";
}
.newstyles .glyphicon-option-horizontal:before {
  content: "";
}
.newstyles .glyphicon-option-vertical:before {
  content: "";
}
.newstyles .glyphicon-menu-hamburger:before {
  content: "";
}
.newstyles .glyphicon-modal-window:before {
  content: "";
}
.newstyles .glyphicon-oil:before {
  content: "";
}
.newstyles .glyphicon-grain:before {
  content: "";
}
.newstyles .glyphicon-sunglasses:before {
  content: "";
}
.newstyles .glyphicon-text-size:before {
  content: "";
}
.newstyles .glyphicon-text-color:before {
  content: "";
}
.newstyles .glyphicon-text-background:before {
  content: "";
}
.newstyles .glyphicon-object-align-top:before {
  content: "";
}
.newstyles .glyphicon-object-align-bottom:before {
  content: "";
}
.newstyles .glyphicon-object-align-horizontal:before {
  content: "";
}
.newstyles .glyphicon-object-align-left:before {
  content: "";
}
.newstyles .glyphicon-object-align-vertical:before {
  content: "";
}
.newstyles .glyphicon-object-align-right:before {
  content: "";
}
.newstyles .glyphicon-triangle-right:before {
  content: "";
}
.newstyles .glyphicon-triangle-left:before {
  content: "";
}
.newstyles .glyphicon-triangle-bottom:before {
  content: "";
}
.newstyles .glyphicon-triangle-top:before {
  content: "";
}
.newstyles .glyphicon-console:before {
  content: "";
}
.newstyles .glyphicon-superscript:before {
  content: "";
}
.newstyles .glyphicon-subscript:before {
  content: "";
}
.newstyles .glyphicon-menu-left:before {
  content: "";
}
.newstyles .glyphicon-menu-right:before {
  content: "";
}
.newstyles .glyphicon-menu-down:before {
  content: "";
}
.newstyles .glyphicon-menu-up:before {
  content: "";
}
.newstyles * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newstyles :after, .newstyles :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newstyles html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.newstyles body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.newstyles button, .newstyles input, .newstyles select, .newstyles textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.newstyles a {
  color: #337ab7;
  text-decoration: none;
}
.newstyles a:focus, .newstyles a:hover {
  color: #23527c;
  text-decoration: underline;
}
.newstyles a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.newstyles figure {
  margin: 0;
}
.newstyles img {
  vertical-align: middle;
}
.newstyles .carousel-inner > .item > a > img, .newstyles .carousel-inner > .item > img, .newstyles .img-responsive, .newstyles .thumbnail a > img, .newstyles .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.newstyles .img-rounded {
  border-radius: 6px;
}
.newstyles .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newstyles .img-circle {
  border-radius: 50%;
}
.newstyles hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.newstyles .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.newstyles .sr-only-focusable:active, .newstyles .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.newstyles [role=button] {
  cursor: pointer;
}
.newstyles .h1, .newstyles .h2, .newstyles .h3, .newstyles .h4, .newstyles .h5, .newstyles .h6, .newstyles h1, .newstyles h2, .newstyles h3, .newstyles h4, .newstyles h5, .newstyles h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.newstyles .h1 .small, .newstyles .h1 small, .newstyles .h2 .small, .newstyles .h2 small, .newstyles .h3 .small, .newstyles .h3 small, .newstyles .h4 .small, .newstyles .h4 small, .newstyles .h5 .small, .newstyles .h5 small, .newstyles .h6 .small, .newstyles .h6 small, .newstyles h1 .small, .newstyles h1 small, .newstyles h2 .small, .newstyles h2 small, .newstyles h3 .small, .newstyles h3 small, .newstyles h4 .small, .newstyles h4 small, .newstyles h5 .small, .newstyles h5 small, .newstyles h6 .small, .newstyles h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.newstyles .h1, .newstyles .h2, .newstyles .h3, .newstyles h1, .newstyles h2, .newstyles h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.newstyles .h1 .small, .newstyles .h1 small, .newstyles .h2 .small, .newstyles .h2 small, .newstyles .h3 .small, .newstyles .h3 small, .newstyles h1 .small, .newstyles h1 small, .newstyles h2 .small, .newstyles h2 small, .newstyles h3 .small, .newstyles h3 small {
  font-size: 65%;
}
.newstyles .h4, .newstyles .h5, .newstyles .h6, .newstyles h4, .newstyles h5, .newstyles h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.newstyles .h4 .small, .newstyles .h4 small, .newstyles .h5 .small, .newstyles .h5 small, .newstyles .h6 .small, .newstyles .h6 small, .newstyles h4 .small, .newstyles h4 small, .newstyles h5 .small, .newstyles h5 small, .newstyles h6 .small, .newstyles h6 small {
  font-size: 75%;
}
.newstyles .h1, .newstyles h1 {
  font-size: 38px;
  color: #fff;
}
.newstyles .h2, .newstyles h2 {
  font-size: 30px;
}
.newstyles .h3, .newstyles h3, .page h3, #doveMangiareSearchForm {
  font-size: 22px!important;
}

.newstyles .h4, .newstyles h4 {
  font-size: 18px;
}
.newstyles .h5, .newstyles h5 {
  font-size: 14px;
}
.newstyles .h6, .newstyles h6 {
  font-size: 12px;
}
.newstyles p {
  margin: 0 0 10px;
}
.newstyles .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .newstyles .lead {
    font-size: 21px;
  }
}
.newstyles .small, .newstyles small {
  font-size: 85%;
}
.newstyles .mark, .newstyles mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.newstyles .text-left {
  text-align: left;
}
.newstyles .text-right {
  text-align: right;
}
.newstyles .text-center {
  text-align: center;
}
.newstyles .text-justify {
  text-align: justify;
}
.newstyles .text-nowrap {
  white-space: nowrap;
}
.newstyles .text-lowercase {
  text-transform: lowercase;
}
.newstyles .text-uppercase {
  text-transform: uppercase;
}
.newstyles .text-capitalize {
  text-transform: capitalize;
}
.newstyles .text-muted {
  color: #777;
}
.newstyles .text-primary {
  color: #337ab7;
}
.newstyles a.text-primary:focus, .newstyles a.text-primary:hover {
  color: #286090;
}
.newstyles .text-success {
  color: #3c763d;
}
.newstyles a.text-success:focus, .newstyles a.text-success:hover {
  color: #2b542c;
}
.newstyles .text-info {
  color: #31708f;
}
.newstyles a.text-info:focus, .newstyles a.text-info:hover {
  color: #245269;
}
.newstyles .text-warning {
  color: #8a6d3b;
}
.newstyles a.text-warning:focus, .newstyles a.text-warning:hover {
  color: #66512c;
}
.newstyles .text-danger {
  color: #a94442;
}
.newstyles a.text-danger:focus, .newstyles a.text-danger:hover {
  color: #843534;
}
.newstyles .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.newstyles a.bg-primary:focus, .newstyles a.bg-primary:hover {
  background-color: #286090;
}
.newstyles .bg-success {
  background-color: #dff0d8;
}
.newstyles a.bg-success:focus, .newstyles a.bg-success:hover {
  background-color: #c1e2b3;
}
.newstyles .bg-info {
  background-color: #d9edf7;
}
.newstyles a.bg-info:focus, .newstyles a.bg-info:hover {
  background-color: #afd9ee;
}
.newstyles .bg-warning {
  background-color: #fcf8e3;
}
.newstyles a.bg-warning:focus, .newstyles a.bg-warning:hover {
  background-color: #f7ecb5;
}
.newstyles .bg-danger {
  background-color: #f2dede;
}
.newstyles a.bg-danger:focus, .newstyles a.bg-danger:hover {
  background-color: #e4b9b9;
}
.newstyles .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.newstyles ol, .newstyles ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.newstyles ol ol, .newstyles ol ul, .newstyles ul ol, .newstyles ul ul {
  margin-bottom: 0;
}
.newstyles .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.newstyles .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.newstyles .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.newstyles dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.newstyles dd, .newstyles dt {
  line-height: 1.42857143;
}
.newstyles dt {
  font-weight: 700;
}
.newstyles dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .newstyles .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newstyles .dl-horizontal dd {
    margin-left: 180px;
  }
}
.newstyles abbr[data-original-title], .newstyles abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.newstyles .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.newstyles blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.newstyles blockquote ol:last-child, .newstyles blockquote p:last-child, .newstyles blockquote ul:last-child {
  margin-bottom: 0;
}
.newstyles blockquote .small, .newstyles blockquote footer, .newstyles blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.newstyles blockquote .small:before, .newstyles blockquote footer:before, .newstyles blockquote small:before {
  content: "— ";
}
.newstyles .blockquote-reverse, .newstyles blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.newstyles .blockquote-reverse .small:before, .newstyles .blockquote-reverse footer:before, .newstyles .blockquote-reverse small:before, .newstyles blockquote.pull-right .small:before, .newstyles blockquote.pull-right footer:before, .newstyles blockquote.pull-right small:before {
  content: "";
}
.newstyles .blockquote-reverse .small:after, .newstyles .blockquote-reverse footer:after, .newstyles .blockquote-reverse small:after, .newstyles blockquote.pull-right .small:after, .newstyles blockquote.pull-right footer:after, .newstyles blockquote.pull-right small:after {
  content: " —";
}
.newstyles address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.newstyles code, .newstyles kbd, .newstyles pre, .newstyles samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.newstyles code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.newstyles kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.newstyles kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newstyles pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.newstyles pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.newstyles .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.newstyles .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .newstyles .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .newstyles .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .newstyles .container {
    width: 1170px;
  }
}
.newstyles .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.newstyles .row {
  margin-right: -15px;
  margin-left: -15px;
}
.newstyles .col-lg-1, .newstyles .col-lg-10, .newstyles .col-lg-11, .newstyles .col-lg-12, .newstyles .col-lg-2, .newstyles .col-lg-3, .newstyles .col-lg-4, .newstyles .col-lg-5, .newstyles .col-lg-6, .newstyles .col-lg-7, .newstyles .col-lg-8, .newstyles .col-lg-9, .newstyles .col-md-1, .newstyles .col-md-10, .newstyles .col-md-11, .newstyles .col-md-12, .newstyles .col-md-2, .newstyles .col-md-3, .newstyles .col-md-4, .newstyles .col-md-5, .newstyles .col-md-6, .newstyles .col-md-7, .newstyles .col-md-8, .newstyles .col-md-9, .newstyles .col-sm-1, .newstyles .col-sm-10, .newstyles .col-sm-11, .newstyles .col-sm-12, .newstyles .col-sm-2, .newstyles .col-sm-3, .newstyles .col-sm-4, .newstyles .col-sm-5, .newstyles .col-sm-6, .newstyles .col-sm-7, .newstyles .col-sm-8, .newstyles .col-sm-9, .newstyles .col-xs-1, .newstyles .col-xs-10, .newstyles .col-xs-11, .newstyles .col-xs-12, .newstyles .col-xs-2, .newstyles .col-xs-3, .newstyles .col-xs-4, .newstyles .col-xs-5, .newstyles .col-xs-6, .newstyles .col-xs-7, .newstyles .col-xs-8, .newstyles .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.newstyles .col-xs-1, .newstyles .col-xs-10, .newstyles .col-xs-11, .newstyles .col-xs-12, .newstyles .col-xs-2, .newstyles .col-xs-3, .newstyles .col-xs-4, .newstyles .col-xs-5, .newstyles .col-xs-6, .newstyles .col-xs-7, .newstyles .col-xs-8, .newstyles .col-xs-9 {
  float: left;
}
.newstyles .col-xs-12 {
  width: 100%;
}
.newstyles .col-xs-11 {
  width: 91.66666667%;
}
.newstyles .col-xs-10 {
  width: 83.33333333%;
}
.newstyles .col-xs-9 {
  width: 75%;
}
.newstyles .col-xs-8 {
  width: 66.66666667%;
}
.newstyles .col-xs-7 {
  width: 58.33333333%;
}
.newstyles .col-xs-6 {
  width: 50%;
}
.newstyles .col-xs-5 {
  width: 41.66666667%;
}
.newstyles .col-xs-4 {
  width: 33.33333333%;
}
.newstyles .col-xs-3 {
  width: 25%;
}
.newstyles .col-xs-2 {
  width: 16.66666667%;
}
.newstyles .col-xs-1 {
  width: 8.33333333%;
}
.newstyles .col-xs-pull-12 {
  right: 100%;
}
.newstyles .col-xs-pull-11 {
  right: 91.66666667%;
}
.newstyles .col-xs-pull-10 {
  right: 83.33333333%;
}
.newstyles .col-xs-pull-9 {
  right: 75%;
}
.newstyles .col-xs-pull-8 {
  right: 66.66666667%;
}
.newstyles .col-xs-pull-7 {
  right: 58.33333333%;
}
.newstyles .col-xs-pull-6 {
  right: 50%;
}
.newstyles .col-xs-pull-5 {
  right: 41.66666667%;
}
.newstyles .col-xs-pull-4 {
  right: 33.33333333%;
}
.newstyles .col-xs-pull-3 {
  right: 25%;
}
.newstyles .col-xs-pull-2 {
  right: 16.66666667%;
}
.newstyles .col-xs-pull-1 {
  right: 8.33333333%;
}
.newstyles .col-xs-pull-0 {
  right: auto;
}
.newstyles .col-xs-push-12 {
  left: 100%;
}
.newstyles .col-xs-push-11 {
  left: 91.66666667%;
}
.newstyles .col-xs-push-10 {
  left: 83.33333333%;
}
.newstyles .col-xs-push-9 {
  left: 75%;
}
.newstyles .col-xs-push-8 {
  left: 66.66666667%;
}
.newstyles .col-xs-push-7 {
  left: 58.33333333%;
}
.newstyles .col-xs-push-6 {
  left: 50%;
}
.newstyles .col-xs-push-5 {
  left: 41.66666667%;
}
.newstyles .col-xs-push-4 {
  left: 33.33333333%;
}
.newstyles .col-xs-push-3 {
  left: 25%;
}
.newstyles .col-xs-push-2 {
  left: 16.66666667%;
}
.newstyles .col-xs-push-1 {
  left: 8.33333333%;
}
.newstyles .col-xs-push-0 {
  left: auto;
}
.newstyles .col-xs-offset-12 {
  margin-left: 100%;
}
.newstyles .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.newstyles .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.newstyles .col-xs-offset-9 {
  margin-left: 75%;
}
.newstyles .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.newstyles .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.newstyles .col-xs-offset-6 {
  margin-left: 50%;
}
.newstyles .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.newstyles .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.newstyles .col-xs-offset-3 {
  margin-left: 25%;
}
.newstyles .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.newstyles .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.newstyles .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .newstyles .col-sm-1, .newstyles .col-sm-10, .newstyles .col-sm-11, .newstyles .col-sm-12, .newstyles .col-sm-2, .newstyles .col-sm-3, .newstyles .col-sm-4, .newstyles .col-sm-5, .newstyles .col-sm-6, .newstyles .col-sm-7, .newstyles .col-sm-8, .newstyles .col-sm-9 {
    float: left;
  }
  .newstyles .col-sm-12 {
    width: 100%;
  }
  .newstyles .col-sm-11 {
    width: 91.66666667%;
  }
  .newstyles .col-sm-10 {
    width: 83.33333333%;
  }
  .newstyles .col-sm-9 {
    width: 75%;
  }
  .newstyles .col-sm-8 {
    width: 66.66666667%;
  }
  .newstyles .col-sm-7 {
    width: 58.33333333%;
  }
  .newstyles .col-sm-6 {
    width: 50%;
  }
  .newstyles .col-sm-5 {
    width: 41.66666667%;
  }
  .newstyles .col-sm-4 {
    width: 33.33333333%;
  }
  .newstyles .col-sm-3 {
    width: 25%;
  }
  .newstyles .col-sm-2 {
    width: 16.66666667%;
  }
  .newstyles .col-sm-1 {
    width: 8.33333333%;
  }
  .newstyles .col-sm-pull-12 {
    right: 100%;
  }
  .newstyles .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .newstyles .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .newstyles .col-sm-pull-9 {
    right: 75%;
  }
  .newstyles .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .newstyles .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .newstyles .col-sm-pull-6 {
    right: 50%;
  }
  .newstyles .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .newstyles .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .newstyles .col-sm-pull-3 {
    right: 25%;
  }
  .newstyles .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .newstyles .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .newstyles .col-sm-pull-0 {
    right: auto;
  }
  .newstyles .col-sm-push-12 {
    left: 100%;
  }
  .newstyles .col-sm-push-11 {
    left: 91.66666667%;
  }
  .newstyles .col-sm-push-10 {
    left: 83.33333333%;
  }
  .newstyles .col-sm-push-9 {
    left: 75%;
  }
  .newstyles .col-sm-push-8 {
    left: 66.66666667%;
  }
  .newstyles .col-sm-push-7 {
    left: 58.33333333%;
  }
  .newstyles .col-sm-push-6 {
    left: 50%;
  }
  .newstyles .col-sm-push-5 {
    left: 41.66666667%;
  }
  .newstyles .col-sm-push-4 {
    left: 33.33333333%;
  }
  .newstyles .col-sm-push-3 {
    left: 25%;
  }
  .newstyles .col-sm-push-2 {
    left: 16.66666667%;
  }
  .newstyles .col-sm-push-1 {
    left: 8.33333333%;
  }
  .newstyles .col-sm-push-0 {
    left: auto;
  }
  .newstyles .col-sm-offset-12 {
    margin-left: 100%;
  }
  .newstyles .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .newstyles .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .newstyles .col-sm-offset-9 {
    margin-left: 75%;
  }
  .newstyles .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .newstyles .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .newstyles .col-sm-offset-6 {
    margin-left: 50%;
  }
  .newstyles .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .newstyles .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .newstyles .col-sm-offset-3 {
    margin-left: 25%;
  }
  .newstyles .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .newstyles .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .newstyles .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .newstyles .col-md-1, .newstyles .col-md-10, .newstyles .col-md-11, .newstyles .col-md-12, .newstyles .col-md-2, .newstyles .col-md-3, .newstyles .col-md-4, .newstyles .col-md-5, .newstyles .col-md-6, .newstyles .col-md-7, .newstyles .col-md-8, .newstyles .col-md-9 {
    float: left;
  }
  .newstyles .col-md-12 {
    width: 100%;
  }
  .newstyles .col-md-11 {
    width: 91.66666667%;
  }
  .newstyles .col-md-10 {
    width: 83.33333333%;
  }
  .newstyles .col-md-9 {
    width: 75%;
  }
  .newstyles .col-md-8 {
    width: 66.66666667%;
  }
  .newstyles .col-md-7 {
    width: 58.33333333%;
  }
  .newstyles .col-md-6 {
    width: 50%;
  }
  .newstyles .col-md-5 {
    width: 41.66666667%;
  }
  .newstyles .col-md-4 {
    width: 33.33333333%;
  }
  .newstyles .col-md-3 {
    width: 25%;
  }
  .newstyles .col-md-2 {
    width: 16.66666667%;
  }
  .newstyles .col-md-1 {
    width: 8.33333333%;
  }
  .newstyles .col-md-pull-12 {
    right: 100%;
  }
  .newstyles .col-md-pull-11 {
    right: 91.66666667%;
  }
  .newstyles .col-md-pull-10 {
    right: 83.33333333%;
  }
  .newstyles .col-md-pull-9 {
    right: 75%;
  }
  .newstyles .col-md-pull-8 {
    right: 66.66666667%;
  }
  .newstyles .col-md-pull-7 {
    right: 58.33333333%;
  }
  .newstyles .col-md-pull-6 {
    right: 50%;
  }
  .newstyles .col-md-pull-5 {
    right: 41.66666667%;
  }
  .newstyles .col-md-pull-4 {
    right: 33.33333333%;
  }
  .newstyles .col-md-pull-3 {
    right: 25%;
  }
  .newstyles .col-md-pull-2 {
    right: 16.66666667%;
  }
  .newstyles .col-md-pull-1 {
    right: 8.33333333%;
  }
  .newstyles .col-md-pull-0 {
    right: auto;
  }
  .newstyles .col-md-push-12 {
    left: 100%;
  }
  .newstyles .col-md-push-11 {
    left: 91.66666667%;
  }
  .newstyles .col-md-push-10 {
    left: 83.33333333%;
  }
  .newstyles .col-md-push-9 {
    left: 75%;
  }
  .newstyles .col-md-push-8 {
    left: 66.66666667%;
  }
  .newstyles .col-md-push-7 {
    left: 58.33333333%;
  }
  .newstyles .col-md-push-6 {
    left: 50%;
  }
  .newstyles .col-md-push-5 {
    left: 41.66666667%;
  }
  .newstyles .col-md-push-4 {
    left: 33.33333333%;
  }
  .newstyles .col-md-push-3 {
    left: 25%;
  }
  .newstyles .col-md-push-2 {
    left: 16.66666667%;
  }
  .newstyles .col-md-push-1 {
    left: 8.33333333%;
  }
  .newstyles .col-md-push-0 {
    left: auto;
  }
  .newstyles .col-md-offset-12 {
    margin-left: 100%;
  }
  .newstyles .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .newstyles .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .newstyles .col-md-offset-9 {
    margin-left: 75%;
  }
  .newstyles .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .newstyles .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .newstyles .col-md-offset-6 {
    margin-left: 50%;
  }
  .newstyles .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .newstyles .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .newstyles .col-md-offset-3 {
    margin-left: 25%;
  }
  .newstyles .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .newstyles .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .newstyles .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .newstyles .col-lg-1, .newstyles .col-lg-10, .newstyles .col-lg-11, .newstyles .col-lg-12, .newstyles .col-lg-2, .newstyles .col-lg-3, .newstyles .col-lg-4, .newstyles .col-lg-5, .newstyles .col-lg-6, .newstyles .col-lg-7, .newstyles .col-lg-8, .newstyles .col-lg-9 {
    float: left;
  }
  .newstyles .col-lg-12 {
    width: 100%;
  }
  .newstyles .col-lg-11 {
    width: 91.66666667%;
  }
  .newstyles .col-lg-10 {
    width: 83.33333333%;
  }
  .newstyles .col-lg-9 {
    width: 75%;
  }
  .newstyles .col-lg-8 {
    width: 66.66666667%;
  }
  .newstyles .col-lg-7 {
    width: 58.33333333%;
  }
  .newstyles .col-lg-6 {
    width: 50%;
  }
  .newstyles .col-lg-5 {
    width: 41.66666667%;
  }
  .newstyles .col-lg-4 {
    width: 33.33333333%;
  }
  .newstyles .col-lg-3 {
    width: 25%;
  }
  .newstyles .col-lg-2 {
    width: 16.66666667%;
  }
  .newstyles .col-lg-1 {
    width: 8.33333333%;
  }
  .newstyles .col-lg-pull-12 {
    right: 100%;
  }
  .newstyles .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .newstyles .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .newstyles .col-lg-pull-9 {
    right: 75%;
  }
  .newstyles .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .newstyles .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .newstyles .col-lg-pull-6 {
    right: 50%;
  }
  .newstyles .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .newstyles .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .newstyles .col-lg-pull-3 {
    right: 25%;
  }
  .newstyles .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .newstyles .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .newstyles .col-lg-pull-0 {
    right: auto;
  }
  .newstyles .col-lg-push-12 {
    left: 100%;
  }
  .newstyles .col-lg-push-11 {
    left: 91.66666667%;
  }
  .newstyles .col-lg-push-10 {
    left: 83.33333333%;
  }
  .newstyles .col-lg-push-9 {
    left: 75%;
  }
  .newstyles .col-lg-push-8 {
    left: 66.66666667%;
  }
  .newstyles .col-lg-push-7 {
    left: 58.33333333%;
  }
  .newstyles .col-lg-push-6 {
    left: 50%;
  }
  .newstyles .col-lg-push-5 {
    left: 41.66666667%;
  }
  .newstyles .col-lg-push-4 {
    left: 33.33333333%;
  }
  .newstyles .col-lg-push-3 {
    left: 25%;
  }
  .newstyles .col-lg-push-2 {
    left: 16.66666667%;
  }
  .newstyles .col-lg-push-1 {
    left: 8.33333333%;
  }
  .newstyles .col-lg-push-0 {
    left: auto;
  }
  .newstyles .col-lg-offset-12 {
    margin-left: 100%;
  }
  .newstyles .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .newstyles .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .newstyles .col-lg-offset-9 {
    margin-left: 75%;
  }
  .newstyles .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .newstyles .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .newstyles .col-lg-offset-6 {
    margin-left: 50%;
  }
  .newstyles .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .newstyles .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .newstyles .col-lg-offset-3 {
    margin-left: 25%;
  }
  .newstyles .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .newstyles .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .newstyles .col-lg-offset-0 {
    margin-left: 0;
  }
}
.newstyles table {
  background-color: transparent;
}
.newstyles caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.newstyles th {
  text-align: left;
}
.newstyles .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.newstyles .table > tbody > tr > td, .newstyles .table > tbody > tr > th, .newstyles .table > tfoot > tr > td, .newstyles .table > tfoot > tr > th, .newstyles .table > thead > tr > td, .newstyles .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.newstyles .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.newstyles .table > caption + thead > tr:first-child > td, .newstyles .table > caption + thead > tr:first-child > th, .newstyles .table > colgroup + thead > tr:first-child > td, .newstyles .table > colgroup + thead > tr:first-child > th, .newstyles .table > thead:first-child > tr:first-child > td, .newstyles .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.newstyles .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.newstyles .table .table {
  background-color: #fff;
}
.newstyles .table-condensed > tbody > tr > td, .newstyles .table-condensed > tbody > tr > th, .newstyles .table-condensed > tfoot > tr > td, .newstyles .table-condensed > tfoot > tr > th, .newstyles .table-condensed > thead > tr > td, .newstyles .table-condensed > thead > tr > th {
  padding: 5px;
}
.newstyles .table-bordered {
  border: 1px solid #ddd;
}
.newstyles .table-bordered > tbody > tr > td, .newstyles .table-bordered > tbody > tr > th, .newstyles .table-bordered > tfoot > tr > td, .newstyles .table-bordered > tfoot > tr > th, .newstyles .table-bordered > thead > tr > td, .newstyles .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.newstyles .table-bordered > thead > tr > td, .newstyles .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.newstyles .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.newstyles .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.newstyles table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.newstyles table td[class*=col-], .newstyles table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.newstyles .table > tbody > tr.active > td, .newstyles .table > tbody > tr.active > th, .newstyles .table > tbody > tr > td.active, .newstyles .table > tbody > tr > th.active, .newstyles .table > tfoot > tr.active > td, .newstyles .table > tfoot > tr.active > th, .newstyles .table > tfoot > tr > td.active, .newstyles .table > tfoot > tr > th.active, .newstyles .table > thead > tr.active > td, .newstyles .table > thead > tr.active > th, .newstyles .table > thead > tr > td.active, .newstyles .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.newstyles .table-hover > tbody > tr.active:hover > td, .newstyles .table-hover > tbody > tr.active:hover > th, .newstyles .table-hover > tbody > tr:hover > .active, .newstyles .table-hover > tbody > tr > td.active:hover, .newstyles .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.newstyles .table > tbody > tr.success > td, .newstyles .table > tbody > tr.success > th, .newstyles .table > tbody > tr > td.success, .newstyles .table > tbody > tr > th.success, .newstyles .table > tfoot > tr.success > td, .newstyles .table > tfoot > tr.success > th, .newstyles .table > tfoot > tr > td.success, .newstyles .table > tfoot > tr > th.success, .newstyles .table > thead > tr.success > td, .newstyles .table > thead > tr.success > th, .newstyles .table > thead > tr > td.success, .newstyles .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.newstyles .table-hover > tbody > tr.success:hover > td, .newstyles .table-hover > tbody > tr.success:hover > th, .newstyles .table-hover > tbody > tr:hover > .success, .newstyles .table-hover > tbody > tr > td.success:hover, .newstyles .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.newstyles .table > tbody > tr.info > td, .newstyles .table > tbody > tr.info > th, .newstyles .table > tbody > tr > td.info, .newstyles .table > tbody > tr > th.info, .newstyles .table > tfoot > tr.info > td, .newstyles .table > tfoot > tr.info > th, .newstyles .table > tfoot > tr > td.info, .newstyles .table > tfoot > tr > th.info, .newstyles .table > thead > tr.info > td, .newstyles .table > thead > tr.info > th, .newstyles .table > thead > tr > td.info, .newstyles .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.newstyles .table-hover > tbody > tr.info:hover > td, .newstyles .table-hover > tbody > tr.info:hover > th, .newstyles .table-hover > tbody > tr:hover > .info, .newstyles .table-hover > tbody > tr > td.info:hover, .newstyles .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.newstyles .table > tbody > tr.warning > td, .newstyles .table > tbody > tr.warning > th, .newstyles .table > tbody > tr > td.warning, .newstyles .table > tbody > tr > th.warning, .newstyles .table > tfoot > tr.warning > td, .newstyles .table > tfoot > tr.warning > th, .newstyles .table > tfoot > tr > td.warning, .newstyles .table > tfoot > tr > th.warning, .newstyles .table > thead > tr.warning > td, .newstyles .table > thead > tr.warning > th, .newstyles .table > thead > tr > td.warning, .newstyles .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.newstyles .table-hover > tbody > tr.warning:hover > td, .newstyles .table-hover > tbody > tr.warning:hover > th, .newstyles .table-hover > tbody > tr:hover > .warning, .newstyles .table-hover > tbody > tr > td.warning:hover, .newstyles .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.newstyles .table > tbody > tr.danger > td, .newstyles .table > tbody > tr.danger > th, .newstyles .table > tbody > tr > td.danger, .newstyles .table > tbody > tr > th.danger, .newstyles .table > tfoot > tr.danger > td, .newstyles .table > tfoot > tr.danger > th, .newstyles .table > tfoot > tr > td.danger, .newstyles .table > tfoot > tr > th.danger, .newstyles .table > thead > tr.danger > td, .newstyles .table > thead > tr.danger > th, .newstyles .table > thead > tr > td.danger, .newstyles .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.newstyles .table-hover > tbody > tr.danger:hover > td, .newstyles .table-hover > tbody > tr.danger:hover > th, .newstyles .table-hover > tbody > tr:hover > .danger, .newstyles .table-hover > tbody > tr > td.danger:hover, .newstyles .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.newstyles .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .newstyles .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .newstyles .table-responsive > .table {
    margin-bottom: 0;
  }
  .newstyles .table-responsive > .table > tbody > tr > td, .newstyles .table-responsive > .table > tbody > tr > th, .newstyles .table-responsive > .table > tfoot > tr > td, .newstyles .table-responsive > .table > tfoot > tr > th, .newstyles .table-responsive > .table > thead > tr > td, .newstyles .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .newstyles .table-responsive > .table-bordered {
    border: 0;
  }
  .newstyles .table-responsive > .table-bordered > tbody > tr > td:first-child, .newstyles .table-responsive > .table-bordered > tbody > tr > th:first-child, .newstyles .table-responsive > .table-bordered > tfoot > tr > td:first-child, .newstyles .table-responsive > .table-bordered > tfoot > tr > th:first-child, .newstyles .table-responsive > .table-bordered > thead > tr > td:first-child, .newstyles .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .newstyles .table-responsive > .table-bordered > tbody > tr > td:last-child, .newstyles .table-responsive > .table-bordered > tbody > tr > th:last-child, .newstyles .table-responsive > .table-bordered > tfoot > tr > td:last-child, .newstyles .table-responsive > .table-bordered > tfoot > tr > th:last-child, .newstyles .table-responsive > .table-bordered > thead > tr > td:last-child, .newstyles .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .newstyles .table-responsive > .table-bordered > tbody > tr:last-child > td, .newstyles .table-responsive > .table-bordered > tbody > tr:last-child > th, .newstyles .table-responsive > .table-bordered > tfoot > tr:last-child > td, .newstyles .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.newstyles fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.newstyles legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.newstyles label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.newstyles input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newstyles input[type=checkbox], .newstyles input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.newstyles input[type=file] {
  display: block;
}
.newstyles input[type=range] {
  display: block;
  width: 100%;
}
.newstyles select[multiple], .newstyles select[size] {
  height: auto;
}
.newstyles input[type=file]:focus, .newstyles input[type=checkbox]:focus, .newstyles input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.newstyles output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.newstyles .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newstyles .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.newstyles .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.newstyles .form-control:-ms-input-placeholder {
  color: #999;
}
.newstyles .form-control::-webkit-input-placeholder {
  color: #999;
}
.newstyles .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.newstyles .form-control[disabled], .newstyles .form-control[readonly], .newstyles fieldset[disabled] .form-control {
  background-color: #eee !important;
  opacity: 1;
}
.newstyles .form-control[disabled], .newstyles fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.newstyles textarea.form-control {
  height: auto;
}
.newstyles input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .newstyles input[type=date].form-control, .newstyles input[type=time].form-control, .newstyles input[type=datetime-local].form-control, .newstyles input[type=month].form-control {
    line-height: 34px;
  }
  .newstyles .input-group-sm input[type=date], .newstyles .input-group-sm input[type=time], .newstyles .input-group-sm input[type=datetime-local], .newstyles .input-group-sm input[type=month], .newstyles input[type=date].input-sm, .newstyles input[type=time].input-sm, .newstyles input[type=datetime-local].input-sm, .newstyles input[type=month].input-sm {
    line-height: 30px;
  }
  .newstyles .input-group-lg input[type=date], .newstyles .input-group-lg input[type=time], .newstyles .input-group-lg input[type=datetime-local], .newstyles .input-group-lg input[type=month], .newstyles input[type=date].input-lg, .newstyles input[type=time].input-lg, .newstyles input[type=datetime-local].input-lg, .newstyles input[type=month].input-lg {
    line-height: 46px;
  }
}
.newstyles .form-group {
  margin-bottom: 15px;
}
.newstyles .checkbox, .newstyles .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newstyles .checkbox label, .newstyles .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.newstyles .checkbox input[type=checkbox], .newstyles .checkbox-inline input[type=checkbox], .newstyles .radio input[type=radio], .newstyles .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}
.newstyles .checkbox + .checkbox, .newstyles .radio + .radio {
  margin-top: -5px;
}
.newstyles .checkbox-inline, .newstyles .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.newstyles .checkbox-inline + .checkbox-inline, .newstyles .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.newstyles fieldset[disabled] input[type=checkbox], .newstyles fieldset[disabled] input[type=radio], .newstyles input[type=checkbox].disabled, .newstyles input[type=checkbox][disabled], .newstyles input[type=radio].disabled, .newstyles input[type=radio][disabled] {
  cursor: not-allowed;
}
.newstyles .checkbox-inline.disabled, .newstyles .radio-inline.disabled, .newstyles fieldset[disabled] .checkbox-inline, .newstyles fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.newstyles .checkbox.disabled label, .newstyles .radio.disabled label, .newstyles fieldset[disabled] .checkbox label, .newstyles fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.newstyles .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.newstyles .form-control-static.input-lg, .newstyles .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.newstyles .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.newstyles select.input-sm {
  height: 30px;
  line-height: 30px;
}
.newstyles select[multiple].input-sm, .newstyles textarea.input-sm {
  height: auto;
}
.newstyles .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.newstyles .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.newstyles .form-group-sm select[multiple].form-control, .newstyles .form-group-sm textarea.form-control {
  height: auto;
}
.newstyles .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.newstyles .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.newstyles select.input-lg {
  height: 46px;
  line-height: 46px;
}
.newstyles select[multiple].input-lg, .newstyles textarea.input-lg {
  height: auto;
}
.newstyles .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.newstyles .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.newstyles .form-group-lg select[multiple].form-control, .newstyles .form-group-lg textarea.form-control {
  height: auto;
}
.newstyles .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.newstyles .has-feedback {
  position: relative;
}
.newstyles .has-feedback .form-control {
  padding-right: 42.5px;
}
.newstyles .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.newstyles .form-group-lg .form-control + .form-control-feedback, .newstyles .input-group-lg + .form-control-feedback, .newstyles .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.newstyles .form-group-sm .form-control + .form-control-feedback, .newstyles .input-group-sm + .form-control-feedback, .newstyles .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.newstyles .has-success .checkbox, .newstyles .has-success .checkbox-inline, .newstyles .has-success .control-label, .newstyles .has-success .help-block, .newstyles .has-success .radio, .newstyles .has-success .radio-inline, .newstyles .has-success.checkbox label, .newstyles .has-success.checkbox-inline label, .newstyles .has-success.radio label, .newstyles .has-success.radio-inline label {
  color: #3c763d;
}
.newstyles .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.newstyles .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.newstyles .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.newstyles .has-success .form-control-feedback {
  color: #3c763d;
}
.newstyles .has-warning .checkbox, .newstyles .has-warning .checkbox-inline, .newstyles .has-warning .control-label, .newstyles .has-warning .help-block, .newstyles .has-warning .radio, .newstyles .has-warning .radio-inline, .newstyles .has-warning.checkbox label, .newstyles .has-warning.checkbox-inline label, .newstyles .has-warning.radio label, .newstyles .has-warning.radio-inline label {
  color: #8a6d3b;
}
.newstyles .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.newstyles .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.newstyles .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.newstyles .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.newstyles .has-error .checkbox, .newstyles .has-error .checkbox-inline, .newstyles .has-error .control-label, .newstyles .has-error .help-block, .newstyles .has-error .radio, .newstyles .has-error .radio-inline, .newstyles .has-error.checkbox label, .newstyles .has-error.checkbox-inline label, .newstyles .has-error.radio label, .newstyles .has-error.radio-inline label {
  color: #a94442;
}
.newstyles .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.newstyles .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.newstyles .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.newstyles .has-error .form-control-feedback {
  color: #a94442;
}
.newstyles .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.newstyles .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.newstyles .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .newstyles .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .newstyles .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .newstyles .form-inline .form-control-static {
    display: inline-block;
  }
  .newstyles .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .newstyles .form-inline .input-group .form-control, .newstyles .form-inline .input-group .input-group-addon, .newstyles .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .newstyles .form-inline .input-group > .form-control {
    width: 100%;
  }
  .newstyles .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .newstyles .form-inline .checkbox, .newstyles .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .newstyles .form-inline .checkbox label, .newstyles .form-inline .radio label {
    padding-left: 0;
  }
  .newstyles .form-inline .checkbox input[type=checkbox], .newstyles .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .newstyles .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.newstyles .form-horizontal .checkbox, .newstyles .form-horizontal .checkbox-inline, .newstyles .form-horizontal .radio, .newstyles .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.newstyles .form-horizontal .checkbox, .newstyles .form-horizontal .radio {
  min-height: 27px;
}
.newstyles .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .newstyles .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.newstyles .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .newstyles .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .newstyles .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.newstyles .btn {
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.newstyles .btn.active.focus, .newstyles .btn.active:focus, .newstyles .btn.focus, .newstyles .btn:active.focus, .newstyles .btn:active:focus, .newstyles .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.newstyles .btn.focus, .newstyles .btn:focus, .newstyles .btn:hover {
  color: #333;
  text-decoration: none;
}
.newstyles .btn.active, .newstyles .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.newstyles .btn.disabled, .newstyles .btn[disabled], .newstyles fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.newstyles a.btn.disabled, .newstyles fieldset[disabled] a.btn {
  pointer-events: none;
}
.newstyles .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.newstyles .btn-default.focus, .newstyles .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.newstyles .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.newstyles .btn-default.active, .newstyles .btn-default:active, .newstyles .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.newstyles .btn-default.active.focus, .newstyles .btn-default.active:focus, .newstyles .btn-default.active:hover, .newstyles .btn-default:active.focus, .newstyles .btn-default:active:focus, .newstyles .btn-default:active:hover, .newstyles .open > .dropdown-toggle.btn-default.focus, .newstyles .open > .dropdown-toggle.btn-default:focus, .newstyles .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.newstyles .btn-default.active, .newstyles .btn-default:active, .newstyles .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.newstyles .btn-default.disabled.focus, .newstyles .btn-default.disabled:focus, .newstyles .btn-default.disabled:hover, .newstyles .btn-default[disabled].focus, .newstyles .btn-default[disabled]:focus, .newstyles .btn-default[disabled]:hover, .newstyles fieldset[disabled] .btn-default.focus, .newstyles fieldset[disabled] .btn-default:focus, .newstyles fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.newstyles .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.newstyles .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.newstyles .btn-primary.focus, .newstyles .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.newstyles .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.newstyles .btn-primary.active, .newstyles .btn-primary:active, .newstyles .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.newstyles .btn-primary.active.focus, .newstyles .btn-primary.active:focus, .newstyles .btn-primary.active:hover, .newstyles .btn-primary:active.focus, .newstyles .btn-primary:active:focus, .newstyles .btn-primary:active:hover, .newstyles .open > .dropdown-toggle.btn-primary.focus, .newstyles .open > .dropdown-toggle.btn-primary:focus, .newstyles .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.newstyles .btn-primary.active, .newstyles .btn-primary:active, .newstyles .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.newstyles .btn-primary.disabled.focus, .newstyles .btn-primary.disabled:focus, .newstyles .btn-primary.disabled:hover, .newstyles .btn-primary[disabled].focus, .newstyles .btn-primary[disabled]:focus, .newstyles .btn-primary[disabled]:hover, .newstyles fieldset[disabled] .btn-primary.focus, .newstyles fieldset[disabled] .btn-primary:focus, .newstyles fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.newstyles .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.newstyles .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.newstyles .btn-success.focus, .newstyles .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.newstyles .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.newstyles .btn-success.active, .newstyles .btn-success:active, .newstyles .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.newstyles .btn-success.active.focus, .newstyles .btn-success.active:focus, .newstyles .btn-success.active:hover, .newstyles .btn-success:active.focus, .newstyles .btn-success:active:focus, .newstyles .btn-success:active:hover, .newstyles .open > .dropdown-toggle.btn-success.focus, .newstyles .open > .dropdown-toggle.btn-success:focus, .newstyles .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.newstyles .btn-success.active, .newstyles .btn-success:active, .newstyles .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.newstyles .btn-success.disabled.focus, .newstyles .btn-success.disabled:focus, .newstyles .btn-success.disabled:hover, .newstyles .btn-success[disabled].focus, .newstyles .btn-success[disabled]:focus, .newstyles .btn-success[disabled]:hover, .newstyles fieldset[disabled] .btn-success.focus, .newstyles fieldset[disabled] .btn-success:focus, .newstyles fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.newstyles .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.newstyles .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.newstyles .btn-info.focus, .newstyles .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.newstyles .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.newstyles .btn-info.active, .newstyles .btn-info:active, .newstyles .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.newstyles .btn-info.active.focus, .newstyles .btn-info.active:focus, .newstyles .btn-info.active:hover, .newstyles .btn-info:active.focus, .newstyles .btn-info:active:focus, .newstyles .btn-info:active:hover, .newstyles .open > .dropdown-toggle.btn-info.focus, .newstyles .open > .dropdown-toggle.btn-info:focus, .newstyles .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.newstyles .btn-info.active, .newstyles .btn-info:active, .newstyles .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.newstyles .btn-info.disabled.focus, .newstyles .btn-info.disabled:focus, .newstyles .btn-info.disabled:hover, .newstyles .btn-info[disabled].focus, .newstyles .btn-info[disabled]:focus, .newstyles .btn-info[disabled]:hover, .newstyles fieldset[disabled] .btn-info.focus, .newstyles fieldset[disabled] .btn-info:focus, .newstyles fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.newstyles .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.newstyles .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.newstyles .btn-warning.focus, .newstyles .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.newstyles .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.newstyles .btn-warning.active, .newstyles .btn-warning:active, .newstyles .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.newstyles .btn-warning.active.focus, .newstyles .btn-warning.active:focus, .newstyles .btn-warning.active:hover, .newstyles .btn-warning:active.focus, .newstyles .btn-warning:active:focus, .newstyles .btn-warning:active:hover, .newstyles .open > .dropdown-toggle.btn-warning.focus, .newstyles .open > .dropdown-toggle.btn-warning:focus, .newstyles .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.newstyles .btn-warning.active, .newstyles .btn-warning:active, .newstyles .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.newstyles .btn-warning.disabled.focus, .newstyles .btn-warning.disabled:focus, .newstyles .btn-warning.disabled:hover, .newstyles .btn-warning[disabled].focus, .newstyles .btn-warning[disabled]:focus, .newstyles .btn-warning[disabled]:hover, .newstyles fieldset[disabled] .btn-warning.focus, .newstyles fieldset[disabled] .btn-warning:focus, .newstyles fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.newstyles .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.newstyles .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.newstyles .btn-danger.focus, .newstyles .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.newstyles .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.newstyles .btn-danger.active, .newstyles .btn-danger:active, .newstyles .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.newstyles .btn-danger.active.focus, .newstyles .btn-danger.active:focus, .newstyles .btn-danger.active:hover, .newstyles .btn-danger:active.focus, .newstyles .btn-danger:active:focus, .newstyles .btn-danger:active:hover, .newstyles .open > .dropdown-toggle.btn-danger.focus, .newstyles .open > .dropdown-toggle.btn-danger:focus, .newstyles .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.newstyles .btn-danger.active, .newstyles .btn-danger:active, .newstyles .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.newstyles .btn-danger.disabled.focus, .newstyles .btn-danger.disabled:focus, .newstyles .btn-danger.disabled:hover, .newstyles .btn-danger[disabled].focus, .newstyles .btn-danger[disabled]:focus, .newstyles .btn-danger[disabled]:hover, .newstyles fieldset[disabled] .btn-danger.focus, .newstyles fieldset[disabled] .btn-danger:focus, .newstyles fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.newstyles .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.newstyles .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.newstyles .btn-link, .newstyles .btn-link.active, .newstyles .btn-link:active, .newstyles .btn-link[disabled], .newstyles fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newstyles .btn-link, .newstyles .btn-link:active, .newstyles .btn-link:focus, .newstyles .btn-link:hover {
  border-color: transparent;
}
.newstyles .btn-link:focus, .newstyles .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.newstyles .btn-link[disabled]:focus, .newstyles .btn-link[disabled]:hover, .newstyles fieldset[disabled] .btn-link:focus, .newstyles fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.newstyles .btn-group-lg > .btn, .newstyles .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.newstyles .btn-group-sm > .btn, .newstyles .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.newstyles .btn-group-xs > .btn, .newstyles .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.newstyles .btn-block {
  display: block;
  width: 100%;
}
.newstyles .btn-block + .btn-block {
  margin-top: 5px;
}
.newstyles input[type=button].btn-block, .newstyles input[type=reset].btn-block, .newstyles input[type=submit].btn-block {
  width: 100%;
}
.newstyles .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.newstyles .fade.in {
  opacity: 1;
}
.newstyles .collapse {
  display: none;
}
.newstyles .collapse.in {
  display: block;
}
.newstyles tr.collapse.in {
  display: table-row;
}
.newstyles tbody.collapse.in {
  display: table-row-group;
}
.newstyles .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.newstyles .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.newstyles .dropdown, .newstyles .dropup {
  position: relative;
}
.newstyles .dropdown-toggle:focus {
  outline: 0;
}
.newstyles .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 0;
  min-width: 223px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.newstyles .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.newstyles .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.newstyles .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
}
.newstyles .dropdown-menu > li > a:focus, .newstyles .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.newstyles .dropdown-menu > .active > a, .newstyles .dropdown-menu > .active > a:focus, .newstyles .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.newstyles .dropdown-menu > .disabled > a, .newstyles .dropdown-menu > .disabled > a:focus, .newstyles .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.newstyles .dropdown-menu > .disabled > a:focus, .newstyles .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.newstyles .open > .dropdown-menu {
  display: block;
}
.newstyles .open > a {
  outline: 0;
}
.newstyles .dropdown-menu-right {
  right: 0;
  left: auto;
}
.newstyles .dropdown-menu-left {
  right: auto;
  left: 0;
}
.newstyles .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.newstyles .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.newstyles .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.newstyles .dropup .caret, .newstyles .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}
.newstyles .dropup .dropdown-menu, .newstyles .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .newstyles .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .newstyles .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.newstyles .btn-group, .newstyles .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.newstyles .btn-group-vertical > .btn, .newstyles .btn-group > .btn {
  position: relative;
  float: left;
}
.newstyles .btn-group-vertical > .btn.active, .newstyles .btn-group-vertical > .btn:active, .newstyles .btn-group-vertical > .btn:focus, .newstyles .btn-group-vertical > .btn:hover, .newstyles .btn-group > .btn.active, .newstyles .btn-group > .btn:active, .newstyles .btn-group > .btn:focus, .newstyles .btn-group > .btn:hover {
  z-index: 2;
}
.newstyles .btn-group .btn + .btn, .newstyles .btn-group .btn + .btn-group, .newstyles .btn-group .btn-group + .btn, .newstyles .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.newstyles .btn-toolbar {
  margin-left: -5px;
}
.newstyles .btn-toolbar .btn, .newstyles .btn-toolbar .btn-group, .newstyles .btn-toolbar .input-group {
  float: left;
}
.newstyles .btn-toolbar > .btn, .newstyles .btn-toolbar > .btn-group, .newstyles .btn-toolbar > .input-group {
  margin-left: 5px;
}
.newstyles .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.newstyles .btn-group > .btn:first-child {
  margin-left: 0;
}
.newstyles .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.newstyles .btn-group > .btn:last-child:not(:first-child), .newstyles .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .btn-group > .btn-group {
  float: left;
}
.newstyles .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.newstyles .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .newstyles .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.newstyles .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .btn-group .dropdown-toggle:active, .newstyles .btn-group.open .dropdown-toggle {
  outline: 0;
}
.newstyles .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.newstyles .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.newstyles .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.newstyles .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newstyles .btn .caret {
  margin-left: 0;
}
.newstyles .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.newstyles .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.newstyles .btn-group-vertical > .btn, .newstyles .btn-group-vertical > .btn-group, .newstyles .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.newstyles .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.newstyles .btn-group-vertical > .btn + .btn, .newstyles .btn-group-vertical > .btn + .btn-group, .newstyles .btn-group-vertical > .btn-group + .btn, .newstyles .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.newstyles .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.newstyles .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.newstyles .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.newstyles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .newstyles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.newstyles .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.newstyles .btn-group-justified > .btn, .newstyles .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.newstyles .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.newstyles .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.newstyles [data-toggle=buttons] > .btn input[type=checkbox], .newstyles [data-toggle=buttons] > .btn input[type=radio], .newstyles [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .newstyles [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.newstyles .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.newstyles .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.newstyles .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.newstyles .input-group .form-control:focus {
  z-index: 3;
}
.newstyles .input-group-lg > .form-control, .newstyles .input-group-lg > .input-group-addon, .newstyles .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.newstyles select.input-group-lg > .form-control, .newstyles select.input-group-lg > .input-group-addon, .newstyles select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.newstyles select[multiple].input-group-lg > .form-control, .newstyles select[multiple].input-group-lg > .input-group-addon, .newstyles select[multiple].input-group-lg > .input-group-btn > .btn, .newstyles textarea.input-group-lg > .form-control, .newstyles textarea.input-group-lg > .input-group-addon, .newstyles textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.newstyles .input-group-sm > .form-control, .newstyles .input-group-sm > .input-group-addon, .newstyles .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.newstyles select.input-group-sm > .form-control, .newstyles select.input-group-sm > .input-group-addon, .newstyles select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.newstyles select[multiple].input-group-sm > .form-control, .newstyles select[multiple].input-group-sm > .input-group-addon, .newstyles select[multiple].input-group-sm > .input-group-btn > .btn, .newstyles textarea.input-group-sm > .form-control, .newstyles textarea.input-group-sm > .input-group-addon, .newstyles textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.newstyles .input-group .form-control, .newstyles .input-group-addon, .newstyles .input-group-btn {
  display: table-cell;
}
.newstyles .input-group .form-control:not(:first-child):not(:last-child), .newstyles .input-group-addon:not(:first-child):not(:last-child), .newstyles .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.newstyles .input-group-addon, .newstyles .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.newstyles .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.newstyles .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.newstyles .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.newstyles .input-group-addon input[type=checkbox], .newstyles .input-group-addon input[type=radio] {
  margin-top: 0;
}
.newstyles .input-group .form-control:first-child, .newstyles .input-group-addon:first-child, .newstyles .input-group-btn:first-child > .btn, .newstyles .input-group-btn:first-child > .btn-group > .btn, .newstyles .input-group-btn:first-child > .dropdown-toggle, .newstyles .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .newstyles .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.newstyles .input-group-addon:first-child {
  border-right: 0;
}
.newstyles .input-group .form-control:last-child, .newstyles .input-group-addon:last-child, .newstyles .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .newstyles .input-group-btn:first-child > .btn:not(:first-child), .newstyles .input-group-btn:last-child > .btn, .newstyles .input-group-btn:last-child > .btn-group > .btn, .newstyles .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .input-group-addon:last-child {
  border-left: 0;
}
.newstyles .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.newstyles .input-group-btn > .btn {
  position: relative;
}
.newstyles .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.newstyles .input-group-btn > .btn:active, .newstyles .input-group-btn > .btn:focus, .newstyles .input-group-btn > .btn:hover {
  z-index: 2;
}
.newstyles .input-group-btn:first-child > .btn, .newstyles .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.newstyles .input-group-btn:last-child > .btn, .newstyles .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.newstyles .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.newstyles .nav > li {
  position: relative;
  display: block;
}
.newstyles .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.newstyles .nav > li > a:focus, .newstyles .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.newstyles .nav > li.disabled > a {
  color: #777;
}
.newstyles .nav > li.disabled > a:focus, .newstyles .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.newstyles .nav .open > a, .newstyles .nav .open > a:focus, .newstyles .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.newstyles .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.newstyles .nav > li > a > img {
  max-width: none;
}
.newstyles .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.newstyles .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.newstyles .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.newstyles .nav-tabs > li.active > a, .newstyles .nav-tabs > li.active > a:focus, .newstyles .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
}
.newstyles .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.newstyles .nav-tabs.nav-justified > li {
  float: none;
}
.newstyles .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.newstyles .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .newstyles .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .newstyles .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.newstyles .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.newstyles .nav-tabs.nav-justified > .active > a, .newstyles .nav-tabs.nav-justified > .active > a:focus, .newstyles .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .newstyles .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .newstyles .nav-tabs.nav-justified > .active > a, .newstyles .nav-tabs.nav-justified > .active > a:focus, .newstyles .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.newstyles .nav-pills > li {
  float: left;
}
.newstyles .nav-pills > li > a {
  border-radius: 4px;
}
.newstyles .nav-pills > li + li {
  margin-left: 2px;
}
.newstyles .nav-pills > li.active > a, .newstyles .nav-pills > li.active > a:focus, .newstyles .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.newstyles .nav-stacked > li {
  float: none;
}
.newstyles .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.newstyles .nav-justified {
  width: 100%;
}
.newstyles .nav-justified > li {
  float: none;
}
.newstyles .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.newstyles .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .newstyles .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .newstyles .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.newstyles .nav-tabs-justified {
  border-bottom: 0;
}
.newstyles .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.newstyles .nav-tabs-justified > .active > a, .newstyles .nav-tabs-justified > .active > a:focus, .newstyles .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .newstyles .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .newstyles .nav-tabs-justified > .active > a, .newstyles .nav-tabs-justified > .active > a:focus, .newstyles .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.newstyles .tab-content > .tab-pane {
  display: none;
}
.newstyles .tab-content > .active {
  display: block;
}
.newstyles .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.newstyles .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .newstyles .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .newstyles .navbar-header {
    float: left;
  }
}
.newstyles .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.newstyles .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .newstyles .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .newstyles .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .newstyles .navbar-collapse.in {
    overflow-y: visible;
  }
  .newstyles .navbar-fixed-bottom .navbar-collapse, .newstyles .navbar-fixed-top .navbar-collapse, .newstyles .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.newstyles .navbar-fixed-bottom .navbar-collapse, .newstyles .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .newstyles .navbar-fixed-bottom .navbar-collapse, .newstyles .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.newstyles .container-fluid > .navbar-collapse, .newstyles .container-fluid > .navbar-header, .newstyles .container > .navbar-collapse, .newstyles .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .newstyles .container-fluid > .navbar-collapse, .newstyles .container-fluid > .navbar-header, .newstyles .container > .navbar-collapse, .newstyles .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.newstyles .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .newstyles .navbar-static-top {
    border-radius: 0;
  }
}
.newstyles .navbar-fixed-bottom, .newstyles .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .newstyles .navbar-fixed-bottom, .newstyles .navbar-fixed-top {
    border-radius: 0;
  }
}
.newstyles .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.newstyles .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.newstyles .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.newstyles .navbar-brand:focus, .newstyles .navbar-brand:hover {
  text-decoration: none;
}
.newstyles .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .newstyles .navbar > .container .navbar-brand, .newstyles .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.newstyles .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.newstyles .navbar-toggle:focus {
  outline: 0;
}
.newstyles .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.newstyles .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .newstyles .navbar-toggle {
    display: none;
  }
}
.newstyles .navbar-nav {
  margin: 7.5px -15px;
}
.newstyles .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .newstyles .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .newstyles .navbar-nav .open .dropdown-menu .dropdown-header, .newstyles .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .newstyles .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .newstyles .navbar-nav .open .dropdown-menu > li > a:focus, .newstyles .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .newstyles .navbar-nav {
    float: left;
    margin: 0;
    
  }
  .newstyles .navbar-nav > li {
    float: left;
    margin-right: 15px;
  }
  .newstyles .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.newstyles .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .newstyles .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .newstyles .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .newstyles .navbar-form .form-control-static {
    display: inline-block;
  }
  .newstyles .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .newstyles .navbar-form .input-group .form-control, .newstyles .navbar-form .input-group .input-group-addon, .newstyles .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .newstyles .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .newstyles .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .newstyles .navbar-form .checkbox, .newstyles .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .newstyles .navbar-form .checkbox label, .newstyles .navbar-form .radio label {
    padding-left: 0;
  }
  .newstyles .navbar-form .checkbox input[type=checkbox], .newstyles .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .newstyles .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .newstyles .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .newstyles .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .newstyles .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.newstyles .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 9999;
}
.newstyles .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.newstyles .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.newstyles .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.newstyles .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .newstyles .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .newstyles .navbar-left {
    float: left !important;
  }
  .newstyles .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .newstyles .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.newstyles .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.newstyles .navbar-default .navbar-brand {
  color: #777;
}
.newstyles .navbar-default .navbar-brand:focus, .newstyles .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.newstyles .navbar-default .navbar-text {
  color: #777;
}
.newstyles .navbar-default .navbar-nav > li > a {
  color: #777;
}
.newstyles .navbar-default .navbar-nav > li > a:focus, .newstyles .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.newstyles .navbar-default .navbar-nav > .active > a, .newstyles .navbar-default .navbar-nav > .active > a:focus, .newstyles .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.newstyles .navbar-default .navbar-nav > .disabled > a, .newstyles .navbar-default .navbar-nav > .disabled > a:focus, .newstyles .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.newstyles .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.newstyles .navbar-default .navbar-toggle:focus, .newstyles .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.newstyles .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.newstyles .navbar-default .navbar-collapse, .newstyles .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.newstyles .navbar-default .navbar-nav > .open > a, .newstyles .navbar-default .navbar-nav > .open > a:focus, .newstyles .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .newstyles .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .newstyles .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .newstyles .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .newstyles .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .newstyles .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .newstyles .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .newstyles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .newstyles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .newstyles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.newstyles .navbar-default .navbar-link {
  color: #777;
}
.newstyles .navbar-default .navbar-link:hover {
  color: #333;
}
.newstyles .navbar-default .btn-link {
  color: #777;
}
.newstyles .navbar-default .btn-link:focus, .newstyles .navbar-default .btn-link:hover {
  color: #333;
}
.newstyles .navbar-default .btn-link[disabled]:focus, .newstyles .navbar-default .btn-link[disabled]:hover, .newstyles fieldset[disabled] .navbar-default .btn-link:focus, .newstyles fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.newstyles .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.newstyles .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.newstyles .navbar-inverse .navbar-brand:focus, .newstyles .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.newstyles .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.newstyles .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.newstyles .navbar-inverse .navbar-nav > li > a:focus, .newstyles .navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
}
.newstyles .navbar-inverse .navbar-nav > .active > a, .newstyles .navbar-inverse .navbar-nav > .active > a:focus, .newstyles .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.newstyles .navbar-inverse .navbar-nav > .disabled > a, .newstyles .navbar-inverse .navbar-nav > .disabled > a:focus, .newstyles .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.newstyles .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.newstyles .navbar-inverse .navbar-toggle:focus, .newstyles .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.newstyles .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #0075bf;
}
.newstyles .navbar-inverse .navbar-collapse, .newstyles .navbar-inverse .navbar-form {
  border-color: #101010;
}
.newstyles .navbar-inverse .navbar-nav > .open > a, .newstyles .navbar-inverse .navbar-nav > .open > a:focus, .newstyles .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.newstyles .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.newstyles .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.newstyles .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.newstyles .navbar-inverse .btn-link:focus, .newstyles .navbar-inverse .btn-link:hover {
  color: #fff;
}
.newstyles .navbar-inverse .btn-link[disabled]:focus, .newstyles .navbar-inverse .btn-link[disabled]:hover, .newstyles fieldset[disabled] .navbar-inverse .btn-link:focus, .newstyles fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.newstyles .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.newstyles .breadcrumb > li {
  display: inline-block;
}
.newstyles .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.newstyles .breadcrumb > .active {
  color: #777;
}
.newstyles .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.newstyles .pagination > li {
  display: inline;
}
.newstyles .pagination > li > a, .newstyles .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.newstyles .pagination > li:first-child > a, .newstyles .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.newstyles .pagination > li:last-child > a, .newstyles .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.newstyles .pagination > li > a:focus, .newstyles .pagination > li > a:hover, .newstyles .pagination > li > span:focus, .newstyles .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.newstyles .pagination > .active > a, .newstyles .pagination > .active > a:focus, .newstyles .pagination > .active > a:hover, .newstyles .pagination > .active > span, .newstyles .pagination > .active > span:focus, .newstyles .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.newstyles .pagination > .disabled > a, .newstyles .pagination > .disabled > a:focus, .newstyles .pagination > .disabled > a:hover, .newstyles .pagination > .disabled > span, .newstyles .pagination > .disabled > span:focus, .newstyles .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.newstyles .pagination-lg > li > a, .newstyles .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.newstyles .pagination-lg > li:first-child > a, .newstyles .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.newstyles .pagination-lg > li:last-child > a, .newstyles .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.newstyles .pagination-sm > li > a, .newstyles .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.newstyles .pagination-sm > li:first-child > a, .newstyles .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newstyles .pagination-sm > li:last-child > a, .newstyles .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.newstyles .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.newstyles .pager li {
  display: inline;
}
.newstyles .pager li > a, .newstyles .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.newstyles .pager li > a:focus, .newstyles .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.newstyles .pager .next > a, .newstyles .pager .next > span {
  float: right;
}
.newstyles .pager .previous > a, .newstyles .pager .previous > span {
  float: left;
}
.newstyles .pager .disabled > a, .newstyles .pager .disabled > a:focus, .newstyles .pager .disabled > a:hover, .newstyles .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.newstyles .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.newstyles a.label:focus, .newstyles a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.newstyles .label:empty {
  display: none;
}
.newstyles .btn .label {
  position: relative;
  top: -1px;
}
.newstyles .label-default {
  background-color: #777;
}
.newstyles .label-default[href]:focus, .newstyles .label-default[href]:hover {
  background-color: #5e5e5e;
}
.newstyles .label-primary {
  background-color: #337ab7;
}
.newstyles .label-primary[href]:focus, .newstyles .label-primary[href]:hover {
  background-color: #286090;
}
.newstyles .label-success {
  background-color: #5cb85c;
}
.newstyles .label-success[href]:focus, .newstyles .label-success[href]:hover {
  background-color: #449d44;
}
.newstyles .label-info {
  background-color: #5bc0de;
}
.newstyles .label-info[href]:focus, .newstyles .label-info[href]:hover {
  background-color: #31b0d5;
}
.newstyles .label-warning {
  background-color: #f0ad4e;
}
.newstyles .label-warning[href]:focus, .newstyles .label-warning[href]:hover {
  background-color: #ec971f;
}
.newstyles .label-danger {
  background-color: #d9534f;
}
.newstyles .label-danger[href]:focus, .newstyles .label-danger[href]:hover {
  background-color: #c9302c;
}
.newstyles .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.newstyles .badge:empty {
  display: none;
}
.newstyles .btn .badge {
  position: relative;
  top: -1px;
}
.newstyles .btn-group-xs > .btn .badge, .newstyles .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.newstyles a.badge:focus, .newstyles a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.newstyles .list-group-item.active > .badge, .newstyles .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.newstyles .list-group-item > .badge {
  float: right;
}
.newstyles .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.newstyles .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.newstyles .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.newstyles .jumbotron .h1, .newstyles .jumbotron h1 {
  color: inherit;
}
.newstyles .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.newstyles .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.newstyles .container .jumbotron, .newstyles .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.newstyles .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .newstyles .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .newstyles .container .jumbotron, .newstyles .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .newstyles .jumbotron .h1, .newstyles .jumbotron h1 {
    font-size: 63px;
  }
}
.newstyles .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.newstyles .thumbnail a > img, .newstyles .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.newstyles a.thumbnail.active, .newstyles a.thumbnail:focus, .newstyles a.thumbnail:hover {
  border-color: #337ab7;
}
.newstyles .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.newstyles .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.newstyles .alert h4 {
  margin-top: 0;
  color: inherit;
}
.newstyles .alert .alert-link {
  font-weight: 700;
}
.newstyles .alert > p, .newstyles .alert > ul {
  margin-bottom: 0;
}
.newstyles .alert > p + p {
  margin-top: 5px;
}
.newstyles .alert-dismissable, .newstyles .alert-dismissible {
  padding-right: 35px;
}
.newstyles .alert-dismissable .close, .newstyles .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.newstyles .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.newstyles .alert-success hr {
  border-top-color: #c9e2b3;
}
.newstyles .alert-success .alert-link {
  color: #2b542c;
}
.newstyles .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.newstyles .alert-info hr {
  border-top-color: #a6e1ec;
}
.newstyles .alert-info .alert-link {
  color: #245269;
}
.newstyles .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.newstyles .alert-warning hr {
  border-top-color: #f7e1b5;
}
.newstyles .alert-warning .alert-link {
  color: #66512c;
}
.newstyles .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.newstyles .alert-danger hr {
  border-top-color: #e4b9c0;
}
.newstyles .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.newstyles .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.newstyles .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.newstyles .progress-bar-striped, .newstyles .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.newstyles .progress-bar.active, .newstyles .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.newstyles .progress-bar-success {
  background-color: #5cb85c;
}
.newstyles .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.newstyles .progress-bar-info {
  background-color: #5bc0de;
}
.newstyles .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.newstyles .progress-bar-warning {
  background-color: #f0ad4e;
}
.newstyles .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.newstyles .progress-bar-danger {
  background-color: #d9534f;
}
.newstyles .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.newstyles .media {
  margin-top: 15px;
}
.newstyles .media:first-child {
  margin-top: 0;
}
.newstyles .media, .newstyles .media-body {
  overflow: hidden;
  zoom: 1;
}
.newstyles .media-body {
  width: 10000px;
}
.newstyles .media-object {
  display: block;
}
.newstyles .media-object.img-thumbnail {
  max-width: none;
}
.newstyles .media-right, .newstyles .media > .pull-right {
  padding-left: 10px;
}
.newstyles .media-left, .newstyles .media > .pull-left {
  padding-right: 10px;
}
.newstyles .media-body, .newstyles .media-left, .newstyles .media-right {
  display: table-cell;
  vertical-align: top;
}
.newstyles .media-middle {
  vertical-align: middle;
}
.newstyles .media-bottom {
  vertical-align: bottom;
}
.newstyles .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.newstyles .media-list {
  padding-left: 0;
  list-style: none;
}
.newstyles .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.newstyles .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.newstyles .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.newstyles .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.newstyles a.list-group-item, .newstyles button.list-group-item {
  color: #555;
}
.newstyles a.list-group-item .list-group-item-heading, .newstyles button.list-group-item .list-group-item-heading {
  color: #333;
}
.newstyles a.list-group-item:focus, .newstyles a.list-group-item:hover, .newstyles button.list-group-item:focus, .newstyles button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.newstyles button.list-group-item {
  width: 100%;
  text-align: left;
}
.newstyles .list-group-item.disabled, .newstyles .list-group-item.disabled:focus, .newstyles .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.newstyles .list-group-item.disabled .list-group-item-heading, .newstyles .list-group-item.disabled:focus .list-group-item-heading, .newstyles .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.newstyles .list-group-item.disabled .list-group-item-text, .newstyles .list-group-item.disabled:focus .list-group-item-text, .newstyles .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.newstyles .list-group-item.active, .newstyles .list-group-item.active:focus, .newstyles .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.newstyles .list-group-item.active .list-group-item-heading, .newstyles .list-group-item.active .list-group-item-heading > .small, .newstyles .list-group-item.active .list-group-item-heading > small, .newstyles .list-group-item.active:focus .list-group-item-heading, .newstyles .list-group-item.active:focus .list-group-item-heading > .small, .newstyles .list-group-item.active:focus .list-group-item-heading > small, .newstyles .list-group-item.active:hover .list-group-item-heading, .newstyles .list-group-item.active:hover .list-group-item-heading > .small, .newstyles .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.newstyles .list-group-item.active .list-group-item-text, .newstyles .list-group-item.active:focus .list-group-item-text, .newstyles .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.newstyles .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.newstyles a.list-group-item-success, .newstyles button.list-group-item-success {
  color: #3c763d;
}
.newstyles a.list-group-item-success .list-group-item-heading, .newstyles button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.newstyles a.list-group-item-success:focus, .newstyles a.list-group-item-success:hover, .newstyles button.list-group-item-success:focus, .newstyles button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.newstyles a.list-group-item-success.active, .newstyles a.list-group-item-success.active:focus, .newstyles a.list-group-item-success.active:hover, .newstyles button.list-group-item-success.active, .newstyles button.list-group-item-success.active:focus, .newstyles button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.newstyles .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.newstyles a.list-group-item-info, .newstyles button.list-group-item-info {
  color: #31708f;
}
.newstyles a.list-group-item-info .list-group-item-heading, .newstyles button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.newstyles a.list-group-item-info:focus, .newstyles a.list-group-item-info:hover, .newstyles button.list-group-item-info:focus, .newstyles button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.newstyles a.list-group-item-info.active, .newstyles a.list-group-item-info.active:focus, .newstyles a.list-group-item-info.active:hover, .newstyles button.list-group-item-info.active, .newstyles button.list-group-item-info.active:focus, .newstyles button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.newstyles .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.newstyles a.list-group-item-warning, .newstyles button.list-group-item-warning {
  color: #8a6d3b;
}
.newstyles a.list-group-item-warning .list-group-item-heading, .newstyles button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.newstyles a.list-group-item-warning:focus, .newstyles a.list-group-item-warning:hover, .newstyles button.list-group-item-warning:focus, .newstyles button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.newstyles a.list-group-item-warning.active, .newstyles a.list-group-item-warning.active:focus, .newstyles a.list-group-item-warning.active:hover, .newstyles button.list-group-item-warning.active, .newstyles button.list-group-item-warning.active:focus, .newstyles button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.newstyles .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.newstyles a.list-group-item-danger, .newstyles button.list-group-item-danger {
  color: #a94442;
}
.newstyles a.list-group-item-danger .list-group-item-heading, .newstyles button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.newstyles a.list-group-item-danger:focus, .newstyles a.list-group-item-danger:hover, .newstyles button.list-group-item-danger:focus, .newstyles button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.newstyles a.list-group-item-danger.active, .newstyles a.list-group-item-danger.active:focus, .newstyles a.list-group-item-danger.active:hover, .newstyles button.list-group-item-danger.active, .newstyles button.list-group-item-danger.active:focus, .newstyles button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.newstyles .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.newstyles .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.newstyles .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.newstyles .panel-body {
  padding: 15px;
}
.newstyles .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.newstyles .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.newstyles .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.newstyles .panel-title > .small, .newstyles .panel-title > .small > a, .newstyles .panel-title > a, .newstyles .panel-title > small, .newstyles .panel-title > small > a {
  color: inherit;
}
.newstyles .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newstyles .panel > .list-group, .newstyles .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.newstyles .panel > .list-group .list-group-item, .newstyles .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.newstyles .panel > .list-group:first-child .list-group-item:first-child, .newstyles .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.newstyles .panel > .list-group:last-child .list-group-item:last-child, .newstyles .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newstyles .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.newstyles .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.newstyles .list-group + .panel-footer {
  border-top-width: 0;
}
.newstyles .panel > .panel-collapse > .table, .newstyles .panel > .table, .newstyles .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.newstyles .panel > .panel-collapse > .table caption, .newstyles .panel > .table caption, .newstyles .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.newstyles .panel > .table-responsive:first-child > .table:first-child, .newstyles .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.newstyles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .newstyles .panel > .table:first-child > tbody:first-child > tr:first-child, .newstyles .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.newstyles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .newstyles .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .newstyles .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .newstyles .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .newstyles .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.newstyles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .newstyles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .newstyles .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .newstyles .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .newstyles .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .newstyles .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.newstyles .panel > .table-responsive:last-child > .table:last-child, .newstyles .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newstyles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .newstyles .panel > .table:last-child > tbody:last-child > tr:last-child, .newstyles .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newstyles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .newstyles .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .newstyles .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .newstyles .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .newstyles .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.newstyles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .newstyles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .newstyles .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .newstyles .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .newstyles .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .newstyles .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.newstyles .panel > .panel-body + .table, .newstyles .panel > .panel-body + .table-responsive, .newstyles .panel > .table + .panel-body, .newstyles .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.newstyles .panel > .table > tbody:first-child > tr:first-child td, .newstyles .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.newstyles .panel > .table-bordered, .newstyles .panel > .table-responsive > .table-bordered {
  border: 0;
}
.newstyles .panel > .table-bordered > tbody > tr > td:first-child, .newstyles .panel > .table-bordered > tbody > tr > th:first-child, .newstyles .panel > .table-bordered > tfoot > tr > td:first-child, .newstyles .panel > .table-bordered > tfoot > tr > th:first-child, .newstyles .panel > .table-bordered > thead > tr > td:first-child, .newstyles .panel > .table-bordered > thead > tr > th:first-child, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .newstyles .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .newstyles .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .newstyles .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .newstyles .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.newstyles .panel > .table-bordered > tbody > tr > td:last-child, .newstyles .panel > .table-bordered > tbody > tr > th:last-child, .newstyles .panel > .table-bordered > tfoot > tr > td:last-child, .newstyles .panel > .table-bordered > tfoot > tr > th:last-child, .newstyles .panel > .table-bordered > thead > tr > td:last-child, .newstyles .panel > .table-bordered > thead > tr > th:last-child, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .newstyles .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .newstyles .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .newstyles .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .newstyles .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.newstyles .panel > .table-bordered > tbody > tr:first-child > td, .newstyles .panel > .table-bordered > tbody > tr:first-child > th, .newstyles .panel > .table-bordered > thead > tr:first-child > td, .newstyles .panel > .table-bordered > thead > tr:first-child > th, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .newstyles .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .newstyles .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.newstyles .panel > .table-bordered > tbody > tr:last-child > td, .newstyles .panel > .table-bordered > tbody > tr:last-child > th, .newstyles .panel > .table-bordered > tfoot > tr:last-child > td, .newstyles .panel > .table-bordered > tfoot > tr:last-child > th, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .newstyles .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .newstyles .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .newstyles .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.newstyles .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.newstyles .panel-group {
  margin-bottom: 20px;
}
.newstyles .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.newstyles .panel-group .panel + .panel {
  margin-top: 5px;
}
.newstyles .panel-group .panel-heading {
  border-bottom: 0;
}
.newstyles .panel-group .panel-heading + .panel-collapse > .list-group, .newstyles .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.newstyles .panel-group .panel-footer {
  border-top: 0;
}
.newstyles .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.newstyles .panel-default {
  border-color: #ddd;
}
.newstyles .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.newstyles .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.newstyles .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.newstyles .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.newstyles .panel-primary {
  border-color: #337ab7;
}
.newstyles .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.newstyles .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.newstyles .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.newstyles .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.newstyles .panel-success {
  border-color: #d6e9c6;
}
.newstyles .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.newstyles .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.newstyles .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.newstyles .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.newstyles .panel-info {
  border-color: #bce8f1;
}
.newstyles .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.newstyles .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.newstyles .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.newstyles .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.newstyles .panel-warning {
  border-color: #faebcc;
}
.newstyles .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.newstyles .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.newstyles .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.newstyles .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.newstyles .panel-danger {
  border-color: #ebccd1;
}
.newstyles .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.newstyles .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.newstyles .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.newstyles .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.newstyles .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.newstyles .embed-responsive .embed-responsive-item, .newstyles .embed-responsive embed, .newstyles .embed-responsive iframe, .newstyles .embed-responsive object, .newstyles .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.newstyles .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.newstyles .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.newstyles .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.newstyles .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.newstyles .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.newstyles .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.newstyles .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.newstyles .close:focus, .newstyles .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.newstyles button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.newstyles .modal-open {
  overflow: hidden;
}
.newstyles .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.newstyles .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.newstyles .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.newstyles .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.newstyles .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.newstyles .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.newstyles .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.newstyles .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.newstyles .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.newstyles .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.newstyles .modal-header .close {
  margin-top: -2px;
}
.newstyles .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.newstyles .modal-body {
  position: relative;
  padding: 15px;
}
.newstyles .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.newstyles .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.newstyles .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.newstyles .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.newstyles .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .newstyles .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .newstyles .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .newstyles .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .newstyles .modal-lg {
    width: 900px;
  }
}
.newstyles .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.newstyles .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.newstyles .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.newstyles .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.newstyles .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.newstyles .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.newstyles .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.newstyles .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.newstyles .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.newstyles .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.newstyles .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.newstyles .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.newstyles .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.newstyles .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.newstyles .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.newstyles .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.newstyles .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.newstyles .popover.top {
  margin-top: -10px;
}
.newstyles .popover.right {
  margin-left: 10px;
}
.newstyles .popover.bottom {
  margin-top: 10px;
}
.newstyles .popover.left {
  margin-left: -10px;
}
.newstyles .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.newstyles .popover-content {
  padding: 9px 14px;
}
.newstyles .popover > .arrow, .newstyles .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.newstyles .popover > .arrow {
  border-width: 11px;
}
.newstyles .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.newstyles .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.newstyles .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.newstyles .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.newstyles .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.newstyles .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.newstyles .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.newstyles .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.newstyles .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.newstyles .carousel {
  position: relative;
}
.newstyles .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newstyles .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.newstyles .carousel-inner > .item > a > img, .newstyles .carousel-inner > .item > img {
  line-height: 1;
}
/* 
@media all and (transform-3d), (-webkit-transform-3d) {
  .newstyles .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .newstyles .carousel-inner > .item.active.right, .newstyles .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .newstyles .carousel-inner > .item.active.left, .newstyles .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .newstyles .carousel-inner > .item.active, .newstyles .carousel-inner > .item.next.left, .newstyles .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
} */
.newstyles .carousel-inner > .active, .newstyles .carousel-inner > .next, .newstyles .carousel-inner > .prev {
  display: block;
}
.newstyles .carousel-inner > .active {
  left: 0;
}
.newstyles .carousel-inner > .next, .newstyles .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.newstyles .carousel-inner > .next {
  left: 100%;
}
.newstyles .carousel-inner > .prev {
  left: -100%;
}
.newstyles .carousel-inner > .next.left, .newstyles .carousel-inner > .prev.right {
  left: 0;
}
.newstyles .carousel-inner > .active.left {
  left: -100%;
}
.newstyles .carousel-inner > .active.right {
  left: 100%;
}
.newstyles .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.newstyles .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.newstyles .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.newstyles .carousel-control:focus, .newstyles .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.newstyles .carousel-control .glyphicon-chevron-left, .newstyles .carousel-control .glyphicon-chevron-right, .newstyles .carousel-control .icon-next, .newstyles .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.newstyles .carousel-control .glyphicon-chevron-left, .newstyles .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.newstyles .carousel-control .glyphicon-chevron-right, .newstyles .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.newstyles .carousel-control .icon-next, .newstyles .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.newstyles .carousel-control .icon-prev:before {
  content: "‹";
}
.newstyles .carousel-control .icon-next:before {
  content: "›";
}
.newstyles .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 998;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.newstyles .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.newstyles .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.newstyles .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.newstyles .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .newstyles .carousel-control .glyphicon-chevron-left, .newstyles .carousel-control .glyphicon-chevron-right, .newstyles .carousel-control .icon-next, .newstyles .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .newstyles .carousel-control .glyphicon-chevron-left, .newstyles .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .newstyles .carousel-control .glyphicon-chevron-right, .newstyles .carousel-control .icon-next {
    margin-right: -10px;
  }
  .newstyles .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.newstyles .btn-group-vertical > .btn-group:after, .newstyles .btn-group-vertical > .btn-group:before, .newstyles .btn-toolbar:after, .newstyles .btn-toolbar:before, .newstyles .clearfix:after, .newstyles .clearfix:before, .newstyles .container-fluid:after, .newstyles .container-fluid:before, .newstyles .container:after, .newstyles .container:before, .newstyles .dl-horizontal dd:after, .newstyles .dl-horizontal dd:before, .newstyles .form-horizontal .form-group:after, .newstyles .form-horizontal .form-group:before, .newstyles .modal-footer:after, .newstyles .modal-footer:before, .newstyles .modal-header:after, .newstyles .modal-header:before, .newstyles .nav:after, .newstyles .nav:before, .newstyles .navbar-collapse:after, .newstyles .navbar-collapse:before, .newstyles .navbar-header:after, .newstyles .navbar-header:before, .newstyles .navbar:after, .newstyles .navbar:before, .newstyles .pager:after, .newstyles .pager:before, .newstyles .panel-body:after, .newstyles .panel-body:before, .newstyles .row:after, .newstyles .row:before {
  display: table;
  content: " ";
}
.newstyles .btn-group-vertical > .btn-group:after, .newstyles .btn-toolbar:after, .newstyles .clearfix:after, .newstyles .container-fluid:after, .newstyles .container:after, .newstyles .dl-horizontal dd:after, .newstyles .form-horizontal .form-group:after, .newstyles .modal-footer:after, .newstyles .modal-header:after, .newstyles .nav:after, .newstyles .navbar-collapse:after, .newstyles .navbar-header:after, .newstyles .navbar:after, .newstyles .pager:after, .newstyles .panel-body:after, .newstyles .row:after {
  clear: both;
}
.newstyles .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.newstyles .pull-right {
  float: right !important;
}
.newstyles .pull-left {
  float: left !important;
}
.newstyles .hide {
  display: none !important;
}
.newstyles .show {
  display: block !important;
}
.newstyles .invisible {
  visibility: hidden;
}
.newstyles .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.newstyles .hidden {
  display: none !important;
}
.newstyles .affix {
  position: fixed;
}
@-ms-viewport {
  .newstyles {
    width: device-width;
  }
}
.newstyles .visible-lg, .newstyles .visible-md, .newstyles .visible-sm, .newstyles .visible-xs {
  display: none !important;
}
.newstyles .visible-lg-block, .newstyles .visible-lg-inline, .newstyles .visible-lg-inline-block, .newstyles .visible-md-block, .newstyles .visible-md-inline, .newstyles .visible-md-inline-block, .newstyles .visible-sm-block, .newstyles .visible-sm-inline, .newstyles .visible-sm-inline-block, .newstyles .visible-xs-block, .newstyles .visible-xs-inline, .newstyles .visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .newstyles .visible-xs {
    display: block !important;
  }
  .newstyles table.visible-xs {
    display: table !important;
  }
  .newstyles tr.visible-xs {
    display: table-row !important;
  }
  .newstyles td.visible-xs, .newstyles th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .newstyles .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .newstyles .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .newstyles .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newstyles .visible-sm {
    display: block !important;
  }
  .newstyles table.visible-sm {
    display: table !important;
  }
  .newstyles tr.visible-sm {
    display: table-row !important;
  }
  .newstyles td.visible-sm, .newstyles th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newstyles .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newstyles .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newstyles .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles .visible-md {
    display: block !important;
  }
  .newstyles table.visible-md {
    display: table !important;
  }
  .newstyles tr.visible-md {
    display: table-row !important;
  }
  .newstyles td.visible-md, .newstyles th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .newstyles .visible-lg {
    display: block !important;
  }
  .newstyles table.visible-lg {
    display: table !important;
  }
  .newstyles tr.visible-lg {
    display: table-row !important;
  }
  .newstyles td.visible-lg, .newstyles th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .newstyles .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .newstyles .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .newstyles .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .newstyles .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newstyles .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .newstyles .hidden-lg {
    display: none !important;
  }
}
.newstyles .visible-print {
  display: none !important;
}
@media print {
  .newstyles .visible-print {
    display: block !important;
  }
  .newstyles table.visible-print {
    display: table !important;
  }
  .newstyles tr.visible-print {
    display: table-row !important;
  }
  .newstyles td.visible-print, .newstyles th.visible-print {
    display: table-cell !important;
  }
}
.newstyles .visible-print-block {
  display: none !important;
}
@media print {
  .newstyles .visible-print-block {
    display: block !important;
  }
}
.newstyles .visible-print-inline {
  display: none !important;
}
@media print {
  .newstyles .visible-print-inline {
    display: inline !important;
  }
}
.newstyles .visible-print-inline-block {
  display: none !important;
}
@media print {
  .newstyles .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .newstyles .hidden-print {
    display: none !important;
  }
}
.newstyles html {
  -webkit-tap-highlight-color: transparent !important;
}
.newstyles body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  overflow-x: hidden;
}
.newstyles a, .newstyles a:hover {
  text-decoration: none;
}
.newstyles a:focus {
  outline: none;
  outline-offset: 0;
}
.newstyles a:focus {
  text-decoration: none;
}
.newstyles .clear {
  clear: both;
}
.newstyles .logo-collapse {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.newstyles .logo-collapse:hover {
  background-color: transparent !important;
}
.newstyles .voce-affix {
  display: none !important;
}
.newstyles .voce-affix img {
  width: 120px;
  padding-top: 13px;
  margin-left: -4px;
}
.newstyles .collapse .voce-affix {
  display: none !important;
}
.newstyles .affix .voce-affix {
  display: block !important;
}
.newstyles .dropdown-submenu ul {
  display: none;
  padding: 0;
}
.newstyles .dropdown-submenu li {
  list-style: none;
}
.newstyles .dropdown-menu li:hover ul {
  display: block !important;
}
.newstyles .dropdown-menu li ul a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  background: #7fbadf;
}
.newstyles .dropdown-menu li ul a:hover {
  background: #2995cc;
}
.newstyles .travel-cart {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-top: 2px;
}

/* .newstyles .travel-cart { */
/*   color: #fff; */
/*   font-size: 14px; */
/*   margin-left: 10px; */
/*   margin-top: 10px; */
/*   display: inline-block; */
/*   position: relative; */
/* } */
.newstyles .mobile-cart {
  display: none;
}
.newstyles .travel-cart i {
  margin-top: 10px;
  margin-left: 20px;
}
.newstyles .travel-cart:hover {
  color: #fff;
}
.newstyles .travel-cart:focus {
  color: #fff;
}
.newstyles .addcart {
  width: 35px;
  height: 25px;
  margin-left: 15px;
  margin-top: 8px;
  background: #fff;
  display: inline-block;
  position: absolute;
  color: #000;
}
.newstyles .addcart::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: -4px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newstyles .addcart .number {
  padding-top: 2px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.newstyles .login-btn {
  margin-left: 38px;
}
.newstyles .login-btn a {
  color: #fff;
}
.newstyles .login-btn i {
  float: right;
}
.newstyles .login-btn .btn {
  border-radius: 0;
  border: 0;
  height: 100%;
}
.newstyles .login-btn .dropdown-menu {
  margin-top: -2px;
}
.newstyles .login-btn .btn-primary:hover {
  background-color: #2995cc;
}
.newstyles .login-btn .btn-primary {
  background-color: #0075bf;
}
.newstyles .login-btn .dropdown, .newstyles .login-btn .dropup {
  position: relative;
  display: inline-block;
  float: left;
}
.newstyles .symbol-header {
  background-color: #0075bf;
  background-size: 1843px 40px;
  width: 100%;
}
.newstyles .head {
    background: #0075bf;
    height: auto !important;
}
.newstyles .content-head {
  height: 80px;
  padding: 0 30px;
}
/* .newstyles .content-head img {
  width: 235px;
  float: left;
  padding-top: 22px;
} */
/* .newstyles .txt-head {
  width: 300px;
  color: #fff;
  display: inline-block;
  margin: 18px 0 0 25px;
  padding-left: 26px;
  border-left: 1px solid #fff;
  float: left;
  padding: 8px 20px;
  margin-top: 21px;
  line-height: 15px;
} */
.newstyles .txt-head {
   /*width: 408px;*/
    display: inherit;
    margin: 0;
    padding-left: 26px;
    border-left: 1px solid #fff;
    float: left;
    padding: 8px 20px;
    /* margin-top: 21px; */
    line-height: 15px;
}
.newstyles .txt-head h2 {
/*width: 408px; */
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 16px;
  color: #fff;
  font-style: normal;
}
.newstyles .txt-head p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-style: normal;
}
.newstyles .social {
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  right: 10px;
  top: 100px;
}
.newstyles .social img {
  float: left;
  width: 38px;
  margin-top: 1px;
  margin-right: 1px;
}
.newstyles .social .weare {
  margin-top: 1px;
  width: 273px;
  margin-left: 78px;
}
.newstyles .cont_logos {
  align-items: flex-end;
  margin-top: -15px;
}
.newstyles .cont_logos img {
  width: 65px;
  height: auto;
  padding-bottom: 5px;
}
.newstyles .cont_logos img:first-child, .newstyles .cont_logos img:last-child {
  width: 65px;
}
.newstyles .pre-header{
    background-color: #0075BF!important;
}
.newstyles header .container-fluid {
  background-color: #337ab7;
}
.newstyles .menuright {
  float: right !important;
}
.newstyles .loginbtn {
  float: right !important;
  background-color: #fff;
  color: #0075bf;
}
.newstyles .loginbtn a {
  color: #0075bf !important;
  font-weight: 600;
}
.newstyles .loginbtn a:hover {
  color: #fff !important;
}

.newstyles .switch input[type=search] {
  border: 0;
  outline: none;
  background-color: #2995cc;
  color: #fff;
  padding: 3px 10px;
}
.newstyles .switch select {
  padding: 4px 10px 5px 10;
  border: 0;
  background: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.newstyles .switch option {
  color: #0075bf;
}
.newstyles .social-top img {
  width: 35px;
}
.newstyles .social-top {
  float: right;
  margin-top: -25px;
}
.newstyles .social-mobile {
  display: none;
}
.newstyles .switch ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.newstyles .switch :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.newstyles .switch ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.newstyles .log {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 15px;
  margin-top: 15px;
}
.newstyles .voce-mobile li {
  color: #fff;
  margin-bottom: 10px;
  list-style-type: circle;
}
.newstyles .voce-mobile a {
  color: #fff;
}
.newstyles .voce-mobile {
  display: none !important;
}
.newstyles .voce-mobile a:hover {
  color: #fff;
}
.newstyles .affix {
  z-index: 10000;
  top: 0;
  width: 100%;
}
.newstyles .navigation-menu .container-fluid {
  background-color: rgba(255, 255, 255, 0.9);
}
.newstyles .cerca input {
  border: 0;
  padding: 15px 8px;
  background: #2995cc;
  color: #fff;
  margin-right: 30px;
  max-width: 140px;
}
.newstyles .cerca input::placeholder {
  color: #fff;
}
.newstyles .navbar-collapse {
  text-transform: uppercase;
}
.newstyles .navbar-collapse .dropdown-menu {
  text-transform: none;
  margin-top: -1px !important;
}
.newstyles .navbar-collapse {
  text-transform: uppercase;
}
.newstyles .navbar-inverse .navbar-collapse, .newstyles .navbar-inverse .navbar-form {
  border-color: #ffffff;
}
.newstyles .navbar-inverse .navbar-toggle:focus, .newstyles .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.newstyles .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.newstyles .navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.newstyles .navbar-inverse {
  border: 0;
  background-color: #0075bf;
}
.newstyles .navbar-inverse .navbar-nav > li > a {
  color: #0075bf;
  font-weight: 600;
}
.newstyles .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #0075bf;
  font-weight: 600;
  z-index: 1;
}
.newstyles .navbar-inverse .navbar-nav > .open > a, .newstyles .navbar-inverse .navbar-nav > .open > a:focus, .newstyles .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #0075bf !important;
}
.newstyles .dropdown-menu > li > a {
  padding: 12px 10px;
}
.newstyles .dropdown-menu > li > a:hover {
  background-color: #f4f4f4;
}
.newstyles .page h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.newstyles .carousel-control {
  font-size: 25px;
}
.newstyles .margin-slider {
  margin-top: 40px;
}
.newstyles .top-slider, .newstyles .top-slider-home {
  position: relative;
}
.newstyles .boxTitolo{
  background-color: rgba(0, 0, 0, 0.5);    
  text-align: left;
}
.newstyles #carousel-example .carousel-control.left, .newstyles #carousel-example .carousel-control.right, .newstyles .carousel-mobile .carousel-control.left, .newstyles .carousel-mobile .carousel-control.right, .newstyles .middle-slider .carousel-control.left, .newstyles .middle-slider .carousel-control.right {
  margin-right: 120px;
  margin-left: 90px;
  background-image: none;
  font-size: 35px;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.newstyles .top-slider video, .newstyles .top-slider-home video {
  width: 100%;
  height: auto;
}
.newstyles .text-top-slider {
  position: absolute;
  z-index: 990;
  color: #fff;
  text-align: center;
  width: 560px;
  font-size: 48px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.newstyles .text-top-slider a {
  color: #fff;
  font-size: 34px;
}
.newstyles .text-top-slider span {
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  font-weight: bold;
}
.newstyles .page .top-slider {
  margin-bottom: 0;
}
.newstyles .hovereffect {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 0px;
}
.newstyles .hovereffect h4 {
  position: absolute;
  z-index: 997;
  width: 100%;
  text-align: center;
  color: #fff !important;
  padding: 57px;
  bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.newstyles .hovereffect h4 {
  bottom: auto;
}
.newstyles .hovereffect:hover h4 {
  display: none;
}
.newstyles .hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.newstyles .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.newstyles .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.newstyles .hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.newstyles .hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.newstyles .hovereffect a, .newstyles .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.newstyles .hovereffect:hover a, .newstyles .hovereffect:hover p, .newstyles .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.newstyles .hovereffect span {
  color: #fff;
  margin-top: 25px;
  margin-top: 25px;
  display: block;
}
.newstyles .modal-content {
  border-radius: 0;
}
.newstyles .btn-info {
  margin: 20px 0;
}
.newstyles .sidebar .btn-info {
  width: 100%;
  margin: 0px !important;
}
.newstyles .btn-group-lg > .btn, .newstyles .btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
  background-color: #7fbadf;
  border: 0;
  outline: none;
}
.newstyles .btn-info:hover {
  color: #fff;
  background-color: #0075bf;
  border: 0;
  outline: none;
}
.newstyles .btn-info.focus, .newstyles .btn-info:focus {
  color: #fff;
  background-color: #0075bf;
  border: 0;
  outline: none;
}
.newstyles .btn-info.active, .newstyles .btn-info:active, .newstyles .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0075bf !important;
  border: 0;
  box-shadow: none;
  outline: none !important;
}
.newstyles .map-tooltip {
  font-family: "Open Sans", sans-serif !important;
  padding: 20px 10px !important;
  font-size: 16px !important;
}
.newstyles .top-slider .carousel h3, .newstyles .top-slider-home .carousel h3 {
  display: block;
  float: left;
  width: auto;
  background-color: #d2ac34;
  font-size: 24px;
  padding: 10px 20px;
  text-shadow: none;
}
.newstyles .section-slider .carousel h3 {
  display: block;
  float: left;
  width: auto;
  background-color: #d2ac34;
  font-size: 24px;
  padding: 10px 20px;
  text-shadow: none;
}
.newstyles .section-slider {
  margin-bottom: 40px;
}
.newstyles .top-slider .carousel p, .newstyles .top-slider-home .carousel p {
  text-align: left;
  clear: both;
  padding: 10 20px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
}
.newstyles .section-slider .carousel p {
  text-align: left;
  clear: both;
  padding: 10 20px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.5);
}
.newstyles .content-breadcrumb {
  width: 100%;
}
.newstyles .breadcrumb {
  max-width: 1200px;
  margin: auto;
  background-color: transparent;
  padding: 8px 0px !important;
}
.newstyles .breadcrumb > li + li:before {
  color: #000;
}
.newstyles .breadcrumb > .active {
  color: #000;
  font-weight: 600;
}
.newstyles .breadcrumb a {
  color: #000;
  text-decoration: none;
  line-height: 24px;
}
.newstyles .map {
  width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}
.newstyles .map img {
  width: 100%;
  height: auto;
}
.newstyles .map .modal {
  padding-right: 0 !important;
}
.newstyles .map .modal-header {
  padding: 0 15px;
}
.newstyles .map .modal-header .close {
  font-size: 55px;
}
.newstyles .content figure {
  position: relative;
  margin: 20px 0;
}
.newstyles .content figure label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 40px;
  min-width: 130px;
  color: #fff;
  background-color: #d2ac34;
  padding: 10px;
}
.newstyles .container {
  position: relative;
}
.newstyles .category {
  min-width: 130px;
  min-height: 40px;
  display: inline-block;
  background-color: #0075bf;
  text-align: center;
  padding: 0 10px;
}
.newstyles .category a {
  color: #fff;
  display: block;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.newstyles .article img {
  width: 100%;
  height: auto;
}
.newstyles .article figure {
  position: relative;
}
.newstyles .article .figure-info {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.newstyles .article .figure-info h4 {
  display: block;
  float: left;
  width: auto;
  background-color: #d2ac34;
  font-size: 18px;
  padding: 10px 20px;
  text-shadow: none;
  color: #fff;
}
.newstyles .article .figure-info p {
  text-align: left;
  clear: both;
  padding: 10 20px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.newstyles .content p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  text-align-last: left;
  display: inline-block;
}
.newstyles .sceltiperte h2 {
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.newstyles .sceltiperte h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #fff;
}
.newstyles .sceltiperte {
  background-color: rgba(0, 117, 191, 0.5);
  padding: 0 10px;
  margin-top: 40px;
}
.newstyles .sceltiperte .carousel-caption p {
  font-size: 14px;
}
.newstyles .sceltiperte .carousel-caption {
  text-align: left;
  position: relative;
  left: 0;
  color: #000;
  text-shadow: none;
  min-height: 180px;
  float: right;
  width: 60%;
  padding-left: 20px;
}
.newstyles .sceltiperte .carousel-inner img {
  width: 40%;
  height: auto;
  float: left;
}
.newstyles .sceltiperte .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}
.newstyles .sceltiperte .carousel-indicators li {
  background: #fff;
  border: 1px solid #fff;
}
.newstyles .box-content {
  margin-top: 40px;
}
.newstyles .box-content .box1 {
  margin-top: 26px;
}
.newstyles .box_example {
  border: 1px solid #000;
  background: #ccc;
  height: 200px;
}
.newstyles .idee h4 {
  color: #67B9E2;
  margin-bottom: 20px;
  border-top: 1px solid;
  padding-top: 20px;
}
.newstyles .idee {
  color: #5b152b;
  margin-bottom: 20px;
}
.newstyles .idee .btn {
  border: 0;
  background-color: #cbb321;
  padding: 8px 10px;
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.newstyles .attrattori {
  margin-bottom: 30px;
}
.newstyles #carousel-attrattori {
  background-color: white;
  padding: 5px 35px;
  height: 280px;
  border-bottom: solid #0075bf !important;
}
.newstyles #carousel-attrattoriMobile {
  background-color: white;
  padding: 5px 35px;
  height: 150px;
  border-bottom: solid #0075bf !important;
}
.newstyles #carousel-attrattoriJson {
  background-color: white;
  padding: 5px 35px;
  height: 280px;
  border-bottom: solid #0075bf !important;
}
#carousel-attrattori-blue {
	color: #0075bf;
}
.button-carousel-attrattori-cerca {
	background: #0075bf !important;
    color: white !important;
    font-size: 15px !important;
    float: right;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;	
}
.button-carousel-attrattori-annulla {
    color: #0075bf !important;
    font-size: 15px !important;
    float: right;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;	
}
.newstyles .attrattori .carousel-control.left, .newstyles .attrattori .carousel-control.right {
  margin-right: 28px;
  margin-left: 10px;
  font-size: 35px;
  background-image: none;
  opacity: 1;
  margin-top: 80px;
  color: #fff;
  text-shadow: none;
}
.newstyles .attrattori h4 {
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.newstyles .attrattori a {
  color: #0075bf;
  font-weight: 600;
  font-size: 16px;
}
.newstyles .servizi-turistici h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.newstyles .servizi-turistici .carousel-control.left, .newstyles .servizi-turistici .carousel-control.right {
  margin-right: 28px;
  margin-left: 10px;
  font-size: 35px;
  background-image: none;
  opacity: 1;
  margin-top: 100px;
  color: #fff;
  text-shadow: none;
}
.newstyles #carousel-serv {
  background-color: #eaeaea;
  padding: 20px 35px;
  margin-bottom: 30px;
  height: 270px;
}
.newstyles .servizi-turistici h5 {
  font-weight: 600;
  font-size: 16px;
}
.newstyles .proposte {
  margin-bottom: 40px;
}
.newstyles .proposte .prenota a {
  font-weight: normal;
}
.newstyles .proposte h4 {
  font-size: 18px;
  color: #0075bf;
  border-top: 1px solid;
  padding-top: 20px;
  font-weight: 600;
}
.newstyles .proposte h5 {
  font-size: 16px;
}
.newstyles .proposte p {
  font-size: 14px;
  text-align: left;
}
.newstyles .proposte span {
  display: block;
  margin: 5px 0;
}
.newstyles .search-mask {
  margin: 40px 0;
}
.newstyles .search-mask .tab-content {
  width: 100%;
  margin-top: 20px;
}
 .newstyles span{
  font-weight:300!important;
}
.newstyles .search-mask .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  color: black;
  padding-bottom: 5px;
  padding-top: 40px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  border-radius: 0;
}
.newstyles .search-mask .nav-tabs > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: 30%;
  background: #7fbadf;
}
.newstyles .search-mask .nav > li > a:focus, .newstyles .search-mask .nav > li > a:hover, .newstyles .search-mask .nav-tabs > li.active > a, .newstyles .search-mask .nav-tabs > li.active > a:focus, .newstyles .search-mask .nav-tabs > li.active > a:hover {
  color: #fff;
  background: #2995cc;
}
.newstyles .search-mask .nav-tabs > li.active > a, .newstyles .search-mask .nav-tabs > li.active > a:focus, .newstyles .search-mask .nav-tabs > li.active > a:hover {
  border: 0;
}
.newstyles .search-mask .myp {
  border-radius: 0;
  color: #fff;
  float: right;
}
.newstyles .carousel-img-wrapper {
  height: 150px;
  overflow: hidden;
}
.newstyles .carousel-img-wrapper img {
  width: 100%;
  height: auto;
}
.newstyles .activity .cont-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.newstyles .cont-title {
  position: relative;
}
.newstyles .cont-title h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 16px;
  margin-top: 0px;
}
.newstyles .activity .cont-title h3, .newstyles .ispired .cont-title h3 {
  background: #fff;
}
.newstyles .activity .cont-title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2f6d80;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 0;
}
.newstyles .sidebar .ispired .carousel-indicators li {
  background: #a71c56;
  border: 1px solid #a71c56;
}
.newstyles .ispired h3 {
  color: #0075BF;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.newstyles .ispired .goto a {
  color: #a71c56;
}
.newstyles .activity h3 {
  color: #2f6d80;
  margin-bottom: 0px;
}
.newstyles .activity .goto a {
  color: #2f6d80;
}
.newstyles .sticker img {
  margin-top: 6px;
  width: 100px !important;
}
.newstyles .area-social h3 {
  color: #0075bf !important;
  border-bottom: 1px solid #0075bf;
  margin-bottom: 20px;
}
.newstyles .area-social h4 {
  color: #333 !important;
  margin-bottom: 20px;
}
.newstyles .area-social img {
  width: 10%;
  display: inline-block;
}
.newstyles .area-social {
  float: right;
  display: inline-block;
  text-align: right;
  margin-bottom: 8px;
}
.newstyles .sidebar {
  margin-top: 20px;
}
.newstyles .sidebar .hovereffect {
  margin-top: 20px;
  height: 150px;
}
.newstyles .sidebar h4 {
  color: #fff;
  font-weight: 600;
  padding: 40px;
}
.newstyles .activity {
  color: #0075bf;
}
.newstyles .activity a {
  margin-left: 10px;
}
.newstyles .activity .li {
  border-bottom: 1px solid #0075bf;
}
.newstyles .activity .list-group-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #7fbadf;
}
.newstyles .activity .list-group-item:last-child {
  border-bottom: 3px solid #0075bf;
  padding-bottom: 20px;
}
.newstyles .sidebar .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.newstyles .sidebar .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.newstyles .sidebar .carousel-caption {
  position: relative;
  color: #000;
  height: 150px;
  right: 0;
  left: 0;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: auto;
  margin-left: 0;
}
.newstyles .sidebar .carousel-inner {
  margin-bottom: 30px;
}
.newstyles .sidebar .carousel-indicators li {
  background: #a71c56;
  border: 1px solid #a71c56;
}
.newstyles .sidebar .carousel h5 {
  display: block;
  float: left;
  width: auto;
  font-size: 16px;
  text-shadow: none;
  max-height: 50px;
  color: #a71c56;
  text-align: left;
  font-weight: 600;
}
.newstyles .sidebar .activity .carousel-indicators li {
  background: #2f6d80;
  border: 1px solid #2f6d80;
}
.newstyles .sidebar .activity .carousel h5 {
  display: block;
  float: left;
  width: auto;
  font-size: 16px;
  text-shadow: none;
  max-height: 50px;
  color: #2f6d80;
  text-align: left;
  font-weight: 600;
}
.newstyles .sidebar .carousel p {
  text-align: left;
  clear: both;
  text-shadow: none;
}
.newstyles .sidebar .carousel-indicators {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}
.newstyles .ctravel a {
  background-color: #0075bf;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  display: block;
}
.newstyles .ctravel a:hover, .newstyles .ctravel a:focus, .newstyles .ctravel a:active {
  text-decoration: none !important;
  outline: none !important;
}
.newstyles .ctravel .fas {
  margin-right: 20px;
}
.newstyles .ctravel {
  margin-top: 40px;
}
.newstyles #filter {
  display: block;
  float: left;
  width: 100%;
  background: #eee;
  padding: 15px 5px 0px 5px;
  margin-bottom: 15px;
}
.newstyles #filter label {
  width: 100%;
}
.newstyles .content.risultato-ricerca, .newstyles .content.article {
  display: block;
  float: left;
}
.newstyles .sky-tabs label {
  background: #fff;
  width: 100%;
  padding: 10px 20px;
}
.newstyles .sky-tabs select {
  background: #fff;
  width: 100%;
}
.newstyles .sky-tabs .checkbox {
  background: transparent;
  width: 100%;
}
.newstyles .sky-tabs > ul > li {
  background-color: rgba(0, 117, 191, 0.5) !important;
}
.newstyles .sky-tabs > input:checked + label span span {
  background: rgba(0, 117, 191, 0.5) !important;
}
.newstyles .sky-tabs > label:hover span span {
  background: rgba(0, 117, 191, 0.2) !important;
}
.newstyles .sidebar-tab {
  margin: 40px 0;
}
.newstyles .sky-tabs .typography p {
  padding: 0 0 20px 0 !important;
  font-weight: 600;
  display: block;
}
.newstyles .sky-tabs .button {
  background: #0075bf;
  color: #fff;
  padding: 5px 20px;
}
.newstyles .sidebar-tab img {
  width: 100%;
  height: auto;
}
.newstyles .social-sidebar img {
  width: 100%;
  height: auto;
}
.newstyles .goto {
  font-size: 15px;
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.newstyles .goto i {
  margin: 5px 0 0 10px;
}
.newstyles .goto a:focus {
  text-decoration: none !important;
  outline: none;
}
.newstyles .content-home h2 {
  width: 100%;
  font-weight: 600;
}
.newstyles .content-home.container .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.newstyles .carousel-mobile {
  display: none;
}
.newstyles .scopri a, .newstyles .scopri a:hover, .newstyles .offerte a, .newstyles .offerte a:hover {
  color: #333;
}
.newstyles .schedule {
  background: #fff;
  padding: 10px 10px;
  margin: 5px;
  max-width: 24%;
  position: relative;
  overflow: hidden;
}
.newstyles .schedule small.label, .newstyles .carousel-mobile small.label {
  position: absolute;
  top: 27px;
  left: 10px;
}
.newstyles .home-sl .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  padding: 0 5px;
}
.newstyles .home-sl .hovereffect {
  cursor: pointer;
}
.newstyles .viaggia {
  margin-top: 60px!important;
}
.newstyles .cont-title {
  text-align: center;
}
.newstyles .cont-title h2 {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 16px;
  margin-top: 0px;
}

.newstyles .viaggia .cont-title h2 {
  z-index: 1;
  margin-bottom: 40px;
}
.newstyles .viaggia h2 {
  color: #0075BF;
  border-bottom-color: #0075BF;
  margin-bottom: 0px;
}
.newstyles .viaggia .goto, .newstyles .viaggia .goto a {
  display: none;
}
.newstyles .scopri .cont-title h2 {
  background: #eaeaea;
  z-index: 2;
}
.newstyles .scopri {
  display: inline-block;
  background: #eaeaea;
  margin-bottom: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
.newstyles .scopri .cont-title {
  position: relative;
}

.newstyles .scopri img {
  width: 100%;	
  height: 125px;
  object-fit: cover;
}
.newstyles .scopri h4 {
  max-height: 45px;
  color: #064E7A;
  font-weight: 600;
  padding: 0;
}
.newstyles .scopri h2 {
  color: #064E7A;
  border-bottom-color: #2f6d80;
}
.newstyles .scopri .goto, .newstyles .scopri .goto a {
  color: #064E7A;
}
.newstyles .home-sl .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
  padding: 0 5px;
}
.newstyles .gusto {
  display: inline-block;
  margin-bottom: 15px;
}
.newstyles .gusto .cont-title {
  position: relative;
  margin-bottom: 15px;
}
.newstyles .gusto .cont-title::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #9d5025;
  top: 20px;
  left: 0;
  z-index: 0;
}
.newstyles .gusto .cont-title h2 {
  background: #fff;
  z-index: 2;
  margin-bottom: 0px;
  color: #9d5025;
  border-bottom-color: #9d5025;
}
.newstyles .gusto img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.newstyles .gusto .box {
  position: relative;
}
.newstyles .gusto .box h4 {
  position: absolute;
  z-index: 997;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.newstyles .gusto .goto, .newstyles .gusto .goto a {
  color: #9d5025;
}
.newstyles .fa-arrow-left {
  margin-left: -30px;
  margin-top: 30px;
  color: #fff;
}
.newstyles .fa-arrow-right {
  margin-right: -30px;
  margin-top: 30px;
  color: #fff;
}
.newstyles .section_scroll {
  width: 100%;
  height: 130px;
  background-color: #67B9E2;
  text-align: center;
  margin-bottom: 40px;
}
.newstyles .section_scroll .carousel-control.left, .newstyles .section_scroll .carousel-control.right {
  margin-right: 35px;
  margin-left: 35px;
  background-image: none;
  font-size: 35px;
  opacity: 1;
  position: absolute;
  margin-top: 48px;
  top: 0;
}
.newstyles #carousel-section-scroll .item {
  width: 50%;
  float: left;
}
.newstyles .tag-home img {
  width: 100%;
  height: auto;
  margin: 5px;
}
.newstyles .section_scroll .tag-home {
  width: 12.5%;
  padding: 10px 40px;
  float: left;
}
.newstyles .section_scroll a {
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 35px;
}
.newstyles .tag-home a {
  font-size: 14px;
}
.newstyles .section_scroll .carousel-col {
  text-align: center;
}
.newstyles .section_scroll .carousel-col a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 95px;
  margin: auto;
  margin-top: 15px;
  color: #fff;
}
.newstyles .offerta-min {
  height: 150px;
  overflow: hidden;
}
.newstyles .offerte {
  margin-top: 30px;
  height: 420px;
  overflow: hidden;
}
.newstyles .offerte .cont-title {
  margin-bottom: 15px;
}
.newstyles .offerte .cont-title::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #cbb321;
  top: 20px;
  left: 0;
  z-index: 0;
}
.newstyles #offerte img {
  width: 100%;
  height: 100%;
}
.newstyles #offerte .fa-arrow-left {
  color: #000;
  margin-left: -100px;
}
.newstyles #offerte p {
  margin-top: 20px;
}
.newstyles .offerte .cont-title h2 {
  background: #fff;
  z-index: 2;
  margin-bottom: 0px;
  color: #cbb321;
  border-bottom-color: #cbb321;
}
.newstyles #offerte .goto, .newstyles #offerte .goto a {
  color: #cbb321;
}
.newstyles #offerte .carousel-indicators {
  position: relative;
  margin: auto;
  left: auto;
  padding-top: 40px;
}
.newstyles #offerte .carousel-indicators li {
  border: 1px solid #cbb321;
}
.newstyles #offerte .carousel-indicators .active {
  background-color: #cbb321;
}
.newstyles .prenota, .newstyles .prenota a {
  color: #066cc8;
  font-weight: 600;
  text-transform: uppercase;
}
.newstyles .prenota i, .newstyles .info i {
  margin-right: 10px;
}
.newstyles #offerte span {
  display: block;
  margin-bottom: 10px;
}
.newstyles .middle-slider video {
  width: 100%;
  height: 100%;
}
.newstyles .middle-slider .carousel h3 {
  display: block;
  float: left;
  width: auto;
  background-color: #d2ac34;
  font-size: 24px;
  padding: 10px 20px;
  text-shadow: none;
}
.newstyles .middle-slider {
  margin-top: 40px;
  margin-bottom: 0;
}
.newstyles .col-centered {
  float: none;
  margin: 0 auto;
}
.newstyles .carousel-control.left,
.newstyles .carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.newstyles .carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}
.newstyles .carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

@media (max-width: 767px) {
  .newstyles .carousel-inner .active.left {
    left: -50%;
  }
  .newstyles .carousel-inner .active.right {
    left: 50%;
  }
  .newstyles .carousel-inner .next {
    left: 50%;
  }
  .newstyles .carousel-inner .prev {
    left: -50%;
  }
/*   .newstyles .carousel-col {
    width: 50%;
  } */
  .newstyles .active > div:first-child + div {
    display: block;
  }
  .newstyles .sidebar .cont-title::after {
    left: 22px;
  }
  .newstyles .page h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newstyles .carousel-inner .active.left {
    left: -50%;
  }
  .newstyles .carousel-inner .active.right {
    left: 50%;
  }
  .newstyles .carousel-inner .next {
    left: 50%;
  }
  .newstyles .carousel-inner .prev {
    left: -50%;
  }
  .newstyles .carousel-col {
    width: 50%;
  }
  .carousel-col.carousel-spiagge{
  	 width: 100%;
  }
  .newstyles .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles .carousel-inner .active.left {
    left: -33%;
  }
  .newstyles .carousel-inner .active.right {
    left: 33%;
  }
  .newstyles .carousel-inner .next {
    left: 33%;
  }
  .newstyles .carousel-inner .prev {
    left: -33%;
  }
  .newstyles .carousel-col {
    width: 33%;
  }
  .newstyles .active > div:first-child + div {
    display: block;
  }
  .newstyles .active > div:first-child + div + div {
    display: block;
  }
}
@media (min-width: 1200px) {
  .newstyles .carousel-inner .active.left {
    left: -25%;
  }
  .newstyles .carousel-inner .active.right {
    left: 25%;
  }
  .newstyles .carousel-inner .next {
    left: 25%;
  }
  .newstyles .carousel-inner .prev {
    left: -25%;
  }
  .newstyles .carousel-col {
    width: 25%;
  }
  .newstyles .active > div:first-child + div {
    display: block;
  }
  .newstyles .active > div:first-child + div + div {
    display: block;
  }
  .newstyles .active > div:first-child + div + div + div {
    display: block;
  }
}
.newstyles .block {
  width: 306px;
  height: 230px;
}
.newstyles .red {
  background: red;
}
.newstyles .blue {
  background: blue;
}
.newstyles .green {
  background: green;
}
.newstyles .yellow {
  background: yellow;
}
.newstyles .mypuglia, .newstyles .app {
  background: #0178BD;
  height: 150px;
  display: block;
  color: #fff;
  position: relative;
}
.newstyles .mypuglia a, .newstyles .app a {
  color: #fff;
}
.newstyles .mypuglia .tx {
  font-size: 24px;
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 10px;
  margin-top: 35px;
  font-weight: 600;
}
.newstyles .app .tx {
  font-size: 24px;
  float: left;
  width: 50%;
  text-align: left;
  margin-left: 10px;
  margin-top: 35px;
  font-weight: 600;
}
.newstyles .mypuglia a:hover, .newstyles .app a:hover {
  color: #000;
}
.newstyles .mypuglia i, .newstyles .app i {
  margin-top: 40px;
}
.newstyles .mypuglia .block {
  width: 30%;
  height: 100%;
  background: #4c819e;
  float: right;
  font-size: 70px;
  text-align: center;
}
.newstyles .app .block {
  width: 30%;
  height: 100%;
  background: #4c819e;
  float: left;
  font-size: 70px;
  text-align: center;
}
.newstyles #select-app {
  display: none;
  height: 150px;
  position: absolute;
  top: 0;
  background: #0178bd;
  margin-left: -10px;
  width: 70%;
}
.newstyles #select-app img {
  width: 50%;
  float: left;
  margin-top: 30px;
  padding: 20px;
}
.newstyles .app button {
  color: #fff;
  background: none;
  border: 0;
  outline: none;
}
.newstyles .wea {
  height: 205px;
}
.newstyles .infow {
  list-style: none;
  float: left;
  color: #FFF;
  width: 100%;
}
.newstyles .infow ul {
  float: left;
  width: 100%;
}
.newstyles .infow ul li {
  float: left;
}
.newstyles .infow .infow-meta li.first {
  width: 100%;
  height: 140px;
  padding: 20px 15px 20px 15px;
  /*background-color: #199ddd;*/
  /*background-color: #faa928*/
  background-color: #0075bf;
}
.newstyles .infow .infow-meta li.first .temperature {
  overflow: hidden;
  height: 118px;
  float: right;
}
.newstyles .infow .infow-meta li.first .discription {
  color: #FFF;
  margin: 0px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 18px;
}
.newstyles .infow .infow-meta li.first .tempm {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
}
.newstyles .infow .infow-meta li.first .datac {
  color: #FFF;
  font-size: 16px;
  padding-top: 5px;
}
.newstyles .infow .infow-meta li.first .tempc {
  color: #FFF;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
}
.newstyles .mappa {
  margin-top: 50px;
}
.newstyles .mappa-title {
  height: 50px;
  width: 100%;
}
.newstyles .mappa h2 {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}
.newstyles .mappa i {
  font-size: 40px;
}
.newstyles .mappa img {
  width: 100%;
  height: auto;
}
.newstyles .pugliaedintorni {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  /* height: 140px; */
  /* background: url(../image/papaveri.jpg); */
  background: black;
}
.newstyles .page .pugliaedintorni {
  margin-top: 0;
}
.newstyles .page .meteobox {
  margin-top: 0;
}
.newstyles .page .pedtesto {
  width: 350px;
  height: 100%;
  margin: auto;
  background: #98ab36;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.newstyles .pedtesto {
 /*  width: 350px;
  height: 100%; */
  margin: auto;
/*   background: #98ab36; */
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.newstyles .pedtesto h2 {
  margin-top: 35px;
  display: inline-block;
  width: 100%;
  font-weight: 600!important;
}
.newstyles .pedtesto a {
  color: #fff;
  font-weight: 700;
}
.newstyles .pedtesto a:hover {
  color: #000;
}
.newstyles .operatori h2 {
  color: #f7931e;
  border-bottom-color: #f7931e;
  margin: 0 0 40px 0;
  width: 100%;
  height: 45px;
  border-bottom: 2px solid;
  font-weight: 600;
}
.newstyles .operatori a {
  font-size: 16px;
  font-weight: 600;
}
.newstyles .title-operatori {
  background-color: #f7931e;
  margin-top: 40px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  display: block;
}
.newstyles .title-operatori h2 {
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}
.newstyles .orange-box {
  background: #f7931e;
  height: 150px;
  margin-top: 40px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 30px 15px;
  color: #fff;
  font-size: 24px;
}
.newstyles .orange-box h4 {
  font-size: 24px;
  font-weight: 600;
}
.newstyles .orange-box a {
  color: #fff;
}
.newstyles .lf {
  margin-left: -15px;
}
.newstyles .rg {
  margin-right: -15px;
}
.newstyles .social-tabs {
  margin-top: 45px;
}
.newstyles .social-tabs .tab-content {
  width: 100%;
  padding-top: 0;
}
.newstyles #twitter {
  overflow-y: scroll;
}
.newstyles #instagram {
  overflow: hidden;
}
.newstyles .social-tabs .nav-tabs {
  border-bottom: 0;
}
.newstyles .social-tabs iframe {
  width: 100%;
}
.newstyles .social-tabs .nav-tabs li {
  width: 80px;
  font-size: 35px;
  background: #0075bf;
  margin-right: 10px;
  text-align: center;
}
.newstyles .social-tabs .nav-tabs li a {
  color: #fff;
}
.newstyles .social-tabs .nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.newstyles .social-tabs .nav-tabs > li.active > a, .newstyles .social-tabs .nav-tabs > li.active > a:focus, .newstyles .social-tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #8bcaf0;
  border: 0;
}
.newstyles .social-tabs .nav > li > a:focus, .newstyles .social-tabs .nav > li > a:hover {
  text-decoration: none;
  background-color: #4d92cd;
}
.newstyles .travel-btn {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  border: 0;
  outline: none;
  background-color: #7fbadf;
  font-size: 16px;
  padding: 8px 10px;
  color: #fff;
}
.newstyles .travel-form {
  background-color: #7fbadf;
  padding: 10px 10px 20px 10px;
  margin-top: 40px;
}
.newstyles .travel-form h2 {
  display: inline-block;
  margin: 20px 20px 30px 20px;
  color: #fff;
}
.newstyles #collapse-form {
  background-color: #eaeaea;
  padding-bottom: 20px;
}
.newstyles #collapse-form button {
  text-align: left;
}
.newstyles #multiselect-container {
  z-index: 1;
}
.newstyles #collapse-form .dropdown-menu.pull-right {
  right: auto;
  left: auto;
  width: 100%;
  border-radius: 0;
}
.newstyles .button-collapse-form {
  padding-bottom: 20px;
}
.newstyles #multiple-form {
  padding-top: 20px;
}
.newstyles #multiple-form button {
  border-radius: 0;
}
.newstyles #multiple-form input[type=reset] {
  background-color: #2995cc;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.newstyles #multiple-form input[type=button] {
  background-color: #0075bf;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.newstyles .consigli a {
  margin-right: 10px;
}
.newstyles .consigli .btn {
  border: 0;
  background-color: #7fbadf;
  padding: 8px 10px;
  border-radius: 0;
  font-weight: 600;
}
.newstyles .consigli .btn:hover {
  background-color: #0075bf;
}
.newstyles .consigli i {
  margin-left: 20px;
}
.newstyles .info h5 {
  font-weight: 600;
  color: #0075bf;
}
.newstyles .info i {
  margin-right: 15px;
}
.newstyles .myp {
  border: 0 none;
  background-color: #7fbadf;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
  height: auto;
  margin: 20px 0 30px 12px;
}
.newstyles .myp:hover {
  background-color: #0075bf;
}
.newstyles .bt {
  border: 0 none;
  background-color: #0075bf;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
  height: auto;
  margin: 20px 0 10px 0;
  border-radius: 0;
}
.newstyles .myp:visited, .newstyles .bt:visited {
  background: #2995cc;
}
.newstyles .info .list-group-item {
  padding: 0;
  margin-bottom: 10px;
  border: 0;
}
.newstyles .sep {
  background-color: #f4f4f4;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.newstyles .info .collapse-area button {
  display: block;
}
.newstyles .evidenza .box {
  background: #7fbadf;
  width: 100%;
  height: auto;
  color: #fff;
  padding-bottom: 10px;
}
.newstyles .evidenza .box h4 {
  font-weight: 600;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  display: block;
  color: #333;
}
.newstyles .evidenza .box i {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}
.newstyles .evidenza .box p {
  padding-left: 66px;
  padding-right: 30px;
  color: #333;
}
.newstyles .evidenza .box a, .newstyles .evidenza .box a:hover {
  color: #333;
  text-decoration: underline;
}
.newstyles .info .panel-default > .panel-heading {
  color: #fff;
  background-color: #0075bf;
  border-color: #ddd;
  border: 0;
  border-radius: 0;
}
.newstyles .info .panel-default {
  border: 0;
}
.newstyles .info .panel {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newstyles .tab-title {
  padding: 0;
  border-bottom: 2px solid #0075bf;
  font-size: 16px;
  position: relative;
  padding: 5px;
  font-weight: bold;
}
.newstyles .tab-title span {
  font-size: 16px;
  margin-left: 10px;
  color: #0075bf;
}
.newstyles .tab-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.newstyles .tab-content > div > div {
  padding: 0 0 10px;
}
.newstyles .tab-content a, .newstyles .tab-content a:hover {
  color: black;
  font-weight: bold;
}
.newstyles .tab-content ul {
  padding-left: 15px;
}
.newstyles .tab-content {
  display: table;
  margin-bottom: 15px;
}
.newstyles .tab-content .testo-icona {
  padding-left: 10px;
}
.newstyles .tab-content > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.newstyles .tab-content .ticket {
  background-image: url("../image/PA_icone_ticket.svg");
}
.newstyles .tab-content .quando {
  background-image: url("../image/PA_icone_calendario.svg");
}
.newstyles .tab-content .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.newstyles .paragraph .btn {
  color: #0075bf;
  background: none;
  border: 0;
  margin: 5px 0 0 20px;
  display: inline-block;
  padding: 0;
  float: right;
}
.newstyles .paragraph .btn:active {
  background: none !important;
  color: #0075bf;
}
.newstyles .paragraph #text {
  padding: 20px 0 0 30px;
}
.newstyles #carousel-3level .carousel-control.left, .newstyles #carousel-3level .carousel-control.right {
  margin-right: 25px;
  margin-left: 0;
  background-image: none;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.newstyles .tab3l3vel {
  margin: 10px 0 20px 0;
}
.newstyles .tab3l3vel h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
.newstyles .tab3l3vel img {
  width: 30px;
}
.newstyles .tab3l3vel .tabs {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.newstyles .tab3l3vel #tab-button {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newstyles .tab3l3vel #tab-button li {
  display: table-cell;
}
.newstyles .tab3l3vel #tab-button li a {
  display: block;
  padding: 5px 10px;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.newstyles .tab3l3vel #tab-button li:not(:first-child) a {
  border-left: none;
}
.newstyles .tab3l3vel #tab-button li a:hover,
.newstyles .tab3l3vel #tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.newstyles .tab3l3vel .tab-contents {
  padding: 0.5em 2em 1em;
  border: 1px solid #ddd;
}
.newstyles .tab3l3vel .tab-button-outer {
  display: none;
}
.newstyles .tab3l3vel .tab-contents {
  margin-top: 20px;
}
.newstyles .ricerca .content h2 {
  margin: 40px 0;
}
.newstyles .risultato-ricerca img {
  width: 40%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.newstyles .risultato-ricerca ul {
  padding: 0;
}
.newstyles .risultato-ricerca li {
  list-style: none;
  min-height: 140px;
  border-bottom: 1px solid rgba(0, 117, 191, 0.2);
  margin-bottom: 20px;
}
.newstyles .risultato-ricerca li img {
  width: 35%;
  float: left;
}
.newstyles .risultato-ricerca li p {
  width: 60%;
  float: right;
}
.newstyles .map-top {
  height: 600px;
  width: 100%;
  overflow: hidden;
}
.newstyles .map-top img {
  width: 100%;
  height: auto;
}
.newstyles .pagination > .active > a, .newstyles .pagination > .active > a:focus, .newstyles .pagination > .active > a:hover, .newstyles .pagination > .active > span, .newstyles .pagination > .active > span:focus, .newstyles .pagination > .active > span:hover {
  background-color: #0075bf;
  border-color: #0075bf;
}
.newstyles .pagination > li > a:focus, .newstyles .pagination > li > a:hover, .newstyles .pagination > li > span:focus, .newstyles .pagination > li > span:hover {
  color: #fff;
  background-color: #7fbadf;
  border-color: #7fbadf;
}
.newstyles .panel-title > a:before {
  float: right !important;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../image/minus.png");
  background-size: 100%;
  padding-right: 5px;
  margin-top: 3px;
}
.newstyles .panel-title > a.collapsed:before {
  float: right !important;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../image/plus.png");
  background-size: 100%;
}
.newstyles .panel-title > a:hover,
.newstyles .panel-title > a:active,
.newstyles .panel-title > a:focus {
  text-decoration: none;
}
.newstyles .error {
  height: calc(100vh - 350px);
  padding-top: 20px;
}
.newstyles footer {
  margin-top: 40px;
}
.newstyles footer, .newstyles .foot {
  height: 140px;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  z-index: 998;
}
.newstyles footer h5, .newstyles .foot h5 {
  color: #fff;
  font-size: 12px;
}
.newstyles footer a, .newstyles .foot a {
  color: #fff;
}
.newstyles .foot-content {
  padding-top: 20px;
}
.newstyles .foot {
  padding-top: 20px;
  font-style: normal !important;
}
.newstyles .foot a {
  font-style: normal !important;
}
.newstyles .foot h5 {
  font-style: normal !important;
}
.newstyles footer .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.newstyles #trip .tab-content {
  width: 100%;
}
.newstyles #trip .tab-content h5 {
  font-weight: 600;
}
.newstyles #trip .tab-content select {
  width: 100%;
  display: block;
  padding: 10px;
  margin-top: 20px;
}
.newstyles #trip .pagination {
  padding: 0 !important;
  border: 0 !important;
}
.newstyles #trip .add {
  text-align: right;
}
.newstyles #trip .tab-content input {
  width: 100%;
  display: block;
  padding: 10px;
}
.newstyles #trip .tab-content label {
  display: block;
  margin: 10px 0;
}
.newstyles #trip .tab-content .section {
  display: block;
  background-color: #2995cc;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
}
.newstyles #trip .tabs-left, .newstyles .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.newstyles #trip .tabs-left {
  margin-top: 150px;
}
.newstyles #trip .tabs-left .profile {
  position: absolute;
  top: 50px;
  right: 40px;
  background-color: #ccc;
  width: 50px;
  height: 50px;
  border-right: 0;
}
.newstyles #trip .tabs-left .profile button {
  position: absolute;
  top: -12px;
  right: -30px;
  background: #2995cc;
  color: #fff;
  padding: 5px;
}
.newstyles #trip .tabs-left .profile img {
  width: 100%;
  height: auto;
}
.newstyles #trip .modal-header h4 {
  color: #0075bf;
  display: block;
  padding: 20px 0 10px 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #0075bf;
}
.newstyles #trip .modal-header {
  border-bottom: 0;
}
.newstyles #trip .modal-body input {
  border-radius: 0;
  color: #fff;
  margin-bottom: 20px;
  background-color: #2995cc;
  padding: 20px;
}
.newstyles #trip .modal-body form {
  border-radius: 0;
  margin-bottom: 20px;
}
.newstyles #trip .modal-header .close {
  float: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #2995cc;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=1);
  opacity: 1;
  margin-top: -20px;
}
.newstyles #trip .modal-header .close:focus {
  outline: none;
}
.newstyles .tabs-left li {
  border-right: 1px solid #2995cc;
}
.newstyles #trip .tabs-right {
  border-left: 1px solid #ddd;
}
.newstyles #trip .tabs-left > li, .newstyles .tabs-right > li {
  float: none;
}
.newstyles #trip .tabs-left > li {
  margin-right: -1px;
}
.newstyles #trip .tabs-right > li {
  margin-left: -1px;
}
.newstyles #trip .tabs-left > li.active > a,
.newstyles #trip .tabs-left > li.active > a:hover,
.newstyles #trip .tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background-color: #2995cc;
  color: #fff;
}
.newstyles #trip .tabs-right > li.active > a,
.newstyles #trip .tabs-right > li.active > a:hover,
.newstyles #trip .tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.newstyles #trip .tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.newstyles #trip .nav > li > a:focus, .newstyles #trip .nav > li > a:hover {
  background-color: #7fbadf;
}
.newstyles #trip .tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.newstyles #trip .vertical-text {
  margin-top: 50px;
  border: none;
  position: relative;
}
.newstyles #trip .vertical-text > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.newstyles #trip .vertical-text > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.newstyles #trip .vertical-text > li.active > a,
.newstyles #trip .vertical-text > li.active > a:hover,
.newstyles #trip .vertical-text > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.newstyles #trip .vertical-text.tabs-left {
  left: -50px;
}
.newstyles #trip .vertical-text.tabs-right {
  right: -50px;
}
.newstyles #trip .vertical-text.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.newstyles #trip .vertical-text.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.newstyles #trip .mappa-trip {
  background-color: #ccc;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.newstyles #trip i {
  font-size: 24px;
}
.newstyles #trip .trip-head {
  background-color: #0075bf;
  width: 100%;
  height: 150px;
}
.newstyles #trip .trip-head .logo img {
  width: 200px;
}
.newstyles #trip .trip-head .logo {
  padding-top: 55px;
  text-align: center;
}
.newstyles #trip .tab-content .myp {
  width: 100%;
  margin: 20px 0;
}
.newstyles #trip .tab-content .save {
  background-color: #0075bf;
}
.newstyles #trip .tab-content .bt {
  padding-left: 5px;
  padding-right: 5px;
}
.newstyles #trip .tab-content ul {
  list-style-type: decimal;
  padding: 20px;
  border: 1px solid #f4f4f4;
}
.newstyles #trip .tab-content li {
  margin-bottom: 20px;
  min-height: 50px;
  border-bottom: 1px solid #f4f4f4;
}
.newstyles #trip .tab-content li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.newstyles #trip .affix {
  width: auto;
}
.newstyles #trip .modal ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: 600;
  opacity: 1;
  /* Firefox */
}
.newstyles #trip .modal :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 600;
}
.newstyles #trip .modal ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 600;
}
.newstyles #trip .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newstyles #trip .btn-area {
  width: 100%;
}
.newstyles #trip .btn-area a {
  margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newstyles #select-app img {
    margin-top: 48px;
    padding: 5px;
  }
  .newstyles .section_scroll .tag-home {
    padding: 10px 20px;
  }
  .newstyles .sidebar .carousel-indicators {
    top: 110px;
  }
}
@media screen and (min-width: 1281px) {
  .newstyles .social-tabs .tab-content {
    height: 486px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .newstyles .sidebar .carousel-indicators {
    top: 139px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .newstyles .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .newstyles .txt-head {
    margin-top:12px;
    width: 300px;
    color: #fff;
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .newstyles .sidebar .carousel-caption {
    height: 170px;
  }
  .newstyles .schedule {
    max-width: 32.1%;
  }
  .newstyles .offerte .carousel-col {
    padding-bottom: 80px;
  }
  .newstyles #offerte .carousel-indicators {
    position: absolute;
    top: 295px;
    margin: auto;
    left: 20%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .newstyles .sky-tabs > label {
    width: 40px !important;
  }
}
@media screen and (max-width: 991px) {
  .newstyles .txt-head {
    display: none;
  }
  .newstyles #select-app img {
    width: 75%;
    float: left;
    margin-top: 0;
    margin-left: 25px;
    padding: 10px;
  }
  .newstyles .sidebar .carousel-caption {
    height: 125px;
  }
  .newstyles .sidebar .carousel-indicators {
    position: relative;
    top: -10px;
  }
}
@media screen and (min-width: 980px) {
  .newstyles .top-slider .carousel .item .carousel_home {
    height: 450px !important;
  }
  .newstyles .top-slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 450px;
  }
  .newstyles .top-slider-home .carousel .item {
    height: 600px;
  }
  .newstyles .top-slider-home .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;
  }
}
@media screen and (max-width: 820px) {
  .newstyles .map-top {
    display: none;
  }
  .newstyles .risultato-ricerca li img, .newstyles .risultato-ricerca li p {
    float: none;
  }
  .newstyles .risultato-ricerca li img {
    width: 50%;
  }
  .newstyles .risultato-ricerca li p {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .newstyles .sky-tabs > label {
    width: 30px !important;
  }
  .newstyles .sky-tabs img {
    width: 100%;
    height: auto;
  }
  .newstyles .sky-tabs > label span span {
    padding: 0 !important;
    margin-right: 10px;
  }
  .newstyles .container {
    padding: 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .newstyles .sidebar {
    padding-left: 40px;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .newstyles .goto {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .newstyles {
    /*menu on hover*/
  }
  .newstyles .section-slider .carousel-caption {
    left: 5%;
  }
  .newstyles .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  }
  .newstyles .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .newstyles .dropdown:hover .dropdown-menu {
    display: block;
  }
  .newstyles .map .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .newstyles .top-slider .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    max-width: 1200px;
    margin: auto;
    margin-left: 90px;
  }
  .newstyles .top-slider-home .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    max-width: 1200px;
    margin: auto;
    margin-left: 90px;
  }
  .newstyles .carousel-control .glyphicon-chevron-left, .newstyles .carousel-control .icon-prev {
    margin-left: -30px;
  }
  .newstyles .carousel-control .glyphicon-chevron-right, .newstyles .carousel-control .icon-next {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1120px) {
  .newstyles .content-head {
    height: 130px;
  }
  .newstyles .cont_logos {
    top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .newstyles #carousel-mobile-viaggi .carousel-control.right, .newstyles #carousel-mobile-viaggi .carousel-control.left {
   /*  top: 35% !important; */
  }
  .newstyles #carousel-mobile-gusto .carousel-control.right, .newstyles #carousel-mobile-gusto .carousel-control.left {
    top: 44%;
  }
  .newstyles #carousel-mobile-viaggi .item img {
    width: 100%;
  }
  .newstyles #carousel-mobile-viaggi h4 {
  	padding: 10px 0px !important;
  	color: #cbb321;
    font-size: 18px;
    font-weight: 600;  
  }  
  
  .newstyles #carousel-mobile-gusto h4 {
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
  }
  .newstyles #carousel-mobile-viaggi p {
    height: 50px;
  }
  .newstyles #carousel-mobile-attivita p, .newstyles #carousel-mobile-eventi p {
    height: 50px;
  }
  .newstyles .gusto, .newstyles .scopri, .newstyles .viaggia {
    width: 100%;
  }
  .newstyles .carousel-mobile .item {
    width: 100%;
  }
  .newstyles .carousel-mobile {
    display: block;
    position: relative;
    min-height: 260px;
  }
  .newstyles .carousel-mobile .carousel-indicators {
    display: none;
  }
  .newstyles .carousel-mobile .carousel-indicators li {
    border: 1px solid #cbb321;
  }
  .newstyles .carousel-mobile .carousel-indicators {
    top: 240px;
  }
  .newstyles .scopri a, .newstyles .scopri a:hover {
    color: #fff;
  }
  .newstyles .goto a:hover {
    color: inherit;
  }
  .newstyles .carousel-indicators .active {
    background-color: #fff;
  }
  .newstyles .home-sl.scopriRusso {
    display: block !important;
  } 
  .newstyles .home-sl {
    display: none;
  } 
  .newstyles .section_scroll {
    margin-top: 40px;
  }
  .newstyles .scopri a, .newstyles .offerte a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .newstyles .navbar-inverse .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .newstyles #myNavbar {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .newstyles {
    /*=========================================
                    Social Network
    ==========================================*/
  }
  .newstyles .left-social .affix {
    position: fixed;
    top: 154px;
    width: 50px;
  }
  .newstyles .icon-bar {
    position: absolute;
    top: 364px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 980;
  }
  .newstyles .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    width: 55px;
  }
  .newstyles .icon-bar a:hover {
    background-color: #000;
  }
  .newstyles .facebook {
    background: #3B5998;
    color: white;
  }
  .newstyles .twitter {
    background: #55ACEE;
    color: white;
  }
  .newstyles .google {
    background: #dd4b39;
    color: white;
  }
  .newstyles .linkedin {
    background: #007bb5;
    color: white;
  }
  .newstyles .youtube {
    background: #bb0000;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .newstyles .head .logo img {
    padding-top: 75px;
  }
  .newstyles .margin-slider {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .newstyles .tab3l3vel .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .newstyles .tab3l3vel .tab-select-outer {
    display: none;
  }
  .newstyles .tab3l3vel .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .voce-affix {
    position: absolute !important;
  }
  .newstyles .navbar-right .cerca {
    margin-left: 15px;
  }
  .newstyles .navbar-inverse .navbar-nav > li > a {
    font-weight: normal;
  }
  .newstyles .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #0075bf;
    font-weight: normal;
  }
  .newstyles .cerca input {
    margin-right: 0;
    width: 100%;
  }
  .newstyles .login-btn {
    display: none;
  }
  .newstyles .travel-cart {
    display: none;
  }
  .newstyles .switch .travel-cart {
    display: inline-block !important;
  }
  .newstyles .voce-mobile {
    display: block !important;
  }
  .newstyles .mobile-cart {
    display: inline-block;
  }
  .newstyles .mobile-cart .addcart {
    position: relative;
  }
  .newstyles .icon-bar {
    display: none;
  }
  .newstyles .head .logo img {
    padding-top: 15px;
  }
  .newstyles .symbol-header {
    margin-top: 50px;
  }
  .newstyles .symbol-header .addcart {
    display: none;
  }
  .newstyles .content-head {
    height: 125px;
  }
  .newstyles .logo {
    text-align: center;
  }
  .newstyles .logo img {
    float: none !important;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 80px;
  }
  .newstyles .social-top {
    margin-top: -20px;
  }
  .newstyles .navbar-collapse {
    border-top: 0;
  }
  .newstyles .switch input[type=search] {
    display: none;
  }
  .newstyles .switch select {
    border-left: 0;
  }
  .newstyles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #0075bf;
  }
  .newstyles .social {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    top: 230px;
  }
  .newstyles .social a {
    display: inline-block;
  }
  .newstyles .social img {
    float: none;
    padding-top: 0px;
  }
  .newstyles .lf {
    margin-left: 0;
  }
  .newstyles .rg {
    margin-right: 0;
  }
  .newstyles .middle-slider .carousel-control {
    margin-top: 120px;
  }
  .newstyles #select-app img {
    width: 40%;
    float: left;
    margin-top: 30px;
    margin-left: 25px;
    padding: 10px;
  }
  .newstyles #carousel-example .carousel-control.left, .newstyles #carousel-example .carousel-control.right, .newstyles .carousel-mobile .carousel-control.left, .newstyles .carousel-mobile .carousel-control.right, .newstyles .middle-slider .carousel-control.left, .newstyles .middle-slider .carousel-control.right {
    margin-right: 50px;
    margin-left: 10px;
    font-size: 24px;
  }
  .newstyles .middle-slider .carousel-control.left, .newstyles .middle-slider .carousel-control.right {
    margin-top: 0;
  }
  .newstyles #trip .cont-mp {
    display: none;
  }
  .newstyles #trip .logo img {
    float: none !important;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .newstyles .social-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .newstyles .social-mobile img {
    width: 35px;
    float: none;
    padding-top: 0;
  }
  .newstyles .head .logo img {
    padding-top: 10px;
  }
  .newstyles .content-home h2, .newstyles .title-operatori h2, .newstyles .pedtesto h2, .newstyles .mappa h2 {
    font-size: 20px;
  }
  .newstyles .carousel-col {
    width: 100%;
  }
  .newstyles .middle-slider .carousel-control {
    display: none;
  }
  .newstyles .top-slider .carousel h3, .newstyles .top-slider-home .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    max-width: 1200px;
    margin: auto;
    margin-left: 90px;
  }
  .newstyles #twitter {
    overflow: hidden;
  }
  .newstyles .social {
    top: 200px;
  }
  .newstyles .page .pedtesto {
    width: 100%;
  }
  .newstyles .pedtesto {
    width: 100%;
  }
  .newstyles footer, .newstyles .foot {
    height: auto;
  }
  .newstyles #multiple-form .btn {
    margin-bottom: 10px;
    width: 100%;
  }
  .newstyles #trip .trip-head .logo img {
    width: 120px;
    margin-top: 8px;
  }
  .newstyles .section_scroll img {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .newstyles .sceltiperte .carousel-inner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .newstyles .sceltiperte .carousel-caption {
    min-height: 140px;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .newstyles .weare {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .newstyles .content-head {
    height: 125px;
  }
  .newstyles .logo img {
    width: 160px;
  }
  .newstyles .weare {
    display: none;
  }
  .newstyles .logo img {
    margin-top: 25px;
  }
  .newstyles .cont_logos img, .newstyles .cont_logos img:first-child, .newstyles .cont_logos img:last-child {
    width: 40px;
  }
  .newstyles .social {
    left: 0;
  }
  .newstyles .tab-content > div {
    display: inline-block;
    text-align: left;
    border-bottom: solid 1px #ccc;
    background: none !important;
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .newstyles .tab-content {
    height: 369px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 821px) {
  .newstyles .tab-content {
    height: 313px !important;
  }
}

.newstyles .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newstyles .owl-carousel .owl-animated-in {
  z-index: 0;
}
.newstyles .owl-carousel .owl-animated-out {
  z-index: 1;
}
.newstyles .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.newstyles .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.newstyles .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.newstyles .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.newstyles .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.newstyles .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.newstyles .owl-carousel .owl-controls .owl-nav .owl-prev,
.newstyles .owl-carousel .owl-controls .owl-nav .owl-next,
.newstyles .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newstyles .owl-carousel.owl-loaded {
  display: block;
}
.newstyles .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.newstyles .owl-carousel.owl-hidden {
  opacity: 0;
}
.newstyles .owl-carousel .owl-refresh .owl-item {
  display: none;
}
.newstyles .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newstyles .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.newstyles .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.newstyles .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.newstyles .owl-carousel.owl-rtl {
  direction: rtl;
}
.newstyles .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.newstyles .no-js .owl-carousel {
  display: block;
}
.newstyles .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.newstyles .owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.newstyles .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.newstyles .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.newstyles .owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.newstyles .owl-carousel .owl-video-playing .owl-video-tn,
.newstyles .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.newstyles .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.newstyles .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.newstyles .sky-tabs,
.newstyles .sky-tabs * {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}
.newstyles .sky-tabs {
  position: relative;
  font-family: "Lato Regular", sans-serif;
  font-weight: lighter;
  font-size: 0;
  text-align: left;
  color: #414146;
}
.newstyles .sky-tabs > input {
  position: absolute;
  display: none;
}
.newstyles .sky-tabs > label {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px;
  padding-top: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 45px;
  cursor: pointer;
  width: 50px;
}
.newstyles .sky-tabs > label.inverse {
  float: right;
  padding-right: 0;
  padding-left: 1px;
}
.newstyles .sky-tabs > label.disabled {
  cursor: default;
}
.newstyles .sky-tabs > label span {
  display: block;
  padding-bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.newstyles .sky-tabs > label span span {
  padding: 8px 7px 8px;
  background: transparent;
  transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -ms-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
}
.newstyles .sky-tabs > label:hover span span {
  background: #fbf4ef;
  color: #fff;
}
.newstyles .sky-tabs > label.disabled span span {
  background: transparent;
  color: inherit;
}
.newstyles .sky-tabs > input:checked + label {
  cursor: default;
}
.newstyles .sky-tabs > input:checked + label span span {
  background: #f6f0ed;
  color: #fff;
}
.newstyles .sky-tabs > .switcher {
  display: none;
}
.newstyles .sky-tabs > .switcher a {
  display: block;
  margin: 0 -20px;
  padding: 0 20px;
  text-decoration: none;
  color: inherit;
}
.newstyles .sky-tabs > ul {
  list-style: none;
  position: relative;
  display: block;
  font-size: 15px;
}
.newstyles .sky-tabs > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  padding: 15px;
  background: #f6f0ed;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -ms-transition: opacity 0.8s, -ms-transform 0.8s;
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.newstyles .sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.newstyles .sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.newstyles .sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.newstyles .sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.newstyles .sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.newstyles .sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.newstyles .sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.newstyles .sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.newstyles .sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.newstyles .sky-tabs-pos-top-center {
  text-align: center;
}
.newstyles .sky-tabs-pos-top-right {
  text-align: right;
}
.newstyles .sky-tabs-pos-top-right > label {
  padding-right: 0;
  padding-left: 1px;
}
.newstyles .sky-tabs-pos-top-justify > label {
  padding-right: 0;
  padding-left: 1px;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-2 > label {
  width: 50%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-3 > label {
  width: 33.33%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-4 > label {
  width: 25%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-5 > label {
  width: 20%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-6 > label {
  width: 16.66%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-7 > label {
  width: 14.28%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-8 > label {
  width: 12.5%;
}
.newstyles .sky-tabs-pos-top-justify.sky-tabs-amount-9 > label {
  width: 11.11%;
}
.newstyles .sky-tabs-pos-top-justify > input:first-child + label {
  padding-left: 0;
}
.newstyles .sky-tabs-pos-left > label,
.newstyles .sky-tabs-pos-right > label {
  display: block;
  width: 25%;
  float: left;
  clear: left;
  margin-right: 0;
}
.newstyles .sky-tabs-pos-right > label {
  float: right;
  clear: right;
}
.newstyles .sky-tabs-pos-left > ul {
  margin-left: 25%;
}
.newstyles .sky-tabs-pos-right > ul {
  margin-right: 25%;
}
.newstyles .sky-tabs-pos-right > label {
  padding-right: 0;
  padding-left: 1px;
}
.newstyles .sky-tabs-pos-top-center > ul > li,
.newstyles .sky-tabs-pos-top-justify > ul > li {
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
.newstyles .sky-tabs-pos-right > ul > li,
.newstyles .sky-tabs-pos-top-right > ul > li {
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
.newstyles .sky-tabs-anim-slide-up > ul > li {
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
}
.newstyles .sky-tabs-anim-slide-right > ul > li {
  -o-transform: translateX(15%);
  -ms-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -webkit-transform: translateX(15%);
}
.newstyles .sky-tabs-anim-slide-down > ul > li {
  -o-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -webkit-transform: translateY(15%);
}
.newstyles .sky-tabs-anim-slide-left > ul > li {
  -o-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -webkit-transform: translateX(-15%);
}
.newstyles .sky-tabs-anim-slide-up-left > ul > li {
  -o-transform: translate(-15%, -15%);
  -ms-transform: translate(-15%, -15%);
  -moz-transform: translate(-15%, -15%);
  -webkit-transform: translate(-15%, -15%);
}
.newstyles .sky-tabs-anim-slide-up-right > ul > li {
  -o-transform: translate(15%, -15%);
  -ms-transform: translate(15%, -15%);
  -moz-transform: translate(15%, -15%);
  -webkit-transform: translate(15%, -15%);
}
.newstyles .sky-tabs-anim-slide-down-right > ul > li {
  -o-transform: translate(15%, 15%);
  -ms-transform: translate(15%, 15%);
  -moz-transform: translate(15%, 15%);
  -webkit-transform: translate(15%, 15%);
}
.newstyles .sky-tabs-anim-slide-down-left > ul > li {
  -o-transform: translate(-15%, 15%);
  -ms-transform: translate(-15%, 15%);
  -moz-transform: translate(-15%, 15%);
  -webkit-transform: translate(-15%, 15%);
}
.newstyles .sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.newstyles .sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.newstyles .sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.newstyles .sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.newstyles .sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.newstyles .sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.newstyles .sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.newstyles .sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.newstyles .sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.newstyles .sky-tabs-anim-scale > ul > li {
  -o-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
}
.newstyles .sky-tabs-anim-scale > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.newstyles .sky-tabs-anim-scale > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.newstyles .sky-tabs-anim-rotate > ul > li {
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.newstyles .sky-tabs-anim-rotate.sky-tabs-pos-right > ul > li,
.newstyles .sky-tabs-anim-rotate.sky-tabs-pos-top-right > ul > li {
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.newstyles .sky-tabs-anim-rotate > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.newstyles .sky-tabs-anim-flip > ul {
  perspective: 2000px;
  -o-perspective: 2000px;
  -ms-perspective: 2000px;
  -moz-perspective: 2000px;
  -webkit-perspective: 2000px;
  perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
}
.newstyles .sky-tabs-anim-flip > ul > li {
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
}
.newstyles .sky-tabs-anim-flip.sky-tabs-pos-left > ul > li {
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.newstyles .sky-tabs-anim-flip.sky-tabs-pos-right > ul > li {
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
}
.newstyles .sky-tabs-anim-flip > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.newstyles .sky-tabs-anim-flip > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.newstyles .sky-tabs .grid-row {
  margin-top: 20px;
}
.newstyles .sky-tabs .grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.newstyles .sky-tabs .grid-row:first-child {
  margin-top: 0;
}
.newstyles .sky-tabs .grid-col {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2%;
}
.newstyles .sky-tabs .grid-col:first-child {
  margin-left: 0;
}
.newstyles .sky-tabs .grid-col .inner {
  padding: 10px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.newstyles .sky-tabs .grid-col-1 {
  width: 6.5%;
}
.newstyles .sky-tabs .grid-col-2 {
  width: 15%;
}
.newstyles .sky-tabs .grid-col-3 {
  width: 23.5%;
}
.newstyles .sky-tabs .grid-col-4 {
  width: 32%;
}
.newstyles .sky-tabs .grid-col-5 {
  width: 40.5%;
}
.newstyles .sky-tabs .grid-col-6 {
  width: 49%;
}
.newstyles .sky-tabs .grid-col-7 {
  width: 57.5%;
}
.newstyles .sky-tabs .grid-col-8 {
  width: 66%;
}
.newstyles .sky-tabs .grid-col-9 {
  width: 74.5%;
}
.newstyles .sky-tabs .grid-col-10 {
  width: 83%;
}
.newstyles .sky-tabs .grid-col-11 {
  width: 91.5%;
}
.newstyles .sky-tabs .grid-col-offset-1,
.newstyles .sky-tabs .grid-col-offset-1:first-child {
  margin-left: 8.5%;
}
.newstyles .sky-tabs .grid-col-offset-2,
.newstyles .sky-tabs .grid-col-offset-2:first-child {
  margin-left: 17%;
}
.newstyles .sky-tabs .grid-col-offset-3,
.newstyles .sky-tabs .grid-col-offset-3:first-child {
  margin-left: 25.5%;
}
.newstyles .sky-tabs .grid-col-offset-4,
.newstyles .sky-tabs .grid-col-offset-4:first-child {
  margin-left: 34%;
}
.newstyles .sky-tabs .grid-col-offset-5,
.newstyles .sky-tabs .grid-col-offset-5:first-child {
  margin-left: 42.5%;
}
.newstyles .sky-tabs .grid-col-offset-6,
.newstyles .sky-tabs .grid-col-offset-6:first-child {
  margin-left: 51%;
}
.newstyles .sky-tabs .grid-col-offset-7,
.newstyles .sky-tabs .grid-col-offset-7:first-child {
  margin-left: 59.5%;
}
.newstyles .sky-tabs .grid-col-offset-8,
.newstyles .sky-tabs .grid-col-offset-8:first-child {
  margin-left: 68%;
}
.newstyles .sky-tabs .grid-col-offset-9,
.newstyles .sky-tabs .grid-col-offset-9:first-child {
  margin-left: 76.5%;
}
.newstyles .sky-tabs .grid-col-offset-10,
.newstyles .sky-tabs .grid-col-offset-10:first-child {
  margin-left: 85%;
}
.newstyles .sky-tabs .grid-col-offset-11,
.newstyles .sky-tabs .grid-col-offset-11:first-child {
  margin-left: 93.5%;
}
.newstyles .sky-tabs .typography h1,
.newstyles .sky-tabs .typography h2,
.newstyles .sky-tabs .typography h3,
.newstyles .sky-tabs .typography h4,
.newstyles .sky-tabs .typography h5,
.newstyles .sky-tabs .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: left;
  color: #333;
}
.newstyles .sky-tabs .typography h1 {
  font-family: "OswaldLight", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: lighter;
  line-height: 40px;
}
.newstyles .sky-tabs .typography h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 300;
}
.newstyles .sky-tabs .typography h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.newstyles .sky-tabs .typography h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.newstyles .sky-tabs .typography h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.newstyles .sky-tabs .typography h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.newstyles .sky-tabs .typography p {
  margin: 17px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}
.newstyles .sky-tabs .typography ul,
.newstyles .sky-tabs .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
}
.newstyles .sky-tabs .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}
.newstyles .sky-tabs .typography li ul,
.newstyles .sky-tabs .typography li ol {
  margin-top: 5px;
}
.newstyles .sky-tabs .typography ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
}
.newstyles .sky-tabs .typography ol {
  counter-reset: list1;
}
.newstyles .sky-tabs .typography ol > li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.newstyles .sky-tabs .typography a {
  text-decoration: underline;
  color: #2da5da;
}
.newstyles .sky-tabs .typography a:hover {
  text-decoration: none;
}
.newstyles .sky-tabs .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}
.newstyles .sky-tabs .typography .pic img {
  display: block;
}
.newstyles .sky-tabs .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}
.newstyles .sky-tabs .typography .link {
  text-decoration: underline;
  color: #2da5da;
  cursor: pointer;
}
.newstyles .sky-tabs .typography .link:hover {
  text-decoration: none;
}
.newstyles .sky-tabs .typography h1:first-child,
.newstyles .sky-tabs .typography h2:first-child,
.newstyles .sky-tabs .typography h3:first-child,
.newstyles .sky-tabs .typography h4:first-child,
.newstyles .sky-tabs .typography h5:first-child,
.newstyles .sky-tabs .typography h6:first-child,
.newstyles .sky-tabs .typography p:first-child {
  margin-top: 0;
}
.newstyles .sky-tabs .typography .text-center {
  text-align: center;
}
.newstyles .sky-tabs .typography .text-right {
  text-align: right;
}
.newstyles .sky-tabs > label .fa {
  display: block;
  float: left;
  width: 18px;
  margin: 0 12px 0 -6px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1000px) {
  .newstyles .sky-tabs > label span span {
    padding: 0 15px;
  }
  .newstyles .sky-tabs > label .fa {
    margin-right: 10px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs .grid-col,
.newstyles .sky-tabs .grid-col:first-child {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .newstyles .sky-tabs-response-to-stack > label,
.newstyles .sky-tabs-response-to-stack.sky-tabs-pos-top-justify > label {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .newstyles .sky-tabs-response-to-stack > ul {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .newstyles .sky-tabs-response-to-stack > ul > li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
  }
  .newstyles .sky-tabs-response-to-stack.sky-tabs-anim-flip > ul > li {
    -webkit-transform: rotateX(-90deg);
  }
  .newstyles .sky-tabs-response-to-icons > label {
    font-size: 0;
  }
  .newstyles .sky-tabs-response-to-icons > label .fa {
    width: 45px;
    margin: 0;
    font-size: 16px;
  }
  .newstyles .sky-tabs-response-to-icons > label span span {
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) and (min-width: 320px) {
  .newstyles .sky-tabs-response-to-icons > label span span {
    padding: 7px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-icons.sky-tabs-pos-left > label,
.newstyles .sky-tabs-response-to-icons.sky-tabs-pos-right > label {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
    margin-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-icons.sky-tabs-pos-right > ul {
    margin-right: 56px;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher > label {
    display: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher > .switcher {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher:hover > label {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher:hover > .switcher {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher > ul {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher > ul > li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
  }
}
@media screen and (max-width: 767px) {
  .newstyles .sky-tabs-response-to-switcher.sky-tabs-anim-flip > ul > li {
    -webkit-transform: rotateX(-90deg);
  }
}
.newstyles .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  .newstyles {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    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");
  }
}
.newstyles .slick-prev,
.newstyles .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.newstyles .slick-prev:hover,
.newstyles .slick-prev:focus,
.newstyles .slick-next:hover,
.newstyles .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.newstyles .slick-prev:hover:before,
.newstyles .slick-prev:focus:before,
.newstyles .slick-next:hover:before,
.newstyles .slick-next:focus:before {
  opacity: 1;
}
.newstyles .slick-prev.slick-disabled:before,
.newstyles .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.newstyles .slick-prev:before,
.newstyles .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.newstyles .slick-prev {
  left: -25px;
}
.newstyles [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.newstyles .slick-prev:before {
  content: "←";
}
.newstyles [dir=rtl] .slick-prev:before {
  content: "→";
}
.newstyles .slick-next {
  right: -25px;
}
.newstyles [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.newstyles .slick-next:before {
  content: "→";
}
.newstyles [dir=rtl] .slick-next:before {
  content: "←";
}
.newstyles .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.newstyles .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.newstyles .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.newstyles .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.newstyles .slick-dots li button:hover,
.newstyles .slick-dots li button:focus {
  outline: none;
}
.newstyles .slick-dots li button:hover:before,
.newstyles .slick-dots li button:focus:before {
  opacity: 1;
}
.newstyles .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.newstyles .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.newstyles .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.newstyles .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.newstyles .slick-list:focus {
  outline: none;
}
.newstyles .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.newstyles .slick-slider .slick-track,
.newstyles .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);
}
.newstyles .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.newstyles .slick-track:before,
.newstyles .slick-track:after {
  display: table;
  content: "";
}
.newstyles .slick-track:after {
  clear: both;
}
.newstyles .slick-loading .slick-track {
  visibility: hidden;
}
.newstyles .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.newstyles [dir=rtl] .slick-slide {
  float: right;
}
.newstyles .slick-slide img {
  display: block;
}
.newstyles .slick-slide.slick-loading img {
  display: none;
}
.newstyles .slick-slide.dragging img {
  pointer-events: none;
}
.newstyles .slick-initialized .slick-slide {
  display: block;
}
.newstyles .slick-loading .slick-slide {
  visibility: hidden;
}
.newstyles .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.newstyles .slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  .newstyles {
    font-family: "themify";
    src: url("../fonts/themify.eot?-fvbane");
    src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.newstyles [class^=ti-], .newstyles [class*=" ti-"] {
  font-family: "themify";
  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;
}
.newstyles .ti-wand:before {
  content: "";
}
.newstyles .ti-volume:before {
  content: "";
}
.newstyles .ti-user:before {
  content: "";
}
.newstyles .ti-unlock:before {
  content: "";
}
.newstyles .ti-unlink:before {
  content: "";
}
.newstyles .ti-trash:before {
  content: "";
}
.newstyles .ti-thought:before {
  content: "";
}
.newstyles .ti-target:before {
  content: "";
}
.newstyles .ti-tag:before {
  content: "";
}
.newstyles .ti-tablet:before {
  content: "";
}
.newstyles .ti-star:before {
  content: "";
}
.newstyles .ti-spray:before {
  content: "";
}
.newstyles .ti-signal:before {
  content: "";
}
.newstyles .ti-shopping-cart:before {
  content: "";
}
.newstyles .ti-shopping-cart-full:before {
  content: "";
}
.newstyles .ti-settings:before {
  content: "";
}
.newstyles .ti-search:before {
  content: "";
}
.newstyles .ti-zoom-in:before {
  content: "";
}
.newstyles .ti-zoom-out:before {
  content: "";
}
.newstyles .ti-cut:before {
  content: "";
}
.newstyles .ti-ruler:before {
  content: "";
}
.newstyles .ti-ruler-pencil:before {
  content: "";
}
.newstyles .ti-ruler-alt:before {
  content: "";
}
.newstyles .ti-bookmark:before {
  content: "";
}
.newstyles .ti-bookmark-alt:before {
  content: "";
}
.newstyles .ti-reload:before {
  content: "";
}
.newstyles .ti-plus:before {
  content: "";
}
.newstyles .ti-pin:before {
  content: "";
}
.newstyles .ti-pencil:before {
  content: "";
}
.newstyles .ti-pencil-alt:before {
  content: "";
}
.newstyles .ti-paint-roller:before {
  content: "";
}
.newstyles .ti-paint-bucket:before {
  content: "";
}
.newstyles .ti-na:before {
  content: "";
}
.newstyles .ti-mobile:before {
  content: "";
}
.newstyles .ti-minus:before {
  content: "";
}
.newstyles .ti-medall:before {
  content: "";
}
.newstyles .ti-medall-alt:before {
  content: "";
}
.newstyles .ti-marker:before {
  content: "";
}
.newstyles .ti-marker-alt:before {
  content: "";
}
.newstyles .ti-arrow-up:before {
  content: "";
}
.newstyles .ti-arrow-right:before {
  content: "";
}
.newstyles .ti-arrow-left:before {
  content: "";
}
.newstyles .ti-arrow-down:before {
  content: "";
}
.newstyles .ti-lock:before {
  content: "";
}
.newstyles .ti-location-arrow:before {
  content: "";
}
.newstyles .ti-link:before {
  content: "";
}
.newstyles .ti-layout:before {
  content: "";
}
.newstyles .ti-layers:before {
  content: "";
}
.newstyles .ti-layers-alt:before {
  content: "";
}
.newstyles .ti-key:before {
  content: "";
}
.newstyles .ti-import:before {
  content: "";
}
.newstyles .ti-image:before {
  content: "";
}
.newstyles .ti-heart:before {
  content: "";
}
.newstyles .ti-heart-broken:before {
  content: "";
}
.newstyles .ti-hand-stop:before {
  content: "";
}
.newstyles .ti-hand-open:before {
  content: "";
}
.newstyles .ti-hand-drag:before {
  content: "";
}
.newstyles .ti-folder:before {
  content: "";
}
.newstyles .ti-flag:before {
  content: "";
}
.newstyles .ti-flag-alt:before {
  content: "";
}
.newstyles .ti-flag-alt-2:before {
  content: "";
}
.newstyles .ti-eye:before {
  content: "";
}
.newstyles .ti-export:before {
  content: "";
}
.newstyles .ti-exchange-vertical:before {
  content: "";
}
.newstyles .ti-desktop:before {
  content: "";
}
.newstyles .ti-cup:before {
  content: "";
}
.newstyles .ti-crown:before {
  content: "";
}
.newstyles .ti-comments:before {
  content: "";
}
.newstyles .ti-comment:before {
  content: "";
}
.newstyles .ti-comment-alt:before {
  content: "";
}
.newstyles .ti-close:before {
  content: "";
}
.newstyles .ti-clip:before {
  content: "";
}
.newstyles .ti-angle-up:before {
  content: "";
}
.newstyles .ti-angle-right:before {
  content: "";
}
.newstyles .ti-angle-left:before {
  content: "";
}
.newstyles .ti-angle-down:before {
  content: "";
}
.newstyles .ti-check:before {
  content: "";
}
.newstyles .ti-check-box:before {
  content: "";
}
.newstyles .ti-camera:before {
  content: "";
}
.newstyles .ti-announcement:before {
  content: "";
}
.newstyles .ti-brush:before {
  content: "";
}
.newstyles .ti-briefcase:before {
  content: "";
}
.newstyles .ti-bolt:before {
  content: "";
}
.newstyles .ti-bolt-alt:before {
  content: "";
}
.newstyles .ti-blackboard:before {
  content: "";
}
.newstyles .ti-bag:before {
  content: "";
}
.newstyles .ti-move:before {
  content: "";
}
.newstyles .ti-arrows-vertical:before {
  content: "";
}
.newstyles .ti-arrows-horizontal:before {
  content: "";
}
.newstyles .ti-fullscreen:before {
  content: "";
}
.newstyles .ti-arrow-top-right:before {
  content: "";
}
.newstyles .ti-arrow-top-left:before {
  content: "";
}
.newstyles .ti-arrow-circle-up:before {
  content: "";
}
.newstyles .ti-arrow-circle-right:before {
  content: "";
}
.newstyles .ti-arrow-circle-left:before {
  content: "";
}
.newstyles .ti-arrow-circle-down:before {
  content: "";
}
.newstyles .ti-angle-double-up:before {
  content: "";
}
.newstyles .ti-angle-double-right:before {
  content: "";
}
.newstyles .ti-angle-double-left:before {
  content: "";
}
.newstyles .ti-angle-double-down:before {
  content: "";
}
.newstyles .ti-zip:before {
  content: "";
}
.newstyles .ti-world:before {
  content: "";
}
.newstyles .ti-wheelchair:before {
  content: "";
}
.newstyles .ti-view-list:before {
  content: "";
}
.newstyles .ti-view-list-alt:before {
  content: "";
}
.newstyles .ti-view-grid:before {
  content: "";
}
.newstyles .ti-uppercase:before {
  content: "";
}
.newstyles .ti-upload:before {
  content: "";
}
.newstyles .ti-underline:before {
  content: "";
}
.newstyles .ti-truck:before {
  content: "";
}
.newstyles .ti-timer:before {
  content: "";
}
.newstyles .ti-ticket:before {
  content: "";
}
.newstyles .ti-thumb-up:before {
  content: "";
}
.newstyles .ti-thumb-down:before {
  content: "";
}
.newstyles .ti-text:before {
  content: "";
}
.newstyles .ti-stats-up:before {
  content: "";
}
.newstyles .ti-stats-down:before {
  content: "";
}
.newstyles .ti-split-v:before {
  content: "";
}
.newstyles .ti-split-h:before {
  content: "";
}
.newstyles .ti-smallcap:before {
  content: "";
}
.newstyles .ti-shine:before {
  content: "";
}
.newstyles .ti-shift-right:before {
  content: "";
}
.newstyles .ti-shift-left:before {
  content: "";
}
.newstyles .ti-shield:before {
  content: "";
}
.newstyles .ti-notepad:before {
  content: "";
}
.newstyles .ti-server:before {
  content: "";
}
.newstyles .ti-quote-right:before {
  content: "";
}
.newstyles .ti-quote-left:before {
  content: "";
}
.newstyles .ti-pulse:before {
  content: "";
}
.newstyles .ti-printer:before {
  content: "";
}
.newstyles .ti-power-off:before {
  content: "";
}
.newstyles .ti-plug:before {
  content: "";
}
.newstyles .ti-pie-chart:before {
  content: "";
}
.newstyles .ti-paragraph:before {
  content: "";
}
.newstyles .ti-panel:before {
  content: "";
}
.newstyles .ti-package:before {
  content: "";
}
.newstyles .ti-music:before {
  content: "";
}
.newstyles .ti-music-alt:before {
  content: "";
}
.newstyles .ti-mouse:before {
  content: "";
}
.newstyles .ti-mouse-alt:before {
  content: "";
}
.newstyles .ti-money:before {
  content: "";
}
.newstyles .ti-microphone:before {
  content: "";
}
.newstyles .ti-menu:before {
  content: "";
}
.newstyles .ti-menu-alt:before {
  content: "";
}
.newstyles .ti-map:before {
  content: "";
}
.newstyles .ti-map-alt:before {
  content: "";
}
.newstyles .ti-loop:before {
  content: "";
}
.newstyles .ti-location-pin:before {
  content: "";
}
.newstyles .ti-list:before {
  content: "";
}
.newstyles .ti-light-bulb:before {
  content: "";
}
.newstyles .ti-Italic:before {
  content: "";
}
.newstyles .ti-info:before {
  content: "";
}
.newstyles .ti-infinite:before {
  content: "";
}
.newstyles .ti-id-badge:before {
  content: "";
}
.newstyles .ti-hummer:before {
  content: "";
}
.newstyles .ti-home:before {
  content: "";
}
.newstyles .ti-help:before {
  content: "";
}
.newstyles .ti-headphone:before {
  content: "";
}
.newstyles .ti-harddrives:before {
  content: "";
}
.newstyles .ti-harddrive:before {
  content: "";
}
.newstyles .ti-gift:before {
  content: "";
}
.newstyles .ti-game:before {
  content: "";
}
.newstyles .ti-filter:before {
  content: "";
}
.newstyles .ti-files:before {
  content: "";
}
.newstyles .ti-file:before {
  content: "";
}
.newstyles .ti-eraser:before {
  content: "";
}
.newstyles .ti-envelope:before {
  content: "";
}
.newstyles .ti-download:before {
  content: "";
}
.newstyles .ti-direction:before {
  content: "";
}
.newstyles .ti-direction-alt:before {
  content: "";
}
.newstyles .ti-dashboard:before {
  content: "";
}
.newstyles .ti-control-stop:before {
  content: "";
}
.newstyles .ti-control-shuffle:before {
  content: "";
}
.newstyles .ti-control-play:before {
  content: "";
}
.newstyles .ti-control-pause:before {
  content: "";
}
.newstyles .ti-control-forward:before {
  content: "";
}
.newstyles .ti-control-backward:before {
  content: "";
}
.newstyles .ti-cloud:before {
  content: "";
}
.newstyles .ti-cloud-up:before {
  content: "";
}
.newstyles .ti-cloud-down:before {
  content: "";
}
.newstyles .ti-clipboard:before {
  content: "";
}
.newstyles .ti-car:before {
  content: "";
}
.newstyles .ti-calendar:before {
  content: "";
}
.newstyles .ti-book:before {
  content: "";
}
.newstyles .ti-bell:before {
  content: "";
}
.newstyles .ti-basketball:before {
  content: "";
}
.newstyles .ti-bar-chart:before {
  content: "";
}
.newstyles .ti-bar-chart-alt:before {
  content: "";
}
.newstyles .ti-back-right:before {
  content: "";
}
.newstyles .ti-back-left:before {
  content: "";
}
.newstyles .ti-arrows-corner:before {
  content: "";
}
.newstyles .ti-archive:before {
  content: "";
}
.newstyles .ti-anchor:before {
  content: "";
}
.newstyles .ti-align-right:before {
  content: "";
}
.newstyles .ti-align-left:before {
  content: "";
}
.newstyles .ti-align-justify:before {
  content: "";
}
.newstyles .ti-align-center:before {
  content: "";
}
.newstyles .ti-alert:before {
  content: "";
}
.newstyles .ti-alarm-clock:before {
  content: "";
}
.newstyles .ti-agenda:before {
  content: "";
}
.newstyles .ti-write:before {
  content: "";
}
.newstyles .ti-window:before {
  content: "";
}
.newstyles .ti-widgetized:before {
  content: "";
}
.newstyles .ti-widget:before {
  content: "";
}
.newstyles .ti-widget-alt:before {
  content: "";
}
.newstyles .ti-wallet:before {
  content: "";
}
.newstyles .ti-video-clapper:before {
  content: "";
}
.newstyles .ti-video-camera:before {
  content: "";
}
.newstyles .ti-vector:before {
  content: "";
}
.newstyles .ti-themify-logo:before {
  content: "";
}
.newstyles .ti-themify-favicon:before {
  content: "";
}
.newstyles .ti-themify-favicon-alt:before {
  content: "";
}
.newstyles .ti-support:before {
  content: "";
}
.newstyles .ti-stamp:before {
  content: "";
}
.newstyles .ti-split-v-alt:before {
  content: "";
}
.newstyles .ti-slice:before {
  content: "";
}
.newstyles .ti-shortcode:before {
  content: "";
}
.newstyles .ti-shift-right-alt:before {
  content: "";
}
.newstyles .ti-shift-left-alt:before {
  content: "";
}
.newstyles .ti-ruler-alt-2:before {
  content: "";
}
.newstyles .ti-receipt:before {
  content: "";
}
.newstyles .ti-pin2:before {
  content: "";
}
.newstyles .ti-pin-alt:before {
  content: "";
}
.newstyles .ti-pencil-alt2:before {
  content: "";
}
.newstyles .ti-palette:before {
  content: "";
}
.newstyles .ti-more:before {
  content: "";
}
.newstyles .ti-more-alt:before {
  content: "";
}
.newstyles .ti-microphone-alt:before {
  content: "";
}
.newstyles .ti-magnet:before {
  content: "";
}
.newstyles .ti-line-double:before {
  content: "";
}
.newstyles .ti-line-dotted:before {
  content: "";
}
.newstyles .ti-line-dashed:before {
  content: "";
}
.newstyles .ti-layout-width-full:before {
  content: "";
}
.newstyles .ti-layout-width-default:before {
  content: "";
}
.newstyles .ti-layout-width-default-alt:before {
  content: "";
}
.newstyles .ti-layout-tab:before {
  content: "";
}
.newstyles .ti-layout-tab-window:before {
  content: "";
}
.newstyles .ti-layout-tab-v:before {
  content: "";
}
.newstyles .ti-layout-tab-min:before {
  content: "";
}
.newstyles .ti-layout-slider:before {
  content: "";
}
.newstyles .ti-layout-slider-alt:before {
  content: "";
}
.newstyles .ti-layout-sidebar-right:before {
  content: "";
}
.newstyles .ti-layout-sidebar-none:before {
  content: "";
}
.newstyles .ti-layout-sidebar-left:before {
  content: "";
}
.newstyles .ti-layout-placeholder:before {
  content: "";
}
.newstyles .ti-layout-menu:before {
  content: "";
}
.newstyles .ti-layout-menu-v:before {
  content: "";
}
.newstyles .ti-layout-menu-separated:before {
  content: "";
}
.newstyles .ti-layout-menu-full:before {
  content: "";
}
.newstyles .ti-layout-media-right-alt:before {
  content: "";
}
.newstyles .ti-layout-media-right:before {
  content: "";
}
.newstyles .ti-layout-media-overlay:before {
  content: "";
}
.newstyles .ti-layout-media-overlay-alt:before {
  content: "";
}
.newstyles .ti-layout-media-overlay-alt-2:before {
  content: "";
}
.newstyles .ti-layout-media-left-alt:before {
  content: "";
}
.newstyles .ti-layout-media-left:before {
  content: "";
}
.newstyles .ti-layout-media-center-alt:before {
  content: "";
}
.newstyles .ti-layout-media-center:before {
  content: "";
}
.newstyles .ti-layout-list-thumb:before {
  content: "";
}
.newstyles .ti-layout-list-thumb-alt:before {
  content: "";
}
.newstyles .ti-layout-list-post:before {
  content: "";
}
.newstyles .ti-layout-list-large-image:before {
  content: "";
}
.newstyles .ti-layout-line-solid:before {
  content: "";
}
.newstyles .ti-layout-grid4:before {
  content: "";
}
.newstyles .ti-layout-grid3:before {
  content: "";
}
.newstyles .ti-layout-grid2:before {
  content: "";
}
.newstyles .ti-layout-grid2-thumb:before {
  content: "";
}
.newstyles .ti-layout-cta-right:before {
  content: "";
}
.newstyles .ti-layout-cta-left:before {
  content: "";
}
.newstyles .ti-layout-cta-center:before {
  content: "";
}
.newstyles .ti-layout-cta-btn-right:before {
  content: "";
}
.newstyles .ti-layout-cta-btn-left:before {
  content: "";
}
.newstyles .ti-layout-column4:before {
  content: "";
}
.newstyles .ti-layout-column3:before {
  content: "";
}
.newstyles .ti-layout-column2:before {
  content: "";
}
.newstyles .ti-layout-accordion-separated:before {
  content: "";
}
.newstyles .ti-layout-accordion-merged:before {
  content: "";
}
.newstyles .ti-layout-accordion-list:before {
  content: "";
}
.newstyles .ti-ink-pen:before {
  content: "";
}
.newstyles .ti-info-alt:before {
  content: "";
}
.newstyles .ti-help-alt:before {
  content: "";
}
.newstyles .ti-headphone-alt:before {
  content: "";
}
.newstyles .ti-hand-point-up:before {
  content: "";
}
.newstyles .ti-hand-point-right:before {
  content: "";
}
.newstyles .ti-hand-point-left:before {
  content: "";
}
.newstyles .ti-hand-point-down:before {
  content: "";
}
.newstyles .ti-gallery:before {
  content: "";
}
.newstyles .ti-face-smile:before {
  content: "";
}
.newstyles .ti-face-sad:before {
  content: "";
}
.newstyles .ti-credit-card:before {
  content: "";
}
.newstyles .ti-control-skip-forward:before {
  content: "";
}
.newstyles .ti-control-skip-backward:before {
  content: "";
}
.newstyles .ti-control-record:before {
  content: "";
}
.newstyles .ti-control-eject:before {
  content: "";
}
.newstyles .ti-comments-smiley:before {
  content: "";
}
.newstyles .ti-brush-alt:before {
  content: "";
}
.newstyles .ti-youtube:before {
  content: "";
}
.newstyles .ti-vimeo:before {
  content: "";
}
.newstyles .ti-twitter:before {
  content: "";
}
.newstyles .ti-time:before {
  content: "";
}
.newstyles .ti-tumblr:before {
  content: "";
}
.newstyles .ti-skype:before {
  content: "";
}
.newstyles .ti-share:before {
  content: "";
}
.newstyles .ti-share-alt:before {
  content: "";
}
.newstyles .ti-rocket:before {
  content: "";
}
.newstyles .ti-pinterest:before {
  content: "";
}
.newstyles .ti-new-window:before {
  content: "";
}
.newstyles .ti-microsoft:before {
  content: "";
}
.newstyles .ti-list-ol:before {
  content: "";
}
.newstyles .ti-linkedin:before {
  content: "";
}
.newstyles .ti-layout-sidebar-2:before {
  content: "";
}
.newstyles .ti-layout-grid4-alt:before {
  content: "";
}
.newstyles .ti-layout-grid3-alt:before {
  content: "";
}
.newstyles .ti-layout-grid2-alt:before {
  content: "";
}
.newstyles .ti-layout-column4-alt:before {
  content: "";
}
.newstyles .ti-layout-column3-alt:before {
  content: "";
}
.newstyles .ti-layout-column2-alt:before {
  content: "";
}
.newstyles .ti-instagram:before {
  content: "";
}
.newstyles .ti-google:before {
  content: "";
}
.newstyles .ti-github:before {
  content: "";
}
.newstyles .ti-flickr:before {
  content: "";
}
.newstyles .ti-facebook:before {
  content: "";
}
.newstyles .ti-dropbox:before {
  content: "";
}
.newstyles .ti-dribbble:before {
  content: "";
}
.newstyles .ti-apple:before {
  content: "";
}
.newstyles .ti-android:before {
  content: "";
}
.newstyles .ti-save:before {
  content: "";
}
.newstyles .ti-save-alt:before {
  content: "";
}
.newstyles .ti-yahoo:before {
  content: "";
}
.newstyles .ti-wordpress:before {
  content: "";
}
.newstyles .ti-vimeo-alt:before {
  content: "";
}
.newstyles .ti-twitter-alt:before {
  content: "";
}
.newstyles .ti-tumblr-alt:before {
  content: "";
}
.newstyles .ti-trello:before {
  content: "";
}
.newstyles .ti-stack-overflow:before {
  content: "";
}
.newstyles .ti-soundcloud:before {
  content: "";
}
.newstyles .ti-sharethis:before {
  content: "";
}
.newstyles .ti-sharethis-alt:before {
  content: "";
}
.newstyles .ti-reddit:before {
  content: "";
}
.newstyles .ti-pinterest-alt:before {
  content: "";
}
.newstyles .ti-microsoft-alt:before {
  content: "";
}
.newstyles .ti-linux:before {
  content: "";
}
.newstyles .ti-jsfiddle:before {
  content: "";
}
.newstyles .ti-joomla:before {
  content: "";
}
.newstyles .ti-html5:before {
  content: "";
}
.newstyles .ti-flickr-alt:before {
  content: "";
}
.newstyles .ti-email:before {
  content: "";
}
.newstyles .ti-drupal:before {
  content: "";
}
.newstyles .ti-dropbox-alt:before {
  content: "";
}
.newstyles .ti-css3:before {
  content: "";
}
.newstyles .ti-rss:before {
  content: "";
}
.newstyles .ti-rss-alt:before {
  content: "";
}

.newstyles .switch-custom {
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  right: 10px;
  top: 130px;
}

.newstyles .switch-custom select {
  padding: 4px 10px 5px 10;
  border: 0;
  margin-right: 20px;
  background: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
}

.newstyles .switch-custom option {
  color: #0075bf;
}

@media (max-width: 768px) {
  .newstyles .switch-custom .travel-cart {
    display: inline-block !important;
  }

  .newstyles .switch-custom {
    text-align: center;
    width: 100%;
    padding-top: 0px;
    top: 275px;
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .newstyles .switch-custom {
    top: 250px;
  }
}
.carousel-custom-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (min-width: 1000px) and (max-width:1024px){
	
.newstyles .txt-head h2 {
  width: 408px;

}
	
}

.list-group-item .title-blockpe.eventi{
  font-size:16px!important;
  
  margin:0px 0px 0px 0px!important;
  padding:5px 0px 0px 5px!important
 
}

.title-blockpe.eventi a{
  font-weight:bold!important;
} 


/*# sourceMappingURL=2018.css.map */