.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
    color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
}

/* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */
.galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .ngg-trigger-buttons.mobile-hide {
  	display: none;
  }
}
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.1.5
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.eot);src:url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff) format("woff"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.eot);src:url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff) format("woff"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.eot);src:url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff) format("woff"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//btcgas.fr/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/* ----------- Gallery navigation -------------*/
.ngg-navigation {
    font-size: 0.9em !important;
    clear: both !important;
    display: block !important;
    padding-top: 24px;
    padding-bottom: 3px;
    text-align: center;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
    cursor: pointer !important;
}

.ngg-navigation .ellipsis {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
}

.ngg-navigation span.current {
    background: #666;
}

.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    background: transparent;
    color: #BBB;
    padding: 2px;
    border: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
    background: #666;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    color: #666 !important;
}

.ngg-navigation a.page-numbers {
    display: inline;
}

.ngg-clear {
    clear: both;
}
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important;
}

.ngg-galleryoverview .desc {
    /* required for description */
    margin: 0px 10px 10px 0px;
    padding: 5px;
}

.ngg-gallery-thumbnail-box {
    float: left;
    max-width: 100% !important;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
    margin-right: 0px;
}

.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    margin-right: 5px;
    margin: 5px;
}

.ngg-template-caption .ngg-gallery-thumbnail {
    margin-right: 0px;
}

.ngg-gallery-thumbnail a {
	display: block;
    margin: 4px;
    border: none;
    box-shadow: none;
}

.ngg-gallery-thumbnail img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100% !important;
    height: auto;
}

.ngg-gallery-thumbnail span {
    /* Images description */
    font-size: 90%;
    padding-left: 5px;
    display: block;
}

/* ----------- New Default Styling September 2018 -----------*/

.ngg-galleryoverview {
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, background-color 1s, transform 1s;
    min-height: 100px;
}

.ngg-gallery-thumbnail-box.ngg-1-columns {
    width: 100%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-2-columns {
    width: 50%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-3-columns {
    width: 33.33333%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-4-columns {
    width: 25%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-5-columns {
    width: 20%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-6-columns {
    width: 16.6666%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-7-columns {
    width: 14.2857%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-8-columns {
    width: 12.5%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-9-columns {
    width: 11.1111%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-10-columns {
    width: 10%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-11-columns {
    width: 9.09%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-12-columns {
    width: 8.3333%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-13-columns {
    width: 7.692%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-14-columns {
    width: 7.142%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-15-columns {
    width: 6.6666%;
    float: left !important;
}

@media (max-width: 800px) {
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 25%;
    }
}

@media (max-width: 600px) {
    .ngg-gallery-thumbnail-box.ngg-4-columns,
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 33.33333%;
    }
}

@media (max-width: 400px) {
    .ngg-gallery-thumbnail-box.ngg-3-columns,
    .ngg-gallery-thumbnail-box.ngg-4-columns,
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 50%;
    }
}

/* ----------- Styling for Basic Thumbnail Simple Template September 2018 -----------*/

.ngg-galleryoverview.default-view {
    text-align: center;
    font-size: 0 !important;
    letter-spacing: 0 !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    display:inline-block;
    float: none;
    vertical-align: middle;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    background-color: transparent;
    border: none;
    margin: 0;
    margin-right: 0;
    position: relative;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 2px;
    box-shadow: none;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
    opacity: .8;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin: 0 auto;
    box-shadow: none;
    cursor: pointer;
}

.ngg-galleryoverview.default-view .slideshowlink {
    margin: 24px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.ngg-galleryoverview.default-view .slideshowlink a {
    font-size: 13px;
    letter-spacing: .75px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

.ngg-galleryoverview.default-view .slideshowlink a:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ----------- Gallery list (Carousel template) -------------*/

.ngg-galleryoverview ul li:before {
    content: '' !important;
}

.ngg-gallery-list {
    list-style-type: none;
    padding: 0px !important;
    text-indent: 0px !important;
}

.ngg-galleryoverview div.pic img {
    width: 100%;
	border: 0px;
	border-radius: 0px;
}

.ngg-gallery-list li {
    float: left;
    margin: 0 2px 0px 2px !important;
    overflow: hidden;
}

.ngg-gallery-list li a {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
}

.ngg-gallery-list li.selected a {
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
    height: 40px;
    width: 40px;
}

li.ngg-next, li.ngg-prev {
    height: 40px;
    width: 40px;
    font-size: 3.5em;
}

li.ngg-next a, li.ngg-prev a {
    padding-top: 10px;
    border: none;
    text-decoration: none;
}

/** Caption view */
.ngg-caption-view-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/** Carousel view */
.ngg-basic-thumbnails-carousel {
    display: flex;
    justify-content: center;
}

.ngg-basic-thumbnails-carousel-list {
    display: flex;
    flex-wrap: wrap;
}

.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
    max-width: 80px !important;
}/* wpForo Widgets Style */

.wpfw-0 {width:0 !important;}
.wpfw-10{width:10% !important;}
.wpfw-20{width:20% !important;}
.wpfw-30{width:30% !important;}
.wpfw-40{width:40% !important;}
.wpfw-50{width:50% !important;}
.wpfw-60{width:60% !important;}
.wpfw-70{width:70% !important;}
.wpfw-80{width:80% !important;}
.wpfw-90{width:90% !important;}
.wpfw-100{width:100% !important;}

.wpf-clear {clear:both; height:0; line-height: 0;}
.wpf-clear-left {clear:left; height:0; line-height: 0;}
.wpf-clear-right {clear:right; height:0; line-height: 0;}

#wpforo .wpforo-widget-wrap .wpf-button,
.wpforo-widget-wrap .wpf-button{padding:2px 15px 4px 15px!important; font-size:13px; font-weight:normal; cursor:pointer; line-height: 16px; border-radius: 20px; white-space:nowrap; box-shadow: 0 1px 1px #999999; outline: 0;}
#wpforo .wpforo-widget-wrap .wpf-button i,
.wpforo-widget-wrap .wpf-button i{margin-right: 3px;}
#wpforo .wpforo-widget-wrap .wpf-button-secondary,
.wpforo-widget-wrap .wpf-button-secondary{border-radius: 20px; padding: 2px 15px 4px 15px!important; margin: 0 10px; background-color: #F5F5F5; opacity: 0.8; color: #555555; border: 1px solid #cccccc; line-height: 16px; font-size: 13px;}
#wpforo .wpforo-widget-wrap .wpf-button-secondary:hover,
.wpforo-widget-wrap .wpf-button-secondary:hover{opacity: 1;}

/******************************************************/
/********************* Widgets ************************/
/******************************************************/
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label{position: relative!important; display: block!important;}
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label input[type="text"]{position: relative!important; display: block!important; padding: 7px 8px; height: 32px;}
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label svg{enable-background:new 0 0 16 16; fill: #999; position: absolute; width: 19px; height: 19px; right:5px; bottom: 6px; cursor: pointer;}


#wpforo #wpforo-wrap .widget-title,
#wpforo .wpforo-widget-wrap .widget-title,
.wpforo-widget-wrap .widget-title{ padding:10px 0 15px 0; margin-bottom:5px; font-size:20px;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content,
.wpforo-widget-wrap .wpforo-widget-content{padding:10px 1px 20px 1px!important; margin:0;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content ul,
.wpforo-widget-wrap .wpforo-widget-content ul{padding:0; margin:0; border:none;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content li,
.wpforo-widget-wrap .wpforo-widget-content li{padding:8px 0!important; margin:0; list-style:none; border:none;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .avatar,
.wpforo-widget-wrap .wpforo-widget-content .avatar{border-radius: 50%;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpf-widget-note,
.wpforo-widget-wrap .wpforo-widget-content .wpf-widget-note{ font-size:13px; line-height:18px;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left{float:left; width:16%;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width:42px; height:42px; max-width:100%!important;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right{float:right; width:80%;}
#wpforo #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li:last-child,
#wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li:last-child{border:none;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttitle,
#wpf-widget-recent-replies .wpforo-list-item-right p.posttitle{font-size:14px; padding:0; margin:0; line-height:18px; font-weight:normal;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttext,
#wpf-widget-recent-replies .wpforo-list-item-right p.posttext{font-size:13px; padding:0; margin:5px 0 0; line-height:1.4;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postuser,
#wpf-widget-recent-replies .wpforo-list-item-right p.postuser{font-size:12px; padding:0; margin:0; line-height:16px;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postdate,
#wpf-widget-recent-replies .wpforo-list-item-right p.postdate{font-size:12px; padding:0; margin:0; line-height:16px;}
#wpforo #wpf-widget-online-users .wpforo-widget-content a.onlineuser,
#wpf-widget-online-users .wpforo-widget-content a.onlineuser{ padding:3px 7px; display:inline-block; margin:0 3px 5px 2px; line-height:18px; font-size:13px;}
#wpforo #wpf-widget-online-users .wpforo-widget-content a.onlineavatar,
#wpf-widget-online-users .wpforo-widget-content a.onlineavatar{ padding:1px; display:inline-block; margin:0 3px 5px 2px; width:20%;max-width: 64px;}
#wpforo #wpf-widget-search input[type="text"],
#wpf-widget-search input[type="text"]{ font-size:14px; line-height:16px; padding:2px 5px; display:inline-block; margin:0; height:28px;}
#wpforo #wpf-widget-search input[type="submit"],
#wpf-widget-search input[type="submit"]{ font-size:14px; line-height:16px; padding:2px 5px; display:inline-block; margin:0; height:28px;}
#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-item,
#wpf-widget-forums .wpforo-widget-content .wpf-dl-item{ padding-top:2px; display:block; line-height: 22px;}
#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-item i,
#wpf-widget-forums .wpforo-widget-content .wpf-dl-item i{margin-right:7px;}
#wpforo #wpf-widget-forums .wpforo-widget-content dl,
#wpf-widget-forums .wpforo-widget-content dl{ display:block; padding:0; margin:0;}
#wpforo #wpf-widget-forums .wpforo-widget-content dd,
#wpf-widget-forums .wpforo-widget-content dd{ display:block; margin-left:15px;}
#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-current .wpf-dl-item-label,
#wpf-widget-forums .wpforo-widget-content .wpf-dl-current .wpf-dl-item-label{ font-weight: 700; color: #666; }
#wpforo .wpforo-widget-wrap ul.wpf-widget-tags,
.wpforo-widget-wrap ul.wpf-widget-tags{display: flex;flex-flow: row wrap;justify-content:start;}
#wpforo .wpforo-widget-wrap .wpf-widget-tags li,
.wpforo-widget-wrap .wpf-widget-tags li{list-style: none!important;display: inline-block!important;padding: 0!important;margin: 0 10px 8px 0!important;font-family:Merriweather, Georgia, Verdana!important;}
#wpforo .wpforo-widget-wrap .wpf-widget-tags li a,
.wpforo-widget-wrap .wpf-widget-tags li a{display:inline-block!important;padding: 1px 8px!important;line-height: 18px!important;vertical-align: baseline!important;font-size: 11px!important;border-width: 1px!important;border-style: solid!important;border-right-style: dotted!important;border-right-width: 2px!important;}
#wpforo .wpforo-widget-wrap .wpf-widget-tags li span,
.wpforo-widget-wrap .wpf-widget-tags li span{display:inline-block!important;margin: 0 !important;padding: 1px 6px!important;line-height: 18px!important;text-align: center!important;vertical-align: baseline!important;font-size: 11px!important;min-width: 22px;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpf-all-tags,
.wpforo-widget-wrap .wpforo-widget-content .wpf-all-tags{padding-top: 10px!important;}
#wpforo .wpforo-widget-wrap .wpforo-list-item a.wpf-new-button,
.wpforo-widget-wrap .wpforo-list-item a.wpf-new-button,
#wpforo .wpforo-widget-wrap .wpforo-list-item span.wpf-new-button,
.wpforo-widget-wrap .wpforo-list-item span.wpf-new-button{font-size: 85% !important; vertical-align: bottom !important; font-weight: normal!important; background:#FF812D; color:#fff!important; padding: 0.5px 5px 1px 5px!important; line-height: inherit; line-height: 16px; font-family: Arial; border-radius: 3px; margin: 0 3px; text-transform: lowercase; }

#wpforo #wpf-widget-profile .wpf-prof-header,
#wpf-widget-profile .wpf-prof-header{display: flex; flex-direction: row; justify-content: space-between; align-items:flex-end;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar,
#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar{padding-right: 15px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-info,
#wpf-widget-profile .wpf-prof-header .wpf-prof-info{flex-grow: 2;  border-bottom: 1px dashed #CCCCCC; padding-bottom: 5px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img,
#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img,
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img.avatar,
#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img.avatar{ max-width: 48px; max-height:48px; border-radius: 50%; vertical-align: bottom;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-name,
#wpf-widget-profile .wpf-prof-header .wpf-prof-name{font-size: 13px; font-weight: 600; color: #666;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-author-nicename,
#wpf-widget-profile .wpf-prof-header .wpf-author-nicename {font-size: 12px; font-weight: normal; font-family: "Courier New", Courier, monospace; line-height: 18px; padding-top: 0;}
#wpforo #wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after,
#wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after{left: 18px; top: -5px; white-space: normal;}
#wpforo #wpf-widget-profile .wpf-prof-header [wpf-tooltip]::before,
#wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after{left: 18px; top: -5px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts{ border-bottom: 1px dashed #CCCCCC;align-self: stretch;padding-top: 0; margin-top: 1px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell{ margin-bottom: 4px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell i,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell i{cursor: pointer; border-radius: 50%; width: 36px;height: 34px;line-height: 31px;text-align: center;background:#f5f5f5; margin: 0 2px 0 0; display: inline-block;font-size: 21px;position: initial; padding:0;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell i:hover,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell i:hover{ color: #555;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-new .wpf-bell i:hover,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-new .wpf-bell i:hover{color: #f6690b;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-alerts-count,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-alerts-count{padding: 0; display: inline-block; font-size: 13px; line-height: 16px; font-weight: 600;}

#wpforo #wpf-widget-profile .wpf-prof-notifications,
#wpf-widget-profile .wpf-prof-notifications{position: relative;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications{ display:none; position: absolute; background: #fafafa; border-bottom: 3px solid #999; border-top: none; min-width: 220px; width: 100%; top:7px; z-index: 100000; padding: 0 10px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head{padding: 12px 5px 9px 5px; font-weight: 600; letter-spacing: 0.5px; font-size: 14px; }
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head i,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head i{font-size: 15px; margin-right: 3px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content{padding: 10px 0 1px 0; overflow-y: auto; overflow-x: hidden; max-height: 400px; font-size: 12px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-nspin,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-nspin{text-align: center; padding: 0 10px 5px 0; font-size: 22px; color: #999;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content ul,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content ul,
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li{margin: 0; list-style: none;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li{padding: 7px 4px 7px 6px; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft{ flex-basis: 10%; padding-top: 4px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nright,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nright{ flex-basis: 90%; line-height: 19px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft i,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft i{font-size: 16px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-ndesc,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-ndesc{font-size: 11px; line-height: 18px; display: inline; margin-left: 5px; border-left: 1px solid #ccc; padding-left: 10px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-actions,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-actions{display:none; text-align: right; padding: 10px 5px 5px 5px; font-size: 12px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-no-notification,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-no-notification{padding: 5px 10px 15px 10px; font-size: 13px;}

#wpforo #wpf-widget-profile .wpf-prof-content,
#wpf-widget-profile .wpf-prof-content{padding:10px 5px; border-bottom: 1px dashed #CCCCCC;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data span.wpf-member-title,
#wpf-widget-profile .wpf-prof-content .wpf-prof-data span.wpf-member-title{display: inline-block; margin-right: 5px; font-size: 13px; color: #666;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data .wpf-member-title.wpfut,
#wpf-widget-profile .wpf-prof-content .wpf-prof-data .wpf-member-title.wpfut {display: inline-block !important;font-size: 11px;line-height: 15px;padding: 2px 15px;margin: 5px auto; border: 1px solid #dddddd; border-radius: 3px;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data .author-rating-full ,
#wpf-widget-profile .wpf-prof-content .wpf-prof-data .author-rating-full {display: inline-block;font-size: 16px;font-weight: bold;line-height: 18px;min-width: 30px;padding: 2px;text-align: center;white-space: nowrap;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-rating .author-rating-full i.fa-trophy,
#wpf-widget-profile .wpf-prof-content .wpf-prof-rating .author-rating-full i.fa-trophy{font-size:20px;}
#wpforo #wpf-widget-profile .wpf-prof-footer,
#wpf-widget-profile .wpf-prof-footer{margin-bottom: 5px;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons{ margin-top: 3px;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a{margin-right: 3px;padding: 4px 10px 4px 10px;text-align: center;line-height: 16px;font-size: 13px;background:#f5f5f5;margin-top: 10px;display: inline-block; border-radius: 2px;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a:hover,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a:hover{color: #f5f5f5;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout{padding: 4px 15px 4px 15px; color: #f42d2c;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout:hover,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout:hover{background-color: #f42d2c!important; color: #fff;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-button,
#wpf-widget-profile .wpf-prof-footer .wpf-button{box-shadow: none;}

/******************************************************/
/********************* Addons Widgets *****************/
/******************************************************/
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item i.fa-chart-bar,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item i.fa-chart-bar{ font-size:20px;}
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right{ width:calc(100% - 30px);}
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .polldate,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .polldate{font-size:12px; color:#888888;}
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .pollvotes,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .pollvotes{font-size:12px; color:#888888; line-height:16px;}

@media screen and (max-width:800px) {
	#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img,
    .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width:99%; height:99%;}
    #wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttext,
    #wpf-widget-recent-replies .wpforo-list-item-right p.posttext{font-size:14px;}
    #wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postuser,
    #wpf-widget-recent-replies .wpforo-list-item-right p.postuser{font-size:13px;}
    #wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postdate,
    #wpf-widget-recent-replies .wpforo-list-item-right p.postdate{font-size:13px;}
}/*! 
 * Master Slider WordPress Lite Main CSS File
 * @date Feb 2022
 */



/**
 *  Master Slider
 * 	Main css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}



.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-moz .ms-slide-bgcont>img { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }

.master-slider a,
.master-slider a:hover {
	-webkit-transition: none;
	transition: none;
}

.wpb_row .master-slider-parent *,
.master-slider-parent * {
	 box-sizing: content-box;
}

.master-slider-parent {
	margin-left: auto;
	margin-right: auto;
}

.ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}

.ms-layout-partialview .ms-container { overflow: hidden; }

.master-slider.before-init{}

.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/common/loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/common/grab.png), move;}
.ms-grabbing-cursor{cursor: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/common/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}

.ms-view {
	margin:0px auto;
	overflow:hidden;

	position:relative;
	-webkit-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	height:100%;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
}

.ms-wk .ms-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 110;
}

.ms-ie .ms-slide-link {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7) 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont{
	z-index: 105;
	height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}


.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 111;
	background:black;
	padding:0;
	margin: 0;
	border: none;

}


.ms-slide .ms-pattern{
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	z-index: 108;
	position: absolute;
	top: 0;
}

.ms-wk .ms-pattern{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}

.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 110;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/common/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
	-webkit-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor: pointer;
	float: left;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
	background-color: #F6f6f6;
	text-shadow: 0 1px 1px white;
	color: #222;
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-has-thumb .ms-tab-thumb{ width:auto; }
.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
    left: 50%;
    margin-left: -12px;
	border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	top:-12px;
	border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
	bottom: 0px;
	top:auto;
	border-bottom:0px;
	border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	bottom:-12px;
	border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
	top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	left:-12px;
	border-right-color:#EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	right:-12px;
	border-left-color:#EDEDED;
}

.ms-thumb-alt {
	text-align: center;
	margin: 5px;
	font-size: 14px;
	font-weight: 600;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

/* Thumb in tab styles */
.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont{ top:0 !important; }
.ms-tabs.ms-has-thumb .ms-thumb-frame{ height: auto !important; }
.ms-tabs.ms-has-thumb .ms-thumb{ padding:0; }
.ms-tabs.ms-has-thumb .ms-tab-context{ padding:20px; }
.ms-tabs.ms-align-left  .ms-tab-thumb{ float:left;  margin-right:20px; }
.ms-tabs.ms-align-right .ms-tab-thumb{ float:right; margin-left: 20px; }

.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-bullets.ms-dir-v {
	position: absolute;
	top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
	float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}

.ms-pattern.ms-patt-1  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-2  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-3  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-4  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-5  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-6  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-7  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-8  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-9  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-10 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-11 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-12 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-13 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-14 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-15 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);}
/* white patterns */
.ms-pattern.ms-patt-16 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-17 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-18 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-19 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-20 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-21 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-22 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-23 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-24 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-25 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-26 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-27 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-28 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-29 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-30 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);}



/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 30px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}
.ms-skin-default .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
	background-position: -34px -84px;
}

.ms-skin-default .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
	max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	width: 53px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-1 .ms-bullet {
	width: 9px;
	height: 9px;
	background: white;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: black;
}

.ms-skin-black-1 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: white;
	border-top-color: rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: white;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: white;
	border-right-color: rgba(0, 0, 0, 0.8);
	left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: black;
	border-left-color: rgba(0, 0, 0, 0.8);
	right: -10px;
}

.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #444444;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: white;
	background: rgba(255, 255, 255, 0.9);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-black-1  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
	padding: 10px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0px black;
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-1 .ms-video-btn,
	.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-1 .ms-nav-next,
	.ms-skin-black-1 .ms-nav-prev{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  minimal Skin
 */

.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn{
    width: 55px;
    height: 55px;
    background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 31px;
    background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px white;
    border-radius: 50%;
    border: solid 1px #3d3d3d;
    top: 18px;
    right: 30px;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}

/* controls */

.ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
    background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat white;
    background-position: -178px 17px;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -27px;
    position: absolute;
    z-index: 110;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}

.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover{
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -75px 17px;
}

.ms-skin-minimal .ms-bullet {
    width: 8px;
    height: 8px;
    background: white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    margin: 4px;
    background-position: -34px -117px;
}

.ms-skin-minimal .ms-bullet-selected {
    background: #3d3d3d;
}


.ms-skin-minimal .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-minimal .ms-tooltip{
    position: absolute;
    z-index: 210;
    cursor: auto;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}

.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}

.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}

.ms-skin-minimal .ms-tooltip-point {cursor: pointer;}
.ms-skin-minimal .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #BBB;
    background: white;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105;
}

.ms-skin-minimal .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: black;
    background:rgba(0, 0, 0, 0.36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;

    animation: ms-point-anim 1.5s infinite ;
    -moz-animation: ms-point-anim 1.5s infinite;
    -webkit-animation: ms-point-anim 1.5s infinite;
    -o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-minimal .ms-tooltip {
    max-width:200px;
}

.ms-skin-minimal .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px;
}



/**
 *  Master Slider
 *  Black 2 Skin
 */

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn{
	width: 45px;
	height: 45px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) black no-repeat -16px -103px;
	border: solid 3px rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: padding-box;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover{
	background-color: #3D3D3D;
}

.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
	width: 25px;
	height: 25px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) black no-repeat -27px -36px;
	border: solid 2px white;
	border-color: rgba(255, 255, 255, 0.4);
	top: 15px;
	right: 15px;
}

.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn{
	border-radius: 50px;
}


/* controls */

.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
	position: absolute;
	cursor: pointer;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) black;
	background-clip: padding-box;
	background-position: -88px -26px;
	border: solid 3px rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0.4);
	top: 50%;
	left: 30px;
	margin-top: -22px;
}

.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn{
	border-radius: 90px;
}

.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover{
	background-color: #3d3d3d;
}

.ms-skin-black-2 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -86px -103px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-2 .ms-bullet {
	width: 8px;
	height: 8px;
	background: white;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	border: solid 3px white;
	border-color: rgba(0, 0, 0, 0.44);
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-black-2.round-skin .ms-bullet{
	border-radius: 15px;
}


.ms-skin-black-2 .ms-bullet-selected {
	background-color: black;
	border-color: white;
	border-color: rgba(255, 255, 255, 0.44);
}

.ms-skin-black-2 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-black-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-black-2  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-2 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-2 .ms-video-btn,
	.ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-2 .ms-nav-next,
	.ms-skin-black-2 .ms-nav-prev{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 2
 */

.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
	width: 53px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-2 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-2 .ms-bullet {
	width: 9px;
	height: 9px;
	background: black;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-light-2 .ms-bullet-selected {
    background-color: white;
}

.ms-skin-light-2 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-light-2  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-2 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-2 .ms-video-btn,
	.ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-2 .ms-nav-next,
	.ms-skin-light-2 .ms-nav-prev{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 3
 */

.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn{
	width: 50px;
	height: 50px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
	width: 31px;
	height: 29px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
	width: 50px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png);
	background-position: -82px -22px;
	height: 50px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -25px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-3 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -81px -99px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-3 .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-light-3 .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-light-3 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-3 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-light-3  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-3 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-3 .ms-video-btn,
	.ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-3 .ms-nav-next,
	.ms-skin-light-3 .ms-nav-prev,
	.ms-skin-light-3 .ms-bullet{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 4
 */

.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
	width: 54px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png);
	background-position: -77px -5px;
	height: 68px;
	cursor: pointer;
	top: 50%;
	left: -27px;
	margin-top: -40px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-4 .ms-nav-next {
	right: -27px;
	left: auto;
	background-position: -79px -83px;
}

.ms-skin-light-4 .ms-thumb-frame-selected {
	opacity: 0.6;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
	bottom: -60px;
	width: 100%;
	height: 60px;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
	height: 100%;
	width: 60px;
	right: -60px;
	top: 0;
}

.ms-skin-light-4 .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 60px;
	height: 60px;
	margin: 1px 0 0 1px;
	overflow: hidden;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-4 .ms-bullet {
	width: 9px;
	height: 9px;
	background: #b9b9b9;
	margin: 4px;
	border: solid 1px rgb(163, 163, 163);
}

.ms-skin-light-4 .ms-bullet-selected {
    background-color: white;
}

.ms-skin-light-4 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: white;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-4 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #E0E0E0;
	background: #4b8aac;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: white;
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}


.ms-skin-light-4  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-4 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-4 .ms-video-btn,
	.ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-4 .ms-nav-next,
	.ms-skin-light-4 .ms-nav-prev{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 5
 */

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn{
	width: 32px;
	height: 32px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) black no-repeat -24px -160px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover{
	background-color:#646464;
}

.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) white no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
	width: 32px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) white;
	background-position: -94px -32px;
	height: 32px;
	cursor: pointer;
	bottom: 40px;
	left: 40px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}

.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-5 .ms-nav-next {
	left: 73px;
	background-position: -93px -110px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-5 .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-light-5 .ms-bullet-selected {
	background-position: -34px -84px;
}

.ms-skin-light-5 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-5 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}

.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-light-5  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-5 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-5 .ms-video-btn,
	.ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-5 .ms-nav-next,
	.ms-skin-light-5 .ms-nav-prev{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light-6 Skin
 */

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn{
	width: 45px;
	height: 45px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) white no-repeat -16px -103px;
	border: solid 3px rgb(112, 112, 112);  border-color: rgba(0, 0, 0, 0.27);
	-webkit-background-clip: padding-box;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
	width: 25px;
	height: 25px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) white no-repeat -27px -36px;
	top: 15px;
	right: 15px;
}

.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn{
	border-radius: 30px;
}


/* controls */

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
	position: absolute;
	cursor: pointer;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) white;
	background-clip: padding-box;
	background-position: -88px -26px;
	border: solid 3px rgb(112, 112, 112);
	border-color: rgba(0, 0, 0, 0.27);
	top: 50%;
	left: 30px;
	margin-top: -22px;
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn{
	border-radius: 90px;
}

.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-6 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -86px -103px;
}


.ms-skin-light-6 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-6 .ms-bullet {
	width: 8px;
	height: 8px;
	background: black;
	-webkit-background-clip: padding-box;
	border: solid 3px white;
	border-color: rgba(255, 255, 255, 0.44);
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-light-6.round-skin .ms-bullet{
	border-radius: 15px;
}

.ms-skin-light-6 .ms-bullet-selected {
	background-color: white;
	border-color: black;
	border-color: rgba(0, 0, 0, 0.44);
}

.ms-skin-light-6 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-6 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-light-6  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-6 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-6 .ms-video-btn,
	.ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-6 .ms-nav-next,
	.ms-skin-light-6 .ms-nav-prev{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Metro Skin
 */

.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn{
	width: 47px;
	height: 46px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -24px;
}

.ms-skin-metro .ms-slide .ms-slide-vcbtn {
	width: 47px;
	height: 47px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;
	top: 15px;
	right: 15px;
}

/* controls */

.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
	width: 47px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png);
	background-position: -83px -23px;
	height: 47px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -24px;
	position: absolute;
	z-index: 110;
}
.ms-skin-metro .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -81px -100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-metro .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-metro .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-metro .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-metro .ms-tooltip-point {cursor: pointer;}
.ms-skin-metro .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-metro .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-metro .ms-tooltip {
	max-width:200px;
}

.ms-skin-metro .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-metro .ms-slide .ms-slide-vpbtn,
	.ms-skin-metro .ms-video-btn,
	.ms-skin-metro .ms-slide .ms-slide-vcbtn,
	.ms-skin-metro .ms-nav-next,
	.ms-skin-metro .ms-nav-prev,
	.ms-skin-metro .ms-bullet{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Contrast
 */

.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn{
	width: 60px;
	height: 60px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}

.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
	width: 24px;
	height: 24px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
	width: 60px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png);
	background-position: -76px -17px;
	height: 60px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -30px;
	position: absolute;
	z-index: 110;
}
.ms-skin-contrast .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -77px -91px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-contrast .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-contrast .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-contrast .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: #fc3116;
	border-top-color: rgba(252, 49, 22, 0.8);
	bottom: -10px;
}

.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: #fc3116;
	border-bottom-color: rgba(252, 49, 22, 0.8);
	top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: #fc3116;
	border-right-color: rgba(252, 49, 22, 0.8);
	left: -10px;
}

.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: #fc3116;
	border-left-color: rgba(252, 49, 22, 0.8);
	right: -10px;
}

.ms-skin-contrast .ms-tooltip-point {cursor: pointer;}
.ms-skin-contrast .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #636363;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-contrast .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: white;
	background: rgba(255, 255, 255, 0.99);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-contrast  .ms-tooltip {
	max-width:200px;
}

.ms-skin-contrast .ms-tooltip-cont {
	padding: 10px;
	background: #fc3116;
	background: rgba(252, 49, 22, 0.8);
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
	.ms-skin-contrast .ms-video-btn,
	.ms-skin-contrast .ms-slide .ms-slide-vcbtn,
	.ms-skin-contrast .ms-nav-next,
	.ms-skin-contrast .ms-nav-prev,
	.ms-skin-contrast .ms-bullet{
		background-image:url(//btcgas.fr/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin-retina.png);
		background-size: 152px 225px;
	}

}/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*//*
Theme Name: Whistle
Theme URI: https://dtwhistle.wpengine.com/
Author:designthemes
Author URI: http://themeforest.net/user/designthemes/
Description: Whistle is an unique and spectaculous theme for sports promotion websites. Suits well for membership committees, training centres, etc., Launching with lot of features and made user-friendly with detailed guidance in documentation.
Version: 3.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: whistle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*//* Table of Content
==================================================
1.0  -  Reset
1.1  -  Body
1.2  -  Transition
1.3  -  Headings
1.4  -  Fonts
1.5  -  Text elements
1.6  -  Tables
1.7  -  Definition List
1.8  -  Galleries
1.9  -  Forms
1.10  -  Images
1.11 -  Hr, Margin, Separator
1.12 - Unit Test Issue Fix
1.13 - Default Color
1.14 - IE9 and above override
1.15 - Responsive*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea,
select { background:transparent; border:0; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
del { text-decoration:line-through; }
small { font-size: smaller; }
hr { background: currentColor; color: transparent; border: 0; clear: both; height: 1px; margin: 15px 0; padding: 0; }
mark { background-color:#ffffb3; font-style:italic }
input, select { vertical-align:middle; }
ins { background-color:red; color:white; text-decoration:none; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
img.alignright { clear: both; }


::placeholder {
 color: #000;
}
:-ms-input-placeholder {
 color: #000;
}
::-ms-input-placeholder {
 color: #000;
}
/*--------------------------------------------------------------
1.1 - Body
--------------------------------------------------------------*/

body { font-size: 16px; font-weight: normal; line-height: 28px; }
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
body, html { overflow-x: hidden; width: 100%; }
html { height: 100%; }
.uppercase, .uppercase * { text-transform: uppercase; }
/*--------------------------------------------------------------
1.2 - Transition
--------------------------------------------------------------*/
a, input[type='submit'], input[type='reset'], .radio-label input[type='radio'] + span:before { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
/*--------------------------------------------------------------
1.3 - Headings
--------------------------------------------------------------*/

h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: normal; margin-bottom: 30px; }
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty { display: none; }
/*--------------------------------------------------------------
1.4 - Fonts
--------------------------------------------------------------*/

body, input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'], select, textarea, .top-bar, .highlight { font-family: 'Raleway', sans-serif; }
h1, h2, h3, h4, h5, h6, #main-menu ul.menu > li > a, .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-portfolio-sorting a, .dt-sc-testimonial.type1 blockquote, .entry-meta, .dt-sc-testimonial .dt-sc-testimonial-author cite, .dt-sc-pr-tb-col.minimal .dt-sc-price p, .dt-sc-pr-tb-col.minimal .dt-sc-price h6 span, .dt-sc-testimonial.special-testimonial-carousel blockquote, .dt-sc-pr-tb-col .dt-sc-tb-title, .dt-sc-pr-tb-col .dt-sc-tb-content, .dt-sc-button, .dt-sc-bar-text, input[type='submit'], input[type='reset'], .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small, h5.dt-sc-donutchart-title, .dt-sc-counter.type1 h4, blockquote.type1 cite span, .dt-sc-image-caption.type1 .dt-sc-image-title h6, .mz-stripe-title.dt-sc-title .mz-stripe-title-content span, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5, .dt-excersise-detail h6, .dt-sc-counter.type7 h4 { font-family: 'Raleway', sans-serif; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite, .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type7 .dt-sc-counter-number, blockquote.type1 cite, blockquote:before, ul.dt-sc-tabs-horizontal-frame > li > a, ul.dt-sc-tabs-vertical-frame > li > a, .dt-sc-title.border-title, .slanting-edge .dt-sc-title.border-title h3, .rally-content .dt-sc-contact-info, .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a, .dt-sc-title.border-title *, .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; }

/*--------------------------------------------------------------
1.5 - Text Elements
--------------------------------------------------------------*/
a { text-decoration:none; }
a img{ border:none; }

.underline a { border-bottom: 1px solid; }
.underline.dt-sc-dark-bg a { color: #fff; }

p { margin-bottom:10px; }	
.large p { font-size: 22px; line-height: 34px; }

strong{ font-weight: bold; }
em{ font-style: italic; }

address { display:block; margin:10px 0px 20px; }
abbr {  border-bottom:1px dotted; cursor:help; }
ins { background:#FFF9C0; }
sub, sup { font-size:75%; position:relative; vertical-align:baseline; }
sub { bottom: -3px; }
sup { top: -5px; }	

ul, ol, pre, code{ margin-bottom:20px; }
pre { border: 1px solid #d1d1d1; max-width: 100%; overflow: auto; padding: 1.75em; }

ul{ list-style-type:square; margin-left:20px; }
ul li { padding-bottom:10px; }
ul li ul { list-style-type:disc; padding-left:20px; margin:10px 0px 0px; }
ul ul ul { margin-bottom:0px; list-style-type:circle; }

ol ul, ol ul ul { margin-bottom: 0; }
ol ul li:last-child, ol ul ul li:last-child { padding-bottom: 0; }
ul ol { margin-bottom: 0; }
ol li:last-child { padding-bottom:0; }
ul li:last-child { padding-bottom:0; }

ol{ list-style-type:decimal; list-style-position:outside; padding-left:20px; padding-top:10px; }
ol li { padding-bottom:10px; }
ol li ol { margin-bottom:0px;}
ol ol ol { margin-bottom:0px;}

blockquote { display:block; padding:0px; margin:0px; position:relative; clear:left; }
blockquote > p { font-size:18px; line-height:30px; display:inline-block; font-style:italic; font-weight:400; border-top:2px solid; border-bottom:2px solid; padding:20px 0px; margin-bottom:10px; }

blockquote.alignleft { margin-right:20px; text-align:left; width:30%; float:left; }
blockquote.alignright { margin-left:20px; text-align:left; width:30%; float:right; }
blockquote.aligncenter { text-align:center; }

.post-edit-link, .vc_inline-link { background:rgba(0, 0, 0, 0.05); border-radius:3px; color:#000000; float:right; clear:both; margin:20px 0px 20px; line-height:24px; padding:2px 13px; font-size:12px; }
.post-edit-link:hover, .vc_inline-link:hover { color:#ffffff; }	
.vc_inline-link { clear:none; margin-right:10px; }

.page-link { float:left; clear:both; margin:10px 0px 0px; padding:0px; }
.page-link a { border: 1px solid #000; color: #000; font-weight: bold; line-height: 28px; padding: 6px 15px 5px; float: left; margin-right: 10px; letter-spacing: 0.5px;
display: inline-block; position: relative; }
.page-link a span, .page-link > span > span { font-size: 13px; border:0px; padding:0px; margin:0px; }
.page-link > span { border: 1px solid #000; color: #fff; font-weight: bold; line-height: 28px; padding: 6px 15px 5px; float: left; margin-right: 10px; letter-spacing: 0.5px;
display: inline-block; position: relative; }
.page-link a:hover span { color:#ffffff; }

.text-with-icon { display: inline-block; }
.text-with-icon .icon, .text-with-icon .fa { display: inline-block; font-size: 14px; font-weight: bold; margin: 0 5px 0 0; position: relative; top: 1px; }

/*--------------------------------------------------------------
1.6 - Tables
--------------------------------------------------------------*/

table { border-collapse:separate; border-spacing:0; margin-bottom:20px; width:100%; clear:both; border:1px solid rgba(0, 0, 0, 0.1); border-bottom:none;}
th { color:#ffffff; border-bottom:1px solid rgba(0, 0, 0, 0.1); padding:15px; font-size:14px; line-height:normal; font-weight:600; text-transform:uppercase; text-align:center; }
td, tbody th { border-bottom:1px solid rgba(0, 0, 0, 0.1); font-size:14px; line-height:normal; text-align:center; padding:13px 15px; }

tbody td .dt-sc-button.small { padding:7px 14px; font-size:12px; margin:0px; }
th a, th a:hover { color:#ffffff; }
th a:hover, td a:hover { text-decoration:underline; }

.blog-entry .entry-body tbody th { background: none; font-weight: 400; }
.blog-entry .entry-body tbody th, .blog-entry .entry-body tbody th a { color: inherit; }

body:not(.vc_transform) tbody td, body:not(.vc_transform) tbody td a,
body:not(.vc_transform) .commententries tbody td, body:not(.vc_transform) .commententries tbody td a { font-weight: 400; color: inherit; }
.blog-entry .entry-body tbody th a { text-transform: none; }

body:not(.vc_transform) tbody td a:hover, body:not(.vc_transform) .commententries tbody td a:hover { text-decoration: underline; }

/*--------------------------------------------------------------
1.7 - Definition Lists
--------------------------------------------------------------*/

dl { margin: 0 0; }
dl.gallery-item { margin: 0; }
.gallery-caption { margin-bottom: 10px; }
.gallery-item img { border: 10px solid rgba(0, 0, 0, .1) !important; }
dt { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
dd { line-height: 20px; margin-bottom: 20px; }
/*--------------------------------------------------------------
1.8 - Galleries
--------------------------------------------------------------*/

.gallery { margin: 0 -1.1666667% 1.75em; }
.gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.1400652% 2.2801304%; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-icon img { margin: 0 auto; }
.gallery-caption { color: #686868; display: block; font-size: 13px;  font-size: .8125rem;
font-style: italic; line-height: 1.6153846154; padding-top: .5384615385em; }
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

/*--------------------------------------------------------------
1.9 - Forms
--------------------------------------------------------------*/
fieldset { margin: 0 0 20px 0; }
legend { font-weight: bold; }
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'], select, textarea { font-size: 16px; }
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'] { background: #fff; border: 1px solid #e5e5d8; box-sizing: border-box; display: block; font-size: 14px; margin: 0 0 30px; padding: 16px 16px; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.wpcf7-form input[type='text'], .wpcf7-form input[type='email'], .wpcf7-form textarea, .wpcf7-form select { /*background: #f4f4f4;
	border: 0;
	color: #4d4d4d;*/
}
textarea { height: 135px; overflow: auto; resize: none; }
select { border: 1px solid; -webkit-border-radius: 0; cursor: pointer; height: 49px; margin: 0; padding: 10px 0; text-indent: .01px; text-overflow: ''; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type='submit'], button, input[type='button'], input[type='reset'] { background-color: transparent; border: 2px solid #000; color: #000; cursor: pointer; display: inline-block; font-size: 14px; font-style: normal; font-weight: bold; line-height: normal; margin: 10px 0 0; outline: none; padding: 12px 32px; position: relative; position: relative; text-transform: uppercase; z-index: 1; -webkit-appearance: none; }
.aligncenter input[type='submit'] { float: none; }
.dt_ajax_subscribe_msg .success-msg { color: #15d401; }
.dt_ajax_subscribe_msg .error-msg { color: #bd0404; }


/*----*****---- << Moz Reset >> --****--*/
input[type='submit']::-moz-focus-inner {
 border: 0;
 margin-bottom: -1px;
 margin-top: -1px;
 padding: 0;
}
#searchform { clear: both; }
.selection-box { clear: both; position: relative; }
.selection-box:before, .selection-box:after { content: ''; pointer-events: none; position: absolute; }
.selection-box:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #fff; bottom: 0; height: 0; margin: auto; right: 17px; top: 5px; z-index: 1; }
.selection-box:after { border-left: 1px solid rgba(0, 0, 0, .15); border-right: 1px solid rgba(0, 0, 0, .15); height: calc(100% - 2px); right: 0; top: 1px; width: 48px; }
.selection-box select { margin-top: 0; }
/*----*****---- << 1.17 - Contact Form 7 >> ----*****----*/

.wpcf7-form-control-wrap { float: left; width: 100%; }
.wpcf7-form-control-wrap:before { background: #2b2b2b; bottom: 30px; content: ''; display: block; height: 1px; left: 0; position: absolute; top: auto; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 0; z-index: 9; }
.wpcf7-form-control-wrap:hover:before { width: 100%; }
.wpcf7-form .wpcf7-not-valid { border-color: #f00 !important; }
.wpcf7-form .wpcf7-not-valid-tip { display: none; }
.wpcf7-form.event-contact-form .wpcf7-not-valid { background-color: rgba(255, 0, 0, .1) !important; }
.wpcf7-form.university-contact-form p { clear: both; }
.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok { box-sizing: border-box; clear: both; float: left; margin-left: 0; margin-right: 0; padding: 15px 15px 15px 45px; width: 99%; }
.wpcf7-form div.wpcf7-validation-errors { background-color: #fcc; border: 1px solid #f99; color: #d01313; position: relative; }
.wpcf7-form div.wpcf7-validation-errors:before, .wpcf7-form div.wpcf7-mail-sent-ok:before { font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; left: 18px; position: absolute; text-decoration: inherit; top: 15px; }
.wpcf7-form div.wpcf7-validation-errors:before { color: #c54228; content: '\f057'; }
.wpcf7-form div.wpcf7-mail-sent-ok { background-color: #eafac0; border: 1px solid #b1cf67; color: #7ba411; position: relative; }
.wpcf7-form div.wpcf7-mail-sent-ok:before { color: #75b632; content: '\f058'; }
.wpcf7-form-control-wrap:after { color: #4d4d4d; font-family: 'Stroke-Gap-Icons'; position: absolute; right: 15px; top: 15px; z-index: 9; }
.wpcf7-form-control-wrap.FirstName:after, .wpcf7-form-control-wrap.LastName:after { content: '\e69c'; }
.wpcf7-form-control-wrap.Email:after { content: '\e6b7'; }
.wpcf7-form-control-wrap.Phone:after { content: '\e674'; }
.wpcf7-form-control-wrap.Address1:after, .wpcf7-form-control-wrap.Address2:after { content: '\e6ab'; }
.wpcf7-form-control-wrap.Message:after { content: '\e6bd'; }
form p { position: relative; }
#main form p span.icon { position: absolute; right: 20px; top: 0px; margin: auto; text-align: center; line-height: 50px; color: #4d4d4d; }
#main .contactform2 span { position: static; }
#main .wpcf7-form input[type=submit]:hover { color: #FFF; }
form .sign-up-form-options input[type=submit] { border: 2px solid #000; color: #000; }
*/  div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
clear:both;
}
.comment-form textarea { margin-bottom: 30px; }
.dark-bg input[type=submit]:hover { color: #FFF; }
.dark-bg input[type=submit] { border-color: #FFF; color: #FFF; }

.wpcf7 form .wpcf7-response-output {float: left; width: 100%; margin: 10px 0 0; }
form.wpcf7-form .wpcf7-response-output {position: relative; clear: both; float: left; margin-left: 0; margin-right: 0; padding: 15px 15px 15px 45px; width: 100%; box-sizing: border-box; }
form.wpcf7-form.invalid .wpcf7-response-output {background-color: #ffcccc; border: 1px solid #ff9999; color: #d01313; }
form.wpcf7-form.sent .wpcf7-response-output {background-color: #eafac0; border: 1px solid #b1cf67; color: #7ba411; }

form.wpcf7-form .wpcf7-response-output:before {top: 15px;left: 18px;font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;font-size: 20px;position: absolute;}
form.wpcf7-form.invalid .wpcf7-response-output:before {content: "\f057";}
form.wpcf7-form.sent .wpcf7-response-output:before {content: "\f058";}
#main .dt-sc-dark-bg .wpcf7-form input[type=submit]:hover{color:#4d4d4d;}
ul.event-organize{margin-left:0;}
/*--------------------------------------------------------------
1.10 - Images
--------------------------------------------------------------*/

.alignleft, img.alignleft { display: inline; float: left; margin-bottom: 10px; margin-right: 20px; }
.alignright, img.alignright { display: inline; float: right; margin-bottom: 10px; margin-left: 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; text-align: center; }
.column .aligncenter img { display: inline-block; }
.column.aligncenter { clear: none; }
.aligncenter.wpb_column { clear: none; }
.alignright { text-align: right; }
img.no-bottom-margin { margin-bottom: -10px; }
.alignleft, .alignright, .aligncenter, .alignnone { margin: auto; }
.wp-caption { margin-bottom: 15px; max-width: 100%; padding: 0; text-align: center; width: 100%; }
.wp-caption img { display: block; margin: 0 auto; max-width: 100%; }
.wp-caption-text, .wp-caption-dt { border: 1px solid; margin: 0; padding: 10px; text-align: center; }
.wp-caption-text:empty, .wp-caption-dt:empty { display: none; }
.wp-caption.alignnone { clear: both; }
.alignnone { display: inline-block; float: none; }
.wp-caption.alignright { margin: .375em 0 1.75em 1.75em; }
.wp-caption.alignleft { margin: .375em 1.75em 1.75em 0; }
.column img, .vc_column_container img, .wpb_column img { display: inherit; height: auto; max-width: 100%; }
img { height: auto; max-width: 100%; }
/*--------------------------------------------------------------
1.11 - Hr, Margin, Seperators
--------------------------------------------------------------*/

.dt-sc-empty-space { clear: both; display: block; }
.dt-sc-hr-invisible-xsmall { clear: both; display: block; float: left; margin: 15px 0 0; width: 100%; }
.dt-sc-hr-invisible-small { clear: both; display: block; float: left; margin: 35px 0 0; width: 100%; }
.dt-sc-hr-invisible-medium { clear: both; display: block; float: left; margin: 55px 0 0; width: 100%; }
.dt-sc-hr-invisible-large { clear: both; display: block; float: left; margin: 75px 0 0; width: 100%; }
.dt-sc-hr-invisible-xlarge { clear: both; display: block; float: left; margin: 95px 0 0; width: 100%; }
.dt-sc-hr-top-5 { clear: both; display: block; float: left; margin-top: 5px; width: 100%; }
.dt-sc-hr-top-10 { clear: both; display: block; float: left; margin-top: 10px; width: 100%; }
.dt-sc-hr-top-20 { clear: both; display: block; float: left; margin-top: 20px; width: 100%; }
.dt-sc-hr-top-30 { clear: both; display: block; float: left; margin-top: 30px; width: 100%; }
.dt-sc-hr-top-40 { clear: both; display: block; float: left; margin-top: 40px; width: 100%; }
.dt-sc-hr-top-50 { clear: both; display: block; float: left; margin-top: 50px; width: 100%; }
.dt-sc-small-separator { clear: both; display: inline-block; height: 2px; margin: 15px 0; text-align: center; width: 30px; }
.dt-sc-small-separator.aligncenter { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; margin-top: 15px; }
.dt-sc-small-separator.bottom, .dt-sc-small-separator.bottom.aligncenter { margin-top: 0; }
.dt-sc-small-separator.black { background: #000; height: 3px; }
.dt-sc-diamond-separator { border-radius: 1px; clear: both; display: inline-block; height: 10px; margin: 10px 0 20px; position: relative; text-align: center; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 10px; }
.dt-sc-diamond-separator:before, .dt-sc-diamond-separator:after { content: ''; height: 1px; left: 6px; margin: auto; position: absolute; top: -26px; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); width: 60px; }
.dt-sc-diamond-separator:after { left: -55px; top: 35px; }
.dt-sc-diamond-separator.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.dt-sc-single-line-separator { border-top: 1px solid; clear: both; display: block; float: left; margin: 20px 0; width: 100%; }
.dt-sc-single-line-dashed-separator { border-top: 1px dashed; clear: both; display: block; float: left; margin: 20px 0; width: 100%; }
.dt-sc-single-line-dotted-separator { border-top: 1px dotted; clear: both; display: block; float: left; margin: 20px 0; width: 100%; }
.dt-sc-double-border-separator { clear: both; display: block; float: left; height: 3px; margin: -10px 0 30px; position: relative; width: 150px; }
.dt-sc-double-border-separator:before { bottom: -3px; content: ''; height: 1px; left: 0; position: absolute; width: 100%; }
.aligncenter .dt-sc-double-border-separator { display: inline-block; float: none; }
.dt-sc-double-border-separator.aligncenter { float: none; margin: auto; }
.dt-sc-shadow { background: url(//btcgas.fr/wp-content/themes/whistle/images/services-shadow.png) no-repeat; clear: both; float: left; height: 38px; margin: 0; padding: 0; width: 1168px; }
/*----*****---- << Fancy Splitter >> --****--*/
.dt-sc-stamp-divider-down { clear: both; float: left; margin: 0 0 -160px; padding: 0; position: relative; width: 100%; z-index: 1; }
.dt-sc-stamp-divider-up { clear: both; float: left; margin: -150px 0 0; padding: 0; position: relative; transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); width: 100%; z-index: 1; }
/*----*****---- << Arrows >> --****--*/
.dt-sc-down-arrow, .dt-sc-up-arrow, .dt-sc-up-arrow-bottom { position: relative; }
.dt-sc-down-arrow:before, .dt-sc-up-arrow:before, .dt-sc-up-arrow-bottom:before, .dt-sc-up-arrow-bottom:after { border-left: 15px solid transparent; border-right: 15px solid transparent; content: ''; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 0; }
.dt-sc-down-arrow:before { border-top: 15px solid; }
.dt-sc-up-arrow:before, .dt-sc-up-arrow-bottom:before { border-bottom: 15px solid; top: -15px; }
.dt-sc-up-arrow-bottom:before { bottom: 0; top: inherit; }
.dt-sc-clear { clear: both; float: none; margin: 0; padding: 0; }
.dt-sc-vertical-small-separator { display: inline-block; height: 15px; margin: 0 20px; width: 1px; }
.dt-sc-vertical-separator { display: inline-block; margin: 0 20px; position: relative; }
.dt-sc-vertical-separator::before { content: ''; height: 30px; left: 0; margin: auto; position: absolute; right: 0; top: -20px; width: 1px; }
/*----*****---- <<  Prettyphoto >> ----*****----*/
body div.pp_overlay { z-index: 9999; }
/*----*****---- <<  Ultimate Addon >> ----*****----*/
.ubtn-ctn-center button, .ubtn-ctn-right button { float: none; }
.flexslider .slides img { height: auto; }
.ult-carousel-wrapper .slick-next:before, .ult-carousel-wrapper .slick-prev:before { display: none; }
/*----*****---- <<  Visual Composer CSS >> ----*****----*/
.page-template-tpl-onepage #primary.content-full-width { padding-bottom: 0; }
.vc-no-left-padding .vc_column-inner, .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 0; }
.vc-no-right-padding .vc_column-inner, .vc-no-right-padding.vc_column_container .vc_column-inner { padding-right: 0; }
.vc-no-padding .vc_column-inner { padding-left: 0; padding-right: 0; }
.vc-no-margin { margin-left: 0; margin-right: 0; }
.side-navigation-content .container, #primary.page-with-sidebar .container, .dt-portfolio-single-details .container { max-width: 100%; width: auto; }
.icon-link-title .vc_column-inner, .icon-link-title .vc_column-inner .wpb_wrapper { height: 100%; width: 100%; }
.single-dt_doctors .vc-default-row.vc_row, .single.single-dt_chefs .vc-default-row.vc_row { margin-left: 0; }
div[class*='bg-opaque'], section[class*='bg-opaque'] { position: relative; z-index: 1; }
div[class*='bg-opaque']:not(.ult-vc-hide-row):before, div[class*='bg-opaque'] .upb_row_bg:before, section[class*='bg-opaque']:before { content: ''; display: inline; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
div[class*='bg-opaque-1']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-1'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-1']:before { opacity: .1; }
div[class*='bg-opaque-2']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-2'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-2']:before { opacity: .2; }
div[class*='bg-opaque-3']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-3'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-3']:before { opacity: .3; }
div[class*='bg-opaque-4']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-4'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-4']:before { opacity: .4; }
div[class*='bg-opaque-5']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-5'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-5']:before { opacity: .5; }
div[class*='bg-opaque-6']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-6'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-6']:before { opacity: .6; }
div[class*='bg-opaque-7']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-7'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-7']:before { opacity: .7; }
div[class*='bg-opaque-8']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-8'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-8']:before { opacity: .8; }
div[class*='bg-opaque-9']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-9'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-9']:before { opacity: .9; }
div[class*='bg-opaque-15']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-15'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-15']:before { opacity: .15; }
div[class*='bg-opaque-25']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-25'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-25']:before { opacity: .25; }
div[class*='bg-opaque-35']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-35'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-35']:before { opacity: .35; }
div[class*='bg-opaque-45']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-45'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-45']:before { opacity: .45; }
div[class*='bg-opaque-55']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-55'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-55']:before { opacity: .55; }
div[class*='bg-opaque-65']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-65'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-65']:before { opacity: .65; }
div[class*='bg-opaque-75']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-75'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-75']:before { opacity: .75; }
div[class*='bg-opaque-85']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-85'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-85']:before { opacity: .85; }
div[class*='bg-opaque-95']:not(.ult-vc-hide-row):before, div[class*='bg-opaque-95'].ult-vc-hide-row .upb_row_bg:before, section[class*='bg-opaque-95']:before { opacity: .95; }
/*----*****---- <<  "Equal Height" and "Content Alignment" css override >> ----*****----*/

.wrapper .vc_col-has-fill > .vc_column-inner, .wrapper .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .wrapper .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .wrapper .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .wrapper .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner, .wrapper .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .wrapper .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .wrapper .vc_section.vc_section-has-fill, .wrapper .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .wrapper .vc_section.vc_section-has-fill + .vc_section { padding-top: 0; }
.vc_empty_space { clear: both; float: none; }
.vc_custom_float { float: left; width: 100%; }
.vc_row.vc_row-no-padding .wpb_column { padding-left: 0; padding-right: 0; }
.vc_row[data-vc-full-width].overflow_visible { overflow: visible; }
.vc_parallax.secondary-skin-bg.transparent:before { content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.vc_row.vc_row-flex > .dt-sc-stretch-row-content, .vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; }
.vc_row.vc_row-flex > .dt-sc-stretch-row-content { display: table; width: 100%; }
.vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container { display: flex; }
.vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
.vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { display: flex; flex-direction: column; ; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-direction: column; -ms-flex-direction: column; }
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
.vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner > * { min-height: 1em; }
}
.vc_row.vc_row-o-content-top > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.vc_row.vc_row-o-content-bottom > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
.vc_row.vc_row-o-content-middle > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.vc_row.vc_column-gap-1 > .dt-sc-stretch-row-content > .vc_column_container { padding: .5px; }
.vc_row.vc_column-gap-2 > .dt-sc-stretch-row-content > .vc_column_container { padding: 1px; }
.vc_row.vc_column-gap-3 > .dt-sc-stretch-row-content > .vc_column_container { padding: 1.5px; }
.vc_row.vc_column-gap-4 > .dt-sc-stretch-row-content > .vc_column_container { padding: 2px; }
.vc_row.vc_column-gap-5 > .dt-sc-stretch-row-content > .vc_column_container { padding: 2.5px; }
.vc_row.vc_column-gap-10 > .dt-sc-stretch-row-content > .vc_column_container { padding: 5px; }
.vc_row.vc_column-gap-15 > .dt-sc-stretch-row-content > .vc_column_container { padding: 7.5px; }
.vc_row.vc_column-gap-20 > .dt-sc-stretch-row-content > .vc_column_container { padding: 10px; }
.vc_row.vc_column-gap-25 > .dt-sc-stretch-row-content > .vc_column_container { padding: 12.5px; }
.vc_row.vc_column-gap-30 > .dt-sc-stretch-row-content > .vc_column_container { padding: 15px; }
.vc_row.vc_column-gap-35 > .dt-sc-stretch-row-content > .vc_column_container { padding: 17.5px; }
.vc_row-has-fill + .vc_row-full-width + .vc_row > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { padding-top: 35px; }
.vc_row.vc_column-gap-1 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: .5px; padding-right: .5px; }
.vc_row.vc_column-gap-2 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 1px; padding-right: 1px; }
.vc_row.vc_column-gap-3 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 1.5px; padding-right: 1.5px; }
.vc_row.vc_column-gap-4 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 2px; padding-right: 2px; }
.vc_row.vc_column-gap-5 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 2.5px; padding-right: 2.5px; }
.vc_row.vc_column-gap-10 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 5px; padding-right: 5px; }
.vc_row.vc_column-gap-15 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 7.5px; padding-right: 7.5px; }
.vc_row.vc_column-gap-20 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 10px; padding-right: 10px; }
.vc_row.vc_column-gap-25 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 12.5px; padding-right: 12.5px; }
.vc_row.vc_column-gap-30 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 15px; padding-right: 15px; }
.vc_row.vc_column-gap-35 > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { padding-left: 17.5px; padding-right: 17.5px; }
.vc_row.vc_row-flex > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_row-flex > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.vc_row.vc_row-flex > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column; ; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; webkit-flex-direction: column; ms-flex-direction: column; }
.vc_row.vc_row-o-equal-height > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
.vc_row.vc_row-o-content-top > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .dt-sc-stretch-row-content > .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .dt-sc-stretch-row-content > .vc_column_container { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; }
.flex-col-elements-inline-middle.justify-center.vc_column_container > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.flex-col-elements-inline-middle.justify-end.vc_column_container > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.flex-col-elements-inline-middle.stretch.vc_column_container > .vc_column-inner > .wpb_wrapper { height: 100%; }

/*--------------------------------------------------------------
	1.12 - Unit Test
	--------------------------------------------------------------*/

.admin-bar .is-sticky .main-header-wrapper, .header-align-left.admin-bar .is-sticky #menu-wrapper, .header-align-center.admin-bar .is-sticky #menu-wrapper {
	top: 31px !important;
}

.admin-bar.overlay-header #trigger-overlay, .admin-bar.overlay-header .overlay .overlay-close, .admin-bar.left-header #toggle-sidebar {
	top: 43px;
}

.comment-navigation {
	float: left;
	width: 100%;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0px;
}

.commententries #respond {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.commententries .nav-previous {
	float: left;
}

.commententries .nav-next {
	float: right;
}

.commententries .nav-previous>a:before {
	content: "\f104";
	margin-right: 5px;
	font-family: fontawesome;
}

.commententries .nav-next>a:after {
	content: "\f105";
	margin-left: 5px;
	font-family: fontawesome;
}

ul.commentlist li.pingback>p>a.comment-edit-link {
	text-decoration: underline;
}

.nocomments {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 15px 0;
}

.says, .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.entry-meta-data p i:only-child {
	display: none;
}

.post-password-form label input {
	width: 50%;
}

.bypostauthor {
	height: inherit;
}

html:not(.vc_transform) .entry-body p.has-large-font-size, html:not(.vc_transform) .entry-body p.has-large-font-size + p { line-height: normal; }

.wp-block-archives-dropdown .selection-box { margin-bottom: 1.5em; }

/*------> Privacy Policy Start<-----*/

.dt-privacy-wrapper{ display:block; clear:both; padding-top: 5px; font-size:14px;}
.dt-privacy-wrapper input[type="checkbox"] { margin-right:5px; margin-top:-1px; }
.dt-sc-dark-bg a:hover, .dt-sc-dark-bg label, .dt-sc-newsletter-section.type1 label a:hover{ color:#FFF;}
.dt-privacy-wrapper input[type="checkbox"], .comment-form-dt-privatepolicy input[type="checkbox"], .dt-sc-newsletter-section.type1 label,
.comment-form-dt-privatepolicy label, .dt-privacy-wrapper label, input[type="checkbox"], input[type="checkbox"] + label { cursor:pointer; }

.dt_ajax_subscribe_msg { float:left; width:100%; }

input:disabled{ opacity:0.5; pointer-events:none}

/*------> Comment  Privatepolicy Start<-----*/

.comment-form-cookies-consent input, .comment-form-dt-privatepolicy input{top:-2px; position: relative;}																									
.comment-form-cookies-consent label{ margin-left: 0; }																									
.comment-form-dt-privatepolicy label{ margin-left:0px;}
.comment-form-cookies-consent input, .comment-form-dt-privatepolicy input { margin-right: 5px; }
#respond .comment-form-dt-privatepolicy, .respond .comment-form-cookies-consent { margin: 10px 0 5px; }

.dt-cookie-consent a.dt_cookie_infolink, .dt-cookie-consent p{ font-size: inherit !important; }
.woocommerce-MyAccount-navigation ul { list-style: none !important;}

/*--------------------------------------------------------------
1.13 - Default Color
--------------------------------------------------------------*/
body, a:hover { color: #8d8d8d; }
h1, h2, h3, h4, h5, h6 { color: #4d4d4d; font-weight: 700; line-height: normal; margin-bottom: 30px; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #4d4d4d; }
.dt-sc-dark-bg, .dt-sc-dark-bg h1, .dt-sc-dark-bg h2, .dt-sc-dark-bg h3, .dt-sc-dark-bg h4, .dt-sc-dark-bg h5, .dt-sc-dark-bg h6, .dt-sc-dark-bg .dt-sc-title.with-right-border-decor > h1:first-child, .dt-sc-dark-bg .dt-sc-title.with-right-border-decor > h2:first-child, .dt-sc-dark-bg .dt-sc-title.with-right-border-decor > h3:first-child, .dt-sc-dark-bg .dt-sc-title.with-right-border-decor > h4:first-child, .dt-sc-dark-bg .dt-sc-title.with-right-border-decor > h5:first-child, .dt-sc-dark-bg .dt-sc-title.with-right-border-decor > h6:first-child { color: #fff; }
.dt-sc-dark-bg { border-color: #fff; }
.wp-caption-text, .wp-caption-dt { background: rgba(0, 0, 0, .02); border-color: rgba(0, 0, 0, .07); }
.dt-sc-dark-bg .wp-caption-text, .dt-sc-dark-bg .wp-caption-dt { background: rgba(255, 255, 255, .15); border-color: rgba(255, 255, 255, .05); }
abbr { border-color: #222; }
ins { color: #4d4d4d; }
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'], textarea { color: #4d4d4d; }
select, .form-calender-icon input[type='text'] { color: #b4aab4; }
.form-calender-icon input[type='text'], .selection-box select { padding-left: 10px; padding-right: 50px; }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #4d4d4d;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
}
input[type='text']::-moz-input-placeholder, input[type='text']::-webkit-input-placeholder {
 color: #4d4d4d;
}
input[type='submit']:hover, input[type='reset']:hover, button:hover, input[type='button']:hover { color: #fff; }
label span.required { color: #f00; }
fieldset { border-color: rgba(0, 0, 0, .2); }
.dt-sc-dark-bg fieldset { border-color: rgba(255, 255, 255, .2); }
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'], select { border-color: rgba(0, 0, 0, .15); }
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='url']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='range']:focus, input[type='date']:focus, textarea:focus, input.text:focus, input[type='search']:focus { box-shadow: 0 0 5px rgba(0, 0, 0, .2); }
/*----*****---- << Separator >> --****--*/
.dt-sc-dark-bg .dt-sc-skin-highlight .dt-sc-small-separator, .dt-sc-dark-bg .dt-sc-vertical-small-separator { background: #fff; }
.dt-sc-single-line-separator { border-top-color: rgba(0, 0, 0, .2); }
.dt-sc-down-arrow:before { border-top-color: #fff; }
.dt-sc-up-arrow-bottom:before { border-bottom-color: #fff; }
.dt-sc-dark-bg .dt-sc-single-line-separator { border-color: rgba(255, 255, 255, .2); }
.dt-sc-diamond-separator:before, .dt-sc-diamond-separator:after { background: rgba(0, 0, 0, .1); }
.dt-sc-dark-bg .dt-sc-diamond-separator:before, .dt-sc-dark-bg .dt-sc-diamond-separator:after { background: rgba(255, 255, 255, .2); }
.dt-sc-vertical-separator:before { background: rgba(0, 0, 0, .2); }
.dt-sc-double-border-separator, .dt-sc-double-border-separator:before { background: #000; }
/*--------------------------------------------------------------
BX Wrapper
--------------------------------------------------------------*/
.bx-wrapper { overflow: hidden; position: relative; }
.bx-wrapper ul li { padding-bottom: 0; text-align: center; }
.bx-controls a { border-radius: 50%; bottom: 0; color: #fff; font-size: 0; height: 113px; margin: auto; position: absolute; top: 0; width: 57px; z-index: 501; }
.bx-controls a.bx-prev, .carousel_items .carousel-prv-arrow a { background-color: #000; left: 20px; -webkit-mask-image: url(//btcgas.fr/wp-content/themes/whistle/images/slider-prev-arrow.png); mask-image: url(//btcgas.fr/wp-content/themes/whistle/images/slider-prev-arrow.png); }
.bx-controls a.bx-next, .carousel_items .carousel-next-arrow a { background: no-repeat center center; background-color: #000; right: 20px; -webkit-mask-image: url(//btcgas.fr/wp-content/themes/whistle/images/slider-next-arrow.png); mask-image: url(//btcgas.fr/wp-content/themes/whistle/images/slider-next-arrow.png); }
/*--------------------------------------------------------------
1.14 - IE9 and above override
--------------------------------------------------------------*/
@media screen and (min-width:0\0) {
 .selection-box:before,  .selection-box:after {
 background: none;
 border: none;
}
 .selection-box select {
 padding-right: 15px;
 position: relative;
}
}


/*--------------------------------------------------------------
1.15 - Responsive
--------------------------------------------------------------*/
/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {
}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {
.vc_row-no-padding .wpb_column { margin-bottom: 0; }
.vc_row.vc_row-flex > .dt-sc-stretch-row-content,  .vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container { display: inline-block; }
.flex-col-elements-inline-middle.justify-end.vc_column_container > .vc_column-inner > .wpb_wrapper { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
input[type='text'],  input[type='password'],  input[type='email'],  input[type='url'],  input[type='tel'],  input[type='number'],  input[type='range'],  input[type='date'],  textarea,  input.text,  input[type='search'] { margin: 0; }
#respond p { margin-bottom: 0; }
.dt-sc-newsletter-section.type7 .dt-privacy-wrapper { position: initial; }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
th,  td,  tbody th { font-size: 12px; }
}
@media only screen and (max-width: 479px) {
.commententries .nav-previous,  .commententries .nav-next { text-align: center; width: 100%; }
/*----*****---- << PrettyPhoto >> --****--*/
.pp_pic_holder { left: 5% !important; overflow: hidden; width: 90% !important; }
.pp_content { height: auto!important; width: 98%!important; }
.pp_fade { height: 100%!important; width: 100%!important; }
a.pp_expand,  a.pp_contract,  .pp_hoverContainer,  .pp_gallery { display: none!important; }
#pp_full_res img { height: auto!important; width: 100%!important; }
.pp_details { min-height: 25px; position: static!important; width: 100%!important; }
.pp_details a.pp_close { right: 25px; }
div.pp_default .pp_content_container .pp_details { margin-top: 15px; }
/*----*****---- << Tooltip >> --****--*/
#tiptip_content { font-size: 11px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
/*----*****---- << Miscellaneous >> --****--*/
th,  td,  tbody th { font-size: 10px; }
th { padding: 10px 6px; }
td,  tbody th { padding: 13px 6px; }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {
h2 { font-size: 22px; }
th,  td,  tbody th { font-size: 8px; }
th { padding: 12px 0; }
td,  tbody th { padding: 10px 0; }
}/* Table of Content
==================================================
1.0 - Container
2.0 - Boxed
3.0 - Columns
4.0 - Mega Menu
5.0 - Responsive */


/*--------------------------------------------------------------
1.0 - Container
--------------------------------------------------------------*/



.wrapper
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.inner-wrapper
{
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.container
{
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 1170px;
}

.container.fill-container,
.container.fill-stretch-row,
.page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
{
    width: 1170px;
}

.page-template-tpl-fullwidth .vc_row.vc-default-row
{
    margin-left: 0;
}

#header .dt-header-tpl .sticky-wrapper .apply-sticky-header
{
    max-width: 1170px;
}

#main
{
    clear: both;
    display: block;
    float: left;
    margin: 50px 0 70px 0;
    padding: 0;
    width: 100%;
}

#primary
{
    float: left;
    margin: 0;
    padding: 0 0 0;
    position: relative;
    width: 770px;
}

#primary.content-full-width
{
    width: 100%;
}

#primary.with-left-sidebar
{
    float: right;
    margin-left: 30px;
}

#primary.with-right-sidebar
{
    float: left;
    margin-right: 30px;
}

#primary.with-both-sidebar
{
    display: inline-block;
    float: none;
    margin: 0 30px;
    width: 570px;
}

#secondary,
#secondary-right,
#secondary-left
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 370px;
    z-index: 1;
}

#secondary-right.secondary-has-right-sidebar
{
    float: right;
}

#secondary-left.secondary-has-left-sidebar
{
    float: left;
}

#secondary.secondary-has-both-sidebar
{
    margin: 0;
}

#secondary-left.secondary-has-both-sidebar,
#secondary-right.secondary-has-both-sidebar
{
    width: 270px;
}

#secondary-left.secondary-has-both-sidebar
{
    float: left;
}

#secondary-right.secondary-has-both-sidebar
{
    float: right;
}

.page-template-tpl-fullwidth-php #primary
{
    padding-bottom: 0;
}

#secondary-left.secondary-has-both-sidebar,
#secondary-right.secondary-has-both-sidebar
{
    width: 270px;
}



/*----*****---- << Single Page >> ----*****----*/



.page-template-tpl-blog #primary,
.page-template-tpl-portfolio #primary,
.page-template-tpl-sidenavigation #primary,
.single #primary,
.archive #primary,
.post-type-archive-tribe_events #primary,
.woocommerce-page #primary,
.single.single-wp_router_page #main,
.search.search-results #primary,
.search.search-no-results #primary,
.home.blog #primary,
.buddypress #primary,
.page-template-default #primary
{
    /*padding-bottom: 80px;*/
}

/*--------------------------------------------------------------
2.0 - Boxed
--------------------------------------------------------------*/



body.layout-boxed
{
    background-attachment: fixed;
    background-color: rgba(0,0,0,.025);
}

.layout-boxed .wrapper
{
    overflow: hidden;
}

.layout-boxed .inner-wrapper
{
    background: #fff;
}

.layout-boxed .vc_row.vc_row-no-padding,
.layout-boxed .vc_row[data-vc-full-width]
{
    left: auto !important;
    margin: 0 -40px;
    padding: 0 !important;
    width: auto !important;
}

.layout-boxed .ls-container,
.layout-boxed .ls-container,
.layout-boxed #ls-global .ls-container
{
    margin: auto !important;
    overflow: hidden;
    width: 100% !important;
}

.layout-boxed .vc_row.vc_row-no-padding.top-bar,
.layout-boxed .vc_row[data-vc-full-width].top-bar
{
    float: none;
}

.layout-boxed .wrapper
{
    float: none;
    margin: 0 auto;
    width: 1250px;
}

.layout-boxed .vc_row .dt-sc-stretch-row-content
{
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 1170px;
}

/*--------------------------------------------------------------
3.0 - Columns
--------------------------------------------------------------*/

/*.column { margin: 0 0  0 2%; float:left; min-height:1px; position:relative; }
.column.first { clear:both; margin-left: 0; }	
.column.dt-sc-full-width, .column.dt-sc-one-column { margin-left: 0; }

.dt-sc-full-width, .dt-sc-one-column { width:100%; }

.dt-sc-one-half, .dt-sc-three-sixth { width: 49%; }
.dt-sc-one-third, .dt-sc-two-sixth { width: 32%; }
.dt-sc-two-third, .dt-sc-four-sixth { width: 66%; }

.dt-sc-one-fourth { width: 23.5%; }
.dt-sc-three-fourth { width: 74.5%; }	

.dt-sc-one-fifth { width: 18.4%; }
.dt-sc-two-fifth { width: 38.8%; }
.dt-sc-three-fifth { width: 59.2%; }
.dt-sc-four-fifth { width: 79.6%; }

.dt-sc-one-sixth { width: 15%; }
.dt-sc-five-sixth { width: 83%; }	


.column.no-space { margin-left: 0; margin-right: 0; }

.column.no-space.dt-sc-one-half, .column.no-space.dt-sc-three-sixth { width: 50%; }
.column.no-space.dt-sc-one-third, .column.no-space.dt-sc-two-sixth { width: 33.33%; }
.column.no-space.dt-sc-two-third, .column.no-space.dt-sc-four-sixth { width: 66.66%; }

.column.no-space.dt-sc-one-fourth { width: 25%; }
.column.no-space.dt-sc-three-fourth { width: 75%; }	

.column.no-space.dt-sc-one-fifth { width: 20%; }
.column.no-space.dt-sc-two-fifth { width: 40%; }
.column.no-space.dt-sc-three-fifth { width: 60%; }
.column.no-space.dt-sc-four-fifth { width: 80%; }

.column.no-space.dt-sc-one-sixth { width: 16.66%; }
.column.no-space.dt-sc-five-sixth { width: 83.33%; }	


*/

.column iframe,
iframe
{
    max-width: 100%;
    width: 100%;
}
embed,
iframe,
object,
video
{
    max-width: 100%;
    width: 100%;
}



.column
{
    float: left;
    margin: 0 0 0 2.6%;
    min-height: 1px;
    position: relative;
}

.column.first
{
    margin-left: 0;
}

.dt-sc-full-width,
.dt-sc-one-column
{
    width: 100%;
}

.column.dt-sc-full-width,
.column.dt-sc-one-column
{
    margin-left: 0;
}

.dt-sc-one-fourth
{
    width: 23%;
}

.portfolio.dt-sc-one-fourth.width-2
{
    width: 49.65%;
}

.portfolio.dt-sc-one-fourth
{
    width: 24.5%;
}

/*	.portfolio.dt-sc-one-fourth.with-sidebar { width:24%; } */




.container .portfolio.dt-sc-one-fourth
{
    width: 24.3%;
}

.activity-single .portfolio.dt-sc-one-half
{
    width: 49%;
}

.dt-sc-one-half
{
    width: 48.7%;
}

.portfolio.dt-sc-one-half
{
    width: 49.6%;
}

.portfolio.dt-sc-one-half.with-sidebar
{
    width: 49.4%;
}

.dt-sc-one-third
{
    width: 31.6%;
}

.container .portfolio.dt-sc-one-third
{
    width: 32.7%;
}

.portfolio.dt-sc-one-third.with-sidebar
{
    width: 32.5%;
}

.portfolio.dt-sc-one-third
{
    width: 32.9%;
}

.dt-sc-three-fourth
{
    width: 74.4%;
}

.dt-sc-two-third
{
    width: 65.8%;
}

.dt-sc-one-fifth
{
    width: 17.9%;
}

.dt-sc-four-fifth
{
    width: 79.5%;
}

.dt-sc-three-fifth
{
    width: 59%;
}

.dt-sc-two-fifth
{
    width: 38.4%;
}

.dt-sc-one-sixth
{
    width: 14.5%;
}

.dt-sc-two-sixth
{
    width: 31.6%;
}

.dt-sc-three-sixth
{
    width: 48.7%;
}

.dt-sc-four-sixth
{
    width: 65.8%;
}

.dt-sc-five-sixth
{
    width: 82.9%;
}

.column img
{
    height: auto;
    max-width: 100%;
}

.dt-sc-one-half iframe,
.dt-sc-one-third iframe,
.dt-sc-one-fourth iframe,
.dt-sc-three-fourth iframe,
.dt-sc-two-third iframe,
iframe
{
    max-width: 100%;
}

embed,
iframe,
object,
video
{
    max-width: 100%;
}

.column.no-space
{
    margin-left: 0;
    margin-right: 0;
}

.column.no-space.dt-sc-one-fourth
{
    width: 25%;
}

.column.no-space.dt-sc-one-third
{
    width: 33.3%;
}

.column.no-space.dt-sc-one-half
{
    width: 50%;
}

.column.no-space.dt-sc-one-fifth
{
    width: 20%;
}

.column.no-space.dt-sc-one-sixth
{
    width: 16.665%;
}

.column.no-space.dt-sc-three-fourth
{
    width: 75%;
}

.column.no-space.dt-sc-two-third
{
    width: 66.6%;
}

.column.no-space.dt-sc-four-fifth
{
    width: 80%;
}

.column.no-space.dt-sc-three-fifth
{
    width: 60%;
}

.column.no-space.dt-sc-two-fifth
{
    width: 40%;
}

.column.no-space.dt-sc-two-sixth
{
    width: 33.2%;
}

.column.no-space.dt-sc-three-sixth
{
    width: 49.8%;
}

.column.no-space.dt-sc-four-sixth
{
    width: 66.4%;
}

.column.no-space.dt-sc-five-sixth
{
    width: 83%;
}

/*----*****---- << Custom Class Override >> ----*****----*/



.rs_margin-none.vc_row
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rs_margin-default.vc_row
{
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/*--------------------------------------------------------------
4.0 - Mega Menu
--------------------------------------------------------------*/




/*--------------------------------------------------------------
5.0 - Responsive
--------------------------------------------------------------*/

@media only screen and (min-width:1381px) and (max-width:1680px)
{
    /*----*****---- << Custom Responsive Columns >> ----*****----*/


    .wpb_column.rs_col-hxlg-12
    {
        width: 100%;
    }

    .wpb_column.rs_col-hxlg-11
    {
        width: 91.66666667%;
    }

    .wpb_column.rs_col-hxlg-10
    {
        width: 83.33333333%;
    }

    .wpb_column.rs_col-hxlg-9
    {
        width: 75%;
    }

    .wpb_column.rs_col-hxlg-8
    {
        width: 66.66666667%;
    }

    .wpb_column.rs_col-hxlg-7
    {
        width: 58.33333333%;
    }

    .wpb_column.rs_col-hxlg-6
    {
        width: 50%;
    }

    .wpb_column.rs_col-hxlg-5
    {
        width: 41.66666667%;
    }

    .wpb_column.rs_col-hxlg-4
    {
        width: 33.33333333%;
    }

    .wpb_column.rs_col-hxlg-3
    {
        width: 25%;
    }

    .wpb_column.rs_col-hxlg-2
    {
        width: 16.66666667%;
    }

    .wpb_column.rs_col-hxlg-1
    {
        width: 8.33333333%;
    }

    .rs_col-hxlg-offset-12
    {
        margin-left: 100%;
    }

    .rs_col-hxlg-offset-11
    {
        margin-left: 91.66666667%;
    }

    .rs_col-hxlg-offset-10
    {
        margin-left: 83.33333333%;
    }

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

    .rs_col-hxlg-offset-8
    {
        margin-left: 66.66666667%;
    }

    .rs_col-hxlg-offset-7
    {
        margin-left: 58.33333333%;
    }

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

    .rs_col-hxlg-offset-5
    {
        margin-left: 41.66666667%;
    }

    .rs_col-hxlg-offset-4
    {
        margin-left: 33.33333333%;
    }

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

    .rs_col-hxlg-offset-2
    {
        margin-left: 16.66666667%;
    }

    .rs_col-hxlg-offset-1
    {
        margin-left: 8.33333333%;
    }

    .rs_col-hxlg-offset-0
    {
        margin-left: 0;
    }

    .rs_hidden-hxlg
    {
        display: none !important;
    }

    .wpb_column[class*='rs_col-hxlg-offset'],
    .rs_col-hxlg-6.wpb_column[class*='rs_col-hxlg-offset'],
    .rs_col-hxlg-8.wpb_column[class*='rs_col-hxlg-offset'],
    .rs_col-hxlg-10.wpb_column[class*='rs_col-hxlg-offset'],
    .rs_col-hxlg-12.wpb_column
    {
        margin-bottom: 20px;
    }

    .rs_col-hxlg-nospace-bottom.wpb_column,
    .rs_col-hxlg-12 ~ .rs_col-hxlg-12,
    .rs_col-hxlg-12.wpb_column:last-child,
    .rs_col-hxlg-8.wpb_column:last-child,
    .vc_row-no-padding > .rs_col-hxlg-12.wpb_column,
    .vc_row-no-padding .rs_col-qxlg-12.wpb_column,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-hxlg-12.wpb_column ~ .rs_col-hxlg-12.dt-sc-skin-highlight,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-hxlg-12.wpb_column ~ .rs_col-hxlg-12.vc_col-has-fill
    {
        margin-bottom: 0;
    }

    .rs_margin-hxlg-none.vc_row
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-hxlg-default.vc_row
    {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_hxlg h1,
    .rs_aligncenter_hxlg h2,
    .rs_aligncenter_hxlg h3,
    .rs_aligncenter_hxlg h4,
    .rs_aligncenter_hxlg h5,
    .rs_aligncenter_hxlg h6,
    .rs_aligncenter_hxlg p,
    .rs_aligncenter_hxlg div[class*='vc_custom'],
    .rs_aligncenter_hxlg div,
    .rs_aligncenter_hxlg
    {
        text-align: center !important;
    }

    .rs_aligncenter_hxlg .alignleft,
    .rs_aligncenter_hxlg .alignright
    {
        text-align: center;
    }
}
@media only screen and (min-width:1170px) and (max-width:1380px)
{
    /*----*****---- <<Container >> ----*****----*/



    .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content,
    .left-header #header-wrapper .top-bar .container
    {
        width: 1080px;
    }

    .container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
    {
        width: 1110px;
    }

    .layout-boxed .wrapper,
    .layout-boxed .main-header-wrapper,
    .layout-boxed .is-sticky #header-wrapper,
    .layout-boxed.standard-header .main-header-wrapper
    {
        width: 1120px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header
    {
        max-width: 1080px;
    }

    #primary
    {
        width: 810px;
    }

    #secondary,
    #secondary-right,
    #secondary-left
    {
        width: 240px;
    }

    #primary.with-both-sidebar
    {
        width: 540px;
    }

    .layout-boxed .vc_row.vc_row-no-padding
    {
        margin: 0 -30px;
    }

    /*----*****---- << Custom Responsive Columns >> ----*****----*/




    .wpb_column.rs_col-qxlg-12
    {
        width: 100%;
    }

    .wpb_column.rs_col-qxlg-11
    {
        width: 91.66666667%;
    }

    .wpb_column.rs_col-qxlg-10
    {
        width: 83.33333333%;
    }

    .wpb_column.rs_col-qxlg-9
    {
        width: 75%;
    }

    .wpb_column.rs_col-qxlg-8
    {
        width: 66.66666667%;
    }

    .wpb_column.rs_col-qxlg-7
    {
        width: 58.33333333%;
    }

    .wpb_column.rs_col-qxlg-6
    {
        width: 50%;
    }

    .wpb_column.rs_col-qxlg-5
    {
        width: 41.66666667%;
    }

    .wpb_column.rs_col-qxlg-4
    {
        width: 33.33333333%;
    }

    .wpb_column.rs_col-qxlg-3
    {
        width: 25%;
    }

    .wpb_column.rs_col-qxlg-2
    {
        width: 16.66666667%;
    }

    .wpb_column.rs_col-qxlg-1
    {
        width: 8.33333333%;
    }

    .rs_col-qxlg-offset-12
    {
        margin-left: 100%;
    }

    .rs_col-qxlg-offset-11
    {
        margin-left: 91.66666667%;
    }

    .rs_col-qxlg-offset-10
    {
        margin-left: 83.33333333%;
    }

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

    .rs_col-qxlg-offset-8
    {
        margin-left: 66.66666667%;
    }

    .rs_col-qxlg-offset-7
    {
        margin-left: 58.33333333%;
    }

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

    .rs_col-qxlg-offset-5
    {
        margin-left: 41.66666667%;
    }

    .rs_col-qxlg-offset-4
    {
        margin-left: 33.33333333%;
    }

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

    .rs_col-qxlg-offset-2
    {
        margin-left: 16.66666667%;
    }

    .rs_col-qxlg-offset-1
    {
        margin-left: 8.33333333%;
    }

    .rs_col-qxlg-offset-0
    {
        margin-left: 0;
    }

    .rs_hidden-qxlg
    {
        display: none !important;
    }

    .rs_col-qxlg-6.wpb_column[class*='rs_col-qxlg-offset'],
    .rs_col-qxlg-8.wpb_column[class*='rs_col-qxlg-offset'],
    .rs_col-qxlg-10.wpb_column[class*='rs_col-qxlg-offset'],
    .rs_col-qxlg-12.wpb_column,
    .wpb_column[class*='rs_col-qxlg-offset']
    {
        margin-bottom: 20px;
    }

    .rs_col-qxlg-nospace-bottom.wpb_column,
    .rs_col-qxlg-12 ~ .rs_col-qxlg-12,
    .rs_col-qxlg-12.wpb_column:last-child,
    .rs_col-qxlg-8.wpb_column:last-child,
    .vc_row-no-padding > .rs_col-qxlg-12.wpb_column,
    .vc_row-no-padding .rs_col-qxlg-12.wpb_column,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-qxlg-12.wpb_column ~ .rs_col-qxlg-12.dt-sc-skin-highlight,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-qxlg-12.wpb_column ~ .rs_col-qxlg-12.vc_col-has-fill
    {
        margin-bottom: 0;
    }

    .rs_margin-qxlg-none.vc_row
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-qxlg-default.vc_row
    {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_qxlg h1,
    .rs_aligncenter_qxlg h2,
    .rs_aligncenter_qxlg h3,
    .rs_aligncenter_qxlg h4,
    .rs_aligncenter_qxlg h5,
    .rs_aligncenter_qxlg h6,
    .rs_aligncenter_qxlg p,
    .rs_aligncenter_qxlg div[class*='vc_custom'],
    .rs_aligncenter_qxlg div,
    .rs_aligncenter_qxlg
    {
        text-align: center !important;
    }

    .rs_aligncenter_qxlg .alignleft,
    .rs_aligncenter_qxlg .alignright
    {
        text-align: center;
    }

    .workouts-menu.vertical
    {
        width: 330px !important;
    }
}
@media only screen and (min-width:1170px)
{
    .wpb_column.dt-sc-one-fifth
    {
        width: 20%;
    }

    .wpb_column.dt-sc-two-fifth
    {
        width: 40%;
    }

    .wpb_column.dt-sc-three-fifth
    {
        width: 60%;
    }

    .wpb_column.dt-sc-four-fifth
    {
        width: 80%;
    }
}


/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    /*----*****---- << Container >> ----*****----*/



    .container,
    .type5.tribe_events .container .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content
    {
        width: 900px;
    }

    .container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
    {
        width: 930px;
    }

    .layout-boxed .wrapper
    {
        width: 940px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    .page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7
    {
        max-width: 900px;
    }

    #primary
    {
        margin-bottom: 40px;
        width: 670px;
    }

    #primary.with-both-sidebar
    {
        width: 440px;
    }

    #secondary,
    #secondary-right,
    #secondary-left
    {
        width: 200px;
    }

    .layout-boxed .vc_row.vc_row-no-padding
    {
        margin: 0 -20px;
    }

    /*----*****---- << Mega Menu >> ----*****----*/


    /*----*****---- << Column >> ----*****----*/



    .wpb_column.dt-sc-one-fifth:not([class*='vc_col-md'])
    {
        width: 20%;
    }

    .wpb_column.dt-sc-two-fifth:not([class*='vc_col-md'])
    {
        width: 40%;
    }

    .wpb_column.dt-sc-three-fifth:not([class*='vc_col-md'])
    {
        width: 60%;
    }

    .wpb_column.dt-sc-four-fifth:not([class*='vc_col-md'])
    {
        width: 80%;
    }

    .vc_col-md-6.wpb_column[class*='vc_col-md-offset'],
    .vc_col-md-8.wpb_column[class*='vc_col-md-offset'],
    .vc_col-md-10.wpb_column[class*='vc_col-md-offset'],
    .vc_col-md-12.wpb_column,
    .wpb_column[class*='vc_col-md-offset']
    {
        /*margin-bottom: 20px; */
    }

    .rs_col-md-nospace-bottom.wpb_column,
    .vc_col-md-12 ~ .vc_col-md-12,
    .vc_col-md-12.wpb_column:last-child,
    .vc_col-md-8.wpb_column:last-child,
    .vc_row-no-padding > .vc_col-md-12.wpb_column,
    .vc_row-no-padding .vc_col-md-12.wpb_column,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .vc_col-md-12.wpb_column ~ .vc_col-md-12.dt-sc-skin-highlight,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .vc_col-md-12.wpb_column ~ .vc_col-md-12.vc_col-has-fill
    {
        margin-bottom: 0;
    }

    .rs_margin-md-none.vc_row
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-md-default.vc_row
    {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_margin_top_md-150.vc_row,
    .rs_margin_top_md-150.wpb_column .vc_column-inner
    {
        margin-top: 150px !important;
    }

    .rs_aligncenter_md h1,
    .rs_aligncenter_md h2,
    .rs_aligncenter_md h3,
    .rs_aligncenter_md h4,
    .rs_aligncenter_md h5,
    .rs_aligncenter_md h6,
    .rs_aligncenter_md p,
    .rs_aligncenter_md div[class*='vc_custom'],
    .rs_aligncenter_md div,
    .rs_aligncenter_md
    {
        text-align: center !important;
    }

    .rs_aligncenter_md .alignleft,
    .rs_aligncenter_md .alignright
    {
        text-align: center;
    }

    .dt-sc-callout-box
    {
        font-size: 14px !important;
        line-height: 28px !important;
    }

    .dt-sc-callout-box h2
    {
        font-size: 24px !important;
        line-height: normal;
    }
}
@media only screen and (min-width:768px) and (max-width:991px)
{
    /*----*****---- << Container >> ----*****----*/



    .container,
    .type5.tribe_events .container .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content
    {
        width: 710px;
    }

    .container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
    {
        width: 740px;
    }

    .layout-boxed .wrapper
    {
        width: 750px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    .page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7
    {
        max-width: 710px;
    }

    #primary
    {
        width: 500px;
    }

    #primary.with-both-sidebar
    {
        margin: 0;
        width: 100%;
    }

    #secondary,
    #secondary-right,
    #secondary-left
    {
        width: 180px;
    }

    .layout-boxed .vc_row.vc_row-no-padding
    {
        margin: 0 -20px;
    }

    /*----*****---- << Mega Menu >> ----*****----*/



    #main-menu .megamenu-2-columns-group .megamenu-child-container
    {
        width: 340px;
    }

    #main-menu .megamenu-3-columns-group .megamenu-child-container
    {
        width: 510px;
    }

    #main-menu .megamenu-4-columns-group .megamenu-child-container
    {
        width: 680px;
    }

    /*----*****---- << Custom Responsive Columns >> ----*****----*/




    .wpb_column.rs_col-sm-12
    {
        width: 100%;
    }

    .wpb_column.rs_col-sm-11
    {
        width: 91.66666667%;
    }

    .wpb_column.rs_col-sm-10
    {
        width: 83.33333333%;
    }

    .wpb_column.rs_col-sm-9
    {
        width: 75%;
    }

    .wpb_column.rs_col-sm-8
    {
        width: 66.66666667%;
    }

    .wpb_column.rs_col-sm-7
    {
        width: 58.33333333%;
    }

    .wpb_column.rs_col-sm-6
    {
        width: 50%;
    }

    .wpb_column.rs_col-sm-5
    {
        width: 41.66666667%;
    }

    .wpb_column.rs_col-sm-4
    {
        width: 33.33333333%;
    }

    .wpb_column.rs_col-sm-3
    {
        width: 25%;
    }

    .wpb_column.rs_col-sm-2
    {
        width: 16.66666667%;
    }

    .wpb_column.rs_col-sm-1
    {
        width: 8.33333333%;
    }

    .wpb_column.dt-sc-one-fifth:not([class*='rs_col-sm'])
    {
        width: 20%;
    }

    .wpb_column.dt-sc-two-fifth:not([class*='rs_col-sm'])
    {
        width: 40%;
    }

    .wpb_column.dt-sc-three-fifth:not([class*='rs_col-sm'])
    {
        width: 60%;
    }

    .wpb_column.dt-sc-four-fifth:not([class*='rs_col-sm'])
    {
        width: 80%;
    }

    .rs_col-sm-6.wpb_column[class*='vc_col-md-offset'],
    .rs_col-sm-8.wpb_column[class*='vc_col-md-offset'],
    .rs_col-sm-10.wpb_column[class*='vc_col-md-offset']
    {
        margin-bottom: 20px;
    }

    .rs_col-sm-nospace-bottom.wpb_column,
    .rs_col-sm-12 ~ .rs_col-sm-12,
    .rs_col-sm-12.wpb_column:last-child,
    .rs_col-sm-8.wpb_column:last-child,
    .vc_row-no-padding > .rs_col-sm-12.wpb_column,
    .vc_row-no-padding .rs_col-sm-12.wpb_column,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-sm-12.wpb_column ~ .rs_col-sm-12.dt-sc-skin-highlight,
    .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-sm-12.wpb_column ~ .rs_col-sm-12.vc_col-has-fill
    {
        margin-bottom: 0;
    }

    .rs_margin-sm-none.vc_row
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-sm-default.vc_row
    {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_sm h1,
    .rs_aligncenter_sm h2,
    .rs_aligncenter_sm h3,
    .rs_aligncenter_sm h4,
    .rs_aligncenter_sm h5,
    .rs_aligncenter_sm h6,
    .rs_aligncenter_sm p,
    .rs_aligncenter_sm div[class*='vc_custom'],
    .rs_aligncenter_sm div,
    .rs_aligncenter_sm
    {
        text-align: center !important;
    }

    .rs_aligncenter_sm .alignleft,
    .rs_aligncenter_sm .alignright
    {
        text-align: center;
    }

    .rs_margin_top_sm-50.vc_row,
    .rs_margin_top_sm-50.wpb_column .vc_column-inner
    {
        margin-top: 50px !important;
    }

    .rs_margin_top_sm-150.vc_row,
    .rs_margin_top_sm-150.wpb_column .vc_column-inner
    {
        margin-top: 150px !important;
    }

    .rs_margin_top_sm_alt-75.vc_row,
    .rs_margin_top_sm_alt-75.wpb_column .vc_column-inner
    {
        margin-top: -75px !important;
    }

    .page-template-tpl-blog #primary,
    .page-template-tpl-portfolio #primary,
    .page-template-tpl-sidenavigation #primary,
    .single #primary,
    .archive #primary,
    .post-type-archive-tribe_events #primary,
    .woocommerce-page #primary,
    .single.single-wp_router_page #main,
    .search.search-results #primary,
    .search.search-no-results #primary,
    .home.blog #primary
    {
        padding-bottom: 60px;
    }
    #main
    {
        margin: 0 0 40px 0;
    }
}
@media only screen and (max-width: 767px)
{
    /*----*****---- << Content >> ----*****----*/



    #primary
    {
        margin-bottom: 0;;
        width: 100%;
    }

    #primary.with-both-sidebar
    {
        margin: 0;
        width: 100%;
    }

    #primary.with-left-sidebar
    {
        margin-left: 0;
    }

    #primary.with-right-sidebar
    {
        margin-right: 0;
    }

    #secondary,
    #secondary-right,
    #secondary-left
    {
        width: 100%;
    }

    /*----*****---- << Column >> ----*****----*/



    .column
    {
        margin-left: 0;
    }

    .column,
    .wpb_column
    {
        margin-bottom: 20px;
    }

    .wpb_column .wpb_column
    {
        padding: 0;
    }

    .column,
    .column.no-space,
    .wpb_column,
    .dt-sc-one-half,
    .dt-sc-three-sixth,
    .column.no-space.dt-sc-one-half,
    .column.no-space.dt-sc-three-sixth,
    .dt-sc-one-third,
    .dt-sc-two-sixth,
    .column.no-space.dt-sc-one-third,
    .column.no-space.dt-sc-two-sixth,
    .dt-sc-two-third,
    .dt-sc-four-sixth,
    .column.no-space.dt-sc-two-third,
    .column.no-space.dt-sc-four-sixth,
    .dt-sc-one-fourth,
    .column.no-space.dt-sc-one-fourth,
    .dt-sc-three-fourth,
    .column.no-space.dt-sc-three-fourth,
    .dt-sc-one-fifth,
    .column.no-space.dt-sc-one-fifth,
    .dt-sc-two-fifth,
    .column.no-space.dt-sc-two-fifth,
    .dt-sc-three-fifth,
    .column.no-space.dt-sc-three-fifth,
    .dt-sc-four-fifth,
    .column.no-space.dt-sc-four-fifth,
    .dt-sc-one-sixth,
    .column.no-space.dt-sc-one-sixth,
    .dt-sc-five-sixth,
    .column.no-space.dt-sc-five-sixth
    {
        width: 100%;
    }

    .rs_col-xs-nospace-bottom.wpb_column
    {
        margin-bottom: 0;
    }

    .rs_margin-xs-none.vc_row
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-xs-default.vc_row
    {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_xs h1,
    .rs_aligncenter_xs h2,
    .rs_aligncenter_xs h3,
    .rs_aligncenter_xs h4,
    .rs_aligncenter_xs h5,
    .rs_aligncenter_xs h6,
    .rs_aligncenter_xs p,
    .rs_aligncenter_xs div[class*='vc_custom'],
    .rs_aligncenter_xs div,
    .rs_aligncenter_xs
    {
        text-align: center !important;
    }

    .rs_aligncenter_xs .alignleft,
    .rs_aligncenter_xs .alignright
    {
        text-align: center;
    }

    #secondary-left.secondary-sidebar,
    #secondary-right.secondary-sidebar
    {
        float: none;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar
    {
        display: table-caption;
        float: none;
        margin-bottom: 30px;
    }

    .layout-boxed .vc_row.vc_row-no-padding
    {
        margin: 0;
    }

    .page-template-tpl-blog #primary,
    .page-template-tpl-portfolio #primary,
    .page-template-tpl-sidenavigation #primary,
    .single #primary,
    .archive #primary,
    .post-type-archive-tribe_events #primary,
    .woocommerce-page #primary,
    .single.single-wp_router_page #main,
    .search.search-results #primary,
    .search.search-no-results #primary,
    .home.blog #primary
    {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .page-template-tpl-blog #primary,
    .page-template-tpl-portfolio #primary,
    .page-template-tpl-sidenavigation #primary,
    .single #primary,
    .archive #primary,
    .post-type-archive-tribe_events #primary,
    .woocommerce-page #primary,
    .single.single-wp_router_page #main,
    .search.search-results #primary,
    .search.search-no-results #primary,
    .home.blog #primary
    {
        padding-bottom: 40px;
    }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    /*----*****---- << Container >> ----*****----*/



    .container,
    .type5.tribe_events .container .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content
    {
        width: 420px;
    }

    .container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
    {
        width: 450px;
    }

    .layout-boxed .wrapper
    {
        width: 460px;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar
    {
        width: 420px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    .page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7
    {
        max-width: 420px;
    }
}
@media only screen and (max-width: 479px)
{
    .wpb_column:not([class*='vc_col-xs']),
    .dt-sc-one-fifth.wpb_column:not([class*='vc_col-xs']),
    .dt-sc-two-fifth.wpb_column:not([class*='vc_col-xs']),
    .dt-sc-three-fifth.wpb_column:not([class*='vc_col-xs']),
    .dt-sc-four-fifth.wpb_column:not([class*='vc_col-xs'])
    {
        float: left;
        width: 100%;
    }

    .wpb_column[class*='vc_col-xs-offset']
    {
        margin-left: 0;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px)
{
    /*----*****---- << Container >> ----*****----*/



    .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content
    {
        width: 290px;
    }

    .container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
    {
        width: 320px;
    }

    .layout-boxed .wrapper
    {
        width: 100%;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar
    {
        width: 290px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header
    {
        max-width: 290px;
    }

    .layout-boxed .vc_row.vc_row-no-padding
    {
        left: 0 !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 319px)
{
    /*----*****---- << Container >> ----*****----*/

    .container,
    .type5.tribe_events .container .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content
    {
        width: 200px;
    }

    .container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row
    {
        width: 230px;
    }

    .layout-boxed .wrapper
    {
        width: 100%;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar
    {
        width: 200px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    .page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7
    {
        max-width: 200px;
    }
}/* Table of Content
==================================================
	1.0 - Transition
	1.1 - Widgets
	1.2 - Sidebar
	1.3 - Mega Menu
	1.4 - Events Calendar
	1.5 - Footer
	1.6 - Default Color
	1.7 - bbpress
	1.8 - Buddypress
	1.9 - Woocommerce
	1.10 - Browser Fix
	1.11 - Responsive */

/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/

.widget .recent-portfolio-widget ul li a:before,
.widget .recent-portfolio-widget ul li a:after,
.widget ul li:before,
.widget.widget_categories ul li > a:hover span,
.widget.widget_archive ul li > a:hover span,
.flickr-widget div a img,
.widget.widget_categories ul li > a span,
.widget.widget_archive ul li > a span,
.widget ul li:hover:before
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

/*--------------------------------------------------------------
	1.1 - Widgets
	--------------------------------------------------------------*/

.widgettitle
{
    clear: both;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.widgettitle:before
{
    background-color: #fff;
    bottom: 0;
    clear: both;
    content: '';
    display: inline-block;
    float: left;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.widget ul
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget ul li
{
    border-bottom: 1px solid;
    clear: both;
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    width: 100%;
}

.widget.widget_text ul li
{
    padding-left: 0;
}
.dt-working-hours ul li span
{
    float: right;
}
.widget ul li:last-child
{
    border-bottom-width: 0;
}

.widget ul li:only-child
{
    border-bottom-width: 1px;
}

.widget ul li > a,
.widget.widget_nav_menu ul.menu li > a
{
    display: inline-block;
    line-height: 24px;
    width: 100%;
}

.widget ul li:last-child > a
{
    padding-bottom: 0;
}

.widget ul li:first-child,
.widget.widget_nav_menu ul.menu li:first-child
{
    padding-top: 0;
}
.widget.widget_archive ul li:before
{
    content: '\f097';
}
.widget.widget_recent_entries ul li:before
{
    content: '\f1c5';
}
.widget.widget_recent_comments ul li:before
{
    content: '\f086';
}
.widget ul li:before
{
    color: #4d4d4d;
    content: '\f101';
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: inherit;
    top: 5px;
}
.widget.widget_categories ul li:before,
#footer .widget.woocommerce.widget_product_categories ul li:before
{
    top: 6px;
}
.widget.widget_categories ul li:before
{
    content: '\f013';
    left: 0;
}
footer .widget ul li:before
{
    display: none;
}

.widget ul li:first-child:before
{
    top: 0;
}

.woocommerce .widget ul.product-categories li:first-child:before,
.woocommerce.widget ul.product-categories li:first-child:before,
.widget.widget_layered_nav ul li:first-child:before
{
    top: 7px;
}

.widget.widget_pages ul li ul.children,
.widget.widget_nav_menu ul li ul.sub-menu
{
    padding: 10px 0 0 20px;
    width: 100%;
}

.widget.widget_archive ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_nav_menu ul.menu li ul
{
    padding-left: 15px;
    padding-top: 10px;
}

.widget.widget_nav_menu ul.menu li a
{
    background: none;
    border: none;
    font-weight: normal;
    padding: 0;
    text-transform: lowercase;
}

.widget.widget_nav_menu ul.menu li a:first-letter
{
    text-transform: uppercase;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul.menu li
{
    padding: 0;
}

.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a,
.widget.widget_pages ul li > a,
.widget.widget_meta ul li > a,
.widget.widget_nav_menu ul.menu li > a,
.widget.widget_text ul li > a
{
    padding: 10px 0 10px 20px;
}

.widget.widget_archive ul li:first-child > a,
.widget.widget_categories ul li:first-child > a,
.widget.widget_pages ul li:first-child > a,
.widget.widget_meta ul li:first-child > a,
.widget.widget_nav_menu ul.menu li:first-child > a,
.widget.widget_text ul li:first-child > a
{
    padding-top: 0;
}

.widget .recent-portfolio-widget ul li:before,
.widget .recent-posts-widget li:before,
.widget .recent-posts-widget li:hover:before
{
    content: '';
}

.widget.widget_categories ul li > a
{
    position: relative;
    text-transform: capitalize;
}

.widget.widget_categories ul li > a span,
.widget.widget_archive ul li > a span
{
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.widget_categories label,
.widget_archive label
{
    display: inline-block;
    font-size: 14px;
    margin: 0 0 10px;
}

.widget .recent-portfolio-widget ul
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget .recent-portfolio-widget ul li
{
    border: none;
    clear: none;
    display: inline;
    float: left;
    margin: 0 2% 5px 0;
    overflow: hidden;
    padding: 0;
    width: 32%;
}

.widget .recent-portfolio-widget ul li img
{
    display: block;
    line-height: 0;
    width: 100%;
}

.widget .recent-portfolio-widget ul li:nth-child(3n)
{
    margin-right: 0;
}

.widget .recent-portfolio-widget ul li a
{
            backface-visibility: hidden;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;

    -webkit-backface-visibility: hidden;
}

.widget .recent-portfolio-widget ul li a:before
{
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget .recent-portfolio-widget ul li a:hover:before
{
    opacity: 1;
}

.widget .recent-portfolio-widget ul li a:after
{
    bottom: auto;
    color: #fff;
    content: '\e67b';
    font-family: 'Stroke-Gap-Icons';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    visibility: hidden;
}

.widget .recent-portfolio-widget ul li a:hover:after
{
    font-size: 20px;
    opacity: 1;
    visibility: visible;
}

.widget .recent-posts-widget
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget .recent-posts-widget ul
{
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget.widget_recent_posts
{
    margin-bottom: 0;
}

.widget .recent-posts-widget li
{
    border: none;;
    clear: both;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding-left: 85px !important;
}
.widget .recent-posts-widget li .entry-details
{
    float: left;
}

.widget .recent-posts-widget li:last-child
{
    margin-bottom: 0;
}

.widget .recent-posts-widget li .thumb
{
    float: left;
    left: 0;
    margin: 0 15px 10px 0;
    padding: 0;
    position: absolute;
    width: 70px;
}
.widget .recent-posts-widget li .thumb img
{
    width: 70px;
}
#header .widget .recent-posts-widget li .thumb
{
    margin-bottom: 25px;
}
.widget .recent-posts-widget li .thumb img
{
    max-width: 100%;
}

.widget .recent-posts-widget li .entry-title h4
{
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    margin-top: -7px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.widget .recent-posts-widget li .entry-title h4  a
{
    font-weight: normal;
}
.widget .recent-posts-widget li .entry-meta
{
    font-size: 14px;
}

.widget .recent-posts-widget li .entry-meta p
{
    float: left;
    margin-right: 15px;
}

.widget .recent-posts-widget li .entry-meta p span
{
    margin-right: 5px;
}

.widget .tweet_list
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget .tweet_list li
{
    border-bottom: 1px solid;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px 40px;
    position: relative;
}

.widget .tweet_list li:before
{
    content: '\f081';
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 5px;
}

.widget .tweet_list li:first-child:before
{
    top: 5px;
}

.widget .tweet_list li:hover:before
{
    content: '\f081';
}

.widget .tweet_list li:last-child
{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget .tweet_list li .tweet-time
{
    clear: both;
    display: block;
    font-size: 14px;
}

.widget_text ul.no-border li
{
    border: none;
}

.widget_text ul.no-bullet li a
{
    padding-left: 0;
}

.widget_text ul.no-bullet li:before,
.widget_text ul.no-bullet li:hover:before
{
    content: '';
}

.widget_text ul.split-list
{
    clear: none;
    float: left;
    margin-right: 2%;
    width: 48%;
}

.widget_text ul.split-list li
{
    border: none;
    position: relative;
    width: 100%;
}

.widget_text ul.split-list li:before
{
    content: '\f105';
}

.widget .screen-reader-text
{
    display: none;
}

.flickr-widget div
{
    float: left;
    margin: 0;
    padding: 0;
}

.flickr-widget div a
{
    display: block;
    line-height: 0;
    margin: 0 8px 8px 0;
    max-width: 60px;
}

.flickr_badge_image img
{
    height: auto !important;
}

.flickr-widget div a:hover img
{
    opacity: .5;
}

.widget_tag_cloud .tagcloud
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tagcloud a
{
    border: 1px solid;
    float: left;
    font-size: 12px !important;
    margin: 0 10px 10px 0;
    padding: 7px 15px 6px;
    text-transform: capitalize;
}

.dt-sc-dark-bg .tagcloud a
{
    border-bottom: 1px solid;
}

.widget .dt-sc-newsletter-section
{
    padding: 0;
}

.widget .dt-sc-newsletter-section .dt-sc-subscribe-frm
{
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}

.widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='text'],
.widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='email']
{
    margin: 0;
    width: 100%;
}

.widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit']
{
    height: 100%;
    position: absolute;
    right: 0;
}

.widget #searchform
{
    position: relative;
}

.widget #searchform .dt-search-icon
{
    display: none;
}

.widget #searchform input[type='text']
{
    height: 49px;
    padding-right: 70px;
}

.widget #searchform input[type='submit']
{
    border: none;
    border-radius: 0;
    height: 49px;
    margin: 0;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget #wp-calendar caption
{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.widget #wp-calendar th
{
    padding: 10px;
}

.widget #wp-calendar td
{
    padding: 9px 10px;
}

.widget .dt-sc-single-line-separator
{
    margin: 13px 0;
}

.widget ul.dt-sc-sociable li:before,
.widget ul.dt-sc-sociable li:hover:before
{
    content: '';
}

.widget ul.dt-sc-sociable li a
{
    padding: 0;
}

.widget ul.dt-sc-sociable > li
{
    border-bottom: 0;
    width: auto;
}

.widget .dt-sc-sociable li a
{
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.widget .dt-sc-sociable.hexagon-with-border li,
.widget .dt-sc-sociable.hexagon-border li
{
    height: 25px;
    width: 40px;
}

.widget .dt-sc-sociable.hexagon-with-border li a,
.widget .dt-sc-sociable.hexagon-border li a
{
    height: 52px;
    line-height: 52px;
    width: 42px;
}

.widget .dt-sc-sociable.diamond-square-border li
{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 30px;
    width: 30px;
}

.widget .dt-sc-sociable.diamond-square-border li a
{
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.widget .diamond-narrow-square-border li a
{
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.widget .dt-sc-sociable li:first-child:before
{
    top: 10px;
}

.widget_text ul.custom-social li a
{
    padding: 0 0 25px;
}

.widget_text ul.custom-social li:last-child a
{
    padding: 0;
}

.widget_text ul.dt-sc-sociable
{
    text-align: center;
}

.widget_text ul.dt-sc-sociable li
{
    clear: none;
    display: inline-block;
    float: none;
    margin: 0 10px;
    text-align: center;
}

.widget_text ul.dt-sc-sociable li a
{
    display: inline-block;
    float: none;
    padding-bottom: 0;
}

.widget_text ul.dt-sc-sociable.alignleft li
{
    float: left;
    margin: 0 10px 0 0;
}

.widget_text ul.dt-sc-sociable.alignleft li:last-child
{
    margin-right: 0;
}

.widget_text ul.dt-sc-sociable.alignleft li a
{
    text-align: left;
}

.widget_rss h3.widgettitle > a.rsswidget > img
{
    margin-right: 5px;
}

/*--------------------------------------------------------------
	1.2 - Sidebar
	--------------------------------------------------------------*/

.secondary-sidebar img
{
    height: auto;
    max-width: 100%;
}

.secondary-sidebar .widget
{
    clear: both;
}

.secondary-sidebar .widget:last-child
{
    margin-bottom: 80px;
}

.secondary-sidebar .widget ul li  a,
.secondary-sidebar .tagcloud a
{
    color: #000;
}

.secondary-sidebar .tagcloud a:hover
{
    color: #fff;
}

.secondary-sidebar .flickr-widget div a
{
    max-width: 75px;
}

.secondary-sidebar .widget .tweet_list li
{
    border-color: rgba(0, 0, 0, .15);
}

/* Sidebar Widget Types */

.secondary-sidebar
{
    overflow: hidden;
}

.secondary-sidebar aside.widget
{
    padding: 0 0 10px;
    position: relative;
}

.secondary-sidebar .flickr-widget div
{
    height: auto;
    width: 33.3333%;
}

.secondary-sidebar .flickr-widget div a
{
    margin: 0;
    max-width: 100%;
    padding: 0 4px 10px;
}

.secondary-sidebar .type1 .widgettitle,
.secondary-sidebar .type2 .widgettitle,
.secondary-sidebar .type3 .widgettitle,
.secondary-sidebar .type4 .widgettitle,
.secondary-sidebar .type5 .widgettitle,
.secondary-sidebar .type6 .widgettitle,
.secondary-sidebar .type7 .widgettitle,
.secondary-sidebar .type9 .widgettitle,
.secondary-sidebar .type11 .widgettitle,
.secondary-sidebar .type12 .widgettitle,
.secondary-sidebar .type13 .widgettitle
{
    margin-top: 0;
}

.secondary-sidebar .widgettitle:empty
{
    display: none;
}

.secondary-sidebar .type1 .widgettitle,
.secondary-sidebar .type3 .widgettitle,
.secondary-sidebar .type4 .widgettitle,
.secondary-sidebar .type11 .widgettitle
{
    display: inline-block;
    float: none;
}

.secondary-sidebar .widgettitle:before,
.secondary-sidebar .widgettitle:after,
.secondary-sidebar .type5 .widget .recent-portfolio-widget ul li:before,
.secondary-sidebar .type5 .widget .recent-posts-widget li:before,
.secondary-sidebar .type5 .widget .recent-posts-widget li:hover:before
{
    content: '';
}

.secondary-sidebar .type15 .widget.widget_recent_reviews ul li:before,
.secondary-sidebar .type15 .widget.widget_recent_reviews ul li:hover:before,
.secondary-sidebar .type15 .widget.widget_top_rated_products ul li:before,
.secondary-sidebar .type15 .widget.widget_top_rated_products ul li:hover:before,
.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li:before,
.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li:hover:before,
.secondary-sidebar .type16 .widget .special-links li:before,
.secondary-sidebar .type16 .widgettitle:before,
.secondary-sidebar .type15 .widgettitle:before
{
    content: none;
}

.secondary-sidebar .type2 .widgettitle > a,
.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h2,
.secondary-sidebar .type17 .widget-title-content h3.widgettitle,
.secondary-sidebar .type17 .widget-title-content h3.widgettitle > a,
.secondary-sidebar .type10 .widgettitle > a,
.secondary-sidebar .type18 .widgettitle > a,
.secondary-sidebar .type14 .widgettitle > a,
.secondary-sidebar .type15 .widgettitle > a
{
    color: #fff;
}

.secondary-sidebar .type1 .widget.buddypress .bp-login-widget-user-avatar,
.secondary-sidebar .type3 .widget.buddypress .bp-login-widget-user-avatar,
.secondary-sidebar .type4 .widget.buddypress .bp-login-widget-user-avatar
{
    float: none;
    left: 0;
    position: absolute;
    top: 63px;
}

.secondary-sidebar .type1 .widgettitle:before,
.secondary-sidebar .type1 .widgettitle:after
{
    background: #000;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: inherit;
    width: 100%;
}

.secondary-sidebar .type1 .widgettitle:after
{
    bottom: -3px;
    height: 1px;
}

.secondary-sidebar .type2 .widgettitle
{
    background: #000;
    color: #fff;
    margin-bottom: 40px;
    padding: 12px 15px;
}

.secondary-sidebar .type2 .widgettitle:before
{
    background: none;
    border-right: 13px solid transparent;
    border-top: 13px solid #000;
    bottom: -13px;
    height: 0;
    left: 0;
    top: inherit;
    width: 0;
}

.secondary-sidebar .type3 .widgettitle
{
    border-top: 3px solid;
    margin-bottom: 35px;
    padding: 13px 0 0;
}

.secondary-sidebar .type3 .widgettitle:before
{
    background: none;
}

.secondary-sidebar .type4 .widgettitle
{
    border-left: 5px solid #f1b956;
    padding: 0 15px;
}

.secondary-sidebar .type4 .widgettitle:before
{
    background: url(//btcgas.fr/wp-content/themes/whistle/images/sidebar/sidebar-title-grey-pattern.png) repeat;
    height: 100%;
    left: 100%;
    top: 0;
    width: 9999px;
}

.secondary-sidebar .type5 .widgettitle
{
    border-bottom: 2px solid;
    padding: 0 0 10px;
}

.secondary-sidebar .type5 .widgettitle:before
{
    background: none;
}

.secondary-sidebar .type5 .widget .tweet_list li:before
{
    content: '\f081';
    top: 0;
}

.secondary-sidebar .type5 .widget.woocommerce ul li:first-child::before
{
    top: 0;
}

.secondary-sidebar .type5 .widget.woocommerce ul.product-categories li:first-child:before
{
    top: 9px;
}

.secondary-sidebar .type5 .widget.widget_categories ul li > a span,
.secondary-sidebar .type5 .widget.widget_archive ul li > a span
{
    font-size: 14px;
    text-align: center;
}

.secondary-sidebar .type5 .tagcloud a
{
    border-radius: 0 10px;
    font-size: 14px !important;
}

.secondary-sidebar .type5 .widget .recent-posts-widget li .entry-title h4
{
    font-size: 16px;
}

.secondary-sidebar .type6 .widgettitle
{
    border-left: 3px solid;
    margin-bottom: 40px;
    padding: 0 0 0 15px;
    width: 100%;
}

.secondary-sidebar .type6 .widgettitle:before
{
    background: rgba(0, 0, 0, .25);
    bottom: -10px;
    height: 1px;
    top: inherit;
    width: 100%;
}

.secondary-sidebar .type6 .widgettitle:after
{
    background: url(//btcgas.fr/wp-content/themes/whistle/images/sidebar/sidebar-title-arrow.png) no-repeat;
    bottom: -17px;
    height: 8px;
    left: 30px;
    position: absolute;
    width: 13px;
}

.secondary-sidebar .type7 .widgettitle
{
    border: 1px solid #000;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 13px 20px 12px 25px;
}

.secondary-sidebar .type7 .widgettitle:before
{
    background: #000;
    height: 100%;
    left: inherit;
    left: 0;
    top: 0;
    width: 5px;
}

.secondary-sidebar .type8 .widgettitle
{
    background: #fff;
    display: table;
    float: none;
    margin: -14px auto 20px;
    padding: 10px 20px;
    text-align: center;
}

.secondary-sidebar .type8 .widget
{
    padding: 0 20px 15px;
    width: 100%;
}

.secondary-sidebar .type8 .widget:before
{
    border: 1px solid #000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}

.secondary-sidebar .type8 .widgettitle:before
{
    content: none;
}

.secondary-sidebar .type8 .widget #wp-calendar td
{
    padding: 9px 8px;
}

.secondary-sidebar .type9 .widgettitle
{
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 0 0 15px;
}

.secondary-sidebar .type9 .widgettitle:before
{
    background: #000;
    bottom: -2px;
    height: 3px;
    left: 0;
    top: inherit;
    width: 50px;
}

.secondary-sidebar .type10 .widget:before
{
    background: #000;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    top: 0;
    width: 100%;
}

.secondary-sidebar .type10 .widget
{
    padding-top: 2px;
}

.secondary-sidebar .type10 .widgettitle
{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 6px;
    min-height: 37px;
    padding: 2px 20px 0 20px;
}

.secondary-sidebar .type10 .widgettitle:before
{
    background: #000;
    height: 100%;
    top: -6px;
    width: 100%;
    z-index: -1;
}

.secondary-sidebar .type10 .widgettitle:after
{
    background: #f6f6f6 url(//btcgas.fr/wp-content/themes/whistle/images/sidebar/sidebar-title-shape.png) center center no-repeat;
    height: 100%;
    position: absolute;
    right: -4px;
    top: -6px;
    width: 19px;
}

.secondary-sidebar .type11 .widget
{
    background: #e8e8e8;
    border-radius: 5px;
    padding: 25px 20px;
    position: relative;
}

.secondary-sidebar .type11 .widgettitle:before
{
    background: #e8e8e8 url(//btcgas.fr/wp-content/themes/whistle/images/sidebar/sidebar-title-floral2.png) no-repeat;
    height: 17px;
    left: auto;
    margin: auto;
    position: absolute;
    right: -18px;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 24px;
}

.secondary-sidebar .type11 .widgettitle
{
    font-size: 22px;
    margin-bottom: 25px;
    padding: 0 15px 5px 0;
    padding-right: 15px;
    position: relative;
}

.secondary-sidebar .type11 .woocommerce ul.cart_list li a,
.secondary-sidebar .type11 .woocommerce ul.product_list_widget li a
{
    font-weight: 300;
}

.secondary-sidebar .type11 .widget #wp-calendar td
{
    padding: 9px 8px;
}

.secondary-sidebar .type12 .widget
{
    background: rgba(0, 0, 0, .05);
    padding: 20px 20px 25px;
    position: relative;
}

.secondary-sidebar .type12 .widgettitle
{
    margin-bottom: 20px;
    padding: 10px 15px;
}

.secondary-sidebar .type12 .widgettitle:before
{
    background: none;
}

.secondary-sidebar .type12 .widget #wp-calendar td
{
    padding: 9px 7px;
}

.secondary-sidebar .type13 .widgettitle
{
    padding: 14px 0 12px;
}

.secondary-sidebar .type13 .widgettitle:before
{
    background: none;
    border-bottom: 1px solid #60ae0d;
    border-top: 1px solid #60ae0d;
    height: 100%;
    top: 0;
    width: 60px;
    z-index: -1;
}

.secondary-sidebar .type14 .widgettitle
{
    background: #191919;
    border-bottom: 3px solid;
    color: #fff;
    padding: 10px 0 10px 20px;
}

.secondary-sidebar .type14 .widgettitle:before
{
    background: none;
    border-bottom: 1px solid #fff;
    bottom: 0;
    top: inherit;
    width: 100%;
}

.secondary-sidebar .type15 .widgettitle
{
    background: #000;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 13px 20px;
    text-transform: uppercase;
}

.secondary-sidebar .type15 .widget.woocommerce ul li:before,
.secondary-sidebar .type15 .widget.woocommerce ul li:hover:before
{
    content: '\f105';
    font-size: 15px;
}

.secondary-sidebar .type15 .widget.widget_recent_reviews ul li,
.secondary-sidebar .type15 .widget.widget_top_rated_products ul li,
.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li
{
    background: #f8f1e4;
    border-bottom: 2px solid #ebeef0;
    padding: 15px;
}

.secondary-sidebar .type15 .woocommerce ul.cart_list li img,
.secondary-sidebar .type15 .woocommerce ul.product_list_widget li img
{
    padding: 0;
    width: 50px;
}

.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li a img
{
    height: 50px;
    margin-top: 0;
}

.secondary-sidebar .type16 .widgettitle
{
    background: #f5f5f5;
    border-left: 3px solid;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 15px;
}

.secondary-sidebar .type16 .widget .special-links
{
    font-size: 15px;
}

.secondary-sidebar .type16 .widget .special-links li a
{
    padding-left: 0;
}

.secondary-sidebar .type17 .widget-title-wrapper
{
    float: left;
    overflow: hidden;
    width: 100%;
}

.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content
{
    clear: both;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content:before
{
    content: '';
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
            transform: skewX(30deg);
        -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    width: 100%;
}

.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content:after
{
    background: #f3f3f3;
    content: '';
    height: 100%;
    left: 114%;
    left: -webkit-calc(100% - -26px);
    left:    -moz-calc(100% - -26px);
    left:         calc(100% - -26px);
    position: absolute;
    top: 0;
            transform: skewX(30deg);
        -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    width: 9000px;
}

.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h2,
.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h3.widgettitle
{
    font-size: 16px;
    left: 0;
    margin: 0;
    padding: 17px 10px 15px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.secondary-sidebar .type18 .widget-stripe-title
{
    float: left;
    overflow: hidden;
    width: 100%;
}

.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content
{
    clear: both;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content:after
{
    background: url(//btcgas.fr/wp-content/themes/whistle/images/sidebar/title-pattern.png) repeat;
    content: '';
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 9000px;
}

.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content h2,
.secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content h3.widgettitle
{
    background: #000;
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 0;
    padding: 12px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

/* Magazine Title */

.mz-title
{
    float: left;
    overflow: hidden;
    width: 100%;
}

.mz-title .mz-title-content
{
    clear: both;
    float: left;
    position: relative;
}

.mz-title .mz-title-content h2,
.mz-title .mz-title-content h3.widgettitle
{
    color: #fff;
    left: 0;
    margin: 0;
    padding: 7px 0 7px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.mz-title .mz-title-content h1
{
    font-size: 52px;
}

.mz-title .mz-title-content h1 strong
{
    font-weight: bold;
}

.mz-title .mz-title-content h2
{
    font-size: 35px;
}

.mz-title .mz-title-content h2 strong
{
    font-weight: 600;
}

.mz-title .mz-title-content h3
{
    font-size: 18px;
}

.mz-title .mz-title-content h3 strong
{
    font-weight: 600;
}

.mz-title .mz-title-content h4
{
    font-size: 24px;
}

.mz-title .mz-title-content h4 strong
{
    font-weight: 600;
}

.mz-title .mz-title-content h5
{
    font-size: 18px;
}

.mz-title .mz-title-content h5 strong
{
    font-weight: 600;
}

.mz-title .mz-title-content h6
{
    font-size: 14px;
}

.mz-title .mz-title-content h6 strong
{
    font-weight: 600;
}

.aligncenter .mz-title .mz-title-content
{
    display: inline-block;
    float: none;
}

/*--------------------------------------------------------------
	1.3 - Mega Menu
	--------------------------------------------------------------*/


/*--------------------------------------------------------------
	1.4 - Events Calendar Pro
	--------------------------------------------------------------*/

.widget ul.tribe-events-sub-nav
{
    float: none;
    width: auto;
}

.widget.tribe-this-week-events-widget ul.tribe-events-sub-nav li:before
{
    display: none;
}

.widget.tribe-this-week-events-widget ul.tribe-events-sub-nav li
{
    clear: none;
    width: auto;
}

.tribe-this-week-widget-wrapper .tribe-events-page-title
{
    font-size: 16px;
    font-weight: 600;
}

.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue
{
    line-height: 21px;
}

/*--------------------------------------------------------------
	1.5 - Footer
	--------------------------------------------------------------*/

.footer-widgets .widget
{
    clear: both;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#footer .mailchimp-form
{
    margin: 40px 0 0;
    position: relative;
}

#footer .mailchimp-form input[type='email']
{
    border-radius: 5px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    width: 100%;
}

#footer .mailchimp-form input[type='submit']
{
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}

.tagcloud a:hover,
#footer .dt-sc-dark-bg .tagcloud a:hover,
#footer .tagcloud a:hover
{
    color: #fff;
}

#footer .dt-working-hours ul{
    margin-left: 0px;
}

#footer .dt-working-hours li
{
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
#footer .dt-working-hours li:last-child
{
    border: none;
}
#footer .widget.widget_text ul li
{
    font-size: 14px;
    font-weight: normal;
}

/*--------------------------------------------------------------
	1.6 - bbpress
	--------------------------------------------------------------*/

#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar
{
    border: 3px double #ddd;
    float: none;
    margin-bottom: -3px;
}

.bbp-login-form fieldset legend
{
    display: none;
}

.bbp-login-form label
{
    display: inline-block;
    width: 140px;
}

#sidebar .bbp-login-form label
{
    width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper
{
    margin-top: 10px;
}

.bbp-login-form .bbp-submit-wrapper
{
    text-align: right;
}

.bbp-login-form .bbp-login-links a
{
    clear: left;
    float: left;
}

.bbp-logged-in img.avatar
{
    float: left;
    margin: 0 15px 0 0;
}

.bbp-logged-in h4
{
    clear: none;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.widget #bbp-search-form
{
    float: left;
    position: relative;
    width: 100%;
}

.widget #bbp-search-form input[type='text']
{
    padding-right: 100px;
}

.widget #bbp-search-form input[type='submit']
{
    border-radius: 0;
    bottom: 0;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget.bbp_widget_login .bbp-logged-in h4
{
    font-weight: normal;
    margin-bottom: 0;
}

.widget.widget_display_replies ul li a.bbp-author-avatar
{
    margin-right: 5px;
}

.widget.widget_display_replies ul li a.bbp-author-avatar,
.widget.widget_display_replies ul li a.bbp-author-name
{
    display: inline;
}

.widget.widget_display_topics ul li .topic-author
{
    margin-left: 5px;
}

.widget.widget_display_topics ul li div,
.widget.widget_display_replies ul li div
{
    color: rgba(0, 0, 0, .5);
    margin-top: 5px;
}

.widget.widget_display_stats dl
{
    margin: 0;
}

.widget.widget_display_stats dt
{
    clear: both;
    float: left;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.widget.widget_display_stats dd
{
    float: left;
    line-height: 24px;
}

.dt-sc-dark-bg .widget.widget_display_topics ul li div,
.dt-sc-dark-bg .widget.widget_display_replies ul li div
{
    color: rgba(255, 255, 255, .4);
}

/*--------------------------------------------------------------
	1.7 - Buddypress
	--------------------------------------------------------------*/

.widget.buddypress div.item-avatar img.avatar
{
    float: left;
    margin: 0 10px 15px 0;
}

.widget.buddypress span.activity
{
    display: inline-block;
    font-size: small;
    opacity: .8;
    padding: 0;
}

.widget.buddypress div.item-options
{
    font-size: 90%;
    margin: 0 0 1em 0;
    padding: 1em 0;
}

.widget.buddypress div.item
{
    margin: 0 0 1em 0;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content
{
    font-size: 11px;
    margin-left: 50px;
}

.widget.buddypress ul.item-list img.avatar
{
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.widget.buddypress div.item-avatar img
{
    height: 40px;
    margin: 1px;
    width: 40px;
}

.widget.buddypress div.avatar-block
{
    overflow: hidden;
}

.widget.buddypress #bp-login-widget-form label
{
    display: block;
    margin: 1rem 0 .5rem;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit
{
    margin-right: 10px;
}

.widget.buddypress .bp-login-widget-user-avatar
{
    float: left;
}

.bp-login-widget-user-avatar img.avatar
{
    height: 40px;
    width: 40px;
}

.widget.buddypress .bp-login-widget-user-links > div
{
    padding-left: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div
{
    margin-bottom: .5rem;
}

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a
{
    font-weight: bold;
}

.widget.buddypress #groups-list,
.widget.buddypress #members-list,
.widget.buddypress #friends-list
{
    margin-left: 0;
    padding-left: 0;
}

.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li
{
    clear: both;
    list-style-type: none;
}

.widget.buddypress .item-list .item
{
    margin-bottom: 0;
}

.widget.buddypress .item-list li:before,
.widget.buddypress .item-list li:hover:before
{
    content: '';
}

.widget.buddypress .item-list li
{
    padding-left: 0;
}

.widget #bp-login-widget-form span.bp-login-widget-register-link
{
    display: inline-block;
    margin-left: 5px;
    margin-top: 15px;
}

#footer .dt-sc-dark-bg .widget #bp-login-widget-form span.bp-login-widget-register-link > a:hover
{
    color: rgba(255, 255, 255, .6);
}

#footer .widget #bp-login-widget-form span.bp-login-widget-register-link > a:hover
{
    color: #000;
}

.widget.buddypress .item-list .item .item-title
{
    margin-bottom: -3px;
}

.widget.buddypress .item-list .item .item-title a
{
    color: #000;
    font-weight: 600;
}

.widget.buddypress .item-list .item .item-meta
{
    color: rgba(0, 0, 0, .5);
}

.widget.buddypress div.item-options
{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 25px;
    padding-bottom: 0;
}

.widget.buddypress div.item-options a
{
    border-radius: 3px 3px 0 0;
    color: rgba(0, 0, 0, .4);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -1px;
    padding: 8px 12px;
            transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
    -webkit-transition: none;
}

.widget.buddypress div.item-options .bp-separator
{
    display: none;
}

.widget.buddypress div.item-options a.selected
{
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-color: #fff;
}

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a
{
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.widget.buddypress .bp-login-widget-user-links > div
{
    margin-bottom: -3px;
}

.profile .bp-widget
{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.bp-widget > h4
{
    font-weight: 600;
    margin-bottom: 0;
}

.dt-sc-dark-bg .widget.buddypress .item-list .item .item-meta
{
    color: rgba(255, 255, 255, .5);
}

.dt-sc-dark-bg .widget.buddypress div.item-options
{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.dt-sc-dark-bg .widget.buddypress div.item-options a.selected
{
    border: 1px solid rgba(255, 255, 255, .3);
    border-bottom-color: #000;
}

/*--------------------------------------------------------------
	1.8 - Events Calendar
	--------------------------------------------------------------*/

.widget.tribe-events-countdown-widget .tribe-countdown-text a
{
    color: #000;
    font-weight: 600;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-venue-name
{
    font-size: 14px;
    font-weight: 600;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-venue-name a
{
    color: #000;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-list
{
    margin: 15px 0 0;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-list li
{
    padding-top: 3px;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-list .entry-title
{
    font-size: 14px;
}

.tribe-mini-calendar-event .list-info h2
{
    font-weight: 600;
}

.tribe-mini-calendar-event .list-date
{
    background: rgba(0, 0, 0, .05);
}

.tribe-mini-calendar-event .list-date .list-daynumber
{
    color: #000;
    font-size: 12px;
}

.tribe-events-adv-list-widget .duration
{
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
}

.tribe-events-adv-list-widget .location
{
    color: rgba(0, 0, 0, .5);
    line-height: 20px;
}

.tribe-events-adv-list-widget .tribe-events-duration,
.tribe-events-adv-list-widget .tribe-events-location
{
    line-height: 24px;
}

/* Default */

.widget.tribe_mini_calendar_widget .tribe-mini-calendar th
{
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    font-weight: 600;
    padding: 3px 0;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-mini-calendar-no-event
{
    color: rgba(0, 0, 0, .3);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event
{
    color: #fff;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events
{
    background: rgba(0, 0, 0, .1);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events a
{
    color: rgba(0, 0, 0, .4);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today a
{
    color: #fff;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover
{
    background: rgba(0, 0, 0, .15);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n+1) td
{
    background: rgba(0, 0, 0, .05);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody td
{
    background: rgba(0, 0, 0, .05);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n+1) .tribe-events-othermonth,
.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr .tribe-events-othermonth
{
    background: rgba(0, 0, 0, .02);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar th
{
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.dt-sc-dark-bg .widget.tribe-events-countdown-widget .tribe-countdown-number
{
    color: #fff;
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-mini-calendar-no-event
{
    color: rgba(255, 255, 255, .5);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events
{
    background: rgba(255, 255, 255, .4);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events a
{
    color: rgba(255, 255, 255, .5);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover
{
    background: rgba(255, 255, 255, .5);
}

.dt-sc-dark-bg .widget.tribe-events-countdown-widget .tribe-countdown-text a,
.dt-sc-dark-bg .widget.tribe-events-venue-widget .tribe-venue-widget-venue-name a,
.dt-sc-dark-bg .tribe-mini-calendar-event .list-date .list-daynumber
{
    color: #fff;
}

.dt-sc-dark-bg .tribe-events-adv-list-widget .location
{
    color: rgba(255, 255, 255, .5);
}

.dt-sc-dark-bg .tribe-mini-calendar-event .list-date
{
    background: rgba(255, 255, 255, .3);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar td
{
    border-color: rgba(255, 255, 255, .2);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n+1) td
{
    background: rgba(255, 255, 255, .3);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody td
{
    background: rgba(255, 255, 255, .3);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n+1) .tribe-events-othermonth,
.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr .tribe-events-othermonth
{
    background: rgba(255, 255, 255, .2);
}

.widget.tribe-events-venue-widget .tribe-event-title
{
    margin-bottom: 10px;
    padding-top: 0;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-list li
{
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
	1.8 - Woocommerce
	--------------------------------------------------------------*/

/* border radius */

.woo-type4 .widget.woocommerce .woocommerce-product-search input[type='search'],
.woo-type20 .widget.woocommerce .woocommerce-product-search input[type='search']
{
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

        -ms-border-radius: 5px;
         -o-border-radius: 5px;
}

.woo-type4 .widget.woocommerce .woocommerce-product-search input[type='submit'],
.woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit']
{
            border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;

        -ms-border-radius: 0 5px 5px 0;
         -o-border-radius: 0 5px 5px 0;
}

.woo-type17 .widget.woocommerce .woocommerce-product-search input[type='submit']
{
            border-radius: 0 8px 8px 0;
       -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
}

.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after
{
    clear: both;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li
{
    list-style: none;
    margin: 0;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before
{
    display: table;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a
{
    display: block;
    font-weight: 700;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img
{
    box-shadow: none;;
    float: right;
    height: auto;
    margin-left: 4px;
    width: 32px;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl
{
    border-left: 2px solid rgba(0,0,0,.1);
    margin: 0;
    padding-left: 1em;
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before
{
    content: ' ';
    display: table;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt
{
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt
{
    clear: left;
    font-weight: 700;
    margin: 0 4px 0 0;
    padding: 0 0 .25em;
}

.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce.widget_shopping_cart .buttons:after
{
    clear: both;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd
{
    padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child
{
    margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating
{
    float: none;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total
{
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong
{
    display: inline-block;
    min-width: 40px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li
{
    padding-left: 2em;
    padding-top: 0;
    position: relative;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove
{
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before
{
    content: ' ';
    display: table;
}

.woocommerce .widget_layered_nav ul
{
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce .widget_layered_nav ul li
{
    list-style: none;
    padding: 0 0 1px;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before
{
    color: #a00;
    content: '';
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span
{
    padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before
{
    margin-right: .618em;
}

.woocommerce .widget_layered_nav_filters ul
{
    border: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li
{
    border-width: 0;
    list-style: none;
    padding: 0 1px 1px 2px;
}

.woocommerce .widget_layered_nav_filters ul li:before
{
    content: none;
}

.woocommerce .widget_layered_nav_filters ul li a
{
    text-decoration: none;
    width: auto;
}

.woocommerce .widget_layered_nav_filters ul li a:before
{
    margin-right: .618em;
}

.woocommerce .widget_price_filter .price_slider
{
    clear: both;
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount
{
    font-size: .8751em;
    line-height: 2.4;
    text-align: right;
}

.woocommerce .widget_price_filter .price_slider_amount .button
{
    float: left;
    font-size: 1.15em;
}

.woocommerce .widget_price_filter .ui-slider
{
    margin-left: .5em;
    margin-right: .5em;
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle
{
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    height: 1em;
    margin-left: -.5em;
    outline: 0;
    position: absolute;
    top: -.3em;
    width: 1em;
    z-index: 2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range
{
    background-color: #a46497;
    border: 0;
    border-radius: 1em;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content
{
    background-color: #602053;
    border: 0;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal
{
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range
{
    height: 100%;;
    top: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min
{
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max
{
    right: -1px;
}

.woocommerce .widget_rating_filter ul
{
    border: 0;
    list-style: none;;
    margin: 0;
    padding: 0;
}

.woocommerce .widget_rating_filter ul li
{
    border-width: 0;
    list-style: none;;
    padding: 0 0 1px;
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before
{
    content: ' ';
    display: table;
}

.woocommerce .widget_rating_filter ul li a
{
    padding: 1px 0;
    text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating
{
    display: inline-block;;
    float: none;
}

.woocommerce .widget_rating_filter ul li.chosen a:before
{
    color: #a00;;
    content: '';
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: .618em;
    text-decoration: none;
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
	1.9 - Browser Fix
	--------------------------------------------------------------*/


.woo-type13 .widget.woocommerce ul.product-categories li:before,
.woo-type13 .widget.woocommerce ul.product-categories li:first-child:before
{
    top: 8px;
}

.widget
{
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.woocommerce #footer a.button:hover
{
    color: #fff;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a
{
    font-weight: 600;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li
{
    display: inline-block;
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child
{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty
{
    padding-left: 0;
}

.woocommerce ul.product_list_widget li::before
{
    content: '\f10c';
    display: inline !important;
}

.woocommerce ul.product_list_widget li:hover:before
{
    content: '\f192';
}

.woocommerce .widget_shopping_cart .cart_list li:before,
.woocommerce.widget_shopping_cart .cart_list li:before
{
    content: none !important;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove
{
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 2px;
    width: 20px;
    z-index: 1;
}

.widget.woocommerce ul.product_list_widget li ins
{
    background: none;
    font-size: 14px;
}

.widget.woocommerce ul.product_list_widget li del
{
    font-size: 12px;
}

.widget.woocommerce ul.product_list_widget li a img
{
    border: 1px solid;
    margin-top: 8px;
    padding: 3px;
}

.widget.woocommerce ul.product-categories li,
.widget.widget_layered_nav ul li
{
    display: block;
    float: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
}

.widget.woocommerce ul.product-categories li.cat-item-none
{
    padding-bottom: 5px;
}

.widget.woocommerce ul.product-categories li.cat-item-none:before
{
    display: none;
}

.widget.woocommerce ul.product-categories li a,
.widget.widget_layered_nav ul li a
{
    border: none;
    margin: 0;
    padding: 10px 0 10px 20px;
}

.widget.woocommerce ul.product-categories li span,
.widget.widget_layered_nav ul li span
{
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget.woocommerce ul li:before
{
    font-weight: normal;
}

.widget.woocommerce ul.product_list_widget li,
.widget.woocommerce ul.product-categories li:last-child
{
    border-bottom: 1px solid;
}

.widget.woocommerce ul.product-categories ul
{
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

.widget.woocommerce ul.product-categories ul li
{
    box-sizing: border-box;
    width: 100%;
}

.widget.woocommerce .widget_shopping_cart_content .total
{
    clear: both;
    float: left;
    margin: 20px 0 0;
    padding: 10px 0 0;
    width: 100%;
}

.widget.woocommerce .widget_shopping_cart_content .buttons
{
    clear: both;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}

.woocommerce.widget_price_filter .price_label
{
    font-size: 14px;
    position: relative;
    top: 17px;
}

.widget.woocommerce ul.product_list_widget li .star-rating
{
    margin: 5px 0;
}

.widget.woocommerce .woocommerce-product-search label
{
    display: none;
}

.widget.woocommerce .woocommerce-product-search
{
    clear: both;
    position: relative;
}

.widget.woocommerce .woocommerce-product-search input[type='search']
{
    padding-right: 100px;
}

.widget.woocommerce .woocommerce-product-search input[type='submit']
{
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl
{
    margin: 5px 0 0 25px;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt
{
    float: none;
    margin: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range
{
    background: #e8e8e8;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle
{
    background: #fff;
    border: 1px solid #ddd;
}

.woocommerce #footer .dt-sc-dark-bg .widget_price_filter .ui-slider .ui-slider-range
{
    background: #545454;
}

.woocommerce #footer .dt-sc-dark-bg .widget_price_filter .ui-slider .ui-slider-handle
{
    background: #545454;
    border: 1px solid #666;
}

.woocommerce.widget_price_filter .price_label
{
    float: right;
}

#footer .product-categories li span
{
    top: 3px;
}

#footer .widget.woocommerce ul.product_list_widget li a img
{
    border: 3px solid;
    padding: 0;
}

.menu-item-widget-area-container .widget_product_categories .product-categories li a
{
    border-bottom: none;
    line-height: 24px;
    margin: 0;
    padding: 0 45px 10px 0;
}

.menu-item-widget-area-container .widget.woocommerce ul.product_list_widget li .amount,
.menu-item-widget-area-container .widget.woocommerce ul.product_list_widget li .reviewer
{
    display: inline-block;
    margin: 5px 0 0;
}

.menu-item-widget-area-container .widget.woocommerce ul.product_list_widget li a img
{
    border-width: 3px;
    padding: 0;
}

.menu-item-widget-area-container .widget.widget_product_search #searchform input[type='text'],
.menu-item-widget-area-container .widget.widget_product_search #searchform input[type='submit']
{
    font-size: 13px;
}

.widget_product_categories .selection-box:after
{
    height: 100%;
    top: 0;
}

/*--------------------------------------------------------------
	1.10 - Default Color
	--------------------------------------------------------------*/

#footer .dt-sc-dark-bg .recent-posts-widget li .entry-meta a,
#footer .dt-sc-dark-bg .recent-posts-widget li .entry-meta,
#footer .dt-sc-dark-bg .tweet_list li .tweet-time
{
    color: rgba(255, 255, 255, .3);
}

.dt-sc-dark-bg .widget input[type='text'],
.dt-sc-dark-bg .widget input[type='password'],
.dt-sc-dark-bg .widget input[type='email'],
.dt-sc-dark-bg .widget input[type='url'],
.dt-sc-dark-bg .widget input[type='tel'],
.dt-sc-dark-bg .widget input[type='number'],
.dt-sc-dark-bg .widget input[type='range'],
.dt-sc-dark-bg .widget input[type='date'],
.dt-sc-dark-bg .widget textarea,
.dt-sc-dark-bg .widget input[type='search'],
.dt-sc-dark-bg .widget select,
.dt-sc-dark-bg .widget.widget_categories ul li > a span,
.dt-sc-dark-bg .widget.widget_archive ul li > a span
{
    background: rgba(255, 255, 255, .15);
}

.dt-sc-twitter-icon:before,
.dt-sc-twitter-icon:after,
.dt-sc-twitter-icon span
{
    background: #000;
}

.dt-sc-dark-bg .widget .selection-box:after
{
    background: rgba(255, 255, 255, .05);
}

.dt-sc-dark-bg .widget .selection-box:before
{
    border-top-color: rgba(255, 255, 255, .1);
}

.recent-portfolio-widget ul li a:after,
.widget.widget_categories ul li > a:hover span,
.widget.widget_archive ul li > a:hover span,
.dt-sc-twitter-icon span
{
    color: #fff;
}

.widget ul li,
.widget.widget_nav_menu ul.menu li,
.tweet_list li
{
    border-color: #e5e5d8;
}

.dt-sc-dark-bg .widget ul li,
.dt-sc-dark-bg .widget.widget_nav_menu ul.menu li
{
    border-color: rgba(255, 255, 255, .2);
}

.dt-sc-dark-bg .widget #wp-calendar td a
{
    color: rgba(255, 255, 255, .5);
}

.dt-sc-tweet span
{
    color: rgba(0, 0, 0, .4);
}

.tweet_list li .tweet-time
{
    color: rgba(0, 0, 0, .3);
}

/*----*****---- << Tag Cloud >> ----*****----*/
.widget.widget_categories ul li > a span,
.widget.widget_archive ul li > a span
{
    background: rgba(0, 0, 0, .05);
}

.dt-sc-dark-bg .tagcloud a
{
    background: rgba(255, 255, 255, .1);
}

.dt-sc-dark-bg .tagcloud a
{
    border-bottom-color: rgba(255, 255, 255, .12);
}

.tagcloud a
{
    border-color: rgba(0, 0, 0, .11);
}

/*----*****---- << Woocommerce >> ----*****----*/

#footer .widget.woocommerce ul.product_list_widget li a img
{
    border-color: rgba(255, 255, 255, .75);
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after
{
    clear: both;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content
{
    background-color: #000;
}

.widget.woocommerce ul.product_list_widget li,
.widget.woocommerce ul.product-categories li:last-child,
.widget.woocommerce ul.product_list_widget li a img,
.select2-container .select2-choice
{
    border-color: rgba(0, 0, 0, .15);
}

#footer .widget.woocommerce ul.product_list_widget li a img
{
    border-color: rgba(255, 255, 255, .75);
}

.dt-sc-dark-bg .widget.woocommerce ul.product_list_widget li,
.dt-sc-dark-bg .widget.woocommerce ul.product-categories li:last-child,
.dt-sc-dark-bg .widget.woocommerce ul.product_list_widget li a img,
.dt-sc-dark-bg .woocommerce .widget_shopping_cart .total,
.dt-sc-dark-bg .woocommerce.widget_shopping_cart .total
{
    border-color: rgba(255, 255, 255, .2);
}

#footer .widget.woocommerce #searchform input[type='text']
{
    color: #808080;
}


/*--------------------------------------------------------------
	1.11 - Responsive
	--------------------------------------------------------------*/
@media only screen and (min-width:992px) and (max-width:1199px)
{
    .mz-title .mz-title-content h1
    {
        line-height: normal;
    }

    /*----*****---- << Widgets >> ----*****----*/

    .dt-sc-one-third .widget_text ul.split-list
    {
        margin-right: 0;
        width: 100%;
    }

    .flickr-widget div
    {
        height: 68px;
        width: 68px;
    }

    .secondary-sidebar .type7 .widgettitle:before
    {
        left: -20px;
    }

    .secondary-sidebar .type8 .widget
    {
        padding: 0 15px 15px;
    }

    .secondary-sidebar .type8 .widgettitle
    {
        margin: -28px auto 20px;
    }

    .widget .recent-posts-widget li .entry-meta p:last-child
    {
        margin-right: 0;
    }

    .tagcloud a
    {
        margin: 0 4px 10px 0;
    }

    .secondary-sidebar .type9 .widget ul li,
    .secondary-sidebar .type12 .widget ul li
    {
        font-size: 13px;
    }

    .secondary-sidebar .widget .tweet_list li
    {
        padding: 0 0 20px 30px;
    }

    .secondary-sidebar .widget .tweet_list li:before
    {
        font-size: 22px;
    }

    .secondary-sidebar .widget .tweet_list li:before,
    .secondary-sidebar .widget .tweet_list li:first-child:before
    {
        top: 0;
    }

    .secondary-sidebar aside.widget,
    .secondary-sidebar .type11 .widget
    {
        font-size: 12px;
    }

    .secondary-sidebar .type2 .widget,
    .secondary-sidebar .type6 .widget,
    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget,
    .secondary-sidebar .type13 .widget
    {
        font-size: 13px;
    }

    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget
    {
        padding: 15px 15px 20px;
    }

    .secondary-sidebar .type11 .widget
    {
        padding: 15px 10px 20px;
    }

    .secondary-sidebar .type5 .widget .tweet_list li,
    .secondary-sidebar .type8 .widget .tweet_list li,
    .secondary-sidebar .type11 .widget .tweet_list li,
    .secondary-sidebar .type12 .widget .tweet_list li
    {
        padding: 0 0 20px;
    }

    .secondary-sidebar .type5 .widget .tweet_list li:before,
    .secondary-sidebar .type8 .widget .tweet_list li:before,
    .secondary-sidebar .type11 .widget .tweet_list li:before,
    .secondary-sidebar .type12 .widget .tweet_list li:before
    {
        margin-right: 8px;
        position: static;
    }

    .secondary-sidebar .type11 > .widget:before
    {
        padding-right: 10px;
        top: 18px;
    }

    .secondary-sidebar .type11 .widgettitle:before
    {
        top: 9px;
    }

    .secondary-sidebar .type11 .widgettitle
    {
        font-size: 22px;
    }

    .secondary-sidebar .type12 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        width: 100%;
    }

    .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        float: right;
        margin-top: 10px;
        min-height: 50px;
        position: inherit;
    }

    .woo-type4 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
                border-radius: 5px;
           -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

            -ms-border-radius: 5px;
             -o-border-radius: 5px;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type='search']
    {
        padding-right: 10px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px)
{
    .flickr-widget div
    {
        height: 55px;
        width: 55px;
    }

    .footer-widgets .dt-sc-contact-info span
    {
        font-size: 15px;
        margin: 7px 6px 0 0;
        width: 20px;
    }

    .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit']
    {
        float: right;
        margin-top: 7px;
        position: relative;
    }

    .dt-sc-one-third .widget_text ul.split-list
    {
        margin-right: 0;
        width: 100%;
    }

    .widget .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit']
    {
        margin: 0;
        position: absolute;
    }

    .widget .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm:after
    {
        right: 0;
    }

    .widget .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='email']
    {
        font-size: 14px;
        padding: 13px 0;
    }

    .widget .recent-posts-widget li .entry-meta p:last-child
    {
        margin-right: 0;
    }

    .widget .recent-posts-widget li .entry-meta p
    {
        margin-right: 11px;
    }

    .widgettitle
    {
        font-size: 17px;
    }

    .secondary-sidebar .type7 .widgettitle:before
    {
        left: -20px;
    }

    .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        float: right;
        margin-top: 10px;
        min-height: 50px;
        position: inherit;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type='search']
    {
        padding-right: 10px;
    }

    .tagcloud a
    {
        margin: 0 4px 10px 0;
    }

    .widget .recent-posts-widget li .entry-meta p:last-child
    {
        margin-right: 0;
    }

    .secondary-sidebar .type5 .widget ul li,
    .secondary-sidebar .type10 .widgettitle
    {
        font-size: 16px;
    }

    .secondary-sidebar .type9 h3.widgettitle
    {
        font-size: 18px;
    }

    .secondary-sidebar .type9 .widget.widget_categories ul li:before
    {
        top: 4px;
    }

    .secondary-sidebar .type12 .widget ul li
    {
        font-size: 13px;
    }

    .secondary-sidebar .type12 .widget.widget_categories ul li > a span,
    .secondary-sidebar .widget.widget_archive ul li > a span
    {
        padding: 0 5px;
    }

    .secondary-sidebar .type12 .tagcloud a
    {
        margin: 0 5px 10px 0;
    }

    .secondary-sidebar .type11 .widget.widget_flickr
    {
        padding: 25px 10px;
    }

    .secondary-sidebar .widget .tweet_list li
    {
        padding: 0 0 20px 25px;
    }

    .secondary-sidebar .widget .tweet_list li:before
    {
        font-size: 20px;
    }

    .secondary-sidebar .widget .tweet_list li:before,
    .secondary-sidebar .widget .tweet_list li:first-child:before
    {
        top: 0;
    }

    .secondary-sidebar aside.widget,
    .secondary-sidebar .type11 .widget
    {
        font-size: 12px;
    }

    .secondary-sidebar .type2 .widget,
    .secondary-sidebar .type6 .widget,
    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget,
    .secondary-sidebar .type13 .widget
    {
        font-size: 13px;
    }

    .secondary-sidebar .type8 .widgettitle
    {
        margin: -28px auto 20px;
    }

    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget
    {
        padding: 15px 15px 20px;
    }

    .secondary-sidebar .type11 .widget
    {
        padding: 15px 10px 20px;
    }

    .secondary-sidebar .type5 .widget .tweet_list li,
    .secondary-sidebar .type8 .widget .tweet_list li,
    .secondary-sidebar .type11 .widget .tweet_list li,
    .secondary-sidebar .type12 .widget .tweet_list li
    {
        padding: 0 0 20px;
    }

    .secondary-sidebar .type5 .widget .tweet_list li:before,
    .secondary-sidebar .type8 .widget .tweet_list li:before,
    .secondary-sidebar .type11 .widget .tweet_list li:before,
    .secondary-sidebar .type12 .widget .tweet_list li:before
    {
        margin-right: 8px;
        position: static;
    }

    .secondary-sidebar .type11 > .widget:before
    {
        padding-right: 10px;
        top: 18px;
    }

    .secondary-sidebar .type11 .widgettitle:before
    {
        top: 7px;
    }

    .secondary-sidebar .type11 .widgettitle
    {
        font-size: 18px;
    }

    .secondary-sidebar .type12 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        width: 100%;
    }

    .secondary-sidebar .type12 .widget .tagcloud a
    {
        padding: 7px 12px 6px;
    }

    .mz-title .mz-title-content h1
    {
        font-size: 42px;
        line-height: normal;
    }

    .woo-type4 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
                border-radius: 5px;
           -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

            -ms-border-radius: 5px;
             -o-border-radius: 5px;
    }

    .woocommerce.widget_price_filter .price_label
    {
        font-size: 12px;
        top: 12px;
    }

    .woocommerce .widget_price_filter .price_slider_amount .button,
    .woocommerce-page .widget_price_filter .price_slider_amount .button
    {
        font-size: 12px;
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 767px)
{
    .widget .recent-posts-widget li .entry-meta p:last-child
    {
        margin-right: 0;
    }

    .secondary-sidebar .type7 .widgettitle:before
    {
        left: -23px;
    }

    .secondary-sidebar .type6 .widget ul li,
    .secondary-sidebar .type9 .widget ul li
    {
        font-size: 14px;
    }

    .mz-title .mz-title-content h1
    {
        font-size: 40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .widget_text ul.split-list
    {
        margin: 0;
        width: 100%;
    }

    .alignright .dt-sc-sociable
    {
        text-align: center;
        width: 100%;
    }

    .tagcloud a
    {
        margin: 0 5px 10px 0;
    }

    .secondary-sidebar .flickr-widget div
    {
        width: auto;
    }

    .textwidget .dt-sc-contact-info span
    {
        font-size: 15px;
        margin: 7px 6px 0 0;
        width: 20px;
    }

    .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        float: right;
        margin-top: 10px;
        min-height: 50px;
        position: inherit;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type='search']
    {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 479px)
{
    .widget_text ul.split-list
    {
        margin: 0;
        width: 100%;
    }

    .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        float: right;
        margin-top: 10px;
        min-height: 50px;
        position: inherit;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit']
    {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type='search']
    {
        padding-right: 10px;
    }

    .tagcloud a
    {
        margin: 0 4px 10px 0;
    }

    .secondary-sidebar .type12 .widget ul li
    {
        font-size: 13px;
    }

    .textwidget .dt-sc-contact-info span
    {
        font-size: 15px;
        margin: 7px 6px 0 0;
        width: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px)
{
    .secondary-sidebar .flickr-widget div
    {
        width: auto;
    }

    .secondary-sidebar .type8 .widget
    {
        padding: 0 17px 15px;
    }

    .secondary-sidebar .type5 .widget ul li
    {
        font-size: 16px;
    }
}
@media only screen and (max-width: 319px)
{
    .flickr-widget div
    {
        height: 66px;
        width: 66px;
    }

    .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit']
    {
        float: right;
        margin-top: 7px;
        position: relative;
    }

    .secondary-sidebar .type8 .widgettitle
    {
        padding: 10px;
    }

    .secondary-sidebar .type8 .widget.widget_flickr
    {
        padding: 0 15px 15px;
    }

    .secondary-sidebar .type7 .widgettitle:before
    {
        left: -20px;
    }

    .secondary-sidebar .type5 .widget ul li
    {
        font-size: 16px;
    }
}/* CSS Document */

/* Table of Content
==================================================
	1.0 - Transition
	2.0 - Logo
	3.0 - Top Bar
	4.0 - Header
	5.0 - Default Color
	6.0 - Sticky Header
	7.0 - Simple Drop Down Menu
	8.0 - Mega Menu
	9.0 - Mobile Menu
	10.0 - Slider
	11.0 - Title & Breadcrumb
	12.0 - Footer
	13.0 - Side Navigation
	14.0 - Style Picker
	15.0 - Loader
	16.0 - Totop
	17.0 - Default Color
	18.0 - DT Responsive */


/*--------------------------------------------------------------
1.0 - Transition
--------------------------------------------------------------*/
.menu-icons-wrapper .search a span, .menu-icons-wrapper .cart a span, #main-menu ul li.menu-item-simple-parent ul li a .fa, #main-menu .megamenu-child-container > ul.sub-menu > li > a .menu-item-description, .dt-sc-programs .dt-sc-pro-detail, .dt-sc-programs *, .dt-sc-programs, .dt-sc-programs input[type=image] { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
/*--------------------------------------------------------------
3.0 - Top Bar
--------------------------------------------------------------*/
.top-bar { clear: both; float: left; font-size: 12px; margin: 0; padding: 0; position: relative; width: 100%; z-index: 99999; }
.top-bar p { line-height: 35px; }
.top-bar .dt-sc-button { font-weight: bold; letter-spacing: 1px; margin-top: 5px; }
.top-bar .dt-sc-vertical-small-separator { position: relative; top: 2px; }
.top-bar-right .dt-sc-vertical-small-separator { margin: 0 15px; }
.top-bar .language { float: left; margin: 0; padding: 0 20px 0 0; position: relative; }
.top-bar .language img { margin: 0 10px 0 0; position: relative; top: -1px; vertical-align: middle; }
.top-bar .language:before { bottom: 0; content: '\f107'; font-family: FontAwesome; font-size: 14px; margin: auto; position: absolute; right: 0; top: 0; }
.top-bar .wpb_text_column .fa { padding: 0 5px 0 8px; }
.top-bar .dt-custom-nav li a { padding: 0; }
.dt-no-header-builder-content .no-header-top { background-color: #000; color: #fff; line-height: 35px; margin: 0; max-height: 50px; padding: 0 15px; }
.dt-no-header-builder-content .no-header-top:before, .dt-no-header-builder-content .no-header-top:after { content: ""; background-color: #000; position: absolute; height: 100%; width: 100%; left: -100%; top: 0; }
.dt-no-header-builder-content .no-header-top:after { left: auto; right: -100%; }
.dt-no-header-builder-content .no-header-top > span { font-style: italic; font-weight: lighter; }
.dt-no-header-builder-content .no-header-logo-wrapper { padding-left: 0; padding-right: 0; }
body:not(.wpb-js-composer) #header .container { width: 100%; }
.no-header-logo-wrapper { float: left; padding: 25px 15px; }
.no-header-menu-wrapper { float: right; }
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
/* Header sticky*/
#header-wrapper { float: left; margin: 0 0 35px; padding: 0; width: 100%; }
#header { float: left; margin: 0; padding: 0; position: relative; width: 100%; }
#header .dt-header-tpl .sticky-wrapper { clear: both; display: block; position: relative; width: 100%; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header { left: 0; margin: auto; position: relative; right: 0; width: 100%; }
#header .dt-header-tpl .sticky-wrapper, #header .dt-header-tpl .sticky-wrapper .apply-sticky-header { z-index: 99999 !important; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) { clear: both; }
#header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix) { background-color: rgba(0, 0, 0, .8); }
/* .dt-no-header-builder-content { margin-bottom: 50px; } */
.dt-no-header-builder-content .no-header { float: left; width: 100%; padding: 0 15px; }
.dt-no-header-builder-content.aligncenter .no-header { flex-direction: column; padding-bottom: 0; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -ms-justify-content: center; justify-content: center; }
.dt-no-header-builder-content .no-header .no-header-logo h2 { margin: 10px 0; }
#header .dt-header-tpl > .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner, #header .dt-header-tpl > .vc_row .vc_row.vc_row-flex.vc_inner > .vc_column_container > .vc_column-inner { z-index: auto; }
#header .dt-header-tpl .vc_row[data-vc-full-width], #header .dt-header-tpl > .vc_section[data-vc-full-width] { overflow: visible; }
#header .dt-header-tpl .has-mega-menu .menu-item-object-dt_mega_menus { border-top: 3px solid; right: -63px; }
#header { background-color: rgba(0, 0, 0, .8); position: relative; }
.no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header { position: absolute; z-index: 1; }
body:not(.no-breadcrumb) #header-wrapper.header-top-absolute #header .dt-header-tpl { margin-top: 35px; }
.no-breadcrumb.page-with-slider #header-wrapper.bottom-header { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; }
#header .dt-header-tpl .sticky-wrapper { clear: both; display: block; position: relative; width: 100%; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header { left: 0; margin: auto; position: relative; right: 0; width: 100%; }
/*--------------------------------------------------------------
   Logo
--------------------------------------------------------------*/
.dt-logo-container { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; font-size: 0; line-height: 0; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; }
.dt-logo-container.logo-align-center { text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.dt-logo-container.logo-align-right { text-align: right; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.dt-logo-container a { color: inherit; }
.dt-logo-container a img { display: inline-block; vertical-align: middle; }
.dt-logo-container a span { clear: both; display: block; }
.dt-logo-container a span ~ span { margin-top: -1px; }
/*--------------------------------------------------------------
   Default Menu & Mobile Menu
--------------------------------------------------------------*/
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu { background-color: rgba(0,0,0,.035); border-bottom: 1px solid #ededed; margin-top: 15px; position: relative; width: 100%; }
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before, .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after { background: inherit; border-color: inherit; border-style: inherit; border-width: inherit; bottom: -1px; content: ''; height: auto; position: absolute; top: 0; width: 100%; }
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before { right: 100%; }
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after { left: 100%; }
.no-header-menu, .dt-header-menu, .no-header-menu ul, .dt-header-menu .dt-primary-nav, .no-header-menu ul li, .dt-header-menu .dt-primary-nav li { display: inline-block; font-size: 0; margin: 0 2px; padding: 0 15px; position: relative; }
.dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu { padding-left: 20px; }
.no-header-menu ul, .dt-header-menu .dt-primary-nav { margin: 0; padding: 0; text-align: left; width: 100%; }
.dt-no-header-builder-content.aligncenter .no-header .no-header-menu > ul, .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu .dt-primary-nav { text-align: center; }
.dt-header-menu .dt-primary-nav li > a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu > li { font-size: 13px; padding: 4px 15px 3px 15px; }
.no-header-menu .dt-primary-nav li > a { font-family: Roboto Condensed; font-size: 14px; font-weight: bold; padding: 30px 0 !important; ; text-transform: uppercase; }
.no-header-menu .dt-primary-nav .sub-menu li > a { font-family: Raleway; font-size: 13px; font-weight: normal; padding: 0 0 0 10px !important; text-transform: none; }
.dt-header-menu .dt-primary-nav li a:not(.dt-sc-button) { display: inline-block; line-height: 20px; padding: 0; vertical-align: middle; }
.no-header #site-title { margin: 0; }
.no-header #site-title a { color: #ffffff; }
.no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li ul.sub-menu { background-color: #fff; left: 0; margin: 0; opacity: 0; padding: 0; top: 100%; transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; visibility: hidden; z-index: 99; }
.no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu { border-top: 3px solid; position: absolute; width: 220px; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu { border-top: 3px solid; }
.no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu, .no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row, .no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section { box-shadow: 0 5px 4px rgba(0, 0, 0, .1); }
.no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row, .no-header-menu ul li ul.children, .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section { /* display: table;	*/ }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section .vc_row[data-vc-full-width] { padding: 10px; }
.dt-col-static-position.wpb_column { position: static; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu { position: static; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu, .dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li { background-color: #fff; box-shadow: 0 5px 4px rgba(0, 0, 0, .1); display: block; font-size: 14px; left: auto; margin: -2px auto 0 auto; position: absolute; right: 0; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) .dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li { padding-bottom: 0; }
.no-header-menu ul li ul.children li, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li { margin: 0; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu .custom-sub-nav li, .dt-header-menu ul.dt-primary-nav li ul.sub-menu .recent-posts-widget li { padding: 0 0 5px 0; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu .custom-sub-nav li a { padding-bottom: 5px; position: relative; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu .custom-sub-nav li a:hover:after { width: 50px; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu .custom-sub-nav li a:after { background-color: #000; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; width: 0; }
.no-header-menu ul li ul.children li ul.children, .dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul.sub-menu { left: 100%; top: 0; }
.dt-header-menu ul.dt-primary-nav .widget .recent-posts-widget li .entry-title h4 a { font-size: 15px; line-height: 25px; margin: 0; ; padding: 0; }
.no-header-menu ul li:last-child > ul.children, .dt-header-menu ul.dt-primary-nav li:last-child > ul.sub-menu, .no-header-menu ul li:nth-last-child(2) > ul.children, .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) > ul.sub-menu { left: auto; right: 0; }
.no-header-menu ul li.has-mega-menu:last-child > ul.children, .dt-header-menu ul.dt-primary-nav li.has-mega-menu:last-child > ul.sub-menu, .no-header-menu ul li.has-mega-menu:nth-last-child(2) > ul.children, .dt-header-menu ul.dt-primary-nav li.has-mega-menu:nth-last-child(2) > ul.sub-menu { left: 0; right: 0; }
.no-header-menu ul li:last-child > ul.children li ul.children, .dt-header-menu ul.dt-primary-nav li:last-child ul.sub-menu li ul.sub-menu, .no-header-menu ul li:nth-last-child(2) > ul.children li ul.children, .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu, .dt-header-menu ul.dt-primary-nav li:nth-last-child(4) ul.sub-menu li ul.sub-menu { left: auto; right: 100%; }
.no-header-menu ul li ul.children li, .no-header-menu ul li ul.children li a, .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li, .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li a:not(.dt-sc-button) { width: 100%; }
.no-header-menu ul li ul.children li a, .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li > a { padding-left: 10px; }
.no-header-menu ul li ul.children li a:before, .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li > a:before { content: '\f105'; font-family: FontAwesome; left: 15px; padding-right: 10px; position: absolute; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu p { font-size: 13px; }
.no-header-menu ul li:hover > ul.children, .dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu { opacity: 1; visibility: visible; }
.dt-sc-maaya-header .mobile-nav-container .menu-trigger { background: #000; cursor: pointer; letter-spacing: 1px; line-height: normal; padding: 5px 10px; position: absolute; text-transform: uppercase; top: 0; }
.dt-sc-maaya-header.type2 .mobile-nav-container .menu-trigger { display: inline-block; position: relative; }
.mobile-nav-container .menu-trigger { cursor: pointer; color: #FFF; }
.mobile-nav-container .menu-trigger > i:before { content: '\f0c9'; font-family: FontAwesome; font-size: 14px; font-style: normal; }
.mobile-nav-container .menu-trigger > span { float: left; padding: 0 5px; }
.mobile-nav-container .menu-trigger > i { float: right; padding: 7px 10px; }
.mobile-menu, .mobile-menu ul.dt-primary-nav, .mobile-menu ul.dt-primary-nav li { display: block; margin: 0; padding: 0; text-align: left; }
.mobile-menu .dt-primary-nav li a { border-style: solid; border-width: 1px 0 0; color: initial; display: block; padding: 5px 15px; }
.mobile-menu .dt-primary-nav > li > a, .mobile-menu .dt-primary-nav > li > ul > li > a, .mobile-menu .dt-primary-nav > li > ul > li > ul > li > a, .mobile-menu .dt-primary-nav > li > ul > li > ul > li > ul > li > a { line-height: 42px; min-height: 42px; padding-bottom: 0; padding-top: 0; }
.mobile-menu ul.dt-primary-nav { padding-top: 50px; }
.mobile-menu, .mobile-menu > ul, .mobile-menu ul.sub-menu { background: #fff; height: 100%; margin: 0; overflow-x: hidden; overflow-y: visible; padding: 0; position: fixed; right: 0; top: 0; transform: translateX(0); transition: transform .3s; width: 100%; z-index: 4; }
.mobile-menu { max-width: 260px; opacity: 0; transform: translateX(100%); transition: transform .25s, visibility 0s .3s, opacity .25s; visibility: hidden; z-index: 999; }
.mobile-menu .menu-item-icon { padding-right: 10px; }
.mobile-nav-offcanvas-right .mobile-menu { float: right right: 0;}
.mobile-nav-offcanvas-left .mobile-menu { left: 0; right: auto; transform: translateX(-100%); -webkit-transform: translateX(-100%); }
.mobile-menu.is-hidden, .mobile-menu ul.is-hidden { transform: translateX(100%); -webkit-transform: translateX(100%); }
.mobile-menu.nav-is-visible { opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); transition: transform .25s, visibility 0s 0s; -webkit-transition: -webkit-transform .25s, visibility 0s 0s; visibility: visible; }
.mobile-menu ul.sub-menu, .mobile-menu ul li.menu-item-object-dt_mega_menus, .mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section, .mobile-menu .wpb_column { width: 100% !important; }
.mobile-menu ul.sub-menu { left: auto !important; right: auto !important; }
.mobile-menu ul.sub-menu li { float: left; width: 100%; }
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section { background: none !important; border: none !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; left: 0 !important; margin: 0; padding-left: 0 !important; padding-right: 0 !important; }
.mobile-menu .wpb_column { margin: 0; }
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section > .vc_row, .mobile-menu .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-horizontal) > div { margin-left: 0; margin-right: 0; }
.mobile-menu ul.dt-primary-nav li.go-back a { height: 100%; padding: 0; }
.mobile-menu ul.dt-primary-nav li.go-back a, .mobile-menu li[class*='has-children'] > a, .mobile-menu li[class*='has_children'] > a { position: relative; }
.mobile-menu li[class*='has-children'] > a, .mobile-menu li[class*='has_children'] > a { padding-right: 40px; }
.mobile-menu ul.dt-primary-nav li.go-back, .mobile-menu ul.dt-primary-nav li.close-nav { display: inline-block; height: 50px; width: 100%; }
.mobile-menu ul.dt-primary-nav li.close-nav { border: none !important; cursor: pointer; line-height: 50px; position: absolute; right: 0; text-align: center; top: 0; width: 50px; z-index: 5; }
.mobile-menu ul.dt-primary-nav li.close-nav:before, .mobile-menu ul.dt-primary-nav li.close-nav:after { background-color: #222; bottom: 0; content: ''; height: 35%; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 2px; }
.mobile-menu ul.dt-primary-nav li.close-nav:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.mobile-menu ul.dt-primary-nav li.close-nav:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.mobile-menu ul.dt-primary-nav li.close-nav:hover:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.mobile-menu ul.dt-primary-nav li.close-nav:hover:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.mobile-menu ul.dt-primary-nav li.go-back a:before, .mobile-menu ul.dt-primary-nav li.go-back a:after, .mobile-menu li[class*='has-children'] > a:before, .mobile-menu li[class*='has-children'] > a:after, .mobile-menu li[class*='has_children'] > a:before, .mobile-menu li[class*='has_children'] > a:after { backface-visibility: hidden; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 15px; -webkit-backface-visibility: hidden; }
.mobile-menu ul.dt-primary-nav li.go-back a:before { content: '\f104'; font-family: FontAwesome; font-size: 25px; height: 50px; left: 15px; line-height: 50px; text-align: center; }
.mobile-menu li[class*='has-children'] > a:before, .mobile-menu li[class*='has_children'] > a:before { content: '\f105'; font-family: FontAwesome; font-size: 25px; height: 42px; line-height: 42px; right: 12px; text-align: center; }
.mobile-menu ul.dt-primary-nav li.go-back a:after, .mobile-menu li[class*='has-children'] > a:after, .mobile-menu li[class*='has_children'] > a:after { background-color: currentColor; content: ''; height: 2px; opacity: 0; visibility: hidden; }
.mobile-menu ul.dt-primary-nav li.go-back a:hover:before { left: 10px; }
.mobile-menu li[class*='has-children'] > a:hover:before, .mobile-menu li[class*='has_children'] > a:hover:before { right: 8px; }
.mobile-menu ul.dt-primary-nav li.go-back a:after { left: 25px; }
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after { left: 15px; }
.mobile-menu li[class*='has-children'] > a:after, .mobile-menu li[class*='has_children'] > a:after { right: 18px; }
.mobile-menu li[class*='has-children'] > a:hover:after, .mobile-menu li[class*='has_children'] > a:hover:after { right: 12px; }
.mobile-menu .dt-custom-nav li a:before, .mobile-menu .dt-custom-nav li a:after, .mobile-menu .dt-custom-nav li a span:before, .mobile-menu .dt-custom-nav li a span:after { content: none !important; }
.mobile-menu .dt-custom-nav li a, .mobile-menu .dt-primary-nav li .dt-custom-nav li a { border-radius: 0 !important; border-style: none; border-width: 0 !important; }
.mobile-menu .dt-custom-nav li { box-shadow: 0 1px 0 0 rgba(0,0,0,.075); -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.075); }
.mobile-menu .dt-custom-nav li:last-child { box-shadow: none; -webkit-box-shadow: none; }
.mobile-menu .hr-skew-link-style ul > li > a { margin-bottom: 0; }
.mobile-menu .vc_row { margin: 0; padding-left: 0 !important; padding-right: 0 !important; }
.mobile-menu .wpb_column, .mobile-menu .wpb_column .vc_column-inner[class*='vc_custom'] { margin: 0 !important; }
.mobile-menu .wpb_column .vc_column-inner[class*='vc_custom'] { padding-left: 15px !important; padding-right: 15px !important; }
.mobile-menu .wpb_column .wpb_column .vc_column-inner[class*='vc_custom'] { padding-left: 0 !important; padding-right: 0 !important; }
.flex-col-elements-inline-middle .mobile-menu .dt-custom-nav-wrapper.left .dt-custom-nav { width: 100%; }
.overlay { backface-visibility: hidden; background-color: rgba(0,0,0,.5); cursor: pointer; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s; -webkit-transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s; visibility: hidden; width: 100%; z-index: 98; -webkit-backface-visibility: hidden; }
.overlay.is-visible, .mobile-menu ul.dt-primary-nav li.go-back a:hover:after, .mobile-menu li[class*='has-children'] > a:hover:after, .mobile-menu li[class*='has_children'] > a:hover:after { opacity: 1; visibility: visible; }
.mobile-menu ul.dt-primary-nav li.close-nav, .mobile-menu ul.dt-primary-nav li.close-nav:before, .mobile-menu ul.dt-primary-nav li.close-nav:after, .mobile-menu ul.dt-primary-nav li a, .mobile-menu ul.dt-primary-nav li a:before, .mobile-menu ul.dt-primary-nav li a:after, .mobile-menu .dt-custom-nav li, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li { transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; }
.mobile-menu ul.dt-primary-nav li.see-all a { background-color: rgba(0,0,0,.05); }
.mobile-menu .dt-primary-nav li a { border-color: rgba(0,0,0,.06); }
.mobile-menu ul.dt-primary-nav li.see-all a { box-shadow: 0 1px 0 0 rgba(0,0,0,.06); -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06); }
.mobile-menu .dt-custom-nav li a:not(:hover), .mobile-menu .dt-custom-nav li a:hover, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li a:hover { background-color: rgba(0,0,0,0) !important; color: #000 !important; }
.mobile-menu .dt-custom-nav li:hover > a, .mobile-menu .dt-custom-nav li.current-menu-item > a, .mobile-menu .dt-custom-nav li.current-page-item > a, .mobile-menu .dt-custom-nav li.current-menu-ancestor > a, .mobile-menu .dt-custom-nav li.current-page-ancestor > a, .mobile-menu .dt-custom-nav li.current_menu_item > a, .mobile-menu .dt-custom-nav li.current_page_item > a, .mobile-menu .dt-custom-nav li.current_menu_ancestor > a, .mobile-menu .dt-custom-nav li.current_page_ancestor > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li:hover > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-menu-item > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-page-item > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-menu-ancestor > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-page-ancestor > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_menu_item > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_page_item > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_menu_ancestor > a, .mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_page_ancestor > a { background-color: #000 !important; color: #fff !important; }
.mobile-menu .dt-sc-dark-bg h1, .mobile-menu .dt-sc-dark-bg h2, .mobile-menu .dt-sc-dark-bg h3, .mobile-menu .dt-sc-dark-bg h4, .mobile-menu .dt-sc-dark-bg h5, .mobile-menu .dt-sc-dark-bg h6, .mobile-menu .dt-sc-dark-bg p { color: #000 !important; }
.mobile-menu ul.sub-menu::-webkit-scrollbar {
 background-color: #f1f1f1;
 width: 5px;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-track, .mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
 box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
 -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
 background-color: #c1c1c1;
 border-radius: 5px;
}
/*dt-custom-login */
.dt-custom-login { margin: 0; padding: 0; }
.dt-custom-login li { display: inline-block; line-height: 35px; list-style: none; margin: 0; padding: 0; }
.dt-custom-login li a { border-left: 1px solid #4d4d4d; margin-left: 10px; padding-left: 10px; }
.dt-custom-login li:first-child a { border-left: none; }
/*--------------------------------------------------------------
   Header Menu
--------------------------------------------------------------*/
.dt-header-menu.left { float: left; }
.dt-header-menu.center { display: table; margin-left: auto; margin-right: auto; }
.dt-header-menu.right { float: right; }
.dt-sc-maaya-header.dt-sc-slide-menu .dt-sc-single-line-separator { margin: 0; }
.dt-sc-maaya-header.dt-sc-slide-menu .menu-icons-wrapper, .dt-sc-maaya-header.dt-sc-slide-menu .menu-icons-wrapper .search { margin: 0; }
.dt-sc-maaya-header.dt-sc-slide-menu .search-module { float: right; text-align: right; }
.flex-col-elements-inline-middle .dt-header-menu.left { display: table; margin-right: auto; }
.flex-col-elements-inline-middle .dt-header-menu.center { display: table; margin-left: 0; margin-right: 0; }
.flex-col-elements-inline-middle .dt-header-menu.right { display: table; margin-left: auto; }
.dt-header-menu.gap_none .dt-primary-nav li { margin: 0; }
.dt-header-menu.gap_1 .dt-primary-nav li { margin: 0 1px 0 0; }
.vc_row.vc_row-flex > .vc_column_container .dt-header-menu.justify { display: inline-block; }
.dt-header-menu[data-nav-item-display='stretch'] ul.dt-primary-nav > li { line-height: 70px; }
.dt-header-menu[data-nav-item-display='stretch'] ul.dt-primary-nav > li > a { line-height: inherit; }
.dt-header-menu[data-nav-item-display='stretch'] ul.dt-primary-nav > li ul.sub-menu { line-height: normal; }
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-left > .menu-item-icon { padding-right: 10px; }
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon { padding-left: 6px; }
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon ~ span { float: left; }
.without_icon li .menu-item-icon { display: none; }
.dt-header-menu ul.dt-primary-nav > li > a, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span { position: relative; }
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li > a:after, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li > a > span:after, .dt-header-menu[data-nav-item-divider='vertical-line'] ul.dt-primary-nav > li > a > span:after, .dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current_page_item > a:before, .dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current-menu-item > a:before, .dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current-page-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current-menu-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current_page_item > a:after, .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current-menu-item > a:after, .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current-page-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current-menu-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current_page_item > a:after, .dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current-menu-item > a:after, .dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current-page-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current-menu-ancestor > a:after { content: ''; }
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li > a:after, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before { border-style: solid; height: 2px; left: 0; margin-left: auto; margin-right: auto; pointer-events: none; position: absolute; right: 0; width: 0; }
.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li > a:before, .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li > a:after, .dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li > a:after { border-color: transparent; border-style: solid; border-width: 6px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 0; }
.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li > a:before { border-bottom-width: 0; border-top-color: inherit; top: 0; }
.dt-header-menu[data-nav-item-style='filled'][data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li > a:before { border-top-color: currentColor; top: -1px; }
.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li > a:after { border-bottom-width: 0; border-top-color: inherit; top: 100%; }
.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li > a:after { border-bottom-color: inherit; border-top-width: 0; bottom: 0; }
.dt-header-menu[data-nav-item-style='filled'][data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li > a:after { border-bottom-color: currentColor; bottom: -1px; }
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li > a:after { border-width: 0 0 2px; bottom: 0; }
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li > a:before { border-width: 2px 0 0; top: 0; }
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span:before { border-width: 0 0 2px; bottom: 0; margin: auto; top: 0; }
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before { border-width: 2px 0; bottom: 0; height: auto; top: 0; }
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after { border-width: 0 0 1px; bottom: 0; }
.dt-header-menu[data-nav-item-style='bordered'][data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after { bottom: 1px; }
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before { border-width: 1px 0 0; top: 0; }
.dt-header-menu[data-nav-item-style='bordered'][data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before { top: 1px; }
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before { border-width: 1px 0; bottom: 0; height: auto; top: 0; }
.dt-header-menu[data-nav-item-style='bordered'][data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before { bottom: 1px; top: 1px; }
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li:hover > a:after, .dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current_page_item > a:after, .dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current-menu-item > a:after, .dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current-page-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current-menu-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li:hover > a:before, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current_page_item > a:before, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current-menu-item > a:before, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current-page-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current-menu-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li:hover > a:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current_page_item > a:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current-menu-item > a:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current-page-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current-menu-ancestor > a:before { width: 75%; }
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li:hover > a:after, .dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current_page_item > a:after, .dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current-menu-item > a:after, .dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current-page-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current-menu-ancestor > a:after, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li:hover > a:before, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current_page_item > a:before, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current-menu-item > a:before, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current-page-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current-menu-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li:hover > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current_page_item > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current-menu-item > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current-page-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current-menu-ancestor > a:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li:hover > a > span:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current_page_item > a > span:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current-menu-item > a > span:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current-page-ancestor > a > span:before, .dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current-menu-ancestor > a > span:before { width: 100%; }
.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li > a > span:after, .dt-header-menu[data-nav-item-divider='vertical-line'] ul.dt-primary-nav > li > a > span:after { border-color: #ccc; border-style: solid; border-width: 0 1px 0 0; bottom: 0; height: 15px; margin-bottom: auto; margin-top: auto; position: absolute; right: -2px; top: 0; width: 1px; }
.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li > a > span:after { right: -3px; transform: rotate(15deg); -webkit-transform: rotate(15deg); }
.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li:last-child > a > span:after, .dt-header-menu[data-nav-item-divider='vertical-line'] ul.dt-primary-nav > li:last-child > a > span:after { display: none; }
.dt-header-menu ul.dt-primary-nav > li, .dt-header-menu ul.dt-primary-nav > li a, .dt-header-menu ul.dt-primary-nav > li > a:before, .dt-header-menu ul.dt-primary-nav > li > a:after, .dt-header-menu ul.dt-primary-nav > li a > span, .dt-header-menu ul.dt-primary-nav > li a > span:before { transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; }
/*----*****---- << 4.4. Header Modules >> ----*****----*/
.search-module { display: inline-block; text-align: center; }
.menu-icons-wrapper { margin: 0 5px; padding: 5px 0; }
.menu-icons-wrapper .search, .menu-icons-wrapper .cart { display: inline-block; margin: 0 5px; text-align: center; width: 25px; }
.menu-icons-wrapper.rounded-icons .search, .menu-icons-wrapper.rounded-icons .cart { margin: 0 5px; }
.menu-icons-wrapper .search a, .menu-icons-wrapper .cart a { font-size: 14px; }
.menu-icons-wrapper.rounded-icons .search a span, .menu-icons-wrapper.rounded-icons .cart a span { border-radius: 50%; -webkit-border-radius: 50%; height: 38px; line-height: 40px; text-align: center; width: 38px; }
.menu-icons-wrapper .top-menu-search-container { display: none; position: absolute; right: 50%; top: 100%; width: 250px; z-index: 9; }
.menu-icons-wrapper .top-menu-search-container.show-top-menu-search { display: block; }
.menu-icons-wrapper .top-menu-search-container .search-form label span { display: none; }
.menu-icons-wrapper .top-menu-search-container .search-form input[type='submit'] { text-indent: -9999px; }
.menu-icons-wrapper .top-menu-search-container .search-form input[type='search'] { padding-right: 30px; text-transform: none; }
.menu-icons-wrapper .cart sup { border-radius: 50%; color: #fff; display: inline-block; font-size: 9px; font-weight: bold; height: 15px; left: -9px; line-height: 15px; position: relative; text-align: center; top: -8px; width: 15px; }
#searchform { display: inline-block; margin: 0; position: relative; width: 100%; }
#searchform:before { content: '\f002'; font-family: FontAwesome; font-size: 14px; }
#searchform input[type='text'] { background: #fff; border: 1px solid #e5e5d8; box-sizing: border-box; display: block; font-size: 14px; margin: 0; padding: 16px 16px; width: 100%; appearance: none; }
#searchform label span { display: none; }
#searchform input[type='submit'] { background: none; cursor: pointer; margin: 0; padding: 0; text-indent: -9999px; z-index: 1; }
#searchform .dt-search-icon { background-color: #f00; color: #fff; height: inherit; left: 100%; opacity: 0; transform: translateX(-100%); -webkit-transform: translateX(-100%); visibility: hidden; z-index: -1; }
#searchform .dt-search-icon span { display: block; height: 100%; width: 100%; }
#searchform .dt-search-icon span:before { left: 0; margin: auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
#searchform:before, #searchform input[type='submit'], #searchform .dt-search-icon { bottom: 0; height: inherit; margin-bottom: auto; margin-top: auto; position: absolute; right: 0; text-align: center; top: 0; width: 50px; }
#searchform:before { height: 0; line-height: 0; }
#searchform:hover .dt-search-icon { opacity: 1; transform: translateX(1px); -webkit-transform: translateX(1px); visibility: visible; }
.simple-header-search #searchform .dt-search-icon, .overlay-header-search #searchform .dt-search-icon { display: none; }
.simple-header-search.stretch, .simple-header-search.stretch #searchform, .simple-header-search.stretch #searchform input[type='text'] { height: 100%; }
.search-module.slide-down-header-search { height: 100%; }
.search-module.slide-down-header-search #searchform, .search-module.slide-down-header-search #searchform input[type='text'] { width: 100%; }
.search-module.slide-down-header-search .menu-icons-wrapper, .search-module.slide-down-header-search .menu-icons-wrapper .search, .search-module.slide-down-header-search .menu-icons-wrapper .search a, .search-module.slide-down-header-search .menu-icons-wrapper .search a span { height: inherit; width: inherit; }
.search-module.slide-down-header-search .menu-icons-wrapper { padding-bottom: 0; padding-top: 0; }
.search-module.slide-down-header-search .menu-icons-wrapper .search a { display: inline-block; }
.search-module.simple-header-search.filled #searchform { border-color: transparent; }
.search-module.simple-header-search.filled.gray #searchform { background-color: #f3f3f3; }
.search-module.simple-header-search.filled.gray.dt-sc-dark-bg #searchform { background-color: #333; }
.search-module.slide-down-header-search #searchform, .search-module.simple-header-search.filled.white #searchform { background-color: #fff; }
.search-module.simple-header-search.simple-rounded #searchform { border-radius: 2px; -webkit-border-radius: 2px; }
.search-module:not(.simple-header-search).filled, .search-module:not(.simple-header-search).filled-onhvr { position: relative; text-align: center; }
.search-module:not(.simple-header-search).filled.stretch, .search-module:not(.simple-header-search).filled-onhvr.stretch { width: 60px; }
.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper, .search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper .search, .search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper, .search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper .search { margin-left: 0; margin-right: 0; }
.search-module:not(.simple-header-search).filled .menu-icons-wrapper .search a span:before, .search-module:not(.simple-header-search).filled-onhvr .menu-icons-wrapper .search a span:before, .search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before, .search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before { left: 0; margin: auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight), .search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover { background-color: #f3f3f3; }
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg, .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover { background-color: #000; }
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span, .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span, .search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span, .search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span { color: #fff; }
.overlay-search { float: right; width: auto; }
.overlay-search, .overlay-search *, .overlay-search *:before, .overlay-search *:after { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
.overlay-search .overlay-close:before, .overlay-search .overlay-close:after { border-color: #161616; }
.overlay-search { background-color: #fff; cursor: inherit; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; transform: scale(.95); -webkit-transform: scale(.95); visibility: hidden; width: 100%; z-index: 10000; }
.overlay-search.open { opacity: 1; transform: scale(1); -webkit-transform: scale(1); visibility: visible; }
.overlay-header-search .overlay-search #searchform { border-style: solid; border-width: 0 0 1px; box-shadow: none; -webkit-box-shadow: none; left: 0; margin: 0 auto; max-width: none; padding-bottom: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 50%; }
.overlay-search #searchform input[type='text'] { color: #000; }
.overlay-search #searchform input[type='text'] { font-size: 40px; text-transform: capitalize; width: 100%; }
.overlay-search #searchform input[type='submit'] { height: 100%; width: 55px; }
.overlay-header-search .overlay-search #searchform:before { font-size: 30px; right: 10px; }
.overlay-search-icon span { color: #2f2e2e; cursor: pointer; }
.overlay-search .overlay-close { border-radius: 50%; cursor: pointer; font-size: 0; height: 75px; position: fixed; right: 20px; top: 20px; transform: scale(0); width: 75px; z-index: 9; }
.overlay-search.open .overlay-close { transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
.overlay-search .overlay-close:before, .overlay-search .overlay-close:after { background: #fff; content: ''; height: 5px; left: 50%; position: absolute; top: 50%; width: 50px; }
.overlay-search .overlay-close:before { transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); }
.overlay-search .overlay-close:after { transform: translate(-50%, -50%) rotate(-45deg); -moz-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); -webkit-transform: translate(-50%, -50%) rotate(-45deg); }
.search-module, .search-module * { transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; }
.cart-info { padding: 0; width: auto; display: inline-block; position: relative; margin: 0; }
.cart-info a { margin: 0px; }
/*.cart-info:before { content:"\e66c"; position:absolute; font-family:"Stroke-Gap-Icons"; font-size:20px; left:15px; top:18px; }*/
.cart-info span { font-size: 14px; line-height: 20px; display: inline-block; border-radius: 50%; text-align: center; position: relative; }
.cart-total { font-size: 14px; display: inline-block; margin: 0px 0px 0px 20px; letter-spacing: 0.5px; }
.cart-info span sup { position: absolute; top: -15px; right: -12px; width: 18px; height: 18px; text-align: center; font-size: 12px; display: inline-block; line-height: 18px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #fff; }
header a.cart-info { color: #fff; float: right; margin: 26px 0; }
header .cart-info sup { border-radius: 2px; display: inline-block; font-size: 12px; height: 18px; line-height: 18px; right: 8px; text-align: center; top: -14px; width: 18px; }
.live-chat { float: right; margin: 32px 0 0 10px; }
.live-chat a { border-radius: 5px; font-size: 10px; font-weight: 800; padding: 10px 15px 9px; text-transform: uppercase; }
.live-chat a span { display: inline-block; font-size: 14px; margin: 0 5px 0 0; }
/*--- Maaya Header ---*/
.dt-sc-maaya-header.with-border { border-bottom: 1px solid rgba(0, 0, 0, .2); }
.dt-sc-maaya-header .dt-header-menu ul.dt-primary-nav > li:empty { display: none; }
.dt-sc-maaya-header .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li:nth-child(2) > a { padding-left: 0; }
.dt-sc-maaya-header .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.menu-item-has-children > a:after { border: none; bottom: 0; content: '\f107'; font-family: FontAwesome; font-size: 14px; left: auto; line-height: 28px; position: absolute; right: 8px; top: 7px; transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear; -o-transition: all .1s linear; -webkit-transition: all .1s linear; }
.dt-sc-maaya-header .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.menu-item-has-children:hover > a:after { right: 4px; top: 10px; transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }
.dt-sc-maaya-header:not(.with-border) .dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li > ul.sub-menu > li.menu-item-has-children > a::after { right: 0; }
.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu { box-shadow: 0 1px 6px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15); margin-left: -15px; padding: 0 15px; -ms-box-shadow: 0 1px 6px rgba(0,0,0,.15); }
.dt-sc-maaya-header:not(.with-border) .dt-header-menu.center .dt-primary-nav li:not(.has-mega-menu) ul.sub-menu a { padding-left: 0; padding-right: 0; }
.dt-sc-maaya-header:not(.with-border) .dt-header-menu.center .dt-primary-nav li:not(.has-mega-menu) ul.sub-menu > li:last-child > a { border-bottom: none !important; }
.dt-sc-maaya-header.with-border .dt-header-menu.center .dt-primary-nav li:not(.has-mega-menu) ul.sub-menu > li:last-child > a { border-bottom-width: 1px; }
.dt-sc-maaya-header.with-border ul.dt-primary-nav > li { padding: 5px 15px 5px 0; }
.dt-sc-maaya-header.with-border .mobile-nav-container ul.dt-primary-nav > li { padding: 0; }
.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:last-child > ul.sub-menu, .dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) > ul.sub-menu { margin-left: -15px; margin-right: 15px; }
.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li ul.sub-menu { margin-left: 15px; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform { border: none; height: 30px; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform:before { color: #3d3d3d; height: 30px; line-height: 30px; text-align: right; top: 10px; z-index: 1; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text'] { background: none; border: none; border-bottom-color: transparent; border-bottom-style: solid; border-bottom-width: 1px; color: #3d3d3d; font-size: 14px; margin: 4px 0; padding: 5px 0 14px; position: absolute; right: 0; text-transform: inherit; top: 2px; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 150px; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='submit'] { font-size: 0; z-index: 9; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus { background: #fff; border-bottom-color: #000; max-width: 1230px; padding: 4px 0 15px; width: 1230px; }
.dt-sc-maaya-header ul.sub-menu li:last-child > a { border-bottom-width: 1px !important; }
/*--- Slide Menu ---*/
.dt-simpler-slider { background: transparent; border: none; cursor: pointer; display: block; height: 32px; position: fixed; right: 20px; top: 20px; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 32px; z-index: 999; }
.dt-simpler-slider:before { background: #ddd; content: ''; display: block; font-size: 14px; height: 40px; left: -4px; line-height: 32px; opacity: 1; position: absolute; text-align: center; top: -5px; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transition: all .35s ease-in-out; -moz-transition: all .35s ease-in-out; -ms-transition: all .35s ease-in-out; -webkit-transition: all .35s ease-in-out; width: 40px; }
.dt-sc-simpler-content-open .dt-simpler-slider:before, .dt-simpler-slider:hover:before { background: #000; }
.dt-sc-simpler-content-open .dt-simpler-slider:before { border-radius: 50%; }
.dt-simpler-slider span { background: #000; display: block; height: 3px; left: 50%; margin-left: -12.5px; margin-top: -1.5px; position: absolute; top: 50%; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 25px; }
.dt-simpler-slider span:first-child { top: 5px; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.dt-simpler-slider span:last-child { bottom: 5px; transform: translate3d(0, 8px, 0); -moz-transform: translate3d(0, 8px, 0); -ms-transform: translate3d(0, 8px, 0); -webkit-transform: translate3d(0, 8px, 0); }
.dt-simpler-slider span:nth-child(2) { margin-top: -2px; top: 50%; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.dt-simpler-slider span { background: #fff; }
.dt-sc-simpler-content-open .dt-simpler-slider span:first-child { transform: translate3d(0, 10px, 0) rotate(45deg); -moz-transform: translate3d(0, 10px, 0) rotate(45deg); -ms-transform: translate3d(0, 10px, 0) rotate(45deg); -webkit-transform: translate3d(0, 10px, 0) rotate(45deg); }
.dt-sc-simpler-content-open .dt-simpler-slider span:last-child { transform: translate3d(0, 0, 0) rotate(-45deg); -moz-transform: translate3d(0, 0, 0) rotate(-45deg); -ms-transform: translate3d(0, 0, 0) rotate(-45deg); -webkit-transform: translate3d(0, 0, 0) rotate(-45deg); }
.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) { transform: translate3d(0, 0, 0) scale(.1, 1); -moz-transform: translate3d(0, 0, 0) scale(.1, 1); -ms-transform: translate3d(0, 0, 0) scale(.1, 1); -webkit-transform: translate3d(0, 0, 0) scale(.1, 1); }
.vc_row.dt-sc-simpler-content { margin: 0; position: relative; }
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container { background: #fff; padding: 30px 0; }
.vc_row.dt-sc-simpler-content > .vc_column_container, .vc_row.dt-sc-simpler-content > .vc_column-inner { height: 100%; }
.dt-sc-maaya-header .dt-simpler-slider { background: transparent; border: none; cursor: pointer; display: block; height: 32px; left: 15px; position: absolute; top: 13px; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 32px; z-index: 2; }
.dt-sc-maaya-header .dt-simpler-slider span { background: #3d3d3d; }
.dt-sc-maaya-header .dt-simpler-slider:hover span:first-child, .dt-sc-maaya-header .dt-simpler-slider:hover span:last-child, .dt-sc-maaya-header .dt-simpler-slider:hover span:nth-child(2), .dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider span:first-child, .dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider span:last-child, .dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) { width: 0; }
.dt-sc-maaya-header .dt-simpler-slider:before { background: none; color: #3d3d3d; content: '\f2ea'; display: block; font-family: 'Material-Design-Iconic-Font'; font-size: 40px; height: 32px; left: 10px; opacity: 0; position: absolute; top: 0; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; visibility: hidden; width: 32px; }
.dt-sc-maaya-header .dt-simpler-slider:hover:before, .dt-sc-simpler-content-open .dt-simpler-slider:before { left: -5px; opacity: 1; visibility: visible; }
.secondary-sidebar .vc_row.dt-sc-simpler-content { background: #fff; margin: 0; overflow-y: scroll; position: relative; }
.secondary-sidebar .vc_row.dt-sc-simpler-content .widget #searchform { max-width: 100%; width: 100%; }
.vc_row.dt-sc-simpler-content > .vc_column_container .dt-logo-container.logo-align-center { padding: 0 30px; }
.vc_row.dt-sc-simpler-content > .vc_column_container .dt-header-menu { margin-left: 30px; }
.vc_row.dt-sc-simpler-content > .secondary-sidebar .widget:last-child { margin-bottom: 30px; }
.vc_row.dt-sc-simpler-content > .secondary-sidebar .type7 aside { padding: 25px; }
#header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom { bottom: 30px; left: 0; position: absolute; right: 0; }
.vc_row.dt-sc-simpler-content.boxed-header { border: 20px solid rgba(0,0,0,0); }
.vc_row.dt-sc-simpler-content.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container { margin-left: 20px; margin-right: -20px; }
.vc_row.dt-sc-simpler-content.boxed-header > .vc_column_container .dt-header-menu { margin-left: 0; }
.vc_row.dt-sc-simpler-content.from-left.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container { margin-left: -20px; margin-right: 0; }
.vc_row.dt-sc-simpler-content.overlay-header { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 100% !important; }
.vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container { background: rgba(255,255,255,.9); }
#header .dt-header-tpl .vc_row.dt-sc-simpler-content.overlay-header .dt-sc-simpler-content-top { left: 0; position: absolute; right: 0; top: 30px; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu { margin: 0; text-align: center; width: 100%; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu .dt-primary-nav { text-align: center; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a { font-size: 40px; letter-spacing: 3px; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a > .menu-item-icon { display: none; }
.vc_row.dt-sc-simpler-content.overlay-header { left: auto !important; right: -100% !important; }
.vc_row.dt-sc-simpler-content.overlay-header.dt-sc-simpler-content-open { right: 0 !important; }
.vc_row.dt-sc-simpler-content.overlay-header .dt-simpler-slider { left: auto; right: 20px; }
.vc_row.dt-sc-simpler-content.overlay-header.from-left { left: -100% !important; }
.vc_row.dt-sc-simpler-content.overlay-header.from-left .dt-simpler-slider { left: 20px; right: auto; }
.vc_row.dt-sc-simpler-content.overlay-header.from-left.dt-sc-simpler-content-open { left: 0 !important; }
.boxed-header .dt-simpler-slider { top: 25px; }
.dt-sc-simpler-content-open .dt-simpler-slider, .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider { left: auto; right: 320px; }
.from-left .dt-simpler-slider, .overlay-header.from-left .dt-simpler-slider { left: 20px; right: auto; }
.from-left.boxed-header .dt-simpler-slider { left: 25px; right: auto; }
.dt-sc-simpler-content-open.from-left .dt-simpler-slider, .dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider { left: 320px; right: auto; }
.vc_row.dt-sc-simpler-content.from-left .dt-custom-nav-wrapper.inline-vertical[data-divider='yes'] .dt-custom-nav li.menu-item-has-children ul.sub-menu { left: auto; right: -300px; }
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav > li { margin-left: 0; margin-right: 0; width: 100%; }
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu { left: 100%; position: absolute; top: 10px; }
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section { left: 0 !important; margin-left: 0; margin-right: 0; max-width: calc(100vw - 330px); padding-left: 15px; padding-left: 0 !important; padding-right: 15px; padding-right: 0 !important; width: calc(100vw - 330px); }
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu { top: 0; }
/*--- Header-24 - OldHaven ---*/

#header .header-24.top-bar { line-height: normal; max-height: inherit; z-index: auto; }
#header .header-24.top-bar .dt-sc-button { margin-top: 0; }
#header .header-24 .dt-sc-contact-info { font-weight: 400; padding-left: 50px; text-align: left; }
#header .header-24 .dt-sc-contact-info span { font-size: 40px; left: 0; margin-top: 5px; }
/*--- Header-25 - Malar ---*/

#header .header-25 .dt-header-menu .dt-primary-nav > li:not(.close-nav) > a:before, #header .header-25.top-bar .dt-custom-nav li:before { content: '\f169'; display: block; font-family: Material-Design-Iconic-Font; font-size: 14px; opacity: .3; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.dt-header-menu .dt-primary-nav li.close-nav { display: none; }
#header .header-25.top-bar .dt-custom-nav li:before { right: -14px; }
#header .header-25 .dt-header-menu .dt-primary-nav > li:last-child:before, #header .header-25.top-bar .dt-custom-nav li:last-child:before { display: none; }
#header .header-25 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li { margin: 0 8px; }
#header .header-25 .dt-header-menu, #header .header-25 .dt-header-menu .dt-primary-nav, #header .header-25 .dt-header-menu .dt-primary-nav > li { float: left; }
#header .header-25 .dt-header-menu .dt-primary-nav > li:first-child > a { padding-left: 0; }
#header .header-25 .dt-header-menu .dt-primary-nav > li a { font-size: 14px; }
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu li { width: 100%; }
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu { border: 10px solid rgba(0,0,0,0); box-shadow: none; -webkit-box-shadow: none; }
#header .header-25 .dt-header-menu .dt-primary-nav li:nth-child(2) ul.sub-menu { border-left: none; }
#header .header-25 .dt-header-menu .dt-primary-nav li:hover ul.sub-menu { background: none; }
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu li { background: #fdf7ff; }
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu > li a { padding: 15px 15px 0 15px; }
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu > li:last-child a { padding-bottom: 15px; }
#header .header-25 .dt-header-menu .dt-primary-nav > li > a { float: left; font-size: 14px; font-weight: normal; letter-spacing: .2px; line-height: 70px; padding: 0 25px; }
#header .header-25 .dt-header-menu .dt-primary-nav > li:nth-child(2) > a { padding-left: 0; }
#header .header-25.top-bar { height: auto; line-height: normal; z-index: 0; }
#header .header-25.top-bar .dt-header-menu .dt-primary-nav > li > a { line-height: normal; }
#header .header-25 .cart-info { background: none; margin: 0 0 0 20px; }
#header .header-25 .cart-info p.cart-total, #header .header-25 .cart-icon span { display: none; }
#header .header-25 .cart-info:before { top: 17px; }
#header .header-25 .dt-sc-sociable { cursor: pointer; display: inline-block; float: none; height: auto; padding: 0; position: relative; text-align: left; width: 32px; z-index: 9; }
#header .header-25 .dt-sc-sociable:before { content: '\f1e0'; display: block; font-family: fontawesome; left: 0; position: absolute; right: 0; }
#header .header-25 .dt-sc-sociable li { clear: none; display: inline-block; float: none; opacity: 0; padding-bottom: 0; position: absolute; top: -15px; transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; visibility: hidden; }
#header .header-25 .dt-sc-sociable li:nth-child(1) { left: -10px; }
#header .header-25 .dt-sc-sociable li:nth-child(2) { left: 20px; }
#header .header-25 .dt-sc-sociable li:nth-child(3) { left: 50px; }
#header .header-25 .dt-sc-sociable li:nth-child(4) { left: 80px; }
#header .header-25 .dt-sc-sociable li:nth-child(5) { left: 110px; }
#header .header-25 .dt-sc-sociable:hover li { opacity: 1; visibility: visible; }
#header .header-25 .dt-sc-sociable li a { border: 1px solid #fff; border-left: 0; color: #fff; font-size: 12px; height: 30px; line-height: 30px; text-align: center; width: 30px; }
#header .header-25 .dt-sc-sociable li:first-child a { border-left: 1px solid #fff; }
#header .header-25 .dt-sc-sociable li.facebook a:hover { background: #3162a2; }
#header .header-25 .dt-sc-sociable li.twitter a:hover { background: #2fb1eb; }
#header .header-25 .dt-sc-sociable li.dribbble a:hover { background: #ff68c5; }
#header .header-25 .dt-sc-sociable li.tumblr a:hover { background: #34465d; }
#header .header-25 .dt-sc-sociable li.google-plus a:hover { background: #c54542; }
#header .header-25 .dt-sc-sociable li.delicious a:hover { background: #2648be; }
#header .header-25 .dt-sc-sociable li.deviantart a:hover { background: #54675a; }
#header .header-25 .dt-sc-sociable li.digg a:hover { background: #1a5891; }
#header .header-25 .dt-sc-sociable li.flickr a:hover { background: #e30377; }
#header .header-25 .dt-sc-sociable li.comment a:hover { background: #5fb749; }
#header .header-25 .dt-sc-sociable li.instagram a:hover { background: #895a4d; }
#header .header-25 .dt-sc-sociable li.lastfm a:hover { background: #d12540; }
#header .header-25 .dt-sc-sociable li.linkedin a:hover { background: #0173b2; }
#header .header-25 .dt-sc-sociable li.mail a:hover { background: #edc719; }
#header .header-25 .dt-sc-sociable li.pinterest a:hover { background: #ca1325; }
#header .header-25 .dt-sc-sociable li.reddit a:hover { background: #ff1a00; }
#header .header-25 .dt-sc-sociable li.rss a:hover { background: #ffb922; }
#header .header-25 .dt-sc-sociable li.skype a:hover { background: #00aaf1; }
#header .header-25 .dt-sc-sociable li.stumbleupon a:hover { background: #eb4924; }
#header .header-25 .dt-sc-sociable li.twitter a:hover { background: #2caae1; }
#header .header-25 .dt-sc-sociable li.viadeo a:hover { background: #f4982b; }
#header .header-25 .dt-sc-sociable li.vimeo a:hover { background: #41b2dc; }
#header .header-25 .dt-sc-sociable li.yahoo a:hover { background: #7c1f70; }
#header .header-25 .dt-sc-sociable li.youtube a:hover { background: #ff3431; }
#header .header-25 .menu-icons-wrapper { float: right; margin: 3px 0 0; text-align: right; }
#header .header-25 .menu-icons-wrapper div:last-child { margin-left: 0; }
#header .header-25 .menu-icons-wrapper .search a, .menu-icons-wrapper .cart a { font-size: 14px; }
#header .header-25 .menu-icons-wrapper .search a span, .menu-icons-wrapper .cart a span { line-height: 65px; }
#header .header-25 .menu-icons-wrapper.rounded-icons .search a span, .menu-icons-wrapper.rounded-icons .cart a span { border-radius: 50%; height: 38px; line-height: 40px; text-align: center; width: 38px; }
#header .header-25 .menu-icons-wrapper .search { position: absolute; top: 0; }
/*--- Header-26 - Veda Wedding ---*/

#header .header-26 { background: #fcf8f5; border-bottom: 1px solid; border-top: 1px solid; float: left; position: relative; width: 100%; z-index: 9; }
/*#header .header-26:before { content: ""; position: absolute; display: block; width: 25px; height: 100%; background: #333333; top: 0; }*/
#header .header-26:after { background-image: url(http://fw.dttheme.com/wp-content/uploads/2018/03/header-26-bg.png); /*download and attach the image in theme folder, if using this header*/ background-position: center; background-repeat: repeat; content: ''; display: block; height: 100%; opacity: .1; position: absolute; transform: scaleY(-1); -moz-transform: scaleY(-1); -ms-transform: scaleY(-1); -webkit-transform: scaleY(-1); width: 100%; z-index: -1; }
#header .header-26 .vc_col-sm-2 { left: 0; margin: 0 auto; position: absolute; right: 0; top: -22px; width: 96px; z-index: 1; }
#header .header-26 > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner { font-style: italic; padding: 5px 0 0 0 !important; }
#header .header-26 > .dt-sc-stretch-row-content > .vc_column_container > .vc_col-sm-2 { padding-left: 0; padding-right: 10px; }
#header .header-26 .no-header-menu ul li a, #header .header-26 .dt-header-menu .dt-primary-nav li a { padding: 5px 15px 10px; }
#header .header-26 .vc_col-sm-5 { width: 50%; }
#header .header-26 .vc_col-sm-5:first-child { padding-right: 50px; }
#header .header-26 .vc_col-sm-5:last-child { padding-left: 50px; }
/*--- Header-27 - WooShop Fashion ---*/

#header .header-27 .wpb_content_element { margin-bottom: 0; }
#header .header-27 .dt-sc-sociable li { margin-left: 0; margin-right: 0; }
#header .header-27 .dt-sc-sociable.small li a { font-size: 12px; height: 25px; line-height: 25px; width: 25px; }
#header .header-27 .cart-info { background: none; margin: 0; }
#header .header-27 .cart-info:before { border-radius: 50%; color: #fff; font-size: 20px; height: 50px; left: 0; line-height: 50px; text-align: center; top: 0; width: 50px; }
#header .header-27 .cart-total { font-size: 14px; font-weight: bold; }
#header .header-27 .cart-icon span { color: #fff; left: 38px; top: 0; }
#header .header-27 .search-module { width: 100%; }
#header .header-27 .search-module.simple-header-search.filled.gray #searchform { background: none; border: 1px solid #e5e5e5; display: inline-block; float: none; max-width: 100%; width: 100%; }
#header .header-27 #searchform input[type='text'] { width: 100%; }
#header .header-27 #searchform input[type='submit'] { border-left: 1px solid #e5e5e5; border-radius: 0; }
/*--- Header-28 - Whistle ---*/

#header .header-28 .cart-info { background: none; height: 50px; margin-top: 0; padding: 0; width: 50px; }
#header .header-28 .cart-info:before { border-radius: 50%; color: #fff; font-size: 20px; height: 100%; left: 0; line-height: 50px; text-align: center; top: 0; width: 100%; }
#header .header-28 .cart-total { display: none; }
#header .header-28 .cart-icon span { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #fff; display: inline-block; font-size: 12px; height: 18px; line-height: 16px; position: absolute; right: -12px; text-align: center; top: 5px; width: 18px; }
#header .header-28 .header-28-cart { position: absolute; right: 0; }
#header .header-28-topbar .dt-custom-nav li a { padding: 0 15px; }
#header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon, #header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a > i.menu-item-icon { padding: 2px 0 0 0; }
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li a { padding-left: 0; padding-right: 0; }
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child span.divider { display: none; }
#header .header-28-topbar .dt-custom-nav-wrapper.right[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon { float: left; }
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li { margin-left: -10px; }
/*--- Header-29 - Attorney ---*/

#header .header-29 .search-module.simple-header-search.filled.gray #searchform { background: rgba(255,255,255,.11); display: inline-block; float: none; padding: 6px 0; width: 100%; }
#header .header-29 #searchform input[type='text'] { width: 100%; }
#header .header-29 #searchform input[type='submit'] { border-radius: 0; width: 60px; }
#header .header-29 .no-header-menu ul > li, #header .header-29 .dt-header-menu .dt-primary-nav > li { margin: 0 5px 0 0; }
#header .header-29 .no-header-menu ul li:empty-child, #header .header-29 .dt-header-menu .dt-primary-nav li:empty-child {
 display: none;
}
#header .header-29 .dt-custom-nav-wrapper.right[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon { float: left; margin: 0 10px 0 0; }
/*--------------------------------------------------------------
	10.0 - Slider
	--------------------------------------------------------------*/

#slider { clear: both; display: block; float: left; line-height: 0; margin: 0; padding: 0; width: 100%; }
#slider img { max-width: 100%; }
/*--------------------------------------------------------------
	11.0 - Title & Breadcrumb
	--------------------------------------------------------------*/
.section-wrapper { clear: both; float: left; margin-bottom: 0; padding: 0; width: 100%; }
.section-wrapper.fullwidth-section > .container { width: 100%; }
.section-wrapper.fullwidth-section { position: relative; }
.dark-overlay, .extend-bg-fullwidth-left, .extend-bg-fullwidth-right, .light-overlay { position: relative; }
.dark-overlay:before, .light-overlay:before { content: ''; display: inline !important; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.section-wrapper .container { z-index: 9; }
.main-title-section-wrapper { background-color: rgba(0, 0, 0, .05); clear: both; float: left; margin: 0 0 80px; padding: 20px 0; position: relative; width: 100%; }
.main-title-section-wrapper.dt-sc-dark-bg { background-color: rgba(0, 0, 0, .7); }
#header-wrapper .main-title-section-wrapper { margin: 0 0 35px; }
.no-breadcrumb #main { margin-top: 35px; }
.main-title-section { float: left; margin: 0; padding: 0; pointer-events: none; position: relative; width: 100%; }
.main-title-section h1 { color: #2b2b2b; font-size: 30px; font-weight: 700; margin-bottom: 0; text-transform: uppercase; word-break: break-word; }
.breadcrumb { clear: both; color: rgba(0, 0, 0, .6); float: left; font-weight: 500; margin: 0; padding: 0; width: 100%; }
.breadcrumb a { color: #2b2b2b; }
.breadcrumb .fa { display: inline-block; margin: 0 4px; padding: 0; }
.breadcrumb span.current { color: #4d4d4d; word-break: break-word; }
.breadcrumb .fa.default { background: #2b2b2b; display: inline-block; height: 14px; margin: 0 5px 0 10px; position: relative; top: 3px; transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; width: 1px; }
.main-title-section.aligncenter { text-align: center; }
.main-title-section.alignright { text-align: right; }
.main-title-section-wrapper.breadcrumb-left .breadcrumb { clear: none; float: left; margin-top: 13px; padding-right: 20px; width: 35%; }
.main-title-section-wrapper.breadcrumb-left .main-title-section { float: right; text-align: right; width: 65%; }
.main-title-section-wrapper.breadcrumb-right .breadcrumb { clear: none; float: right; margin-top: 13px; padding-left: 20px; text-align: right; width: 35%; }
.main-title-section-wrapper.breadcrumb-right .main-title-section { float: left; width: 65%; }
.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section { text-align: center; width: 100%; }
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb { float: left; margin-top: -70px; width: 100%; }
.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section { text-align: center; width: 100%; }
.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb { float: right; margin-top: -70px; text-align: right; width: 100%; }
.dt-sc-dark-bg .breadcrumb { color: rgba(255, 255, 255, .6); }
.dt-sc-dark-bg .breadcrumb a { color: #fff; }
.dt-sc-dark-bg .breadcrumb a:hover, .dt-sc-dark-bg .breadcrumb span.current { color: rgba(255, 255, 255, .6); }
.dt-sc-dark-bg .breadcrumb .fa.default { background: #fff; }
.main-title-section-wrapper > .main-title-section-bg { background: rgba(0, 0, 0, .05); bottom: 0; content: ''; height: 100%; left: 0; position: absolute; width: 100%; z-index: -1; }
#header-wrapper.header-top-absolute #header ~ .main-title-section-wrapper > .main-title-section-bg { height: 9999px; }
/*--------------------------------------------------------------
	12.0 - Footer
	--------------------------------------------------------------*/

#footer { background-color: #2d2d2d; clear: both; color: #fff; float: left; margin: 0; width: 100%; }
#footer .container { z-index: 9; }
.footer-copyright { clear: both; float: left; font-size: 14px; margin: 0; padding: 30px 0; width: 100%; }
.footer-copyright .alignright img { float: right; }
#footer .copyright { color: #4d4d4d; }
.copyright .dt-custom-nav li a { border-right: 1px solid #ddd; line-height: 12px; padding: 0; padding-right: 5px !important; }
.copyright .dt-custom-nav li:last-child a { border: none; }
#footer h3 { margin-bottom: 45px; position: relative; }
#footer h3:after { background-color: #fff; bottom: -15px; clear: both; content: ''; display: inline-block; float: left; height: 2px; left: 0; position: absolute; width: 50px; }
/*--- Footer ---*/
.dt-sc-dark-bg .responsive-map { color: #000; }
.dt-mc-subscribe *, .dt-sc-sociable li a > i { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
.dt-mc-subscribe .dt-subscribe-msg { display: inline-block; }
.dt-mc-subscribe .dt-subscribe-msg span { line-height: 30px; margin: 10px 0; }
.dt-sc-dark-bg .dt-mc-subscribe .dt-subscribe-msg span { color: #fff; }
#footer .dt-sc-contact-info { margin-bottom: 5px; padding-left: 30px; }
#footer .dt-sc-contact-info span { font-size: 14px; margin: 8px 0 0 0; text-align: left; width: auto; }
#footer .dt-sc-contact-info.type8 span { font-size: 32px; margin: auto; text-align: center; width: 84px; }
#footer .footer-copyright .widget, #footer .footer-copyright .wpb_content_element, #footer > .wpb_content_element { margin-bottom: 0; }
.dt-custom-nav li { padding-bottom: 0; }
/*--- Footer 6 & 14 ---*/
.map-with-overlay { position: relative; }
.map-with-overlay .map-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.map-with-overlay.dt-sc-dark-bg .map-overlay:after { background: rgba(8, 45, 66, .3); content: ''; display: block; height: 100%; position: absolute; top: 0; width: 100%; z-index: 1; }
.map-with-overlay.dt-sc-light-bg .map-overlay:after { background: rgba(8, 45, 66, .3); content: ''; display: block; height: 100%; position: absolute; top: 0; width: 100%; z-index: 1; }
.map-with-overlay.dt-sc-dark-bg .map-overlay:before { background: -moz-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,.7)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%); content: ''; display: block; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
height: 100%; position: absolute; top: 0; transform: scaleY(-1); -moz-transform: scaleY(-1); -ms-transform: scaleY(-1); -webkit-transform: scaleY(-1); width: 100%; z-index: 1; }
.map-with-overlay.dt-sc-light-bg, .footer-widgets .map-with-overlay.dt-sc-light-bg a, #footer .map-with-overlay.dt-sc-light-bg a { color: #000; }
.map-with-overlay.dt-sc-light-bg .map-overlay:before { background: rgba(255,255,255,.7); content: ''; display: block; height: 100%; position: absolute; top: 0; width: 100%; z-index: 1; }
.map-with-overlay .map-overlay .wpb_column, .map-with-overlay .map-overlay.wpb_column .vc_column-inner, .vc_row.vc_row-flex.map-with-overlay > .map-overlay.wpb_column.vc_column_container > .vc_column-inner { z-index: 2; }
.map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper { margin: 0 auto; width: 80%; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal { border-bottom: 0; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal > li { display: inline-block; float: none; margin: 0 10px; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a { border: 1px solid; border-radius: 50px; padding: 10px 30px; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a:hover, .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a.current { background: #fff; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container .dt-sc-tabs-horizontal-content { padding-bottom: 0; }
#footer .map-with-overlay.dt-sc-dark-bg { color: rgba(255,255,255, .5); }
#footer .bottom-bordered input[type='text'], #footer .bottom-bordered input[type='password'], #footer .bottom-bordered input[type='email'], #footer .bottom-bordered input[type='url'], #footer .bottom-bordered input[type='tel'], #footer .bottom-bordered input[type='number'], #footer .bottom-bordered input[type='range'], #footer .bottom-bordered input[type='date'], #footer .bottom-bordered textarea, #footer .bottom-bordered input.text, #footer .bottom-bordered input[type='search'] { border-width: 0 0 1px 0; color: #777; font-size: 14px; padding: 6px 0 15px; }
#footer .wpcf7-form.bottom-bordered input[type='submit'], #footer .wpcf7-form.bottom-bordered button, #footer .wpcf7-form.bottom-bordered input[type='button'], #footer .wpcf7-form.bottom-bordered input[type='reset'] { background: none; border: 1px solid; border-radius: 0; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft, .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone { line-height: 40px; margin-right: 25px; }
.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone { line-height: 50px; margin-bottom: 10px; margin-right: 25px; }
.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone.no-margin { margin-bottom: 0; }
/*--- Footer 15 ---*/
.footer-15 .dt-sc-newsletter-section.type5 { background: none; border: none; padding: 0; text-align: left; width: 100%; }
.footer-15 .dt-sc-newsletter-section.type5 input[type='text'], .footer-15 .dt-sc-newsletter-section.type5 input[type='email'] { background: none; border: 1px solid; border-radius: 0; color: rgba(0, 0, 0, .3); font-size: 12px; margin: 0 0 20px; padding: 16px 20px 15px; }
.footer-15 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type='submit'] { border-radius: 0; padding: 15px 0; }
.footer-15 { float: left; position: relative; width: 100%; }
.footer-15.vc_row[data-vc-full-width] { overflow: visible; }
.footer-15 h3 { font-size: 18px; font-weight: normal; letter-spacing: .5px; }
.footer-15 .dt-sc-small-separator { height: 1px; width: 70px; }
.footer-15.dt-sc-dark-bg .dt-sc-newsletter-section.type5 input[type='text'], .footer-15.dt-sc-dark-bg .dt-sc-newsletter-section.type5 input[type='email'] { color: rgba(255, 255, 255, .3); }
/*--- Footer 16 ---*/
.footer-16 .dt-sc-newsletter-section.type2 { padding: 0; text-align: left; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm { position: relative; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email']:first-child { width: 100%; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='submit'] { margin: 0; position: absolute; right: 0; }
.footer-16 .dt-sc-single-line-separator { border-color: rgba(0, 0, 0, .35); float: left; margin: 0 0 30px 11px; position: relative; width: 100%; }
.footer-16 .dt-sc-single-line-separator:before { background: none; border-color: rgba(0, 0, 0, .5); border-style: solid; border-width: 1px; bottom: -2px; content: ''; display: block; height: 9px; left: -6px; position: absolute; top: inherit; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; width: 9px; }
.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator { border-color: rgba(255, 255, 255, .35); }
.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator:before { border-color: rgba(255, 255, 255, .5); }
.footer-16 .widget .recent-posts-widget li .entry-title h4 { font-size: 16px; }
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget a, #footer .footer-16.dt-sc-dark-bg .widget .recent-posts-widget li .entry-meta p, #footer .footer-16.dt-sc-dark-bg .recent-posts-widget li .entry-meta a { color: #fff; }
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget a:hover, #footer .footer-16.dt-sc-dark-bg .recent-posts-widget li .entry-meta a:hover { color: #222; }
#footer .footer-16.dt-sc-dark-bg .widget ul li { border-color: rgba(255, 255, 255, .5); }
/*--- Footer 17 ---*/
.footer-17 { font-size: 16px; }
.footer-17.vc_row[data-vc-full-width] { overflow: visible; }
.footer-17 h2 { line-height: 36px; margin-bottom: 20px; }
.footer-17 .dt-sc-newsletter-section.type2 { left: 0; margin: 0 auto; position: absolute; right: 0; top: -100px; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm { background: #0074bd; display: inline-block; float: none; margin: 0; padding: 30px; width: 70%; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='text'], .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email'] { border: none; font-size: 13px; margin-right: 1px; width: 35%; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='submit'] { background: #fcdb34; color: #1c3f55; font-size: 16px; font-weight: normal; padding: 11px 20px; text-transform: none; }
.footer-17 .dt-sc-newsletter-section.type2 a.dt-sc-button, #footer .footer-17 a.dt-sc-button, .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='submit']:hover, #footer .footer-17 a.dt-sc-button:hover { color: #fff; }
.footer-17.dt-sc-dark-bg, .footer-17.dt-sc-dark-bg h2 { color: rgba(255,255,255,.7); }
/*--- Footer 18 ---*/
.footer-18 .dt-sc-twitter-icon { height: 100%; left: 0; margin: 0; position: absolute; width: auto; }
.footer-18 .dt-sc-twitter-icon:before { background: #32aadf; height: 100%; left: 0; top: 0; width: 44px; }
.footer-18 .dt-sc-twitter-icon:after { background: none; border-bottom: 5px solid transparent; border-left: 5px solid #32aadf; border-top: 5px solid transparent; height: 0; right: -5px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 0; }
.footer-18 .dt-sc-twitter-feeds { position: relative; }
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet { float: left; margin: 6px 0 8px; padding-bottom: 0; padding-left: 65px; text-align: left; width: 100%; }
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { clear: none; color: #333; float: none; font-size: 14px; font-style: normal; margin: 8px 0 0 10px; width: auto; }
.footer-18 .dt-sc-twitter-feeds .tweet-text { color: #999; float: left; font-size: 14px; }
.footer-18 .dt-sc-twitter-icon span { background: none; border-radius: 0; font-size: 14px; height: 100%; line-height: 54px; width: 44px; }
.footer18-widget .widgettitle, .footer18-widget .widget .recent-posts-widget li .entry-title h4, .footer18-widget .widget .recent-posts-widget li .entry-meta { display: none; }
.footer18-title { font-size: 20px; font-weight: 500; line-height: 20px; }
.footer18-widget .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a { margin-bottom: 0; padding-bottom: 0; }
.footer18-widget .widget .recent-posts-widget li { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.footer18-widget .widget .recent-posts-widget li .entry-content { line-height: 22px; margin-top: -4px; }
.footer18-widget .widget .recent-posts-widget li .entry-content p { margin-bottom: 0; }
.footer18-widget .widget .tagcloud a { border-bottom: none; font-size: 13px !important; margin: 0 3px 3px 0; padding: 8px 20px; }
.footer18-widget.dt-sc-dark-bg .widget .tagcloud a { background: rgba(0, 0, 0, .2); }
.footer18-widget .vc_column_container.extend-bg-fullwidth-right { padding-left: 30px; }
.footer18-widget .vc_column_container.extend-bg-fullwidth-right > .vc_column-inner { padding-left: 0; padding-right: 0; }
.footer18-widget .dt-sc-contact-info a:hover { color: rgba(0, 0, 0, .2); }
.footer18-widget input[type='text'], .footer18-widget input[type='password'], .footer18-widget input[type='email'], .footer18-widget input[type='url'], .footer18-widget input[type='tel'], .footer18-widget input[type='number'], .footer18-widget input[type='range'], .footer18-widget input[type='date'], .footer18-widget textarea, .footer18-widget input.text, .footer18-widget input[type='search'] { background: rgba(255,255,255, .35); border: none; font-size: 12px; }
.footer18-widget textarea { height: 45px; }
.footer18-widget .wpcf7-form-control-wrap:before { display: none; }
.footer18-widget input[type='submit'], .footer18-widget button, .footer18-widget input[type='button'], .footer18-widget input[type='reset'] { border-radius: 0; }
.footer18-widget.dt-sc-dark-bg input[type='submit'], .footer18-widget.dt-sc-dark-bg button, .footer18-widget.dt-sc-dark-bg input[type='button'], .footer18-widget.dt-sc-dark-bg input[type='reset'] { background: #000; }
#footer .footer18-widget .dt-sc-contact-info { padding-left: 25px; }
#footer .footer18-widget.dt-sc-dark-bg .dt-sc-contact-info span, #footer .footer18-widget.dt-sc-dark-bg .dt-sc-contact-info a:hover, #footer .footer18-widget.dt-sc-dark-bg .footer-copyright a:hover { color: #000; }
#footer .footer18-widget .footer-copyright { bottom: 0; left: 0; position: absolute; }
#footer .footer18-widget.dt-sc-dark-bg .footer-copyright { color: #fff; }
#footer .footer18-widget:not(.dt-sc-dark-bg) .extend-bg-fullwidth-left:after, #footer .footer18-widget:not(.dt-sc-dark-bg) .extend-bg-fullwidth-right:after { background: rgba(0,0,0,.1); }
#footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight), #footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight), #footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight):after, #footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight):after { background: rgba(0,0,0,.025); }
/*--- Footer 19 ---*/
.footer-19 .blog-entry.blog-default-style .entry-meta .date { font-size: 12px; }
.footer-19 .blog-entry.blog-default-style .entry-title h4 { font-size: 16px; font-weight: 400; margin-bottom: 7px; text-transform: inherit; }
.footer-19 .blog-entry.blog-default-style .entry-body:empty { display: none; }
.footer-19 .blog-entry.blog-default-style a.dt-sc-button.small { font-size: 12px; font-weight: 300; margin: 0; padding: 0; }
.footer-19 .blog-entry.blog-default-style a.dt-sc-button.small:hover { background: none; color: #777; }
.footer-19 .dt-custom-nav li a { padding: 5px 0; }
.footer-19 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a { margin-bottom: 0; }
.footer-19 .aligncenter .wpb_wrapper { margin: auto; text-align: center; }
.footer-19.newsletter h2 { font-size: 20px; font-weight: bold; margin-right: 15px; margin-top: 12px; }
.footer-19.newsletter form { border: 1px solid #e6e6e6; border-radius: 3px; width: 600px; }
.footer-19.newsletter .dt-mc-subscribe.align-none form > div.email-field-wrap { border-radius: 3px; }
.footer-19.newsletter .dt-mc-subscribe.align-none form > div.btn-wrap { float: right; }
.footer-19.newsletter .dt-mc-subscribe form .email-field-wrap i.left ~ input[type='email'] { float: left; font-size: 14px; padding-left: 45px; }
.footer-19.newsletter .dt-mc-subscribe form .btn-wrap input[type='submit'] { border-radius: 0 3px 3px 0; float: right; font-size: 14px; font-weight: normal; padding: 5px 25px; }
.footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-meta .date, #footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style a.dt-sc-button.small, #footer .dt-sc-dark-bg .dt-sc-contact-info a, #footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-meta .date, #footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style a.dt-sc-button.small, #footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-title h4 a { color: #fff; }
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style a.dt-sc-button.small:hover, #footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-title h4 a:hover, #footer .footer-19.dt-sc-dark-bg .dt-sc-contact-info a:hover, #footer .footer-19.dt-sc-dark-bg.footer-copyright a:hover { color: #333; }
#footer .footer-19.dt-sc-dark-bg.footer-copyright, #footer .footer-19.dt-sc-dark-bg.footer-copyright a { color: #fff; }
/*--- Footer 20 ---*/
.footer-20 p { font-size: 13px; }
.footer-20.vc_row[data-vc-full-width] { overflow: visible; }
.footer-20 .footer-20-contact .vc_column-inner { bottom: 0; padding: 30px 30px 30px 30px !important; position: absolute; }
.footer-20 .footer20-title { font-size: 20px; font-weight: 500; line-height: 20px; text-transform: uppercase; }
.footer-20 .footer-20-contact .vc_column-inner a:hover { color: #222; }
#footer .footer-20-contact .dt-sc-contact-info { font-size: 13px; padding-left: 70px; }
#footer .footer-20-contact .dt-sc-contact-info h6 { color: #333; display: inline-block; float: none; font-size: 13px; left: 0; margin-bottom: 0; position: absolute; top: 8px; }
.footer-20 .dt-sc-twitter-icon { height: 100%; left: 0; margin: 0; position: absolute; width: auto; }
.footer-20 .dt-sc-twitter-icon:before, .footer-20 .dt-sc-twitter-icon:after { display: none; }
.footer-20 .dt-sc-twitter-feeds { position: relative; }
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet { float: left; margin: 6px 0 8px; padding-bottom: 0; padding-left: 80px; text-align: left; width: 100%; }
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { clear: none; color: #333; float: none; font-size: 14px; font-style: normal; margin: 8px 0 0 0; width: auto; }
.footer-20 .dt-sc-twitter-feeds .tweet-text { color: #999; float: left; font-size: 14px; margin-right: 10px; }
.footer-20 .dt-sc-twitter-icon span { background: none; border-radius: 0; color: #f2f2f2; font-size: 70px; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.footer-20-widget.vc_column_container { padding-left: 15px; }
.footer-20-widget .widget { margin-bottom: 32px; }
.footer-20-widget .widget .recent-posts-widget li { border-bottom: none; margin: 0; padding: 0; }
.footer-20-widget .widget .recent-posts-widget li .entry-content p { margin-bottom: 0; }
.footer-20-widget .widget .recent-posts-widget li .entry-meta p { font-size: 12px; }
.footer-20-widget .widget .recent-posts-widget li .entry-title h4, .footer-20-widget .widget .recent-posts-widget li .entry-meta p a { display: none; }
.footer-20-widget .widget .recent-posts-widget li .entry-content { margin-top: -5px; }
.footer-20 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a { margin-bottom: 0; padding-bottom: 0; }
/*--- Footer 21 ---*/
.footer-21.vc_row:after { color: #fff; content: '\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111'; font-family: fontawesome; font-size: 28px; height: 32px; left: 0; position: absolute; top: -15px; transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); width: 100%; z-index: 9; }
#footer .footer-21.dt-sc-dark-bg, #footer .footer-21.dt-sc-dark-bg a { color: #fff; }
#footer .footer-21.dt-sc-dark-bg a:hover { color: #222; }
.dt-sc-sociable.partially-rounded li > a { border-radius: 10px 0 10px 0; }
.dt-sc-sociable.partially-rounded li > a:hover { border-radius: 0 10px 0 10px; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li > a > i { color: #fff; }
#footer .footer-21 ul.dt-custom-nav li a { font-style: italic; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.facebook > a { background: #3162a2; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.twitter > a { background: #2fb1eb; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.deviantart > a { background: #4dc47d; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.tumblr > a { background: #34465d; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.google-plus > a { background: #c44542; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.dribbble > a { background: #ff68c5; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.delicious > a { background: #39f; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.digg > a { background: #005be2; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.envelope > a { background: #e84f4b; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.stumbleupon > a { background: #eb4924; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.flickr > a { background: #ff0084; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.instagram > a { background: #405de6; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.lastfm > a { background: #d51007; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.linkedin > a { background: #0077b5; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.pinterest > a { background: #bd081c; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.reddit > a { background: #ff4500; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.rss > a { background: #f26522; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.skype > a { background: #00aff0; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.viadeo > a { background: #f07355; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.vimeo > a { background: #3498b9; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.yahoo > a { background: #410093; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.youtube > a { background: #f00; }
#footer .footer-21 .dt-sc-sociable.partially-rounded li.facebook > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.twitter > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.deviantart > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.tumblr > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.google-plus > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.dribbble > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.delicious > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.digg > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.envelope > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.stumbleupon > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.flickr > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.instagram > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.lastfm > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.linkedin > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.pinterest > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.reddit > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.rss > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.skype > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.viadeo > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.vimeo > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.yahoo > a:hover, #footer .footer-21 .dt-sc-sociable.partially-rounded li.youtube > a { background: #fff; }
/*--- Helen Spa Footer ---*/

#footer .footer-22.slope-bg.vc_row[data-vc-full-width] { overflow: visible; position: relative; }
#footer .footer-22.slope-bg:before { border-image: none; border-right-style: solid; border-right-width: 1920px; border-top: 465px solid transparent; content: ''; display: inline-block; height: 0; left: 0; position: absolute; top: -465px; width: 0; z-index: -1; }
#footer .footer-22.slope-bg:not(.dt-sc-skin-highlight) { background: #e9e9e9; }
#footer .footer-22.slope-bg:before { border-right-color: #e9e9e9; }
#footer .footer-22 { font-size: 18px; font-weight: 400; line-height: 30px; }
.footer-info-content.vc_row { background-color: #fff; box-shadow: 0 0 50px 0 rgba(0,0,0,.10); -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.10); -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.10); display: block; margin: 0 auto 56px; overflow: visible; padding: 75px 10px; text-align: center; width: 87.8%; }
.footer-info-content.vc_row .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }
.footer-info.vc_column_container { padding: 10px 110px 10px 90px; }
.footer-info.vc_column_container .dt-sc-title.script-with-sub-title { margin-bottom: 0; }
.footer-info.vc_column_container .dt-sc-title.script-with-sub-title h3 { margin-bottom: 15px; }
.footer-22 .footer-copyright.vc_row { border-top-style: solid; border-top-width: 1px; margin: 0; }
.footer-22 .footer-copyright.vc_row .dt-sc-sociable { margin: 0 -10px 0 0; }
.footer-22 .footer-copyright.vc_row .dt-sc-sociable li { margin: 2px 0; }
.footer-22 .footer-copyright.vc_row .dt-sc-sociable li a { font-size: 18px; height: 30px; line-height: 30px; width: 30px; }
#footer .footer-22 .vc_column_container.no-padding-left > .vc_column-inner { padding-left: 0; }
#footer .footer-22 .vc_column_container.no-padding-right > .vc_column-inner { padding-right: 0; }
.footer-22 .footer-text { padding: 0 18% 0 0; }
#footer .footer-22 .dt-sc-title.script-with-sub-title.alignright, #footer .footer-22 .dt-sc-title.script-with-sub-title.alignright h3 { margin-bottom: 0; }
#footer .footer-22.dt-sc-dark-bg .footer-copyright.vc_row, #footer .footer-22.dt-sc-dark-bg .footer-copyright.vc_row a { color: #fff; }
#footer .footer-22.dt-sc-dark-bg .footer-copyright.vc_row a:hover { color: #222; }
#footer .footer-22 .dt-sc-title.script-with-sub-title h3 { font-size: 30px; letter-spacing: .2em; line-height: 34px; text-transform: uppercase; }
#footer .footer-22.dt-sc-dark-bg .dt-sc-title.script-with-sub-title h2, #footer .footer-22.dt-sc-dark-bg .dt-sc-title.script-with-sub-title h3 { color: #fff; }
#footer .footer-22 .dt-sc-newsletter-section.type6 { border-right-style: solid; border-right-width: 1px; padding: 12px 69px 4px; text-align: center; }
#footer .footer-22 .dt-sc-newsletter-section.type6 > p { margin-bottom: 30px; padding: 0 70px; }
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm { float: left; width: 100%; }
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='email'], #footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='text'] { border-radius: 0; font-size: 16px; margin: 0; padding: 19px 20px; width: 100%; }
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit'] { background-color: transparent; border: 2px solid; border-radius: 0; -webkit-border-radius: 0; float: none; font-size: 22px; font-size: 14px; font-weight: 500; letter-spacing: .12em; margin: 33px 0 0 0; padding: 15px 42px 15px; text-transform: uppercase; }
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit']:hover { color: #fff; }
#footer .footer-22 .dt-sc-contact-info a:hover { color: #222; }
/*--- Footer - 23 ---*/
#footer .footer-23 .dt-sc-newsletter-section.type7 { padding: 0; }
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm { margin: 0; width: 100%; }
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type='email'], #footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type='text'] { border: 1px solid #e9e9e9; font-size: 14px; margin: 0; padding: 15px 20px 15px; }
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before { bottom: auto; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
#footer .footer-23 .dt-sc-contact-info.without-icon { padding-left: 0; }
#footer .footer-23 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a { margin-bottom: 0; }
#footer .footer-23 .footer-23-title { margin-bottom: 13px; }
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul { float: right; text-align: right; width: 100%; }
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li { float: right; margin-left: 10px; position: static !important; text-align: right; }
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li:last-child { margin-left: 0; }
#footer .footer-23.dt-sc-dark-bg .dt-sc-contact-info a:hover { color: #222; }
/*--- Footer - 24 ---*/

#footer .footer-24 h2.dt-sc-lightweight { font-size: 38px; font-weight: 500; line-height: 50px; margin-bottom: 0; }
#footer .footer-24.dt-sc-dark-bg h2.dt-sc-lightweight strong { color: #fff; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline, #footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form { width: 100%; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap { border-width: 2px !important; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap div { width: 100%; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap:after { border-width: 0; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap { border-width: 0 !important; padding: 0 3px; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap div { height: 100%; width: 100%; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap div input { font-size: 18px; text-align: center; width: 100%; }
#footer .footer-24 .no-widgettitle .widgettitle { display: none; }
#footer .footer-24 .widget.widget_recent_entries ul li { border-bottom: none; margin-bottom: 0; padding-left: 25px; }
#footer .footer-24 .widget.widget_recent_entries ul li:first-child:before { top: 5px; }
#footer .footer-24 .widget.widget_recent_entries ul li:before { background-color: #fff; border-radius: 50%; color: #fff; content: '\f040'; font-size: 11px; height: 18px; left: 1px; line-height: 18px; text-align: center; top: 14px; width: 18px; }
#footer .footer-24 .widget.widget_recent_entries ul li a { font-size: 16px; }
#footer .footer-24.dt-sc-dark-bg .widget.widget_recent_entries ul li:before { color: #000; }
#footer .footer-24.dt-sc-dark-bg .widget.widget_recent_entries ul li a:hover { color: rgba(255,255,255, .5); }
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li { margin-left: 15px; }
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li a { padding-left: 0; }
#footer .footer-24 .dt-sc-sociable[data-default-style='none'][data-hover-style='none'].left { margin-left: -9px; }
/*--- Footer - 25 ---*/

#footer .footer-25 .dt-sc-title * { text-transform: uppercase; }
#footer .footer-25 .dt-sc-title { margin: 0 0 50px; text-align: center; width: 100%; }
#footer .footer-25 .dt-sc-title h2:before, .footer-25 .dt-sc-title h2:after { display: none; }
#footer .footer-25 .dt-sc-title h2 { font-size: 32px; font-weight: 300; letter-spacing: .1em; }
#footer .footer-25 .dt-sc-title h5 { font-size: 14px; font-weight: 700; letter-spacing: normal; margin-bottom: 7px; }
#footer .footer-25 .footer-form .form-field { float: left; margin-bottom: 5px; position: relative; width: 100%; }
#footer .footer-25 .footer-form .form-field i { color: #242524; font-size: 14px; left: 0; line-height: 50px; position: absolute; top: 0; }
#footer .footer-25 .footer-form input[type='text'], .footer-form input[type='email'], #footer .footer-25 .footer-form input[type='tel'], #footer .footer-25 .footer-form textarea { border-color: #b9b9b9; border-width: 0 0 1px; color: #242524; font-size: 13px; padding: 17px 12px 14px 24px; }
#footer .footer-25 input[type='submit'], #footer .footer-25 button, #footer .footer-25 input[type='button'], #footer .footer-25 input[type='reset'] { border-radius: 50px; font-size: 16px; font-weight: 300; letter-spacing: .2em; padding: 14px 25px; text-transform: uppercase; }
#footer .footer-25 input[type='submit']:hover, #footer .footer-25 button:hover, #footer .footer-25 input[type='button']:hover, #footer .footer-25 input[type='reset']:hover { border-radius: 0; }
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-form-content { padding: 0 90px 0 40px; }
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-address-content { padding: 0 0 0 70px; }
#footer .footer-25 .dt-sc-contact-info { margin-bottom: 10px; padding-left: 30px; }
#footer .footer-25 .dt-sc-contact-info span { color: #242524; font-size: 18px; margin: 6px 0 0 0; text-align: left; width: auto; }
#footer .footer-25 .dt-sc-contact-info.type1 span.fa-envelope { font-size: 14px; margin-top: 7px; }
#footer .footer-25 .dt-sc-contact-info.type8 span { font-size: 32px; margin: auto; text-align: center; width: 84px; }
#footer .footer-25 .footer-copyright .widget, #footer .footer-25 .footer-copyright .wpb_content_element, #footer .footer-25 > .wpb_content_element { margin-bottom: 0; }
#footer .footer-25 .dt-sc-sociable { display: inline-block; margin: 25px 0 0; width: 100%; }
#footer .footer-25 .dt-sc-sociable li { display: inline-block; margin: 0 20px; }
#footer .footer-25 .dt-sc-sociable.left li { margin: 0 40px 0 0; }
#footer .footer-25 .dt-sc-sociable li a { display: inline-block; float: left; height: auto; line-height: normal; width: auto; }
#footer .footer-25.dt-sc-skin-highlight .dt-sc-title h2 strong { color: #fff; }
#footer .footer-25.dt-sc-skin-highlight input[type='submit'], #footer .footer-25.dt-sc-skin-highlight button, #footer .footer-25.dt-sc-skin-highlight input[type='button'], #footer .footer-25.dt-sc-skin-highlight input[type='reset'] { background: #fff; }
#footer .footer-25.dt-sc-skin-highlight .dt-sc-contact-info.type1 a:hover { color: #222; }
.footer-26 .dt-sc-newsletter-section.type5 { border-color: #f4f4f4; padding: 35px 30px 40px; width: 100%; }
.footer-26 .dt-sc-newsletter-section.type5 h2 { font-size: 30px; margin-bottom: 20px; }
.footer-26 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type='email'], .footer-26 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type='submit'] { border-radius: 0; }
.footer-26 .tagcloud a { border-bottom: 2px solid; font-size: 16px !important; }
.footer-26 .tagcloud a:hover { background-color: #000; }
.footer-27 .dt-sc-contact-info.type1 span { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
#footer .footer-27 .dt-sc-contact-info.type1 { font-size: 18px; margin: 0; padding: 100px 0 0; text-transform: uppercase; }
#footer .footer-27 .dt-sc-contact-info.type1.aligncenter span { font-size: 65px; left: 0; margin: 0 auto 30px; position: absolute; right: 0; text-align: center; top: 0; width: auto; }
#footer .footer-27 .dt-sc-contact-info.type1:hover span { top: -5px; }
#footer .footer-27 .dt-sc-contact-info.type1 span.fa-mobile { font-size: 80px; }
#footer .footer-27 .dt-sc-contact-info.type1 a { color: #000; text-transform: none; }
#footer .footer-27 .dt-sc-contact-info.type1:hover span { top: -5px; }
.footer-28 .dt-sc-contact-info.type8 span { background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
.footer-28 .dt-sc-contact-info.type8 h6 { line-height: 30px; }
#footer .footer-28 .dt-sc-contact-info.type8 { margin: 0; }
#footer .footer-28 .dt-sc-contact-info.type8.aligncenter span { float: none; font-size: 27px; margin: 0 auto 55px; position: static; }
.footer-28.footer-copyright.dt-sc-dark-bg, #footer .footer-28.footer-copyright.dt-sc-dark-bg a { color: #fff; }
#footer .footer-28.footer-copyright .dt-sc-sociable li a:hover { color: #fff; transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.facebook > a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.facebook > a > .dt-icon-hover:before { background: #3162a2; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.twitter a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.twitter > a > .dt-icon-hover:before { background: #2fb1eb; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.dribbble a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.dribbble > a > .dt-icon-hover:before { background: #ff68c5; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.tumblr a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.tumblr > a > .dt-icon-hover:before { background: #34465d; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.google-plus a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.google-plus > a > .dt-icon-hover:before { background: #c54542; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.delicious a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.delicious > a > .dt-icon-hover:before { background: #2648be; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.deviantart a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.deviantart > a > .dt-icon-hover:before { background: #54675a; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.digg a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.digg > a > .dt-icon-hover:before { background: #1a5891; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.flickr a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.flickr > a > .dt-icon-hover:before { background: #e30377; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.comment a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.comment > a > .dt-icon-hover:before { background: #5fb749; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.instagram a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.instagram > a > .dt-icon-hover:before { background: #895a4d; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.lastfm a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.lastfm > a > .dt-icon-hover:before { background: #d12540; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.linkedin a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.linkedin > a > .dt-icon-hover:before { background: #0173b2; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.mail a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.mail > a > .dt-icon-hover:before { background: #edc719; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.pinterest a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.pinterest > a > .dt-icon-hover:before { background: #ca1325; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.reddit a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.reddit > a > .dt-icon-hover:before { background: #ff1a00; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.rss a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.rss > a > .dt-icon-hover:before { background: #ffb922; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.skype a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.skype > a > .dt-icon-hover:before { background: #00aaf1; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.stumbleupon a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.stumbleupon > a > .dt-icon-hover:before { background: #eb4924; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.twitter a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.twitter > a > .dt-icon-hover:before { background: #2caae1; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.viadeo a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.viadeo > a > .dt-icon-hover:before { background: #f4982b; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.vimeo a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.vimeo > a > .dt-icon-hover:before { background: #41b2dc; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.yahoo a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.yahoo > a > .dt-icon-hover:before { background: #7c1f70; }
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.youtube a > .dt-icon-default:before, .dt-sc-sociable.hover-bg[data-hover-style='filled'] li.youtube > a > .dt-icon-hover:before { background: #ff3431; }
.footer-29 h3:before, #footer .footer-29 .dt-sc-contact-info.type1 span, .footer-34 h3:before { transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear; }
.footer-29 h3 { color: #252525; font-size: 20px; font-weight: 700; line-height: 36px; margin-bottom: 40px; padding-bottom: 15px; position: relative; }
.footer-29 h3:before { bottom: 0; content: ''; display: inline-block; height: 3px; left: 0; position: absolute; width: 35px; }
.footer-29 .wpb_column:hover h3:before { width: 50px; }
#footer .footer-29 .dt-sc-button.fully-rounded-border:hover { color: #fff; }
.footer-29 .dt-sc-button.large { font-size: 17px; padding: 12px 50px 12px; }
#footer .footer-29 .dt-sc-contact-info.type1 { margin-bottom: 25px; padding-left: 50px; }
#footer .footer-29 .dt-sc-contact-info.type1 span { font-size: 30px; margin: 0; }
.footer-29 .dt-sc-contact-info.type1 span.fa-envelope { font-size: 25px; }
.footer-29 .dt-sc-contact-info.type1:hover span { transform: translateX(5px); -moz-transform: translateX(5px); -webkit-transform: translateX(5px); }
#footer .footer-29 .dt-custom-nav a { margin-bottom: 0; padding: 10px 0 10px 20px; }
#footer .footer-29 .dt-custom-nav li:first-child a { padding-top: 0; }
#footer .footer-29 .dt-custom-nav li:last-child { border-bottom: 0; }
.footer-29 .dt-custom-nav li { border-bottom: 1px dashed rgba(0,0,0,.15); position: relative; }
.footer-29 .dt-custom-nav li:before { content: '-'; font-family: FontAwesome; font-size: 24px; font-weight: bold; left: 1px; position: absolute; top: 7px; }
.footer-29 .dt-custom-nav li:first-child:before { top: -3px; }
#footer .footer-29 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-horizontal) > div { margin: 0; }
#footer .footer-29 .dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap, #footer .footer-29 .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap { border: none; }
.footer-30 h3 { font-size: 24px; margin: 0 0 25px; margin: 0 0 10px; padding-bottom: 0; position: relative; }
.footer-30 h3.wisteria { color: #673ab7; }
.footer-30 h3.green { color: #88d914; }
.footer-30 h3.punch { color: #f05c5c; }
#footer .footer-30 .dt-sc-contact-info.type1 { padding-left: 45px; }
#footer .footer-30 .dt-sc-contact-info.type1 span { font-size: 20px; top: 0; }
.footer-30 ul.dt-sc-fancy-list li:hover:before { content: '\f006'; }
#footer .footer-30 .dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap { border-radius: 0; -webkit-border-radius: 0; border-width: 0; }
.footer-30 .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap { border: none !important; }
.footer-30 .dt-mc-subscribe form .email-field-wrap input[type='email'] { font-size: 15px; padding: 16px 20px 15px; }
.footer-30 .dt-mc-subscribe, .footer-30 .dt-mc-subscribe form { width: 100%; }
#footer .footer-30 .dt-mc-subscribe form .email-field-wrap:after { border-radius: 10px; -webkit-border-radius: 10px; border-width: 3px; }
.footer-31 { overflow: visible !important; }
.footer-31:before { background: url(//btcgas.fr/wp-content/themes/whistle/images/kidslife-footer-bg.png) center top no-repeat; background-size: cover; content: ''; height: 46px; left: 0; position: absolute; top: -46px; width: 100%; }
.footer-31 .tweet_list li { padding: 0 0 0 30px; }
.footer-31 .tweet_list li:before { background: url(//btcgas.fr/wp-content/themes/whistle/images/tweety.png) no-repeat; background-size: 21px 15px; content: ''; float: left; height: 15px; margin: 0 0 0 0; width: 21px; }
.footer-31 .tweet_list li:hover:before { content: ''; }
.footer-31-copyright .alignright { float: right; width: auto; }
.footer-31-copyright .alignright .wpb_text_column, .footer-31-copyright .alignright .wpb_single_image { float: left; }
.footer-31-copyright .alignright .dt-sc-sociable { clear: none; margin: 3px 0 0; }
.footer-31 .dt-mc-subscribe form .email-field-wrap i.left { border: none !important; }
.footer-31 .dt-mc-subscribe form .email-field-wrap i.left ~ input[type='email'] { font-size: 14px; padding-left: 40px; }
.footer-31 .dt-mc-subscribe.inline form .btn-wrap div { border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; height: 100%; }
.footer-31 .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap { float: right; padding: 0; }
#footer .footer-31-copyright.dt-sc-dark-bg a, #footer .footer-35.dt-sc-dark-bg { color: #fff; }
#footer .footer-31-copyright.dt-sc-dark-bg a:hover { color: #2b2b2b; }
#footer .footer-32 .dt-sc-button.large { color: #fff; font-size: 15px; padding: 22px 37px 18px; text-transform: uppercase; }
.footer-32 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a { margin-bottom: 0; }
.footer-32 .dt-custom-nav li { line-height: 20px; }
/*.no-border.dt-mc-subscribe.inline form .email-field-wrap, .no-border.dt-mc-subscribe.inline.circle form > div.btn-wrap, .no-border.dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap{border:none !important;}*/
.no-border.dt-mc-subscribe.inline form .email-field-wrap, .no-border.dt-mc-subscribe.inline form > div.btn-wrap, .no-border.dt-mc-subscribe.inline form > div.btn-wrap { border: none !important; }
.footer-33 .dt-mc-subscribe form .btn-wrap i ~ input[type='submit'] { padding-right: 43px; }
.footer-33 .no-border.dt-mc-subscribe.inline form .email-field-wrap { padding: 18px 20px; width: 100%; }
.footer-34 h3 { font-weight: bold; margin-bottom: 30px; padding-bottom: 20px; position: relative; }
.footer-34 h3:before { background-color: rgba(225,229,235,.5); bottom: 0; content: ''; display: inline-block; height: 2px; left: 0; position: absolute; width: 40px; }
.footer-34 .wpb_column:hover h3:before { width: 50%; }
ul.dt-working-hours { float: left; margin: 0; padding: 0; width: 100%; }
ul.dt-working-hours li { border-bottom: 0; display: inline-block; line-height: 29px; padding: 5px 15px 5px 0; width: 100%; }
ul.dt-working-hours li { padding: 5px 40px 5px 0; }
ul.dt-working-hours li:before { display: none; }
ul.dt-working-hours li:first-child { padding-top: 0; }
ul.dt-working-hours li:last-child { border-bottom: 0; }
ul.dt-working-hours li span.time { float: right; font-weight: normal; }
.footer-35 h3 { clear: both; font-size: 22px; margin: 24px 0 40px; padding-left: 30px; position: relative; }
.footer-35 h3:before { content: '\f1b0'; font-family: FontAwesome; font-size: 18px; font-style: normal; font-weight: normal; left: 0; margin-right: 15px; position: absolute; top: 4px; }
.footer-35 .dt-custom-nav li a { padding: 0; }
.footer-35 .dt-sc-sociable.small li a { height: auto; width: auto; }
.footer-35 .dt-sc-sociable li { margin: 0 18px; }
.footer-35 .dt-sc-sociable li:first-child { margin-left: 0; }
.footer-36 { color: rgba(255,255,255,.6); font-size: 18px; }
.zoom-hover.dt-sc-sociable li a > .dt-icon-default:after, .zoom-hover.dt-sc-sociable li a > .dt-icon-hover:after { border-style: dashed; }
.zoom-hover.dt-sc-sociable li a:hover > .dt-icon-default:after, .zoom-hover.dt-sc-sociable li a:hover > .dt-icon-hover:after { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); }
.zoom-hover.dt-sc-sociable li { display: inline-block; margin: 0 15px 10px; }
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child { margin-left: 0; }
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a { padding-left: 0; }
.footer-36 .no-left-padding > .vc_column-inner { padding-left: 0; }
.footer-36 .vc_col-sm-8 > .vc_column-inner { padding-left: 5%; }
.dt-mc-subscribe.only-border-bottom { border-bottom: 1px solid rgba(255,255,255,.6); width: 100%; }
.dt-mc-subscribe.inline.only-border-bottom form .email-field-wrap { width: 100%; }
.dt-mc-subscribe.inline.only-border-bottom form .email-field-wrap, .dt-mc-subscribe.inline.only-border-bottom form .btn-wrap { border: none !important; padding: 0; }
.dt-mc-subscribe.only-border-bottom form .email-field-wrap input[type='email'] { font-size: 40px; padding: 0; }
.dt-mc-subscribe.only-border-bottom form .btn-wrap input[type='submit'] { font-weight: normal; padding: 0; text-transform: uppercase; }
.dt-mc-subscribe.only-border-bottom form:before { bottom: -1px; content: ''; height: 1px; left: 0; position: absolute; transition: all 300ms linear; width: 0; }
.dt-mc-subscribe.only-border-bottom form:hover:before, .dt-mc-subscribe.only-border-bottom form > div.email-field-wrap > div { width: 100%; }
.dt-mc-subscribe.only-border-bottom form .btn-wrap input[type='submit']:hover { padding-right: 10px; }
#footer .footer-37.dt-sc-dark-bg h2 strong { color: #fff; }
.footer-37 { color: rgba(255, 255, 255, .6); }
.footer-37.vc_custom_float { position: relative; z-index: 1; }
.footer-37 .dt-custom-nav li a { padding-bottom: 0; padding-top: 0; }
.vc_row.vc_row-o-content-middle.footer-37 > .vc_column_container > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li { padding-bottom: 0; padding-top: 0; }
.footer-37 .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child span.divider { display: none; }
.footer-37 .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child a { padding-right: 0; }
.dt-mc-subscribe.inline.no-border form > div.email-field-wrap { width: 100%; }
.footer-37 .dt-mc-subscribe.no-border form .email-field-wrap input[type='email'] { font-size: 13px; }
.footer-37 .dt-mc-subscribe.no-border form .btn-wrap div { border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; height: 100%; }
.footer-37 .dt-mc-subscribe.no-border form .btn-wrap input[type='submit'] { padding: 0 19px; text-transform: uppercase; }
.footer-37 .dt-mc-subscribe.no-border form .btn-wrap { padding: 0; }
.footer-38 .aligncenter.wpb_column { z-index: 1; }
.footer-38 .aligncenter.wpb_column:before { background-color: rgba(0,0,0,.05); bottom: -100%; content: ''; height: auto; left: 0; position: absolute; top: -100%; width: 100%; z-index: -1; }
.footer-38 .aligncenter.wpb_column > .vc_column-inner { padding: 0 50px; }
.footer-38 h3 { clear: both; font-size: 18px; letter-spacing: 1px; line-height: normal; margin: 15px 0 50px; position: relative; }
.footer-38 h3:before { border-style: dashed none solid; border-width: 1px 0; bottom: -15px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; content: ''; display: inline-block; height: 2px; left: 0; position: absolute; width: 64px; }
.footer-38 .alignright h3:before { left: auto; right: 0; }
/*--------------------------------------------------------------
	13.0 - Side Navigation
	--------------------------------------------------------------*/
.side-navigation { float: left; margin: 0 2% 0 0; padding: 0; width: 27%; }
.side-navigation-content { float: left; margin: 0; padding: 0; width: 71%; }
.side-navigation-bottom-content { float: left; width: 100%; }
.side-navigation-content img { max-width: 100%; }
.side-nav-container { float: left; margin: 0; padding: 0; width: 98%; }
ul.side-nav { border: 1px solid; border-bottom: 0; float: left; margin: 0; padding: 0; width: 100%; }
ul.side-nav li *, ul.side-nav li *:before, ul.side-nav li *:after { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
ul.side-nav li { border-bottom: 1px solid; display: block; float: left; padding: 0; width: 100%; }
ul.side-nav li a { color: #2d2d2d; display: block; font-size: 14px; font-weight: 600; padding: 12px 0 12px 60px; position: relative; }
ul.side-nav li a:before { background: #f5f5f5; content: '\f301'; font-family: Material-Design-Iconic-Font; font-style: normal; font-weight: normal; height: 42px; left: 3px; line-height: 42px; margin: auto; position: absolute; text-align: center; top: 3px; width: 42px; }
ul.side-nav li a:hover:before { color: #fff; }
ul.side-nav > li.current_page_item > a:before, ul.side-nav > li > ul > li.current_page_item > a:before, ul.side-nav > li > ul > li > ul > li.current_page_item > a:before { color: #fff; content: '\f2f5'; font-size: 24px; }
ul.side-nav li ul { border-top: 1px solid; margin: 0; padding-left: 0; }
ul.side-nav li ul li:last-child { border: none; padding-bottom: 0; }
ul.side-nav li ul li a { padding-left: 85px; }
ul.side-nav ul ul li a { padding-left: 120px; }
ul.side-nav, ul.side-nav li, ul.side-nav li ul { border-color: #e3e3e3; }
ul.side-nav li a:before, ul.side-nav > li > a:hover, ul.side-nav > li > ul > li > a:hover, ul.side-nav > li > ul > li > ul > li > a:hover { color: #2d2d29; }
.sidenav-alignright .side-navigation { float: right; margin: 0 0 0 2%; }
.side-navigation-bottom-content .widgettitle { margin-bottom: 35px; padding-bottom: 25px; }
.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li:before { content: '\f105'; }
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child:before { top: 1px; }
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:before { font-family: FontAwesome; font-size: 12px; font-style: normal; font-weight: normal; left: 0; position: absolute; text-decoration: inherit; top: 6px; }
.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li { padding-left: 25px; }
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child { padding-top: 0; }
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li { border-bottom: 1px solid #e5e5e5; clear: both; display: block; padding: 10px 0 8px 23px; position: relative; }
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:last-child { border-bottom: none; }
.side-navigation.type1 ul.side-nav > li.current_page_item > a { color: #fff; }
.side-navigation-content .dt-sc-wings-heading { font-size: 32px; line-height: 46px; margin: 0 0 25px; padding-bottom: 25px; position: relative; width: 100%; }
.side-navigation-content .dt-sc-wings-heading:after { bottom: 0; content: ''; display: block; height: 3px; left: 0; position: absolute; width: 45px; }
.side-navigation.type2 ul.side-nav > li.current_page_item > a:after, .side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after { border-bottom: 10px solid transparent; border-left-style: solid; border-left-width: 10px; border-top: 10px solid transparent; content: ''; height: 0; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 0; }
.side-navigation.type2 ul.side-nav > li.current_page_item > a { color: #fff; }
.sidenav-alignright .side-navigation.type2 ul.side-nav > li.current_page_item > a:after, .sidenav-alignright .side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after { left: -11px; right: auto; transform: translateY(-50%) rotate(180deg); -moz-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); -webkit-transform: translateY(-50%) rotate(180deg); }
.side-navigation.type3 ul.side-nav li { border-bottom: none; }
.side-navigation.type3 ul.side-nav li a:before, .side-navigation.type3 ul.side-nav li a:after { height: 28px; text-align: center; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 45px; }
.side-navigation.type3 ul.side-nav li a:before { border-right: 1px solid; content: '\f0da'; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: inherit; margin-right: 15px; }
.side-navigation.type3 ul.side-nav li a:after { left: 0; position: absolute; top: 0; z-index: -1; }
.side-navigation.type3 ul.side-nav li a:hover:before, ul.side-nav > li.current_page_item > a:before, .side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before, ul.side-nav > li > ul > li > ul > li.current_page_item > a:before { border-color: transparent; margin-right: 0; }
.side-navigation.type3 ul.side-nav li:hover a:after, .side-navigation.type3 ul.side-nav > li.current_page_item > a:after, .side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:after, .side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:after { width: 0; }
.side-navigation.type3 ul.side-nav li ul { margin: 0; padding-left: 0; }
.side-navigation.type3 ul.side-nav li ul li:last-child { padding-bottom: 0; }
.side-navigation.type3 ul.side-nav li ul li a { padding-left: 130px; }
.side-navigation.type3 ul.side-nav > li.current_page_item > a, .side-navigation.type3 ul.side-nav > li:hover > a { padding-left: 45px; }
.side-navigation.type3 ul.side-nav li, .side-navigation.type3 ul.side-nav li a, .side-navigation.type3 ul.side-nav li a:before { transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
.side-navigation.type3 ul.side-nav > li > a:hover, .side-navigation.type3 ul.side-nav > li > ul > li > a:hover, .side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover, .side-navigation.type3 ul.side-nav > li.current_page_item > a, .side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a, .side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a, .side-navigation.type3 ul.side-nav > li > a:hover:before, .side-navigation.type3 ul.side-nav > li > ul > li > a:hover:before, .side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover:before, .side-navigation.type3 ul.side-nav > li.current_page_item > a:before, .side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before, .side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:before { color: #fff; }
.side-navigation.type3 ul.side-nav { border-bottom: 1px solid #e3e3e3; }
.side-navigation.type3 ul.side-nav li { box-shadow: 0 -1px 0 0 rgba(0,0,0,.06) inset; ; -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.06) inset; }
.side-navigation.type3 ul.side-nav li:last-child, .side-navigation.type3 ul.side-nav li ul li:last-child { box-shadow: none; ; -webkit-box-shadow: none; }
.side-navigation.type3 ul.side-nav li ul { box-shadow: 0 1px 0 0 rgba(0,0,0,.06) inset; ; -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06) inset; }
.side-navigation.type3 ul.side-nav li ul, .side-navigation.type3 ul.side-nav li a:before { border-color: #e3e3e3; }
.side-navigation.type3 ul.side-nav li a, .side-navigation.type3 ul.side-nav li a:before { background: none; color: #333; font-size: 14px; line-height: 28px; }
.side-navigation.type3 ul.side-nav li.current_page_item a:before { border-right: none; }
.side-navigation.type3 ul.side-nav li:hover a:after { height: 0; }
.side-navigation.type4 ul.side-nav { border: none; overflow: hidden; }
.side-navigation.type4 ul.side-nav li { border: none; margin-bottom: 7px; }
.side-navigation.type4 ul.side-nav li a { background: #f4f8fb; padding: 12px 30px 12px 20px; text-align: right; }
.side-navigation.type4 ul.side-nav li a:before { background: #f5f5f5; background-color: #000; content: ''; height: 100%; left: auto; margin: auto; position: absolute; right: 0; top: 0; width: 5px; }
.side-navigation.type4 ul.side-nav li a:after { content: ''; height: 100%; position: absolute; right: -10px; top: 0; width: 5px; z-index: 9; }
.side-navigation.type4 ul.side-nav > li > a:hover:after, .side-navigation.type4 ul.side-nav li.current_page_item > a:after { right: 0; }
.side-navigation.type5 ul.side-nav { border-bottom: 0; border-bottom-color: currentcolor; border-left: none; border-right: 5px solid; border-right-color: currentcolor; border-top: none; float: left; margin: 0; padding: 50px 0; width: 100%; }
.side-navigation.type5 ul.side-nav li { border: none; display: block; float: left; padding: 0 30px 0 0; position: relative; width: 100%; }
.side-navigation.type5 ul.side-nav li a { border-bottom: 1px solid currentcolor; color: #2d2d2d; display: block; font-size: 16px; font-weight: 400; padding: 12px 0 13px 0; position: relative; text-align: right; }
.side-navigation.type5 ul.side-nav li ul { border-top: 1px solid; margin: 0; padding-left: 0; }
.side-navigation.type5 ul.side-nav li ul li:last-child { border: 0; padding-bottom: 0; }
.side-navigation.type5 ul.side-nav li ul li a { padding-left: 85px; }
.side-navigation.type5 ul.side-nav ul ul li a { padding-left: 120px; }
.side-navigation.type5 ul.side-nav li a:before { display: none; }
.side-navigation.type5 ul.side-nav li:after { content: ''; height: 100%; opacity: 0; position: absolute; right: -6px; top: 0; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 0; }
.side-navigation.type5 ul.side-nav li.current_page_item:after, .side-navigation.type5 ul.side-nav li:hover:after { opacity: 1; width: 10px; }
/*--------------------------------------------------------------
		9.0 - Style Picker
		--------------------------------------------------------------*/
.dt-style-picker-wrapper { left: 0; position: fixed; top: 150px; z-index: 99999; }
#dt-style-picker { background: #fff; border: 1px solid #ddd; float: left; margin: 0; padding: 0 0 10px; position: absolute; text-align: center; top: 0; width: 225px; z-index: 1; }
#dt-style-picker h2 { background-color: #fefefe; border-bottom: 1px solid #ddd; color: #848484; font: normal 12px Tahoma, Geneva, sans-serif; line-height: 48px; margin: 0 0 15px; padding: 0; text-transform: uppercase; width: 100%; }
#dt-style-picker h3 { color: #666; display: inline-block; font-size: 15px; font-weight: normal; margin: 0; padding: 15px 0; width: 100%; }
#dt-style-picker h3.color-scheme { background: #1a1a1a; color: #fff; margin-bottom: 15px; }
#dt-style-picker ul { float: left; margin: 0; padding: 0; text-align: center; width: 225px; }
#dt-style-picker ul.layout-picker { margin-bottom: 15px; }
#dt-style-picker ul li { display: inline-block; display: inline; list-style-type: none; margin: 0 4px 6px 4px; padding: 0; }
#dt-style-picker ul li a { background: #fff; border: 1px solid #fff; display: inline-block; line-height: 0; margin: 0; padding: 3px; }
#dt-style-picker ul li a.selected, #dt-style-picker ul li a:hover { border: 1px solid #d7d7d7; }
#dt-style-picker ul li a img { border: 1px solid #f0f0f0; }
.style-picker-ico img { animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; }
 @-moz-keyframes spin { from {
 -moz-transform: rotate(0deg);
}
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin { from {
 -webkit-transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin { from {
 transform: rotate(0deg);
}
to { transform: rotate(360deg); }
}
#dt-style-picker ul.scheme-picker li a { padding: 7px; }
#dt-style-picker ul.scheme-picker li a img { border: 0; height: auto; }
#dt-style-picker .hr { clear: both; display: block; float: left; height: 10px; margin: 3px 0; position: relative; width: 100%; z-index: 1; }
.style-picker-ico { background: #fff; border: 1px solid #ddd; border-left: 0; height: 50px; left: 224px; position: absolute; text-align: center; top: 0; width: 50px; }
.fa.fa-cog.fa-spin { color: #000; font-size: 27px; line-height: 47px; }
ul.color-picker li img, ul.color-picker li a { border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; }
ul.color-picker li a.selected img { animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; }
 @-moz-keyframes spin { from {
 -moz-transform: rotate(0deg);
}
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin { from {
 -webkit-transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin { from {
 transform: rotate(0deg);
}
to { transform: rotate(360deg); }
}
/*--------------------------------------------------------------
	15.0 - Loader
	--------------------------------------------------------------*/
.loader { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 999991; }
.loader-inner:before { content: 'Loading'; display: block; font-size: 10em; left: 0; letter-spacing: 10px; margin: 0 auto; opacity: .05; position: absolute; right: 0; text-align: center; text-shadow: 5px 5px 0 #fff; text-transform: uppercase; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
.loader-inner { left: 0; margin: 0 auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
.loader-inner .dot { animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -webkit-animation-delay: .2s; animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -webkit-animation-duration: 2s; animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; animation-name: dot_move; -moz-animation-name: dot_move; -ms-animation-name: dot_move; -webkit-animation-name: dot_move; background-color: #fff; border-radius: 7px; display: block; height: 7px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 7px; }
.loader-inner .dot1 { animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -webkit-animation-delay: .4s; margin-left: -40px; }
.loader-inner .dot2 { animation-delay: .3s; -moz-animation-delay: .3s; -ms-animation-delay: .3s; -webkit-animation-delay: .3s; margin-left: -20px; }
.loader-inner .dot3 { animation-delay: .1s; -moz-animation-delay: .1s; -ms-animation-delay: .1s; -webkit-animation-delay: .1s; margin-left: 20px; }
.loader-inner .dot4 { animation-delay: 0s; -moz-animation-delay: 0s; -ms-animation-delay: 0s; -webkit-animation-delay: 0s; margin-left: 40px; }
@keyframes dot_move { 0% {
 left: 0;
 opacity: 0;
}
 30% {
 height: 7px;
 left: 50%;
 opacity: 1;
}
 40% {
 height: 35px;
}
 60% {
 height: 7px;
}
 80% {
 left: 50%;
 opacity: 1;
}
 100% {
 left: 100%;
 opacity: 0;
}
}
@-moz-keyframes dot_move { 0% {
 left: 0;
 opacity: 0;
}
 30% {
 height: 7px;
 left: 50%;
 opacity: 1;
}
 40% {
 height: 35px;
}
 60% {
 height: 7px;
}
 80% {
 left: 50%;
 opacity: 1;
}
 100% {
 left: 100%;
 opacity: 0;
}
}
@-webkit-keyframes dot_move { 0% {
 left: 0;
 opacity: 0;
}
 30% {
 height: 7px;
 left: 50%;
 opacity: 1;
}
 40% {
 height: 35px;
}
 60% {
 height: 7px;
}
 80% {
 left: 50%;
 opacity: 1;
}
 100% {
 left: 100%;
 opacity: 0;
}
}
/*--------------------------------------------------------------
	16.0 - Totop
	--------------------------------------------------------------*/
#toTop { background: url(//btcgas.fr/wp-content/themes/whistle/images/totop.png) no-repeat left top; border: none; bottom: 30px; display: none; height: 40px; opacity: .8; overflow: hidden; position: fixed; right: 30px; text-decoration: none; text-indent: 100%; text-indent: -9999px; width: 40px; z-index: 999; }
#toTop:hover { opacity: 1; }
#toTop:after { animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; background-image: url(//btcgas.fr/wp-content/themes/whistle/images/totop_after.png); background-position: center center; background-repeat: no-repeat; bottom: 1px; content: ''; height: 36px; left: 1px; margin: auto; position: absolute; right: 1px; top: 1px; width: 36px; }
#toTop:active, #toTop:focus { outline: none; }
/*Events*/
#tribe-bar-form { background-color: transparent; }
#tribe-bar-views-toggle { display: none; }
#tribe-bar-views .tribe-bar-views-list { background-color: transparent; display: block !important; }
#tribe-bar-views ul.tribe-bar-views-list { height: auto; padding: 0; }
#tribe-bar-views .tribe-bar-views-list li { background-color: #f7f7f7; border-color: #d7d7d7; border-style: solid; border-width: 2px 1px; height: 50px; margin: 0 !important; padding: 15px 56px !important; position: relative; }
#tribe-bar-form input[type=text] { background: #f5f5f5; border-bottom: 0; font-style: normal; padding: 11px 11px 11px 20px; }
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active { background-color: #fff; border: 2px solid; border-bottom: none; z-index: 9; }
#tribe-bar-form .tribe-bar-filters-inner { border: 2px solid; box-shadow: 0 0 0; margin: -4px 0 0 0; }
#tribe-bar-views .tribe-bar-views-list li span { background-position: center; background-repeat: no-repeat; display: inline-block; height: 16px; margin: 0 5px -2px 0; width: 16px; }
.dt-sc-hr { background: url(//btcgas.fr/wp-content/themes/whistle/images/title-pattern.png) repeat-x; clear: both; display: block; float: left; height: 20px; margin: 40px 0; position: relative; width: 100%; z-index: 1; }
/*--------------------------------------------------------------
	17.0 - Default Color
	--------------------------------------------------------------*/

/*----*****---- << Top bar >> ----*****----*/
.dt-sc-dark-bg.top-bar a { color: #fff; }
/*----*****---- << Header Modules >> ----*****----*/

#searchform { border-color: #e5e5e5; }
#searchform:before { color: #c2c2c2; }
#searchform input[type='text'], .cart-info:before, .cart-total:before { color: #aaa; }
.menu-icons-wrapper .search a, .menu-icons-wrapper .cart a, .menu-icons-wrapper .search a:hover span, .menu-icons-wrapper .cart a:hover span { color: #2b2b2b; }
.menu-icons-wrapper.rounded-icons .search a span, .dt-sc-vertical-small-separator, .cart-icon span, .live-chat a:hover { background: #2b2b2b; }
.menu-icons-wrapper .top-menu-search-container .search-form { background: #fff; }
/*----*****---- << Footer >> ----*****----*/
.footer-copyright.dt-sc-dark-bg, #footer .dt-sc-dark-bg a { color: #fff; }
#footer .tweet_list li { border-color: rgba(255, 255, 255, .15); }
#footer .dt-sc-dark-bg .wpcf7-form input[type='text'], #footer .dt-sc-dark-bg .wpcf7-form input[type='password'], #footer .dt-sc-dark-bg .wpcf7-form input[type='email'], #footer .dt-sc-dark-bg .wpcf7-form input[type='url'], #footer .dt-sc-dark-bg .wpcf7-form input[type='tel'], #footer .dt-sc-dark-bg .wpcf7-form input[type='number'], #footer .dt-sc-dark-bg .wpcf7-form input[type='range'], #footer .dt-sc-dark-bg .wpcf7-form input[type='date'], #footer .dt-sc-dark-bg .wpcf7-form textarea, #footer .dt-sc-dark-bg .wpcf7-form input.text, #footer .dt-sc-dark-bg .wpcf7-form input[type='search'], #footer .dt-sc-dark-bg .wpcf7-form select, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='submit'], #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='button'], #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='reset'] { border-color: rgba(255,255,255, .5); }
#footer .dt-sc-dark-bg .wpcf7-form input[type='text'], #footer .dt-sc-dark-bg .wpcf7-form input[type='password'], #footer .dt-sc-dark-bg .wpcf7-form input[type='email'], #footer .dt-sc-dark-bg .wpcf7-form input[type='url'], #footer .dt-sc-dark-bg .wpcf7-form input[type='tel'], #footer .dt-sc-dark-bg .wpcf7-form input[type='number'], #footer .dt-sc-dark-bg .wpcf7-form input[type='range'], #footer .dt-sc-dark-bg .wpcf7-form input[type='date'], #footer .dt-sc-dark-bg .wpcf7-form textarea, #footer .dt-sc-dark-bg .wpcf7-form input.text, #footer .dt-sc-dark-bg .wpcf7-form input[type='search'], #footer .dt-sc-dark-bg .wpcf7-form textarea, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='submit'], #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='button'], #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='reset'], #footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-date, #footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-author { color: rgba(255,255,255, .5); }
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button:hover, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='submit']:hover, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='button']:hover, #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='reset']:hover, #footer .wpcf7-form.bottom-bordered button:hover, #footer .wpcf7-form.bottom-bordered input[type='submit']:hover, #footer .wpcf7-form.bottom-bordered input[type='button']:hover, #footer .wpcf7-form.bottom-bordered input[type='reset']:hover { color: #fff; }
#footer .dt-sc-dark-bg .wpcf7-form-control-wrap:before { background: #fff; }
#footer .dt-sc-dark-bg .dt-sc-vertical-separator:before { background: rgba(255,255,255, .5); }
.upb_row_bg:before { content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.list-style-left ul.dt-custom-nav { margin-left: -15px; margin-right: -15px; }
/*--------------------------------------------------------------
	17.0 - Store Locator
	--------------------------------------------------------------*/
.wpsl-stores-fullwidth-container .page .vc_row.wpb_row.vc_row-fluid { overflow: hidden; }
#wpsl-gmap, #wpsl-result-list { width: 100%; }
#wpsl-wrap { left: 30px; overflow: visible; position: absolute; top: 60px; width: 400px; }
.wpsl-search-btn-wrap .dt-sc-storesearch-btn { font-family: Fontawesome; }
.dt-sc-advanced-options { display: none; float: left; margin: 10px 0 0; padding: 20px 15px; width: 100%; }
.wpsl-input #wpsl-search-input { border: none; border-radius: 0!important; color: #4d4d4d; float: left; height: 60px; line-height: 60px; margin-right: 0; padding: 10px 12px; width: 316px; }
#wpsl-search-wrap .wpsl-input { background: #fff; margin-right: 0; position: relative; width: 100%; }
#wpsl-search-wrap .wpsl-search-btn-wrap, #wpsl-search-btn { margin-right: 0; }
.dt-sc-toggle-advanced-options { background: #fff; color: #4d4d4d; float: left; height: 60px; line-height: 40px; padding: 10px; position: relative; width: 100%; }
.dt-sc-toggle-advanced-options:hover { color: #4d4d4d; }
.dt-sc-toggle-advanced-options span { color: #fff; float: right; font-size: 20px; height: 60px; line-height: 60px; position: absolute; right: 0; text-align: center; top: 0; width: 60px; }
.wpsl-input label, #wpsl-radius label, #wpsl-category label, #wpsl-results label { width: 67%!important; }
#wpsl-radius, .wpsl-select-wrap #wpsl-results { margin-bottom: 10px; margin-right: 0!important; width: 100%!important; }
#wpsl-result-list li p { margin-bottom: 0; }
#wpsl-search-wrap .wpsl-select-wrap div label { line-height: 40px; }
#wpsl-results .wpsl-dropdown { z-index: 1; }
.wpsl-select-wrap { margin-bottom: 0!important; width: 100%; }
#wpsl-checkbox-filter { margin-top: 0!important; }
.wpsl-dropdown { border-radius: 0!important; width: 30%!important; }
#wpsl-wrap #wpsl-stores, #wpsl-wrap #wpsl-direction-details { height: 540px!important; }
#wpsl-stores .wpsl-store-thumb { border-radius: 0!important; }
#wpsl-radius { width: 58%; }
.wpsl-select-wrap #wpsl-results { margin-right: 0; width: 38%; }
#wpsl-checkbox-filter input[type='checkbox'] { float: right; margin: 10px 0 0; }
#wpsl-search-btn { background-image: none; border-radius: 0!important; color: #fff; height: 60px; margin-top: 0; width: 60px; }
#wpsl-wrap #wpsl-result-list ul li { margin: 20px 15px; padding: 20px 20px 10px; }
#wpsl-wrap #wpsl-result-list li:last-child { border-bottom: none; }
.wpsl-locations-details { color: #fff; float: left; margin-top: 25px; padding: 15px 10px 0; width: 100%; }
.wpsl-locations-details > span { display: block; margin-bottom: 20px; }
.single-wpsl_stores #wpsl-base-gmap_0 { height: 400px; }
.dt-appointment-fix { float: left; margin: 0; position: relative; }
#wpsl-stores .wpsl-directions { color: #fff; display: block; font-size: 14px; font-weight: bold; padding: 9px 7px 9px 0; position: relative; text-align: center; }
#wpsl-stores li > p span { color: #fff; display: block; font-size: 14px; font-weight: bold; padding: 9px 7px; }
#wpsl-stores li > p { display: block; float: left; text-align: center; width: 100%; }
#wpsl-stores li > p, #wpsl-stores li > p ~ .wpsl-directions { display: inline-block; margin: 20px 0; width: 50%; }
#wpsl-stores li > div { float: left; width: 100%; }
#wpsl-stores li > div p a { display: block; margin-bottom: 10px; }
#wpsl-stores li > a:before { font-family: FontAwesome; margin-right: 10px; vertical-align: middle; }
#wpsl-stores li > a.dt-appointment-fix:before { content: '\f073'; }
#wpsl-stores li > a.wpsl-directions:before { content: '\f1d9'; }
#wpsl-search-btn, #wpsl-search-wrap input { border: none; }
#wpsl-wrap .wpsl-selected-item, .wpsl-dropdown { color: #fff; }
.wpsl-selected-item:after { border-top: 8px solid #fff!important; }
.wpsl-active .wpsl-selected-item::after { border-bottom: 8px solid #fff!important; border-top: none!important; margin-top: -5px; }
#wpsl-search-wrap #wpsl-checkbox-filter label, #wpsl-checkbox-filter.wpsl-checkbox-3-columns li { margin-right: 0; width: 100%; }
#wpsl-wrap #wpsl-result-list li { border-width: 0; }
.wpsl-search, #wpsl-result-list { background-color: rgba(237, 245, 248, .8); box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25); -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25); }
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li { border-bottom: 1px dashed rgba(0, 0, 0, .15); margin-right: 0; padding: 10px 0; width: 100%; }
.dt-sc-advanced-options, #wpsl-wrap #wpsl-result-list ul li { background-color: rgba(255, 255, 255, .64); }
/*--------------------------------------------------------------
	Pretty Photo
	--------------------------------------------------------------*/

div.pp_default .pp_content .pp_description { line-height: inherit; }
/*--------------------------------------------------------------
								Light BG
	--------------------------------------------------------------*/
.main-menu.header3 { background-color: #0b0d0e; }
.header3-wrapper { background-color: rgba(34, 43, 49, .9); }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:not(.dt-sc-button), footer .copyright a { color: #4d4d4d; }
.no-header-menu > ul > li > a, .dt-header-menu .dt-primary-nav > li > a { color: black; }









/*--------------------------------------------------------------
	18.0 - DT Responsive
	--------------------------------------------------------------*/

/* Common Styles for the devices below 1380px width */
@media only screen and (max-width: 1380px) {
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus { max-width: 1110px; width: 1110px; }
.fullwidth-on-laptop.vc_col-sm-8 { text-align: center; width: 100%; }
.fullwidth-on-laptop.vc_col-sm-8 .vc_column-inner { padding-right: 0; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft { float: right; margin-right: 0; text-align: center; width: 100%; }
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none form > div, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left form > div, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-center form > div, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right form > div { display: inline-block; float: none; margin-top: 15px; }
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right { margin-bottom: 20px; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm { width: 100%; }
#footer .footer-24 h2.dt-sc-lightweight { font-size: 32px; }
}

/*@media only screen and (max-width: 1280px) {
		
		.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone { margin-right: 0; float: right; width: 100%; text-align: center; margin-bottom: 10px; }
		
	}*/

@media only screen and (min-width:1170px) and (max-width:1380px) {
.rs_aligncenter_hxlg .dt-logo-container.logo-align-left a, .rs_aligncenter_hxlg .dt-logo-container.logo-align-right a { margin: auto; }
.rs_aligncenter_hxlg .dt-header-menu.left, .rs_aligncenter_hxlg .dt-header-menu.right { float: none; }
}
@media only screen and (min-width: 1170px) {
.dt-header-menu { display: inline-block; }
.mobile-nav-container, .dt-header-menu ul.dt-primary-nav li.go-back, .dt-header-menu ul.dt-primary-nav li.see-all { display: none; }
.dt-header-menu.center { display: table; }
}
@media only screen and (max-width: 1199px) {
.dt-header-menu { display: none; }
.dt-no-header-builder-content .no-header { display: block; }
.dt-no-header-builder-content.aligncenter .no-header { padding-bottom: 25px; }
.dt-no-header-builder-content .no-header .no-header-logo, .dt-no-header-builder-content .no-header .no-header-logo h2 { text-align: center; }
#header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container { padding-left: 15px; padding-right: 15px; }
.overlay-header-search .overlay-search #searchform { width: 75%; }
.simple-header-search.stretch, .simple-header-search.stretch #searchform, .simple-header-search.stretch #searchform input[type='text'] { height: auto; }
/*----*****---- << Slide Menu >> ----*****----*/
.dt-sc-simpler-content .mobile-nav-container .menu-trigger { cursor: pointer; display: table; margin-left: auto; margin-right: auto; }
.dt-sc-simpler-content .mobile-menu, .dt-sc-simpler-content .mobile-menu ul.sub-menu, .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 400px; }
.dt-sc-simpler-content .mobile-menu, .dt-sc-simpler-content .mobile-menu > ul, .dt-sc-simpler-content .mobile-menu ul.sub-menu { position: absolute; }
.dt-sc-simpler-content .mobile-menu.nav-is-visible { max-width: 100%; transform: none; -webkit-transform: none; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 100%; }
.dt-sc-simpler-content .mobile-menu { left: -245px; max-width: 230px; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 230px; width: 0; z-index: 1000; }
.dt-sc-simpler-content .mobile-menu.nav-is-visible, .dt-sc-simpler-content .mobile-menu.nav-is-visible ul.dt-primary-nav { left: 0; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a { font-size: 30px; }
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger, .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger { font-size: 55px; position: absolute; text-align: center; text-transform: uppercase; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before { font-size: 55px; }
.dt-sc-simpler-content .mobile-menu, .dt-sc-simpler-content .mobile-menu ul.sub-menu, .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 100% !important; }
.vc_row.dt-sc-simpler-content { overflow-x: hidden; }
}
@media only screen and (min-width:768px) and (max-width:1199px) {
.apply-sticky-header, .apply-sticky-header > .vc_row:not(.vc_clearfix) { height: inherit; }
#footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left, #footer .alignleft .same-on-mobile.left .menu-footer-menu-container { text-align: left; }
#footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right, #footer .alignright .same-on-mobile.right .menu-footer-menu-container { text-align: right; }
#header .dt-header-tpl .has-mega-menu .menu-item-object-dt_mega_menus { right: -75px; }
.dt-no-header-whistle .mobile-nav-container > div { float: right }
}


/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {
/*----*****---- << Header >> ----*****----*/
.top-bar .dt-sc-vertical-separator { margin: 0 10px; }
#header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper { display: block; text-align: center; }
#header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search { display: table; margin-left: auto; margin-right: auto; }
#header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*='vc_col-md']:after { content: none; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus { max-width: 930px; width: 930px; }
.dt-sc-maaya-header.with-border .vc_col-sm-1.vc_col-lg-10.vc_col-md-12.wpb_column, .dt-sc-maaya-header .vc_col-md-12.wpb_column, .dt-sc-maaya-header .vc_col-md-10.wpb_column, .dt-sc-maaya-header .vc_col-md-8.wpb_column, .dt-sc-maaya-header .vc_col-md-6.wpb_column { margin-bottom: 0; }
#header .header-24 .dt-sc-contact-info { font-size: 11px; }
#header .header-25 .dt-header-menu .dt-primary-nav > li > a { padding: 0 16px; }
#header .header-25 .dt-header-menu .dt-primary-nav > li a { font-size: 13px; }
#header .header-28 .vc_col-md-8.wpb_column { margin-bottom: 0; }
#header .header-28 .no-header-menu ul li a, #header .header-28 .dt-header-menu .dt-primary-nav li a { padding: 10px 10px; }
#header .header-29 .no-header-menu ul li a, #header .header-29 .dt-header-menu .dt-primary-nav li a { font-size: 13px; }
.rs_aligncenter_md .dt-logo-container.logo-align-left a, .rs_aligncenter_md .dt-logo-container.logo-align-right a { margin: auto; }
.rs_aligncenter_md .dt-header-menu.left, .rs_aligncenter_md .dt-header-menu.right { float: none; }
/*----*****---- << SideNav >> ----*****----*/
ul.side-nav li a { font-size: 13px; }
/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section-wrapper.breadcrumb-right .main-title-section h1 { font-size: 26px; }
.main-title-section-wrapper.breadcrumb-right .main-title-section { width: 58%; }
.main-title-section-wrapper.breadcrumb-right .breadcrumb { width: 42%; }
/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map { max-width: 100%; }
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .vc_col-sm-6 { text-align: center; width: 100%; }
.footer-copyright .vc_col-sm-6 .vc_column-inner { padding: 0; }
.footer-copyright .menu-links { text-align: center; }
#footer .footer-copyright .vc_col-sm-6 .wpb_wrapper, #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right, #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.left { display: inline-block; float: none; text-align: center; }
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable { float: left; margin-top: 10px; text-align: center; width: 100%; }
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable li { display: inline-block; float: none; }
#footer .alignleft .menu-footer-menu-container, #footer .alignright .menu-footer-menu-container, #footer .alignleft .dt-custom-nav-wrapper, #footer .alignright .dt-custom-nav-wrapper { text-align: center; }
#footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right { display: inline-block; float: none; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email']:first-child { font-size: 12px; padding: 15px; }
.footer18-widget .widget .recent-posts-widget li .entry-content p { font-size: 12px; line-height: 20px; }
.footer-20 .dt-sc-twitter-icon span { font-size: 40px; }
/*.footer-20 .dt-sc-twitter-feeds .tweet-text, .footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size: 12px; }*/
.footer-20 .dt-sc-twitter-icon span { text-align: left; }
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet { padding-left: 60px; }
.footer-20 .footer-20-contact .vc_column-inner { margin-top: 0; padding: 15px 30px 30px 30px !important; position: static; }
.footer-info-content.vc_row { width: 100%; }
#footer .footer-22 .dt-sc-newsletter-section.type6 { padding: 12px 30px 4px; }
#footer .footer-22 .footer-copyright .vc_col-sm-6 { text-align: left; width: 50%; }
#footer .footer-22 .footer-copyright .vc_col-sm-6:last-child { text-align: right; }
#footer .footer-22 .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right { margin: 0; text-align: right; width: 100%; }
#footer .footer-22 .footer-copyright .vc_col-sm-6:last-child .wpb_wrapper { width: 100%; }
#footer .footer-23.footer-copyright .vc_col-sm-6 { width: 50%; }
#footer .footer-23.footer-copyright .vc_col-sm-6:first-child, #footer .footer-23.footer-copyright .vc_col-sm-6:first-child .wpb_wrapper { float: left; text-align: left; }
#footer .footer-23.footer-copyright .vc_col-sm-6:last-child, #footer .footer-23.footer-copyright .vc_col-sm-6:last-child .wpb_wrapper { float: right; text-align: right; }
#footer .footer-24 h2.dt-sc-lightweight { font-size: 28px; }
}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
.text-with-icon { font-size: 12px; }
/*----*****---- << Header >> ----*****----*/
.top-bar .dt-sc-vertical-separator, .top-bar .dt-sc-vertical-small-separator { margin: 0 7px; }
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child, #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child, #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child { display: table; float: none !important; margin-left: auto; margin-right: auto; text-align: center !important; }
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child { display: block; }
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper { display: block; text-align: center; }
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search { display: table; margin-left: auto; margin-right: auto; }
#header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*='rs_col-sm']:after { content: none; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus { max-width: 740px; width: 740px; }
.dt-sc-maaya-header.with-border .mobile-nav-container .menu-trigger { top: 7px; }
.dt-sc-maaya-header.with-border .dt-sc-slide-search #searchform input[type='text'] { padding-bottom: 11px; top: -2px; }
#header-wrapper .main-title-section-wrapper { margin: 0; }
#menu-activity { position: relative !important; top: auto !important; }
.dt-sc-maaya-header.with-border .dt-sc-slide-search #searchform::before { top: 3px; }
.dt-sc-maaya-header.with-border .alignright.rs_col-sm-6.wpb_column.vc_col-sm-2 { margin-bottom: 0; }
.header-24 .dt-logo-container { margin-top: 30px; }
#header .header-25 .mobile-nav-container { margin: 12px 0; }
#header .header-25 .menu-icons-wrapper { margin: -9px 0 0; }
#header .header-27 .no-header-menu ul li a, #header .header-27 .dt-header-menu .dt-primary-nav li a { padding: 10px 12px; }
#header .header-27 .vc_column_container section > .vc_column-inner { padding-left: 0; padding-right: 0; }
#header .header-27 .dt-custom-nav li { white-space: inherit; }
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal.dt-simple-menu.right .dt-custom-nav { float: right; }
#header .header-28.header-container .dt-col-static-position > .vc_column-inner { padding-left: 0; }
#header .header-28 .no-header-menu ul li a, #header .header-28 .dt-header-menu .dt-primary-nav li a { font-size: 11px; padding: 10px 6px 11px; }
#header .header-28-topbar .dt-custom-nav-wrapper.left { float: left; }
#header .header-28-topbar .dt-custom-nav-wrapper.right { float: right; }
#header .header-28 .cart-info:before { font-size: 16px; }
#header .header-29 .wpb_column.rs_col-sm-12.vc_col-sm-6 { width: 50%; }
#header .header-29 .rs_col-sm-12.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child, #header .header-29 .rs_col-sm-12.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child { float: right !important; text-align: right !important; }
#header .header-29 .rs_col-sm-12.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child { float: left !important; text-align: left !important; }
#header .header-29 .no-header-menu ul li a, #header .header-29 .dt-header-menu .dt-primary-nav li a { font-size: 9px; }
#header .header-29 .no-header-menu ul li, #header .header-29 .dt-header-menu .dt-primary-nav li { margin: 0 2px 0 0; }
#header .header-29 #searchform input[type='text'] { font-size: 10px; }
.rs_aligncenter_sm .dt-logo-container.logo-align-left a, .rs_aligncenter_sm .dt-logo-container.logo-align-right a { margin: auto; }
.rs_aligncenter_sm .dt-header-menu.left, .rs_aligncenter_sm .dt-header-menu.right { float: none; }
.rs_aligncenter_sm .mobile-nav-container { text-align: center; }
/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section-wrapper.breadcrumb-right .main-title-section h1 { font-size: 24px; margin-top: 11px; }
/*----*****---- << Side-nav >> ----*****----*/
ul.side-nav li a { font-size: 10px; padding: 6px 10px 6px 50px; }
ul.side-nav li a:before { height: 30px; line-height: 30px; width: 30px; }
ul.side-nav > li.current_page_item > a:before, ul.side-nav > li > ul > li.current_page_item > a:before, ul.side-nav > li > ul > li > ul > li.current_page_item > a:before { font-size: 18px; }
.side-navigation.type3 ul.side-nav > li.current_page_item > a, .side-navigation.type3 ul.side-nav > li:hover > a { padding-left: 35px; }
.side-navigation.type3 ul.side-nav li a, .side-navigation.type3 ul.side-nav li a:before { font-size: 10px; }
.side-navigation.type3 ul.side-nav li a:before, .side-navigation.type3 ul.side-nav li a:after { width: 35px; }
.side-navigation.type5 ul.side-nav li a { font-size: 12px; padding: 8px 0 9px 0; }
/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map { max-width: 100%; }
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .vc_col-sm-6, .footer-copyright .vc_col-sm-6.alignright { display: block; float: none; text-align: center; width: 100%; }
.footer-copyright .vc_col-sm-6 .vc_column-inner { padding: 0; }
.footer-copyright .menu-links { margin-top: 5px; text-align: center; }
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable { display: inline-block; float: none; text-align: center; }
#footer .alignleft .menu-footer-menu-container { text-align: center; }
#footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right { display: inline-block; float: none; }
#footer .footer-copyright .wpb_wrapper, #footer .footer-copyright .dt-sc-sociable.right, #footer .footer-copyright .dt-sc-sociable.left { display: inline-block; float: none; text-align: center; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin, .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin { margin-bottom: 10px; margin-right: 0; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email']:first-child { font-size: 10px; padding: 10px; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='submit'] { padding: 14px 10px 14px; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='text'], .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email'] { width: 30%; }
.footer18-widget .widget .recent-posts-widget li .entry-content { float: left; margin-top: 0; width: 100%; }
#footer .footer18-widget .footer-copyright .wpb_wrapper { text-align: left; }
.footer-18 .dt-sc-twitter-feeds .tweet-text, .footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size: 10px; }
.footer-19.newsletter form { width: 400px; }
.footer-20 .dt-sc-twitter-icon span { font-size: 40px; }
.footer-20 .dt-sc-twitter-feeds .tweet-text, .footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size: 11px; }
.footer-20 .dt-sc-twitter-icon span { text-align: left; }
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet { padding-left: 60px; }
.footer-20 .footer-20-contact .vc_column-inner { position: static; }
.footer-info-content.vc_row { width: 100%; }
.footer-info.vc_column_container { padding: 10px; }
#footer .footer-22 .dt-sc-newsletter-section.type6 { padding: 12px 10px 4px; }
#footer .footer-22 .dt-sc-newsletter-section.type6 > p { padding: 0 10px; }
#footer .footer-23.footer-copyright .vc_col-sm-6 { width: 50%; }
#footer .footer-23.footer-copyright .vc_col-sm-6:first-child, #footer .footer-23.footer-copyright .vc_col-sm-6:first-child .wpb_wrapper { float: left; text-align: left; }
#footer .footer-23.footer-copyright .vc_col-sm-6:last-child, #footer .footer-23.footer-copyright .vc_col-sm-6:last-child .wpb_wrapper { float: right; text-align: right; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap, #footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap { display: block; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap { width: 100%; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap { margin-top: 3px; padding-left: 0; padding-right: 0; }
#footer .footer-24 h2.dt-sc-lightweight { font-size: 38px; }
.mobile-nav-container { float: left; display: inline-block !important; margin: 25px 0; }
header a.cart-info { margin-left: 10px; ; position: inherit; }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {
/*----*****---- << Header Sticky- >> ----*****----*/

#header .dt-header-tpl .sticky-wrapper .apply-sticky-header { position: relative !important; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header, #header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) { height: inherit; }
#header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix) { box-shadow: none; }
#header .header-27 .is-sticky .apply-sticky-header .dt-col-static-position { margin-top: 20px; }
#header-wrapper .main-title-section-wrapper { margin: 0; }
/*----*****---- << Header >> ----*****----*/
.top-bar { max-height: none; padding: 5px 0; text-align: center; }
.top-bar .wpb_column { margin-bottom: 0; padding: 0; }
.top-bar .text-with-icon { font-size: 12px; }
.top-bar .alignright { display: inline-block; float: none; text-align: center; }
.top-bar .dt-sc-vertical-separator, .top-bar .dt-sc-vertical-small-separator { margin: 0 10px; }
.top-bar .dt-sc-sociable li { float: none; }
#header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child, #header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child { display: table; float: none !important; margin-left: auto; margin-right: auto; text-align: center !important; }
#header .dt-header-tpl .dt-logo-container a, #header .dt-header-tpl div[class^='dt-logo-container'][class*='vc_custom'] { margin-left: auto; margin-right: auto; }
#header .dt-header-tpl div[class^='dt-logo-container'][class*='vc_custom'] { width: 60%; }
#header .dt-header-tpl .flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper { display: block; height: auto; text-align: center; }
#header .dt-header-tpl .search-module.simple-header-search { display: table; margin-left: auto; margin-right: auto; }
#header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container ~ .search-module { margin-top: 15px; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header { position: relative !important; }
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header, #header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) { height: inherit; }
#header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix) { box-shadow: none; }
.dt-sc-dark-bg #logo a .darkbg_logo { display: none; }
.dt-sc-dark-bg #logo a .normal_logo { display: block; }
.overlay-search #searchform input[type='text'] { font-size: 25px; letter-spacing: .5px; }
.mobile-nav-container { text-align: center; }
.dt-sc-slide-menu .menu-icons-wrapper, .dt-sc-slide-menu .menu-icons-wrapper .search { padding: 0; }
.dt-sc-slide-menu.dt-sc-maaya-header .wpb_column { margin-bottom: 0; }
.dt-sc-slide-menu.dt-sc-maaya-header .menu-icons-wrapper .search { height: 30px; line-height: 30px; width: 30px; }
.dt-sc-slide-menu.dt-sc-maaya-header .wpb_column.vc_col-xs-6 { width: 50%; }
.search-module.slide-down-header-search .menu-icons-wrapper .top-menu-search-container { left: 75%; right: auto; transform: translateX(-75%); -webkit-transform: translateX(-75%); }
.simple-header-search.stretch, .simple-header-search.stretch #searchform, .simple-header-search.stretch #searchform input[type='text'] { width: 100%; }
.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight), .search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover, .search-module:not(.simple-header-search).filled.dt-sc-dark-bg, .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover { background-color: transparent; }
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span, .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span, .search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span, .search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span { color: inherit; }
header a.cart-info { margin: 10px 0 15px 0; text-align: center; width: 100%; }
.no-header-logo-wrapper { width: 100%; }
.no-header-logo-wrapper .dt-logo-container { display: block; text-align: center; }
.dt-no-header-whistle .mobile-nav-container .menu-trigger > span { padding: 7px 10px; }
.dt-no-header-whistle .menu-trigger { float: left; }
/*----*****---- << Slide Menu >> ----*****----*/
.dt-sc-simpler-content.overlay-header .mobile-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger, .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before { font-size: 60px; text-transform: uppercase; }
.vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container { margin: 0; }
.vc_row.dt-sc-simpler-content.from-left.dt-sc-simpler-content-open .dt-simpler-slider { right: 20px; }
.dt-sc-simpler-content .dt-simpler-slider, .dt-sc-simpler-content.boxed-header .dt-simpler-slider, .dt-sc-simpler-content-open .dt-simpler-slider, .dt-sc-simpler-content-close .dt-simpler-slider, .dt-sc-simpler-content-close.boxed-header .dt-simpler-slider, .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider { top: 12px; }
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger, .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger, .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before { font-size: 45px; }
.vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger { font-size: 40px; position: static; top: auto; transform: none; -moz-transform: none; -ms-transform: none; -webkit-transform: none; }
.vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger > i:before { font-size: 40px; }
.dt-sc-simpler-content.boxed-header .mobile-menu, .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu, .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav, .dt-sc-simpler-content.overlay-header .mobile-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { height: 400px !important; }
.dt-sc-simpler-content-open .dt-simpler-slider, .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider { left: auto; right: 20px; }
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container { margin-bottom: 0; }
.dt-sc-maaya-header .dt-simpler-slider { background: #3d3d3d; height: 40px; left: auto; position: fixed; right: 10px; top: 10px; width: 40px; }
.dt-sc-maaya-header .dt-simpler-slider span { background: #fff; left: 0; margin: 0 auto; right: 0; width: 18px; }
.dt-sc-maaya-header .dt-simpler-slider span:first-child { top: 14px; }
.dt-sc-maaya-header .dt-simpler-slider span:last-child { transform: translate3d(0, 8px, 0); -moz-transform: translate3d(0, 6px, 0); -ms-transform: translate3d(0, 8px, 0); -webkit-transform: translate3d(0, 8px, 0); }
.dt-sc-maaya-header .dt-simpler-slider:before { color: #fff; font-size: 24px; top: 4px; }
.dt-sc-maaya-header .dt-simpler-slider:hover:before, .dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider:before { left: 4px; }
.dt-sc-maaya-header.with-border { padding-top: 20px; }
.dt-sc-maaya-header.with-border .mobile-nav-container .menu-trigger { color: #fff; position: static; width: 100%; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform { float: right; max-width: 100%; width: 100%; }
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text'], .dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus { padding: 4px 0 20px; width: 100%; }
.dt-sc-maaya-header:not(.with-border) .dt-sc-slide-search #searchform input[type='text']:focus { max-width: 450px; width: 450px; }
#header .dt-header-tpl .dt-sc-maaya-header .search-module.simple-header-search { width: 100%; }
#header .header-24 .dt-logo-container { margin-bottom: 10px; margin-top: 50px; }
#header .header-24.top-bar p { line-height: 50px; }
#header .header-24.top-bar p, #header .header-24.top-bar .wpb_wrapper { text-align: center; }
#header .header-24.top-bar .dt-sc-button { margin-bottom: 20px; }
#header .header-24 .dt-sc-contact-info { padding-left: 0; text-align: center; }
#header .header-24 .dt-sc-contact-info span { font-size: 24px; margin: 0 0 10px 0; position: static; width: 100%; }
#header .header-24 .alignright .vc_col-sm-4 { width: 50%; }
#header .header-24 .alignright .vc_col-sm-4:last-child { width: 100%; }
.header-24 .mobile-nav-container { padding: 5px 0; }
#header .header-25 .wpb_column { margin-bottom: 0; }
#header .header-25 .mobile-nav-container { margin: 12px 0 0; }
#header .header-25 .menu-icons-wrapper { margin: 0 0 18px; text-align: center; }
#header .header-25 .cart-info { padding: 14px 0 14px 27px; }
#header .header-26 .vc_col-sm-2 { top: -30px; }
#header .header-26 .vc_col-sm-5 { margin-bottom: 5px; }
#header .header-27 .vc_col-sm-3.vc_col-xs-6, #header .header-27 .vc_col-sm-2.vc_col-xs-6 { margin-bottom: 0; }
#header .header-27 .is-sticky .apply-sticky-header .dt-col-static-position { margin-top: 20px; }
#header .header-28-topbar .wpb_column { margin: 10px 0 0 0; }
#header .header-28-topbar .wpb_column:last-child { margin-bottom: 10px; }
#header .header-28 { padding-top: 27px; }
#header .header-28.header-container .dt-col-static-position { padding-right: 0; }
#header .header-29 .alignright { display: inline-block; float: none; width: auto; }
.rs_aligncenter_xs .dt-logo-container.logo-align-left a, .rs_aligncenter_xs .dt-logo-container.logo-align-right a { margin: auto; }
.rs_aligncenter_xs .dt-header-menu.left, .rs_aligncenter_xs .dt-header-menu.right { float: none; }
/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section h1 { font-size: 26px; }
.main-title-section, .main-title-section h1, .breadcrumb { text-align: center; }
.main-title-section-wrapper.breadcrumb-right .main-title-section, .main-title-section-wrapper.breadcrumb-right .breadcrumb, .main-title-section-wrapper.breadcrumb-left .main-title-section, .main-title-section-wrapper.breadcrumb-left .breadcrumb { padding: 0; text-align: center; width: 100%; }
.no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header { position: static; }
/*----*****---- << Side-navigation >> ----*****----*/
.side-navigation, .side-navigation-content { width: 100%; }
.side-navigation { margin-bottom: 30px; }
/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map { max-width: 100%; }
/*----*****---- << Footer >> ----*****----*/

#footer .footer-copyright .vc_col-sm-6, #footer .footer-copyright .alignright.vc_col-sm-6, #footer .footer-copyright .alignleft.vc_col-sm-6, #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav, #footer .alignright.wpb_column, #footer .alignleft.wpb_column, #footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right { text-align: center; }
#footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav li, #footer .footer-copyright .dt-logo-container.logo-align-left, #footer .footer-copyright .dt-logo-container.logo-align-right { display: inline-block; float: none; }
#footer .dt-custom-nav-wrapper.left.same-on-mobile { text-align: left; }
#footer .dt-custom-nav-wrapper.right.same-on-mobile { text-align: right; }
#footer .dt-sc-sociable.center-on-mobiles { text-align: center; }
#footer .dt-mc-subscribe:not(.inline) > form > div.btn-wrap { margin-top: 10px; width: 50%; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft, .fullwidth-on-laptop.vc_col-sm-8 .alignright { line-height: 40px; margin-bottom: 10px; margin-right: 0; width: 100%; }
.map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper { width: 90%; }
.footer-copyright { text-align: center; }
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left, .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right { margin-bottom: 0; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin, .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin { margin-bottom: 10px; margin-right: 0; }
.dt-custom-nav-wrapper.left.rs_align_sm-center, .dt-custom-nav-wrapper.right.rs_align_sm-center { text-align: center; }
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav { margin-left: auto; margin-right: auto; }
.dt-custom-nav-wrapper.left.rs_align_sm-center .dt-custom-nav > li, .dt-custom-nav-wrapper.right.rs_align_sm-center .dt-custom-nav > li, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav > li, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav > li, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav > li { float: none; }
#footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left, #footer .alignleft .same-on-mobile.left .menu-footer-menu-container, #footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right, #footer .alignright .same-on-mobile.right .menu-footer-menu-container { text-align: center; }
#footer .footer-copyright .wpb_wrapper, #footer .footer-copyright .dt-sc-sociable.right, #footer .footer-copyright .dt-sc-sociable.left { display: inline-block; float: none; text-align: center; }
.footer-17 .dt-sc-newsletter-section.type2 { position: static; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='text'], .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email'] { margin-right: 1%; width: 49%; }
#footer .footer18-widget .extend-bg-fullwidth-right, #footer .footer18-widget .extend-bg-fullwidth-left, #footer .footer18-widget .extend-bg-fullwidth-right:after, #footer .footer18-widget .extend-bg-fullwidth-left:after { margin-bottom: 0; padding-left: 15px; padding-right: 15px; }
#footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight), #footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight), #footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight):after, #footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight):after { background: #c2c2c2; }
#footer .footer18-widget .extend-bg-fullwidth-right:after { left: -50%; }
#footer .footer18-widget .extend-bg-fullwidth-left:after { right: -50%; }
#footer .footer18-widget .footer-copyright { margin: 15px 0; position: static; }
.footer18-widget .vc_column_container.extend-bg-fullwidth-right { padding-left: 30px; }
.footer-18 .dt-sc-twitter-icon { height: auto; width: 100%; z-index: 1; }
.footer-18 .dt-sc-twitter-icon:before { left: -50%; width: 9999px; }
.footer-18 .dt-sc-twitter-icon:after { background: none; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #32aadf; left: 0; margin: -1px auto; right: 0; top: 100%; transform: none; -moz-transform: none; -ms-transform: none; -webkit-transform: none; }
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet { padding-left: 0; padding-top: 77px; }
.footer-18 .dt-sc-twitter-feeds .tweet-text, .footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size: 12px; line-height: 20px; }
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { margin: 0; }
#footer .footer-19.newsletter form { margin-top: 10px; width: 100%; }
#footer .footer-19.newsletter form > div.email-field-wrap { float: left; }
#footer .footer-19 .dt-mc-subscribe:not(.inline) > form > div.btn-wrap { margin-top: 0; width: auto; }
#footer .footer-19.footer-copyright .wpb_column { margin-bottom: 0; }
.footer-20.vc_row[data-vc-full-width] { overflow: hidden; }
.footer-20 .footer-20-contact .vc_column-inner { bottom: 0; margin-top: 80px; position: static; }
.footer-20-widget.vc_column_container { padding-left: 0; }
#footer .footer-22 .dt-sc-newsletter-section.type6 > p { padding: 0; }
#footer .footer-22 .dt-sc-newsletter-section.type6 { border-bottom-style: solid; border-bottom-width: 1px; border-right: 0; padding: 0 15px 45px; }
.footer-info.vc_column_container { margin: 0; padding: 10px 15px; }
#footer .footer-copyright .dt-sc-sociable.right, #footer .footer-copyright .dt-sc-sociable.left { margin: 0; width: 100%; }
#footer .footer-22 .vc_column_container.no-padding-right > .vc_column-inner { padding-left: 0; }
.footer-22 .footer-copyright.vc_row { padding-bottom: 0; }
#footer .footer-23 .dt-logo-container, #footer .footer-23 .dt-sc-sociable.right { display: inline-block; float: none; text-align: center; width: 100%; }
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap { margin-top: 3px; padding-left: 0; padding-right: 0; }
#footer .footer-24 .dt-mc-subscribe.square.inline.dt-custom-fullwidth form .email-field-wrap div, #footer .footer-24 .dt-mc-subscribe.square.inline.dt-custom-fullwidth form .btn-wrap div { display: table-cell; float: none; }
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav { overflow: hidden; width: 100%; }
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li { text-align: left; }
#footer .footer-25.vc_row.vc_row-no-padding .vc_column-inner { padding: 0 15px; }
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-address-content { padding: 0; }
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-form-content { margin: 40px 0 0; padding: 0; }
/*----*****---- << Store Locator >> ----*****----*/
.wpsl-stores-fullwidth-container { text-align: center; }
#wpsl-wrap { display: inline-block; float: none; left: 0; margin: 35px auto; position: relative; text-align: left; top: auto; }
#wpsl-wrap #wpsl-stores, #wpsl-wrap #wpsl-direction-details { height: 325px !important; }
.wpsl-search, #wpsl-result-list { box-shadow: none; -webkit-box-shadow: none; }
.wpsl-input #wpsl-search-input { width: 316px !important; }
#wpsl-search-wrap .wpsl-search-btn-wrap { clear: none; }
#wpsl-search-wrap #wpsl-search-btn { margin-right: 0; }
#wpsl-gmap { margin: 0; }
.dt-mc-subscribe.only-border-bottom form .email-field-wrap input[type='email'] { font-size: 30px; }
.zoom-hover.dt-sc-sociable li:first-child { margin-left: 10px; }
.zoom-hover.dt-sc-sociable li { margin: 0 10px 10px; }
.footer-36 .dt-sc-sociable.extra-large li a { height: 40px; line-height: 40px; width: 40px; }
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child { margin-left: 2px; }
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a { padding-left: 10px; }
.footer-36 .no-left-padding > .vc_column-inner { padding-left: 15px; }
.footer-36 .vc_col-sm-8 > .vc_column-inner { padding-left: 15px; }
.dt-no-header-builder-content .no-header-top { text-align: center; }

    /*Iphone sidebar fix */

    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
 #primary.with-left-sidebar, #primary.with-right-sidebar, #primary.with-both-sidebar {
 display: inline-block;
 float: left;
}
}
.copyright { text-align: center; }
.copyright a { font-size: 12px !important; }
.mobile-nav-container .menu-trigger { display: inline-block; padding: 5px; width: 100%; }
.mobile-menu .vc_row { background: none !important; }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.loader-inner::before { font-size: 5em; }
/*----*****---- << Slide Menu >> ----*****----*/
.dt-sc-simpler-content .mobile-menu, .dt-sc-simpler-content .mobile-menu ul.sub-menu, .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 400px !important; }
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .vc_col-sm-6 { margin-bottom: 15px !important; padding: 0; text-align: center; width: 100% !important; }
.footer-copyright .dt-sc-sociable li { display: inline-block; float: none; }
.footer-copyright .dt-sc-sociable.diamond-square-border li { margin: 0 20px 0 0; }
.footer-copyright .alignright img { display: inline-block; float: none; }
.footer-copyright .dt-sc-contact-info span { font-size: 15px; margin: 7px 6px 0 0; width: 20px; }
}


/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {
.loader-inner::before { font-size: 4em; }
/*----*****---- << Header >> ----*****----*/
.top-bar { line-height: 35px; padding-bottom: 10px; }
.top-bar .dt-sc-vertical-separator, .top-bar .dt-sc-vertical-small-separator { display: none; }
.top-bar .dt-sc-sociable { float: none; }
.top-bar .text-with-icon { margin: 0 5px; }
.overlay-header-search .overlay-search #searchform { width: 90%; }
.search-module.slide-down-header-search #searchform { max-width: 175px; }
.dt-sc-maaya-header:not(.with-border) .dt-sc-slide-search #searchform input[type='text']:focus { max-width: 320px; width: 320px; }
.dt-sc-maaya-header.with-border { margin: 0; }
/*----*****---- << Slide Menu >> ----*****----*/
.vc_row.dt-sc-simpler-content { left: -100% !important; transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; width: 100% !important; }
.vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open { left: 0 !important; }
.dt-sc-simpler-content.from-left .dt-simpler-slider, .dt-sc-simpler-content.from-left.boxed-header .dt-simpler-slider, .dt-sc-simpler-content-close.from-left .dt-simpler-slider, .dt-sc-simpler-content-close.from-left.boxed-header .dt-simpler-slider, .dt-sc-simpler-content-open.from-left .dt-simpler-slider, .dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider { left: auto; right: 15px; top: 12px; }
.dt-sc-simpler-content .mobile-menu { max-width: 100%; width: 100%; }
.dt-sc-simpler-content .mobile-menu, .dt-sc-simpler-content .mobile-menu ul.sub-menu, .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 100% !important; }
.vc_row.dt-sc-simpler-content.overlay-header { left: auto !important; }
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger, .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before { font-size: 55px; }
.secondary-sidebar .vc_row.dt-sc-simpler-content { left: -260px !important; width: 260px !important; }
.secondary-sidebar .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open { left: 0 !important; }
#header .header-24 .alignright .vc_col-sm-4 { width: 100%; }
/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section h1 { font-size: 30px !important; }
/*----*****---- << Store Locator >> ----*****----*/
#wpsl-wrap { width: 90%; }
#wpsl-search-wrap .wpsl-search-btn-wrap { float: right; }
.wpsl-input #wpsl-search-input { width: 77.2% !important; }
#wpsl-search-wrap #wpsl-search-btn { margin-bottom: 0; }
/*----*****---- << Footer >> ----*****----*/
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal > li { margin: 5px 0; }
.footer-copyright .dt-sc-sociable li { display: inline-block; float: none; }
.alignright .dt-sc-sociable { text-align: center; width: 100%; }
#footer .footer-19.newsletter form > div.email-field-wrap { width: 60%; }
.footer-19.newsletter .dt-mc-subscribe form .btn-wrap input[type='submit'] { padding: 5px 20px; }
.footer-info-content.vc_row { width: 100%; }
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li { width: 16%; }
#footer .footer-24 .dt-custom-nav { text-align: left; width: 100%; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {
/*----*****---- << Top Bar >> ----*****----*/
.top-bar .text-with-icon { font-size: 11px; margin: 0 3px; }
.top-bar .text-with-icon .icon, .top-bar .text-with-icon .fa { font-size: 12px; margin: 0 3px 0 0; }
/*----*****---- << Menu Icons wrapper >> ----*****----*/
.menu-icons-wrapper { float: none; margin: 0 auto; position: static; text-align: center; }
.menu-icons-wrapper .search, .menu-icons-wrapper .cart { display: inline-block; float: none; }
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .dt-sc-sociable li { margin-bottom: 7px; }
}
@media only screen and (max-height: 500px) {
.dt-sc-simpler-content.boxed-header .mobile-menu, .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu, .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav, .dt-sc-simpler-content.overlay-header .mobile-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { height: 320px !important; }
}
@media only screen and (max-height: 400px) {
.dt-sc-simpler-content.boxed-header .mobile-menu, .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu, .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav, .dt-sc-simpler-content.overlay-header .mobile-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu, .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { height: 200px !important; }
}
.menu-trigger .menu-trigger-icon {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}/* Table of Content
==================================================
	1.0 - Transition
	1.1 - Blog
	1.2 - Default Color
	1.3 - Responsive */


/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/

.blog-entry.entry-date-author-left .entry-date-author .comments i,
.blog-entry.blog-medium-style,
.pagination ul li a i,
.blog-entry.post-info-within-image .entry-thumb:before,
.post-nav-container .post-next-link a i,
.post-nav-container .post-prev-link a i,
.blog-entry.post-info-vertical-image *,
.blog-entry.post-info-vertical-image *:after,
.blog-entry.post-info-vertical-image *:before,
.blog-entry.post-info-above-image .entry-thumb img,
.blog-entry .dt-sc-button.simple.with-icon.icon-right span,
.blog-entry.bordered .date span,
.blog-entry.bordered .date,
.blog-entry.bordered,
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a i,
.blog-entry.post-info-within-image .entry-meta .likes a i,
.blog-entry.post-info-within-image .entry-meta i,
.blog-entry.post-standard .entry-meta .entry-info *,
.blog-entry.post-standard .entry-meta .entry-info i.zmdi:after,
.blog-entry.post-info-bottom-image .entry-meta .entry-info a i {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

/*--------------------------------------------------------------
	1.1 - Blog
	--------------------------------------------------------------*/

.blog-entry *,
.blog-entry *:hover { transition: all .3s linear; }

.blog-entry {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.blog-entry.with-border { border: 20px solid; }

.blog-entry ul.entry-gallery-post-slider { margin-bottom: 0; margin-left:0;}

.blog-entry .entry-thumb {
	float: left;
	line-height: 0;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-entry:not(.has-post-thumbnail) .entry-thumb { /* display: none; */
}

.blog-entry .entry-thumb img {
	height: auto;
	max-width: 100%;
	transition: .3s all linear;
}

.blog-entry .entry-format {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.blog-entry.type-post .entry-format { display: block; }

.blog-entry.type-post:not(.has-post-thumbnail) .entry-format { display: none; }

.blog-entry .entry-format a {
	border: 10px solid;
	border-left: 0;
	border-top: 0;
	float: left;
	height: 75px;
	line-height: 75px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 75px;
}

.blog-entry .entry-format a:before {
	font-family: Stroke-Gap-Icons;
	font-size: 32px;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.blog-entry .entry-thumb .dt-video-wrap .wp-video { width: 100% !important; }

.blog-entry.format-standard .entry-format a:before,
.ico-format.format-standard:before { content: '\e6bd'; }

.blog-entry.format-image .entry-format a:before,
.ico-format.format-image:before { content: '\e6ac'; }

.blog-entry.format-gallery .entry-format a:before,
.ico-format.format-gallery:before { content: '\e6be'; }

.blog-entry.format-status .entry-format a:before,
.ico-format.format-status:before { content: '\e69e'; }

.blog-entry.format-link .entry-format a:before,
.ico-format.format-link:before { content: '\e67b'; }

.blog-entry.format-aside .entry-format a:before,
.ico-format.format-aside:before { content: '\e684'; }

.blog-entry.format-quote .entry-format a:before,
.ico-format.format-quote:before { content: '\e6b2'; }

.blog-entry.format-video .entry-format a:before,
.ico-format.format-video:before { content: '\e69a'; }

.blog-entry.format-chat .entry-format a:before,
.ico-format.format-chat:before { content: '\e6b3'; }

.blog-entry.format-audio .entry-format a:before,
.ico-format.format-audio:before { content: '\e699'; }

.blog-entry .entry-title span.sticky-post {
	background: #666;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 10px;
	text-align: center;
	width: auto;
}

.blog-entry.blog-default-style .entry-title span.sticky-post ~ h4 {
	display: inline-block;
	position: relative;
	top: 2px;
}

.blog-entry.blog-default-style .entry-meta {
	font-size: inherit !important;
	font-weight: normal;
}

.blog-entry.blog-default-style .entry-meta-data {
	margin: 15px 0 0;
	padding: 8px 0 0;
	position: relative;
}

.blog-entry.blog-default-style .entry-meta-data:before {
	background-color: #9a9a9a;
	content: '';
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 45px;
}

.blog-entry.blog-default-style .entry-meta-data p a,
.blog-entry.blog-default-style .entry-meta-data p i { color: #9a9a9a; }

.blog-entry.blog-default-style .entry-format {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	bottom: 0;
	display: none;
	right: 0;
	transition: .3s all linear;
}

.blog-entry.blog-default-style .entry-format a {
	border: 0;
	border-radius: 100%;
	bottom: auto;
	display: none;
	display: block;
	float: none;
	height: 60px;
	line-height: 60px;
	margin: -30px auto;
	top: 50%;
	transition: all .3s linear;
	width: 60px;
}

.blog-entry.blog-default-style .entry-format a:before { font-size: 24px; }

.blog-entry.blog-default-style:hover .entry-format {
	display: block !important;
	transition: .3s all linear;
}

.blog-entry.blog-default-style.format-video .entry-format,
.blog-entry.blog-default-style.format-audio .entry-format { display: none !important; }

.blog-entry.blog-default-style:hover .entry-format a { display: block; }

.blog-entry.blog-default-style:not(.format-gallery):hover .entry-thumb img {
	transform: scale(1.1);
	transition: .3s all linear;
}

.blog-entry.blog-default-style .entry-body { margin: 0; }

.blog-entry.blog-default-style { margin-bottom: 0 !important; }

.blog-entry.tribe_events .ico-format { display: none; }

.blog-entry .entry-details {
	clear: both;
	display: inline-block;
	width: 100%;
}

.blog-entry .entry-meta {
	font-size: 14px;
	letter-spacing: .5px;
	margin-bottom: 7px;
}

.blog-entry .entry-title h4 {
	text-transform: uppercase;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.blog-entry .entry-body {
	clear: both;
	float: left;
	margin: 0 0 15px;
	width: 100%;
}

.blog-entry.blog-medium-style {
	overflow: hidden;
	width: 99.5%;
}

.blog-entry.blog-medium-style .entry-thumb {
	margin: 0;
	overflow: visible;
	width: 53%;
}

.blog-entry.blog-medium-style .entry-details {
	clear: none;
	float: left;
	padding: 10px 0 0 0;
}

.blog-entry.blog-medium-style .entry-thumb ~ .entry-details { width: 47%; }

.blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 70px; }

.blog-entry.blog-medium-style .dt-sc-button { margin-bottom: 20px; }

.blog-entry.blog-medium-style .entry-format {
	left: inherit;
	right: -35px;
	top: 40px;
}

.blog-entry.blog-medium-style .entry-format a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	height: 70px;
	line-height: 70px;
	width: 70px;
}

.blog-entry.blog-medium-style:hover .entry-format a { color: #fff; }

.blog-entry.blog-medium-style .entry-meta-data { margin: 0 0 -5px; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb {
	overflow: hidden;
	width: 48%;
}

.with-both-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb { overflow: visible; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.blog-entry.blog-medium-style .entry-details { width: 100%; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 52%; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight { background: rgba(0, 0, 0, .02); }

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format {
	right: 10px;
	top: 10px;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format a {
	background: #fff;
	border: none;
	color: #000;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight:hover .entry-format a { background: #fff; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-format a { color: #fff; }

.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .dt-sc-button {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
}

.blog-entry.entry-date-left .entry-thumb { margin-bottom: 30px; }

.blog-entry.entry-date-left .entry-details {
	margin: 0 0 0;
	min-height: 120px;
	padding: 0 0 0 85px;
	position: relative;
}

.blog-entry.entry-date-left .entry-date,
.blog-entry.entry-date-author-left .entry-date-author .entry-date {
	font-size: 30px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}

.blog-entry.entry-date-left .entry-date span,
.blog-entry.entry-date-author-left .entry-date-author .entry-date span {
	border-style: solid;
	border-width: 1px 0;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 0;
	padding: 5px 0;
	text-transform: uppercase;
	width: 100%;
}

.blog-entry.entry-date-left .entry-date div:last-child span,
.blog-entry.entry-date-author-left div:last-child .entry-date-author .entry-date span { border-width: 0; }

.blog-entry.entry-date-left .entry-date .comments i { margin-right: 5px; }

.blog-entry.entry-date-left .entry-date a {
	display: inline-block;
	font-size: 16px;
	margin: 10px 0 0;
	width: 100%;
}

.tpl-blog-holder .column {
	margin-left: 0;
	margin-right: 0;
}

.tpl-blog-holder .column .blog-entry,
.tpl-blog-holder .wpb_column .blog-entry { margin-bottom: 35px; }

.column .blog-entry,
.wpb_column .blog-entry { margin-bottom: 25px; }

.column.no-space .blog-entry,
.wpb_column.no-space .blog-entry { margin-bottom: 0; }

.blog-entry.entry-date-author-left {
	min-height: 270px;
	padding-left: 100px;
	position: relative;
}

.blog-entry.entry-date-author-left .entry-date-author {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-date {
	font-size: 30px;
	position: relative;
	width: 100%;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author {
	border-bottom: 1px solid;
	clear: both;
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 100%;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author img {
	border-radius: 50%;
	padding-bottom: 5px;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author a { color: #999; }

.blog-entry.entry-date-author-left .entry-date-author .comments a {
	color: #000;
	display: inline-block;
	font-size: 18px;
}

.blog-entry.entry-date-author-left .entry-date-author .comments i {
	display: inline-block;
	font-size: 26px;
	width: 100%;
}

.blog-entry.entry-date-author-left.post-password-required .entry-date-author .comments {
	font-size: 10px;
	line-height: normal;
}

.ie9 .blog-entry.entry-date-author-left .entry-date-author .entry-date { position: static; }

.blog-entry.entry-date-author-left .entry-thumb { margin-bottom: 35px; }

.blog-entry.entry-date-author-left .entry-details .entry-title h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.blog-entry.blog-thumb-style {
	border-bottom: 1px dashed;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.blog-entry.blog-thumb-style.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-entry.blog-thumb-style .entry-thumb {
	margin: 0;
	padding: 0 25px 0 0;
	width: 45%;
}

.blog-entry.blog-thumb-style .entry-thumb img { border-radius: 3px; }

.blog-entry.blog-thumb-style .entry-details {
	margin-top: 0;
	width: 55%;
}

.blog-entry.blog-thumb-style .entry-title h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: none;
}

.blog-entry.blog-thumb-style.entry-date-left .entry-details { padding-left: 0; }

.blog-entry.blog-thumb-style .entry-format a {
	border: none;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	width: 35px;
}

.blog-entry.blog-thumb-style .entry-title,
.blog-entry.blog-thumb-style .entry-body {
	float: left;
	width: 100%;
}

.blog-entry.blog-thumb-style .entry-date {
	position: static;
	width: auto;
}

.blog-entry.blog-thumb-style a.read-more {
	color: #898989;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

.blog-entry.blog-thumb-style a.read-more span { margin-left: 8px; }

.blog-entry.blog-thumb-style.entry-date-left .entry-author {
	border-right: 1px solid;
	margin-right: 15px;
	padding-right: 15px;
}

.blog-entry.blog-thumb-style.entry-date-left .entry-body { margin-bottom: 20px; }

.blog-entry.blog-thumb-style .entry-body p { margin-bottom: 0; }

.blog-entry.blog-thumb-style.entry-date-left .entry-date,
.blog-entry.blog-thumb-style.entry-date-left .entry-author {
	color: #cacaca;
	float: left;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.desc-wrapper { display: inline-block; }

.entry-thumb .bx-wrapper {
	overflow: hidden;
	position: relative;
}

.entry-thumb .bx-controls a {
	bottom: 0;
	color: #fff;
	font-size: 0;
	height: 113px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 57px;
}

.entry-thumb .bx-controls a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.entry-thumb .bx-controls a.bx-prev:before,
.entry-thumb .bx-controls a.bx-next:before {
	color: #000;
	content: '\e684';
	display: none;
	font-family: Pe-icon-7-stroke;
	font-size: 32px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.entry-thumb .bx-controls a.bx-prev:before { content: '\e686'; }

.entry-thumb .bx-controls a.bx-prev { left: -50px; }

.entry-thumb .bx-controls a.bx-next { right: -50px; }

.entry-thumb:hover .bx-controls a.bx-prev { left: 15px; }

.entry-thumb:hover .bx-controls a.bx-next { right: 15px; }

.entry-gallery-post-slider li {
	display: inline;
	padding: 0;
}

.entry-meta .date,
.entry-meta .comments,
.entry-meta .author { display: inline-block; }

.entry-meta .comments i,
.entry-meta .author i {
	color: #888;
	font-size: 16px;
	position: relative;
	top: 2px;
}

.entry-meta-data {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.entry-meta-data p {
	color: #9a9a9a;
	display: inline-block;
}

.entry-meta-data p i {
	font-size: 20px;
	margin: 0 8px 0 0;
	position: relative;
	top: 2px;
}

.entry-meta-data p i:only-child { display: none; }

.blog-entry.post_format-post-format-audio .entry-format { display: none; }

/*blog-thumb*/

.blog-thumb {
	float: left;
	margin-bottom: 30px;
}

.blog-thumb .blog-entry .entry-thumb {
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
	position: relative;
	width: 33%;
}

.blog-thumb .blog-entry .entry-details {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 65%;
}

.with-both-sidebar .blog-thumb .blog-entry .entry-thumb {
	margin: 0 0 20px;
	width: 100%;
}

.with-both-sidebar .blog-thumb .blog-entry .entry-details { width: 100%; }

/* DateLeft Modern Style - New */

.blog-entry.outer-frame-border {
	display: block;
	float: left\0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	position: relative;
	width: auto;
	width: 100%\0;
}

.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after {
	border: 1px solid;
	content: '';
	position: absolute;
	z-index: -1;
}

.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:hover:after {
	bottom: 0;
	left: 20px;
	right: 0;
	top: 20px;
}

.blog-entry.outer-frame-border:after,
.blog-entry.outer-frame-border:hover:before {
	bottom: 25px;
	left: 25px;
	right: 25px;
	top: 25px;
}

.wpb_column .blog-entry.outer-frame-border { z-index: 1; }

.blog-entry.outer-frame-border {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.tpl-blog-holder .column .blog-entry.outer-frame-border,
.tpl-blog-holder .wpb_column .blog-entry.outer-frame-border { margin-bottom: 0; }

.blog-entry.entry-date-left.outer-frame-border .entry-thumb { margin-bottom: 0; }

.blog-entry.entry-date-left.outer-frame-border .entry-details {
	min-height: 135px;
	padding: 20px 15px 25px 90px;
	position: relative;
}

.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-title h4 { margin-bottom: 15px; }

.blog-entry.entry-date-left.outer-frame-border .entry-date {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: normal;
	padding: 12px 0 16px;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
}

.blog-entry.entry-date-left.outer-frame-border .entry-date span {
	border-width: 0;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data { margin: 0; }

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p {
	display: inline;
	font-size: 12px;
	letter-spacing: 1px;
	margin: -5px 0 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p:after {
	content: '/';
	font-size: 15px;
	padding: 0 5px;
}

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p:last-child:after { display: none; }

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p a,
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p i { display: inline-block; }

.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p i { display: none; }

.blog-entry.entry-date-left .entry-title { margin: 10px 0 0; }

.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button {
	background: none;
	border-width: 0;
	clear: both;
	display: table;
	font-size: 11px; /*font-style: italic;*/
	font-weight: bold;
	letter-spacing: .1em;
	line-height: inherit;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
}

.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button span { display: none; }

.blog-entry.entry-date-left.outer-frame-border.outer-frame-border .entry-details .dt-sc-button.filled:before,
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:after { content: none; }

.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format {
	bottom: 50%;
	filter: alpha(opacity=0);
	left: auto;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 50%;
	text-align: center;
	top: auto;
}

.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a {
	border-width: 0;
	float: left;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 65px;
}

.blog-entry.entry-date-left .entry-details .entry-format a::before { font-size: 150px; }

.blog-entry.entry-date-left:hover .entry-details .entry-format {
	bottom: 10px;
	filter: alpha(opacity=25);
	opacity: .25;
	right: 15px;
}

.blog-entry.entry-date-left:hover .entry-details .entry-format a::before { font-size: 50px; }

.wpb_column .blog-entry.outer-frame-border {
	float: left\0;
	width: auto;
	width: 100%\0;
}

.blog-entry.entry-date-left.outer-frame-border,
.blog-entry.entry-date-left.outer-frame-border .entry-thumb,
.blog-entry.entry-date-left.outer-frame-border .entry-details,
.blog-entry.entry-date-left.outer-frame-border .entry-date,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a:before {
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after {
	transition: all .75s ease 0s;
	-webkit-transition: all .75s ease 0s;
}

/* Modern Style - New */

.blog-entry.blog-modern-style .entry-thumb { float: none; }

.blog-entry.blog-modern-style .entry-details {
	background: #fff;
	box-shadow: 3px 3px 0 0 rgba(218, 0, 0, .1);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	padding: 30px;
	position: relative;
	width: 85%;
	z-index: 9;
}

/* Classic Style - New */

.blog-entry.classic .entry-title h4 { margin-bottom: 15px; }

.blog-entry .dt-sc-button.simple {
	background-color: #fff;
	float: right;
	padding: 0 0 0 20px;
}

.blog-entry.classic .entry-details:after,
.blog-entry.bordered .entry-details:after {
	border-bottom: 2px solid;
	bottom: 7px;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.blog-entry.bordered .entry-details:after {
	bottom: 37px;
	margin-left: 40px;
	width: 75%;
}

.blog-entry .dt-sc-button.simple.with-icon.icon-right:hover span { margin-left: 15px; }

/* Bordered Style - New */

.blog-entry.bordered .entry-format a { border-width: 0; }

.blog-entry.bordered .entry-format a:before { line-height: inherit; }

.blog-entry.bordered .entry-details {
	margin-top: -45px;
	padding: 0 40px 30px 40px;
}

.blog-entry.bordered .date {
	background: #fff;
	border: 2px solid #86898b;
	color: #86898b;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	margin-bottom: 20px;
	margin-right: 5px;
	padding: 15px 0 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
}

.blog-entry.bordered .date span {
	display: block;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 5px;
}

.blog-entry.bordered { border: 1px solid; }

.blog-entry.bordered:hover {
	box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
	-moz-box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
	-webkit-box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
}

.blog-entry.bordered.post_format-post-format-video .entry-details,
.blog-entry.bordered.post_format-post-format-audio .entry-details { margin-top: 0; }

.dt-sc-one-column .blog-entry.bordered .entry-details:after { width: 85%; }

/* Fashion Style - New */

.blog-entry.entry-fashion-style .entry-details {
	border: 1px solid #e4e4e4;
	padding: 40px 20px;
	text-align: center;
}

.blog-entry.entry-fashion-style .entry-comment-author-meta {
	display: block;
	padding: 13px 0 20px;
}

.blog-entry.entry-fashion-style .entry-meta .comments { padding-right: 5px; }

.blog-entry.entry-fashion-style .entry-title span.sticky-post {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.blog-entry.entry-fashion-style .entry-thumb { margin: 0; }

.blog-entry.entry-fashion-style .entry-meta .author i { padding: 0 3px 0 7px; }

.blog-entry.entry-fashion-style .entry-title h4 { text-transform: capitalize; }

.blog-entry.entry-fashion-style .entry-meta .date span {
	font-size: 30px;
	padding-right: 5px;
}

/* Minimal Bordered Style - New */

.blog-entry.entry-minimal-bordered {
	border: 1px solid #ccc;
	text-align: center;
}

.blog-entry.entry-minimal-bordered .entry-meta p,
.blog-entry.entry-minimal-bordered .entry-meta .date {
	display: inline-block;
	font-size: 13px;
	position: relative;
}

.blog-entry.entry-minimal-bordered .entry-meta p {
	margin-right: 10px;
	padding-right: 10px;
}

.blog-entry.entry-minimal-bordered .entry-meta p:after {
	content: '|';
	position: absolute;
	right: -5px;
}

.blog-entry.entry-minimal-bordered .entry-details {
	padding: 20px 25px 10px;
	position: relative;
}

.blog-entry.entry-minimal-bordered .entry-body { margin: 20px 0; }

.blog-entry.entry-minimal-bordered .entry-body p { line-height: 28px; }

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button {
	font-weight: normal;
	padding: 10px 0;
}

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:hover {
	background: transparent;
	color: #000;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments,
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button {
	display: inline-block;
	position: relative;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-transform: capitalize;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .comments {
	margin: 0 15px;
	padding: 0 15px;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .comments:after {
	border-left: 1px solid;
	border-right: 1px solid;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .author a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}

.blog-entry.entry-minimal-bordered .entry-meta-data .comments span {
	font-weight: 300;
	margin-left: 10px;
	text-transform: lowercase;
}

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:before {
	border-bottom: 1px solid;
	border-top: 1px solid;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	width: 0;
}

.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:hover:before { width: 100%; }

.blog-entry.entry-minimal-bordered .entry-meta-data .comments a { color: #000; }

.blog-entry.entry-minimal-bordered .entry-meta p a {
	color: #000;
	font-weight: 500;
}

.blog-entry.entry-minimal-bordered .entry-title h4 {
	margin-bottom: 15px;
	text-transform: capitalize;
}

.blog-entry.entry-minimal-bordered .sticky-post {
	background: #666;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 10px;
	position: absolute;
	right: 12px;
	top: -55px;
}

.blog-entry.entry-minimal-bordered:not(.has-post-thumbnail) .sticky-post {
	right: 1px;
	top: 1px;
}

.blog-entry.entry-minimal-bordered .sticky-post span.fa { margin-right: 5px; }

/* Three Column */


.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin: 0 10px; }

/* Sidebar with three column */

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }

/* Blog listing default button */

/* Right icon Type1 */

.dt-sc-button.with-icon.icon-right.type1 { padding-right: 15px; }

.dt-sc-button.with-icon.icon-right.type1 span { margin-left: 30px; }

.dt-sc-button.with-icon.icon-right.type1 {
	letter-spacing: .5px;
	overflow: hidden;
	position: relative;
}

.dt-sc-button.with-icon.icon-right.type1:after {
	content: '';
	position: absolute;
	z-index: -1;
}

.dt-sc-button.with-icon.icon-right.type1:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.dt-sc-button.with-icon.icon-right.type1:after {
	height: 200%;
	margin: -5px 0 0 -5px;
	right: 0;
	top: 0;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	width: 35%;
	z-index: 1;
}

.dt-sc-button.with-icon.icon-right.type1:hover:after { width: 38%; }

.dt-sc-button.small.with-icon.icon-right.type1 span { margin-left: 25px; }

.dt-sc-button.small.with-icon.icon-right.type1:after { width: 36%; }

.dt-sc-button.small.with-icon.icon-right.type1:hover:after { width: 38%; }

.dt-sc-button.medium.with-icon.icon-right.type1 span { margin-left: 30px; }

.dt-sc-button.medium.with-icon.icon-right.type1:after { width: 35%; }

.dt-sc-button.medium.with-icon.icon-right.type1:hover:after { width: 38%; }

.dt-sc-button.large.with-icon.icon-right.type1 span { margin-left: 34px; }

.dt-sc-button.large.with-icon.icon-right.type1:after { width: 34%; }

.dt-sc-button.large.with-icon.icon-right.type1:hover:after { width: 36%; }

.dt-sc-button.xlarge.with-icon.icon-right.type1 span { margin-left: 38px; }

.dt-sc-button.xlarge.with-icon.icon-right.type1:after { width: 34%; }

.dt-sc-button.xlarge.with-icon.icon-right.type1:hover:after { width: 36%; }

.dt-sc-button.btn_underline {
	background-color: transparent;
	border-color: currentColor;
	border-style: solid;
	border-width: 0 0 2px;
	padding: 0 6px 6px;
	text-transform: none;
}

.dt-sc-button.btn_underline.small { padding: 0 3px 3px; }

.dt-sc-button.btn_underline.medium { padding: 0 6px 6px; }

.dt-sc-button.btn_underline.large { padding: 0 8px 8px; }

.dt-sc-button.btn_underline.xlarge { padding: 0 10px 10px; }

.dt-sc-button.btn_underline:before,
.dt-sc-button.btn_underline:after { display: none; }

.dt-sc-button.btn_underline i { margin-left: 12px; }

.dt-sc-button.btn_underline.small i { margin-left: 10px; }

.dt-sc-button.btn_underline.medium i { margin-left: 14px; }

.dt-sc-button.btn_underline.large i { margin-left: 16px; }

.dt-sc-button.btn_underline.xlarge i { margin-left: 20px; }

.dt-sc-button.btn_underline:hover,
.dt-sc-button.btn_underline.green:hover,
.dt-sc-button.btn_underline.orange:hover,
.dt-sc-button.btn_underline.blue:hover,
.dt-sc-button.btn_underline.pink:hover,
.dt-sc-button.btn_underline.red:hover,
.dt-sc-button.btn_underline.purple:hover,
.dt-sc-button.btn_underline.ocean:hover,
.dt-sc-button.btn_underline.black:hover,
.dt-sc-button.btn_underline.slateblue:hover,
.dt-sc-button.btn_underline.skyblue:hover,
.dt-sc-button.btn_underline.coral:hover,
.dt-sc-button.btn_underline.khaki:hover,
.dt-sc-button.btn_underline.cyan:hover,
.dt-sc-button.btn_underline.grey:hover,
.dt-sc-button.btn_underline.gold:hover,
.dt-sc-button.btn_underline.chocolate:hover,
.dt-sc-button.btn_underline.raspberry:hover,
.dt-sc-button.btn_underline.electricblue:hover,
.dt-sc-button.btn_underline.eggplant:hover,
.dt-sc-button.btn_underline.ferngreen:hover,
.dt-sc-button.btn_underline.palebrown:hover,
.dt-sc-button.btn_underline.violet:hover,
.dt-sc-button.btn_underline.yellow:hover,
.dt-sc-button.btn_underline.light-red:hover,
.dt-sc-button.btn_underline.gold:hover,
.dt-sc-button.btn_underline.crimson:hover { background-color: transparent !important; }

.dt-sc-button.btn_underline.green:hover,
.dt-sc-button.btn_underline.orange:hover,
.dt-sc-button.btn_underline.blue:hover,
.dt-sc-button.btn_underline.pink:hover,
.dt-sc-button.btn_underline.red:hover,
.dt-sc-button.btn_underline.purple:hover,
.dt-sc-button.btn_underline.ocean:hover,
.dt-sc-button.btn_underline.skyblue:hover,
.dt-sc-button.btn_underline.cyan:hover,
.dt-sc-button.btn_underline.grey:hover,
.dt-sc-button.btn_underline.gold:hover,
.dt-sc-button.btn_underline.chocolate:hover,
.dt-sc-button.btn_underline.raspberry:hover,
.dt-sc-button.btn_underline.electricblue:hover,
.dt-sc-button.btn_underline.ferngreen:hover,
.dt-sc-button.btn_underline.palebrown:hover,
.dt-sc-button.btn_underline.violet:hover,
.dt-sc-button.btn_underline.yellow:hover,
.dt-sc-button.btn_underline.light-red:hover,
.dt-sc-button.btn_underline.crimson:hover {
	border-color: #000;
	color: #000;
}

.dt-sc-button.btn_underline.green:hover,
.dt-sc-button.btn_underline.orange:hover,
.dt-sc-button.btn_underline.blue:hover,
.dt-sc-button.btn_underline.pink:hover,
.dt-sc-button.btn_underline.red:hover,
.dt-sc-button.btn_underline.purple:hover,
.dt-sc-button.btn_underline.ocean:hover,
.dt-sc-button.btn_underline.skyblue:hover,
.dt-sc-button.btn_underline.cyan:hover,
.dt-sc-button.btn_underline.grey:hover,
.dt-sc-button.btn_underline.gold:hover,
.dt-sc-button.btn_underline.chocolate:hover,
.dt-sc-button.btn_underline.raspberry:hover,
.dt-sc-button.btn_underline.electricblue:hover,
.dt-sc-button.btn_underline.ferngreen:hover,
.dt-sc-button.btn_underline.palebrown:hover,
.dt-sc-button.btn_underline.violet:hover,
.dt-sc-button.btn_underline.yellow:hover,
.dt-sc-button.btn_underline.light-red:hover,
.dt-sc-button.btn_underline.crimson:hover {
	border-color: #000 !important;
	color: #000 !important;
}

/*----*****---- << Social Share >> ----*****----*/


.single-post .blog-entry .share {
	float: left;
	width: 100%;
}

.single-post .blog-entry .share > a {
	background: #b7b7b7;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	margin-right: 10px;
	margin-top: 1px;
	padding: 1px 8px;
	text-transform: capitalize;
}

.single-post .blog-entry .share .dt-share-list li {
	display: inline;
	float: left;
	margin-right: 5px;
	text-align: center;
}

.single-post .blog-entry .share .dt-share-list li a {
	border-radius: 50%;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.single-post .blog-entry .share .dt-share-list a.fa-facebook { background: #3162a2; }

.single-post .blog-entry .share .dt-share-list a.fa-twitter { background: #2fb1eb; }

.single-post .blog-entry .share .dt-share-list a.fa-google-plus { background: #c54542; }

.single-post .blog-entry .share .dt-share-list a.fa-pinterest { background: #c8232c; }

.single-post .blog-entry .share .dt-share-list a.fa-facebook:hover,
.single-post .blog-entry .share .dt-share-list a.fa-twitter:hover,
.single-post .blog-entry .share .dt-share-list a.fa-google-plus:hover,
.single-post .blog-entry .share .dt-share-list a.fa-pinterest:hover { background: #b7b7b7; }

.single-post .blog-entry .share > span {
	float: left;
	margin-right: 10px;
}

/*----*****---- << Blog Columns >> ----*****----*/

.tpl-blog-holder {
	clear: both;
	display: block;
	float: none;
	margin: 0 -10px;
	padding: 0;
	width: auto;
}

.tpl-blog-holder .column {
	margin-left: 0;
	padding: 0 10px 25px;
}

.tpl-blog-holder.apply-isotope .column { margin-left: 0; }

.tpl-blog-holder.apply-isotope .dt-sc-one-fourth,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-fourth { width: 25%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-third,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third { width: 33.33%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-half,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half { width: 50%; }

.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-fourth,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.dt-sc-one-fourth { width: 100%; }

.dt-sc-one-third .blog-entry .entry-format a:before,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-format a:before,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format a:before { font-size: 24px; }

.dt-sc-one-third .blog-entry .entry-format a,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-format a,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format a {
	height: 60px;
	line-height: 60px;
	transition: all .3s linear;
	width: 60px;
}

/*.dt-sc-one-third .blog-entry .entry-meta, .with-both-sidebar .dt-sc-one-half .blog-entry .entry-meta { font-size:12px; }
	.with-both-sidebar .dt-sc-one-half .blog-entry .entry-title h4 { font-size:14px; line-height: 20px; }
	.with-both-sidebar .dt-sc-one-third .blog-entry .entry-title h4 { font-size:13px; line-height: 20px; font-weight:600; }
	
	.with-both-sidebar .dt-sc-one-column .blog-entry .entry-meta { font-size:12px; }
	.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format { right:-25px; }
	.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left:50px; }
	.with-both-sidebar .dt-sc-one-column .blog-entry .entry-title h4 { font-size:14px; }
	.with-both-sidebar .dt-sc-one-third .blog-entry .entry-body p { line-height: 22px; }*/


.page-with-sidebar .blog-entry.single.blog-medium-style .entry-thumb,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-thumb { width: 100%; }

.page-with-sidebar .blog-entry.single.blog-medium-style .entry-details,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format {
	bottom: -25px;
	left: 30px;
	right: inherit;
	top: inherit;
}

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 30px; }

.page-with-sidebar .blog-entry.single.blog-medium-style .entry-format {
	bottom: -35px;
	left: 30px;
	right: inherit;
	top: inherit;
}

.page-with-sidebar .blog-entry.single.blog-medium-style .entry-details,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-details { padding: 60px 0 0 30px; }

.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight,
/* Blog Single - Skin Highlight Remove */
.blog-entry.single.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight { background: none; }

.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 40px 0 0 30px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 14px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details { padding-left: 60px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date {
	font-size: 20px;
	width: 45px;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date span {
	font-size: 12px;
	margin-top: 5px;
	padding: 2px 0;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 15px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .dt-sc-button { margin: 10px 0 15px -60px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data { margin-top: 0; }

.dt-sc-one-column .blog-entry.entry-date-author-left .entry-details { min-height: 280px; }

.dt-sc-one-column .blog-entry.entry-date-author-left .entry-thumb ~ .entry-details { min-height: inherit; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 80px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author { width: 55px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-date,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date { font-size: 24px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-date span,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date span { font-size: 12px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-details { margin-top: 5px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details .entry-title h4,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-details .entry-title h4 { font-size: 13px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left { padding-left: 60px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author { width: 40px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date span {
	margin-top: 5px;
	padding: 0;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-title h4 { font-size: 12px; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-meta-data { margin-top: 0; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-author {
	margin-top: 10px;
	padding-bottom: 5px;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-format a {
	border-width: 5px;
	height: 45px;
	width: 45px;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-format a:before {
	font-size: 16px;
	line-height: 40px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 55px; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-format {
	right: -25px;
	top: 20px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-format a {
	height: 50px;
	width: 50px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 24px;
	line-height: 48px;
}

.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 30px; }

.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format { right: 0; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-meta { font-size: 12px; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-title h4 { font-size: 14px; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 40px; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-format {
	right: -18px;
	top: 15px;
}

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format a,
.page-with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-format a {
	height: 36px;
	width: 36px;
}

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format a:before,
.page-with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 16px;
	line-height: 32px;
}

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	padding-left: 30px;
	padding-top: 30px;
}

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 0 20px 20px; }

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb { width: 100%; }

.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-format {
	bottom: -20px;
	left: 10px;
	right: inherit;
	top: inherit;
}

.dt-sc-one-third .blog-entry.blog-medium-style.format-audio .entry-format,
.dt-sc-one-third .blog-entry.blog-medium-style.format-video .entry-format { display: none; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 100%; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-details { padding-top: 0; }

.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-top: 30px; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }

.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb { overflow: visible; }

.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-top: 30px; }

.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
.with-both-sidebar .dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	padding-top: 30px;
	width: 100%;
}

.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px 20px 20px; }

/*** Blog Trendy Styles ***/


.blog-entry.entry-overlay-style .entry-details,
.blog-entry.entry-overlay-style .entry-thumb img,
.blog-entry.entry-overlay-style .entry-details,
.blog-entry.entry-overlay-style .entry-details:before,
.blog-entry.entry-overlay-style .entry-thumb img,
.blog-entry.entry-overlay-style .entry-body,
.blog-entry.entry-overlay-style .entry-meta .date,
.blog-entry.entry-overlay-style .entry-meta-data p,
.blog-entry.entry-overlay-style .entry-meta-data p a,
.blog-entry.entry-overlay-style .entry-meta-data p i {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.wpb_column .blog-entry.entry-overlay-style { margin-bottom: 0; }

.blog-entry.entry-overlay-style .entry-thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0;
	line-height: inherit;
	margin-bottom: 0;
	transition: background-size 3s ease;
	-moz-transition: background-size 3s ease;
	-webkit-transition: background-size 3s ease;
}

.blog-entry.entry-overlay-style:hover .entry-thumb { background-size: cover; }

.blog-entry.entry-overlay-style .entry-details {
	display: inline-block;
	float: left;
	line-height: inherit;
	padding: 80px 50px 40px;
	position: relative;
	z-index: 1;
}

.blog-entry.entry-overlay-style .entry-details:before {
	border: 5px solid transparent;
	content: '';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog-entry.entry-overlay-style .entry-thumb img {
	opacity: 0;
	visibility: hidden !important;
}

.blog-entry.entry-overlay-style:hover .entry-thumb img {
	opacity: 1;
	visibility: visible !important;
}

.blog-entry.entry-overlay-style .read-more-link {
	background: none;
	border-top: 1px solid #e8e8e8;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 20px 0 20px;
	text-transform: uppercase;
	width: 100%;
}

.blog-entry.entry-overlay-style:hover .read-more-link {
	border-top: 1px solid #fff;
	color: #fff;
}

.blog-entry.entry-overlay-style .read-more-link span {
	border: 2px solid #cdcdcd;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #777;
	float: right;
	font-size: 18px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	width: 35px;
}

.blog-entry.entry-overlay-style:hover .read-more-link span {
	background-color: #000;
	color: #fff;
}

.blog-entry.entry-overlay-style .read-more-link span:before { margin-left: 3px; }

.blog-entry.entry-overlay-style:hover .entry-details { color: #fff; }

.blog-entry.entry-overlay-style .entry-meta {
	color: #777;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .6px;
	margin-bottom: 36px;
	padding-bottom: 10px;
	position: relative;
}

.blog-entry.entry-overlay-style .entry-meta:before {
	background-color: #e8e8e8;
	bottom: 0;
	clear: both;
	content: '';
	display: inline-block;
	float: left;
	height: 3px;
	left: 0;
	position: absolute;
	width: 78px;
}

.blog-entry.entry-overlay-style .entry-meta .date { text-transform: uppercase; }

.blog-entry.entry-overlay-style .entry-title h4 {
	font-size: 20px;
	text-transform: none;
	width: 55%;
}

.blog-entry.entry-overlay-style .entry-body { opacity: 0; }

.blog-entry.entry-overlay-style:hover .entry-body { opacity: 1; }

.blog-entry.entry-overlay-style:hover .entry-title h4 a,
.blog-entry.entry-overlay-style .entry-meta-data p a:hover,
.blog-entry.entry-overlay-style .entry-meta a:hover,
.blog-entry.entry-overlay-style:hover .read-more-link,
.blog-entry.entry-overlay-style:hover .entry-meta .date,
.blog-entry.entry-overlay-style:hover .entry-meta-data p,
.blog-entry.entry-overlay-style:hover .entry-meta-data p a,
.blog-entry.entry-overlay-style:hover .entry-meta-data p i,
.blog-entry.entry-overlay-style:hover .entry-meta a,
.blog-entry.entry-overlay-style:hover .entry-meta a i,
.blog-entry.entry-overlay-style:hover .entry-meta .author i { color: #fff; }

.blog-entry.entry-overlay-style:hover .entry-details { background-color: rgba(0, 0, 0, .7); }

/* Skins */


.blog-entry.entry-overlay-style:hover .entry-details:before { border-color: #da0000; }

.blog-entry.entry-overlay-style .entry-title h4 a:hover,
.blog-entry.entry-overlay-style .read-more-link:hover { color: #ff2828; }

/*** Blog Overlap Styles ***/


.blog-entry.overlap .entry-details {
	background-color: #fff;
	float: left;
	margin: -60px 5% 0;
	padding: 50px 40px 40px;
	position: relative;
	width: 90%;
	z-index: auto;
}

.blog-entry.overlap .entry-meta-data {
	border-top: 1px solid #f0f0f0;
	padding: 30px 0 0;
}

.blog-entry.overlap.format-audio .entry-details,
.blog-entry.overlap.format-video .entry-details {
	margin: 0;
	padding: 20px 20px 40px;
	width: 100%;
}

.animated-btn { overflow: hidden; }

.animated-btn:after {
	content: '';
	display: block;
	height: 100%;
	margin: auto;
	position: absolute;
	right: -15px;
	top: 0;
}

.animated-btn:after {
	border-radius: 100%;
	bottom: 0;
	box-shadow: 0 0 0 0 #fff;
	content: '';
	display: block;
	height: 100px;
	left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	width: 100px;
	z-index: 0;
}

.animated-btn:hover:after {
	animation: zooming 1s ease-out;
	-moz-animation: zooming 1s ease-out;
	-ms-animation: zooming 1s ease-out;
	-webkit-animation: zooming 1s ease-out;
	box-shadow: 0 0 10px 10px #fff;
}

.animated-btn:hover { border-color: transparent; }
@-webkit-keyframes 
zooming {  0% {
 opacity: .3;
}
 40% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: .5;
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: 0;
 -webkit-transform: scale(1.1);
}
}
@-moz-keyframes 
zooming {  0% {
 opacity: .3;
}
 40% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: .5;
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: 0;
 -moz-transform: scale(1.1);
}
}
@-ms-keyframes 
zooming {  0% {
 opacity: .3;
}
 40% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: .5;
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: 0;
 -ms-transform: scale(1.1);
}
}
@keyframes 
zooming {  0% {
 opacity: .3;
}
 40% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: .5;
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
 opacity: 0;
 transform: scale(1.1);
}
}

/*** Blog Stripe Styles ***/


.blog-entry.entry-center-align {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blog-entry.entry-center-align .entry-thumb img {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

.blog-entry.entry-center-align .entry-format a {
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
}

.blog-entry.entry-center-align { text-align: center; }

.blog-entry.entry-center-align .entry-title h4 {
	font-size: 30px;
	text-transform: none;
}

.blog-entry.entry-center-align .entry-details {
	padding: 15px 35px 45px;
	position: relative;
}

.blog-entry.entry-center-align .entry-details .dt-sc-button {
	background-color: transparent;
	border-bottom: 2px solid;
	font-size: 20px;
	line-height: 17px;
	margin-bottom: 0;
	padding: 0;
}

.blog-entry.entry-center-align .entry-meta .date {
	font-size: 14px;
	text-transform: uppercase;
}

.blog-entry.entry-center-align .entry-details .dt-sc-button span,
.blog-entry.entry-center-align .entry-details .dt-sc-button:after { display: none; }

.blog-entry.entry-center-align .entry-details:before {
	background-image: url(http://fw.wedesignthemes.com/wp-content/uploads/2018/01/blog-stripe.png);
	background-repeat: repeat-x;
	content: '';
	display: inline-block;
	height: 19px;
	left: 0;
	position: absolute;
	top: -11px;
	width: 100%;
}

.blog-entry.entry-center-align .entry-meta {
	margin-bottom: 18px;
	position: relative;
}

.blog-entry.entry-center-align .entry-meta:after {
	bottom: -7px;
	content: '';
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 153px;
}

.blog-entry.entry-center-align .entry-thumb {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	margin-bottom: 0;
	overflow: hidden;
}

/* Skins */


.blog-entry.entry-center-align .entry-details .dt-sc-button { color: #da0000; }

.blog-entry.entry-center-align .entry-details .dt-sc-button:hover {
	background-color: transparent;
	color: #ff2828;
}

/* */

.grid-sizer.column {
	margin: 0;
	min-height: 0;
	padding: 0;
}

/* Page Template */


.vc_col-sm-3 .blog-entry.blog-medium-style .entry-thumb,
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb { width: 100%; }

.vc_col-sm-3 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}

.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 16px;
	line-height: 36px;
}

.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format a {
	height: 36px;
	width: 36px;
}

.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format {
	bottom: -15px;
	left: 10px;
	top: auto;
}

.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.vc_col-sm-4 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.vc_col-sm-6 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px; }

.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format { bottom: 0; }

.vc_col-sm-4 .blog-entry.blog-medium-style .entry-format,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-format {
	right: 10px;
	top: 10px;
}

/* --- With sidebar --- */


.page-with-sidebar .vc_col-sm-3 .blog-entry .entry-title h4 { font-size: 12px; }

.page-with-sidebar .vc_col-sm-4 .blog-entry .entry-title h4 { font-size: 14px; }

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-author-left .entry-date-author { width: 30px; }

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-author-left { padding-left: 45px; }

.page-with-sidebar .vc_col-sm-4 .blog-entry.entry-date-author-left { padding-left: 70px; }

.page-with-sidebar .vc_col-sm-4 .blog-entry.entry-date-author-left .entry-date-author { width: 50px; }

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .entry-details { padding-left: 55px; }

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .entry-details .entry-date { width: 40px; }

.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .dt-sc-button.with-icon.icon-right.type1 { padding: 10px; }

.page-with-sidebar .vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .dt-sc-button.with-icon.icon-right.type1 { padding: 12px 8px; }

/* Blog - Read More Link/Button */

.dt-sc-button.dt-sc-readmore-link {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	margin: 10px 0 0;
	outline: none;
	padding: 8px 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.dt-sc-button.dt-sc-readmore-link {
	background: rgba(0, 0, 0, .5);
	color: #000;
}

.dt-sc-button.dt-sc-readmore-link:hover,
.dt-sc-button.dt-sc-readmore-link.filled,
.dt-sc-button.dt-sc-readmore-link.filled:hover { color: #fff; }

.dt-sc-button.dt-sc-readmore-link.small {
	font-size: 12px;
	padding: 13px 20px 11px;
}

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 { padding-right: 14px; }

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 span { margin-left: 35px; }

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 {
	letter-spacing: .5px;
	overflow: hidden;
	position: relative;
}

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:after {
	content: '';
	position: absolute;
	z-index: -1;
}

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:after {
	height: 200%;
	margin: -5px 0 0 -5px;
	right: 0;
	top: 0;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	width: 35%;
	z-index: 1;
}

.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:hover:after { width: 40%; }

.dt-sc-button.with-icon.icon-right.type1:after { background: rgba(0, 0, 0, .1); }

.dt-sc-button.with-icon.icon-right.type1,
.dt-sc-button.with-icon.icon-right.type1:after {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

/* Blog Single - Skin Highlight Remove */

.blog-entry.single.dt-sc-skin-highlight,
.blog-entry.single.dt-sc-skin-highlight .entry-title h4 a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta-data p a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta-data p i { color: #000; }

.blog-entry.single.dt-sc-skin-highlight .entry-meta .comments i,
.blog-entry.single.dt-sc-skin-highlight .entry-meta .author i { color: #888; }

/* Blog Detail - Standard */


.blog-entry.post-standard .entry-title {
	float: left;
	padding: 10px 0;
	width: 100%;
}

.blog-entry.post-standard .entry-title h4 {
	margin: 0;
	text-transform: inherit;
}

.blog-entry.post-standard p.category,
.blog-entry.post-standard p.category a { margin-bottom: 5px; }

.blog-entry.post-standard p.category i { display: none; }

.blog-entry.post-standard .entry-meta {
	float: left;
	margin-bottom: 20px;
	line-height: normal;
	width: 100%;
}

.blog-entry.post-standard .entry-meta div { display: inline-block; }

.blog-entry.post-standard .entry-meta div a { color: #4d4d4d; }

.blog-entry.post-standard .entry-meta p.category a {
	background: #222;
	color: #fff;
	float: left;
	margin-right: 3px;
	padding: 1px 8px 0;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}

.blog-entry.post-standard .entry-meta .entry-info a { color: #000; }

.blog-entry.post-standard .entry-meta .entry-info {
	float: left;
	width: 100%;
}

.blog-entry.post-standard .entry-meta .entry-info i.zmdi {
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-left: 5px;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.blog-entry.post-standard .entry-meta .entry-info i.zmdi:after {
	background: #000;
	content: '';
	display: block;
	height: 32px;
	left: -5px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 28px;
	z-index: -1;
}

.blog-entry.post-standard .entry-meta .entry-info .likes a i {
	font-size: 12px;
	font-style: normal;
	margin-right: 0;
	position: static;
}

.blog-entry.post-standard .entry-meta .entry-info > * {
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-right: 10px;
	min-height: 30px;
	overflow: hidden;
	padding: 6px 10px 6px 35px;
	position: relative;
}

.blog-entry.post-standard .entry-meta-data p span {
	background: #000;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-right: 7px;
	padding: 0 8px;
	text-transform: capitalize;
}

.blog-entry.post-standard .entry-meta-data p a {
	background: #222;
	color: #fff;
	display: inline-block;
	float: none;
	letter-spacing: .5px;
	line-height: 26px;
	margin-bottom: 5px;
	margin-right: 3px;
	min-height: 26px;
	padding: 0 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}

.blog-entry.post-standard .entry-meta-data p a:hover { color: #fff; }

.blog-entry.post-standard .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

.blog-entry.post-standard .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

.blog-entry.post-standard .entry-thumb {
	float: left;
	overflow: hidden;
	position: relative;
	width: auto;
}

.blog-entry.post-standard .entry-thumb a { display: block; }

.blog-entry.post-standard .entry-thumb img {
	max-width: none;
	transition: opacity .35s, transform .45s;
	width: calc(100% + 60px);
}

.blog-entry.post-standard.format-video .entry-thumb,
.blog-entry.post-standard.format-audio .entry-thumb { width: 100%; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari override */
    ::i-block-chrome,  .blog-entry.post-standard .entry-thumb img {
 transform: translate3d(0px, 0, 0);
 width: auto;
}
    ::i-block-chrome,  .blog-entry.post-standard .entry-thumb {
 width: 100%;
}
}

.blog-entry.post-standard:hover .entry-thumb img { transform: scale(1.1); }

.blog-entry.post-standard .entry-thumb:before {
	border: 2px dashed #222;
	bottom: 10px;
	content: '';
	display: block;
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: translate3d(20px, 0, 0);
	-webkit-transform: translate3d(20px, 0, 0);
	transition: opacity .35s, transform .45s;
}

.blog-entry.post-standard .entry-thumb:hover:before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.blog-entry.post-standard .entry-thumb .bx-wrapper img {
	max-width: none;
	transform: none;
	-webkit-transform: none;
	transition: opacity .35s;
	width: 100%;
}

/* Blog Detail - Post Info Within Image */


.blog-entry.post-info-within-image .entry-thumb {
	margin-bottom: 30px;
	width: auto;
}

.blog-entry.post-info-within-image.format-video .entry-thumb,
.blog-entry.post-info-within-image.format-audio .entry-thumb { width: 100%; }

.blog-entry.post-info-within-image .entry-thumb:before {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	bottom: 0;
	content: '';
	display: block;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	height: 40%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.blog-entry.post-info-within-image .entry-thumb:hover:before { height: 100%; }

.blog-entry.post-info-within-image.format-video .entry-thumb:before,
.blog-entry.post-info-within-image.format-audio .entry-thumb:before { display: none; }

.blog-entry.post-info-within-image .entry-thumb .bx-controls a {
	background: none;
	opacity: 1;
}

.blog-entry.post-info-within-image .entry-thumb .bx-wrapper { overflow: visible; }

.blog-entry.post-info-within-image .entry-thumb .bx-wrapper .bx-viewport { overflow: visible !important; }

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev { left: -60px; }

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next { right: -35px; }

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after,
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after {
	border-bottom: 60px solid transparent;
	border-top: 60px solid transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	width: 0;
}

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after { border-right: 60px solid #b7b7b7; }

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after { border-left: 60px solid #b7b7b7; }

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-wrapper { overflow: hidden; }

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev { left: 10px; }

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next { right: 10px; }

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next {
	background: #b7b7b7;
	height: 50px;
	width: 50px;
	z-index: 99;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a {
	opacity: 0;
	visibility: hidden;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb:hover .bx-controls a {
	opacity: 1;
	visibility: visible;
}

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after { display: none; }

.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:before,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:before {
	font-size: 50px;
	left: 0;
	top: 0;
}

.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:before,
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:before {
	color: #fff;
	font-size: 60px;
	left: -2.5px;
	top: 35px;
}

.blog-entry.post-info-within-image .entry-meta {
	bottom: 0;
	float: left;
	margin-bottom: 0;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 9;
}

.blog-entry.post-info-within-image .entry-meta p.category a {
	background: #b7b7b7;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-transform: capitalize;
}

.blog-entry.post-info-within-image .entry-meta i { font-size: 14px; }

.blog-entry.post-info-within-image .entry-meta > * {
	float: left;
	font-size: 14px;
	line-height: 19px;
	margin-right: 20px;
	position: relative;
}

.blog-entry.post-info-within-image .entry-meta p.category a:hover { color: #fff; }

.blog-entry.post-info-within-image .entry-meta p.category { margin-bottom: 12px; }

.blog-entry.post-info-within-image .entry-meta p.category,
.blog-entry.post-info-within-image .entry-meta .entry-title,
.blog-entry.post-info-within-image .entry-meta .entry-info {
	color: #fff;
	float: left;
	margin-right: 0;
	width: 100%;
}

.blog-entry.post-info-within-image .entry-meta .entry-info { margin-top: 5px; }

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down {
	background: #fff;
	bottom: 10px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 50px;
}

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a {
	float: left;
	height: 100%;
	width: 100%;
}

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a i {
	color: #b7b7b7;
	font-size: 24px;
	left: 0;
	line-height: 50px;
	margin: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
}

.blog-entry.post-info-within-image .entry-meta .author,
.blog-entry.post-info-within-image .entry-meta .date,
.blog-entry.post-info-within-image .entry-meta .comments,
.blog-entry.post-info-within-image .entry-meta .views,
.blog-entry.post-info-within-image .entry-meta .likes { font-size: 12px; }

.blog-entry.post-info-within-image .entry-meta .author {
	margin-right: 10px;
	position: relative;
}

.blog-entry.post-info-within-image .entry-meta .author:before {
	background: #fff;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 5px;
}

.blog-entry.post-info-within-image .entry-meta .comments { margin-left: 15px; }

.blog-entry.post-info-within-image .entry-meta .views,
.blog-entry.post-info-within-image .entry-meta .likes {
	display: inline-block;
	float: none;
	margin-left: 15px;
}

.blog-entry.post-info-within-image .entry-meta .entry-title h4 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.blog-entry.post-info-within-image .entry-meta-data p span {
	background: #000;
	color: #fff;
	float: left;
	margin-right: 5px;
	padding: 3px 9px;
	text-transform: capitalize;
}

.blog-entry.post-info-within-image .entry-meta-data p a {
	background: #adaeaf;
	color: #fff;
	display: inline-block;
	float: none;
	letter-spacing: .5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 9px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}

.blog-entry.post-info-within-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

.blog-entry.post-info-within-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a:hover i,
.blog-entry.post-info-within-image .entry-meta i,
.blog-entry.post-info-within-image .entry-meta a,
.blog-entry.post-info-within-image .entry-meta .entry-title h4 a { color: #fff; }

.blog-entry.post-info-within-image .entry-meta i.fa { font-size: 14px; }

.blog-entry.post-info-within-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
}

/* Blog Detail - Post Info Bottom Image */

.blog-entry.post-info-bottom-image .entry-thumb {
	backface-visibility: hidden;
	box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
	margin-bottom: 30px;
	width: auto;
}

.blog-entry.post-info-bottom-image.format-video .entry-thumb,
.blog-entry.post-info-bottom-image.format-audio .entry-thumb { width: 100%; }

.blog-entry.post-info-bottom-image .entry-meta {
	background: #fff;
	bottom: 0;
	float: none;
	left: 0;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 20px 20px 0 0;
	position: absolute;
	width: 80%;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info .author { padding-left: 40px; }

.blog-entry.post-info-bottom-image .entry-meta .entry-info .author img {
	border-radius: 50%;
	height: 25px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 25px;
}

.blog-entry.post-info-bottom-image .entry-meta .comments i { font-size: 14px; }

.blog-entry.post-info-bottom-image .entry-meta .entry-info > i {
	font-size: 13px;
	left: 0;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info > * {
	display: inline-block;
	float: none;
	font-size: 12px;
	line-height: 19px;
	margin-right: 30px;
	position: relative;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info > *:before {
	background: #878787;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10px;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info > *:last-child { margin-right: 0; }

.blog-entry.post-info-bottom-image .entry-meta .entry-info > *:last-child:before { content: none; }

.blog-entry.post-info-bottom-image .entry-meta .entry-info a,
.blog-entry.post-info-bottom-image .entry-meta .entry-info a i { color: #000; }

.blog-entry.post-info-bottom-image .entry-meta .entry-info .date span { margin-right: 5px; }

.blog-entry.post-info-bottom-image .entry-meta .entry-info .comments { line-height: 22px; }

.blog-entry.post-info-bottom-image .entry-meta .entry-title {
	float: left;
	margin-top: 3px;
	width: 100%;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-title h4 {
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.blog-entry.post-info-bottom-image .entry-meta p.category a {
	color: #fff;
	font-size: 14px;
	padding: 2px 8px;
	text-transform: capitalize;
}

.blog-entry.post-info-bottom-image .entry-meta.bottom-left p.category {
	float: left;
	line-height: normal;
	margin-bottom: 0;
	width: 100%;
}

.blog-entry.post-info-bottom-image .entry-meta.bottom-left p.category a {
	background: #b7b7b7;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 4px 8px;
}

.blog-entry.post-info-bottom-image .entry-meta-data p span {
	color: #fff;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px 9px;
	text-transform: capitalize;
}

.blog-entry.post-info-bottom-image .entry-meta-data p a {
	background: #b7b7b7;
	color: #fff;
	float: left;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 23px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}

.blog-entry.post-info-bottom-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

.blog-entry.post-info-bottom-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

.blog-entry.post-info-bottom-image .entry-meta-data p.tags span {
	background: #b7b7b7;
	border-radius: 50%;
	float: left;
	height: 25px;
	margin-right: 15px;
	margin-top: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 25px;
}

.blog-entry.post-info-bottom-image .entry-meta-data p.tags span i {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 12px;
	left: -1px;
	margin: -1px auto 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: auto;
}

.blog-entry.post-info-bottom-image .entry-meta i.fa {
	color: #888;
	font-size: 13px;
	margin-right: 3px;
}

.blog-entry.post-info-bottom-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
}

/* Blog Detail - Post Info Above Image */

.blog-entry.post-info-above-image .entry-meta {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-meta .entry-info .author { padding-left: 40px; }

.blog-entry.post-info-above-image .entry-meta .entry-info .author img {
	border-radius: 50%;
	height: 25px;
	left: 0;
	position: absolute;
	width: 25px;
}

.blog-entry.post-info-above-image .entry-meta .entry-info {
	float: left;
	margin-top: 8px;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-meta .entry-info i {
	display: inline-block;
	float: none;
	font-size: 16px;
	margin-right: 3px;
}

.blog-entry.post-info-above-image .entry-meta .entry-info > * {
	color: #878787;
	display: inline-block;
	float: none;
	font-size: 14px;
	line-height: 25px;
	margin-right: 35px;
	padding-left: 15px;
	position: relative;
	text-transform: capitalize;
}

.blog-entry.post-info-above-image .entry-meta .entry-info > *:before {
	background: #222;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10px;
}

.blog-entry.post-info-above-image .entry-meta .entry-info > *:last-child:before { content: none; }

.blog-entry.post-info-above-image .entry-meta .entry-info i.zmdi {
	font-size: 14px;
	left: -7px;
	position: absolute;
	top: 5px;
}

.blog-entry.post-info-above-image .entry-meta .entry-info .date {
	margin-left: -5px;
	padding-left: 0;
}

.blog-entry.post-info-above-image .entry-meta .entry-info > * span { margin-right: 6px; }

.blog-entry.post-info-above-image .entry-meta .entry-title {
	float: left;
	margin: 10px 0 8px;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-meta .entry-title h4 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.blog-entry.post-info-above-image .entry-meta p.category {
	float: left;
	line-height: normal;
	margin-bottom: 0;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-meta p.category a {
	background: #222;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 4px 8px 6px;
	text-transform: capitalize;
}

.blog-entry.post-info-above-image .entry-meta-data p span {
	color: #fff;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px 9px;
	text-transform: uppercase;
}

.blog-entry.post-info-above-image .entry-meta-data p a {
	background: #222;
	color: #fff;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}

.blog-entry.post-info-above-image .entry-meta-data p a:hover { color: #fff; }

.blog-entry.post-info-above-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

.blog-entry.post-info-above-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-meta-data p.tags span {
	background: #b7b7b7;
	border-radius: 50%;
	float: left;
	height: 28px;
	margin-right: 15px;
	margin-top: 1px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 28px;
}

.blog-entry.post-info-above-image .entry-meta-data p.tags span i {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 13px;
	left: -1px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.blog-entry.post-info-above-image .entry-thumb {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-thumb > a {
	background: #b7b7b7;
	float: left;
	position: relative;
	width: 100%;
}

.blog-entry.post-info-above-image .entry-thumb img {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	box-shadow: 0 0 0 5px #fff;
	-moz-box-shadow: 0 0 0 5px #fff;
	-webkit-box-shadow: 0 0 0 5px #fff;
	-ms-box-shadow: 0 0 0 5px #fff;
}

.blog-entry.post-info-above-image:hover .entry-thumb img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}

.blog-entry.post-info-above-image .entry-meta i.fa {
	color: #999;
	font-size: 13px;
}

.blog-entry.post-info-above-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
}

/* Blog Detail - Post Info Vertical Image */


.blog-entry.post-info-vertical-image .entry-thumb {
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-entry.post-info-vertical-image .entry-thumb:before {
	background: rgba(0,0,0,.4);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.blog-entry.post-info-vertical-image .entry-thumb .bx-controls a { z-index: 9; }

.blog-entry.post-info-vertical-image .entry-thumb:hover:before { background: rgba(0,0,0,.6); }

.blog-entry.post-info-vertical-image .entry-meta {
	display: inline-block;
	float: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.blog-entry.post-info-vertical-image .entry-meta,
.blog-entry.post-info-vertical-image .entry-meta a,
.blog-entry.post-info-vertical-image .entry-meta .entry-info i { color: #fff; }

.blog-entry.post-info-vertical-image .entry-meta p.category a {
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	text-transform: capitalize;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-info i {
	font-size: 16px;
	margin-right: 0;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-info > * {
	display: inline-block;
	float: none;
	font-size: 14px;
	line-height: 25px;
	margin-right: 15px;
	padding-left: 15px;
	position: relative;
	text-transform: capitalize;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-info i.zmdi {
	font-size: 14px;
	left: -7px;
	position: absolute;
	top: 5px;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-meta.vertically-centered { display: none; }

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb .entry-meta.vertically-centered {
	background: none;
	display: block;
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb:before { display: none; }

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb { display: block; }

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb:before {
	background: rgba(0,0,0,.4);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail:hover .entry-video-thumb:before { background: rgba(0,0,0,.6); }

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-meta {
	display: inline-block;
	float: none;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.blog-entry.post-info-vertical-image.format-video .entry-video-thumb { display: none; }

.blog-entry.post-info-vertical-image.format-video .entry-meta {
	background: rgba(0, 0, 0, .7);
	padding: 40px 20px;
	position: relative;
	top: auto;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta p.category,
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta div.entry-info { position: static; }

.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta .entry-title h4:after { display: none; }

.blog-entry.post-info-vertical-image.format-video > .entry-meta .entry-title h4 {
	margin: 0;
	padding: 0;
}

.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-thumb > .entry-meta p.category { margin-bottom: 15px; }

.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta div.entry-info {
	display: inline-block;
	float: none;
	margin-top: 10px;
	width: 100%;
}

.blog-entry.post-info-vertical-image.format-video .entry-thumb:hover > .entry-meta p.category { margin-top: 0; }

.blog-entry.post-info-vertical-image.format-video .entry-thumb:hover > .entry-meta div.entry-info { margin-bottom: 0; }

.blog-entry.post-info-vertical-image .entry-thumb img.wp-post-image {
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.blog-entry.post-info-vertical-image .entry-thumb:hover img.wp-post-image {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta p.category {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -30px;
}

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta div.entry-info {
	bottom: -30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category { margin-top: -5px; }

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta div.entry-info { margin-bottom: -5px; }

.blog-entry.post-info-vertical-image .entry-meta .entry-title {
	float: left;
	padding: 0 10px;
	width: 100%;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-title h4 {
	display: inline-block;
	float: none;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 5px;
	padding: 15px 0 13px;
	position: relative;
	text-transform: capitalize;
	width: auto;
}

.blog-entry.post-info-vertical-image .entry-meta .entry-title h4:before { top: 0; }

.blog-entry.post-info-vertical-image .entry-meta .entry-title h4:after { bottom: 0; }

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:after {
	background: #fff;
	bottom: -2px;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	visibility: hidden;
	width: 50px;
}

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta .entry-title h4:after {
	height: 2px;
	opacity: 1;
	visibility: visible;
	width: 100px;
}

.blog-entry.post-info-vertical-image .entry-meta p.category {
	float: left;
	line-height: normal;
	width: 100%;
}

.blog-entry.post-info-vertical-image .entry-meta-data p span {
	background: #222;
	color: #fff;
	float: left;
	margin-right: 5px;
	padding: 3px 8px;
	text-transform: capitalize;
}

.blog-entry.post-info-vertical-image .entry-meta-data p a {
	background: #222;
	color: #fff;
	float: left;
	letter-spacing: .5px;
	line-height: normal;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}

.blog-entry.post-info-vertical-image .entry-meta-data p a:hover { color: #fff; }

.blog-entry.post-info-vertical-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

.blog-entry.post-info-vertical-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

.blog-entry.post-info-vertical-image .entry-meta-data p.tags span {
	background: #eaeaea;
	color: #222;
	float: left;
	font-size: 13px;
	line-height: normal;
	margin-right: 5px;
	padding: 3px 8px;
	text-transform: capitalize;
}

.blog-entry.post-info-vertical-image .entry-meta i.fa { font-size: 14px; }

.blog-entry.post-info-vertical-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
	margin-right: 1px;
}

/*----*****---- << Blog Author Info >> ----*****----*/


.author-info {
	clear: both;
	display: inline-block;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

.author-info .thumb {
	float: left;
	left: 0;
	margin: 0 15px 0 0;
	max-width: 85px;
	position: absolute;
}

.author-info .author-desc { padding-left: 100px; }

.author-info img { border-radius: 2px; }

.author-info h2 {
	color: #1a1c19;
	font-weight: 500;
	text-transform: uppercase;
}

.author-title {
	display: inline-block;
	margin-bottom: 15px;
}

.author-title p {
	font-size: 15px;
	margin-bottom: 0;
}

.author-title p span {
	font-size: 13px;
	font-style: italic;
	text-transform: none;
}

.author-title p a { font-weight: bold; }

.author-title span {
	color: #aeaeae;
	text-transform: uppercase;
}

.author-title span i { margin-right: 5px; }

.author-desc sub {
	float: right;
	font-size: 13px;
}

/*----*****---- << Blog Comment Entries >> ----*****----*/


.comment-navigation {
	border-color: #d1d1d1;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-bottom: 35px;
	padding: 10px 0;
	width: 100%;
}

.commententries .nav-previous { float: left; }

.commententries .nav-next { float: right; }

.commententries .nav-previous > a:before {
	content: '\f104';
	font-family: fontawesome;
	margin-right: 5px;
}

.commententries .nav-next > a:after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 5px;
}

.commententries {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.commententries .comments-area {
	display: block;
	margin: 40px 0 0;
}

.commententries .comments-area:empty { display: none; }

.commententries {
	float: left;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
}

ul.commentlist {
	border-top: 0;
	float: left;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
}

ul.commentlist li {
	border: none;
	clear: both;
	display: block;
	float: none;
	list-style: none;
	margin: 0 0 20px;
	padding: 0 0 0 115px;
	position: relative;
}

ul.commentlist li ul.children {
	border: none;
	clear: both;
	float: left;
	margin: 10px 0 10px;
	padding: 0;
	width: 100%;
}

ul.commentlist li .respond { margin-left: 69px; }

ul.commentlist li .comment-details {
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
}

ul.commentlist li .comment-details:before {
	border-bottom: 1px solid #e5e5d8;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}

ul.commentlist li .comment-body { margin: 10px 0 0; }

ul.commentlist li .comment-author {
	left: 0;
	position: absolute;
	top: 0;
}

ul.commentlist li .comment-author img {
	border-radius: 2px;
	float: left;
	margin: 0;
	max-height: 90px;
	max-width: 90px;
}

ul.commentlist li .author-name,
ul.commentlist li .author-name a {
	color: #303030;
	font-size: 16px;
}

ul.commentlist li.bypostauthor .author-name { font-weight: 600; }

ul.commentlist li .comment-details {
	display: inline-block;
	width: 100%;
}

ul.commentlist li .commentmetadata {
	color: #808080;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

ul.commentlist li .reply {
	float: right;
	margin: 0;
}

ul.commentlist > li > ul.children li ul.children li #respond p span { display: none; }

ul.commentlist li #respond { padding-bottom: 20px; }

.comment-body ul li,
.comment-body ol li {
	display: list-item;
	list-style: circle;
	padding-left: 0;
}

.commententries #respond {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.commententries #respond form {
	float: left;
	margin-bottom: 0;
	width: 100%;
}

ul.commentlist li #respond {
	margin-left: 69px;
	padding-bottom: 20px;
}

#respond { clear: both; }

#respond .dt-sc-one-half textarea { height: 123px; }

#respond p {
	display: inline-block;
	position: relative;
	width: 100%;
}

.logged-in-as ~ .column,
.logged-in-as ~ .comment-form-comment { width: 100%; }

.bypostauthor { line-height: inherit; }

.post-password-form label input { width: 50%; }

.nocomments {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 15px 0;
}

.says {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*----*****---- << Pagination >> ----*****----*/

.pagination {
	clear: both;
	float: left;
	margin: 30px 0 10px;
	padding: 0;
	width: 100%;
}

.pagination ul {
	display: table;
	float: none;
	margin: auto;
	padding: 0;
}

.pagination ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.pagination ul li a,
.pagination ul li span {
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 10px 0;
	padding: 0 17px;
	position: relative;
	position: relative;
	transition: all .3s;
	z-index: 1;
}

.pagination ul li a i {
	color: #000;
	font-size: 14px;
}

.pagination ul li a.next i { margin-left: 5px; }

.pagination ul li a.prev i { margin-right: 5px; }

.pagination ul li a:hover,
.pagination ul li span,
.pagination ul li a:hover i { color: #fff; }

.pagination .column {
	float: none;
	margin: 0;
}

.pagination.blog-pagination:empty { display: none; }

/* Post Nav Container */


.post-nav-container {
	border-bottom: 1px solid #e5e5d8;
	border-top: 1px solid #e5e5d8;
	display: inline-block;
	padding: 15px 0;
	position: relative;
	width: 100%;
}

.post-nav-container .post-prev-link a,
.post-nav-container .post-next-linka {
	display: block;
	padding: 3px 10px 0;
}

.post-nav-container .post-prev-link { float: left; }

.post-nav-container .post-next-link { float: right; }

.post-nav-container p {
	color: #bdbdbd;
	margin-bottom: 0;
	margin-top: 7px;
}

.post-nav-container {
	border-bottom: 1px solid #e5e5d8;
	border-top: 1px solid #e5e5d8;
	display: inline-block;
	padding: 15px 0;
	position: relative;
	width: 100%;
}

.post-nav-container .post-prev-link a,
.post-nav-container .post-next-linka {
	display: block;
	padding: 3px 10px 0;
}

.post-nav-container .post-prev-link { float: left; }

.post-nav-container .post-next-link { float: right; }

.post-nav-container p {
	color: #bdbdbd;
	margin-bottom: 0;
	margin-top: 7px;
}

html:not(.vc_transform) .entry-body p.has-large-font-size,
html:not(.vc_transform) .entry-body p.has-large-font-size + p { line-height: normal; }

/*--------------------------------------------------------------
	1.2 - Default Color
	--------------------------------------------------------------*/

.blog-entry.with-border,
.blog-entry.blog-medium-style.white-highlight { background: #fff; }

.blog-entry.blog-thumb-style { border-bottom-color: rgba(0, 0, 0, .1); }

.blog-entry.with-border,
.blog-entry .entry-format a {
	border-color: #fff;
	color: #fff;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-date,
.blog-entry.entry-date-author-left .entry-date-author .comments,
.blog-entry.entry-date-author-left .entry-date-author .comments i,
.blog-entry.entry-date-left .entry-date,
.blog-entry.entry-date-left .entry-date a,
.blog-entry.entry-date-left .entry-date a i { color: #000; }

.blog-entry .entry-format a,
.blog-entry.dt-sc-skin-highlight,
.blog-entry.dt-sc-skin-highlight .entry-title h4 a,
.blog-entry.dt-sc-skin-highlight .entry-meta a,
.blog-entry.dt-sc-skin-highlight .entry-meta .comments i,
.blog-entry.dt-sc-skin-highlight .entry-meta .author i,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p a,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p i { color: #fff; }

.blog-entry.entry-date-author-left .entry-date-author .entry-author,
.blog-entry.entry-date-author-left .entry-date-author .entry-date span { border-color: rgba(0, 0, 0, .05); }

.blog-entry.dt-sc-skin-highlight .entry-title h4 a:hover,
.blog-entry.dt-sc-skin-highlight .entry-meta a:hover,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p a:hover { color: rgba(0, 0, 0, .5); }

/* DateLeft Modern */

.blog-entry.entry-date-left.outer-frame-border .entry-details { background-color: #fafafa; }

.blog-entry.entry-date-left.outer-frame-border .entry-date { background-color: #ddd; }

.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled,
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:hover,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a { background-color: rgba(0,0,0,0); }

.blog-entry.entry-date-left.outer-frame-border:hover .entry-details { background-color: #f1efea; }

.blog-entry.entry-date-left.outer-frame-border:hover .entry-details .entry-date { background-color: #fff; }

.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after { border-color: #ccc; }

.blog-entry.outer-frame-border:hover:after { border-color: #f1efea; }

.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-title h4 a:not(:hover),
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a { color: #000; }

.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:hover { color: rgba(0,0,0,.5); }

.blog-entry.entry-date-left.outer-frame-border .entry-details,
.blog-entry.entry-date-left.outer-frame-border .entry-date {
	background-image: url(//btcgas.fr/wp-content/themes/whistle/images/pattern-grudge.png);
	background-repeat: repeat;
}

/*----*****---- Dark Overlay & Highlight ----*****----*/

.dt-sc-dark-bg .blog-medium-style.white-highlight .dt-sc-button.fully-rounded-border:hover { color: #fff; }

.dt-sc-dark-bg .blog-medium-style.white-highlight { color: #888; }

/*----*****---- Unit test ----*****----*/

.single-post .entry-details .entry-body h2,
.single-post .entry-details .entry-body h3 { margin: 30px 0 10px 0; }

p > img { clear: both; }


/*--------------------------------------------------------------
	1.3 - Responsive
	--------------------------------------------------------------*/

/*----*****---- << Desktop >> ----*****----*/
@media only screen and (min-width:1170px) and (max-width:1380px) {

.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 48.8%; }

.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 48.2%; }
}

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {

.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
 .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }

.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 50%; }

.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 100%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 33.33%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 50%; }

.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 50%; }

.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-top: 30px; }

.dt-sc-one-third .blog-entry.entry-date-author-left .entry-details .entry-title h4,
 .dt-sc-one-third .blog-entry .entry-title h4 { line-height: normal; }

.with-both-sidebar .blog-entry.blog-medium-style .entry-thumb,
 .with-both-sidebar .blog-entry.blog-medium-style .entry-details { width: 100%; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	margin-top: 20px;
	padding-left: 0;
}

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { padding-left: 30px; }

.with-both-sidebar .blog-entry.blog-medium-style .entry-details { padding-bottom: 20px; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format { right: 0; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
 .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 0; }

.dt-sc-one-third .blog-entry.blog-medium-style { width: 99.5%; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title { min-height: auto; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
 .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 15px; }

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { margin-top: 0; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }

.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details {
	padding-left: 30px;
	padding-top: 30px;
	width: 100%;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }

.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-body { display: none; }

.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }

.vc_col-sm-3 .blog-entry .entry-format a:before {
	font-size: 20px;
	line-height: 40px;
}

.vc_col-sm-3 .blog-entry .entry-format a {
	border: none;
	height: 40px;
	width: 40px;
}

.vc_col-sm-3 .blog-entry .entry-details h4 { font-size: 13px; }

.vc_col-sm-3 .blog-entry.entry-date-left .entry-details { padding-left: 55px; }

.vc_col-sm-3 .blog-entry.entry-date-left .entry-details .entry-date { width: 45px; }

.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details .dt-sc-button.with-icon.icon-right.type1,
 .vc_col-sm-3 .blog-entry.entry-date-left .entry-details .dt-sc-button.with-icon.icon-right.type1 { padding: 10px; }

.vc_col-sm-3 .blog-entry.entry-date-author-left { padding-left: 45px; }

.vc_col-sm-3 .blog-entry.entry-date-author-left .entry-date-author { width: 30px; }

.vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb { width: 100%; }

.vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}

.vc_col-sm-6 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px; }

.vc_col-sm-6 .blog-entry.blog-medium-style .entry-format {
	right: 10px;
	top: 10px;
}

/* Minimal Bordered Style - New */

.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }

.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: block; }
}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {

.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
 .with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }

.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
 .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 50%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-half,
 .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 50%; }

.with-sidebar .blog-entry.blog-medium-style .entry-thumb,
 .with-sidebar .blog-entry.blog-medium-style .entry-details { width: 100%; }

.with-sidebar .blog-entry.blog-medium-style .entry-details { padding-bottom: 20px; }

.with-sidebar .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	margin-top: 20px;
	padding-left: 0;
}

.with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	margin-top: 0;
	padding-left: 30px;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-top: 30px; }

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
 .with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .with-sidebar .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { margin-top: 0; }

.with-sidebar .blog-entry.blog-medium-style .entry-format { right: 0; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format,
 .dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .dt-sc-one-half .blog-entry.blog-medium-style .entry-details {
	margin-top: 20px;
	padding-left: 0;
}

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { padding-left: 30px; }

.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
 .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { margin-top: 0; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
 .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 100%; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 0; }

.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 30px; }

.dt-sc-one-half .blog-entry.blog-medium-style .entry-details { margin-top: 0; }

.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 52%; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title { min-height: auto; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
 .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 14px; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }

.blog-entry.blog-medium-style { width: 99.4%; }

.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-body { display: none; }

.with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }

.page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
 .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }

.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-top: 30px; }

.with-both-sidebar #commentform .dt-sc-one-half {
	margin-left: 0;
	width: 100%;
}

.with-both-sidebar #commentform .dt-sc-one-half textarea,
 .with-both-sidebar #commentform .dt-sc-one-half input { margin-bottom: 20px; }

.with-both-sidebar #commentform .form-submit,
 .with-both-sidebar #commentform .form-submit .submit { margin-top: 0; }

.vc_col-md-6.wpb_column.no-space.dt-sc-two-fifth,
 .vc_col-md-6.column.no-space.dt-sc-two-fifth { width: 50%; }

ul.commentlist li.comment { padding-left: 80px; }

ul.commentlist li .comment-author img {
	max-height: 60px;
	max-width: 60px;
}

/* Minimal Bordered Style - New */

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: block; }

.with-both-sidebar.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }

.with-both-sidebar.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }
}

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half,
 .page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 100%; }

.blog-entry.blog-medium-style .entry-thumb,
 .blog-entry.blog-medium-style .entry-details { width: 100%; }

.blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details {
	margin-top: 0;
	padding-left: 0;
}

.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
 .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	margin-top: 0;
	padding-left: 30px;
}

.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
 .with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { margin-top: 0; }

.blog-entry.blog-medium-style .entry-details { padding-bottom: 20px; }

.blog-entry.blog-medium-style .entry-format,
 .with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format,
 .dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title { min-height: auto; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
 .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 100%; }

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 14px; }

.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
 .page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
 .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
 .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
 .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }

.blog-entry.blog-medium-style { width: 99.4%; }

.tpl-blog-holder.apply-isotope .dt-sc-one-half,
 .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 100%; }

/* comment */

ul.commentlist { font-size: 14px; }

ul.commentlist li .comment-author { position: relative; }

ul.commentlist li.comment { padding: 0; }

ul.commentlist li.comment .comment-author img {
	border-radius: 40px;
	max-height: 40px;
	max-width: 40px;
}

ul.commentlist li.comment ul.children li.comment { padding: 0 0 0 50px; }

ul.commentlist li.comment ul.children .comment-author img {
	border-radius: 30px;
	max-height: 30px;
	max-width: 30px;
}

ul.commentlist > li,
 ul.commentlist > li ul.children > li { padding-left: 40px; }

ul.commentlist > li ul.children > li { margin-left: -40px; }

ul.commentlist li .comment-details { margin: 10px 0 30px; }

ul.commentlist li .author-name > a { font-size: 16px; }

ul.commentlist li li .comment-author {
	left: 5px;
	top: 4px;
}

ul.commentlist li.depth-1,
 ul.commentlist li.depth-2,
 ul.commentlist li.depth-3,
 ul.commentlist li.depth-4,
 ul.commentlist li.depth-5 { margin-bottom: 0; }

.post-password-form label input { width: 100%; }

.blog-entry.post-info-bottom-image .entry-meta {
	padding: 20px 0 0 0;
	position: static;
	width: 100%;
}

.blog-entry.post-info-bottom-image .entry-meta .entry-info > * { margin-bottom: 10px; }

.blog-entry.post-info-within-image .entry-meta {
	padding: 20px;
	position: static;
}

.blog-entry.post-info-within-image .entry-meta .entry-title h4 {
	font-size: 26px;
	margin-bottom: 5px;
}

.blog-entry.post-info-within-image .entry-meta p.category,
 .blog-entry.post-info-within-image .entry-meta .entry-title,
 .blog-entry.post-info-within-image .entry-meta .entry-info { z-index: 9; }

.blog-entry.post-info-within-image .entry-meta .dt_scroll_down { display: none; }

.blog-entry.post-info-within-image .entry-thumb:before {
	background: #878787;
	height: 100%;
	z-index: -1;
}

.blog-entry.post-info-within-image .entry-meta .author,
 .blog-entry.post-info-within-image .entry-meta .comments { margin-bottom: 10px; }

.blog-entry.post-info-vertical-image .entry-meta {
	padding: 20px 15px;
	position: static;
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta p.category,
 .blog-entry.post-info-vertical-image .entry-thumb .entry-meta div.entry-info {
	padding: 0 10px;
	position: static;
}

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category { margin-top: 0; }

.blog-entry.post-info-vertical-image .entry-thumb img.wp-post-image,
 .blog-entry.post-info-vertical-image .entry-thumb:hover img.wp-post-image {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category { margin-top: 0; }

.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta div.entry-info { margin-bottom: 0; }

.blog-entry.post-info-vertical-image .entry-thumb:before {
	background: rgba(0,0,0,.8);
	z-index: -1;
}

.blog-entry.post-info-vertical-image .entry-thumb:hover:before { background: rgba(0,0,0,.75); }

.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta div.entry-info { margin-top: 0; }

.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:before,
 .blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:after { display: none; }

.blog-entry.post-info-above-image .entry-meta .entry-title h4 {
	font-size: 24px;
	margin-bottom: 5px;
}

/* Minimal Bordered Style - New */

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: block; }
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {

.blog-entry .entry-format a {
	height: 60px;
	line-height: 45px;
	width: 60px;
}

.blog-entry.blog-medium-style .entry-format a {
	height: 55px;
	line-height: 45px;
	width: 55px;
}

.blog-entry .entry-format a:before { font-size: 22px; }

.blog-entry.blog-medium-style .entry-format a:before { line-height: 50px; }

/* latest News */

.blog-entry.blog-thumb-style { margin-bottom: 30px; }

.blog-entry.blog-thumb-style .entry-thumb {
	margin-bottom: 15px;
	margin-right: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.blog-entry.blog-thumb-style .entry-thumb img {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100%;
}

.blog-entry.blog-thumb-style .entry-details { width: 100%; }

/* Minimal Bordered Style - New */

.blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }

.blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {

.blog-entry.entry-date-left .entry-details,
 .blog-entry.blog-thumb-style.entry-date-left .entry-details,
 .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details { padding: 0; }

.blog-entry.entry-date-left .entry-date,
 .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date,
 .page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author,
 .with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author {
	margin-bottom: 10px;
	position: inherit;
	width: 100%;
}

.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .dt-sc-button { margin-left: 0; }

.blog-entry.entry-date-author-left { padding-left: 0; }

.blog-entry.entry-date-author-left .entry-date-author {
	display: inline-block;
	margin-bottom: 20px;
	position: inherit;
	width: 100%;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author a {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.blog-entry.entry-date-author-left .entry-format a {
	border: 0;
	height: 45px;
	line-height: 45px;
	width: 45px;
}

.blog-entry.entry-date-author-left .entry-format a:before { line-height: 45px; }

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left,
 .with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 0; }

.post-nav-container:before { display: none; }

.post-nav-container .post-prev-link,
 .post-nav-container .post-next-link {
	text-align: center;
	width: 100%;
}

.post-nav-container .post-next-link a,
 .post-nav-container .post-prev-link a { margin: 5px 0; }
}/* Table of Content
==================================================
	1.0  -  Contact Form
	2.0  -  DT Responsive*/

/*--------------------------------------------------------------
	1.0 - Contact Form
	--------------------------------------------------------------*/

/*----*****---- << 1.1 - Business Contact Form >> ----*****----*/
.business-contact-form
{
    background: #fff;
    clear: both;
    float: left;
    margin: 0 0 10px;
    padding: 30px 15px;
    position: relative; 
    width: 100%;
}
.business-contact-form h2
{
    font-size: 20px;
}
.business-contact-form:before
{
    border: 10px solid rgba(255, 255, 255, .4);
    content: '';
    height: 100%;
    left: -10px;
    position: absolute;
    top: -10px; 
    width: 100%;
}
.business-contact-form input[type='text'],
.business-contact-form input[type='email'],
.business-contact-form textarea
{
    background: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    padding: 19px 15px 18px;
}
.business-contact-form textarea
{
    height: 134px;
}
.business-contact-form input[type='submit']
{
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    padding: 20px 20px 17px;
    text-transform: none;
    width: 100%;
}

.business-contact-form input[type='text']:focus,
.business-contact-form input[type='email']:focus,
.business-contact-form textarea:focus
{
    border: 1px solid rgba(0, 0, 0, .2);
}

.business-contact-social li
{
    margin: 0 30px;
}
.business-contact-social li a
{
    color: #000; 
    font-size: 20px;
}


/*----*****---- << 1.2 - Attorney Contact Form >> ----*****----*/
.attorney-contact-form input[type='text'],
.attorney-contact-form input[type='email'],
.attorney-contact-form input[type='tel'],
.attorney-contact-form textarea,
.attorney-contact-form select
{
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px; 
    padding: 15px 0;
}
.attorney-contact-form
{
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.attorney-contact-form textarea
{
    height: 53px;
}
.attorney-contact-form input[type='submit']
{
    background: #000;
    border-radius: 0;
    float: none; 
    margin: 20px 20px 0 0;
    padding: 16px 30px;
}
.attorney-contact-form input[type='submit']:hover
{
    background: #cda85c;
}
.attorney-contact-form .selection-box:after
{
    content: none;
}

.secondary-sidebar .attorney-contact-form
{
    width: 100%;
}
.secondary-sidebar .attorney-contact-form input[type='submit']
{
    float: left;
}


/*----*****---- << 1.3 - Event Contact Form >> ----*****----*/
.event-contact-form input[type='text'],
.event-contact-form input[type='email'],
.event-contact-form input[type='tel'],
.event-contact-form textarea
{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px; 
    color: #fff;
    padding: 14px 15px 13px;
}
.event-contact-form textarea
{
    height: 153px;
}
.event-contact-form input[type='submit']
{
    float: right;
    font-size: 16px;
    font-weight: normal; 
    margin: 20px 0 0;
    text-transform: none;
}


/*----*****---- << 1.4 - Fitness Contact Form >> ----*****----*/
.fitness-form h2
{
    color: #eb0029;
    font-weight: 600;
}
.fitness-form .form-field
{
    clear: both;
    float: left;
    margin: 12px 0 0;
    position: relative;
    width: 100%;
}
.fitness-form span.fa,
.fitness-form span.icon
{
    color: rgba(0, 0, 0, .2);
    color: #161616; 
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 9;
}
.fitness-form input[type='text'],
.fitness-form input[type='email'],
.fitness-form input[type='tel'],
.fitness-form textarea
{
    border-color: #ebeef0;
    border-width: 0 0 3px 0;
    color: #000; 
    font-size: 14px;
    margin-bottom: 5px;
    padding: 13px 0 13px 40px;
    text-transform: capitalize;
}
.fitness-form input[type='text']:hover,
.fitness-form input[type='email']:hover,
.fitness-form input[type='tel']:hover,
.fitness-form textarea:hover
{
    border-color: #161616;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.fitness-form input[type='submit']
{
    border-radius: 0;
    float: right;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .5px;
    margin-top: 20px;
    padding: 16px 30px;
}
.fitness-form textarea
{
    height: 120px;
}

.fitness-contact-info .dt-sc-contact-info
{
    font-size: 16px;
}
.fitness-contact-info .dt-sc-contact-info p b
{
    color: #666;
}
.fitness-contact-info .dt-sc-contact-info span
{
    color: #eb0029;
    font-size: 18px;
    margin: 1px 10px 30px 0;
}
.fitness-contact-info .dt-sc-contact-info h6
{
    font-size: 18px;
    margin-bottom: 10px;
}

.fitness-contact-info .dt-sc-sociable li a
{
    color: #161616;
}
.fitness-contact-info .dt-sc-sociable li a:hover
{
    color: #fff;
}

.fitness-contact-boxes .wpb_text_column
{
    float: left;
    margin-bottom: 0; 
    width: 20.5%;
}
.fitness-contact-boxes .wpb_text_column:nth-child(2),
.fitness-contact-boxes .wpb_text_column:last-child
{
    float: left;
    padding-left: 30px; 
    width: 23.1%;
}
.fitness-contact-boxes .wpb_text_column:nth-child(3)
{
    float: left;
    padding-top: 85px; 
    width: 12.8%;
}
.fitness-form-container.extend-bg-fullwidth-right:after
{
    background: #fff;
}


/*----*****---- << 1.5 - Hosting Contact Form >> ----*****----*/
.hosting-contact-form input[type='submit']
{
    margin-top: 15px; 
    padding: 15px 20px 13px;
    width: 100%;
}
.hosting-contact-form textarea
{
    height: 196px;
}


/*----*****---- << 1.6 - Restaurant Contact Form >> ----*****----*/
.restaurant-contact-form
{
    float: right;
    max-width: 570px;
    padding: 30px 0 0; 
    width: 100%;
}
.restaurant-contact-form h3
{
    margin-bottom: 25px;
    padding-left: 10px;
}
.restaurant-contact-form input[type='text'],
.restaurant-contact-form input[type='email'],
.restaurant-contact-form input[type='tel'],
.restaurant-contact-form textarea
{
    background: none;
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
}
.restaurant-contact-form input[type='text']:focus,
.restaurant-contact-form input[type='email']:focus,
.restaurant-contact-form input[type='tel']:focus,
.restaurant-contact-form textarea:focus
{
    border-color: #b48b3c;
}
.restaurant-contact-form input[type='submit']
{
    float: right; 
    margin-top: 0;
}

.restaurant-contact-bg:before
{
    background: url(//btcgas.fr/wp-content/themes/whistle/css/images/slanting-bg.png) no-repeat;
    content: '';
    height: 525px;
    position: absolute;
    right: -201px;
    top: 0;
    width: 201px;
    z-index: 9;
}

.dt-sc-contact-details-on-map
{
    position: relative;
}
.dt-sc-contact-details-on-map:after
{
    background: rgba(0, 0, 0, .8);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dt-sc-contact-details-on-map.hide-overlay:after
{
    display: none;
}

.dt-sc-contact-details-on-map .map
{
    width: 100%;
}
.dt-sc-contact-details-on-map .dt-sc-map-overlay
{
    padding: 72px 0 0;
}
.dt-sc-contact-details-on-map .back-to-contact
{
    display: none;
}
.dt-sc-contact-details-on-map .back-to-contact span
{
    background: #b48b3c;
    border: 2px solid #b48b3c;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 28px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    width: 60px;
    z-index: 99;
}

.dt-sc-contact-details-on-map .section-wrapper.dt-sc-map-overlay
{
    margin: auto;
    max-width: 1170px; 
    right: 0;
}

.dt-sc-contact-details-on-map .dt-sc-map-overlay:after
{
    left: 100%;
    right: inherit;
}
.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3
{
    padding-left: 15px;
    padding-right: 15px;
}


/*----*****---- << 1.7 - Spa Contact Form >> ----*****----*/
.spa-contact-form input[type='text'],
.spa-contact-form input[type='tel'],
.spa-contact-form input[type='email'],
.spa-contact-form textarea
{
    border-color: #ffc9d4;
    border-radius: 15px 0; 
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.spa-contact-form input[type='text']:focus,
.spa-contact-form input[type='tel']:focus,
.spa-contact-form input[type='email']:focus,
.spa-contact-form textarea:focus
{
    border-color: #ef577a;
}


/*----*****---- << 1.8 - University Forms >> ----*****----*/
.university-contact-form .form-field,
.university-contact-form .button-field
{
    clear: both;
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.university-contact-form .form-field i,
.university-contact-form .button-field i
{
    color: #1c3f55;
    font-size: 23px;
    font-weight: bold; 
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}
.university-contact-form .form-field input[type='text'],
.university-contact-form .form-field input[type='tel'],
.university-contact-form .form-field input[type='email'],
.university-contact-form textarea,
.university-contact-form .form-field select
{
    color: #1c3f55;
    font-family: 'Open Sans', sans-serif; 
    font-weight: normal;
    padding: 16px 30px 15px 12px;
}
.university-contact-form textarea
{
    height: 205px;
}
.university-contact-form .button-field
{
    margin: 10px 0 0;
}
.university-contact-form .button-field input[type='submit']
{
    border-radius: 0; 
    color: #fff;
    height: 49px;
    line-height: 49px;
    padding: 0 48px 0 20px;
    width: 100%;
}
.university-contact-form .button-field i
{
    color: #463839;
    height: 49px;
    line-height: 49px;
    right: 0;
    text-align: center; 
    top: 10px;
    width: 48px;
}


/*----*****---- << 1.9 - Yoga Forms >> ----*****----*/
.dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm
{
    float: left; 
    width: 100%;
}
.dt-sc-newsletter-section.yoga-expert-form
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm input[type='email']
{
    border: 1px solid #c8dcdf;
    border-radius: 5px;
    float: left;
    margin: 0 20px 0 0; 
    width: 50%;
}
.dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm input[type='submit']
{
    background: #927d7d;
    border-radius: 3px; 
    clear: none;
    margin: 0;
    padding: 17px 20px;
}
.dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm input[type='submit']:hover
{
    background: #3c939d;
}

.yoga-contact-form input[type='text'],
.yoga-contact-form input[type='email'],
.yoga-contact-form input[type='tel'],
.yoga-contact-form textarea
{
    border-color: #c8dcdf;
    border-radius: 5px;
}
.yoga-contact-form input[type='submit']
{
    background: #927d7d;
    margin: 20px 0 0;
}
.yoga-contact-form input[type='submit']:hover
{
    background: #3c939d;
}
.yoga-contact-form textarea
{
    height: 100px;
}


/*----*****---- << 1.10 - Nightclub Booking Form >> ----*****----*/
.nightclub-contact
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0; 
    width: 100%;
}
.nightclub-contact-info
{
    border-bottom: 1px solid #000; 
    float: left;
    margin: 0 2.5% 0 0;
    padding: 20px 0 67px;
    width: 23%;
}
.nightclub-contact-info .dt-sc-contact-info
{
    font-size: 16px;
    line-height: 34px;
}
.nightclub-contact-info .dt-sc-contact-info span
{
    color: #c09245;
    font-size: 24px;
}
.nightclub-contact-info .dt-sc-contact-info span.icon-pointer
{
    font-size: 30px;
}
.nightclub-contact-info .dt-sc-contact-info span.icon-phone2
{
    margin-bottom: 45px;
}
.nightclub-contact-info .dt-sc-contact-info span.icon-plaine
{
    margin-bottom: 10px;
}
.nightclub-contact-info .dt-sc-contact-info a
{
    color: #000;
}
.nightclub-contact-info .dt-sc-contact-info a:hover
{
    color: #c09245;
}
.nightclub-working-hours
{
    background: #000;
    color: #fff;
    float: left;
    margin: 0 2.5% 0 0; 
    padding: 30px;
    width: 32%;
}
.nightclub-working-hours h2
{
    color: #fff;
}
.nightclub-working-hours ul
{
    clear: both;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.nightclub-working-hours li
{
    clear: both;
    color: #c09245;
    display: block;
    font-size: 16px;
    margin: 0; 
    padding: 0;
}
.nightclub-working-hours li span
{
    color: #fff;
    display: inline-block; 
    width: 120px;
}


.nightclub-booking-form
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0; 
    width: 100%;
}
.nightclub-booking-form p
{
    clear: both;
    float: left;
    margin-bottom: 20px;
    position: relative; 
    width: 100%;
}
.nightclub-booking-form p.date:before,
.nightclub-booking-form p.time:before
{
    color: #fff;
    font-family: FontAwesome; 
    font-size: 25px;
    position: absolute;
    right: 14px;
    top: 9px;
}
.nightclub-booking-form p.date:before
{
    content: '\f073';
}
.nightclub-booking-form p.time:before
{
    content: '\f017';
}
.nightclub-booking-form p label
{
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 52px; 
    padding: 0 10px 0 0;
    width: 35%;
}
.nightclub-booking-form input[type='text'],
.nightclub-booking-form input[type='tel'],
.nightclub-booking-form input[type='date']
{
    background: rgba(255, 255, 255, .1);
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    width: 65%;
}
.nightclub-booking-form input[type='submit']
{
    border-radius: 0;
    float: right;
    font-size: 30px;
    font-weight: normal;
    margin: 10px -105px 0 0; 
    text-transform: none;
}

.nightclub-contact-form
{
    background: #f2f2f2;
    float: left;
    margin: 0;
    margin: -192px 0 0; 
    padding: 45px 45px 30px;
    position: relative;
    width: 40%;
}
.nightclub-contact-form:before
{
    border: 4px solid #000;
    bottom: 20px;
    content: '';
    height: auto;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
}
.nightclub-contact-form p
{
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}
.nightclub-contact-form form
{
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.nightclub-contact-form input[type='text'],
.nightclub-contact-form input[type='email'],
.nightclub-contact-form input[type='tel'],
.nightclub-contact-form textarea
{
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    margin-bottom: 7px; 
    padding: 16px 12px 8px 0;
}
.nightclub-contact-form textarea
{
    height: 150px;
}
.nightclub-contact-form input[type='submit']
{
    border-radius: 0;
    font-size: 20px;
    font-weight: normal;
    margin: 40px 0 0;
    padding: 18px 20px 17px; 
    text-align: center;
    width: 100%;
}


/*----*****---- << 1.11 - Architecture Contact Form >> ----*****----*/
.architecture-contact-form input[type='text'],
.architecture-contact-form input[type='email'],
.architecture-contact-form input[type='tel'],
.architecture-contact-form textarea
{
    background: none; 
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    padding: 15px 0 10px 30px;
}
.architecture-contact-form textarea
{
    height: 130px;
}
.architecture-contact-form input[type='submit']
{
    background: #000;
    border-radius: 0;
    color: #fff;
    float: right;
    font-weight: normal;
    margin: 20px 0 0 20px;
    padding: 16px 30px;
}
.architecture-contact-form input[type='submit']:hover
{
    background: #ffe401;
    color: #000;
}

.architecture-contact-form .form-field
{
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
.architecture-contact-form span.fa
{
    color: #000;
    font-size: 16px; 
    left: 0;
    position: absolute;
    top: 15px;
}


/*----*****---- << 1.12 - Insurance Contact Form >> ----*****----*/
.insurance-contact-form input[type='text'],
.insurance-contact-form input[type='email'],
.insurance-contact-form textarea
{
    background: rgba(0, 0, 0, .02);
}
.insurance-contact-form  input[type='submit']
{
    font-size: 16px;
    margin-top: 20px;
    padding: 17px 20px 16px; 
    width: 100%;
}
.insurance-contact-form textarea
{
    height: 122px;
}

.insurance-custom-tab .dt-sc-tabs-horizontal-frame-content
{
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px;
    border-top: 0;
    padding: 25px;
}
.insurance-quote-form
{
    float: left;
    margin: 0;
    padding: 0; 
    width: 100%;
}
.insurance-quote-form label
{
    display: inline-block; 
    margin-bottom: 5px;
}
.insurance-quote-form .radio-label
{
    clear: both;
    margin: 0;
}
.insurance-quote-form .radio-label .wpcf7-list-item
{
    clear: both;
    display: inline-block; 
    position: relative;
}
.insurance-quote-form .radio-label .wpcf7-list-item label:before
{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%; 
    content: '';
    height: 14px;
    left: 5px;
    position: absolute;
    top: 7px;
    width: 14px;
}
.insurance-quote-form .radio-label input[type='radio']
{
    width: 30px;
}
.insurance-quote-form .radio-label .wpcf7-list-item-label
{
    display: inline-block;
    line-height: 29px;
    margin: 0; 
    min-width: 40px;
    position: relative;
}
.insurance-quote-form .radio-label .wpcf7-list-item-label:before
{
    opacity: 0;
}
.insurance-quote-form .radio-label input[type='radio']:checked + .wpcf7-list-item-label:before
{
    background: #008bd3;
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 6px;
    left: -23px;
    margin: auto;
    opacity: 1; 
    position: absolute;
    top: 2px;
    width: 6px;
}
.insurance-quote-form .radio-label .wpcf7-list-item.last input[type='radio']:checked + .wpcf7-list-item-label:before
{
    left: -31px;
}

.insurance-quote-form input[type='text'],
.insurance-quote-form input[type='tel'],
.insurance-quote-form input[type='date'],
.insurance-quote-form select
{
    background: rgba(0, 0, 0, .02);
}
.insurance-quote-form .checkbox-label input[type='checkbox']
{
    left: 0;
    position: absolute;
    top: 2px;
}
.insurance-quote-form .checkbox-label span
{
    float: left;
    line-height: 20px;
    padding: 0 0 0 23px;
}
.insurance-quote-form .checkbox-label
{
    clear: both;
    color: #222;
    display: inline-block; 
    font-size: 12px;
    position: relative;
}

.insurance-quote-form input[type='submit']
{
    border-radius: 0;
    padding: 14px 20px;
}


/*----*****---- << 1.13 - Hotel Contact Form >> ----*****----*/
.wpcf7-form.hotel-contact-form p
{
    margin-bottom: 10px; 
    position: relative;
}
.hotel-contact-form p span.fa
{
    color: rgba(0, 0, 0, .2);
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 1;
}
.hotel-contact-form p textarea
{
    height: 120px;
}
.hotel-contact-form p input[type='submit']
{
    border-radius: 0; 
    float: right;
    margin: 15px 0 0 10px;
}
.hotel-contact-form p .clear
{
    background: #000;
}
.hotel-contact-form p .clear:hover
{
    background: #c09245;
}


/*----*****---- << 1.14 - Plumber Contact Form >> ----*****----*/
.plumber-contact-form
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center; 
    width: 100%;
}
.plumber-contact-form form
{
    display: inline-block; 
    width: 50%;
}
.plumber-contact-form form input[type='text'],
.plumber-contact-form form input[type='email'],
.plumber-contact-form form textarea
{
    border-color: #e2ebf1;
    border-radius: 3px;
}
.plumber-contact-form form input[type='submit']
{
    background: none;
    border: 1px solid #15a7e1;
    box-shadow: 3px 3px 0 0 #1297cc;
    color: #15a7e1;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 20px; 
    width: 100%;
}
.plumber-contact-form form input[type='submit']:hover
{
    background: #15a7e1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1); 
    color: #fff;
}


/*----*****---- << 1.15 - Fashion Contact Form >> ----*****----*/
.fashion-contact-details .dt-sc-contact-info span
{
    font-size: 14px;
}
.fashion-contact-form input[type='submit']
{
    background: #000;
    float: right;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px 12px;
}
.fashion-contact-form input[type='submit']:hover
{
    background: #c3875f;
}



/*----*****---- << 1.16 - Jewel Contact Form >> ----*****----*/
.jewel-contact-form label
{
    color: #000; 
    float: right;
}
.jewel-contact-form input[type='submit']
{
    float: right;
    margin: 20px 0 0;
    padding: 17px 20px 15px;
}
.jewel-contact-form textarea
{
    height: 306px;
}

.wpcf7 form .wpcf7-response-output {float: left; width: 100%; margin: 10px 0 0; }
form.wpcf7-form .wpcf7-response-output {position: relative; clear: both; float: left; margin-left: 0; margin-right: 0; padding: 15px 15px 15px 45px; width: 100%; box-sizing: border-box; }
form.wpcf7-form.invalid .wpcf7-response-output {background-color: #ffcccc; border: 1px solid #ff9999; color: #d01313; }
form.wpcf7-form.sent .wpcf7-response-output {background-color: #eafac0; border: 1px solid #b1cf67; color: #7ba411; }

form.wpcf7-form .wpcf7-response-output:before {top: 15px;left: 18px;font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;font-size: 20px;position: absolute;}
form.wpcf7-form.invalid .wpcf7-response-output:before {content: "\f057";}
form.wpcf7-form.sent .wpcf7-response-output:before {content: "\f058";}


/*--------------------------------------------------------------
	2.0 - DT Responsive
	--------------------------------------------------------------*/
/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    /** Restaurant **/
    .restaurant-contact-bg:before
    {
        content: none;
    }
    .restaurant-contact-bg > .vc_column-inner
    {
        padding-right: 0 !important;
    }

    .restaurant-contact-form
    {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 100%;
        width: 80%;
    }

    /** Fitness **/
    .fitness-contact-boxes .wpb_text_column:nth-child(3)
    {
        padding-top: 55px;
    }
}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px)
{
    /** Business **/
    .business-contact-social li
    {
        margin: 0 20px;
    }
    .plumber-contact-form form
    {
        width: 100%;
    }
}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px)
{
    /** Restaurant **/
    .restaurant-booking-form
    {
        padding: 0 50px;
    }

    .restaurant-contact-bg:before
    {
        content: none;
    }
    .restaurant-contact-bg > .vc_column-inner
    {
        padding-right: 0 !important;
    }

    .restaurant-contact-form
    {
        display: block;
        float: none;
        margin: 0 auto 20px;
        max-width: 100%;
        width: 80%;
    }
    .restaurant-contact-form .wpb_column
    {
        margin-bottom: 20px;
    }

    /** Contact-details-on-map **/
    .dt-sc-contact-details-on-map:after
    {
        z-index: -1;
    }
    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        position: inherit;
    }
    .dt-sc-contact-details-on-map .dt-sc-map-overlay .dt-sc-contact-info.type3
    {
        font-size: 13px;
    }

    /** Jewel **/
    .jewel-contact-form .vc_col-sm-2
    {
        width: 30% !important;
    }
    .jewel-contact-form .vc_col-sm-10
    {
        width: 70% !important;
    }

    /** Plumber **/
    .plumber-contact-form form
    {
        width: 100%;
    }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    /** Wedding **/
    .rsvp-form
    {
        padding: 65px 35px;
    }
    .rsvp-form form:before
    {
        left: -81px;
    }
    .rsvp-form form:after
    {
        right: -164px;
    }
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px)
{
    /** Attorney **/
    .attorney-contact-form
    {
        width: 100%;
    }

    /** Wedding **/
    .rsvp-form
    {
        padding: 65px 35px;
        width: 100%;
    }
    .rsvp-form form:before,
    .rsvp-form form:after
    {
        content: none;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px)
{
    /** Business **/
    .business-contact-form
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .business-contact-social li
    {
        margin: 0 5px;
    }

    /** Jewel **/
    .jewel-contact-form
    {
        text-align: center;
    }
    .jewel-contact-form label
    {
        float: none;
    }
    .jewel-contact-form .vc_col-sm-2,
    .jewel-contact-form .vc_col-sm-10
    {
        width: 100% !important;
    }

    /** Wedding **/
    .rsvp-form
    {
        margin-left: -15px;
        padding: 65px 25px;
        width: calc(100% + 30px);
    }
    .rsvp-form:before
    {
        bottom: 5px;
        height: auto;
        left: 5px;
        right: 5px;
        top: 5px;
        width: auto;
    }
}/* Table of Content
==================================================
	1.0  -  Custom Class
	2.0  -  Browser Fix
	3.0  -  DT Responsive*/

/*--------------------------------------------------------------
	1.0 - Custom Class
	--------------------------------------------------------------*/





a.video-image span:after
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.title_uppercase
{
    text-transform: uppercase;
}

.title_bold
{
    font-weight: bold;
}

blockquote q {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    z-index: 1;
}
blockquote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 0;
	text-align:right;
}

/* http://prntscr.com/dydrzx = Reseller Hosting page */

.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner
{
    position: relative;
}

.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    content: '';
    display: inline !important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: -1;
}

.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after
{
    right: 100%;
    z-index: 0;
}

.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    left: 100%;
    z-index: 0;
}

.extend-bg-fullwidth-left:after,
.extend-bg-fullwidth-right:after,
.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    background-color: inherit;
}

.dt-sc-special-testimonial-container .extend-bg-fullwidth-left:after,
.dt-sc-special-testimonial-container .extend-bg-fullwidth-right:after
{
    background: none;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after
{
    box-shadow: 8px 0 0 0 #fff;
    right: 0;
    transform: skewX(-30deg) translateX(18px);
    z-index: 0;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.dt-col-static-position) > .vc_column-inner
{
    position: relative;
    z-index: 1 !important;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
{
    left: 0;
    transform: skewX(-30deg) translateX(-32px);
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left[class*='dt-skin-'],
.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right[class*='dt-skin-']
{
    background-color: transparent;
}

a.video-image span
{
    color: #fff;
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    position: relative;
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 75px;
}

a.video-image span:after
{
    background: #2b2b2b;
    border-radius: 50%;
            box-shadow: 0 0 0 5px rgba(255,255,255,.35);
       -moz-box-shadow: 0 0 0 5px rgba(255,255,255,.35);
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.35);
    color: #fff;
    content: '';
    display: none !important;
    display: block;
    height: 75px;
    left: -2px;
    line-height: 75px;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: -1;
}

a.video-image span:hover:after
{
    background: #fff;
}

.video-image
{
    display: block;
    min-height: 413px;
}

.image-overlay-icon .vc_single_image-wrapper
{
    position: relative;
}

.image-overlay-icon .vc_single_image-wrapper:before
{
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.image-overlay-icon a.video-image
{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.gradient-parallax:before
{
    background:    -moz-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background:         linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    content: '';
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.gradient-parallax .gradient-content
{
    padding-right: 45px;
    z-index: 9;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    .safari-hack.vc_row.vc_row-flex
    {
        display: block !important;
    }
}

/*.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container*/

/*----*****---- << Vc Column custom class >> --****--*/

.rs_no-padding_column.wpb_column,
.vc_col-md-12.wpb_column.rs_no-padding_column
{
    margin-bottom: 0;
    margin-top: -1px;
    padding-bottom: 0;
} /* http://prntscr.com/dydqdv */

.light-overlay:before
{
    background: rgba(255, 255, 255, .8);
} /* http://prntscr.com/dydsrd  = Model Home page contact section */

.dark-overlay:before
{
    background: rgba(0, 0, 0, .8);
}

/*----*****---- << Gray Scale >> --****--*/ /* http://prntscr.com/dydr06 = Hotel Our Firm Page */

.gray-scale:hover,
.gray-scale:hover img
{
            filter: grayscale(1);
            transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
        -ms-transition-duration: 1s;
    -webkit-transition-duration: 1s;
            transition-property:         filter;
       -moz-transition-property:    -moz-filter;
        -ms-transition-property:     -ms-filter;
         -o-transition-property:      -o-filter;
    -webkit-transition-property: -webkit-filter;

    -webkit-filter: grayscale(1);
       -moz-filter: grayscale(1);
        -ms-filter: grayscale(1);
         -o-filter: grayscale(1);
}

/*----*****---- << Text with icon >> --****--*/ /* http://prntscr.com/dydrax = Fitness Home Page */

.dt-sc-text-with-icon
{
    clear: both;
    float: left;
    font-weight: bold;
    padding: 12px 0 12px 20px;
    width: 100%;
}

.dt-sc-text-with-icon span
{
    font-size: 18px;
    font-weight: bold;
    margin: 0 7px 0 0;
    position: relative;
    top: 2px;
}

.dt-sc-text-with-icon.border-bottom
{
    border-bottom: 1px solid;
}

.dt-sc-text-with-icon.border-right
{
    border-right: 1px solid;
}

.dt-sc-dark-bg .dt-sc-text-with-icon span
{
    color: #fff;
}

/*----*****---- << Hosting Domain Page Table >> --****--*/ /* http://prntscr.com/dydxr3 = Hosting Domain Page */

.hosting-table
{
    border-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.hosting-table th
{
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
}

.hosting-table tr td,
.hosting-table tbody tr:nth-child(2n+1) td
{
    background: rgba(0, 0, 0, .95);
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    font-weight: 600;
    padding: 25px 15px;
}

.hosting-table tbody tr td:last-child,
.hosting-table tr th:last-child
{
    border: none;
}

.hosting-table tbody tr:nth-child(2) td
{
    background: rgba(0, 0, 0, .9);
}

.hosting-table tbody tr:nth-child(3) td
{
    background: rgba(0, 0, 0, .85);
}

.hosting-table tbody tr:nth-child(4) td
{
    background: rgba(0, 0, 0, .8);
}

.hosting-table tbody tr:nth-child(5) td
{
    background: rgba(0, 0, 0, .75);
}

.hosting-table tbody tr:nth-child(6) td
{
    background: rgba(0, 0, 0, .7);
}

.hosting-table tbody tr:nth-child(7) td
{
    background: rgba(0, 0, 0, .65);
}

.hosting-table tbody tr:nth-child(8) td
{
    background: rgba(0, 0, 0, .6);
}

.hosting-table tbody tr:nth-child(9) td
{
    background: rgba(0, 0, 0, .55);
}

.hosting-table tbody tr:nth-child(10) td
{
    background: rgba(0, 0, 0, .5);
}

.hosting-table tbody tr:nth-child(11) td
{
    background: rgba(0, 0, 0, .45);
}

.hosting-table tbody tr:nth-child(12) td
{
    background: rgba(0, 0, 0, .4);
}

.hosting-table tbody tr td:first-child
{
    position: relative;
}

.hosting-table tbody tr td:first-child:before
{
    background: #60ae0d;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.hosting-table tbody tr td.new,
.hosting-table tbody tr td.hot
{
    overflow: hidden;
    position: relative;
}

.hosting-table tbody tr td.new:before,
.hosting-table tbody tr td.hot:before
{
    background: #60ae0d;
    color: #fff;
    content: 'New';
    font-size: 12px;
    left: -20px;
    padding: 2px 22px;
    position: absolute;
    top: 5px;
            transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.hosting-table tbody tr td.hot:before
{
    background: #e80505;
    content: 'Hot';
    padding: 2px 24px;
}

/*----*****---- << Spa rounded corner image >> --****--*/ /* http://prntscr.com/dydylt = Spa */

.dt-sc-partially-rounded-alt
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.vc_min_height_right.wpb_column.vc_col-sm-6
{
    margin-left: 30px;
    width: calc(50% - 30px);
} /* http://prntscr.com/e0ka7y *

	/*----*****---- << Image Caption With Counter >> --****--*/	 /* http://prntscr.com/dydzek = Image caption counter */

.dt-sc-image-caption-with-counter
{
    counter-reset: image-caption-counter;
}

.dt-sc-image-caption-with-counter h3
{
    counter-increment: image-caption-counter;
}

.dt-sc-image-caption-with-counter h3:before
{
    border-bottom: 2px solid;
    content: counter(image-caption-counter, decimal-leading-zero);
    float: left;
    font-size: 36px;
    font-weight: 600;
    margin: -10px 20px 0 0;
    padding: 0;
}

.dt-sc-image-caption-with-counter h3:before
{
    font-family: 'Open Sans', sans-serif;
}

.dt-sc-contact-details-on-map .dt-sc-map-overlay h3
{
    color: #fff;
}
/* http://prntscr.com/dydzs2 = Restaurant */

/*----*****---- << Photography Readmore Plus >> ----*****----*/ /* http://prntscr.com/dydzxp = Photography */

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.dt-sc-readmore-plus-icon
{
    bottom: 0;
    height: 60px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 60px;
}

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.dt-sc-readmore-plus-icon:before
{
    height: 1px;
    width: 30px;
}

.dt-sc-readmore-plus-icon:after
{
    height: 30px;
    width: 1px;
}

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
    background: #fff;
}

.dt-sc-readmore-plus-icon
{
    background: #000;
}

.dt-sc-readmore-plus-icon:hover
{
    background: rgba(0, 0, 0, .8);
}

/*----*****---- << Nightclub Home page Social icons >> ----*****----*/

.diamond-narrow-square-border li:before
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.diamond-narrow-square-border li a
{
    color: #000;
}

.diamond-narrow-square-border li a:hover
{
    color: #fff;
}

/*Callout box*/

.dt-sc-callout-box
{
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.dt-sc-callout-box h2
{
    color: #000;
    font-size: 30px;
}

.dt-sc-callout-box.aligncenter .dt-sc-button
{
    margin-left: 10px;
    margin-right: 10px;
}

.dt-sc-callout-box.alignleft .dt-sc-button
{
    margin: 5px 20px 0 0;
}

.dt-sc-callout-box.alignright .dt-sc-button
{
    margin: 5px 0 0 20px;
}

.dt-sc-callout-box.alignleft img
{
    float: left;
    margin-right: 25px;
    max-width: 300px;
}

.dt-sc-callout-box.alignright img
{
    float: right;
    margin-left: 25px;
    max-width: 300px;
}

.dt-sc-callout-box.type5.alignright
{
    padding-left: 25px;
}

.dt-sc-callout-box.type5.alignleft
{
    padding-right: 25px;
}

.dt-sc-callout-box.type1
{
    font-size: 16px;
    line-height: 36px;
}

.dt-sc-callout-box.type1 h2
{
    background: url(//btcgas.fr/wp-content/themes/whistle/images/title-pattern.png) repeat 0 0;
    line-height: 30px;
}

.dt-sc-callout-box.type1 h2 span
{
    background-color: #fff;
    padding: 0 15px;
}

.dt-sc-callout-box.type2
{
    background: #f4f4f4;
    border-left: 5px solid;
    display: inline-block;
    padding: 30px;
    width: 100%;
}

.dt-sc-callout-box.type2 .dt-sc-button
{
    margin-right: 0;
    ;
}

.dt-sc-callout-box.type2 .right-align-button
{
    float: right;
    margin: 60px 0 60px 20px;
}

.dt-sc-callout-box.type3
{
    padding: 55px 15px 50px;
}

.dt-sc-callout-box.type3,
.dt-sc-callout-box.type5
{
    border: 2px solid #000;
    position: relative;
}

.dt-sc-callout-box.type5 h2
{
    padding-top: 20px;
}

/*Colored box*/

.dt-sc-colored-box
{
    color: #fff;
    padding: 42px 5% 22px;
    position: relative;
}

.dt-sc-colored-box h5
{
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}

.dt-sc-colored-box > span
{
    border: 2px solid #fff;
    display: inline-block;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    text-align: center;
    width: 60px;
}

.dt-sc-colored-box.type1
{
    text-align: center;
}

.dt-sc-colored-box.type2
{
    padding: 42px 5% 58px 155px;
}

.dt-sc-colored-box.type2 > span
{
    left: 60px;
    position: absolute;
    top: 38px;
}

.dt-sc-colored-box.type2 h5
{
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.dt-sc-colored-box.type2 a.dt-sc-button,
.dt-sc-colored-box.type2 a.dt-sc-button:hover
{
    border-color: #fff;
    color: #fff;
    font-size: 14px;
}

/*Working hours*/

.dt-working-hours li
{
    color: #4d4d4d;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
}

/*Programs*/

.dt-sc-programs
{
    border: 2px solid #ebebeb;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.dt-sc-pro-thumb
{
    float: left;
    width: 100%;
}

.dt-sc-pro-thumb img
{
    float: left;
}

.dt-sc-programs .dt-sc-pro-detail
{
    float: left;
    width: 100%;
}

.dt-sc-pro-detail .dt-sc-pro-content
{
    border-bottom: 2px solid #e6e6e6;
    padding: 30px 20px;
}

.dt-sc-pro-title h3
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.dt-sc-pro-title > span
{
    display: inline-block;
    margin-bottom: 24px;
}

.dt-sc-pro-detail .dt-sc-pro-content .dt-sc-fancy-list
{
    margin-bottom: 0;
}

.dt-sc-pro-detail .dt-sc-pro-content .dt-sc-fancy-list li:before
{
    color: #6a695e;
}

.dt-sc-pro-detail ul.dt-sc-pro-price
{
    display: table;
    margin: 0;
    text-align: center;
    width: 100%;
}

.dt-sc-pro-detail .dt-sc-pro-price li
{
    border-left: 2px solid #ddd;
    display: table-cell;
    height: 50px;
    line-height: normal;
    overflow: hidden;
    padding: 0 10px;
    vertical-align: middle;
}

.dt-sc-pro-detail .dt-sc-pro-price li:first-child
{
    border: none;
}

.dt-sc-pro-detail .pro-price-content sup,
.dt-sc-pro-detail .pro-price-content span
{
    font-size: 14px;
    font-weight: bold;
}

.dt-sc-pro-detail .pro-price-content span
{
    font-weight: normal;
}

.dt-sc-pro-detail .dt-sc-pro-price .dt-sc-button
{
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.dt-sc-pro-detail .dt-sc-pro-price .dt-sc-button:before
{
    content: '';
    height: 100px;
    margin: -50px;
    position: absolute;
    transition: .3s all linear;
    width: 100px;
    z-index: -1;
}

.dt-sc-pro-detail .dt-sc-pro-price .dt-sc-button i
{
    margin-left: 0;
}

.dt-sc-programs input[type=image]
{
    max-width: 100% !important;
}

.dt-sc-programs:hover .dt-sc-pro-detail .dt-sc-pro-price .pro-price-content
{
    color: #4d4d4d;
}

.dt-sc-pro-detail .pro-duration i
{
    margin-right: 10px;
}

.dt-sc-programs:hover,
.dt-sc-programs:hover .dt-sc-pro-detail .dt-sc-pro-content,
.dt-sc-programs:hover .dt-sc-pro-detail .pro-price-content,
.dt-sc-programs:hover .dt-sc-pro-detail li
{
    border-color: #000;
}

.dt-sc-programs:hover .dt-sc-pro-detail .pro-price-content sup,
.dt-sc-programs:hover .dt-sc-pro-detail .pro-price-content span
{
    color: #4d4d4d;
}

/*slanting-edge*/

.slanting-edge
{
    z-index: 1;
}

.slanting-edge:before
{
    content: '';
    display: inline-block;
    float: left;
    height: 100%;
    left: -90px;
    opacity: .9;
    position: absolute;
    top: 0;
            transform: skewX(-11deg);
        -ms-transform: skewX(-11deg);
    -webkit-transform: skewX(-11deg);
    width: 10000px;
    z-index: -1;
}

.fullwidth-section.transparent-bg .alignright
{
    margin-bottom: 0;
}

.slanting-edge *
{
    color: #fff;
}

.slanting-edge .dt-sc-button:hover,
.skin-color .dt-sc-button:hover
{
    background-color: #fff;
    border-color: #fff;
    color: #4d4d4d;
}

.slanting-edge .dt-sc-title.border-title h3
{
    font-size: 30px;
}

.rider-section:before
{
    background-image: url(//btcgas.fr/wp-content/themes/whistle/images/rider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 730px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.rally-content
{
    background-image: url(//btcgas.fr/wp-content/themes/whistle/images/mountain.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0;
    padding: 80px 25px 40px 303px;
    position: relative;
}

.rally-content .vc_column-inner
{
    position: relative;
    z-index: 99;
}

.support-info h3
{
    clear: both;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: none;
}

.support-info h2
{
    font-size: 40px;
    margin-bottom: 10px;
}

.support-info h2 i
{
    margin-right: 10px;
}

.support-info p
{
    display: inline-block;
    line-height: 20px;
}

.support-info a
{
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    padding: 0 5px 9px 0;
}

.support-info a:hover
{
    color: #000;
}

.skin-color .support-info a:hover
{
    color: #fff;
}

.support-info a i
{
    margin-right: 10px;
}

.rally-content .dt-sc-contact-info
{
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.rally-content .dt-sc-contact-info span
{
    margin: 0;
    padding: 0;
}

.athlete img
{
    float: left;
    margin: -100px 0 0 -50px;
    max-width: none;
    position: relative;
}

/*----*****---- << Event New  >> ----*****----*/

.dt-sc-event-new *
{
    transition: .3s all linear;
}

.dt-sc-event-new
{
    float: left;
    margin-bottom: 4px;
    padding-bottom: 10px;
    width: 100%;
}

.dt-sc-event-thumb
{
    float: left;
    margin-right: 30px;
    position: relative;
    width: 170px;
}

.dt-sc-event-new.type1 .dt-sc-event-thumb
{
    margin: 0 0 30px 0;
    position: relative;
    width: 100%;
}

.dt-sc-event-new.type1 .dt-sc-event-detail
{
    bottom: 0;
    left: 0;
    padding: 20px 25px;
    position: absolute;
    width: 100%;
}

.dt-sc-event-thumb > img
{
    float: left;
}

.dt-sc-event-thumb span.dt-sc-event-price
{
    bottom: 0;
    color: #fff;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
}

.dt-sc-event-thumb .fa
{
    background-color: transparent;
}

.dt-sc-event-thumb span.dt-sc-event-price
{
    bottom: 10px;
    font-weight: normal;
    padding: 2px 18px 5px 14px;
    right: -4px;
    z-index: 1;
}

.dt-sc-event-detail
{
    float: left;
    width: calc(100% - 200px );
}

.dt-sc-event-new .dt-sc-event-detail p
{
    margin-bottom: 5px;
}

.dt-sc-event-detail a.google-map-link
{
    clear: both;
    float: left;
    font-weight: bold;
}

.dt-sc-event-new.type1 .dt-sc-event-overlay
{
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.dt-sc-event-new.type1 .dt-sc-event-overlay:before
{
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 65%, rgba(0,0,0,.8) 98%);
    background:    -moz-linear-gradient(to bottom, rgba(0,0,0,0) 65%, rgba(0,0,0,.8) 98%);
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 65%, rgba(0,0,0,.8) 98%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*.dt-sc-event-new.type1:hover .dt-sc-event-overlay:before, .dt-sc-event-new.type1:hover .dt-sc-event-overlay{opacity:1;}*/

.dt-sc-event-new.type1 .dt-sc-event-overlay h4 a,
.dt-sc-event-new.type1:hover .dt-sc-event-overlay h4 a,
.dt-sc-event-new.type1 .dt-sc-event-overlay h4 a:hover,
.dt-sc-event-new.type1 .dt-sc-event-detail a.google-map-link
{
    color: #fff;
}

.dt-sc-event-new:hover .dt-sc-event-thumb span.dt-sc-event-price
{
    right: 0;
}

.dt-sc-event-new .dt-sc-event-price
{
    font-family: 'Crete Round', serif;
}

.dt-sc-event-title
{
    display: inline-block;
    margin-bottom: 12px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.dt-sc-event-title p.count
{
    float: left;
}

.dt-sc-event-title > h4
{
    font-size: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.dt-sc-nutrition
{
    float: left;
    margin-bottom: 40px;
    padding-left: 130px;
    position: relative;
    width: 100%;
}

.dt-sc-nutrition-thumb
{
    border-radius: 50%;
    box-shadow: 0 0 0 3px #e6e6e6;
    height: 95px;
    left: 0;
    position: absolute;
    top: 0;
            transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    width: 95px;
}

.dt-sc-nutrition:hover .dt-sc-nutrition-thumb
{
    animation: bounceOuter .4s linear;
}

.dt-sc-nutrition-thumb img
{
    border-radius: 50%;
}

.dt-sc-nutrition h4
{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.workouts-muscle
{
    float: left;
    min-height: 1083px;
    position: relative;
    width: 100%;
}

.workouts-muscle > img
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.workouts-muscle ul li
{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    width: 80%;
}

.workouts-muscle ul li > span
{
    background: #e6e6e6;
    float: left;
    height: 2px;
    left: -25px;
    position: relative;
    top: 0;
    width: 100%;
}

.workouts-muscle ul li > span:before
{
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 15px;
}

.workouts-muscle ul li > span:after
{
    background-color: #9bb70d;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #9bb70d;
    content: '';
    height: 17px;
    position: absolute;
    right: 0;
    top: -9px;
    width: 17px;
}

/*----*****---- << Event New End >> ----*****----*/

.tabs_box_navigation label,
.tt_timetable th
{
    color: #fff;
}

.gm-style .gm-style-iw-c
{
    border-radius: 0;
    line-height: 20px;
}

/*----*****---- << Buddypress >> ----*****----*/

.main-navs.dir-navs
{
    background: #f9f9f9;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links)
{
    border: none !important;
}

.buddypress-wrap .subnav-filters .component-filters select,
.buddypress-wrap .subnav-filters .last select
{
    height: 50px;
}

.buddypress-wrap .select-wrap span.select-arrow
{
    display: none;
}

.buddypress-wrap .select-wrap select
{
    padding-right: 50px;
}

body #buddypress input[type=search]
{
    height: 50px;
    margin: 0;
    padding: 0 14px;
}

.buddypress-wrap .subnav-filters .feed
{
    background: #dedede;
    color: #333;
    line-height: 48px;
    padding: 0 20px;
}

.buddypress-wrap .subnav-filters .feed a:before
{
    color: #000;
}

.buddypress-wrap:not(.bp-single-vert-nav) .main-navs > ul > li > a
{
    font-size: 13px;
    font-weight: bold;
    padding: 10px 24px;
    text-transform: uppercase;
}

.bp-navs ul li .count
{
    background-color: #fff !important;
    border-radius: 0;
    color: #999 !important;
    font-weight: normal;
}

.activity-list.bp-list
{
    background: none;
    border: none;
    padding: 0;
}

.activity-list.bp-list .activity-item
{
    border: 0;
    box-shadow: none;
    padding: 0;
}

.activity-list .activity-item.mini .activity-avatar img.avatar
{
    border: 4px solid #e1e1e1;
    float: left;
    height: auto;
    margin: 0 20px 0 0;
    max-width: 50px;
}

.activity-list .activity-item.mini .activity-avatar
{
    margin: 0;
}

.activity-list .activity-item .activity-content
{
    margin: 0 0 0 70px;
    position: relative;
}

.activity-list.bp-list .activity-item
{
    border-bottom: 1px solid #eaeaea;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.buddypress-wrap .activity-list .load-more,
.buddypress-wrap .activity-list .load-newest
{
    background: #f0f0f0;
}

.buddypress-wrap .activity-list .load-more:focus,
.buddypress-wrap .activity-list .load-more:hover,
.buddypress-wrap .activity-list .load-newest:focus,
.buddypress-wrap .activity-list .load-newest:hover
{
    box-shadow: none;
}

#buddypress div.pagination .pagination-links
{
    float: right;
}

#buddypress div.pagination .pag-count
{
    float: left;
    margin-left: 10px;
}

#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a
{
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 2px 17px 0;
    position: relative;
    transition: all .3s ease 0s;
    z-index: 1;
}

#buddypress ul.item-list li
{
    border-bottom: 1px solid #eaeaea;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

#buddypress ul.item-list li div.action
{
    position: absolute;
    right: 0;
    text-align: right;
    top: 15px;
}

#buddypress ul.item-list li img.avatar
{
    border: 4px solid #e1e1e1;
    float: left;
    height: auto;
    margin: 0 20px 0 0;
    max-width: 50px;
}

#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4
{
    font-weight: normal;
    margin: 0;
    width: 75%;
}

#buddypress #groups-list .item-meta span.activity
{
    background-color: #eee;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    border: 1px solid #c2c2c2;
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    margin-top: 3px;
    padding: 4px 8px;
    text-decoration: none;
}

#buddypress ul.item-list li div.item-desc
{
    font-size: 95%;
    margin: 10px 0 0 70px;
    width: 90%;
}

#buddypress ul.item-list li div.meta
{
    color: #888;
    font-size: 80%;
    margin-top: 10px;
}

.members.dir-list ul,
#buddypress ul.item-list,
#buddypress #activity-stream
{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

#buddypress ul.item-list
{
    border-top: 1px solid #eaeaea;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ult-sticky.ult-stick
{
    z-index: 9;
}

/*--------------------------------------------------------------
	2.0 - Browser Fix
	--------------------------------------------------------------*/
/* IE9 and above override */
@media screen and (min-width:0\0)
{
    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 71px 0 0;
    }
}

/* IE9 only override */

.ie9 .dt-sc-contact-details-on-map .dt-sc-map-overlay
{
    padding: 72px 0 0;
}


/*--------------------------------------------------------------
	3.0 - DT Responsive
	--------------------------------------------------------------*/
/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    /*----*****---- << Hosting >> ----*****----*/

    .hosting-contact-info-container .dt-sc-contact-info.type7 span
    {
        left: 10px;
    }

    /*----*****---- << Restaurant >> ----*****----*/

    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 72px 0 0;
    }

    /*----*****---- << Miscellaneous >> ----*****----*/

    .dt-sc-text-with-icon
    {
        font-size: 13px;
    }

    .dt-sc-image-caption.type8 .dt-sc-image-title h6
    {
        line-height: normal;
    }

    .rally-content
    {
        padding: 0;
    }

    .rider-section:before
    {
        background-image: none;
    }

    .athlete img
    {
        margin: 0;
        max-width: 100%;
    }

    .rally-content .dt-sc-contact-info
    {
        font-size: 20px;
    }
}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px)
{
    .dt-sc-text-with-icon
    {
        font-size: 11px;
    }

    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3
    {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 h6
    {
        font-size: 15px;
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 76px 0 0;
    }

    .rs_line_height p
    {
        line-height: normal !important;
    }

    /*----*****---- << Event >> ----*****----*/

    .dt-sc-content-with-hexagon-shape
    {
        margin-left: 16%;
    }

    .event-colored-box
    {
        margin-top: 0;
    }

    .event-contact-info
    {
        margin-left: 25%;
    }

    /*----*****---- << Architecture >> ----*****----*/

    .architecture-process.rs_padding_override
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4
    {
        margin-bottom: 20px;
        min-height: 290px;
        width: 32%;
    }

    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(4),
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(10)
    {
        margin-left: 0;
    }

    .secondary-skin-gradient .dt-sc-contact-info,
    .secondary-skin-gradient .dt-sc-contact-info span
    {
        font-size: 40px;
    }

    .rally-content
    {
        padding: 0;
    }

    .rider-section:before
    {
        background-image: none;
    }

    .athlete img
    {
        margin: 0;
        max-width: 100%;
    }

    .rally-content .dt-sc-contact-info
    {
        font-size: 20px;
    }

    .dt-sc-callout-box
    {
        padding: 15px;
    }

    .dt-sc-callout-box img
    {
        float: none !important;
        margin: 20px auto !important;
    }

    .dt-working-hours li
    {
        font-size: 14px;
    }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px)
{
    .fitness-form-container.extend-bg-fullwidth-right::after
    {
        background-color: transparent;
    }

    .fitness-form-container.extend-bg-fullwidth-right .vc_column-inner
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .fitness-contact-boxes .wpb_text_column,
    .fitness-contact-boxes .wpb_text_column:nth-child(2),
    .fitness-contact-boxes .wpb_text_column:last-child,
    .fitness-contact-boxes .wpb_text_column:nth-child(3)
    {
        padding: 10px 0;
        width: 100%;
    }

    .hotel_blockquote-type4 blockquote.type4
    {
        margin-top: 0;
    }

    .event-colored-box
    {
        margin-top: 0;
    }

    .event-contact-info.wpb_column
    {
        float: none;
        padding: 85px 30px 30px;
        width: 320px;
    }

    .gradient-parallax:before
    {
        background:    -moz-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        background: -webkit-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        background:         linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1);
    }

    /*----*****---- << Hosting >> ----*****----*/

    .hosting-contact-info-container .dt-sc-contact-info.type7 span
    {
        left: 0;
    }

    .hosting-contact-info-container .dt-sc-contact-info.type7
    {
        padding-left: 100px;
    }

    .rs_client_testimonial-center .dt-sc-image-flip a
    {
        display: block;
        position: relative;
    }

    .rs_client_testimonial-center .dt-sc-image-flip
    {
        text-align: center;
    }

    .hosting-table th
    {
        font-size: 13px;
        padding: 13px 10px;
        text-transform: capitalize;
    }

    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td
    {
        font-size: 13px;
        padding: 21px 10px;
    }

    .hosting-contact-info-container:before
    {
        content: none;
    }

    .extend-bg-fullwidth-left::after
    {
        content: none;
    }

    /*----*****---- << Custom Class >> ----*****----*/

    .rs_col_no_btm_space .wpb_column,
    .rs_col_no_btm_space.wpb_column,
    .rs_negative-margin_override.vc_row
    {
        margin-left: 0 !important;
    }

    .rs_padding_override_zero.vc_row,
    .rs_padding_override_zero.wpb_column .vc_column-inner
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .secondary-skin-gradient .dt-sc-contact-info,
    .secondary-skin-gradient .dt-sc-contact-info span
    {
        font-size: 30px;
    }

    /*----*****---- << Custom Class >> ----*****----*/

    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner
    {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
    {
        left: 0;
        margin: 0 -15px;
        right: 0;
        transform: none;
    }

    .dt-sc-event-detail
    {
        margin-bottom: 20px;
        width: 100%;
    }

    .dt-sc-event-thumb
    {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .dt-sc-event-new.type1 .dt-sc-event-thumb,
    .slanting-edge
    {
        margin: 0;
    }

    .rally-content
    {
        padding: 0;
    }

    .rider-section:before
    {
        background-image: none;
    }

    .athlete img
    {
        margin: 0;
        max-width: 100%;
    }

    .rally-content .dt-sc-contact-info
    {
        font-size: 20px;
    }

    .dt-sc-callout-box.alignleft img
    {
        float: none;
        margin: auto;
        margin-right: 0;
        max-width: 100%;
    }

    .dt-sc-callout-box.type2 .right-align-button
    {
        float: none;
        margin: 40px auto;
        text-align: center;
    }

    .dt-sc-callout-box.type3,
    .dt-sc-callout-box.type5
    {
        padding: 15px !important;
        text-align: center;
        width: 100%;
    }

    .dt-sc-callout-box.alignright img
    {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .slanting-edge:before
    {
        left: -200px;
    }

    .video-image
    {
        min-height: 200px;
    }
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px)
{
    /*----*****---- << Event location page >> ----*****----*/

    .event-contact-info.wpb_column
    {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .event-contact-info:before
    {
        background-size: 100%;
        left: 0;
        width: 100%;
    }

    .event-contact-info .dt-sc-sociable li
    {
        margin-bottom: 20px;
    }

    /*----*****---- << Custom Class >> ----*****----*/

    .rs_padding_left-override.vc_row .vc_column-inner,
    .rs_padding_left-override.wpb_column .vc_column-inner
    {
        padding-left: 15px !important;
    }

    .vc_row.vc_row-no-padding .responsive-padding > .vc_column-inner
    {
        padding-left: 35px;
        padding-right: 35px;
    }

    .gradient-content .dt-sc-button.medium
    {
        padding: 14px 20px;
    }

    .overflow-content
    {
        margin: 0;
    }

    /*----*****---- << Hosting >> ----*****----*/

    .hosting-table th
    {
        font-size: 12px;
        padding: 13px 6px;
        text-transform: capitalize;
    }

    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td
    {
        font-size: 12px;
        padding: 22px 8px;
    }

    /*----*****---- << Miscellaneous >> ----*****----*/

    .rs_fontsize_small
    {
        font-size: 40px !important;
    }

    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /*----*****---- << Business >> ----*****----*/

    .business-contact-social li
    {
        margin: 0 15px;
    }

    .dt-sc-colored-box.type2
    {
        padding: 40px 5% 40px 5%;
        text-align: center;
    }

    .dt-sc-colored-box.type2 > span
    {
        display: block;
        margin: auto auto 20px;
        position: initial;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px)
{
    /*----*****---- << Event location page >> ----*****----*/

    .event-contact-info.wpb_column
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-contact-info .dt-sc-contact-info span
    {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    /*----*****---- << Hosting contact Page >> ----*****----*/

    .hosting-contact-info-container:before
    {
        left: 0;
    }

    .hosting-contact-info-container .dt-sc-contact-info.type7
    {
        padding-left: 0;
    }

    .hosting-contact-info-container .dt-sc-contact-info.type7 span
    {
        left: 0;
    }

    .hosting-contact-info-container:before
    {
        width: 100%;
    }

    /*----*****---- << Hosting Domain Page >> ----*****----*/

    .hosting-table th
    {
        font-size: 10px;
        padding: 13px 0;
    }

    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td
    {
        font-size: 10px;
        padding: 21px 7px;
    }

    /*----*****---- << Common >> ----*****----*/

    .rs_fontsize_small
    {
        font-size: 32px !important;
    }

    /* http://prntscr.com/dydp42, http://prntscr.com/dydpkf */

    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /*----*****---- << Fitness >> ----*****----*/

    .dt-sc-text-with-icon
    {
        font-size: 10px;
        padding-left: 15px;
    }

    .dt-sc-text-with-icon span
    {
        font-size: 15px;
        margin-right: 5px;
    }
}@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        display: block;
    }

    ::i-block-chrome,
    .footer-copyright .menu-links li
    {
        margin: 0 0 0 28px;
    }


    ::i-block-chrome,
    .vc_row.vc_row-flex:not(.vc_row-has-fill),
    .vc_row.vc_row-flex[data-vc-full-width-init='true'],
    .vc_row.vc_row-has-fill[data-vc-full-width-init='true']
    {
        display: table !important;
    }
    /* ::i-block-chrome, .vc_row.vc_row-flex > .vc_column_container { float: none; } */
    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-equal-height > .vc_column_container
    {
        display: block;
    }
    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container
    {
        display: inline-block;
        vertical-align: middle;
    }

    ::i-block-chrome,
    .vc_row.vc_row-flex:not([data-vc-full-width-init='true'])
    {
        width: 100%;
    }
    ::i-block-chrome,
    .vc_row.vc_row-flex:not([data-vc-full-width-init='true']) > .vc_column_container
    {
        display: block; /* float: none; */
    }
    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-content-middle.vc_row-o-equal-height:not([data-vc-full-width-init='true']) > .vc_column_container
    {
        vertical-align: middle;
    }


    ::i-block-chrome,
    .vc_separator
    {
        display: inline-block;
    }

    ::i-block-chrome,
    .dt-logo-container
    {
        display: table;
    }
    ::i-block-chrome,
    .dt-logo-container,
    .dt-logo-container.logo-align-left
    {
        margin-right: auto;
    }
    ::i-block-chrome,
    .dt-logo-container.logo-align-right
    {
        margin-left: auto;
    }

    ::i-block-chrome,
    .dt-header-menu.left,
    .dt-header-menu.right
    {
        float: none;
    }

    ::i-block-chrome,
    .flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper
    {
        display: table;
    }
    ::i-block-chrome,
    .flex-col-elements-inline-middle.justify-end.vc_column_container > .vc_column-inner > .wpb_wrapper
    {
        margin-left: auto;
    }

    ::i-block-chrome,
    .dt-logo-container.logo-align-center,
    .flex-col-elements-inline-middle .dt-header-menu.center,
    .flex-col-elements-inline-middle.justify-center.vc_column_container > .vc_column-inner > .wpb_wrapper
    {
        margin-left: auto;
        margin-right: auto;
    }


    ::i-block-chrome,
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img
    {
        border: none;
                box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    }

    ::i-block-chrome,
    .dt-sc-icon-box-counter .vc_row.vc_row-flex
    {
        display: block;
    }
    ::i-block-chrome,
    .dt-sc-icon-box-counter .vc_row.vc_row-flex.vc_row-o-equal-height > .vc_column_container
    {
        display: inline-block;
    }

    ::i-block-chrome,
    .dt-sc-team.style2 .dt-sc-team-thumb img
    {
                transform: scale(.9936, .81223) translate(0, -11%); 
        -webkit-transform: scale(.9936, .81223) translate(0, -11%);
        width: 100%;
    }


    ::i-block-chrome,
    .vc_separator.dt-sc-custom-icon-separator,
    .vc_separator.dt-sc-title-boxed-with-border
    {
        display: table;
    }

    ::i-block-chrome,
    .vc_separator.dt-sc-title-boxed-with-border.vc_separator_align_center
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    ::i-block-chrome,
    .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder,
    .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder.vc_sep_holder_l,
    .vc_separator.dt-sc-custom-icon-separator .vc_icon_element.vc_icon_element-outer
    {
        display: table-cell;
        vertical-align: middle;
    }

    ::i-block-chrome,
    .vc_separator.dt-sc-title-boxed-with-border .vc_sep_holder,
    .vc_separator.dt-sc-title-boxed-with-border h4
    {
        display: inline-block;
    }

    ::i-block-chrome,
    .dt-sc-custom-icon-separator.vc_separator .vc_sep_holder.vc_sep_holder_r
    {
        width: 100%;
    }

    ::i-block-chrome,
    .dt-sc-custom-icon-separator.vc_separator ~ .vc_row.vc_row-flex
    {
        width: 100%;
    }

    ::i-block-chrome,
    .flip-box-wrap .horizontal_flip_right .ifb-back,
    .flip-box-wrap .horizontal_flip_right .ifb-hover .ifb-front
    {
        opacity: 0;
    }
    ::i-block-chrome,
    .flip-box-wrap .horizontal_flip_right .ifb-hover .ifb-back
    {
        opacity: 1;
    }

    ::i-block-chrome,
    .widget .recent-posts-widget li .entry-title
    {
        line-height: normal;
    }
    ::i-block-chrome,
    .widget .recent-posts-widget li .thumb
    {
        margin-top: 5px;
    }
    ::i-block-chrome,
    .widget .recent-posts-widget li .entry-title h4
    {
        display: inline;
    }


    /*::i-block-chrome, .vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; background: rgba(255,255,255,0.45); }*/
    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-equal-height.dt-sc-simpler-content > .vc_column_container
    {
        background: rgba(0,0,0,.1); 
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    ::i-block-chrome,
    .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu
    {
        left: 0;
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
    }
    ::i-block-chrome,
    #header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom
    {
        position: fixed;
    }
}

/* IE11 only override */
_:-ms-fullscreen,
:root .dt-sc-contact-details-on-map .dt-sc-map-overlay
{
    padding: 64px 0 0;
}


/* IE9 & above override */
@media screen and (min-width:0\0)
{
    .dt-logo-container
    {
        display: block;
    }

    .no-header-menu ul li a,
    .dt-header-menu .dt-primary-nav li a
    {
        vertical-align: top;
    }

    .vc_row-flex.vc_row > .vc_column_container > .vc_column-inner > *
    {
        min-height: 1px !important;
    }

    .vc_separator.dt-sc-custom-icon-separator,
    .vc_separator.dt-sc-title-boxed-with-border
    {
        display: table;
    }

    .vc_separator.dt-sc-title-boxed-with-border.vc_separator_align_center
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder,
    .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder.vc_sep_holder_l,
    .vc_separator.dt-sc-custom-icon-separator .vc_icon_element.vc_icon_element-outer
    {
        display: table-cell;
        vertical-align: middle;
    }


    .vc_separator.dt-sc-title-boxed-with-border .vc_sep_holder,
    .vc_separator.dt-sc-title-boxed-with-border h4
    {
        display: inline-block;
    }

    .dt-sc-custom-icon-separator.vc_separator .vc_sep_holder.vc_sep_holder_r
    {
        width: 100%;
    }

    .dt-sc-custom-icon-separator.vc_separator ~ .vc_row.vc_row-flex
    {
        width: 100%;
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder span
    {
        line-height: 70px;
    }

    .dt-sc-pr-tb-col.classic .dt-sc-tb-title p
    {
        background-color: transparent !important;
        background-image: url(//btcgas.fr/wp-content/themes/whistle/images/pr-offer-bg.png) !important;
    }

    .bx-controls a.bx-prev,
    .carousel_items .carousel-prv-arrow a
    {
        background-color: transparent;
        background-image: url(//btcgas.fr/wp-content/themes/whistle/images/slider-prev-arrow.png);

        mask-image: none;
    }
    .bx-controls a.bx-next,
    .carousel_items .carousel-next-arrow a
    {
        background-color: transparent;
        background-image: url(//btcgas.fr/wp-content/themes/whistle/images/slider-next-arrow.png);

        mask-image: none;
    }
    .bx-controls a.bx-prev:hover,
    .carousel_items .carousel-prv-arrow a:hover,
    .bx-controls a.bx-next:hover,
    .carousel_items .carousel-next-arrow a:hover
    {
        background-color: transparent !important;
    }
}


/* IE9 only override */
@media all and (min-width:0\0) and (min-resolution:.001dpcm)
{
    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu ul li.menu-item-simple-parent ul li ul,
    #main-menu ul li.menu-item-simple-parent ul li ul li ul
    {
        z-index: auto;
    }

    .vc_row-flex.vc_row
    {
        display: table !important;
    }
    .vc_row.vc_row-flex.dt-sc-map-overlay
    {
        display: block !important;
    }

    .dt-sc-contact-details-on-map.hide-overlay .vc_row.vc_row-flex.dt-sc-map-overlay
    {
        display: none !important;
    }

    .spa-map::before
    {
        content: none !important;
    }
}


/* Firefox override */
@-moz-document url-prefix()
{
    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 68px 0 0;
    }
    .university-contact-form .button-field i
    {
        height: 48px;
        line-height: 48px;
    }
}