@charset "UTF-8"; /*! *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} /* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
} /* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
} /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
} /********** Column Grid ********/
.col-1 {
  width: 8.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-1 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-1 {
    width: 100% !important;
  }
}
.col-2 {
  width: 16.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-2 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-2 {
    width: 100% !important;
  }
}
.col-3 {
  width: 25%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-3 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-3 {
    width: 100% !important;
  }
}
.col-4 {
  width: 33.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-4 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-4 {
    width: 100% !important;
  }
}
.col-5 {
  width: 41.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-5 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-5 {
    width: 100% !important;
  }
}
.col-6 {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-6 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-6 {
    width: 100% !important;
  }
}
.col-7 {
  width: 58.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-7 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-7 {
    width: 100% !important;
  }
}
.col-8 {
  width: 66.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-8 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-8 {
    width: 100% !important;
  }
}
.col-9 {
  width: 75%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-9 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-9 {
    width: 100% !important;
  }
}
.col-10 {
  width: 83.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-10 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-10 {
    width: 100% !important;
  }
}
.col-11 {
  width: 91.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-11 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-11 {
    width: 100% !important;
  }
}
.col-12 {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-12 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-12 {
    width: 100% !important;
  }
}
.margin-col-true .col {
  margin-top: 20px;
}
.margin-col-true .col:first-child {
  margin-top: 0;
}
.float-col-left .col {
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  .float-col-left .col {
    float: none;
  }
}
.col {
  padding: 10px;
}
.col:after {
  content: "";
  display: table;
  clear: both;
}
.col:first-child {
  margin-top: 0;
}
[class^="col-"] {
  box-sizing: border-box;
  float: left;
  padding: 0 1em;
}
[class^="col-"]:first-child {
  margin-left: 0;
} /********** Column Grid Ends ********/ /***************************************************************	Style for Checkbox, Radio Buttons and Select List***************************************************************/
.swiper-pagination-bullet-active,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #c74634;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #c74634 25%,
    #74bf43 75%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #c74634 25%,
    #74bf43 75%
  );
  background: radial-gradient(ellipse at center, #c74634 25%, #74bf43 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$themecolor_secondry', endColorstr='$themecolor_primary',GradientType=1 );
}
.checkbox-container {
  /*margin-bottom:20px;*/
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
}
.control-group {
  display: inline-block;
}
.control-group label {
  margin-top: 20px;
}
.control_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 16px;
  width: 16px;
  background: none;
  border: 1px solid #303030;
}
.control-radio .control_indicator {
  border-radius: 50%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: none;
} /*.control input:checked ~ .control_indicator {  background: #2aa1c0;}*/
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control_indicator {
  background: none;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 6px;
  top: -5px;
  width: 8px;
  height: 16px;
  border: solid #74bf43;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.control-radio .control_indicator:after {
  left: 2px;
  top: 2px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #74bf43;
}
.control-radio input:disabled ~ .control_indicator:after {
  background: #74bf43;
}
.select.currency {
  margin-top: 27px;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 6px 10px;
  outline: 0;
  border: 0;
  background: #ffffff;
  color: #303030;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  height: 36px;
  box-sizing: border-box;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #a0a0a0;
  background: #ffffff;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 4px 3px 0 4px;
  border-color: #373737 transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #ccc;
} /*************************************			Form Style*************************************/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.disabled {
  cursor: not-allowed !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  pointer-events: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.roundInput {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}
.roundInput10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.roundInput15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.roundInput20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
hr {
  border: 0;
  border-top: 1px solid #aaaaaa;
  margin: 10px 0 15px 0px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}
.noInline .radio-inline,
.noInline .checkbox-inline {
  display: block;
  margin-bottom: 15px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.checkbox-inline label {
  margin: 0px;
  margin-bottom: 0px !important;
  display: inline-block;
  width: auto;
} /********************************	Form Elements********************************/
label {
  margin-bottom: 12px !important;
  width: 100%;
  display: inline-block;
}
form {
  font-size: 0.929em;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.form-group {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  float: left;
}
.form-group .formcol {
  margin: 12px 0px;
  float: left;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .form-group .formcol {
    margin: 8px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .form-group .formcol {
    margin: 0px;
  }
}
.form-group .formcol.dialcode {
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form-group .formcol.dialcode {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .form-group .formcol.dialcode {
    width: 33.333% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .form-group .formcol.dialcode {
    width: 100% !important;
    padding: 0px;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .form-group .formcol.phonenumber {
    width: 66% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .form-group .formcol.phonenumber {
    width: 100% !important;
  }
}
.form-group .formelementholder {
  margin: 12px 0px;
}
.formDiv .heading {
  font-family: themeFontBold;
  color: #c74634;
  margin-bottom: 1.2rem;
  font-size: 14px;
  font-size: 1.4rem;
}
input.readonly[readonly],
input.readonly[readonly="readonly"] {
  background: #eeeeee !important;
  font-weight: bold;
} /********************************		Error Msgs********************************/
.error-msg {
  position: fixed;
  width: 100%;
  text-align: center;
  background: #cdcdcd;
  font-size: 14px;
  margin: 0px auto;
  z-index: 999;
  display: none;
  top: 64px;
  left: 0px;
}
.error-msg label {
  padding: 10px;
  display: inline-block;
  margin: 0px;
}
.alert-danger {
  background-color: red;
  border-color: red;
  color: white;
}
.alert {
  border-radius: 0;
  font-size: 14px;
  padding: 12px 15px;
}
.close {
  text-shadow: 0px 1px 0px #fff;
  opacity: 1;
}
.radio-inline error.control_indicator,
.checkbox-inline .error.control_indicator {
  border: 1px solid #ff0000;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
} /*** Input File Style ***/
.fileType {
  position: relative;
}
.fileUpload {
  position: absolute;
  top: 2px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 4px;
  height: 36px;
}
.fileUpload.validetta-error,
.fileUpload.errorBoxRed {
  border: 1px solid #ff0000;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  border-color: #ff0000;
}
.fileUpload.validetta-error .file-custom-error-msg,
.fileUpload.validetta-error .validetta-inline,
.fileUpload.errorBoxRed .file-custom-error-msg,
.fileUpload.errorBoxRed .validetta-inline {
  color: #aaaaaa;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 5px 0 0 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fileUpload.validetta-error .file-custom-error-msg,
  .fileUpload.validetta-error .validetta-inline,
  .fileUpload.errorBoxRed .file-custom-error-msg,
  .fileUpload.errorBoxRed .validetta-inline {
    bottom: 0px;
  }
}
.fileUpload span {
  float: right;
  position: relative;
  top: 3px;
}
.fileUpload span.validetta-inline {
  top: 5px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.noborder {
  border-width: 0 !important;
} /*** Captcha Style */
.captcha {
  width: 100%;
  background: #eeeeee;
  color: #000000;
  font-size: 25px;
  margin-top: 0px;
  height: 34px;
  line-height: 33px;
  padding: 0px 15px;
}
.captcha input {
  border: 0px !important;
  width: 80% !important;
  background: none;
  font-family: captchaFont;
  padding: 0px;
  font-size: 22px;
  font-size: 2.2rem;
}
.refreshCaptcha {
  float: right;
  font-size: 16px;
  color: #777777;
} /**** Thank You *****/
.errorMsg {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  color: #ff0000;
}
.sucess-msg {
  line-height: 1.6;
  height: 125px;
}
.sucess-msg h2,
.sucess-msg h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #c74634;
}
.sucess-msg p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 0.8rem;
} /********************************	Required Fields********************************/
.mandatory {
  height: 45px;
  text-align: right;
}
.mandatory-field-div {
  float: right;
  font-size: 12px;
  font-family: Orbitron-Medium;
}
span.required {
  border-width: 1px;
  border-style: solid;
  margin-right: 15px;
  position: relative;
}
.mandatory-info {
  font-size: 11px;
}
label.required:before,
.mandatory-info:before {
  content: "";
  border-width: 1px;
  border-style: solid;
  margin-right: 8px;
  position: relative;
  border-color: #74bf43;
}
.required-field .question:before {
  content: "";
  border-width: 1px;
  border-style: solid;
  margin-right: 10px;
  border-color: #74bf43;
  float: left;
  height: 20px;
  position: relative;
  top: 2px;
}
input[type="text"].required,
input[type="email"].required,
input[type="password"].required,
input[type="number"].required,
select.required {
  border-left: 2px solid #74bf43;
}
input[type="text"].required.error,
input[type="email"].required.error,
input[type="password"].required.error,
input[type="number"].required.error,
select.required.error {
  border-left: 2px solid #74bf43;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  border-color: #74bf43;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.validetta-bubble {
  position: absolute;
  background-color: #74bf43;
  max-width: 325px;
  border-radius: 5px;
  color: white;
  padding: 5px 12px;
  z-index: 9;
}
.validetta-bubble:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
}
.validetta-bubble--right:before {
  top: 7px;
  left: -10px;
  border-color: transparent #cd2e26 transparent transparent;
}
.validetta-bubble--bottom:before {
  top: -10px;
  left: 10px;
  border-color: transparent transparent #cd2e26 transparent;
}
.validetta-inline,
.validetta-bubble {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: themeFontRegular;
}
.validetta-inline {
  color: #74bf43;
  position: absolute;
  display: block;
  width: 100%;
  font-style: normal;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 2px 0 0 0;
}
.radioerror {
  color: #74bf43;
  display: block;
  width: 100%;
  font-style: normal;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  bottom: 5px;
  margin: 2px 0 0 0;
}
.radioerror {
  border: 0px solid #74bf43;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  border-color: #74bf43;
}
.validetta-error input,
.validetta-error select {
  border: 1px solid #74bf43;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  border-color: #74bf43;
}
.btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 25px;
  height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0px;
  outline: 0px;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-theme {
  background: #74bf43;
}
.btn-theme:hover {
  background: #61a237;
  transition: all 0.2s ease;
}
.btn-theme:active {
  background: #51872e;
}
.btn-medium-dark {
  background: #787878;
}
.btn-medium-dark:hover {
  background: #646464;
  transition: all 0.2s ease;
}
.btn-medium-dark:active {
  background: #525252;
}
.btn-light {
  background: #f8f8f8;
  color: #969696;
}
.btn-light:hover {
  background: #e4e4e4;
  transition: all 0.2s ease;
}
.btn-light:active {
  background: #d2d2d2;
}
.btn-white {
  background: #ffffff;
  color: #74bf43;
}
.btn-white:hover {
  background: #74bf43;
  color: #ffffff;
  transition: all 0.2s ease;
}
.btn-white:active {
  background: #787878;
  color: #ffffff;
}
.btn-dark {
  background: #969696;
}
.btn-dark:hover {
  background: #828282;
  transition: all 0.2s ease;
}
.btn-dark:active {
  background: #707070;
}
.btn-success {
  background: #73bf43;
}
.btn-success:hover {
  background: #61a237;
  transition: all 0.2s ease;
}
.btn-success:active {
  background: #51872e;
}
.btn-danger {
  background: #ff0000;
}
.btn-danger:hover {
  background: #d60000;
  transition: all 0.2s ease;
}
.btn-danger:active {
  background: #b30000;
}
.btn-warning {
  background: #fcf8e3;
}
.btn-warning:hover {
  background: #f8efbe;
  transition: all 0.2s ease;
}
.btn-warning:active {
  background: #f5e79e;
}
.btn-info {
  background: #d9edf7;
}
.btn-info:hover {
  background: #b7ddf0;
  transition: all 0.2s ease;
}
.btn-info:active {
  background: #9acfea;
}
input {
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
input:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(197, 31, 157, 0.075),
    0 0 8px rgba(197, 31, 157, 0.6);
  box-shadow: inset 0 1px 1px rgba(197, 31, 157, 0.075),
    0 0 8px rgba(197, 31, 157, 0.6);
}
.input-textfield {
  height: 36px;
  padding: 10px 16px;
  background: #ffffff;
  color: #787878;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.input-textfield::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textfield::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textfield:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textfield::placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textfield::-webkit-input-placeholder[style*="hidden"] {
  transform: translateY(-36px);
  opacity: 1;
  visibility: visible !important;
  color: #ffffff;
}
.input-textarea {
  padding: 10px 16px;
  background: #ffffff;
  color: #787878;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
}
.input-textarea::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textarea::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textarea:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textarea::placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  color: rgba(120, 120, 120, 0.5);
}
.input-textarea::-webkit-input-placeholder[style*="hidden"] {
  transform: translateY(-36px);
  opacity: 1;
  visibility: visible !important;
  color: #ffffff;
}
.input-half {
  width: 50%;
}
.input-quarter {
  width: 25%;
}
.input-auto {
  width: auto;
}
input[type="number"] {
  -moz-appearance: none;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.steps {
  margin: 20px 0 20px 0;
  padding: 0;
  display: flex;
  counter-reset: step;
  clear: both;
}
.steps li {
  list-style-type: none;
  flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #787878;
}
.steps li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #787878;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.steps li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #787878;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.steps li:first-child:after {
  content: none;
}
.steps li.active {
  color: #74bf43;
}
.steps li.active:before {
  background: #74bf43;
  border: #74bf43;
  color: #ffffff;
}
.steps li.active + li:after {
  background-color: #74bf43;
}
.feedback_form .feedback-form-info .form_name {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 0 15px 0px;
  font-family: themeFontBold;
  color: #74bf43;
}
.feedback_form .feedback-form-info .form_description {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 15px 0px;
}
.feedback_form .form_step_heading {
  margin: 25px 0 10px;
  color: #969696;
  padding: 0 10px;
  font-size: 21px;
  font-size: 2.1rem;
}
.feedback_form .form_step_heading:before {
  content: "";
  border-left: 5px solid #74bf43;
  margin-right: 10px;
}
.feedback_form .limit {
  text-align: right;
  margin-bottom: 8px;
}
.rating {
  position: relative;
  width: 300px;
  unicode-bidi: bidi-override;
  direction: rtl;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  margin: 0;
  text-align: center;
}
.rating label:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
  content: "\f005";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating label .options {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rating label .options {
    display: none;
  }
}
.rating label:hover .options {
  display: block !important;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: initial;
  left: auto;
  text-align: center;
  top: 0;
  right: -75px;
  margin-top: 12px;
  width: 150px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rating label:hover .options {
    display: none !important;
  }
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #74bf43 0%, #74bf43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating_selected_option {
  margin: 16px 0 0 0;
  font-family: themeFontBold;
  color: #74bf43;
  font-size: 18px;
  font-size: 1.8rem;
}
.search {
  position: relative;
}
.search input,
.search .input-textfield,
.search .input-textarea {
  position: relative;
  padding-right: 40px;
}
.search:after {
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  right: 10px;
  z-index: 1;
  color: #b9b9b9;
  font-size: 17px;
  font-size: 1.7rem;
  top: 7px;
}
.search input:focus + :after {
  color: #74bf43;
}
.form-error,
#email_exist_error_msg {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  color: #ff0000;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 2px;
}
.captcha_container {
  display: inline-block;
  width: 100%;
}
.makeCenter {
  display: table;
  width: 100%;
  position: relative;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .verticalCenter {
    display: block;
    vertical-align: inherit;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .verticalCenter {
    display: block;
    vertical-align: inherit;
    width: 100%;
  }
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.floatright {
  float: right !important;
}
.floatleft {
  float: left !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.fixed {
  position: fixed;
}
.body_fixed {
  position: fixed;
  left: 0;
  right: 0px;
} /*** No Padding Resetting ***/
.nopadding {
  padding: 0px !important;
}
.nopaddingLeft {
  padding-left: 0px !important;
}
.nopaddingRight {
  padding-right: 0px !important;
}
.nopaddingTop {
  padding-top: 0px !important;
}
.nopaddingBottom {
  padding-bottom: 0px !important;
}
.nomargin {
  margin: 0px !important;
}
.nomarginLeft {
  margin-left: 0px;
}
.nomarginRight {
  margin-right: 0px;
}
.nomarginTop {
  margin-top: 0px;
}
.nomarginBottom {
  margin-bottom: 0px;
} /*** Padding Resetting ***/
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding30 {
  padding: 30px !important;
}
.padding40 {
  padding: 40px !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .padding40 {
    padding: 20px !important;
  }
}
.padding50 {
  padding: 50px !important;
}
.paddingTop5 {
  padding-top: 5px !important;
}
.paddingTop10 {
  padding-top: 10px !important;
}
.paddingTop20 {
  padding-top: 20px !important;
}
.paddingTop30 {
  padding-top: 30px !important;
}
.paddingTop40 {
  padding-top: 40px !important;
}
.paddingTop50 {
  padding-top: 50px !important;
}
.paddingBottom5 {
  padding-bottom: 5px !important;
}
.paddingBottom10 {
  padding-bottom: 10px !important;
}
.paddingBottom20 {
  padding-bottom: 20px !important;
}
.paddingBottom30 {
  padding-bottom: 30px !important;
}
.paddingBottom40 {
  padding-bottom: 40px !important;
}
.paddingBottom50 {
  padding-bottom: 50px !important;
}
.paddingLeft5 {
  padding-left: 5px !important;
}
.paddingLeft10 {
  padding-left: 10px !important;
}
.paddingLeft20 {
  padding-left: 20px !important;
}
.paddingLeft30 {
  padding-left: 30px !important;
}
.paddingLeft40 {
  padding-left: 40px !important;
}
.paddingLeft50 {
  padding-left: 50px !important;
}
.paddingRight5 {
  padding-right: 5px !important;
}
.paddingRight10 {
  padding-right: 10px !important;
}
.paddingRight20 {
  padding-right: 20px !important;
}
.paddingRight30 {
  padding-right: 30px !important;
}
.paddingRight40 {
  padding-right: 40px !important;
}
.paddingRight50 {
  padding-right: 50px !important;
}
.noBorder {
  border: 0px;
} /********************************                Margin Sets********************************/ /*** Padding Resetting ***/
.margin5 {
  margin: 5px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin20 {
  margin: 20px !important;
}
.margin25 {
  margin: 25px !important;
}
.margin30 {
  margin: 30px !important;
}
.margin40 {
  margin: 40px !important;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop50 {
  margin-top: 50px !important;
}
.margintop55 {
  margin-top: 55px !important;
}
.margintop64 {
  margin-top: 64px !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom25 {
  margin-bottom: 25px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright15 {
  margin-right: 15px !important;
}
.marginright20 {
  margin-right: 20px !important;
}
.marginright25 {
  margin-right: 25px !important;
}
.marginright30 {
  margin-right: 30px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft7 {
  margin-left: 7px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft15 {
  margin-left: 15px !important;
}
.marginleft20 {
  margin-left: 20px !important;
}
.marginleft25 {
  margin-left: 25px !important;
}
.marginleft30 {
  margin-left: 30px !important;
}
.marginleft35 {
  margin-left: 35px !important;
}
.marginleft40 {
  margin-left: 40px !important;
}
.marginleft45 {
  margin-left: 45px !important;
}
.marginleft50 {
  margin-left: 50px !important;
}
.round_circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.widthFull {
  width: 100% !important;
}
.widthAuto {
  width: auto !important;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.justifycenter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.row.justifyend {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.row.justifystart {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.row.spacebetween {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.row.spacearound {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.row.alignitems-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.row.alignitems-top {
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
.row .flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row .flex1.s-noflex {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.row .row-col-1 {
  flex: 1;
  padding-right: 40px;
}
.row .row-col-2 {
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.s-columnview {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .row.s-columnview > div:first-child,
  .row.s-columnview > li:first-child {
    margin-bottom: 20px;
    padding: 0px !important;
    text-align: left;
  }
  .row.s-columnview > div:last-child,
  .row.s-columnview > li:last-child {
    padding: 0px !important;
    text-align: left;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.s-columnview.flexboth > div:first-child,
  .row.s-columnview.flexboth > li:first-child {
    margin: 0 0 20px 0;
    padding: 0px !important;
  }
  .row.s-columnview.flexboth > div:last-child,
  .row.s-columnview.flexboth > li:last-child {
    padding: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.xs-columnview {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .row.xs-columnview > div:first-child,
  .row.xs-columnview > li:first-child {
    margin-bottom: 20px;
    padding: 0px !important;
    text-align: left;
  }
  .row.xs-columnview > div:last-child,
  .row.xs-columnview > li:last-child {
    padding: 0px !important;
    text-align: left;
  }
}
@media only screen and (min-device-width: 0px) and (max-device-width: 410px) and (orientation: portrait) {
  .row.xs-columnview.flexboth > div:first-child,
  .row.xs-columnview.flexboth > li:first-child {
    margin: 0 0 20px 0;
    padding: 0px !important;
  }
  .row.xs-columnview.flexboth > div:last-child,
  .row.xs-columnview.flexboth > li:last-child {
    padding: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.s-rowview {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .row.s-rowview > div:first-child,
  .row.s-rowview > li:first-child {
    padding-right: 10px;
  }
  .row.s-rowview > div:last-child,
  .row.s-rowview > li:last-child {
    padding: 0px !important;
  }
  .row.s-rowview:first-child {
    padding-right: 10px;
  }
  .row.s-rowview:last-child {
    padding: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .row.tablet-columnview {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .row.tablet-columnview > div:first-child,
  .row.tablet-columnview > li:first-child {
    margin-bottom: 20px;
    padding: 0px !important;
  }
  .row.tablet-columnview > div:last-child,
  .row.tablet-columnview > li:last-child {
    padding: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .row.tablet-columnview.flexboth > div:first-child,
  .row.tablet-columnview.flexboth > li:first-child {
    margin: 0 0 20px 0;
    padding: 0px !important;
  }
  .row.tablet-columnview.flexboth > div:last-child,
  .row.tablet-columnview.flexboth > li:last-child {
    padding: 0px !important;
  }
}
@media only screen and (min-device-width: 0px) and (max-device-width: 410px) and (orientation: portrait) {
  .row.xs-columnview {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .row.xs-columnview > li:first-child,
  .row.xs-columnview > div:first-child {
    text-align: left;
    padding: 0;
    margin: 10px 0px;
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .row.xs-columnview > li:last-child,
  .row.xs-columnview > div:last-child {
    text-align: left;
    padding: 0;
    margin: 10px 0px;
    -webkit-box-flex: inherit !important;
    -moz-box-flex: inherit !important;
    -webkit-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
  }
}
.row.noflex > li,
.row.noflex > div {
  -webkit-box-flex: inherit !important;
  -moz-box-flex: inherit !important;
  -webkit-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important;
}
.row.flex-first > li:first-child,
.row.flex-first > div:first-child {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.flex-first > li:first-child.s-first-noflex,
  .row.flex-first > div:first-child.s-first-noflex {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.row.flex-last > li,
.row.flex-last > div {
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.flex-last > li,
  .row.flex-last > div {
    padding: 20px 0px;
  }
}
.row.flex-last > li:last-child,
.row.flex-last > div:last-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.flex-last > li:last-child.s-last-noflex,
  .row.flex-last > div:last-child.s-last-noflex {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.row.flex-last > li:first-child,
.row.flex-last > div:first-child {
  -webkit-box-flex: inherit;
  -moz-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  padding: 0px;
}
.row.flexboth > li,
.row.flexboth > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row.flexboth > li.s-noflex,
  .row.flexboth > div.s-noflex {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.row.flexboth > li:first-child,
.row.flexboth > div:first-child {
  margin: 0 6px 0 0;
  padding: 0;
}
.row.flexboth > li:last-child,
.row.flexboth > div:last-child {
  margin: 0 0 0 6px;
  padding: 0;
}
.row.flexboth > li.right,
.row.flexboth > div.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.row.flexboth > li.left,
.row.flexboth > div.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.row.flexboth > li.center,
.row.flexboth > div.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.row.align-left > li:first-child,
.row.align-left > div:first-child {
  text-align: left;
}
.row.align-left > li:last-child,
.row.align-left > div:last-child {
  text-align: left;
}
.row.align-right > li:first-child,
.row.align-right > div:first-child {
  text-align: right;
}
.row.align-right > li:last-child,
.row.align-right > div:last-child {
  text-align: right;
}
.row.align-center > li:first-child,
.row.align-center > div:first-child {
  text-align: center;
}
.row.align-center > li:last-child,
.row.align-center > div:last-child {
  text-align: center;
}
.row > li:first-child,
.row > div:first-child {
  text-align: left;
}
.row > li:last-child,
.row > div:last-child {
  text-align: right;
} /********** Column Grid ********/
.col-1 {
  width: 8.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-1 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-1 {
    width: 100% !important;
  }
}
.col-2 {
  width: 16.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-2 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-2 {
    width: 100% !important;
  }
}
.col-3 {
  width: 25%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-3 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-3 {
    width: 100% !important;
  }
}
.col-4 {
  width: 33.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-4 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-4 {
    width: 100% !important;
  }
}
.col-5 {
  width: 41.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-5 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-5 {
    width: 100% !important;
  }
}
.col-6 {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-6 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-6 {
    width: 100% !important;
  }
}
.col-7 {
  width: 58.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-7 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-7 {
    width: 100% !important;
  }
}
.col-8 {
  width: 66.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-8 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-8 {
    width: 100% !important;
  }
}
.col-9 {
  width: 75%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-9 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-9 {
    width: 100% !important;
  }
}
.col-10 {
  width: 83.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-10 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-10 {
    width: 100% !important;
  }
}
.col-11 {
  width: 91.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-11 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-11 {
    width: 100% !important;
  }
}
.col-12 {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-12 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-12 {
    width: 100% !important;
  }
}
.margin-col-true .col {
  margin-top: 20px;
}
.margin-col-true .col:first-child {
  margin-top: 0;
}
.float-col-left .col {
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  .float-col-left .col {
    float: none;
  }
}
.col {
  padding: 10px;
}
.col:after {
  content: "";
  display: table;
  clear: both;
}
.col:first-child {
  margin-top: 0;
}
[class^="col-"] {
  box-sizing: border-box;
  float: left;
  padding: 0 1em;
}
[class^="col-"]:first-child {
  margin-left: 0;
} /********** Column Grid Ends ********/
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  /*background-color:rgba(0,0,0,0.05);*/
  display: table;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  position: relative;
  top: 3px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: 50px !important;
  left: 0 !important;
  z-index: 99995;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@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) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../../../images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@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) {
  .iti-flag {
    background-image: url(../../../images/flags@2x.png);
  }
}
.iti-flag.np {
  background-color: transparent;
}
.intl-tel-input .flag-container + input.phone .intl-tel-input.iti-container {
  position: absolute;
  top: 50px !important;
  left: 0 !important;
  z-index: 99995;
  padding: 1px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.fa,
.icon {
  margin-right: 5px;
}
body {
  line-height: 1;
}
a {
  color: #74bf43;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  outline: 0px;
}
a:hover {
  text-decoration: underline;
}
ol,
ul {
  list-style: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
html,
body {
  height: 100%;
}
ol,
ul {
  list-style: none;
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
textarea {
  resize: none;
}
.makeCenter {
  display: table;
  width: 100%;
  position: relative;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .verticalCenter {
    display: block;
    vertical-align: inherit;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .verticalCenter {
    display: block;
    vertical-align: inherit;
    width: 100%;
  }
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.floatright {
  float: right !important;
}
.floatleft {
  float: left !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.fixed {
  position: fixed;
} /*** No Padding Resetting ***/
.nopadding {
  padding: 0px !important;
}
.nopaddingLeft {
  padding-left: 0px;
}
.nopaddingRight {
  padding-right: 0px;
}
.nopaddingTop {
  padding-top: 0px;
}
.nopaddingBottom {
  padding-bottom: 0px;
}
.nomargin {
  margin: 0px !important;
}
.nomarginLeft {
  margin-left: 0px;
}
.nomarginRight {
  margin-right: 0px;
}
.nomarginTop {
  margin-top: 0px;
}
.nomarginBottom {
  margin-bottom: 0px;
} /*** Padding Resetting ***/
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding30 {
  padding: 30px !important;
}
.padding40 {
  padding: 40px !important;
}
.padding50 {
  padding: 50px !important;
}
.paddingTop5 {
  padding-top: 5px !important;
}
.paddingTop10 {
  padding-top: 10px !important;
}
.paddingTop20 {
  padding-top: 20px !important;
}
.paddingTop30 {
  padding-top: 30px !important;
}
.paddingTop40 {
  padding-top: 40px !important;
}
.paddingTop50 {
  padding-top: 50px !important;
}
.paddingBottom5 {
  padding-bottom: 5px !important;
}
.paddingBottom10 {
  padding-bottom: 10px !important;
}
.paddingBottom20 {
  padding-bottom: 20px !important;
}
.paddingBottom30 {
  padding-bottom: 30px !important;
}
.paddingBottom40 {
  padding-bottom: 40px !important;
}
.paddingBottom50 {
  padding-bottom: 50px !important;
}
.paddingLeft5 {
  padding-left: 5px !important;
}
.paddingLeft10 {
  padding-left: 10px !important;
}
.paddingLeft20 {
  padding-left: 20px !important;
}
.paddingLeft30 {
  padding-left: 30px !important;
}
.paddingLeft40 {
  padding-left: 40px !important;
}
.paddingLeft50 {
  padding-left: 50px !important;
}
.paddingRight5 {
  padding-right: 5px !important;
}
.paddingRight10 {
  padding-right: 10px !important;
}
.paddingRight20 {
  padding-right: 20px !important;
}
.paddingRight30 {
  padding-right: 30px !important;
}
.paddingRight40 {
  padding-right: 40px !important;
}
.paddingRight50 {
  padding-right: 50px !important;
}
.noBorder {
  border: 0px;
} /********************************                Margin Sets********************************/
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop50 {
  margin-top: 50px !important;
}
.margintop64 {
  margin-top: 64px !important;
}
.margintop70 {
  margin-top: 70px !important;
}
.margintop80 {
  margin-top: 80px !important;
}
.margintop90 {
  margin-top: 90px !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom25 {
  margin-bottom: 25px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginbottom35 {
  margin-bottom: 35px !important;
}
.marginbottom40 {
  margin-bottom: 40px !important;
}
.marginbottom45 {
  margin-bottom: 45px !important;
}
.marginbottom50 {
  margin-bottom: 50px !important;
}
.marginbottom60 {
  margin-bottom: 60px !important;
}
.marginbottom70 {
  margin-bottom: 70px !important;
}
.marginbottom80 {
  margin-bottom: 80px !important;
}
.marginbottom90 {
  margin-bottom: 90px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright20 {
  margin-right: 20px !important;
}
.marginright30 {
  margin-right: 30px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft7 {
  margin-left: 7px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft20 {
  margin-left: 20px !important;
}
.marginleft30 {
  margin-left: 30px !important;
}
.marginleft35 {
  margin-left: 35px !important;
}
.marginleft40 {
  margin-left: 40px !important;
}
.marginleft45 {
  margin-left: 45px !important;
}
.marginleft50 {
  margin-left: 50px !important;
}
.round_circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.widthFull {
  width: 100%;
}
.FullPageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: rgba(248, 248, 248, 0.98);
  z-index: 999999;
  font-style: normal;
}
.FullPageOverlay .loading_container {
  width: 186px;
}
.FullPageOverlay .loading_container img {
  margin-bottom: 15px;
  max-width: 100%;
}
.FullPageOverlay .loading_container .text {
  font-family: themeFontBold;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  color: #c74634;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  display: block;
}
.overlay .loader04 {
  border-color: #74bf43;
}
.overlay .loader04:after {
  background: #74bf43;
}
.overlay_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  display: block;
}
.overlay_modal .loader04 {
  border-color: #74bf43;
}
.overlay_modal .loader04:after {
  background: #74bf43;
}
.overlay_dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 999;
  display: block;
}
.overlay_dark .loader04 {
  border-color: #74bf43;
}
.overlay_dark .loader04:after {
  background: #74bf43;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader01 {
  width: 56px;
  height: 56px;
  border: 8px solid #303030;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0;
}
.loader01::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #74bf43;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader02 {
  width: 56px;
  height: 56px;
  border: 8px solid rgba(48, 48, 48, 0.25);
  border-top-color: #74bf43;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader03 {
  width: 56px;
  height: 56px;
  border: 8px solid transparent;
  border-top-color: #74bf43;
  border-bottom-color: #303030;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader04 {
  width: 56px;
  height: 56px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s ease-in-out infinite;
  top: 50%;
  margin: -28px auto 0;
  border-color: #303030;
}
.loader04::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  background: #74bf43;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #74bf43;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0;
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader06 {
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-radius: 50%;
  position: relative;
  top: 50%;
  margin: -28px auto 0;
}
.loader06::before {
  content: "";
  border: 4px solid rgba(0, 82, 236, 0.5);
  border-radius: 50%;
  width: 67.2px;
  height: 67.2px;
  position: absolute;
  top: -9.6px;
  left: -9.6px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 1s;
  opacity: 0;
}
.loader06::after {
  content: "";
  border: 4px solid #0052ec;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -4px;
  left: -4px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 0.5s;
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader07 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  animation: loader-circles 1s linear infinite;
  top: 50%;
  margin: -8px auto 0;
}
@keyframes loader-circles {
  0% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05),
      19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2),
      19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4),
      -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8),
      -19px -19px 0 0 #0052ec;
  }
  12.5% {
    box-shadow: 0 -27px 0 0 #0052ec, 19px -19px 0 0 rgba(0, 82, 236, 0.05),
      27px 0 0 0 rgba(0, 82, 236, 0.1), 19px 19px 0 0 rgba(0, 82, 236, 0.2),
      0 27px 0 0 rgba(0, 82, 236, 0.3), -19px 19px 0 0 rgba(0, 82, 236, 0.4),
      -27px 0 0 0 rgba(0, 82, 236, 0.6), -19px -19px 0 0 rgba(0, 82, 236, 0.8);
  }
  25% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.8), 19px -19px 0 0 #0052ec,
      27px 0 0 0 rgba(0, 82, 236, 0.05), 19px 19px 0 0 rgba(0, 82, 236, 0.1),
      0 27px 0 0 rgba(0, 82, 236, 0.2), -19px 19px 0 0 rgba(0, 82, 236, 0.3),
      -27px 0 0 0 rgba(0, 82, 236, 0.4), -19px -19px 0 0 rgba(0, 82, 236, 0.6);
  }
  37.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.6),
      19px -19px 0 0 rgba(0, 82, 236, 0.8), 27px 0 0 0 #0052ec,
      19px 19px 0 0 rgba(0, 82, 236, 0.05), 0 27px 0 0 rgba(0, 82, 236, 0.1),
      -19px 19px 0 0 rgba(0, 82, 236, 0.2), -27px 0 0 0 rgba(0, 82, 236, 0.3),
      -19px -19px 0 0 rgba(0, 82, 236, 0.4);
  }
  50% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.4),
      19px -19px 0 0 rgba(0, 82, 236, 0.6), 27px 0 0 0 rgba(0, 82, 236, 0.8),
      19px 19px 0 0 #0052ec, 0 27px 0 0 rgba(0, 82, 236, 0.05),
      -19px 19px 0 0 rgba(0, 82, 236, 0.1), -27px 0 0 0 rgba(0, 82, 236, 0.2),
      -19px -19px 0 0 rgba(0, 82, 236, 0.3);
  }
  62.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.3),
      19px -19px 0 0 rgba(0, 82, 236, 0.4), 27px 0 0 0 rgba(0, 82, 236, 0.6),
      19px 19px 0 0 rgba(0, 82, 236, 0.8), 0 27px 0 0 #0052ec,
      -19px 19px 0 0 rgba(0, 82, 236, 0.05), -27px 0 0 0 rgba(0, 82, 236, 0.1),
      -19px -19px 0 0 rgba(0, 82, 236, 0.2);
  }
  75% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.2),
      19px -19px 0 0 rgba(0, 82, 236, 0.3), 27px 0 0 0 rgba(0, 82, 236, 0.4),
      19px 19px 0 0 rgba(0, 82, 236, 0.6), 0 27px 0 0 rgba(0, 82, 236, 0.8),
      -19px 19px 0 0 #0052ec, -27px 0 0 0 rgba(0, 82, 236, 0.05),
      -19px -19px 0 0 rgba(0, 82, 236, 0.1);
  }
  87.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.1),
      19px -19px 0 0 rgba(0, 82, 236, 0.2), 27px 0 0 0 rgba(0, 82, 236, 0.3),
      19px 19px 0 0 rgba(0, 82, 236, 0.4), 0 27px 0 0 rgba(0, 82, 236, 0.6),
      -19px 19px 0 0 rgba(0, 82, 236, 0.8), -27px 0 0 0 #0052ec,
      -19px -19px 0 0 rgba(0, 82, 236, 0.05);
  }
  100% {
    box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05),
      19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2),
      19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4),
      -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8),
      -19px -19px 0 0 #0052ec;
  }
}
.loader08 {
  width: 20px;
  height: 20px;
  position: relative;
  animation: loader08 1s ease infinite;
  top: 50%;
  margin: -46px auto 0;
}
@keyframes loader08 {
  0%,
  100% {
    box-shadow: -13px 20px 0 #0052ec, 13px 20px 0 rgba(0, 82, 236, 0.2),
      13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
  }
  25% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #0052ec,
      13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
  }
  50% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2),
      13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #0052ec,
      -13px 46px 0 rgba(0, 82, 236, 0.2);
  }
  75% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2),
      13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2),
      -13px 46px 0 #0052ec;
  }
}
.loader09 {
  width: 10px;
  height: 48px;
  background: #0052ec;
  position: relative;
  animation: loader09 1s ease-in-out infinite;
  animation-delay: 0.4s;
  top: 50%;
  margin: -28px auto 0;
}
.loader09::after,
.loader09::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 48px;
  background: #0052ec;
  animation: loader09 1s ease-in-out infinite;
}
.loader09::before {
  right: 18px;
  animation-delay: 0.2s;
}
.loader09::after {
  left: 18px;
  animation-delay: 0.6s;
}
@keyframes loader09 {
  0%,
  100% {
    box-shadow: 0 0 0 #0052ec, 0 0 0 #0052ec;
  }
  50% {
    box-shadow: 0 -8px 0 #0052ec, 0 8px 0 #0052ec;
  }
}
.loader10 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  animation: loader10 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  top: 50%;
  margin: -42px auto 0;
}
.loader10::after,
.loader10::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  animation: loader10 0.9s ease alternate infinite;
}
.loader10::before {
  left: -40px;
  animation-delay: 0.18s;
}
.loader10::after {
  right: -40px;
  animation-delay: 0.54s;
}
@keyframes loader10 {
  0% {
    box-shadow: 0 28px 0 -28px #0052ec;
  }
  100% {
    box-shadow: 0 28px 0 #0052ec;
  }
}
.loader11 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 40px 0 #0052ec;
  position: relative;
  animation: loader11 0.8s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  top: 50%;
  margin: -50px auto 0;
}
.loader11::after,
.loader11::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 40px 0 #0052ec;
  animation: loader11 0.8s ease-in-out alternate infinite;
}
.loader11::before {
  left: -30px;
  animation-delay: 0.48s;
}
.loader11::after {
  right: -30px;
  animation-delay: 0.16s;
}
@keyframes loader11 {
  0% {
    box-shadow: 0 40px 0 #0052ec;
  }
  100% {
    box-shadow: 0 20px 0 #0052ec;
  }
}
.loader12 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: loader12 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0;
}
@keyframes loader12 {
  0% {
    box-shadow: -60px 40px 0 2px #0052ec, -30px 40px 0 0 rgba(0, 82, 236, 0.2),
      0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2),
      60px 40px 0 0 rgba(0, 82, 236, 0.2);
  }
  25% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 2px #0052ec,
      0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2),
      60px 40px 0 0 rgba(0, 82, 236, 0.2);
  }
  50% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2),
      -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 2px #0052ec,
      30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
  }
  75% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2),
      -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2),
      30px 40px 0 2px #0052ec, 60px 40px 0 0 rgba(0, 82, 236, 0.2);
  }
  100% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2),
      -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2),
      30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 2px #0052ec;
  }
}
.countdown-container .count {
  background: #74bf43;
}
.countdown-container {
  display: inline-block;
  position: relative;
  font-family: themeFontBold;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .countdown-container {
    text-align: center;
    width: 100%;
  }
}
.countdown-container .time {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 40px;
  width: 40px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .countdown-container .time {
    width: 38px;
    height: 38px;
  }
}
.countdown-container .count {
  /****background: #80C74C;***/
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
  width: 40px;
  height: 40px;
}
.countdown-container .count.round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .countdown-container .count {
    width: 38px;
    height: 38px;
  }
}
.countdown-container .label {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: "";
  margin-top: 5px;
} /* Animation start */
.countdown-container .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown-container .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background: inherit;
  border: 1px solid #e8e8e8;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px 0px;
}
.resp-tabs-list li.resp-tab-active {
  margin-bottom: -1px !important;
  padding: 5px 15px !important;
  background-color: #74bf43 !important;
  color: #ffffff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  margin: 5px 0;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 1px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
} /*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5ab1d0 !important;
  border-left: 4px solid #5ab1d0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
} /*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #dbdbdb; /* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
} /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  h2.resp-accordion {
    display: none;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
} /** * -------------------------------------------------------------- * Section * -------------------------------------------------------------- */
.smk_accordion .accordion_in {
  border: 1px solid #d7d7d7;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  overflow: hidden;
}
.smk_accordion .accordion_in:last-child {
  margin-bottom: 0;
} /** * -------------------------------------------------------------- * Head * -------------------------------------------------------------- */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #fdfdfd;
  padding: 0px 25px;
  display: block;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
.smk_accordion .accordion_in.noAccordion .acc_head {
  cursor: default;
}
.smk_accordion .accordion_in.noAccordion.acc_active > .acc_head {
  font-weight: normal;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  width: 18px;
  height: 18px;
  position: relative;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  border: 2px solid #aaaaaa;
  border-radius: 3px;
  float: right;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before {
  content: "+";
  position: absolute;
  top: -24px;
  left: 2px;
  color: #777777;
  height: 5px;
  display: inline-block;
  width: 100%;
} /** * -------------------------------------------------------------- * Content * -------------------------------------------------------------- */
.smk_accordion .accordion_in .acc_content {
  padding: 0px 25px 20px 25px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
} /** * -------------------------------------------------------------- * General * -------------------------------------------------------------- */
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  font-weight: bold;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  border: 2px solid #aaaaaa;
  border-radius: 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:before {
  content: "-";
  text-align: center;
  left: 0px;
  font-size: 22px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  display: inline-block;
  width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; /* Fix of Webkit flickering */
  z-index: 1;
  padding-bottom: 0%;
  height: auto;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  align-items: center;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
} /* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
} /* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
} /* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-vertical .swiper-button-next {
  position: absolute;
  top: -15%;
  right: auto;
  left: auto;
  width: 27px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-container-vertical .swiper-button-prev {
  position: absolute;
  bottom: 0%;
  width: 27px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
} /* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 35%;
  width: 27px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
  left: 0px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");*/
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
  right: 0px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");*/
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");*/
} /* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
} /* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
} /* Bullets */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #74bf43;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  border: 0px;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
} /* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
} /* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  ); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  ); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  ); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  ); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  ); /* Firefox 16+, IE10, Opera 12.50+ */
} /* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
} /* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
} /* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
} /* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
} /* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
} /* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.has-pagination-relative .swiper-pagination {
  position: relative;
  bottom: 0px;
  margin: 6px 0px 0 0;
} /*! * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr; /*.dow {		border-top: 1px solid #ddd !important;	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.validetta-bubble {
  position: absolute;
  background-color: #cd2e26;
  max-width: 325px;
  border-radius: 5px;
  color: white;
  padding: 5px 12px;
  z-index: 9;
}
.validetta-bubble:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
}
.validetta-bubble--right:before {
  top: 7px;
  left: -10px;
  border-color: transparent #cd2e26 transparent transparent;
}
.validetta-bubble--bottom:before {
  top: -10px;
  left: 10px;
  border-color: transparent transparent #cd2e26 transparent;
}
.validetta-inline,
.validetta-bubble {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}
.validetta-inline {
  color: #aaaaaa;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 1px 0 0 0;
}
.validetta-error input,
.validetta-error select,
.validetta-error .control_indicator {
  border: 1px solid #ff0000;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  border-color: #ff0000;
} /*# sourceMappingURL=validetta.css.map */
.checkbox-inline label .validetta-inline {
  width: 250px;
}
.custom-error-holder .control_indicator {
  border-color: #ff0000;
}
.custom-error-holder .custom-error-msg {
  color: #aaaaaa;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0px 0 0 0;
  bottom: -0.8rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-error-holder .custom-error-msg {
    bottom: 0px;
  }
}
.validetta-error + .validetta-inline {
  display: block !important;
}
.message_overlay {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  bottom: 0;
  z-index: 9;
}
.message-danger {
  color: #ff0000;
  width: 100%;
}
.message-danger.smalltext {
  font-size: 13px;
  font-size: 1.3rem;
}
.message-danger.smalltext.icon.inline:before {
  font-size: 17px;
  font-size: 1.7rem;
}
.message-danger.smalltext.icon.block:before {
  font-size: 26px;
  font-size: 2.6rem;
}
.message-danger.medium {
  font-size: 18px;
  font-size: 1.8rem;
}
.message-danger.medium.icon.inline:before {
  font-size: 25px;
  font-size: 2.5rem;
}
.message-danger.medium.icon.block:before {
  font-size: 30px;
  font-size: 3rem;
}
.message-danger.large {
  font-size: 24px;
  font-size: 2.4rem;
}
.message-danger.large.icon.inline:before {
  font-size: 33px;
  font-size: 3.3rem;
}
.message-danger.large.icon.block:before {
  font-size: 50px;
  font-size: 5rem;
}
.message-danger.icon:before {
  font-family: FontAwesome;
  content: "\f06a";
}
.message-danger.icon.block:before {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.message-danger.icon.inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .message-danger.icon.inline {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .message-danger.icon.inline:before {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
}
.message-danger.icon.inline:before {
  margin-right: 10px;
}
.message-danger .content_msg {
  color: #787878;
  font-size: 70%;
}
.message-success {
  color: #74bf43;
  width: 100%;
}
.message-success.smalltext {
  font-size: 13px;
  font-size: 1.3rem;
}
.message-success.smalltext.icon.inline:before {
  font-size: 17px;
  font-size: 1.7rem;
}
.message-success.smalltext.icon.block:before {
  font-size: 26px;
  font-size: 2.6rem;
}
.message-success.medium {
  font-size: 18px;
  font-size: 1.8rem;
}
.message-success.medium.icon.inline:before {
  font-size: 28px;
  font-size: 2.8rem;
}
.message-success.medium.icon.block:before {
  font-size: 30px;
  font-size: 3rem;
}
.message-success.large {
  font-size: 24px;
  font-size: 2.4rem;
}
.message-success.large.icon.inline:before {
  font-size: 33px;
  font-size: 3.3rem;
}
.message-success.large.icon.block:before {
  font-size: 50px;
  font-size: 5rem;
}
.message-success.icon:before {
  font-family: FontAwesome;
  content: "\f058";
}
.message-success.icon.block:before {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.message-success.icon.inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.message-success.icon.inline:before {
  margin-right: 10px;
}
.message-success.icon.inline.textright {
  justify-content: flex-end;
}
.message-success.icon.inline.textleft {
  justify-content: flex-start;
}
.message-success.icon.inline.textcenter {
  justify-content: center;
}
.message-success .content_msg {
  color: #787878;
  font-size: 90%;
  margin: 8px 0px;
}
.norecord_div {
  font-style: italic;
  color: #969696;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.norecord_div.message_block_large {
  font-size: 20px;
  font-size: 2rem;
  padding: 5% 0;
}
.alert-dark,
.alert-success,
.alert-info,
.alert-danger,
.alert-warning {
  border: 1px solid transparent;
  padding: 10px;
}
.alert-dark {
  color: #ffffff;
  background-color: #303030;
  border-color: #9a9a9a;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.form_error {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 3px;
  display: inline-block;
}
.form_error {
  color: #ff0000;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  background: #ffffff;
  color: #787878;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #787878;
  height: 36px;
  line-height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: solid #757575;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: 6px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.breakouts .time_holder {
  margin-right: 1rem;
  font-family: themeFontBold;
  -webkit-box-flex: 0 110px;
  -moz-box-flex: 0 110px;
  -webkit-flex: 0 110px;
  -ms-flex: 0 110px;
  flex: 0 110px;
  width: 110px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .time_holder {
    margin: 0 0 1.5rem 0;
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .time_holder:empty {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .breakouts .time_holder:empty {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .breakouts .time_holder:empty {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .event_breakout_container {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .breakouts .event_breakout_container {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .breakouts .event_breakout_container {
    margin-bottom: 2rem;
  }
}
.breakouts .event_breakout_container .event_day_details_holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #74bf43;
  text-align: left;
  font-family: themeFontBold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.breakouts .event_breakout_container .event_day_details_holder .breakout_title {
  font-family: themeFontBold;
}
.breakouts .event_breakout_container .event_day_details_holder.has-seperator {
  border-bottom: 1px solid #74bf43;
  padding-bottom: 2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .event_breakout_container .event_day_details_holder {
    display: block;
    margin: 2.8rem 0;
  }
}
.breakouts .event_breakout_container .event_date {
  background: #d9d9d9;
  padding: 1rem 1.3rem;
  color: #000000;
  text-align: left;
  font-family: themeFontBold;
  font-size: 17px;
  font-size: 1.7rem;
}
.breakouts .event_breakout_container .breakout_content {
  padding: 2rem 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .event_breakout_container .breakout_content {
    padding: 0;
  }
}
.breakouts .event_breakout_container .breakout_content .breakout_sessions {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem 1.5rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .event_breakout_container .breakout_content .breakout_sessions {
    margin: 0;
  }
}
.breakouts
  .event_breakout_container
  .breakout_content
  .breakout_sessions:last-child {
  margin-bottom: 0;
}
.breakouts
  .event_breakout_container
  .breakout_content
  .breakout_sessions
  .breakout_session_title {
  font-family: themeFontBold;
  font-size: 16px;
  font-size: 1.6rem;
}
.breakouts
  .event_breakout_container
  .breakout_content
  .breakout_sessions
  .breakout_session_description {
  margin-top: 0.6rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts
    .event_breakout_container
    .breakout_content
    .breakout_sessions
    .breakout_session_description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .event_breakout_container .breakout_content .breakout_sessions {
    display: inline-block;
    width: 100%;
    padding: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts
    .event_breakout_container
    .breakout_content
    .breakout_sessions:nth-child(even) {
    background: #f3f3f3;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts
    .event_breakout_container
    .breakout_content
    .breakout_sessions:nth-child(odd) {
    background: #e6e6e6;
  }
}
.breakouts
  .event_breakout_container
  .breakout_content
  .breakout_sessions
  .control-group {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .breakouts
    .event_breakout_container
    .breakout_content
    .breakout_sessions
    .control-group {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .breakouts
    .event_breakout_container
    .breakout_content
    .breakout_sessions
    .control-group {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts
    .event_breakout_container
    .breakout_content
    .breakout_sessions
    .control-group {
    margin-left: 0;
  }
}
.breakouts
  .event_breakout_container
  .breakout_content
  .breakout_sessions
  .control-group
  label {
  margin: 0 !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breakouts .event_breakout_container .breakout_content .sessions_holder {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .breakouts .event_breakout_container .breakout_content .sessions_holder {
    padding-left: 0;
  }
} /********** Column Grid ********/
.col-1 {
  width: 8.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-1 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-1 {
    width: 100% !important;
  }
}
.col-2 {
  width: 16.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-2 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-2 {
    width: 100% !important;
  }
}
.col-3 {
  width: 25%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-3 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-3 {
    width: 100% !important;
  }
}
.col-4 {
  width: 33.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-4 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-4 {
    width: 100% !important;
  }
}
.col-5 {
  width: 41.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-5 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-5 {
    width: 100% !important;
  }
}
.col-6 {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-6 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-6 {
    width: 100% !important;
  }
}
.col-7 {
  width: 58.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-7 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-7 {
    width: 100% !important;
  }
}
.col-8 {
  width: 66.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-8 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-8 {
    width: 100% !important;
  }
}
.col-9 {
  width: 75%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-9 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-9 {
    width: 100% !important;
  }
}
.col-10 {
  width: 83.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-10 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-10 {
    width: 100% !important;
  }
}
.col-11 {
  width: 91.66667%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-11 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-11 {
    width: 100% !important;
  }
}
.col-12 {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .col-12 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-12 {
    width: 100% !important;
  }
}
.margin-col-true .col {
  margin-top: 20px;
}
.margin-col-true .col:first-child {
  margin-top: 0;
}
.float-col-left .col {
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  .float-col-left .col {
    float: none;
  }
}
.col {
  padding: 10px;
}
.col:after {
  content: "";
  display: table;
  clear: both;
}
.col:first-child {
  margin-top: 0;
}
[class^="col-"] {
  box-sizing: border-box;
  float: left;
  padding: 0 1em;
}
[class^="col-"]:first-child {
  margin-left: 0;
} /********** Column Grid Ends ********/
@font-face {
  font-family: themeFontBold;
  src: url("../../../fonts/AvantGarde-Demi.otf") format("opentype");
  src: url("../../../fonts/AvantGarde-Demi.ttf") format("truetype");
  src: local(AvantGarde-Demi), url("../../../fonts/AvantGarde-Demi.otf");
  font-weight: Bold;
  font-style: normal;
}
@font-face {
  font-family: themeFontRegular;
  src: url("../../../fonts/ITC-Avant-Garde-GothicLT-Book-Regular.otf")
    format("opentype");
  src: local(ITC-Avant-Garde-GothicLT-Book-Regular),
    url("../../../fonts/ITC-Avant-Garde-GothicLT-Book-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #303030;
}
.bgcolor-default {
  background: #303030 !important;
}
.bgcolor-primary {
  background: #74bf43 !important;
}
.bgcolor-secondry {
  background: #c74634 !important;
}
.body-bgcolor {
  background: #ffffff;
}
.wrapper-bgcolor {
  background: #303030;
}
.bordercolor-primary {
  border-color: #74bf43 !important;
}
.fontcolor-default {
  color: #303030;
}
.fontcolor-primary {
  color: #74bf43;
}
.fontcolor-secondry {
  color: #c74634;
}
.fontcolor-eventtitle {
  color: #ffffff;
}
.fontcolor-header-sharebuttons {
  color: #ffffff;
}
.fontcolor-header-sharebuttons:hover {
  color: #ffffff;
}
.fontcolor-timer {
  color: #ffffff !important;
}
.fontcolor-header-aheadtitle {
  color: #ffffff;
}
.linkcolor-default {
  color: #303030;
}
.linkcolor-default:hover {
  color: #787878;
  text-decoration: underline;
}
.linkcolor-primary {
  color: #74bf43;
}
.linkcolor-primary:hover {
  color: #303030;
  text-decoration: underline;
}
.linkcolor-secondry {
  color: #c74634;
}
.linkcolor-secondry:hover {
  color: #303030;
  text-decoration: underline;
}
.btn-primary {
  background: #74bf43;
}
.btn-primary:hover {
  background: #61a237;
  transition: all 0.2s ease;
}
.btn-primary:active {
  background: #51872e;
}
.btn-default {
  background: #303030;
}
.btn-default:hover {
  background: #1c1c1c;
  transition: all 0.2s ease;
}
.btn-default:active {
  background: #0a0a0a;
}
.theme-tabs-button {
  background: #74bf43 !important;
  color: #ffffff;
}
label.required:before,
.mandatory-info:before {
  content: "";
  border-width: 1px;
  border-style: solid;
  margin-right: 8px;
  position: relative;
  border-color: #74bf43;
}
.required-field .question:before {
  content: "";
  border-width: 1px;
  border-style: solid;
  margin-right: 10px;
  border-color: #74bf43;
  float: left;
  height: 20px;
  position: relative;
  top: 2px;
}
input[type="text"].required,
input[type="email"].required,
input[type="password"].required,
input[type="number"].required,
select.required {
  border-left: 2px solid #74bf43;
}
input[type="text"].required.error,
input[type="email"].required.error,
input[type="password"].required.error,
input[type="number"].required.error,
select.required.error {
  border-left: 2px solid #74bf43;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  border-color: #74bf43;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  line-height: 1.6;
  width: 100%;
  font-family: themeFontRegular;
  color: #303030;
  text-align: left;
  font-size: 14px;
}
@font-face {
  font-family: captchaFont;
  src: url("../../../fonts/Moms_typewriter.ttf") format("truetype");
  src: local(Moms_typewriter), url("../../../fonts/Moms_typewriter.ttf");
  font-weight: normal;
} /********************************	Extras********************************/
.hide {
  display: none;
}
.show {
  display: block;
}
.fixed {
  position: fixed;
}
small {
  font-size: 12px;
}
.widthFull {
  width: 100% !important;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.mobile-only {
  display: none !important;
}
.show-on-small-devices {
  display: none;
}
.hide-on-small-devices {
  display: block;
}
.notemsg {
  background: #f5f5f5;
  padding: 15px;
  margin-left: 0px;
  border: 1px solid #e3e3e3;
}
.notemsg .codenumber {
  font-size: 16px;
  font-weight: bold;
}
.notemsg a {
  color: #555555;
  text-decoration: underline;
}
.notemsg a:hover {
  color: #303030;
  text-decoration: none;
}
.avoid-clicks {
  pointer-events: none;
  opacity: 0.6;
}
.separator {
  border-left: 1px solid #d7d7d7;
  width: 1px;
  display: block;
  height: 85px;
}
.urllink {
  color: #a51115;
}
.urllink:hover {
  color: #303030;
}
#radiodiv > div {
  display: none;
}
.email_exist_error {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 100;
  border-color: #ff0000;
}
.ulstyle {
  margin: 0px 0 0 10px;
  padding: 0px;
}
.ulstyle li {
  margin: 6px 0px;
  list-style: square;
}
.ulstyle li a {
  color: #a51115;
}
.ulstyle li a:hover {
  color: #303030;
}
.seperateDiv {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.addperson {
  color: #555555;
  text-decoration: underline;
}
.addperson:hover {
  color: #303030;
  text-decoration: none;
}
.removeNow {
  float: right;
  cursor: pointer;
}
.removeNow:hover {
  color: #ff0000;
}
.divseperation {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 0px;
  margin: 15px 0;
}
.sectiontitle {
  padding: 10px;
  font-weight: bold;
  color: #303030;
  text-align: left;
  font-size: 16px;
}
.add_photo_container {
  margin: 4rem 0;
}
.add_photo_container .add_photo_grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.add_photo_container .add_photo_grid .rightblock {
  padding-left: 4rem;
}
.add_photo_container .picholder {
  background: #e7e7e7;
  background-size: contain;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid #e7e7e7;
}
.add_photo_container .picholder img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.downloadlink {
  font-size: 18px;
  color: #303030;
  display: inline-block;
  margin-bottom: 10px;
}
.downloadlink:before {
  background: #e7e7e7;
  border-radius: 50%;
  content: "\f019";
  font-family: FontAwesome;
  font-size: 50px;
  padding: 25px;
  color: #a4a2a2;
  margin-right: 20px;
  top: 10px;
  position: relative;
  left: -9px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  color: #fff;
  width: 85px;
  text-align: center;
  padding: 5px 6px;
  position: absolute;
  z-index: 1;
  top: 100%;
  margin-left: -40px;
  font-size: 11px;
  line-height: initial; /* Fade in tooltip - takes 1 second to go from 0% to 100% opac:    opacity: 0;    transition: opacity 1s;*/
}
@media (min-width: 0px) and (max-width: 960px) {
  .tooltip .tooltiptext {
    display: none;
  }
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #74bf43 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible; /*opacity: 1;*/
} /********************************	Page Containers********************************/
.wrapper {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
}
.wrapper.showing-success-msg {
  height: 70vw;
}
@media (min-width: 0px) and (max-width: 767px) {
  .wrapper.showing-success-msg {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .wrapper.showing-success-msg {
    height: auto;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
.formContainer {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#otherSector,
#otherDesignation {
  margin-top: 25px;
}
.formContainer form {
  margin-top: 10px;
  font-size: 13px;
}
.toparea {
  padding: 0px 10px;
} /***** Homepage ****/
.homepage {
  display: inline-block;
  padding-bottom: 65px;
}
.homepage .title {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.homepage .formlinks {
  font-size: 20px;
  margin: 10px;
  padding: 8px;
  width: 31%;
  float: left;
  text-align: center;
  border: 1px solid #303030;
}
.homepage .formlinks:hover {
  background: #303030;
}
.homepage .formlinks:before {
  font-family: FontAwesome;
  content: "\f234";
  padding-right: 15px;
  padding-left: 5px;
} /************************     Agenda************************/
.event_day_timing {
  margin-left: 10px;
  display: flex;
  padding: 4px 0px;
  float: right;
  font-weight: bold;
}
.event_day_timing:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 6px;
}
.agenda .col-80 {
  width: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.agenda .session {
  width: auto;
}
.agenda .col-16 {
  width: auto;
}
.agenda p {
  margin: 0px;
}
.agenda p .session {
  font-weight: bold;
}
.agenda .bold {
  font-weight: bold;
}
.agenda ul li {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.agenda ul li.active {
  background: #efefef;
  padding: 0px;
  font-weight: bold;
  background: -moz-linear-gradient(left, #efefef 1%, #ffffff 59%, #ffffff 59%);
  background: -webkit-linear-gradient(
    left,
    #efefef 1%,
    #ffffff 59%,
    #ffffff 59%
  );
  background: linear-gradient(to right, #efefef 1%, #ffffff 59%, #ffffff 59%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
}
.agenda ul li:first-child {
  border-top: 1px solid #f1f1f1;
}
.agenda .speaker {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.agenda .speaker a {
  text-decoration: none;
  color: #909090;
}
.agenda .speaker a :hover {
  text-decoration: underline;
  color: #303030;
}
.agenda .speaker:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 6px;
} /*************************    Modal*************************/
button.fancybox-close-small:hover {
  background: none;
}
.fancybox-slide > * {
  padding: 10px 24px 24px 24px;
}
.fancybox-close-small {
  top: 6px;
}
.modal {
  max-width: 700px;
}
.modal-header {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
}
.modal_heading {
  font-size: 22px;
}
.content_row {
  display: inline-block;
  width: 100%;
}
.modal-footer a,
.modal-footer button {
  padding: 10px !important;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  height: 100% !important;
  font-size: 14px !important;
  font-weight: bold;
}
.possitive_bg {
  background: #73bf43;
  color: #ffffff;
} /*.modal_container{    z-index: 9990;    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    white-space: nowrap;    background: #0b0b0b;    background: rgba(0, 0, 0, 0.7);    outline: none !important;    -webkit-transition: opacity 0.3s ease;    -o-transition: opacity 0.3s ease;    transition: opacity 0.3s ease;    display: none;}.modal_container .modal_wrapper{    z-index: 9990;    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    text-align: center;    outline: none !important;}.modal_container .modal_wrapper:before{    content: '';    display: inline-block;    height: 100%;    vertical-align: middle;    margin-right: -0.25em;}.modal_container .modal{    z-index: 9992;    position: relative;    text-align: left;    vertical-align: middle;    display: inline-block;    white-space: normal;    max-width: 100%;    max-height: 100%;    outline: none !important;    width:680px;}.modal_container .modal .close{    width: 45px;    height: 45px;    position: absolute;    right: 0;    top: -10px;    -webkit-appearance: none;    cursor: pointer;    text-decoration: none;    text-align: center;    padding: 0;    color: #777777;    font-style: normal;    font-size: 26px;    font-family: Arial, Baskerville, monospace;    background: none;    border: 2px solid #777777;    border-radius: 50%;    z-index: 9999;}*/ /**** Rich Text Properties ********/
.richtext ul {
  margin: 15px 15px 15px 40px;
}
.richtext ul li {
  line-height: 1.2;
  list-style: outside;
  text-align: left;
  margin-bottom: 10px;
}
.richtext b,
.richtext strong {
  font-weight: bold;
}
.richtext p,
p.richtext {
  margin: 14px 0px;
}
.richtext u {
  text-decoration: underline;
}
.richtext i {
  font-style: italic;
} /*.modal{    background: #ffffff;    max-width: 680px;    padding: 20px;    width: 100%;    display: inline-block;    overflow-y:scroll;}*/
.speakers_details {
  font-size: 14px;
  font-size: 1.4rem;
}
.speakers_details .speakers_content {
  width: 66.666%;
  float: left;
}
.speakers_details .speaker_img {
  width: 160px;
  float: right;
  padding: 0px;
  height: 160px;
  overflow: hidden;
}
.speakers_details .speaker_img img {
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
}
.speakers_details ul {
  margin: 0px;
  padding: 0px;
}
.speakers_details ul li {
  margin: 2px 0px;
}
.speakers_details .speaker_name {
  font-size: 21px;
  margin-bottom: 4px;
}
.speakers_details .designation {
  font-size: 12px;
  font-size: 1.2rem;
}
.speakers_details .designation:before {
  content: "\f0f0";
  font-family: FontAwesome;
  margin-right: 6px;
}
.speakers_details .company {
  font-size: 12px;
  font-size: 1.2rem;
}
.speakers_details .company:before {
  content: "\f1ad";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.speakers_details .speakers_brief {
  display: inline-block;
  width: 100%;
}
.speakers_details .speaker_sessions .heading {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 4px;
  margin-top: 1.2rem;
}
.speakers_details .speaker_sessions h4 {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  background: #e2e2e2;
  display: inline-block;
  margin-top: 15px;
}
.speakers_details .speaker_sessions ul {
  margin: 0px;
  padding: 0px;
}
.speakers_details .speaker_sessions ul li {
  padding: 10px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
}
.speakers_details .speaker_sessions ul li:nth-child(odd) {
  background: #f7f7f7;
}
.speakers_details .speaker_sessions ul li:nth-child(even) {
  background: #f1f1f1;
}
.speakers_details .speaker_sessions .session_timing {
  font-weight: normal;
  margin-right: 1.5rem;
}
.speakers_details .speaker_sessions .session_timing:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 6px;
}
.speakers_details .speaker_sessions .breakout_sessions {
  width: 100%;
}
.speakers_details .speaker_sessions .breakout_sessions li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #e4e4e4;
}
.speakers_details .speaker_sessions .breakout_sessions li:nth-child(odd) {
  background: #e8e8e8;
}
.speakers_details .speaker_sessions .breakout_sessions li:nth-child(even) {
  background: #e2e2e2;
}
.speakers_details .speaker_sessions .breakout_heading {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.speakers_details .day_heading {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 1rem 0;
} /*** No Padding Resetting ***/
.nopadding {
  padding: 0px !important;
}
.nopaddingLeft {
  padding-left: 0px;
}
.nopaddingRight {
  padding-right: 0px;
}
.nopaddingTop {
  padding-top: 0px;
}
.nopaddingBottom {
  padding-bottom: 0px;
}
.nomargin {
  margin: 0px !important;
}
.nomarginLeft {
  margin-left: 0px;
}
.nomarginRight {
  margin-right: 0px;
}
.nomarginTop {
  margin-top: 0px;
}
.nomarginBottom {
  margin-bottom: 0px;
} /*** Padding Resetting ***/
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding30 {
  padding: 30px !important;
}
.padding40 {
  padding: 40px !important;
}
.padding50 {
  padding: 50px !important;
}
.paddingTop5 {
  padding-top: 5px !important;
}
.paddingTop10 {
  padding-top: 10px !important;
}
.paddingTop20 {
  padding-top: 20px !important;
}
.paddingTop30 {
  padding-top: 30px !important;
}
.paddingTop40 {
  padding-top: 40px !important;
}
.paddingTop50 {
  padding-top: 50px !important;
}
.paddingBottom5 {
  padding-bottom: 5px !important;
}
.paddingBottom10 {
  padding-bottom: 10px !important;
}
.paddingBottom20 {
  padding-bottom: 20px !important;
}
.paddingBottom30 {
  padding-bottom: 30px !important;
}
.paddingBottom40 {
  padding-bottom: 40px !important;
}
.paddingBottom50 {
  padding-bottom: 50px !important;
}
.paddingLeft5 {
  padding-left: 5px !important;
}
.paddingLeft10 {
  padding-left: 10px !important;
}
.paddingLeft20 {
  padding-left: 20px !important;
}
.paddingLeft30 {
  padding-left: 30px !important;
}
.paddingLeft40 {
  padding-left: 40px !important;
}
.paddingLeft50 {
  padding-left: 50px !important;
}
.paddingRight5 {
  padding-right: 5px !important;
}
.paddingRight10 {
  padding-right: 10px !important;
}
.paddingRight20 {
  padding-right: 20px !important;
}
.paddingRight30 {
  padding-right: 30px !important;
}
.paddingRight40 {
  padding-right: 40px !important;
}
.paddingRight50 {
  padding-right: 50px !important;
}
.noBorder {
  border: 0px;
} /********************************                Margin Sets********************************/
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.fixed {
  position: fixed;
}
.small {
  font-size: 12px;
}
.widthFull {
  width: 100% !important;
  max-width: 100% !important;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop50 {
  margin-top: 50px !important;
}
.margintop64 {
  margin-top: 64px !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom25 {
  margin-bottom: 25px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright20 {
  margin-right: 20px !important;
}
.marginright30 {
  margin-right: 30px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft7 {
  margin-left: 7px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft20 {
  margin-left: 20px !important;
}
.marginleft30 {
  margin-left: 30px !important;
}
.marginleft35 {
  margin-left: 35px !important;
}
.marginleft40 {
  margin-left: 40px !important;
}
.marginleft45 {
  margin-left: 45px !important;
}
.marginleft50 {
  margin-left: 50px !important;
} /*** Responsive ****/
@media screen and (min-width: 0px) and (max-width: 960px) {
  .agenda .session {
    width: auto;
  }
  .speakers_details .speaker_img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) and (orientation: portrait) {
  .speakers_details .speaker_img img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal_container .modal .close {
    right: 0;
    color: #333333;
  }
} /****************************        Survey Form****************************/
.survey-form-container label {
  font-weight: bold;
}
.error-message {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /*backface-visibility: hidden;*/
  perspective: 100;
  color: #ff0000;
  display: inline-block;
}
.success-message {
  color: #73bf43;
}
.checkmark_animated {
  width: 20px;
  float: left;
  margin-right: 10px;
}
.checkmark_animated svg {
  display: block;
  margin: 0px auto 0;
  stroke-width: 100%;
}
.checkmark_animated .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke-width: 7px;
}
.checkmark_animated.success .path {
  stroke: #73bf43;
}
.checkmark_animated.error .path {
  stroke: #ff0000;
}
.checkmark_animated .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.checkmark_animated .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.checkmark_animated .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.event_started_status {
  margin: 0px;
  text-align: center;
}
.event_started_status_icon {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); /* backface-visibility: hidden; */
  perspective: 1000px;
  color: #80c74c;
}
.event_started_status_icon:before {
  content: "\f017";
  font-family: FontAwesome;
  font-size: 26px;
}
.submitted_msg_div {
  top: 206px !important;
  position: fixed;
}
.submitted_msg_div_scroll {
  top: 462px !important;
  position: fixed;
}
.event_related_status {
  font-size: 25px;
  text-align: center;
  margin: 0;
}
.reg_closed:before {
  content: "\f05e";
  font-family: FontAwesome;
  margin-right: 10px;
}
.event_today:before {
  content: "\f274";
  font-family: FontAwesome;
  margin-right: 10px;
}
.event_finished:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 10px;
}
.common_page header {
  position: relative;
}
.common_page header:after {
  content: none;
}
.common_page .msg_container {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  padding: 70px 0;
  text-align: center;
  font-size: 1.6em;
  background: #ffffff;
}
.common_page .msg_container .message {
  display: inline-block;
  max-width: 62%;
}
.common_page .msg_container .checkmark_animated {
  width: 30px;
  float: left;
  margin-right: 15px;
}
.common_page .about_section {
  border-width: 1px;
  border-style: solid;
  border-top: 0px;
}
.common_page .about_section .heading {
  font-size: 20px;
}
.fixed_header {
  z-index: 9999;
  position: fixed;
}
.common_page .scroll_content {
  position: relative;
  top: 54px;
}
.common_page .pageContent {
  margin-top: 54px;
  margin-bottom: 70px;
}
.common_page .mobile_app_section {
  margin-top: 20px;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
}
.common_page .mobile_app_section ul {
  display: inline-block;
}
.common_page .mobile_app_section li:first-child {
  padding-top: 8px;
}
.common_page .mobile_app_section li {
  float: left;
  margin: 0 15px 0 0;
}
.common_page .mobile_app_section li img {
  width: 140px;
}
.event_status_messages {
  margin-left: 25px;
  text-align: center;
  font-weight: bold;
  text-transform: initial;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_status_messages {
    position: relative;
    top: -10px;
  }
}
.confirm_screens {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #a5a5a5;
}
.confirm_screens header {
  width: 100%;
}
.confirm_screens header:after {
  content: none;
}
.confirm_screens .content_holder {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.confirm_screens .content_holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.confirm_screens .content_data {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  width: 680px;
  background: #ffffff;
  padding: 30px;
  font-size: 22px;
  -webkit-box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 19px 19px 19px 19px;
  -moz-border-radius: 19px 19px 19px 19px;
  -webkit-border-radius: 19px 19px 19px 19px;
  border: 0px solid #000000;
}
.confirm_screens .platform_logo {
  position: absolute;
  top: -80px;
  left: 0px;
  width: 180px;
}
.confirm_screens .platform_logo img {
  width: 100%;
  height: auto;
}
.confirm_screens .content_data .title {
  margin-bottom: 17px;
}
.confirm_screens .content_data .message {
  padding: 25px;
  text-align: center;
}
.confirm_screens .content_data .checkmark_animated {
  float: none;
  width: 80px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.confirm_screens .message_paragraph {
  font-size: 15px;
}
.confirm_screens .message_button {
  text-align: center;
}
.confirm_screens .message_button .themeButton {
  height: auto;
  padding: 10px 20px;
}
.right_column {
  height: 88%;
} /******** Live Feeds in Slider *******/
.liveFeeds .iconHolder {
  border-width: 1px;
  border-style: solid;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: right;
}
.liveFeeds .swiper-wrapper {
  align-items: inherit !important;
}
.liveFeeds .icon-twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 6px;
}
.liveFeeds .title .hashtag_container {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  display: none;
  font-size: inherit;
  margin: 0 0 0 5px;
  text-align: center;
}
.liveFeeds .icon-instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-size: 20px;
}
.roundCorners {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.liveFeeds {
  position: relative;
}
.liveFeeds .feedBlock {
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.liveFeeds-Content {
  clear: both;
  box-sizing: border-box;
  margin: 0px;
  width: 100%;
  display: inline-block;
}
.liveFeeds .top_div {
  text-align: right;
}
.userDetails .userPic {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}
.userDetails .userPic img {
  width: 100%;
  height: auto;
}
.userDetails-block {
  display: table;
}
.userDetails .userName {
  color: #8899a6;
}
.userDetails .userNamesHolder {
  text-align: left;
  font-weight: bold;
}
.liveFeeds .userPostText {
  margin-top: 5px;
  word-break: break-word;
}
.liveFeeds .userPostText.withImage {
  text-align: left;
}
.liveFeeds .userPostText.withoutImage {
  max-height: 44vh;
  overflow: hidden;
}
.liveFeeds .postTime {
  color: #8899a6;
  font-size: 12px;
  font-style: italic;
}
.liveFeeds .postMedia {
  margin: 10px auto;
  max-height: 180px;
  overflow: hidden;
  width: 180px;
}
.liveFeeds .instagramFeed .postMedia {
  margin-top: 0px;
  margin-bottom: 20px;
}
.liveFeeds .postMedia img {
  width: 100%;
  height: auto;
}
.userDetails .userPic:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
}
.userDetails .userPic img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.pageContent .rightcolumn-container .mobile_app_section .qrcode_holder img {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: auto;
}
.pageContent .rightcolumn-container .mobile_app_section .qrcode_holder p {
  margin-top: 8px;
}
.pageContent .rightcolumn-container .mobile_app_section .title {
  padding: 7px 0;
  text-align: center;
} /****************************			Header****************************/
header {
  z-index: 999;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  right: 0px;
}
header .headerContent {
  height: 44px;
  width: 100%;
  line-height: 44px;
  padding: 0px 18px;
  position: relative;
  background: #56504b !important;
}
header .headerContent a {
  color: white;
}
header .headerContent a:hover {
  color: white;
}
header .title {
  display: inline-block;
  margin-left: 40px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  line-height: initial;
}
header .header-events {
  float: right;
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .header-events ul {
  margin: 0px;
  padding: 0px;
}
header .header-events li {
  width: 40px;
  text-align: center;
  float: left;
  position: relative;
  cursor: pointer;
}
header .header-events .active {
  /*background:#AAAAAA;*/
}
.headerbottom {
  height: 10px;
}
header .eventVisualarea .eventVisual {
  height: 400px;
  max-width: 1200px;
  overflow: hidden;
}
header .eventVisualarea .eventVisual img {
  height: 400px;
  width: 1200px;
  border: 0px;
  display: block;
}
header .eventVisualarea .eventOwnerLogo {
  text-align: center;
  height: 100%;
  border-style: solid;
  background: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
}
header .eventVisualarea .ownerLogo {
  max-width: 360px;
  margin: 0px auto;
}
header .eventTitle {
  font-size: 24px;
  height: 60px;
  padding: 10px 20px;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  line-height: initial;
  font-family: themeFontBold;
}
header .eventHotel {
  padding-left: 5px;
}
header .eventHotel a {
  color: #303030;
}
header .eventHotel a:hover {
  color: #303030;
}
header .eventDetails {
  height: 80px;
  background: #ffffff;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  header .eventDetails .row {
    display: inline-block;
    width: 100%;
  }
}
header .visual_with_logo.eventVisualarea .eventVisualarea_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  header .visual_with_logo.eventVisualarea .eventVisualarea_container {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header .visual_with_logo.eventVisualarea .eventVisualarea_container {
    display: inline-block;
    width: 100%;
  }
}
header
  .visual_with_logo.eventVisualarea
  .eventVisualarea_container
  .eventVisual {
  height: 267px;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  header
    .visual_with_logo.eventVisualarea
    .eventVisualarea_container
    .eventVisual {
    height: auto;
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header
    .visual_with_logo.eventVisualarea
    .eventVisualarea_container
    .eventVisual {
    height: auto;
    max-width: inherit;
  }
}
header
  .visual_with_logo.eventVisualarea
  .eventVisualarea_container
  .eventVisual
  img {
  height: 267px;
  width: 800px;
  border: 0px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  header
    .visual_with_logo.eventVisualarea
    .eventVisualarea_container
    .eventVisual
    img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header
    .visual_with_logo.eventVisualarea
    .eventVisualarea_container
    .eventVisual
    img {
    height: auto;
    width: 100%;
  }
}
header
  .visual_with_logo.eventVisualarea
  .eventVisualarea_container
  .eventOwnerLogo {
  max-width: 400px;
  height: 267px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  header
    .visual_with_logo.eventVisualarea
    .eventVisualarea_container
    .eventOwnerLogo {
    height: auto;
    padding: 1.2rem 0;
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header
    .visual_with_logo.eventVisualarea
    .eventVisualarea_container
    .eventOwnerLogo {
    height: auto;
    padding: 1.2rem 0;
    max-width: inherit;
  }
}
header
  .visual_with_logo.eventVisualarea
  .eventVisualarea_container
  .eventOwnerLogo
  .ownerLogo {
  max-width: 360px;
  margin: 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .eventDetails .eventLocation {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
header .eventDetails .eventLocation-icon .fa {
  position: relative;
  top: -1px;
}
header .eventDetails .eventPlace ul {
  margin: 5px 0 0 15px;
  padding: 0px;
}
header .eventDetails .eventPlace ul li {
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin: 0px 4px;
}
header .eventDetails.webcast .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
header .eventDetails.webcast .webcast_heading_holder {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
header .eventDetails.webcast .webcast_heading {
  font-size: 20px;
  font-size: 2rem;
  color: #74bf43;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .eventDetails.webcast .webcast_heading svg {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 1rem;
}
header .eventDetails.webcast .webcast_heading svg .webcast_icon {
  fill: #74bf43;
}
header .eventDetails .col1,
header .eventDetails .col2 {
  height: 100%;
  border-style: solid;
}
header .eventDetails .col1 {
  float: left;
  border-width: 1px;
  font-weight: bold;
  padding: 10px 35px 10px 20px;
  border-right-width: 0px;
}
header .eventDetails .col2 {
  float: right;
  border-width: 1px;
  padding: 6px;
}
header .aheadLogo_text {
  position: absolute;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.rightcolumn {
  width: 47.7%;
  max-width: 560px;
  margin-top: 10px;
}
header .headerContent .headerContent-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .headerContent .headerContent-left .aheadhashtag_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .headerContent .headerContent-left .aheadLogo_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 99;
}
header .headerContent .headerContent-left .registration_platform_title {
  color: #ffffff;
}
.event_postpone_holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 1rem;
  background: #f8f8f8;
  color: #c74634;
  width: 100%;
  padding: 1rem;
  font-weight: bold;
}
.event_postpone_holder .postpone_date_msg {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 9999;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  margin-top: 2px;
}
.event_postpone_holder .postpone_date_msg .hidemsg {
  float: right;
  opacity: 0.5;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
}
.event_postpone_holder .postpone_date_msg .hidemsg:hover {
  opacity: 1;
}
.event_postpone_holder .postpone_msg {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
}
header .eventDetails .col1,
.pageContent #eventContent-Col,
.accordion_control {
  width: 53.3%;
  max-width: 640px;
}
header .eventDetails .col2 {
  width: 47.7%;
  max-width: 560px;
}
.pageContent .rightcolumn-container .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  font-family: themeFontRegular;
  padding: 3px 0px;
  text-align: left;
}
.pageContent .rightcolumn-container .col {
  margin: 0 0px 0 0;
}
.pageContent .rightcolumn-container .borderedbox {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
}
.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.hashtag_container {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  flex-grow: 1;
  text-align: center;
  max-width: 320px;
  word-wrap: break-word;
  line-height: initial;
  margin: 0 auto;
}
.sponsors_logo img {
  max-width: 145px;
  width: 100%;
  height: auto;
}
.main-example .countdown-container {
  display: flex;
  justify-content: center;
} /****************************			Page Content****************************/
.pageContent {
  display: inline-block;
  width: 100%;
  position: relative;
}
.pageContent #eventFullContent {
  margin-top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pageContent #eventFullContent {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 996px) and (orientation: portrait) {
  .pageContent #eventFullContent {
    display: block;
  }
}
@media (min-width: 996px) and (max-width: 1230px) and (orientation: portrait) {
  .pageContent #eventFullContent {
    padding: 0 10px 10px 10px;
    gap: 10px;
  }
  .pageContent #eventContent-Col {
    position: relative;
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 996px) and (orientation: landscape) {
  .pageContent #eventFullContent {
    padding: 0 1rem;
  }
}
.pageContent .rightcolumn-container {
  text-align: center;
  padding: 0 0 0 1rem;
}
.pageContent .rightcolumn-container .flexgrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pageContent .rightcolumn-container .flexgrid {
    width: 100%;
    display: inline-block;
  }

}

@media (min-width: 768px) and (max-width: 996px) and (orientation: portrait) {
  .pageContent .rightcolumn-container .flexgrid {
    width: 100%;
    display: inline-block;
  }
}
.pageContent #eventContent-Col {
  position: relative;
  padding-top: 10px;
}
.downloadLink {
  float: right;
}
.downloadLink .fa {
  font-size: 20px;
  margin: 3px 0 0 10px;
}
.accordion_control {
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.slider_controls {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -o-display: inline-flex;
  -m-display: inline-flex;
}
.slider_controls .swiper-button-prev,
.slider_controls .swiper-button-next {
  top: inherit;
  bottom: 0px;
  width: auto;
  font-size: 24px;
  font-size: 2.4rem;
}
.accordion_control a {
  color: #777777;
  font-size: 12px;
  padding: 4px;
  padding-right: 40px;
}
.accordion_control a.openall:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}
.accordion_control a.closeall:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}
.accordion_control a:hover {
  color: #777777;
}
.accordion_control a.active {
  color: #777777;
}
.onclick-menu {
  position: relative;
  display: inline-block;
  width: 100%;
}
.onclick-menu .fa {
  cursor: pointer;
}
.onclick-menu:focus {
  /* clicking on label should toggle the menu */
  pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
  /*  opacity is 1 in opened state (see below) */
  opacity: 1;
  visibility: visible; /* don't let pointer-events affect descendant elements */
  pointer-events: auto;
}
.onclick-menu-content {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s; /**background: #AAAAAA;*/
  width: 280px;
  display: inline-block;
  top: 0;
  right: 40px;
  font-size: 13px;
  padding: 5px 10px 0 10px;
  height: 44px;
}
.onclick-menu-content span {
  float: left;
  position: relative;
  bottom: 5px;
  color: #ffffff;
}
::-moz-selection {
  background: #74bf43;
  color: #ffffff;
}
::selection {
  background: #74bf43;
  color: #ffffff;
} /***************************************************					Footer***************************************************/
footer {
  height: 60px;
  font-size: 11px;
  color: #999999;
  border-top: 1px solid #eeeeee;
  padding: 0px;
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer {
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  footer {
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
.footerheight {
  height: 60px;
}
.textContent {
  text-align: center;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #28295c;
  font-size: 27px;
}
.makeCenter {
  display: table;
  width: 100%;
  position: relative;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.color1 {
  color: #28295c;
}
.color2 {
  color: #ebac05;
} /*.eventDate{ font-size:22px;}*/
.closed {
  color: #ebac05;
  font-size: 40px;
  margin-top: 40px;
}
.show_if_foreigner,
.for_military_only {
  padding: 2rem 1.4rem 0.5rem 1.4rem;
  margin: 1rem 0 2rem 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f8f8f8;
  display: inline-block;
}
.radio_button_holder {
  display: inline-block;
  width: 100%;
  position: relative;
}
.radio_button_holder ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .radio_button_holder ul {
    display: inline-block;
    width: 100%;
  }
}
.radio_button_holder ul li {
  padding-right: 3rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .radio_button_holder ul li {
    padding: 0px;
    margin: 0 0 1.4rem 0;
  }
}
.radio_button_holder ul li:last-child {
  padding-right: 0px;
}
.radio_button_holder .control-group label {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.checkbox_button_holder .control-group label {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.breakout_container {
  margin: 1.4rem 0 0 0;
}
.breakout_sessions {
  padding: 1rem;
  margin: 0;
  display: inline-block;
}
.breakout_sessions:nth-child(odd) {
  background: #f8f8f8;
}
.breakout_sessions:nth-child(even) {
  background: #f1f1f1;
}
.breakout_sessions .heading {
  color: #74bf43;
  font-family: themeFontBold;
  margin-bottom: 1rem;
}
.breakout_sessions .day_holder {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.breakout_sessions .day_holder .day_heading {
  font-size: 13px;
  font-size: 1.3rem;
  color: #c74634;
  font-family: themeFontBold;
  margin-bottom: 1rem;
}
.breakout_sessions .day_holder .day_heading sup {
  font-size: 70%;
  position: absolute;
}
.breakout_sessions .day_holder ul li {
  margin: 1rem 0;
}
.breakout_sessions .day_holder:last-child {
  border: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.breakout_sessions .day_holder .block {
  margin: 1rem 0 0 0;
}
.breakout_sessions .day_holder .block .block_heading {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1rem;
  font-family: themeFontBold;
}
.breakout_sessions.active {
  background: transparent !important;
}
.back_to_home {
  font-size: 16px;
  font-size: 1.6rem;
  color: #c74634;
}
.back_to_home .fa {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.back_to_home:hover {
  color: #ffffff;
} /***** Ends *****/ /*** Responsive ****/
@media screen and (max-height: 680px) {
  .right_column {
    height: 65%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .homepage .formlinks {
    width: 100%;
    margin: 10px 0px;
  }
  .fixed_header {
    position: relative;
  }
  .common_page .scroll_content,
  .common_page .pageContent {
    top: inherit;
    margin: 0px;
  }
  header .eventVisualarea .eventVisual {
    height: 100%;
  }
  .confirm_screens .content_holder,
  .confirm_screens .content_data,
  .confirm_screens {
    position: relative;
    text-align: center;
  }
  .confirm_screens .content_data {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
  }
  .confirm_screens .platform_logo {
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto 40px;
  }
  .right_column {
    height: auto;
  }
  header .eventDetails {
    height: auto;
    display: block;
  }
  .liveFeeds .feedBlock {
    padding: 0px;
  }
  .flex-container {
    display: -webkit-block;
    display: block;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
  }
  header .eventDetails .col1 {
    border-right-width: 1px;
  }
  .rightcolumn {
    width: 100%;
    position: relative;
    top: 0px !important;
    max-width: 100%;
  }
  .pageContent .rightcolumn-container {
    width: 100%;
    float: none;
    clear: left;
    top: 0px !important;
    margin: 0px;
    padding: 0px;
    display: block;
  }
  .pageContent .rightcolumn-container .col {
    margin: 0 0 10px 0px;
  }
  header .eventDetails .eventLocation,
  header .eventDetails .eventDate {
    float: none;
    width: 100%;
    text-align: left;
  }
  .mobile_app_section {
    padding-bottom: 10px;
  }
  .mobile_app_section .mobile_device a {
    flex-grow: 1;
    align-content: space-between;
  }
  .mobile_app_section .mobile_device img {
    width: 100px;
  }
  .separator {
    border-left: 0px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    width: 90%;
    margin: 0px auto;
    display: block;
    height: auto;
  }
  .sponsors_logo {
    margin-top: 0px;
  }
  .hashtag_container {
    max-width: 100%;
    margin: 18px auto 20px auto;
  }
  .liveFeeds .title .hashtag_container {
    display: inline-block;
  }
  .pageContent #eventContent-Col {
    padding-bottom: 0px;
  }
  .main-example .countdown-container {
    margin: 18px 0px;
  }
  .eventPlace {
    margin-top: 10px;
  }
  .smk_accordion .accordion_in .acc_head {
    padding: 0 20px;
  }
  .smk_accordion .accordion_in .acc_content {
    padding: 0 20px 20px 20px;
  }
  .event_day_timing {
    float: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 960px) {
  header,
  footer {
    position: relative;
    width: 100%;
  }
  header .eventDetails {
    display: block;
    height: auto;
  }
  .pageContent .rightcolumn-container {
    position: relative;
    left: 0px !important;
  }
  .container {
    width: 100%;
  }
  .mobile-only,
  .show-on-small-devices {
    display: block !important;
  }
  .desktop-only,
  .hide-on-small-devices {
    display: none !important;
  }
  header .eventVisualarea .ownerLogo {
    max-width: 45%;
    margin: 10px auto;
  }
  header .eventDetails .col1,
  header .eventDetails .col2 {
    width: 100%;
    max-width: inherit;
  }
  header .eventDetails .eventDate {
    margin-top: 20px;
  }
  header:after {
    display: none;
  }
  .pageContent {
    padding: 0px 10px;
  }
  .pageContent #eventFullContent {
    margin-top: 10px;
  }
  .pageContent #eventContent-Col,
  .pageContent .rightcolumn-container {
    width: 100%;
    max-width: inherit;
    float: none;
    clear: left;
    top: 0px !important;
    margin: 0px;
    padding-bottom: 0px;
  }
  .accordion_control {
    display: inline-block;
    position: relative;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin: 5% 0px;
  }
  .main-example .countdown-container {
    text-align: center;
  }
  header .eventVisualarea .eventVisual,
  header .eventVisualarea .eventOwnerLogo {
    width: 100%;
    display: block;
    max-width: inherit;
    height: auto;
  }
  .masterTheme header .title {
    width: 50%;
  }
  header .header-events .active,
  .onclick-menu-content {
    background: #aaaaaa;
  }
  header .eventVisualarea .eventVisual img {
    width: 100%;
    height: auto;
  }
  header .eventVisualarea .eventOwnerLogo {
    border-width: 1px;
  }
  .rightcolumn {
    width: 100%;
    position: relative;
    top: 0;
    max-width: 100%;
  }
  .pageContent .rightcolumn-container {
    width: 100%;
    float: none;
    clear: left;
    top: 0px !important;
    margin: 0px;
    padding: 0px;
  }
  .mobile_app_section .mobile_device a {
    flex-grow: 1;
    align-content: space-between;
  }
  .mobile_app_section .mobile_device img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .show-on-small-devices {
    display: block !important;
  }
  .hide-on-small-devices {
    display: none !important;
  }
  header .header-events .active,
  .onclick-menu-content {
    background: none;
  }
  header .eventVisualarea .ownerLogo {
    max-width: 20%;
    margin: 10px auto;
  }
  .homepage .formlinks {
    margin: 10px 8px;
  }
  header .eventDetails .col1 {
    border-right-width: 1px;
  }
  .rightcolumn {
    width: 100%;
    position: relative;
    top: 0;
    max-width: 100%;
  }
  .pageContent .rightcolumn-container {
    width: 100%;
    float: none;
    clear: left;
    top: 0px !important;
    margin: 0px;
    padding: 0px;
  }
  .mobile_app_section .mobile_device a {
    flex-grow: 1;
    align-content: space-between;
  }
  .mobile_app_section .mobile_device img {
    width: 125px;
  }
  .hashtag_container {
    max-width: 100%;
    text-align: left;
    margin-left: 1.4rem;
  }
  .liveFeeds .title .hashtag_container {
    display: none;
  }
} /***** For IPAD Devices - Landscape ***********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .show-on-small-devices {
    display: block !important;
  }
  .hide-on-small-devices {
    display: none !important;
  }
  header .header-events .active,
  .onclick-menu-content {
    background: none;
  }
  .mobile_app_section .mobile_device a {
    flex-grow: 1;
    align-content: space-between;
  }
  .mobile_app_section .mobile_device img {
    width: 100px;
  }
  .hashtag_container {
    max-width: 240px;
  }
  .liveFeeds .title .hashtag_container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .rightcolumn {
    width: 47%;
  }
} /******************************************************************************************For Mobile Devices - Landscape & Portrait, for 320x480 Devices. like Samsung Galaxy, iphone 5, Motorolla etc.******************************************************************************************/
@media only screen and (min-device-width: 0px) and (max-device-width: 736px) and (orientation: landscape) {
  header .eventTitle {
    font-size: 1.4em;
    line-height: initial;
    padding: 10px 20px;
  }
  .main-example .countdown-container {
    text-align: center;
  }
}
@media only screen and (min-device-width: 0px) and (max-device-width: 400px) and (orientation: portrait) {
  header .eventTitle {
    font-size: 1.4em;
    line-height: initial;
    padding: 10px 20px;
  }
  header .header-events ul {
    display: inline-block;
  }
  .onclick-menu-content {
    top: 44px;
    right: 0;
  }
  .masterTheme header .title {
    font-size: 0.97em !important;
  }
  .masterTheme header .title {
    width: 50%;
    line-height: initial;
  }
}
.bgcolor-default {
  background: #303030 !important;
}
.bgcolor-primary {
  background: #74bf43 !important;
}
.bgcolor-secondry {
  background: #c74634 !important;
}
.body-bgcolor {
  background: #ffffff;
}
.wrapper-bgcolor {
  background: #303030;
}
.bordercolor-primary {
  border-color: #74bf43 !important;
}
.fontcolor-default {
  color: #303030;
}
.fontcolor-primary {
  color: #74bf43;
}
.fontcolor-secondry {
  color: #c74634;
}
.fontcolor-eventtitle {
  color: #ffffff;
}
.fontcolor-header-sharebuttons {
  color: rgba(255, 255, 255, 0.8);
}
.fontcolor-header-sharebuttons:hover {
  color: white;
}
.fontcolor-timer {
  color: #ffffff !important;
}
.fontcolor-header-aheadtitle {
  color: #ffffff;
}
.linkcolor-default {
  color: #303030;
}
.linkcolor-default:hover {
  color: #787878;
  text-decoration: underline;
}
.linkcolor-primary {
  color: #74bf43;
}
.linkcolor-primary:hover {
  color: #303030;
  text-decoration: underline;
}
.linkcolor-secondry {
  color: #c74634;
}
.linkcolor-secondry:hover {
  color: #303030;
  text-decoration: underline;
}
.btn-primary {
  background: #74bf43;
}
.btn-primary:hover {
  background: #61a237;
  transition: all 0.2s ease;
}
.btn-primary:active {
  background: #51872e;
}
.btn-default {
  background: #303030;
}
.btn-default:hover {
  background: #1c1c1c;
  transition: all 0.2s ease;
}
.btn-default:active {
  background: #0a0a0a;
}
.theme-tabs-button {
  background: #74bf43 !important;
  color: #ffffff;
}
.sponsors_logo .swiper-slide {
  position: relative;
}
.sponsors_logo .swiper-slide .logo_holder_container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sponsors_logo .swiper-slide .logo_holder_container .logo_holder {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sponsors_logo .swiper-pagination {
  text-align: center;
  position: relative;
  bottom: 0px;
}
@media (min-width: 0px) and (max-width: 960px) {
  .sponsors_logo .swiper-pagination {
    text-align: center;
    margin-top: 1.2rem;
  }
}
.sponsors_logo .swiper-pagination .swiper-pagination-bullet-active {
  background: #74bf43;
}
.sponsors_logo .logo_holder {
  text-align: center;
  height: 104px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sponsors_logo .logo_holder img {
  max-width: 100%;
  height: auto;
  width: 145px;
  height: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .sponsors_logo .logo_holder img {
    max-width: 68%;
  }
}
.registration_type {
  background: #f8f8f8;
  padding: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.disclaimer {
  display: inline-block;
  width: 100%;
  background: #f6f6f6;
  padding: 1rem;
  border: 1px solid #f1f1f1;
  margin: 1rem 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .disclaimer {
    margin: 1rem 0;
  }
}
.disclaimer .disclaimer_heading {
  margin: 0 0 1.4rem 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sidebar {
    float: none;
    width: inherit;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sidebar.is-affixed {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #sidebar.is-affixed {
    height: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sidebar .inner-wrapper-sticky,
  #sidebar .sidebar__inner {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #sidebar .inner-wrapper-sticky,
  #sidebar .sidebar__inner {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
  }
}
.partners_mobileapp_container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .partners_mobileapp_container {
    width: 100%;
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .partners_mobileapp_container {
    width: 100%;
    max-width: inherit;
  }
}
.partners_mobileapp_container .partners_block {
  margin-bottom: 1rem;
}
.liveFeeds_container {
  padding: 0 1rem 0 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .liveFeeds_container {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .liveFeeds_container {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    max-width: inherit;
  }
}
.screen_01 {
  display: inline-block;
  width: 100%;
}
.form_button_holder {
  display: inline-block;
  width: 100%;
}
input[type="file"] {
  display: none;
}
.inputfile {
  width: 0.1px;

  height: 0.1px;

  opacity: 0;

  overflow: hidden;

  position: absolute;

  z-index: -1;
}

.inputfile + label {
  font-size: 15px;

  font-size: 1.5rem;

  /* 20px */

  text-overflow: ellipsis;

  white-space: nowrap;

  cursor: pointer;

  display: inline-block;

  overflow: hidden;

  color: #525252;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -ms-align-items: center;

  align-items: center;

  padding: 8px 0px;

  height: 48px;
}

.inputfile + label span {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  padding-right: 20px;
  margin-left: 10px;
  font-size: 13px;
  color: #303030;
}

.inputfile + label .fa {
  font-size: 24px;

  font-size: 2.4rem;

  margin: 0px;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile + label * {
  /* pointer-events: none; */

  /* in case of FastClick lib use */
}

/* style 2 */

.inputfile-2.border-bottom + label {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  height: 36px;
}

.inputfile-2.border-bottom + label .fa {
  color: #e4e4e4;

  font-size: 30px;

  font-size: 2.5rem;
  margin-right: 10px;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #525252;
}

.btn.btn-small.capitalize.remove_button {
  display: inline-block;
  color: #8c8888;
  text-decoration: none;
  padding: 0;
  height: 36px;

  font-size: 1.3rem;
  border: 0px;
  outline: 0px;
  cursor: pointer;
}
.btn.btn-small.capitalize.remove_button::before {
  content: "\2715 ";
  margin-right: 5px;
}
.thumb {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.image_type_msg {
  font-style: italic;
  font-size: 12px;
  font-size: 1.1rem;
  color: #828282;
  white-space: nowrap;
  height: 36px;
  margin-left: 10px;
}

@media (max-width: 20em) {
  .thumb {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
}

/* seperate container */
.social_container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 10px;
  max-width: 100%;
}
.social {
  margin: 25px 0px 20px 0px;
}
.social a {
  margin: 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}

/* inline with the title */

header .eventTitle {
  padding: 10px 12px 10px 20px;
  padding-right: 12px;
}
.socialTitle {
  float: inline-end;
}
.socialTitle a {
  margin: 0px 0px 0px 7px;
}

@media only screen and (max-width: 600px) {
  .socialTitle {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .socialTitle {
    margin-top: 15px;
  }
}

/* inline with the title */

header .eventTitle {
  font-size: 24px;
  height: 60px;
  padding: 10px 12px 10px 20px;
  padding-right: 12px;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  line-height: initial;
  font-family: themeFontBold;
}
.socialTitle {
  float: inline-end;
}
.socialTitle a {
  margin: 0px 0px 0px 7px;
  width: 40px;
  height: 40px;
}
.tooltiptop {
  position: relative;
  display: inline-block;
}

.tooltiptop .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #74bf43 transparent transparent transparent;
}
.tooltiptop:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptop .tooltiptext {
  visibility: hidden;
  color: #fff;
  width: 85px;
  text-align: center;
  padding: 5px 6px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  margin-left: -70px;
  font-size: 11px;
  line-height: initial;
}

@media only screen and (max-width: 600px) {
  .socialTitle {
    float: left !important;
    margin-top: 15px;
  }
  .tooltiptop:hover .tooltiptext {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 992px) {
  .socialTitle {
    margin-top: 15px;
  }
  .tooltiptop:hover .tooltiptext {
    visibility: hidden;
    opacity: 0;
  }
}

.width-100 {
  width: 100% !important;
}
.image_type_msg {
  height: auto !important;
}
.inputfile-2.border-bottom + label {
  margin-bottom: 0 !important;
}

/**/
.info_message_description {
  margin-bottom: 15px;
}
.info_message_paragraph {
  margin-bottom: 5px;
}

.info_message_link a {
  color: #31708f !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.info_message_link_dark a {
  color: #303030 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.info_message_light {
  background: #f6f6f6;
  padding: 1rem;
  border: 1px solid #f1f1f1;
  margin-top: 20px;
}

.info_message_paragraph_light {
  color: #303030;
}

/*------------------------*/
.acc_content.content.speakersListContent.richtext > *:last-child {
  border: 0;
}

.SpeakerListRow {
  /*//margin-bottom: 10px;*/
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.speakerListColumn {
  display: flex;
  align-items: flex-start;
}

.speakerListColumn .speakerImage {
  display: flex;
  align-items: center;
}

.speakerListColumn .speakerImage img {
  width: 150px;
  height: 150px;
  border-radius: 50;
}

.speakerListColumn .speakerDetails {
  margin-left: 30px;
}

.speakerListColumn .speakerDetails p {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

.speakerListColumn .speakerDetails a {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

.speakerListColumn .speakerDetails .speakerName {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left !important;
}

.speakerListColumn .speakerDetails .speakerCompany {
  margin-bottom: 5px;
  color: #909090;
}

@media (min-width: 0px) and (max-width: 767px) {
  .speakerListColumn .speakerDetails {
    margin-left: 0px !important;
  }

  .speakerListColumn .speakerDetails .speakerName {
    margin-top: 20px;
  }

  .speakerListColumn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .speakerListColumn .speakerImage {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}

.breakout_content.insideForm {
  padding: 0px !important;
}
.radio-container.inline.relative > :first-child {
  margin-top: 0px !important;
}
.breakout_sessions.noBackground {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 2px !important;
  margin-top: 0px !important;
}

.speakerListColumn .speakerDetails {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  justify-content: center;
  align-items: flex-start;
}

.acc_content.content.richtext.speakersListContent {
  padding: 0px 25px 0px 25px;
}
.acc_content.content.richtext.speakersListContent > *:first-child {
  padding-top: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .acc_content.content.richtext.speakersListContent {
    padding: 0px 25px 0px 25px;
  }
  .acc_content.content.richtext.speakersListContent > *:first-child {
    padding-top: 0px;
  }
  .speakerListColumn .speakerDetails {
    min-height: 0px;
  }
}

/* New Styles */

.speakerListColumn .speakerDetails .speakerName {
  font-weight: bolder;
  margin-bottom: 5px;
  text-align: left !important;
  font-size: 18px;
}

.speakerListColumn .speakerDetails .speakerCompany {
  margin-bottom: 5px;
  color: #500079;
  font-size: 16px;
}
.widthFull .row.SpeakerListRow {
  min-width: 50%;
  width: 50%;
}
.acc_content.content.richtext .speakersInsideSection {
  display: flex !important;
  flex-wrap: wrap !important;
}
.acc_content.content.richtext .speakersInsideSection > *:last-child {
  border: 0;
}

.speakerListColumn {
  display: flex;
  align-items: center;
}
.speakerListColumn .speakerImage img {
  width: 130px;
  height: 130px;
  border-radius: 50;
}
.speakerListColumn .speakerDetails {
  min-height: 100px;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 767px) {
  .widthFull .row.SpeakerListRow {
    min-width: 100% !important;
    width: 100% !important;
  }
  .speakerListColumn .speakerDetails {
    align-items: center;
  }

  .speakerListColumn .speakerDetails p {
    text-align: center;
  }
}
@media (min-width: 760px) and (max-width: 1200px) {
  .speakerListColumn .speakerDetails .speakerName {
    font-size: 16px;
  }

  .speakerListColumn .speakerDetails .speakerCompany {
    font-size: 14px;
  }
  .speakerListColumn .speakerImage img {
    width: 100px;
    height: 100px;
    border-radius: 50;
  }
  .speakerListColumn .speakerDetails {
    min-height: 100px;
    align-items: flex-start;
  }
}
.agenda .speaker a:hover {
  text-decoration: underline;
  color: #500079;
}

/* ===== Base layout ===== */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerheight {
  height: 60px;
}

.footer-right {
  width: 120px;
}

.footer-right a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

/* ===== Text ===== */
.by-text {
  font-size: 12px;
  color: #808080;
}

/* ===== Logo container (fixed size, no resize) ===== */
.logo-container {
  position: relative;
  width: 90px; /* set by widest logo */
  height: 16px;
  display: inline-block;
}

/* ===== Logos ===== */
.footer-logo {
  position: absolute;
  inset: 0;
  height: 16px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

/* Default state (no hover) */
.footer-logo:first-child {
  opacity: 1;
}

/* ===== Animate ONLY on hover ===== */
.logo-hover:hover .footer-logo {
  animation: crossfade 2s infinite linear;
}

/* Stagger timing (0.5s per image) */
.logo-hover:hover .footer-logo:nth-child(1) {
  animation-delay: 0s;
}
.logo-hover:hover .footer-logo:nth-child(2) {
  animation-delay: 0.5s;
}
.logo-hover:hover .footer-logo:nth-child(3) {
  animation-delay: 1s;
}
.logo-hover:hover .footer-logo:nth-child(4) {
  animation-delay: 1.5s;
}

/* ===== True fade in/out ===== */
@keyframes crossfade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .footer-right {
    width: auto;
  }

  .footer-right a {
    justify-content: center;
  }
}
.additionalEmailMsg {
  background: #eee;
  padding: 10px;
  border-radius: 5px;
}


/* new */
@media (min-width: 0px) and (max-width: 996px) {
  .pageContent #eventContent-Col {
  position: relative;
  padding-top: 0px!important;
}
}