@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,800,900);@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);/*!
 *  Font Awesome 4.1.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-webfont862f.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont862f.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont862f.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
@font-face {
	font-family: "Flaticon";
	src: url("/frontend/fonts/flaticon.eot");
	src: url("/frontend/fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("/frontend/fonts/flaticon.woff") format("woff"),
	url("/frontend/fonts/flaticon.ttf") format("truetype"),
	url("/frontend/fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"], [class*=" flaticon-"]{
	display: inline-block;
	line-height: 0.9;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 1em;
    line-height: 1;
	font-style: normal;
}.flaticon-award:before {
	content: "\E000";
}
.flaticon-award1:before {
	content: "\E001";
}
.flaticon-book1:before {
	content: "\E002";
}
.flaticon-book:before {
	content: "\E003";
}
.flaticon-calendar:before {
	content: "\E004";
}
.flaticon-camera:before {
	content: "\E005";
}
.flaticon-clipboard:before {
	content: "\E006";
}
.flaticon-college:before {
	content: "\E007";
}
.flaticon-computer:before {
	content: "\E008";
}
.flaticon-configuration:before {
	content: "\E009";
}
.flaticon-graduate:before {
	content: "\E00A";
}
.flaticon-hotel:before {
	content: "\E00B";
}
.flaticon-keyboard:before {
	content: "\E00C";
}
.flaticon-magnifier:before {
	content: "\E00D";
}
.flaticon-medical:before {
	content: "\E00E";
}
.flaticon-multiple:before {
	content: "\E00F";
}
.flaticon-pencil:before {
	content: "\E010";
}
.flaticon-people:before {
	content: "\E011";
}
.flaticon-pie:before {
	content: "\E012";
}
.flaticon-pin:before {
	content: "\E013";
}
.flaticon-restaurant:before {
	content: "\E014";
}
.flaticon-shopping:before {
	content: "\E015";
}
.flaticon-sign:before {
	content: "\E016";
}
.flaticon-smartphone:before {
	content: "\E017";
}
.flaticon-speech:before {
	content: "\E018";
}
.flaticon-twitter:before {
	content: "\E019";
}
.flaticon-university:before {
	content: "\E01A";
}
.flaticon-users:before {
	content: "\E01B";
}
.flaticon-web-programming:before {
	content: "\E01C";
}
.flaticon-website:before {
	content: "\E01D";
}
/*************************************************************************/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular.woff') format('woff'),
         url('../fonts/Roboto-Regular.ttf') format('truetype'),
         url('../fonts/Roboto-Regular.svg#RobotoThinItalic') format('svg');
}
@font-face {
    font-family: 'Siemreap';
        src:  url('../fonts/KhmerOSsiemreap.ttf') format('truetype'),
}


/**/
/* reset */
/**/
html, body {
	width: 100%;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, sub, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	vertical-align: baseline;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, hr, blockqoute, pre, figure, figcaption, address,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
input, textarea{
	border-radius: 0;
	-moz-border-radius: 0;
	-mz-border-radius: 0;
	-webkit-border-radius: 0;
}
input, select, textarea, button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}
html, body {
	-webkit-text-size-adjust: none;
	width: 100%;
	overflow-x: hidden;
}
body.boxed {
	max-width: 1250px;
	margin: 0 auto;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
body.boxed .sticky-menu.scrolling {
	left: auto !important;
}
dl, dt, dd, ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a, button {
	cursor: pointer;
}
i{
	font-style: normal;
}
.btn {color:#FFF;}
.container-audio {
	padding: 30px 25px 25px 25px;
	background-color: #e5e5e5;
	box-sizing: content-box;
}
audio {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}
audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
	max-width: 100% !important;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
	border-radius: 0;
}

/**/
/* defaults */
/**/
body {
	font-family: Roboto,Siemreap;
	color: #595959;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather';
	color: #333333;
	clear: both;
	font-weight: 400;
	margin: 17px 0 12px;
}
.page-content h1:first-child,.page-content h2:first-child,.page-content h3:first-child,.page-content h4:first-child,.page-content h5:first-child,.page-content h6:first-child{
	margin-top: 0;
}
h1 {
	font-size: 32px;
	line-height: 1;
}
h2 {
	font-size: 28px;
	line-height: 1.4;
}
#home h2 {
	margin-bottom: 30px;
}
h2 .specification {
	font-size: 18px;
	color: #b0b0b0;
}
h3 {
	font-size: 24px;
	line-height: 1.4;
}
h4 {
	font-size: 20px;
	line-height: 1.4;
}
h5 {
	font-size: 16px;
	line-height: 1.4;
}
h6 {
	font-size: 14px;
	line-height: 1.4;
}
.font-style-1 {
	font-family: "Merriweather";
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 35px;
}
p {
	line-height: 25px;
	margin-bottom: 10px;
}
p:last-child{
	margin-bottom: 0;
}
sup {
	font-size: 0.7em;
}
strong {
	color: #333333;
	font-weight: 500;
}
hr {
	height: 1px;
	background-color: #f2f2f2;
}
p + hr {
	margin: 20px 0;
}
section {
	padding: 40px 0 40px 0;
}
.padding-section {
	padding: 70px 0 80px 0;
}
hr + section {
	padding-top: 40px;
}
.fullwidth-background {
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
}
hr.corect-margin {
	margin-top: 10px;
}
hr.divider-color, hr.divider-big {
	height: 3px;
}
hr.divider-color:before{
	content: '';
	display: block;
	height: 100%;
	background-color: #f9cb8f;
	width: 45px;
	border-left: 45px solid #f27c66;
	border-right: 45px solid #18bb7c;
	margin: 0px auto;
}
.divider-mini {
	width: 138px;
	height: 3px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 14px auto 14px auto;
	background-color: #ffffff;
	border-left: 46px solid;
	border-right: 46px solid;
	border-left-color: #f27c66;
	border-right-color: #18bb7c;
	display: block;
}
.twitter-1 .divider-mini {
	background-color: #f9cb8f;
	border-left-color: #f27c66;
	border-right-color: #ffffff;
	margin-top: 26px;
	margin-bottom: 14px;
}
hr + hr {
	margin-top: 20px;
}
.margin-top-none {
	margin-top: 0;
}
.padding-top-none {
	padding-top: 0 !important;
}
.padding-none {
	padding: 0 !important;
}
.margin-none {
	margin: 0 !important;
}
.margin-l-70 {
	margin-left: 70px;
}
p.paragraph-border:first-letter,
p.paragraph-background:first-letter{
	font-size: 1.29em;
	font-weight: 800;
	padding: 0 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 2px;
}
p.paragraph-border:first-letter{
	color: #f27c66;
	border: 2px solid #f27c66;
}
p.paragraph-background:first-letter{
	color: #ffffff;
	background-color: #f27c66;
}
p.paragraph-color:first-letter{
	font-size: 1.71em;
	font-weight: 800;
	margin-right: 2px;
	color: #f27c66;
}
ins, ins.color {
	background-color: #f27c66;
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px;
}
ins.color {
	background-color: #6aa2de;
}
a {
	text-decoration: none;
	color: inherit;
	transition:all 0.3s;
}
p a {
	color: #f27c66;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333333;
}
ol {
	list-style-type: decimal;
	padding-left: 20px;
}
ul li, ol li {
	line-height: 2.6;
	padding-left: 20px;
	position: relative;
}
ol li {
	padding-left: 0;
	color: #f27c66;
	font-weight: 500;
}
ol li span {
	color: #333333;
	font-weight: 400;
}
li>ul {
	margin-bottom: 0;
}
ul li:before{
	content: "\F111";
	font-family: "FontAwesome";
	font-size: 8px;
	position: absolute;
	left: 0px;
	color: #f27c66;
	font-weight: 800;
	line-height: 35px;
}
ul.check-list li:before{
	content: "\F00C";
	font-family: "FontAwesome";
	font-size: inherit;
}
.line-h-10 {
	line-height: 10px;
}
ul.minus-list li:before{
	content: "\F068";
	font-family: "FontAwesome";
	font-size: inherit;
}
dl {
	margin-bottom: 20px;
}
dt, dd {
	font-size: 14px;
	line-height: 36px;
}
dt {
	color: #f9cb8f;
	float: left;
	margin-right: 5px;
}
dd {
	color: #333333;
}
blockquote {
	display: block;
	padding: 20px 30px 25px 30px;
	position: relative;
	border: 1px solid #e6e6e6;
	margin: 15px 60px 15px 60px;
	color: #333333;
}
q {
	display: block;
    font-style: italic;
    color: #333333;
    /*margin-top: 12px;*/
    padding-bottom: 5px;
}
q b {
	font-size: 18px;
	color: #f27c66;
	font-style: normal;
	text-transform: none;
	font-family: Roboto,Siemreap;
	font-weight: 500;
}
q:before,
q:after{
	content: "\201C";
	font-style: normal;
	font-size: 80px;
	top: 7px;
	margin-right: 3px;
	line-height: 0px;
	font-family: "Arial";
	color: #f27c66;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
q:before {
	margin-left: -30px;
}
.quotes-carousel q:before {
	margin-left: 0px;
}
.quotes-carousel q {
	padding-left: 0;
}
q:after {
	content: "\201D";
	top: 16px;
	font-style: normal;
	margin-left: 10px;
}
img {
	display: block;
	height: auto;
}
.widget-tag {
	color: #f27c66;
}
.widget-tag a[rel="tag"] {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #f27c66;
}
.widget-tag a[rel="tag"]:hover{
	text-decoration: underline;
}
.border-img {
	float: left;
	border: 1px solid #cfcfcf;
	padding: 4px;
}
.img-float-left {
	float: left;
	margin: 3px 30px 0px 0px;
}
.img-float-right {
	float: right;
	margin: 7px 0px 0px 30px;
}
.page-content {
	padding: 40px 0;
}
.block-overflow {
	overflow: hidden;
}
select {
	width: 100%;
	height: 38px;
	line-height: 34px;
    padding: 0 0 0 10px;
    border: 1px solid #e1e1e1;
    color: inherit;
}
.center-text {
	text-align: center;
}
.border {
	border: 1px solid #e1e1e1;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-page h4 {
	text-transform: capitalize;
}
main>section:first-child,
.container section:first-child{
	margin-top: 0;
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	blockquote {
		margin: 0;
	}
}
.fs-18 {
	font-size: 18px;
}

/**/
/*pattern*/
/**/
html.t-pattern-1 {
	background-image: url(../img/pattern/1.png);
	background-repeat: repeat;
}
html.t-pattern-2 {
	background-image: url(../img/pattern/agsquare.png);
	background-repeat: repeat;
}
html.t-pattern-3 {
	background-image: url(../img/pattern/brickwall.png);
	background-repeat: repeat;
}
html.t-pattern-4 {
	background-image: url(../img/pattern/bright_squares.png);
	background-repeat: repeat;
}
html.t-pattern-5 {
	background-image: url(../img/pattern/debut_light.png);
	background-repeat: repeat;
}
html.t-pattern-6 {
	background-image: url(../img/pattern/gplaypattern.png);
	background-repeat: repeat;
}
html.t-pattern-7 {
	background-image: url(../img/pattern/light_wool.png);
	background-repeat: repeat;
}
html.t-pattern-8 {
	background-image: url(../img/pattern/subtle_dots.png);
	background-repeat: repeat;
}

/**/
/* padding & margin none*/
/**/
.padding-bottom-none {
	padding-bottom: 0 !important;
}

/**/
/* clearfix */
/**/
.clear-fix:after{
	content: '';
	display: table;
	clear: both;
}

/**/
/* grid */
/**/
.grid-row,
.container {
	width: 1170px;
	margin: 0 auto;
}
.container .grid-row {
	width: 100%;
}
.grid-col {
	float: left;
	margin-left: 30px;
}
.grid-col-row {
	margin-left: -30px;
}
.grid-col-3 {
	width: 270px;
}
.grid-col-4 {
	width: 370px;
}
.grid-col-6 {
	width: 570px;
}
.grid-col-8 {
	width: 770px;
}
.grid-col-9 {
	width: 870px;
}
.grid-half{
	width: 50%;
}
.grid-buttons a:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.grid-row,
	.container {
		width: 940px;
	}
	.grid-col {
		margin-left: 20px;
	}
	.grid-col-row {
		margin-left: -20px;
	}
	.grid-col-3 {
		width: 220px;
	}
	.grid-col-4 {
		width: 300px;
	}
	.grid-col-6 {
		width: 460px;
	}
	.grid-col-8 {
		width: 620px;
	}
	.grid-col-9 {
		width: 700px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.grid-row,
	.container{
		width: 738px;
	}
	.grid-col {
		margin-left: 18px;
	}
	.grid-col-row {
		margin-left: -18px;
	}
	.grid-col-3 {
		width: 171px;
	}
	.grid-col-4 {
		width: 234px;
	}
	.grid-col-6 {
		width: 360px;
	}
	.grid-col-8 {
		width: 486px;
	}
	.grid-col-9 {
		width: 549px;
	}
}
@media screen and (min-width: 768px) { 
	 .container .hide-desktop{
        display: none;
    }
	.wrap-feature-prim {
		margin: 30px 30px 0 30px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.grid-row,
	.container{
		width: auto;
		margin: 0 10px;
	}
    .container .hide-mobile{
        display: none;
    }
    .container .invoice{padding: 10px;}
	.grid-col-row {
		margin-left: -10px;
    	margin-right: -10px;
	}

	.grid-col.grid-col-3.alt {
		float: left;
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin: 20px 10px 20px 10px;
	}
	.grid-col,.grid-col.grid-col-3.sidebar {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col-row .grid-col {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.grid-col.grid-col-4,
	.grid-col.grid-col-6,
	.grid-col.grid-col-3{
		float: left;
		width: calc(50% - 20px);
		/* margin-bottom: 0; */
		/* padding: 0 10px 0 10px; */
		margin-right: 10px;
		margin-left: 10px;
		box-sizing: border-box;
	}
	section.grid-col.grid-col-4 {
		margin-bottom: 0;
	}
	.grid-col.grid-col-4:nth-child(2n+1),
	.grid-col.grid-col-6:nth-child(2n+1),
	.grid-col.grid-col-3:nth-child(2n+1){
		clear: left;
	}
	.sidebar + .grid-col.grid-col-6 {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	section.grid-col {
		margin: 0;
	}
	footer h2 {
		margin-top: 0 !important;
	}
	.grid-col:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 479px){
	.grid-col.grid-col-4,
	.grid-col.grid-col-6,
	.grid-col.grid-col-3 {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col-row {
		margin-left: 0;
		margin-right: 0;
	}
}

/**/
/* grid */
/**/
.columns-row {
	margin: 0 -15px;
}
.columns-row:after {
	content: '';
	display: table;
	clear: both;
}
.columns-col {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.columns-col-3 {
	width: 25%;
}
.columns-col-4 {
	width: 33.33%;
}
.columns-col-6 {
	width: 50%;
}
.columns-col-8 {
	width: 66.66%;
}
.columns-col-9 {
	width: 75%;
}
.columns-col-12 {
	width: 100%;
}
@media screen and (max-width: 980px){ /* pad */
	.columns-col {
		width: 100%;
	}
	.columns-col + .columns-col {
		margin-top: 30px;
	}
}

/**/
/* Button */
/**/
.grid-buttons>* {
	margin-bottom: 20px;
}
.cws-button {
	padding: 10px 20px;
	min-width: 144px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #f27c66;
	background-color: #f27c66;
	line-height: 16px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.cws-button.smaller {
	font-size: 11px;
	line-height: 15px;
	padding: 7px 15px;
	min-width: 85px;
}
.cws-button.small {
	line-height: 15px;
	padding: 8px 15px;
	font-size: 13px;
	min-width: 115px;
}
.cws-button.large {
	padding: 10px 20px;
	line-height: 21px;
	font-size: 17px;
	min-width: 175px;
}
.cws-button.alt-color:hover {
	color: #6aa2de;
}
.cws-button.alt,
.cws-button[class*="bt-color-"].alt {
	background: transparent;
	color: #595959;
}

.cws-button.alt:hover{
	background-color: #f27c66;
	color: #ffffff !important;
}

.cws-button.bt-color-2 {
	border-color: #f9cb8f;
}
.cws-button.bt-color-3 {
	border-color: #18bb7c;
}
.cws-button.bt-color-4 {
	border-color: #4bbcd7;
}
.cws-button.bt-color-5 {
	border-color: #b0b0b0;
}
.cws-button.bt-color-6 {
	border-color: #5f5f5f;
}
.cws-button.alt.bt-color-2:hover,
.cws-button.bt-color-2 {
	background-color: #f9cb8f;
}
.cws-button.alt.bt-color-3:hover,
.cws-button.bt-color-3 {
	background-color: #18bb7c;
}
.cws-button.alt.bt-color-4:hover,
.cws-button.bt-color-4 {
	background-color: #4bbcd7;
}
.cws-button.alt.bt-color-5:hover,
.cws-button.bt-color-5 {
	background-color: #b0b0b0;
}
.cws-button.alt.bt-color-6:hover,
.cws-button.bt-color-6 {
	background-color: #5f5f5f;
}
.cws-button.white {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cws-button.white:hover {
	background-color: #ffffff;
	color: #f27c66;
}
.cws-button:hover {
	background: transparent;
	color: #595959;
}
.tp-caption .cws-button:hover {
	background: transparent;
	color: #fff;
}
.cws-button i {
	font-size: 24px;
    vertical-align: bottom;
    line-height: 16px;
    font-weight: 500;
}
.cws-button.icon-left i {
	margin-right: 7px;
}
.cws-button.icon-right i {
	margin-left: 7px;
}
.cws-button.float-right {
	float: right;
}

/**/
/* default color */
/**/
.color-palette {
	min-height: 60px;
	text-align: center;

}
.color-palette:first-child{
	border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
.color-palette:last-child{
	border-bottom-right-radius: 3px;
	-ms-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.color-palette span {
	display: block;
	line-height: 20px;
	padding: 20px 0;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
}
.bg-color-1 {
	background-color: #f27c66;
}
.bg-color-1alt {
	background-color: #d36c59;
}
.bg-color-2 {
	background-color: #f9cb8f;
}
.bg-color-2alt {
	background-color: #e4ba83;
}
.bg-color-3 {
	background-color: #18bb7c;
}
.bg-color-3alt {
	background-color: #13a069;
}
.bg-color-4 {
	background-color: #4bbcd7;
}
.bg-color-4alt {
	background-color: #1992c1;
}
.bg-color-5 {
	background-color: #b0b0b0;
}
.bg-color-5alt {
	background-color: #969696;
}
.bg-color-6 {
	background-color: #5f5f5f;
}
.bg-color-6alt {
	background-color: #454545;
}

/**/
/* page header top */
/**/
header {
	position: relative;
	z-index: 1000;
	background-color: #272c31;
	background-size: cover;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
header.only-color {
	background-image: none;
}
.shop header {
	background-image: url(../pic/1920-1280-img-3.jpg)
}
.contact-page header {
	background-image: url(../pic/1920-1280-img-1.jpg);
	background-position: 0% 64%;
}
header:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #23272d;
	opacity: 0.7;
	z-index: -1;
}
.main-page header {
	background: none;
}
.page-header-top address {
	float: left;
	display: inline-block;
	font-size: 0.92em;
	color: #ffffff;
}
.page-header-top address a {
	line-height: 40px;
	white-space: nowrap;
}
.header-top-panel {
	float: right;
	position: relative;
}
.header-top-panel:after{
	content: "";
	display: table;
	clear: both;
}
.header-top-panel .search-open{
	background-color: #f27c66;
}
.header-top-panel .login-icon {
	background: #4bbcd7;
}
.page-header-top address .phone-number i,
.page-header-top address .email i{
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f27c66;
	font-family: FontAwesome;
	color: #262a2f;
	font-size: 1em;
	line-height: 18px;
	text-align: center;
}
.page-header-top address .phone-number i {
	margin-left: 0;
}
.header-top-panel form input {
	position: relative;
	z-index: 1;
	float: right;
	box-sizing: border-box;
	width: 0;
	height: 100%;
	background-color: #d36c59;
	color: #ffffff;
	padding: 0px;
	border: 0;
	font-size: 14px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header-top-panel form.open input{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.header-top-panel form input[placeholder] {
	color: #ffffff;
}
.header-top-panel form input::-webkit-input-placeholder {color: #ffffff;}
.header-top-panel form input::-moz-placeholder     {color: #ffffff;}
.header-top-panel form input:-moz-placeholder      {color: #ffffff;}
.header-top-panel form input:-ms-input-placeholder {color: #ffffff;}

.header-top-panel a {
	color: #ffffff;
	width: 40px;
	text-align: center;
}
.header-top-panel a.fa-shopping-cart {
	background-color: #18bb7c;
}
#top_social_links_wrapper {
	background-color: #f9cb8f;
}
#top_lang_links_wrapper {
	background-color: #f27c66;
}
.header-top-panel form {
	width: 230px;
	max-width: calc(100vw - 200px);
    position: absolute;
    z-index: 20;
    left: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#top_social_links_wrapper {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    position: relative;
    z-index: 25;
}
#top_lang_links_wrapper {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    position: relative;
    z-index: 25;
}
.header-top-panel .cws_social_links {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateZ(0);
}
.header-top-panel .cws_lang_links {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateZ(0);
}
.header-top-panel .share-toggle-button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -40px;
    z-index: 1;
    cursor: pointer;
}
.header-top-panel .lang-toggle-button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -40px;
    z-index: 1;
    cursor: pointer;
}
.header-top-panel .cws_social_links>* {
	opacity: 0;
}
.header-top-panel .cws_lang_links>* {
	opacity: 0;
}
.header-top-panel.active_social .cws_social_links>* {
	opacity: 1;
}
.header-top-panel.active_lang .cws_lang_links>* {
	opacity: 1;
}
.header-top-panel .cws_social_links>*, .header-top-panel  .share-toggle-button {
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    margin-top: -16px !important;
    margin-left: -16px !important;
    transition: all 0s;
}
.header-top-panel .cws_lang_links>*, .header-top-panel  .lang-toggle-button {
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    margin-top: -16px !important;
    margin-left: -16px !important;
    transition: all 0s;
}
.header-top-panel.active_social .search-open {
	opacity: 0;
}
.header-top-panel.active_social #top_lang_links_wrapper {
	opacity: 0;
	display: none;
}
.header-top-panel.active_lang #top_social_links_wrapper {
	opacity: 0;
	display: none;
}

/**/
/* page title */
/**/
.page-title {
	text-align: center;
}
.page-title h1{
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 30px;
	font-weight: 400;
	font-family: Roboto,Siemreap;
	color: #f27c66;
	background-color: #f0f0f0;
	padding: 0 50px;
	display: inline-block;
	line-height: 55px;
	text-transform: none;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.page-title nav {
	text-transform: uppercase;
	color: #f0f0f0;
	padding: 14px 0;
}
.page-title .bread-crumb i{
	padding: 0 10px;
}
.page-title .bread-crumb a {
	text-transform: capitalize;
}

/**/
/* sticky menu */
/**/
.main-page .sticky-wrapper {
	position: absolute;
	width: 100%;
}
.sticky-menu.double-menu:not(.second-nav),
.sticky-menu.alt.mobile {
	background-color: transparent;
}
.sticky-menu {
	position: relative;
	z-index: 500;
	background-color: #ffffff;
	width: 100%;
	transition: height 0.3s, transform 0.3s;
	-ms-transition: height 0.3s, transform 0.3s;
	-moz-transition: height 0.3s, transform 0.3s;
	-webkit-transition: height 0.3s, transform 0.3s;
	position: relative;
	background-color: rgb(255, 255, 255);
}
.sticky-menu .logo {
	height: 72px;
	display: flex;
	margin: 14px 0;
	float: left;
	width: auto;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sticky-menu .logo img {
	height: 100%;
	width: auto;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.sticky-menu .logo h1 {
	line-height: 61px;
	display: inline-block;
	vertical-align: middle;
	font-family: "Georgia";
	font-size: 20px;
	clear: none;
	color: #5f5f5f;
	margin: 0;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sticky-menu.scrolling {
	position: fixed;
	top: 0px;
	left: 0;
	background-color: rgba(255, 255, 255, 0.952941);
	box-shadow:         0px 4px 9px 0px rgba(0, 0, 0, 0.24);
}
.sticky-menu.scrolling .logo {
	height: 58px;
	margin: 3px 0;
}
.sticky-menu.scrolling .logo h1 {
	font-size: 22px;
    line-height: 52px;
}
.main-nav ul {
	margin: 0;
}
.main-nav ul li {
	border-bottom: 0;
	padding: 0;
}
.main-nav ul li:before {
	display: none;
}
.main-nav {
	font-size: 14px;
	font-weight: 500;
	float: right;
}
.main-nav>ul>li {
	float: left;
	line-height: 100px;

}
.sticky-menu.double-menu:not(.second-nav) .main-nav:not(.mobile_nav)>ul>li {
	color: #ffffff;
}
.sticky-menu.double-menu:not(.second-nav) .logo h1,
.sticky-menu.alt.mobile .logo h1{
	color: #ffffff;
}
.sticky-menu.scrolling .main-nav>ul>li {
	line-height: 64px;
}
.main-nav>ul>li>a {
	display: block;
	padding-left: 20px;
}
.main-nav>ul>li>a:after {
	content: "|";
	padding-left: 20px;
	color: #dfdfdf;
	font-size: 1em;
}
.main-nav>ul>li:last-child>a:after {
	display: none;
}


/* ———– iPhone 5 and 5S ———– */

/* Portrait and Landscape */

@media only screen

and (min-device-width: 320px)

and (max-device-width: 568px)

and (-webkit-min-device-pixel-ratio: 2) {

 .sticky-menu .logo h1 {
        line-height: 45px;
		font-size: 11px !important;
	}
	.sticky-menu .logo {
		height: 50px;
	}


}

/* ———– iPhone 6 ———– */

/* Portrait and Landscape */

@media only screen

and (min-device-width: 375px)

and (max-device-width: 667px)

and (-webkit-min-device-pixel-ratio: 2) {

.sticky-menu .logo h1 {
		line-height: 45px;
		font-size: 14px !important;;
	}
	.sticky-menu .logo {
		height: 50px;
	}


}



/**/
/* main menu pc */
/**/
.main-nav>ul>li>ul {
	position: absolute;
	left: -999999px;
	opacity: 0;
	z-index: 1;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.sticky-menu .grid-row {
	position: relative;
	z-index: 1;
}
.megamenu {
	position: inherit;
}
.main-nav ul ul {
	z-index: 1;
	border-top: 2px solid #f27c66;
	background-color: #ffffff;
 transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
 transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
 transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
 transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}
.main-nav .megamenu ul ul {
	background: inherit;
}
.megamenu>ul ul {
	border: 0;
}
.megamenu>ul {
	display: flex;
	position: absolute;
	width: 100%;
	left: -999999px;
	padding: 20px 0 20px 0;
	opacity: 0;
	box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
}
.megamenu:hover>ul{
	left: 0;
	opacity: 1;
}
.megamenu>ul>li {
    display: flex;
 flex-direction: column;
	float: left;
	width: 25%;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.megamenu>ul>li>ul {
 flex: 1 0 auto;
}
.megamenu>ul>li img {
	margin: 15px auto 0 auto;
	width: calc(100% - 41.5px);
}
.megamenu>ul>li:last-child{
	border: 0;
}
.megamenu>ul>li li {
	color: #5f5f5f;
	line-height: 36px;
}
.megamenu>ul>li li:last-child{
	border-bottom: 0;
}
.megamenu>ul a {
	padding-left: 40px !important;
	display: block;
}
.megamenu>ul a:before{
	font-family: FontAwesome;
	content: "\F111";
	font-size: 5px;
	color: #f27c66;
	vertical-align: middle;
	padding-right: 5px;
}
.header-megamenu {
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	color: #333333;
	line-height: 1;
	padding: 0 25px 20px 40px;
	font-weight: 500;
}
.main-nav>ul>li ul li:last-child {
	border: 0;
}
.main-nav ul li:hover ul {
	z-index: 2;
 transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
 transition: opacity 0.3s ease, -moz-left 0.0s step-start;
 transition: opacity 0.3s ease, -ms-left 0.0s step-start;
}
.main-nav>ul>li:hover>ul{
	left: 0;
	opacity: 1;
}
.main-nav>ul>li>ul a {
	display: block;
	padding: 2px 25px;
	white-space: nowrap;
}
.main-nav>ul>li>ul a:before{
	font-family: FontAwesome;
	content: "\F111";
	font-size: 5px;
	color: #f27c66;
	vertical-align: middle;
	padding-right: 5px;
}

/**/
/* menu bar */
/**/
.main-nav.switch-menu .menu-bar {
	position: relative;
	width: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	text-align: center;
}
.main-nav.switch-menu.mobile_nav .menu-bar {
	display: none;
}
.main-nav.switch-menu>ul {
	display: inline-block;
	vertical-align: middle;
}
.main-nav.switch-menu .menu-bar .ham {
	display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    vertical-align: bottom;
    background: #ffffff;
    transition: all ease .3s;
}
.items-visible  .menu-bar .ham {
    background-color: transparent!important;
}
.menu-bar .ham:after, .menu-bar .ham:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #ffffff;
}
.menu-bar .ham:before {
    top: -8px;
}
.menu-bar .ham:after {
    top: 8px;
}
.items-visible .menu-bar .ham:before {
    transform: translateY(8px) rotateZ(-45deg);
}
.items-visible .menu-bar .ham:after {
    transform: translateY(-8px) rotateZ(45deg);
}
.main-nav.switch-menu>ul>li {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    transition-duration: 150ms;
}
.main-nav.switch-menu.mobile_nav>ul>li {
	-webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.main-nav.switch-menu.items-visible>ul>li {
    visibility: visible;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+1) {
    transition-duration: 250ms;
    transition-delay: 60ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+2) {
    transition-duration: 350ms;
    transition-delay: 120ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+3) {
    transition-duration: 450ms;
    transition-delay: 180ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+4) {
    transition-duration: 550ms;
    transition-delay: 240ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+5) {
    transition-duration: 650ms;
    transition-delay: 300ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+6) {
    transition-duration: 750ms;
    transition-delay: 360ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+1) {
    transition-duration: 250ms;
    transition-delay: 60ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+2) {
    transition-duration: 350ms;
    transition-delay: 120ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+3) {
    transition-duration: 450ms;
    transition-delay: 180ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+4) {
    transition-duration: 550ms;
    transition-delay: 240ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+5) {
    transition-duration: 650ms;
    transition-delay: 300ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+6) {
    transition-duration: 750ms;
    transition-delay: 360ms;
}

/**/
/* mobile menu */
/**/
.main-nav .mobile_menu_switcher {
	display: none;
	width: 44px;
    height: 44px;
    background: #f27c66;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: none;
    cursor: pointer;
}
.main-nav.mobile_nav .mobile_menu_switcher{
	display: block;
	z-index: 6;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.mobile_nav .button_open {
	width: 44px;
	text-align: center;
}
.mobile_nav .button_open:before {
    font-family: FontAwesome;
    content: "\F105";
}
nav.main-nav.mobile_nav ul {
    position: absolute;
    z-index: 5;
    top: calc(50% - 22px);
    top: -moz-calc(50% - 22px);
    right: 0;
    display: none;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
nav.main-nav.mobile_nav.opened ul {
    display: block;
}
.mobile_nav>ul, .mobile_nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 200px;
}
.mobile_nav .megamenu {
	position: relative;
}
.mobile_nav img {
	display: none;
}
.mobile_nav .header-megamenu {
	padding: 0 0 0 20px;
}
.mobile_nav li {
	display: table;
	background-color: #ffffff;
	width: 100%;
	line-height: 44px !important;
	float: none !important;
}
.main-nav.mobile_nav li>a:after {
	display: none;
}
.mobile_nav li + li {
	margin-top: 1px;
}
.mobile_nav li>a, .mobile_nav li>.button_open {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.main-nav ul>.back,
.main-nav ul>.header-menu {
	display: none;
	background-color: #4bbcd7;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
.main-nav ul>.header-menu {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-nav.mobile_nav ul>.back,
.main-nav.mobile_nav ul>.header-menu {
    display: block;
}
.main-nav ul>.back a:before{
	content: "";
	font-size: 19px;
	font-family: FontAwesome;
    content: "\F104";
    padding-right: 10px;
}
.mobile_nav .mobile_menu_switcher:before {
    font-family: FontAwesome;
    content: "\F039";
}
.mobile_nav.opened .mobile_menu_switcher:before {
    content: "\F00D";
}
.mobile_nav .header-megamenu {
	background-color: transparent;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

/**/
/* footer */
/**/
footer {
	background-color: #2d3339;
	line-height: 24px;
}
footer p {
	font-family: "Helvetica";
	font-size: 14px;
	color: #b0b0b0;
	line-height: 23px;
}
footer h2 {
	font-size: 18px;
	color: #f7f7f7;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #f27c66;
	padding: 17px 15px 13px 10px;
	margin-bottom: 30px;
	margin-top: 0px;
	box-shadow: 0 1px 0px rgba(0,0,0,0.24);
}
footer h2:before{
	float: right;
	font-family: FontAwesome;
	color: #2d3339;
	line-height: 25px;
	font-size: 25px;
}
.footer-about h2:before{
	content: "\F19D";
}
.footer-latest h2:before{
	content: "\F017";
}
.footer-contact-form h2:before{
	content: "\F14B";
}
.footer-latest h2{
	background-color: #f9cb8f;
}

.footer-contact-form h2{
	background-color: #18bb7c;
}
footer h3 {
	color: #f7f7f7;
	font-size: inherit;
	font-weight: 500;
	font-family: "Raleway";
	margin: 0;
	clear: none;
	line-height: inherit;
	text-transform: none;
}
.footer-about address,
.footer-about .footer-social{
	margin-top: 25px;
}
.footer-about address a{
	color: #b0b0b0;
	font-size: 14px;
}
.footer-about address a:before{
	vertical-align: middle;
	color: #f7f7f7;
	font-family: FontAwesome;
	padding-right: 9px;
}
.footer-about address a.phone-number:before{
	content: "\F095";
}
.footer-about address a.email:before{
	content: "\F0E0";
}
.footer-about address a.site:before{
	content: "\F0C1";
}
.footer-about address a.address:before{
	content: "\F015";
}
.footer-social a {
	width: 38px;
	height: 38px;
	margin-bottom: 5px;
	line-height: 34px;
	font-size: 16px;
	color: #f7f7f7;
	text-align: center;
	background-color: transparent;
	border: 2px solid #f27c66;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.footer-social a + a {
	margin-left: 3px;
}
.footer-social a:hover{
	background: #f27c66;
}
.footer-latest article img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-right: 14px;
	margin-top: 5px;
	width: 83px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.footer-latest .course-date>*{
	display: inline-block;
	color: #f9cb8f;
	font-weight: 500;
	line-height: 15px;
}
.footer-latest .course-date div:first-child:after{
	margin: 0 5px;
	content: "|";
	color: #8f96a2;
}
.footer-latest article{
	border-bottom: 1px solid #555a5f;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.footer-latest article:last-child {
	padding: 0;
	border: 0;
	margin: 0;
}
.footer-contact-form form {
	margin-top: 20px
}
.footer-contact-form form button[type="submit"].cws-button {
	color: #18bb7c;
	float: right;
}
.footer-contact-form input,
.footer-contact-form textarea {
	background-color: rgba(0,0,0,0.051);
	color: #8f96a2 !important;
	border: 1px solid #575c61 !important;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 7px;
}
.footer-contact-form input::-webkit-input-placeholder,
.footer-contact-form textarea::-webkit-input-placeholder {color:#666666;}
.footer-contact-form input::-moz-placeholder,
.footer-contact-form textarea::-moz-placeholder           {color:#666666;}/* Firefox 19+ */
.footer-contact-form input:-moz-placeholder,
.footer-contact-form textarea:-moz-placeholder           {color:#666666;}/* Firefox 18- */
.footer-contact-form input:-ms-input-placeholder,
.footer-contact-form textarea:-ms-input-placeholder      {color:#666666;}


.footer-contact-form input[type="email"]::-webkit-input-placeholder:after,
.footer-contact-form input[type="text"]::-webkit-input-placeholder:after{
   content: "*";
   color: #50dcc0 !important;
   font-size: 13px !important;
}
footer .copyright span:before {
	content: " \A9   ";
}
.footer-bottom {
	background-color: rgba(0,0,0,0.23);
	color: #ffffff;
	margin-top: 30px;
}
.footer-bottom .copyright {
	float: left;
	line-height: 60px;
	font-size: 13px;
}
.footer-nav ul {
	margin: 0;
	font-size: 14px;
}
.footer-nav ul li {
	border-bottom: 0;
	padding: 0;
}
.footer-nav ul li:before {
	display: none;
}
.footer-nav {
	float: right;
}
.footer-nav>ul>li{
	float: left;
	line-height: 60px;
}
.footer-nav>ul>li>a:after{
	content: "|";
	color: #8f96a2;
	margin-left: 18px;
}
.footer-nav>ul>li:last-child>a:after{
	display: none;
}
.footer-nav a{
	display: block;
	color: #ffffff;
	padding-left: 18px;
}
nav a:hover,
nav a.active,
.mobile_nav .active {
	color: #f27c66;
}
@media screen and (max-width: 768px) {
	.footer-bottom .copyright {
		float: none;
		line-height: 40px;
	}
	.footer-nav {
		float: none;
		text-align: center;
	}
	.footer-nav>ul>li {
		line-height: 40px;
	}
	.footer-bottom .grid-row {
		text-align: center;
	}
	.footer-nav ul {
		display: inline-block;
	}
}
@media screen and (max-width: 479px) {
	.footer-nav>ul>li {
		line-height: 30px;
	}
	footer h2 {
		padding: 17px 10px 13px 10px;
	}
}

/**/
/* project details */
/**/
.project-details .title-details {
	background-color: #f27c66;
	color: #ffffff;
	font-weight: 700;
	padding: 12px 15px;
	line-height: 1;
	font-size: 24px;
	margin: 0 0 15px 0;
}
.project-details hr {
	margin: 15px 0;
}
.project-details ul {
	margin-bottom: 15px;
}
.project-details ul li {
	border: 0;
	line-height: 2.2;
	padding-left: 10px;
	color: #8f96a2;
}
.project-details ul li:before {
	content: '\F111';
	font-family: "FontAwesome";
	font-size: 4px;
	left: 1px;
	line-height: 30px;
	color: #333e4f;
}
.project-details li span {
	color: #333e4f;
}
.center {
	text-align: center;
}

/**/
/* alert-boxes */
/**/
.info-boxes {
	line-height: 1.2;
	position: relative;
	font-size: 1em;
	display: block;
	padding: 7px 60px;
	margin-bottom: 10px;
	min-height: 54px;
	color: white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top-left-radius: 13px;
    -ms-border-top-left-radius: 13px;
    -moz-border-top-left-radius: 13px;
    -webkit-border-top-left-radius: 13px;
}
.info-boxes strong {
	color: white;
	font-size: 18px;
}
.info-boxes .close-button {
	display: inline-block;
	position: absolute;
	height: 16px;
	width: 16px;
	top: 7px;
	right: 7px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s;
}
.info-boxes .close-button:before,
.info-boxes .close-button:after {
	content: "";
	left: 0;
	top: 50%;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.info-boxes .close-button:after{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.info-boxes .close-button:hover{
 	opacity: 1;
}
.info-boxes.confirmation-message{
	background-color: #18bb7c;
}
.email_server_responce .info-boxes.confirmation-message p{
	color: #ffffff;
}
.info-boxes.error-message{
	background-color: #f27c66;
}
.info-boxes.warning-message{
	background-color: #f9cb8f;
}
.info-boxes.info-message{
	background-color: #4bbcd7;
}
.info-boxes .close-button{
	 opacity: 0.5;
	 cursor: pointer;
	 transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.info-boxes .info-box-icon {
	background-color: #ffffff;
	text-align: center;
	width: 44px;
	height: calc(100% - 6px);
	height: -moz-calc(100% - 6px);
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.info-boxes .info-box-icon i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.info-boxes.confirmation-message .info-box-icon i{
	color: #18bb7c;
}
.info-boxes.warning-message .info-box-icon i{
	color: #f9cb8f;
}
.info-boxes.info-message .info-box-icon i{
	color: #4bbcd7;
}
.info-boxes.error-message .info-box-icon i{
	color: #f27c66;
}
.alert-boxes.error-alert {
	display: none;
}
.info-boxes.alt {
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid;
	padding: 5px 60px;
	color: inherit;
}
.info-boxes.alt strong {
	color: inherit;
}
.info-boxes.alt .info-box-icon {
	border: 2px solid;
	top: -2px;
	bottom: -2px;
	left: -2px;
	height: auto;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.info-boxes.alt.confirmation-message .close-button:before,
.info-boxes.alt.confirmation-message .close-button:after{
	background-color: #18bb7c;
}
.info-boxes.alt.error-message .close-button:before,
.info-boxes.alt.error-message .close-button:after{
	background-color: #f27c66;
}
.info-boxes.alt.warning-message .close-button:before,
.info-boxes.alt.warning-message .close-button:after{
	background-color: #f9cb8f;
}
.info-boxes.alt.info-message .close-button:before,
.info-boxes.alt.info-message .close-button:after{
	background-color: #4bbcd7;
}
.info-boxes.alt.confirmation-message,
.info-boxes.alt.confirmation-message .info-box-icon{
	border-color: #18bb7c;
}
.info-boxes.alt.error-message,
.info-boxes.alt.error-message .info-box-icon{
	border-color: #f27c66;
}
.info-boxes.alt.warning-message,
.info-boxes.alt.warning-message .info-box-icon{
	border-color: #f9cb8f;
}
.info-boxes.alt.info-message,
.info-boxes.alt.info-message .info-box-icon{
	border-color: #4bbcd7;
}

/**/
/* input type */
/**/
.form-group textarea,
input[type="text"],
input[type="text"]:focus,
input[type="number"],
input[type="number"]:focus,
input[type="password"],
input[type="password"]:focus,
input[type="email"],
input[type="email"]:focus
{
	background-color: #f5f5f5;
    color: #5f5d5d;
    box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
}

/**/
/* accordions and toggles*/
/**/
.accordion, .toggles {
	color: #595959;
	font-size: 15px;
}
.accordions + * {
	margin-top: 15px;
}
.accordions .content, .toggles .content {
	display: none;
}
.accordions .content-title, .toggles .content-title {
	font-weight: 500;
	padding: 5px 0 8px 40px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}
.accordions .content-title {
	border: 1px solid #e6e6e6;
	padding: 2px 0 2px 40px;
	margin-top: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.accordions .content-title:hover {
	border-color: #b0b0b0;
}
.accordions .content-title:after, .toggles .content-title:after {
	border: 1px solid #18bb7c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #18bb7c;
	content: "\F067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.accordions .content-title.active:after, .toggles .content-title.active:after {
	content: "\F068";
	background-color: #18bb7c;
	color: #ffffff;
}
.accordions .content-title:after {
	color: #b1b1b1;
	background-color: transparent !important;
	border: none;
	height: 28px;
	line-height: 28px;
	top: 0;
}
.accordions .content-title.active:after {
	background-color: #f27c66;
}
.toggles .content {
	padding: 0px 0 8px 40px;
}
.accordions .content {
	padding: 5px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #e6e6e6;
	border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-ms-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-ms-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
.accordions .content-title.active {
	color: #ffffff;
	background-color: #18bb7c;
	border-color: #18bb7c;
	border-bottom: 0;
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.15);
}
.toggles .content-title:hover {
	color: #18bb7c;
}
.toggles .content-title.active {
	color: #18bb7c;
}

/**/
/* revolution slider */
/**/
.tp-banner ul {
	margin: 0;
}
.tp-banner ul li {
	line-height: auto;
	padding: 0;
	border: 0;
}
.tp-banner ul li:before,
.tp-simpleresponsive>ul>li:before{
	display: none;
}
.tp-caption .cws-button {
	padding: 0.56em 1.94em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #f27c66;
	background-color: #f27c66;
	line-height: 1.2;
	font-size: 1.13em;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	min-width: 0;
}
.tp-dottedoverlay.custom {
	background-color: #000000;
	opacity: 0.2;
}

/**/
/* slider content */
/**/
.tp-banner,
.tp-banner-slider {
	opacity: 0;
}
.tp-caption {
	font-size: 16px;
	z-index: 30 !important;
}
.tp-caption .sl-title {
	text-align: center;
	display: inline-block;
	color: #f27c66;
	font-size: 4em;
	line-height: 1;
	padding: 0.24em 0.87em;
	background: rgba(255,255,255,0.8);
	margin-bottom: 0.2em;
}
.tp-caption .sl-title.alt {
	color: #ffffff;
	background: transparent;
}
.tp-caption .cws-button i {
	font-size: 1.15em;
	line-height: 1;
}
.sl-content p {
	font-size: 21px;
	font-size: 1.3em;
	line-height: 1.3;
	color: #fff;
}
.tp-banner-container .tp-leftarrow, .tp-banner-container .tp-rightarrow {
	background: rgba(255,255,255,0.5) !important;
	width: 60px;
	height: 60px;
	text-align: center;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tp-banner-container .tp-leftarrow:hover, .tp-banner-container .tp-rightarrow:hover {
	opacity: 0.8 !important;
}
.tp-banner-container .tp-rightarrow {
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.tp-banner-container .tp-rightarrow:before,
.tp-banner-container .tp-leftarrow:before{
	opacity: 0.8;
	content: "\F105" !important;
	font-family: FontAwesome;
	font-size: 34px;
	line-height: 60px;
	color: #000000;
}
.tp-banner-container .tp-leftarrow:before{
	content: "\F104" !important;
}
.tp-banner-container .tp-leftarrow {
	border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.tp-caption.align-left {
	text-align: left;
}
.tp-caption.align-right {
	text-align: right;
}
.tp-caption.align-center {
	text-align: center;
}
@media screen and (max-width: 1300px){
	.tp-banner-container .tp-leftarrow, .tp-banner-container .tp-rightarrow {
		width: 30px;
		height: 30px;
		background: transparent !important;
	}
	.tp-banner-container .tp-rightarrow:before,
	.tp-banner-container .tp-leftarrow:before {
		line-height: 30px;
		font-size: 30px;
	}
}
@media screen and (max-width: 1025px){
	.tp-caption.align-left,
	.tp-caption.align-right,
	.tp-caption.align-center {
		text-align: center;
	}
}

/**
/* google map */
/**/
.map{
	padding: 3px;
	border: 1px solid #d0d0d0;
}
#map {
	height: 450px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infobox-wrapper{
	position: absolute;
	left: -10000px;
}
#infobox {
	display: inline-block;
    font-family:PT Sans, sans-serif;
    font-size:14px;
    border-radius: 2px;
}
#infobox:before {
	content: "";
	opacity: 0.85;
	width: 0;
	height: 0;
	border-bottom: 9px solid;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	top: -9px;
	left: calc(50% - 9px);
}
#infobox .bg-half-transperent{
	opacity: 0.85;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#infobox i{
	font-size: 16px;
	width: 30px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
#infobox ul{
	position: relative;
	padding: 10px 30px 25px;
	color: #fff;
	font-size: 14px;
	opacity: 1 !important;
	z-index: 0;
}
#infobox ul li{
	vertical-align: middle;
	padding-bottom: 5px;
}
@media screen and (max-width: 479px){
	#infobox ul{
		padding: 5px;
		font-size: 12px;
	}
}

/**/
/* scroll-down */
/**/
.tp-banner {
	position: relative;
}
.scroll-down {
	position: absolute;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 50;
	cursor: pointer;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid #f27c66;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: rgba(255,255,255,0.5);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.scroll-down:hover {
	background-color: rgba(255,255,255,0.8);
}
.scroll-down i {
	-webkit-animation: animationButton ease-in-out 0.9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	font-size: 28px;
	line-height: 54px;
	color: #000000;
}
@keyframes animationButton{
  0% {
    transform:  translateY(-10%);
  }
  50% {
    transform:  translateY(10%);
  }
  100% {
    transform:  translateY(-10%);
  }
}

/**/
/* Tabs */
/**/
.block-tabs-btn {
	margin-bottom: -1px;
}
.picture + .tabs {
	margin-top: 40px;
}
hr + .tabs {
	margin: 40px 0;
}
.tabs .tabs-btn {
	float: left;
	height: 40px;
	padding: 0 35px;
	line-height: 40px;
	text-align: center;
	font-size: 0.928em;
	cursor: pointer;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 2px solid #E6E6E6;
	border-top-left-radius: 2px;
	-ms-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-ms-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tabs-btn + .tabs-btn {
	margin-left: 2px;
}
.tabs h3 {
	font-family: "Raleway";
	font-weight: 500;
}
.tabs-btn.active {
	border-top-color: #18bb7c;
	color: #333333;
	background-color: #ffffff;
}
.tabs-btn.active span {
	background-color: #6aa2de;
	color: #ffffff;
}
.tabs .container-tabs:not(.active) {
	display: none;
}
.tabs .tabs-keeper {
	padding: 20px;
	border: 1px solid #E6E6E6;
}
.tabs .container-tabs>img {
	float: left;
	border: 1px solid #cfcfcf;
	padding: 3px;
	background-color: #ffffff;
	margin-right: 18px;
}
.tabs h6 {
	margin-top: 0;
	clear: none;
}

@media screen and (max-width: 980px){
	.tabs .tabs-btn {
		padding: 0 20px;
	}
	.container-tabs .columns-col.columns-col-4 {
		width: 33.33%;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	.tabs .tabs-btn {
		padding: 0 6px;
	}
}
@media screen and (max-width: 480px){
	.container-tabs .columns-col.columns-col-4 {
		width: 100%;
	}
	.container-tabs .columns-col.columns-col-4 .count-of {
		width: 49%;
		display: inline-block;
	}
	.tabs .tabs-btn {
		float: none;
		margin-left: 0 !important;
	}
}

/**/
/* skill-bar */
/**/

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}
.skill-bar {
	color: black;
	margin-bottom: 0;
}
.skill-bar li {
	padding-bottom: 20px;
	padding-left: 0;
	border: 0;
}
.skill-bar li:last-child{
	padding-bottom: 0;
}
.skill-bar li:before{
	display: none;
}
.skill-bar .bar{
	display: block;
	height: 15px;
	background-color: #f7f7f7;
	position: relative;
}
.skill-bar .bar span{
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	height: 100%;
	background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-size: 20px 20px;
	animation: progress-bar-stripes 2s linear infinite;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}
.skill-bar .name {
	color: #333e4f;
	line-height: 1;
	padding-bottom: 10px;
}
.skill-bar .name .skill-bar-perc {
	float: right;
	font-weight: 800;
}

/**/
/* owl carousel */
/**/
.title-carousel {
	margin-bottom: 20px;
}
.title-carousel h2 {
	margin-bottom: 0;
}
.carousel-container {
	overflow: hidden;
}
.owl-three-item .gallery-item,
.owl-four-items .gallery-item,
.owl-two-item .gallery-item {
	margin-left: 30px;
}
@media screen and (max-width: 1200px){ /* pad */
	.owl-three-item .gallery-item,
	.owl-four-items .gallery-item,
	.owl-two-item .gallery-item {
		margin-left: 20px;
	}
}
@media screen and (max-width: 980px){ /* pad */
	.owl-three-item .gallery-item,
	.owl-four-items .gallery-item,
	.owl-two-item .gallery-item {
		margin-left: 18px;
	}
}
@media screen and (max-width: 980px){ /* pad */
	.owl-three-item .gallery-item,
	.owl-four-items .gallery-item,
	.owl-two-item .gallery-item {
		margin-left: 18px;
	}
}
@media screen and (max-width: 767px){ /* pad */
	.owl-three-item .gallery-item,
	.owl-four-items .gallery-item,
	.owl-two-item .gallery-item {
		margin: 0 10px 0 10px;
	}
}
@media screen and (max-width: 479px){ /* pad */
	.owl-three-item .gallery-item,
	.owl-four-items .gallery-item,
	.owl-two-item .gallery-item {
		margin: 0;
	}
}
.gallery-item>* {
	margin-bottom: 15px;
}
.gallery-item>*:last-child{
	margin-bottom: 0;
}
.gallery-item .portfolio-item {
	margin: 0;
}
.full-width-slider {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	z-index: 1;
}
.full-width-slider .gallery-item img {
	width: 100%;
}
.carousel-button .prev,
.carousel-button .next {
	margin: 1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	cursor: pointer;
	margin-bottom: 3px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;

}
.carousel-button .prev:hover,
.carousel-button .next:hover {
	border-color: #969696;
	color: #969696;
}
.carousel-container h2{
	font-size: 24px;
	float: left;
}
.carousel-nav {
	text-align: right;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
h2 + .carousel-nav + * {
	clear: both;
}
.carousel-nav.align-left {
	text-align: left;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #ffffff;
	display: block;
	background: #ffffff, transparent;
	font-family: FontAwesome;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover{
	background: #ffffff;
	color: #f27c66;
}
.owl-controls .owl-buttons .owl-prev {
	left: 5px;
}
.thumbnails .owl-controls .owl-buttons .owl-prev {
	left: 7px;
}
.owl-controls .owl-buttons .owl-next {
	right: 5px;
}
.owl-controls .owl-buttons .owl-prev:before {
	content: "\F104";
	line-height: 30px;
}
.owl-controls .owl-buttons .owl-next:before {
	content: "\F105";
	line-height: 30px;
}

/**/
/* video player */
/**/
.video-player {
	position: relative;
	widows: 100%;
	padding-top: 59%;
}
.video-player iframe {
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**/
/* calendar */
/**/
a.ui-datepicker-prev.ui-corner-all {
	float: left;
}
a.ui-datepicker-next.ui-corner-all {
	float: right;
}
a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #b0b0b0;
	border: 1px solid #b0b0b0;
	position: relative;
	text-align: center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a.ui-datepicker-prev.ui-corner-all:hover,
a.ui-datepicker-next.ui-corner-all:hover{
	border-color: #969696;
	color: #969696;
}
a.ui-datepicker-next.ui-corner-all i,
a.ui-datepicker-prev.ui-corner-all i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-header {
	padding: 15px 0;
}
.ui-datepicker-header .ui-datepicker-month,
.ui-datepicker-header .ui-datepicker-year {
	color: #595959;
}
.ui-datepicker-calendar thead th,
.ui-datepicker-calendar tbody td {
	line-height: 38px;
	text-align: center;
	border: 1px solid;
	font-size: 0.92em;
}
.ui-datepicker-calendar tbody td {
	position: relative;
	border-color: #ececec;
}
.ui-datepicker-calendar thead th{
	border-color: #18bb7c;
	color: #18bb7c;
	font-weight: 500;
}
.ui-datepicker-calendar tbody {
	color: #595959;
	font-weight: 500;
}
td.ui-datepicker-today {
	color: #ffffff;
	background-color: #18bb7c;
}
td.ui-datepicker-today:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-color: #18bb7c;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

/**/
/* blog post */
/**/
.blog-post {
	margin-bottom: 40px;
}
.blog-post p a,
article p a {
	font-family: "Arial";
	text-decoration: none;
}
.blog-post p a:before {
	content: "\2192";
}
.grid-col-4 .blog-post {
	margin-bottom: 30px;
}
.blog-post .tags-post {
	float: right;
	color: #f27c66;
	font-size: 13px;
	line-height: 40px;
}
.grid-col-4 .blog-post .tags-post,
.blog-post .tags-post:last-child {
	float: none;
	line-height: 20px;
}

.blog-post .tags-post a {
	display: inline-block;
	line-height: 20px;
}
.blog-post .tags-post a + a {
	margin-left: 10px;
	border-left: 1px solid #f27c66;
}
.blog-post h3 {
	font-size: 18px;
	font-family: "Raleway";
	font-weight: 500;
}
.blog-post .post-info {
    display: flex;
 align-items: center;
    align-content: center;
	background-color: #f27c66;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}
.blog-post article>p {
	margin-bottom: 25px;
}
.grid-col-4 .blog-post article>p {
	margin-bottom: 10px;
}
.post-info .date-post {
	width: 53px;
	height: 53px;
	background-color: #b0b0b0;
}
.post-info .date-post .day {
	font-size: 25px;
	font-weight: 500;
	height: 50%;
	line-height: 33px;
}
.post-info .date-post .month {
	font-size: 13px;
	height: 50%;
}
.post-info .comments-post {
	width: 53px;
	line-height: 53px;
	height: 53px;
	background-color: #f9cb8f;
}
.post-info .author-post {
	flex: 1;
	font-size: 13px;
	display: inline-block;
}
.author-post:before,
.tags-post a:before{
	content: "\F007";
	font-family: "FontAwesome";
	padding-right: 5px;
	font-size: 18px;
}
.tags-post a:before{
	content: "\F02B";
	padding-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}
.tags-post a:first-child:before {
	padding-left: 0;
	content: "\F02E";
}
.blog-post + hr {
	margin-top: 20px;
	margin-bottom: 40px;
}
hr + .comments {
	margin-top: 30px;
}
.post-info-main {
 flex: 1;
	vertical-align: middle;
	display: inline-block;
}
.blog-media + p {
	margin-top: 10px;
}

@media screen and (max-width: 479px) {
	.blog-post .tags-post {
		float: none;
		text-align: center;
	}
	.blog-post .cws-button {
	    display: block !important;
	    margin: 0 auto;
	    width: 120px;
	    clear: both;
	}
}

/**/
/* quote */
/**/
q h3 {
	display: inline;
}
.quote-avatar-author {
	float: left;
	margin: 5px 40px 0 0;
}
.quote-avatar-author img {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 3px;
	margin: 0 auto;
}
.quote-avatar-author .author-info {
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: #5f5f5f;
	padding-top: 5px;
}
.quote-avatar-author .author-info span{
	font-weight: 500;
	color: #f27c66;
}

/**/
/* page pagination */
/**/
.page-pagination {
	text-align: center;
	width: 216px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.page-pagination a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #f2f2f2;
	border-right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 38px;
	color: #333e4f;
}
.page-pagination a:last-child{
	border-right: 1px solid #f2f2f2;
}
.page-pagination a:last-child,
.page-pagination a:first-child{
	color: #f27c66;
	background-color: #f2f2f2;
	font-size: 30px;
}
.page-pagination a.active{
	background-color: #f27c66;
	color: #ffffff;
	border-color: #f27c66;
}
.page-pagination a:hover{
	background-color: #f27c66;
	color: #ffffff;
	border-color: #f27c66;
}

/**/
/* widget default */
/**/
aside {
	margin-top: 30px;
}
aside p {
	line-height: 22px;
}
aside:first-child{
	margin-top: 0;
}
aside hr {
	clear: both;
}
aside h4 {
	text-transform: none;
}
aside .cws-button {
	line-height: 15px;
	font-size: 12px;
	padding: 5px 12px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-top {
	margin-top: 20px;
}
.margin-top-max {
	margin-top: 50px;
}

/**/
/* count of */
/**/
.count-of {
	text-align: center;
	display: block;
	margin-top: 30px;
}
.count-of img {
	height: 60px;
	width: auto;
	display: inline-block;
}
.count-of span {
	display: block;
	font-size: 40px;
	color: #f27c66;
	font-weight: 600;
	line-height: 1;
}
.count-of label {
	font-size: 14px;
	color: #f27c66;
	margin-top: 10px;
}

/**/
/* contact form */
/**/
.contact-form input[name="email"]::-webkit-input-placeholder:after,
.contact-form input[name="name"]::-webkit-input-placeholder:after{
   content: "*";
   font-size: 25px;
   line-height: 15px;
   color: red;
   margin-left: 1px;
}
.contact-form .cws-button {
	float: right;
}
.contact-form input[name="email"]::-moz-input-placeholder:after,
.contact-form input[name="name"]::-moz-input-placeholder:after{
   content: "*";
   color: red;
}
.widget-contact-form input[type='text'] {
	height: 38px;
}
.widget-contact-form input[type='text'],
.widget-contact-form textarea {
	border: 1px solid #e1e1e1;
	line-height: 36px;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
	font-style: italic;
}
.widget-contact-form input[type='text'].error,
.widget-contact-form textarea.error {
	background-color: #f8bdb2;
}
.widget-contact-form label span {
	color: #f27c66;
}

/**/
/* form subscribe */
/**/
form.subscribe {
	font-size: 15px;
	max-width: 630px;
	margin: 0 auto;
}
form.subscribe input[name="email"] {
	display: inline-block;
	background-color: #ffffff;
	line-height: 40px;
	height: 40px;
	padding: 0 18px;
	border: 0;
	width: calc(100% - 120px);
	width: -moz-calc(100% - 125px);
	border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
form.subscribe input[type="submit"] {
	display: inline-block;
	cursor: pointer;
	background-color: #18bb7c;
	color: #ffffff;
	line-height: 40px;
	padding: 0 20px;
	border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
form.subscribe input[type="submit"]:hover {
	color: #f9cb8f;
}
.parallax-text {
	color: #ffffff;
	margin-bottom: 30px;
}

/**/
/* widget search */
/**/
.widget-search form {
	position: relative;
}
.widget-search hr + form {
	margin-top: 20px;
}
.widget-search form input[type='search'] {
	border: 1px solid #e1e1e1;
	line-height: 34px;
	height: 36px;
	padding: 0 10px;
	padding-right: 50px;
	width: 100%;
	margin-bottom: 10px;
}
.widget-search form .search-submit {
	position: absolute;
 	top: 0;
	right: 0;
	width: 36px;
	line-height: 32px;
	height: 36px;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #18bb7c;
	background-color: #18bb7c;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-search form .search-submit:hover {
	background: transparent;
	color: #18bb7c;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

/**/
/* widget course details */
/**/
.widget-lector-info {
	background-color: #eaeaea;
	padding: 15px;
}
.widget-course-details>p {
	margin-bottom: 5px;
}
.widget-course-details .star-rating {
	margin-bottom: 15px !important;
}
.widget-course-details .count-users {
	float: right;
	line-height: 1;
}
.widget-course-details .count-users span {
	color: #333e4f;
}

/**/
/* widget categories */
/**/
.widget-meta li,
.widget-archives li,
.widget-categories li {
	padding: 0;
}
.widget-meta li,
.widget-archives li,
.widget-categories li{
	border-top: 1px solid #e1e1e1;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-meta li:first-child,
.widget-archives li:first-child,
.widget-categories li:first-child {
	border-top: 0;
}
.widget-meta li:last-child,
.widget-archives li:last-child,
.widget-categories li:last-child {
	border-bottom: 1px solid #e1e1e1;
}
.widget-meta li:before,
.widget-archives li:before,
.widget-categories li:before{
	display: none;
}
.widget-meta li a,
.widget-archives li a,
.widget-categories li a{
	display: block;
	padding: 6px 0px 6px 30px;
}
.widget-meta li a span,
.widget-archives li a span,
.widget-categories li a span {
	color: #8f96a2;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-meta li a:before,
.widget-archives li a:before,
.widget-categories li a:before{
	content: "\221A";
	position: absolute;
	left: 10px;
	color: #18bb7c;
	font-weight: 700;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-meta li:hover,
.widget-archives li:hover,
.widget-categories li:hover {
	border-color: transparent;
}
.widget-meta li:hover + li,
.widget-archives li:hover + li,
.widget-categories li:hover + li {
	border-color: transparent;
}
.widget-meta li a:hover,
.widget-archives li a:hover,
.widget-categories li a:hover{
	background-color: #18bb7c;
	color: #ffffff;
}
.widget-meta li:hover>a:before,
.widget-archives li:hover>a:before,
.widget-archives li a:hover>span,
.widget-categories li:hover>a:before,
.widget-categories li a:hover>span{
	color: #ffffff;
}

/**/
/* widget recent post */
/**/
aside h2,
.quotes-carousel h2 {
	font-size: 24px;
	float: left;
	margin-bottom: 10px;
}
aside>h2 + *:not(.carousel-nav),
.quotes-carousel h2 + *:not(.carousel-nav){
	clear: both;
}
aside .carousel-button .prev,
aside .carousel-button .next,
.widget-instructor .carousel-button .prev,
.widget-instructor .carousel-button .next {
	width: 22px;
	height: 22px;
	line-height: 22px;
}
aside article,
.widget-instructor article {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
}
aside h2 + article {
	padding-top: 0;
}
section.widget-instructor article:last-child{
	border-bottom: 0;
}
.widget-post img,
.widget-instructor img {
	max-width: 100%;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.widget-instructor img.avatar-small {
	width: 60px;
	margin-bottom: 0;
}
.widget-course img {
	margin-bottom: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.widget-post .course-date,
.widget-instructor .course-date,
.widget-course .course-date {
	color: #f27c66;
}
.widget-post h4,
.widget-instructor h4,
.widget-course h4 {
	font-size: 15px;
	font-family: "Raleway";
	font-weight: 500;
	clear: none;
	color: #333333;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 5px;
}
.widget-post p,
.widget-instructor p,
.widget-course p {
	margin-bottom: 5px;
}
.widget-course .course-date {
	padding-bottom: 15px;
}

/**/
/* widget event */
/**/
.widget-event .date {
	width: 60px;
	height: 60px;
	line-height: 30px;
	float: left;
	background-color: #ebebeb;
	text-align: center;
	margin-right: 8px;
	overflow: hidden;
	color: #5f5f5f;
}
.widget-event .date .day {
	background-color: #f27c66;
	color: #ffffff;
	font-size: 24px;
}
.widget-event .event-description span {
	padding-bottom: 8px;
	display: block;
	line-height: 1;
	color: #f27c66;
}
.event-description p {
	margin-bottom: 0;
}

/**/
/* widget comments*/
/**/
.widget-comments .header-comments {
	position: relative;
	padding-left: 30px;
	padding-bottom: 3px;
}
.widget-comments .header-comments:before{
	content: '\201C';
	font-family: "Arial";
	font-size: 48px;
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 51px;
	width: 25px;
	text-align: center;
	height: 25px;
	color: #ffffff;
	background-color: #f27c66;
	display: inline-block;
}
.widget-comments .header-comments .date {
	display: inline-block;
	color: #f27c66;
}
.widget-comments .header-comments .author {
	display: inline-block;
	color: #333333;
}
.widget-comments .comments {
	margin-top: 0;
}
.widget-comments .comment {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

/**/
/* widget text */
/**/
.widget-text strong {
	font-size: 15px;
}

/**/
/* widget rss */
/**/
.widget-rss .subscribe-form {
	padding: 15px 0 0 0;
}
.widget-rss .subscribe-form form {
	position: relative;
	z-index: 1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: hidden;
}
.widget-rss .subscribe-form form input {
	width: 100%;
	background-color: #ffffff;
	line-height: 30px;
	height: 30px;
	padding: 0 70px 0 6px;
	border: 1px solid #e1e1e1;
}
.widget-rss .subscribe-form form .button-send {
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #18bb7c;
	top: 0;
	right: 0;
	background-color: #18bb7c;
	color: #ffffff;
	font-weight: 500;
	display: block;
	height: 100%;
	width: 70px;
	transition: all 0.3s;
}
.widget-rss .subscribe-form form .button-send:hover {
	background-color: transparent;
	color: #595959;
}

/**/
/* widget popular course */
/**/
.course-item + .course-item {
	margin-top: 20px;
}
.widget-popular .popular-item,
.course-item {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.widget-popular img,
.course-item img {
	width: 100%;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-popular .course-name,
.course-item .course-name {
	display: block;
	background-color: #333333;
	padding: 10px;
}
.grid-col-4 .course-item .course-name {
	padding: 10px 24px;
}
.widget-popular .course-name h3,
.widget-popular .course-name .price,
.course-item .course-name h3,
.course-item .corse-name .price {
	display: inline;
	font-size: 15px;
	clear: none;
	color: #ffffff;
	margin: 0;
	font-weight: 400;
	font-family: "Raleway";
}
.widget-popular .course-name .price,
.course-item .course-name .price {
	float: right;
	color: #ffffff;
}
.widget-popular .course-date,
.course-item .course-date {
	padding: 20px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}
.grid-col-4 .course-item .course-date {
	padding: 20px 24px;
}
.widget-popular .course-date .day,
.course-item .course-date .day {
	display: inline-block;
}
.widget-popular .course-date .time,
.course-item .course-date .time {
	float: right;
}
.widget-popular .course-date i,
.course-item .course-date i {
	margin-right: 4px;
}
.course-item .divider {
	width: 70px;
	height: 2px;
	clear: both;
	background-color: #ffffff;
	margin: 15px auto;
}
.course-item .description {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.course-item .course-hover {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.course-hover .hover-bg {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.course-hover a {
	display: inline-block;
	border: 2px solid #ffffff;
	border-radius: 4px;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	top: 50%;
	left: 50%;
	z-index: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 20px;
	font-size: 15px;
	padding: 8px 30px;
	overflow: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5);
	-moz-transform: translate(-50%, -50%) scale(0.5);
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.course-hover a:hover {
	background-color: rgba(255,255,255,0.3);
}
.carousel-container .course-hover a {
	padding: 8px 15px;
}
.course-item .course-hover:hover .hover-bg {
	opacity: 0.6;
}
.course-item .course-hover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 4s;
	-ms-transition: all 4s;
	-moz-transition: all 4s;
	-webkit-transition: all 4s;
}
.course-hover:hover a {
	opacity: 1;
	/*zoom: 1;*/
	transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

/**/
/* widget sidbar navigation & widget page */
/**/
.widget-navigation ul{
	overflow: hidden;
}
.widget-navigation h4 {
	float: none;
}
.widget-navigation>ul {
	border: 1px solid #e1e1e1;
}
.widget-navigation li,
.widget-pages li {
	padding-left: 0;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.widget-pages>ul>li li:first-child,
.widget-navigation>ul>li li:first-child {
	border-top: 1px solid #e1e1e1;
}
.widget-pages li:last-child,
.widget-navigation li:last-child {
	border-bottom: 0;
}
.widget-navigation a,
.widget-pages a {
	display: block;
	padding: 6px 0 6px 0;
}
.widget-navigation li:before,
.widget-pages li:before{
	display: none;
}
.widget-navigation li.has-child:before,
.widget-pages li.has-child:before{
	display: block;
	content: "+";
	font-size: 20px;
	top: 0;
	width: 40px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-navigation li.active:before,
.widget-pages li.active:before{
	content: "-"
}
.widget-navigation>ul>li>a,
.widget-pages>ul>li>a{
	padding-left: 40px;
}
.widget-navigation>ul>li>ul>li>a,
.widget-pages>ul>li>ul>li>a{
	padding-left: 60px;
}
.widget-navigation>ul>li>ul>li>ul>li>a,
.widget-pages>ul>li>ul>li>ul>li>a{
	padding-left: 70px;
}
.widget-pages>ul{
	border-bottom: 1px solid #e1e1e1;
}
.widget-pages ul a:hover{
	color: #f27c66;
}
.widget-navigation>ul>li.hover>a,
.widget-navigation>ul>li:hover>a,
.widget-navigation>ul>li.active{
	background-color: #f27c66;
	color: #ffffff;
}
.widget-navigation>ul>li.hover>:before,
.widget-navigation>ul>li.active:before,
.widget-navigation>ul>li:hover:before,
.widget-navigation>ul>li>ul>li:before{
	color: #ffffff
}
.widget-navigation>ul>li>ul>li.hover:before,
.widget-navigation>ul>li>ul>li:hover:before,
.widget-navigation>ul>li>ul>li.active:before{
	color: #f27c66;
}
.widget-navigation>ul>li>ul {
	background-color: #f27c66;
}

.widget-navigation>ul>li>ul>li{
	color: #ffffff;
}
.widget-navigation>ul>li>ul>li.hover>a,
.widget-navigation>ul>li>ul>li:hover>a,
.widget-navigation>ul>li>ul>li.active{
	background-color: #eaeaea;
	color: #f27c66;
}
.widget-navigation>ul>li>ul>li>ul{
	background-color: #eaeaea;
}
.widget-navigation>ul>li>ul>li>ul>li.hover>a{
	color: #f27c66;
}
.widget-navigation>ul>li ul,
.widget-pages>ul>li ul{
	display: none;
}
.widget-pages>ul>li.active>ul{
	display: block;
}

/**/
/* widget twitter */
/**/
.twitter {
	color: inherit;
}
.twitter li {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
.twitter p a {
	text-decoration: none;
}
.twitter p a:hover {
	text-decoration: underline;
}
.twitter li p {
	margin-left: 65px;
}
.twitter .fa-twitter {
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	line-height: 55px;
	color: #f27c66;
	font-size: 27px;
	border: 2px solid #f27c66;
	margin-top: 6px;
	float: left;
}
.twitter ul {
	margin: 0;
}
.twitter li:before{
	display: none;
}
.tweet_time a {
  color: black;
}
.twitter.alt {
	text-align: center;
	font-size: 22px;
}
.twitter.alt .fa-twitter {
	width: 80px;
	height: 80px;
	line-height: 78px;
	font-size: 44px;
	border: 1px solid #f27c66;
	float: none;
	margin-bottom: 35px;
	margin-top: 0;
}
.twitter.alt li {
	padding: 0;
}
.twitter.alt li p {
	margin-left: 0;
	color: #ffffff;
}
.twitter.alt li p .tweet_time:before{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 12px auto 3px auto;
	opacity: 0.2;
}
.twitter.alt li p .tweet_time a {
	color: #fff;
	font-size: 16px;
	line-height: 0.8;
	text-decoration: none;
}
.twitter.alt p a {
	text-decoration: none;
}
.twitter-carousel.twitter ul li:after{
	content: "";
	display: table;
	clear: both;
}

/**/
/* twitter-1 */
/**/
.twitter-1 i.twitt {
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid #ffffff;
	line-height: 64px;
	font-size: 40px;
	color: #ffffff;
}
.twitter-1 p {
	color: #ffffff;
	font-size: 18px;
}
.twitter-1 p a {
	color: #5f5f5f;
	text-decoration: none;
}
.twitter-1 p span.tweet_time a {
	color: #ffffff;
}
.twitter-1 li {
	padding: 0;
}
.twitter-1 li:before {
	display: none;
}

/**/
/* widget flickr */
/**/
.widget-flickr {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}
.widget-flickr ul {
	margin: 0;
}
#flickr-badge li{
	position: relative;
	width: calc(33.33% - 6.7px);
	width: -moz-calc(33.33% - 6.7px);
	padding-bottom: calc(30.03%);
	padding-bottom: -moz-calc(30.03%);
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	z-index: 1;
	text-align: center;
	padding-left: 0px;
	border: 1px solid #cfcfcf;
}
#flickr-badge .flickr-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
#flickr-badge .flickr-container a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#flickr-badge .flickr-container a:before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#flickr-badge .flickr-container a:hover:before{
	opacity: 0.5;
}
#flickr-badge .flickr-container span {
	position: relative;
	z-index: 1;
	display: block;
	height: calc(100% - 6px);
	height: -moz-calc(100% - 6px);
	margin: 3px;
	overflow: hidden;
}
#flickr-badge .flickr-container img {
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#flickr-badge li:before{
	display: none;
}
#flickr-badge li:nth-child(3n+3) {
	margin-right: 0;
}

/**/
/* widget subscribe */
/**/
.widget-subscribe a {
	display: inline-block;
	border: 2px solid #f27c66;
	color: #f27c66;
	font-size: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 48px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 5px;
}
.widget-subscribe a:hover{
	background-color: #f27c66;
	color: #ffffff;
}
.widget-subscribe a:last-child{
	margin-right: 0;
}

/**/
/* widget filter-price */
/**/
.price_slider_wrapper{
	padding: 36px 0 36px 0;
	border: 1px solid #e1e1e1;
}
.widget-filter h4 {
	float: none;
}
.price_slider_wrapper .price_slider{
	height: 4px;
	width: calc(100% - 44px);
	width: -moz-calc(100% - 44px);
	position: relative;
	margin: 0 auto 0px auto;
	background-color: #eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.price_slider .ui-slider-range{
	height: 4px;
	position: absolute;
	background-color: #18bb7c;
}
.price_slider .ui-slider-handle{
	background-color: red;
	width: 0px;
	height: 0px;
	position: absolute;
	transition: all 0s ease;
}
.price_slider .ui-slider-handle:before{
	content: '';
	position: absolute;
	bottom: 0px;
	z-index: 2;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #f27c66;
}
.price_slider .ui-slider-handle .price_label {
	color: #333e4f;
	margin-top: 6px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.price_slider .ui-slider-handle .price_label sup {
	font-size: 0.7em;
}

.price_slider_wrapper .price_slider_amount{
    display: flex;
 justify-content: space-between;
 align-items: baseline;
}
.price_slider_wrapper .price_slider_amount .button{
 order: 2;
}
.price_slider_wrapper .price_slider_amount .price_label{
	display: inline-block;
}
.price_slider_wrapper .price_slider_amount .price_label span {
	display: -ms-flexbox;
}
.price_slider_wrapper .price_slider_amount .clear{
	display: none;
}
@media screen and (max-width: 980px) {
	.woocommerce .products .product{
		width: calc(50% - 30px);
	}
}
@media screen and (max-width: 479px) {
	.woocommerce .products .product{
		width: 100%;
	}
	.woocommerce ul.products .picture{
		width: 100%;
		float: none;
	}
}

/**/
/* widget shopping list */
/**/
.widget_shopping_cart_content ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
	margin-top: 24px;
	color: #8f96a2;
}
.widget_shopping_cart_content ul li {
	padding-left: 0;
}
.widget_shopping_cart_content ul li:before{
	display: none;
}
.widget_shopping_cart_content .quantity {
	color: black;
}
.widget_shopping_cart_content ul li:after{
	clear: both;
	display: table;
	content: "";
}
.widget_shopping_cart_content ul li a {
	display: block;
	margin: 15px 0 6px 0;

	color: #f27c66;
	text-decoration: underline;
	font-weight: 500;
	line-height: 1.3;
}
.widget_shopping_cart_content ul li p {
	line-height: 1;
	margin-bottom: 0;
}
.widget_shopping_cart_content ul li a img{
	float: left;
	width: 65px;
	height: 65px;
	border: 1px solid #e1e1e1;
	padding: 3px;
	margin-right: 10px;
	margin-top: -4px;
}
.widget_shopping_cart_content .total {
	color: black;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}
.widget_shopping_cart_content .total strong {
	line-height: 2.5;
	color: #333333;
	font-weight: 500;
}
.widget_shopping_cart_content .cws-button {
	float: right;
	text-decoration: none;
}

/**/
/* widget-selers */
/**/
.widget-selers h4 {
	color: #f27c66;
	font-size: 14px;
	font-family: "Raleway";
	text-decoration: underline;
	text-transform: none;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: none;
}
.widget-selers a:hover h4{
	text-decoration: none;
}
.widget-selers img {
	max-width: 100%;
	border: 1px solid #e1e1e1;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
.widget-selers p {
	margin: 0;
}
.widget-selers p:last-child {
	color: #5f5f5f;
	font-weight: 500;
}

/**/
/* courses item */
/**/
.courses-picture {
	position: relative;
	overflow: hidden;
}
.course-description {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
}
.course-description .course-date {
	font-size: 11px;
	font-weight: 100;
	color: #ffffff;
	background-color: #f27c66;
	width: 68px;
	height: 68px;
	line-height: 1;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.course-description .course-date>div {
	vertical-align: middle;
	display: inline-block;
}
.course-description .course-date:before{
	width: 0;
	height: 100%;
	display: inline-block;
	content: "";
	vertical-align: middle;
}
.course-description .course-date sup {
	font-size: 0.6em;
}
.course-description .course-date span {
	font-size: 26px;
	font-weight: 700;
}
.course-info {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.course-info>*{
	line-height: 1;
	font-size: 12px;
	border-left: 1px solid #d1d1d1;
	display: table-cell !important;
}
.course-info>*:first-child{
	border: 0;
}
.students-count {
	text-align: center;
}
.students-count i {
	color: #6aa2de;
	font-size: 20px;
}
.course-info .price .amount {
	line-height: 1;
	font-size: 18px;
}
.course-info .star-rating {
	padding-right: 5px;
}
.course-description .course-title {
	padding-top: 7px;
	line-height: 1.2;
	font-size: 15px;
	color: #333e4f;
	font-weight: 700;
}
.course-description .teacher {
	font-size: 12px;
	line-height: 20px;
	color: #f27c66;
	font-weight: 700;
}

/**/
/* price */
/**/
.price {
	display: inline-block;
	text-align: center;
}
.price .amount {
	display: block;
	font-size: 20px;
	color: #f27c66;
	font-weight: 500;
	line-height: 1.3;
}
.price span sup {
	font-size: 0.6em;
}

/**/
/* star rating */
/**/
.star-rating{
	display: inline-block;
	position: relative;
	width: 94px;
	overflow: hidden;
}
.star-rating>span{
	top: 0;
	left: 0;
}
.shop .star-rating>span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}
.star-rating:before{
	color: #e5e5e5;
}
.star-rating>span:before{
	color: #6aa2de;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
}

/**/
/* category-button */
/**/
.category-buttons{
	margin-bottom: 30px;
}
.category-button {
	display: block;
	color: #18bb7c;
	border: 3px solid #18bb7c;
	background-color: transparent;
	padding: 19px 10px 19px 20px;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	cursor: pointer;
}
.category-button + .category-button {
	margin-top: 20px;
}
.category-button:hover{
	background-color: #18bb7c;
	color: #ffffff;
}
.category-button:after{
	clear: both;
	content: "";
	display: table;
}
.category-button i {
	font-size: 36px;
	float: left;
	margin-right: 8px;
}
.category-button p {
	line-height: 1.2;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

/**/
/* offer banners */
/**/
.banner-offer {
	padding: 20px 30px 20px 30px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../img/parallax_pattern-1.png) repeat;
	background-size: contain;
}
.banner-offer.bg-color-1 {
	background-color: #f27c66 !important;
}
.banner-offer.bg-color-2 {
	background-color: #18bb7c !important;
}
.banner-offer.bg-color-3 {
	background-color: #f9cb8f !important;
}
.banner-offer.bg-color-4 {
	background-color: #4bbcd7 !important;
}
.banner-offer + .banner-offer {
	margin-top: 10px;
}
.banner-offer>* {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}
.banner-offer .banner-icon i {
	color: #18bb7c;
	font-size: 55px;
	line-height: 98px;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	text-align: center;
	background-color: #ffffff;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.banner-offer.bg-color-1 .banner-icon i {
	color: #f27c66;
}
.banner-offer.bg-color-2 .banner-icon i {
	color: #18bb7c;
}
.banner-offer.bg-color-3 .banner-icon i {
	color: #f9cb8f;
}
.banner-offer.bg-color-4 .banner-icon i {
	color: #4bbcd7;
}
.banner-offer .banner-icon:first-child {
	width: 90px;
}
.banner-offer .banner-text {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}
.banner-offer .banner-text h2 {
	font-size: 60px;
	margin: 0;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	font-family: "Raleway";
}
.banner-offer .banner-text:first-child h2 {
	font-weight: 500;
}
.banner-offer .banner-text p {
	font-size: 20px;
	text-align: right;
	line-height: 0.8;
}
.banner-offer .banner-text:first-child p {
	font-size: 40px;
}
.banner-offer .banner-text:last-child{
	vertical-align: bottom;
}
.banner-offer .banner-percent {
	font-weight: 500;
	font-size: 100px;
	line-height: 0.8;
    vertical-align: top;
    text-align: center;
}
.banner-offer .banner-icon:last-child,
.banner-offer .banner-percent:last-child{
	text-align: right;
}
.banner-offer .banner-percent span {
	font-size: 80px;
}
@media screen and (max-width: 1200px) {
	.banner-icon {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.banner-offer>* {
		display: block;
	}
	.banner-offer .banner-icon {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.banner-icon {
		display: table-cell;
	}
	.banner-offer .banner-text {
		font-size: 40px;
	}
	.banner-offer .banner-percent,
	.banner-offer .banner-percent span {
		font-size: 50px
	}
	.banner-offer .banner-percent {
		text-align: right;
	}

}
@media screen and (max-width: 479px){
	.banner-icon {
		display: none;
	}
}
/**/
/* category item */
/**/
.category-item h3 {
	font-family: "Raleway";
	font-weight: 500;
	text-transform: capitalize;
	clear: none;
	margin: 0;
}
.widget-course-details .category-info {
	margin-bottom: 15px;
}
.widget-course-details .category-info {
	background-color: #f2f2f2;
}
.widget-course-details .category-info:after{
	clear: both;
	content: "";
	display: table;
}
.widget-course-details .category-info .avatar {
	float: none;
	vertical-align: middle;
	width: 50px;
	background-color: #ffffff;
	margin-right: 5px;
}
.category-item .category-info .course-lector,
.widget-course-details .category-info .course-lector{
	vertical-align: middle;
	display: inline-block;
}
.category-item .category-info .course-lector span,
.widget-course-details .category-info .course-lector span {
	display: block;
	line-height: 1.3;
	font-size: 13px;
	color: #595959;
}
.category-item .category-info h4,
.widget-course-details .category-info h4 {
	font-size: 15px;
	color: #f27c66;
	line-height: 1.4;
	clear: none;
	text-transform: capitalize;
	margin: 0;
	float: none;
}
.widget-course-details .category-info .price {
	float: right;
	margin: 5px 8px 5px 5px;
}
.category-item .category-info .price .amount,
.widget-course-details .category-info .price .amount {
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	font-weight: 500;
}
.category-item.list .category-info .price .amount {
	font-size: 18px;
}
.category-item .category-info .price .description-price,
.widget-course-details .category-info .price .description-price {
	display: block;
	line-height: 1;
	font-size: 13px;
	color: #595959;
}
.category-item .star-rating,
.widget-course-details .star-rating {
	vertical-align: middle;
	margin: 5px 0;
}
.category-item .star-rating>span:before,
.comments .star-rating>span:before,
.widget-course-details .star-rating>span:before {
	color: #f9cb8f;
}
.category-item .count-reviews,
.widget-course-details .count-reviews {
	display: inline-block;
	font-size: 13px;
	color: #b0b0b0;
}
.widget-course-details .count-reviews {
	vertical-align: super;
}

/**/
/* category item list */
/**/
.category-item.list:last-child {
	margin-bottom: 30px;
}
.category-item.list + .category-item.list {
	margin-top: 40px;
}
.category-item.list .picture {
	max-width: 100%;
	width: 270px;
	margin-right: 30px;
	float: left;
}
.category-item.list>p{
	margin-bottom: 20px;
}
.category-item.list .category-info {
	display: flex;
	align-items: center;
	position: relative;

}
.category-item.list .category-info:after{
	content: "";
	width: 1px;
	height: 32px;
	background-color: #e1e1e1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.category-item.list .category-info>*{
	width: 33.33%;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.category-item.list .category-info>*:before{
	content: "";
	width: 0;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.category-item.list .category-info>*:after{
	content: "";
	width: 1px;
	height: 32px;
	background-color: #e1e1e1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.category-item.list .category-info .price>*{
	display: inline-block;
}
.category-item.list .category-info .avatar,
.widget-course-details .course-lector .avatar {
	float: none;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.category-item.list .category-info .lector-name,
.widget-course-details .lector-name {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.category-item.list .category-info .count-users i {
	font-size: 20px;
	vertical-align: middle;
	color: #f27c66;
}
.category-item.list .divider-big {
	overflow: hidden;
}

/**/
/* category search */
/**/
.category-search {
	background-color: #f7f7f7;
	margin-bottom: 30px;
}
.category-search:after{
	content: "";
	clear: both;
	display: table;
}
.category-search>i {
	display: inline-block;
	background-color: #e6e6e6;
	color: #f27c66;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 56px;
	vertical-align: middle;
}
.category-search form {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.category-search form>* {
	margin-top: 5px;
	margin-bottom: 5px;
}
.category-search form input,
.category-search form select {
	border-radius: 0;
	width: calc(50% - 75px);
    width: calc(50% - 75px);
    width: -moz-calc(50% - 75px);
	background-color: #ffffff;
	display: inline-block;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	height: 36px;
	margin-left: 20px;
	line-height: 21px;
}
.category-search .cws-button.smaller {
	padding: 8px 17px;
	margin-left: 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.category-search .select2 {
	width: 39%;
	margin-left: 20px;
}
select.filter.full-width {
	width: 100%;
	position: inherit !important;
}
.select2-results li:before{
	display: none;
}
/**/
/* courses and categories */
/**/
.cat-courses-item {
	display: flex;
	width: 50%;
	float: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cat-courses-item .cat-course-img {
	overflow: hidden;
	align-self: baseline;
}
.cat-courses-item .cat-course-img img {
	width: 100%;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.cat-courses-item:hover .cat-course-img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 8s;
	-ms-transition: all 8s;
	-moz-transition: all 8s;
	-webkit-transition: all 8s;
}
.cat-courses-item.course-item + .cat-courses-item.course-item {
	margin: 0;
}
.cat-courses-item>*{
	width: 50%;
}
.cat-courses-item .info-block {
	display: flex;
    align-items: center;
    justify-content: center;
	color: #ffffff;
	position: relative;
	vertical-align: middle;
	text-align: center;
	z-index: 2;
}
.cat-courses-item .info-block:before{
	content: "";
    display: block;
	position: absolute;
	z-index: 3;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #f27c66;
    border-bottom: 20px solid transparent;
}
.cat-courses-item .info-block:last-child:before{
	right: auto;
	left: -20px;
	transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
.cat-courses-item .info-block.bg-color-1:before {
	border-left-color: #f27c66;
}
.cat-courses-item .info-block.bg-color-2:before {
	border-left-color: #f9cb8f;
}
.cat-courses-item .info-block.bg-color-3:before {
	border-left-color: #18bb7c;
}
.cat-courses-item .info-block.bg-color-6:before {
	border-left-color: #5f5f5f;
}
.cat-courses-item .info-block .show h2 {
	color: inherit;
	font-size: 30px;
	font-weight: 300;
	font-family: "Raleway";
}
.cat-courses-item .info-block .show {
	transition: all 0.3s 0.3s;
	-ms-transition: all 0.3s 0.3s;
	-moz-transition: all 0.3s 0.3s;
	-webkit-transition: all 0.3s 0.3s;
}
.cat-courses-item .info-block .show iframe{
	display: inline-block;
}
@media screen and (max-width: 980px) {
	.cat-courses-item {
		width: 100%;
	}
	.category-item.list .picture {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479px) {
	.category-search form input,
	.category-search form select {
	    width: calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	}
	.category-search>i {
		vertical-align: top;
	}
	.cat-courses-item .info-block .show h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

/**/
/* svg */
/**/
.cat-courses-item .info-block .show i {
	font-size: 60px;
	color: #ffffff;
}
.cat-courses-item .info-block .hidden {
	color: #ffffff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scale(0.8) translate(-50%, -50%);
	-ms-transform: scale(0.8) translate(-50%, -50%);
	-moz-transform: scale(0.8) translate(-50%, -50%);
	-webkit-transform: scale(0.8) translate(-50%, -50%);
	transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-webkit-transition: all 0.3s 0s;
}
.cat-courses-item .info-block .hidden span {
	font-size: 30px;
	display: block;
	margin-bottom: 8px;
}
.cat-courses-item:hover .info-block .hidden {
	opacity: 1;
	transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) -ms-translate(-50%, -50%);
	-moz-transform: scale(1) translate(-50%, -50%);
	-webkit-transform: scale(1) translate(-50%, -50%);
}
.cat-courses-item:hover .info-block .show {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition-delay: 0.0s;
	-ms-transition-delay: 0.0s;
	-moz-transition-delay: 0.0s;
	-webkit-transition-delay: 0.0s;
	opacity: 0;
}
@media screen and (max-width: 479px) {
	.cat-courses-item .info-block .show i {
		font-size: 45px;
	}
	.cat-courses-item .info-block .hidden span {
		font-size: 20px;
	}
	.cat-courses-item .info-block .hidden {
		font-size: 13px;
		line-height: 1.2;
	}
}
/**/
/* quotes */
/**/
.post-info + .quotes {
	margin-top: 20px;
}
.post-info + .video-player iframe,
.post-info + .full-width-slider {
	border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}
.quote-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.quote-item:last-child {
	border: 0;
	margin-bottom: 0;
}
.quotes-carousel h4 {
	float: left;
}
.quotes-carousel .carousel-button .prev,
.quotes-carousel .carousel-button .next {
	width: 22px;
	height: 22px;
	line-height: 22px;
}
.quotes-carousel .owl-carousel {
	clear: both;
}
.select_category,
.select_teacher {
	text-indent: 0.01px;
	-moz-appearance: none;
	text-overflow: "";
}

/**/
/* pricing table */
/**/
.pricing-table {
	border: 1px solid #EFEFEF;
	text-align: center;
	padding-bottom: 30px;
	margin: 20px 0 20px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.pricing-table .header-pt {
	position: relative;
	color: #fff;
	margin: -1px -1px 0 -1px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.pricing-table.color-1 .header-pt {
	background-color: #f27c66;
}
.pricing-table.color-2 .header-pt {
	background-color: #f9cb8f;
}
.pricing-table.color-3 .header-pt {
	background-color: #18bb7c;
}
.pricing-table.color-4 .header-pt {
	background-color: #4bbcd7;
}
.pricing-table .header-pt h3 {
	clear: none;
	margin: 0;
	color: #ffffff;
	line-height: 24px;
	font-size: 22px;
	padding: 13px 15px 13px 15px;
	text-transform: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.pricing-table.active .header-pt h3 {
	padding: 18px 15px 18px 15px;
}
.pricing-table.active {
	margin: 10px 0 20px 0;
	padding-bottom: 40px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
}
.pricing-table ul {
	margin-bottom: 24px;
}
.pricing-table ul li {
	padding-left: 40px;
	border: 0;
	text-align: left;
}
.pricing-table ul li:nth-child(2n+1){
	background-color: #f2f2f2;
}
.pricing-table ul li:before{
	content: "\221A   ";
	left: 20px;
	font-size: 13px;
	line-height: 39px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.pricing-table.color-1 .price-pt,
.pricing-table.color-1 p,
.pricing-table.color-1 ul li:before {
	color: #f27c66;
}
.pricing-table.color-2 .price-pt,
.pricing-table.color-2 p,
.pricing-table.color-2 ul li:before {
	color: #f9cb8f;
}
.pricing-table.color-3 .price-pt,
.pricing-table.color-3 p,
.pricing-table.color-3 ul li:before{
	color: #18bb7c;
}
.pricing-table.color-4 .price-pt,
.pricing-table.color-4 p,
.pricing-table.color-4 ul li:before {
	color: #4bbcd7;
}
.pricing-table .price-pt {
	font-family: "Merriweather";
	font-size: 77px;
	line-height: 1.1;
	padding-top: 18px;
	font-weight: 700;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.pricing-table .price-pt sup {
	font-size: 0.5em;
	vertical-align: text-top;
	line-height: 1;
}
.pricing-table .price-pt sup:first-child{
	vertical-align: middle;
}
.pricing-table .price-pt sup:last-child{
	margin-left: -30px;
}
.pricing-table p {
	font-family: "Merriweather";
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

/**/
/* comments */
/**/
.comments p {
	margin: 0;
	color: #8f96a2;
}
img.avatar {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 76px;
	border: 1px solid #cfcfcf;
	padding: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comments .button.reply {
	font-size: 13px;
	display: block;
	float: right;
	color: #f27c66;
	line-height: 20px;
	padding: 0 7px;
}
.comments .button.reply i {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
ol.commentlist  {
	list-style-type: none;
	padding-left: 0;
}
.commentlist .comment {
	padding-top: 40px;
}
.commentlist .comment:first-child {
	padding-top: 25px;
}
.commentlist .comment:last-child{
	border: 0;
}
.comment-title {
	font-family: "Merriweather";
	font-size: 24px;
	font-weight: 400;
	color: #5f5f5f;
}
.comment-title span {
	font-weight: 300;
	color: #f27c66;
}
.comment-text:after {
	content: "";
	clear: both;
	display: table;
}
.comment .meta strong {
	color: #f27c66;
}
.comment .meta time {
	color: #333e4f;
}
.comment_container.second {
	margin-left: 36px;
}
.woocommerce .comments .star-rating {
	float: right;
}

/**/
/*woocommerce comments*/
/**/
.woocommerce .product .comment-form-author,
.woocommerce .product .comment-form-email{
	width: 50%;
	float: left;
	padding-left: 30px;
	margin-left: 0!important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.woocommerce .product .comment-form-email+*{
	clear: both;
}
.woocommerce .product .comment-form{
	margin-left: -30px;
}
.woocommerce .product .comment-form>*{
	margin-left: 30px;
}
.woocommerce .product .comment-form label{
	font-weight: 700;
	padding-bottom: 6px;
}
.woocommerce .product .comment-form input,
.woocommerce .product .comment-form textarea{
	width: 100%;
	border: 1px solid #ebebeb;
	height: 38px;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.woocommerce .product .comment-form textarea{
	height: auto;
}

/**/
/*ribbon*/
/**/
.ribbon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	backfacce-visibility: hidden;
}
.ribbon .banner {
	transform: rotate(-45deg);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: block;
	float: right;
	position: relative;
	left: -7px;
    top: 13px;
    width: 71px;
}
.ribbon .banner::after, .ribbon .banner::before {
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	width: 27px;
	background-color: #f27c66;
	box-shadow: inset 0px 0px 0px 38px rgba(0,0,0,0.1);
	backface-visibility: hidden;
}
.ribbon .banner::before {
	-webkit-transform: skewY(-45deg) translate(50%, 15px);
	-moz-transform: skewY(-45deg) translate(50%, 15px);
	-ms-transform: skewY(-45deg) translate(50%, 15px);
	-o-transform: skewY(-45deg) translate(50%, 15px);
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	-o-transform-origin: 100% center;
	top: -1px;
    left: -35px;
}
.ribbon .banner::after {
	-webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-webkit-transform-origin: 0 center;
	-moz-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-o-transform-origin: 0 center;
	top: 22px;
    right: -11px;

}
.ribbon .text {
	position: relative;
    z-index: 2;
    padding: 3px 0;
    font-size: 15px;
    font-weight: 500;
    min-height: 26px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    backface-visibility: hidden;
    text-align: center;
}
.ribbon .text::before, .ribbon .text::after {
	content: '';
	display: block;
	height: 27px;
	position: absolute;
	top: 0;
	width: 85%;
	z-index: -1;
	background-color: #f27c66;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.ribbon .text::before {
	left: 0;
	-webkit-transform: translateX(-15%) skewX(-45deg);
	-moz-transform: translateX(-15%) skewX(-45deg);
	-ms-transform: translateX(-15%) skewX(-45deg);
	-o-transform: translateX(-15%) skewX(-45deg);
	border-right: 0;
	box-shadow: inset 1px 0px 0px 1px rgba(255,255,255,0.31);
}
.ribbon .text::after {
	right: 0;
	-webkit-transform: translateX(15%) skewX(45deg);
	-moz-transform: translateX(15%) skewX(45deg);
	-ms-transform: translateX(15%) skewX(45deg);
	-o-transform: translateX(15%) skewX(45deg);
	border-left: 0;
	box-shadow: inset -1px 0px 0px 1px rgba(255,255,255,0.31);
}

/**/
/* star rating */
/**/
.comments .star-rating{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	float: right;
	line-height: 22px;
}
.woocommerce ul.products.list-view .star-rating,
.product_list_widget .star-rating{
	margin: 0;
}
.star-rating>span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}

.comment-form-rating .stars:before{
	color: #e5e5e5;
}
.star-rating:before,
.star-rating>span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active {
	content: "\F005\F005\F005\F005\F005";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	letter-spacing: 2px;
}
.comment-form-rating .stars .stars-active{
	color: #f27c66;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.woocommerce div[class^="post-"] .star-rating{
	display: inline-block;
	float: right;
}
.woocommerce .related.products .star-rating {
	float: none;
}
.comment-form-rating label{
	display: block !important;
}
.woocommerce .comment-form-rating .stars span {
	display: block;
	z-index: 1;
}
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating .stars span,
.woocommerce .comment-form-rating .stars:before{
	cursor: pointer;
}
.woocommerce .comment-form-rating .stars .stars-active{
	white-space: nowrap;
}
.comment-form-rating .stars{
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-right: 1px;
	line-height: 1;
}
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active{
	font-size: 32px;
}

.woocommerce .comment-form-rating .stars>span{
	cursor: pointer;
	width: auto!important;
	position: absolute;
	top: 0;
	margin-top: 0;
}
.comment-form-rating .stars>span a{
	display: inline-block;
	color: transparent!important;
	pointer-events: none;
	position: relative;
	z-index:  2;
}
.stars-active.fixed-mark{
	transition: all 1s ease;
}

/**/
/* leave reply */
/**/
.leave-reply {
	margin-top: 40px;
}
.leave-reply .title {
	font-family: "Merriweather";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	color: #333333;
}
.message-form{
	margin-left: -10px;
}
.message-form-subject,
.message-form-author{
	width: 50%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.message-form-subject input,
.message-form-author input,
.message-form-website input,
.message-form-message textarea{
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 38px;
	line-height: 1.2;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.message-form-message,
.blog-page .form-submit{
	margin-left: 10px;
}
.message-form-message {
	clear: both;
}
.message-form-message textarea {
	height: 190px;
}
.message-form .form-submit {
	float: right;
}

/**/
/* course finder */
/**/
.course-finder h4 {
	float: none;
}
.course_finder select{
	height: 34px;
}
.course_finder select,
.course_finder textarea {
	width: 100%;
	line-height: 34px;
	padding: 0 0 0 10px;
	border: 1px solid #e1e1e1;
	color: inherit;
}
p.form-row.form-row-wide.select-arrow {
	position: relative;
}
p.form-row.form-row-wide.select-arrow:before {
	position: absolute;
	content: "\F107";
	width: 30px;
	height: 100%;
	font-size: 17px;
	color: #333e4f;
	font-weight: 700;
	text-align: center;
	right: 0;
	z-index: -1;
	font-family: FontAwesome;
	line-height: 34px;
}
.course_finder p.form-row.form-row-wide {
	margin-bottom: 10px;
}

/**/
/* service */
/**/
.service-icon {
	display: inline-block;
	width: 98px;
	height: 98px;
	margin: 0 40px 30px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	border: 3px solid #18bb7c;
	background-color: #ffffff;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.service-icon i {
	font-size: 60px;
	line-height: 92px;
	color: #18bb7c;
}
.service-icon:hover i {
	color: #ffffff;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.service-icon:hover {
	background-color: #18bb7c;
}
@media screen and (max-width: 767px) {
	.service-icon {
		width: 60px;
		height: 60px;
		margin: 0 25px 25px 0;
	}
	.service-icon i{
		line-height: 56px;
		font-size: 38px;
	}
}
/**/
/* community */
/**/
.community {
	border: 1px solid #e6e6e6;
	border-top: 2px solid #f9cb8f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	padding-top: 40px;
}
.community h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	font-family: "Raleway";
	color: #f9cb8f;
}
.community .community-logo {
	background-color: #f9cb8f;
	position: relative;
	width: 160px;
	height: 160px;
	margin: 25px auto 40px auto;
	border: 12px solid #f9cb8f;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.community-logo i {
	font-size: 70px;
	line-height: 136px;
	position: relative;
	color: #ffffff;
	z-index: 2;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.community:hover .community-logo i{
	color: #f9cb8f;
}
.community .info-block {
	position: relative;
	padding: 37px 30px;
}
.community .info-block:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #f9cb8f;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 60%;
	height: 2px;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.community .info-block p {
	position: relative;
	z-index: 2;
}
.community.color-1 {
	border-top-color: #f27c66;
}
.community.color-1 .info-block:before,
.community.color-1 .community-logo{
	background-color: #f27c66;
}
.community.color-1:hover .community-logo i,
.community.color-1 h3{
	color: #f27c66;
}
.community.color-1 .community-logo {
	border-color: #f27c66;
}


.community.color-2 {
	border-top-color: #18bb7c;
}
.community.color-2 .info-block:before,
.community.color-2 .community-logo{
	background-color: #18bb7c;
}
.community.color-2:hover .community-logo i,
.community.color-2 h3{
	color: #18bb7c;
}
.community.color-2 .community-logo {
	border-color: #18bb7c;
}
.community:hover .community-logo {
	background: transparent !important;
}

/**/
/* testimonials */
/**/
.testimonial {
	position: relative;
	z-index: 1;
}
.testimonial:before{
	position: absolute;
    z-index: -1;
    opacity: 0.02;
    top: 36px;
    left: 31%;
    content: "";
    height: 200px;
    width: 200px;
    background: url(../img/Quotes_symbol.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial .gallery-item {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
}
@media screen and (max-width: 767px){
	.testimonial .gallery-item {
		text-align: left;
		width:100%;
		transform: translate(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}

}
.testimonials-carousel .owl-pagination {
	text-align: center;
	margin-top: 20px;
}
.testimonials-carousel .owl-pagination .owl-page {
	display: inline-block;
	margin: 3px;
	width: 8px;
	height: 8px;
	border: 1px solid #f27c66;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: transparent;
}
.twitter-1 .testimonials-carousel .owl-pagination .owl-page {
	border-color: #ffffff;
}
.testimonial p {
	padding-top: 15px;
}
.testimonials-carousel .owl-pagination .owl-page.active {
	background-color: #f27c66;
}
.twitter-1 .testimonials-carousel .owl-pagination .owl-page.active {
	background-color: #ffffff;
}
.testimonial .testimonials-carousel .quote-avatar-author {
	margin-right: 30px;
}

/**/
/*counter*/
/**/
.counter-block {
	text-align: center;
	color: #ffffff;
}
.counter-block i {
	font-size: 70px;
	margin-bottom: 25px;
}
.counter-block .counter {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 15px;
}
.counter-block .counter-name {
	font-size: 14px;
}

/**/
/*time line*/
/**/
.line-element:after{
	content: "";
	display: table;
	clear: both;
}
.line-element {
	width: 100%;
    display: flex;
    align-items: center;
}
.line-element>* {
	max-width: 100%;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.action-block .text h3 {
	text-transform: uppercase;
	font-family: "Raleway";
}
.action-block .text h3,
.action-block .text p{
	color: #ffffff;
}
.action .action-block {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 370px;
	max-width: 100%;
	margin: 30px 0;
	border: 2px solid #f27c66;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
}
.action .action-block span {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
	left: 0;
	bottom: 0;
}
.action .action-block i {
	font-size: 98px;
	color: #f27c66;
	opacity: 0.25;
	margin-left: -10px;
	margin-bottom: -5px;
}
.action .action-block .text {
	position: relative;
	z-index: 2;
	background-color: #f27c66;
	margin-left: 66px;
	padding: 40px;
	text-align: left;
}
.action .action-block:before {
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 30px solid #f27c66;
	border-bottom: 30px solid transparent;
}
.action:last-child .action-block span {
	right: 0;
	left: auto;
}
.action .action-block i.flaticon-shopping{
	margin-left: 0;
}
.action:last-child .action-block i {
	margin-right: 2px;
	margin-left: 0;
}
.action:last-child .action-block .text {
	margin: 0 66px 0 0;
}
.action:last-child .action-block:before {
	left: -32px;
	border-right: 30px solid #f27c66;
	border-left: 0;
}
.line-element .level-block {
	display: inline-block;
	font-size: 30px;
	line-height: 80px;
	padding: 0 35px;
	color: #ffffff;
	background-color: #f27c66;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.line-element .level {
	position: relative;
	z-index: 1;
}
.line-element .level:before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #ffffff;
	border: 3px solid #f27c66;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.line-element .level:after{
	content: "";
	position: absolute;
	background-color: #e6e6e6;
	left: 0;
	top: 50%;
	width: 50%;
	height: 1px;
	z-index: -1;
}
.line-element .level:first-child:before{
	right: 0;
	left: auto;
	transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
}
.line-element  .level:first-child:after{
	right: 0;
	left: auto;
}
.line-element .action:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #e6e6e6;
	width: 2px;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.line-element .level + .action:after{
	right: auto;
	left: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.line-element.color-2 .level:before,
.color-2 .action .action-block {
	border-color: #f9cb8f;
}
.line-element.color-2 .level-block,
.color-2 .action .action-block .text {
	background-color: #f9cb8f;
}
.color-2 .action .action-block:before {
	border-left-color: #f9cb8f;
}
.color-2 .action:last-child .action-block:before {
	border-right-color: #f9cb8f;
}
.color-2 .action .action-block i {
	color: #f9cb8f;
}

.line-element.color-3 .level:before,
.color-3 .action .action-block {
	border-color: #18bb7c;
}
.line-element.color-3 .level-block,
.color-3 .action .action-block .text {
	background-color: #18bb7c;
}
.color-3 .action .action-block:before {
	border-left-color: #18bb7c;
}
.color-3 .action:last-child .action-block:before {
	border-right-color: #18bb7c;
}
.color-3 .action .action-block i {
	color: #18bb7c;
}

@media screen and (max-width: 1200px){
	.action:first-child {
		text-align: left;
	}
	.action:last-child {
		text-align: right;
	}
}
@media screen and (max-width: 980px){
	.time-line .line-element:nth-child(2n) {
   flex-direction: column;
	}
	.time-line .line-element:nth-child(2n+1) {
   flex-direction: column-reverse;
	}
	.line-element>* {
		width: auto;
	}
	.line-element .action:after{
		display: none;
	}
	.action .action-block:before{
		top: -34px;
		left: 50% !important;
		right: auto;
		transform: translate(-50%, 0) rotate(-90deg);
		/* display: none; */
	}
	.action:last-child .action-block:before {
		transform: translate(-50%, 0) rotate(90deg);
	}
	.line-element .level:before{
		display: none;
	}
	.line-element .level:after{
		display: none;
	}
}

/**/
/* item-instructor */
/**/
.item-instructor {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.item-instructor + .item-instructor {
	margin-top: 40px;
}
.item-instructor:after{
	content: "";
	clear: both;
	display: table;
}
.item-instructor .instructor-avatar {
	float: left;
	max-width: 100%;
	overflow: hidden;
	border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.item-instructor .info-box {
	overflow: hidden;
	padding: 20px 30px 5px 30px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
}
.item-instructor .info-box h3 {
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	font-family: "Raleway";
	font-weight: 600;
}
.item-instructor .info-box .instructor-profession {
	font-size: 13px;
}
.item-instructor .info-box p {
	margin-bottom: 20px;
}
.item-instructor .info-box .divider {
	width: 70px;
	height: 2px;
	background-color: #ffffff;
	margin: 14px auto;
}
.item-instructor .info-box .social-link a {
	font-size: 23px;
	margin: 0 10px;
}
.item-instructor,
.item-instructor .info-box h3,
.item-instructor .info-box .instructor-profession,
.item-instructor .info-box p,
.item-instructor .info-box .social-link a,
.item-instructor .info-box .divider {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.item-instructor:hover {
	background-color: transparent !important;
}
.item-instructor:hover .info-box h3,
.item-instructor:hover .info-box .instructor-profession {
	color: #333333;
}
.item-instructor:hover .info-box p {
	color: #595959;
}
.item-instructor.bg-color-1:hover .info-box .social-link {
	color: #f27c66;
}
.item-instructor.bg-color-2:hover .info-box .social-link {
	color: #f9cb8f;
}
.item-instructor.bg-color-3:hover .info-box .social-link {
	color: #18bb7c;
}
.item-instructor.bg-color-4:hover .info-box .social-link {
	color: #4bbcd7;
}
.item-instructor.bg-color-5:hover .info-box .social-link {
	color: #b0b0b0;
}
.item-instructor.bg-color-6:hover .info-box .social-link {
	color: #5f5f5f;
}
.item-instructor.bg-color-1:hover .info-box .divider {
	background-color: #f27c66;
}
.item-instructor.bg-color-2:hover .info-box .divider {
	background-color: #f9cb8f;
}
.item-instructor.bg-color-3:hover .info-box .divider {
	background-color: #18bb7c;
}
.item-instructor.bg-color-4:hover .info-box .divider {
	background-color: #4bbcd7;
}
.item-instructor.bg-color-5:hover .info-box .divider {
	background-color: #b0b0b0;
}
.item-instructor.bg-color-6:hover .info-box .divider {
	background-color: #5f5f5f;
}
@media screen and (max-width: 980px){
	.item-instructor {
		text-align: center;
		border: 1px solid #ebebeb;
		border-top: 2px solid;
		padding-top: 10px;
	}
	.item-instructor img {
		border-radius: 4px;
	}
	.item-instructor .instructor-avatar {
		float: none;
		display: inline-block;
	}
	.item-instructor {
		background-color: transparent !important;
	}
	.item-instructor .info-box h3,
	.item-instructor .info-box .instructor-profession {
		color: #333333;
	}
	.item-instructor .info-box p {
		color: #595959;
	}
	.item-instructor.bg-color-1 .info-box .social-link {
		color: #f27c66;
	}
	.item-instructor.bg-color-2 .info-box .social-link {
		color: #f9cb8f;
	}
	.item-instructor.bg-color-3 .info-box .social-link {
		color: #18bb7c;
	}
	.item-instructor.bg-color-4 .info-box .social-link {
		color: #4bbcd7;
	}
	.item-instructor.bg-color-5 .info-box .social-link {
		color: #b0b0b0;
	}
	.item-instructor.bg-color-6 .info-box .social-link {
		color: #5f5f5f;
	}
	.item-instructor.bg-color-1 .info-box .divider {
		background-color: #f27c66;
	}
	.item-instructor.bg-color-2 .info-box .divider {
		background-color: #f9cb8f;
	}
	.item-instructor.bg-color-3 .info-box .divider {
		background-color: #18bb7c;
	}
	.item-instructor.bg-color-4 .info-box .divider {
		background-color: #4bbcd7;
	}
	.item-instructor.bg-color-5 .info-box .divider {
		background-color: #b0b0b0;
	}
	.item-instructor.bg-color-6 .info-box .divider {
		background-color: #5f5f5f;
	}


	.item-instructor.bg-color-1 {
		border-top-color: #f27c66;
	}
	.item-instructor.bg-color-2 {
		border-top-color: #f9cb8f;
	}
	.item-instructor.bg-color-3 {
		border-top-color: #18bb7c;
	}
	.item-instructor.bg-color-4 {
		border-top-color: #4bbcd7;
	}
	.item-instructor.bg-color-5 {
		border-top-color: #b0b0b0;
	}
	.item-instructor.bg-color-6 {
		border-top-color: #5f5f5f;
	}
}

/**/
/* tabs box */
/**/
.boxs-tab {
	position: relative;
	z-index: 1;
}
.boxs-tab>div {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
}
.boxs-tab>div img {
	    width: auto !important;
    height: auto !important;
	margin: 0 auto;
	max-width: 100%;
}
.boxs-tab>div.active {
	position: relative;
	z-index: 2;
	display: block;
	visibility: visible;
	opacity: 1;
}
.tabs-box {
	margin-top: 70px;
}
.tabs-box a {
	display: inline-block;
	margin-right: 30px;
	line-height: 18px;
	font-size: 15px;
	text-transform: uppercase;
	color: #595959;
	font-weight: 500;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tabs-box a.active {
	color: #f27c66;
}
.tabs-box a:nth-child(2n).active {
	color: #f9cb8f;
}
.tabs-box a:nth-child(3n).active {
	color: #18bb7c;
}
.tabs-box a:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #f27c66;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0%;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tabs-box a:nth-child(2n):before{
	background-color: #f9cb8f;
}
.tabs-box a:nth-child(3n):before{
	background-color: #18bb7c;
}
.tabs-box a.active:before {
	width: 100%;
}
.tabs-box a:last-child{
	margin-right: 0px;
}

/**/
/* parallaxed */
/**/
.parallaxed {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.parallaxed.type-2 {
	padding: 170px 0;
}
.parallaxed>*{
	position: relative;
}
.parallaxed>*:not(.parallax-image):not(.them-mask){
	z-index: 1;
}
.parallax-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.2;
	z-index: 3;
}
.type-2 .parallax-image {
	z-index: 1;
	opacity: 1;
}
.parallax-image img{
	width: auto;
	z-index: -2;
}
.parallaxed>*:not(.them-mask):not(.parallax-image){
	z-index: 1;
}
.parallaxed .grid-row{
	z-index: 4 !important;
}
.parallaxed .them-mask {
	background-repeat: repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute !important;
	z-index: 2;
}
.parallaxed.type-2 .them-mask {
	background-color: #000000;
	opacity: 0.5;
}

/**/
/* isotop */
/**/
.isotope-header {
	margin-bottom: 30px;
}
.isotope-header h2 {
	clear: none;
	float: left;
}
.isotope-header .select-wrapper {
	float: right;
	width: 200px;
	position: relative;
	z-index: 1;
}
.isotope-header .select-wrapper:before{
    position: absolute;
    content: "\F107";
    width: 25px;
    height: 100%;
    font-size: 17px;
    color: #333e4f;
    font-weight: 700;
    text-align: center;
    right: 0;
    z-index: -1;
    font-family: FontAwesome;
    line-height: 38px;
}

.isotope-container .grid-col-row,
.portfolio-gallery {
	overflow: hidden;
}
.isotope .item {
	width: calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	margin-left: 30px;
}
.isotope .item,
.portfolio-gallery .item {
	margin-bottom: 40px;
	transition-property: transform;
	-o-transition-property: -o-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
}
@media screen and (max-width: 1200px){
	.isotope .item {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
	    margin-left: 20px;
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 980px){
	.isotope .item{
		width: calc(33.33% - 18px);
		width: -moz-calc(33.33% - 18px);
	    margin-left: 18px;
	    margin-bottom: 18px;
	}
}
@media screen and (max-width: 768px) {
	.isotope .item {
		width: 50%;
		box-sizing: border-box;
		padding: 10px;
		margin: 0;
	}
}
@media screen and (max-width: 479px) {
	.isotope .item {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

/**/
/* portfolio four columns */
/**/
.portfolio-item h3 {
	font-size: 18px;
	font-family: "Raleway";
	font-weight: 500;
}
.portfolio-item p:last-child{
	margin: 0;
}
.portfolio-item {
	border-bottom: 3px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 40px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-col.portfolio-item {
	margin-bottom: 40px;
}
.portfolio-item:hover {
	border-color: #f27c66;

}
main>.portfolio-item {
	border-bottom: 0;
	margin-bottom: 0;
}
main>.portfolio-item + hr {
	margin-bottom: 40px;
}

/**/
/* sitemap */
/**/
.head-sitemap {
  background-color: #f27c66;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 15px 20px;
}
.sitemap .grid-col>ul {
	padding-left: 20px;
}
.sitemap li,
.sitemap li>ul  {
	border: 0;
}
.sitemap li ul li {
	color: #8f96a2;
	padding-left: 12px;
}
.sitemap li ul li:before {
	content: "-";
	color: #8f96a2;
	font-weight: 400;
}
.sitemap a:hover {
	color: #f27c66;
}

/**/
/* page 404 */
/**/
.container-404 {
	text-align: center;
	margin: 70px 0 110px 0;
	font-family: "Merriweather";
}
.container-404 .number {
	color: #b0b0b0;
	font-size: 250px;
	line-height: 1;
	margin-bottom: 30px;
}
.container-404 p {
	color: #b0b0b0;
	font-size: 27px;
	line-height: 40px;
	margin-bottom: 25px;
	font-weight: 300;
}
.container-404 p span {
	color: #f27c66;
	font-weight: 700;
}
.container-404 .number span {
	display: inline-block;
	background-color: #f27c66;
	color: #ffffff;
	line-height: 0.83;
	vertical-align: bottom;
	padding: 0 20px;
	border-top-left-radius: 30px;
	-ms-border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-ms-border-bottom-right-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
}
.container-404 .cws-button {
	white-space: inherit;
}
@media screen and (max-width: 479px) { /* phone */
	.container-404 .number {
		font-size: 100px;
	}
	.container-404 .number span {
		padding: 0 10px;
	}
}

/**/
/* social connect */
/**/
.widget-address p a{
	text-decoration: none;
	color: inherit;
}

/**/
/* social icon */
/**/
.social-icon {
	width: 48px;
	height: 48px;
	display: inline-block;
	border: 2px solid #f27c66;
	font-size: 22px;
	color: #f27c66;
	line-height: 48px;
	text-align: center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;

}
.social-icon:hover{
	background-color: #f27c66;
	color: #ffffff;
}
.social-profile {
	text-align: center;
	font-size: 18px;
	color: #b0b0b0;
	padding: 10px 0;
	clear: both;
}
.social-profile a {
	padding: 0 10px;
}
.social-profile a:hover{
	color: #f9cb8f;
}

/**/
/* shop-list */
/**/
#page-meta{
	position: relative;
	background-color: #eaeaea;
	text-align: right;
	padding: 0 10px 0 20px;
}
#page-meta>*{
	display: inline-block;
	margin: 10px 0;
}
#page-meta:after{
	content: "";
	clear: both;
	display: table;
}
#page-meta .woocommerce-ordering{
	border: 1px solid #e1e1e1;
	margin-left: 5px;
	position: relative;
	background-color: #ffffff;
}
#page-meta .woocommerce-ordering:after{
	position: absolute;
	content: "\F107";
	font-family: FontAwesome;
	font-weight: 700;
	color: #333e4f;
	right: 0;
	top: 0;
	padding: 0px 10px;
	line-height: 34px;
	z-index: 1;
}
#page-meta .woocommerce-ordering .orderby{
	padding: 0px 30px 0px 8px;
	line-height: 28px;
	height: 34px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	color: #6d6d6d;
	cursor: pointer;
	border: 0;
	/*for WebKit*/
 	-webkit-appearance: none;
 	/* for FF */
  	-moz-appearance: none;
  	text-indent: 0.01px;
  	/*text-overflow: '';*/
  	/* for IE */
  	appearance: none!important;
  	position: relative;
  	z-index: 2;
}
#page-meta .woocommerce-ordering .orderby::-ms-expand {
  display: none;
}
#page-meta .woocommerce-result-count{
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 56px;
}
#list-or-grid{
	margin-left: auto;
	vertical-align: top;
}
#list-or-grid>div{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: #5f5f5f;
	color: white;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;

}
#list-or-grid>div.active{
	background-color: #f27c66;
}
#list-or-grid>div>i{
	line-height: 36px;
}
.products {
	color: #8f96a2;
	margin-left: -30px;
	padding-bottom: 20px;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.products .product {
	position: relative;
	width: calc(33.3% - 30px);
	width: -moz-calc(33.3% - 30px);
	padding-bottom: 30px;
	padding-left: 0;
	margin-left: 30px;
	padding-top: 30px;
	border-bottom: 3px solid #ebebeb;
	transform: translate3d(0,0,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);
	align-content: stretch;
}
.products .product .cws-button,
.owl-item .product .cws-button {
	display: block;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	text-transform: capitalize;
	float: right;
}
.products .product:before {
	display: none;
}
.products .product .star-rating {
	float: left;
	line-height: 1.7;
}
.products .product .price,
.owl-item .product .price {
	float: right;
}
.products .product .price .amount,
.owl-item .product .price .amount {
	font-size: 25px;
	line-height: 0.9;
}
.product .star-rating>span:before{
	color: #f9cb8f;
}
.product .product-description {
	clear: both;
	margin-bottom: 14px;
}
.product .product-name {
	font-weight: 500;
	color: #333e4f;
	line-height: 2.5;
}
.products.list-view .product {
	width: 100%;
}
.products.list-view .product .picture {
	float: left;
	margin-right: 30px;
}
.products.list-view .product .star-rating {
	float: right;
}
.products.list-view .product .price {
	float: none;
}
.products.list-view .product .product-description {
	clear: none;
}
.products.list-view .product .cws-button {
	display: inline-block;
}

/**/
/* shop single */
/**/
.woocommerce .summary h2 {
	margin-bottom: 0;
	clear: none;
}
.woocommerce .summary .star-rating {
	display: block;
}
.woocommerce .product .images {
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 370px;
	max-width: 100%;
}
.thumbnails {
	overflow: hidden;
	padding-top: 20px;
}
.thumbnails .owl-carousel {
	margin-left: -6px;
	width: calc(100% + 10px);
	width: -moz-calc(100% + 10px);
}
.thumbnails .owl-carousel .thumbnail {
	padding: 0 5px 0 6px;
}
.thumbnails .owl-carousel .thumbnail img {
	width: 100%;
}
.product .divider-color {
	clear: both;
}
.woocommerce .quantity.buttons_added {
	display: inline-block;
	position: relative;
	line-height: 0;
	width: 40px;
	padding-right: 5px;
}
.woocommerce .quantity.buttons_added input {
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 38px;
	height: 40px;
	width: 100%;
	text-align: center;
	-webkit-appearance: none;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cart input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    margin:0;
}
.product .summary .price .amount {
	font-size: 36px;
	margin-bottom: 10px;
}
.main-features .minus {
	color: #f27c66;
}
.main-features .head {
	margin: 0;
	margin-top: 10px;
	line-height: 1.4;
}
.main-features .features div {
	line-height: 2;
}
.woocommerce .summary .description,
.woocommerce .summary .main-features,
.woocommerce .summary .cart {
	margin-bottom: 20px;
}
.woocommerce .summary .product_meta {
	padding: 10px 0 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.woocommerce .product_meta .tagged_as a {
	margin-right: 14px;
}
.woocommerce .product_meta .tagged_as a:before{
	content: "\F097";
	color: #f27c66;
	font-family: FontAwesome;
	padding-right: 3px;
}

/**/
/* Shop-cart */
/**/
.woocommerce .title {
	margin-bottom: 16px;
}
.woocommerce .title .title-main {
	display: inline-block;
	margin-bottom: 0;
}
.woocommerce .title .button-back {
	display: inline-block;
	float: right;
	font-size: 15px;
	font-weight: 500;
}
.woocommerce .title .button-back i {
	width: 22px;
	height: 22px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	color: #b0b0b0;
	text-align: center;
	line-height: 22px;
	border: 1px solid #b0b0b0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.woocommerce .title .button-back:hover i {
	border-color: #969696;
	color: #969696;
}
.woocommerce.shop-cart .title div{
	float: right;
}
.woocommerce.shop-cart .title .main-title{
	display: inline-block;
	margin-top: 30px;
}
.woocommerce .title div a{
	line-height: 1;
	font-size: 81px;
	transition:all 0.3s;
}
.woocommerce .title div a:hover{
	color: #00e7b4;
}
.woocommerce table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
}
.woocommerce .shop_table.cart {
	margin-bottom: 30px;
}
.woocommerce table thead{
	color: #f27c66;
	font-weight: 500;
	text-transform: capitalize;
}
.woocommerce table thead tr{
	border: 1px solid #18bb7c;
}
.woocommerce table thead th{
	padding: 10px 0;
	border-right: 1px solid #18bb7c;
}
.woocommerce table tbody .cart_item{
	text-align: center;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
	color: #333e4f;
}
.woocommerce table tbody .cart_item>*{
	border-right: 1px solid #e1e1e1;
}
.woocommerce table thead .product-thumbnail,
.woocommerce table tbody .product-thumbnail{
	border-right:0;
}
.woocommerce table tbody .product-thumbnail{
	width: 100px;

}
.woocommerce table tbody .product-name{
	text-align: left;
}
.woocommerce table tbody .product-remove .remove:before{
	content: "\F00D";
	font-size: 15px;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: bottom;
	line-height: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	background-color: #f27c66;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 0.3s, background 0.3s;
	-ms-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
}
.woocommerce table tbody .product-remove .remove:hover:before{
	color: #f27c66;
	background-color: transparent;
}
.woocommerce table tbody .product-thumbnail img{
	width: 70px;
	opacity: 1;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
	padding: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.woocommerce table tbody .product-thumbnail img:hover{
	opacity: 0.8;
}
.woocommerce table tbody .cart_item>*{
	vertical-align: middle;
	padding: 13px 0;
}
.woocommerce td.actions{
	text-align: right;
	padding-top: 10px;
	font-size: 0;
}
.woocommerce td.actions input[name="proceed"]{
	margin-left: 1px;
}
.woocommerce .actions .coupon{
	display: inline-block;
	float: left;
	margin-right: 1px;
}
.woocommerce .actions .coupon label{
	display: none;
}
.woocommerce .actions  .button{
	vertical-align: middle;
	margin: 1px;
	cursor: pointer;
}
.woocommerce .actions{
	position: relative;
}
.woocommerce .checkout-button{
	margin-left: 2px;
}
.woocommerce #coupon_code{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 230px;
	height: 40px;
	line-height: 1.2;
	margin-right: -10px;
	border: 1px solid #e1e1e1;
	border-right: 0;
	vertical-align: top;
	padding: 9px 10px;
	background: #fff;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce .coupon .cws-button {
	position: relative;
	z-index: 2;
	height: 40px;
}
.woocommerce .cart-collaterals>*{
	position: relative;
	width: 50%;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.woocommerce .cart-collaterals .shipping_calculator{
	margin-bottom: 66px;
}
.woocommerce.shop-cart #content>form{
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals{
	margin-left: -30px;
	margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.woocommerce .cart-collaterals h2{
	font-size: 15px;
	margin: 15px 0;
}
.woocommerce .cart-collaterals .shipping_calculator h3{
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 500;
	margin-right: 25px;
	text-transform: none;
}
.woocommerce .cart-collaterals .cart_totals h3{
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}
.woocommerce .cart-collaterals .cart_totals tbody{
	display: block;
}
.woocommerce .cart-collaterals .shipping-calculator-form .form-row:first-child,
.cart_totals tr{
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 7px 10px;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #e1e1e1;
	clear: both;
	z-index: 1;
	line-height: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cart_totals tr{
	padding: 10px 0;
	margin: 0;
	border: 0;
}
.woocommerce .cart-collaterals .shipping-calculator-form .form-row{
	margin-bottom: 10px !important;
}
#calc_shipping_country{
	height: 20px;
	line-height: 20px;
	padding: 0;
	/*for WebKit*/
	-webkit-appearance: none;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* for IE */
	appearance: none!important;
}
.cart_totals table {
	border: 1px solid #e1e1e1;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col-2 .cart_totals table {
	border-top-left-radius: 12px;
	-ms-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-ms-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
.cart_totals tr td{
	text-align: right;
	font-weight: 500;
	color: #f27c66;
}
.cart_totals tr>*{
	display: inline-block;
	text-align: left;
	width: 50%;
	float: left;
}
.woocommerce .cart-collaterals input::-webkit-input-placeholder { /* WebKit browsers */
    color: #2f2f2f;
}
.woocommerce .cart-collaterals input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2f2f2f;
    opacity:  1;
}
.woocommerce .cart-collaterals input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2f2f2f;
    opacity:  1;
}
.woocommerce .cart-collaterals input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2f2f2f;
}
.woocommerce  .shipping-calculator-form>:first-child select{
	border: 0 none;
	box-shadow: none;
	width: 100%;
}
.woocommerce  .shipping-calculator-form>:first-child:before{
	content: "\F078";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 33px;
	width: 33px;
	display: inline-block;
	font-family: FontAwesome;
	line-height: 33px;
	text-align: center;
	color: #333e4f;
	z-index: -1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.woocommerce  .shipping-calculator-form>:first-child select::-ms-expand {
	display: none; /* to ie 10 */
}
.woocommerce  .shipping-calculator-form>:first-child select:focus {
	outline: none;
}

.woocommerce  .shipping-calculator-form>:first-child:before {
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
}
.woocommerce .shipping-calculator-form p input{
	width: 100%;
}
.woocommerce .shipping-calculator-form p:last-child{
	text-align: right;
}
.woocommerce .shipping-calculator-form {
	border: 1px solid #e1e1e1;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.woocommerce #coupon_code {
		width: 160px;
		max-width: calc(100% - 135px);
	}
	.woocommerce td.actions {
		text-align: center;
	}
	.woocommerce .actions>.coupon {
		float: none !important;
	    margin: 10px auto !important;
	    display: block !important;
	    border-top-left-radius: 10px;
	    -ms-border-top-left-radius: 10px;
	    -moz-border-top-left-radius: 10px;
	    -webkit-border-top-left-radius: 10px;
	    border-bottom-right-radius: 10px;
	    -ms-border-bottom-right-radius: 10px;
	    -moz-border-bottom-right-radius: 10px;
	    -webkit-border-bottom-right-radius: 10px;
	}
	.woocommerce table tbody .product-thumbnail {
		display: none;
	}
	.woocommerce table thead .product-name {
		display: none;
	}
	.woocommerce table tbody .product-name {
		text-align: center;
	}
	.woocommerce table thead .product-thumbnail {
		border-right: 1px solid #18bb7c;
		width: 290px;
	}
	.woocommerce table tbody .cart_item>* {
		padding: 13px 5px;
	}
}
@media screen and (max-width: 479px){
	.woocommerce .cart-collaterals {
		margin-top: 40px;
		margin-left: 0;
		display: block;
	}
	.woocommerce .cart-collaterals>*{
		width: 100%;
		margin-left: 0;
	}
	.woocommerce .actions>* {
		float: none !important;
	    margin: 10px auto !important;
	    display: block !important;
	    border-top-left-radius: 10px;
	    -ms-border-top-left-radius: 10px;
	    -moz-border-top-left-radius: 10px;
	    -webkit-border-top-left-radius: 10px;
	    border-bottom-right-radius: 10px;
	    -ms-border-bottom-right-radius: 10px;
	    -moz-border-bottom-right-radius: 10px;
	    -webkit-border-bottom-right-radius: 10px;
	}
}

/**/
/* event calendar header */
/**/
.calendar-header {
	background-color: #18bb7c;
	padding: 22px 20px;
}
.calendar-header:after{
	clear: both;
	display: table;
	content: "";
}
.calendar-header .buttons-calendar-view {
	float: right;
}
.calendar-header .buttons-calendar-view>div{
	display: inline-block;
	color: #ffffff;
	padding: 5px 10px 5px 5px;
	margin-left: 5px;
	cursor: pointer;
}
.calendar-header .buttons-calendar-view>div.active {
	background-color: #f27c66;
}
.calendar-header .buttons-calendar-view i {
	height: 28px;
	border: 1px solid #ffffff;
	width: 28px;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	line-height: 26px;
}
.calendar-header .buttons-carousel {
	background-color: #ffffff;
	height: 36px;
	width: 300px;
	max-width: 100%;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	position: relative;
}
.calendar-header .buttons-carousel .button-left,
.calendar-header .buttons-carousel .button-right {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 34px;
	font-size: 20px;
	padding: 0 10px;
}
.calendar-header .buttons-carousel .button-right {
	left: auto;
	right: 0;
}
.calendar-header>* {
	margin: 5px 0;
}
@media screen and (max-width: 768px) {
	.calendar-header {
		text-align: center;
	}
	.calendar-header .buttons-carousel {
		float: none;
		margin: 5px auto;
	}
	.calendar-header .buttons-calendar-view {
		float: none;
	}
}

/**/
/* event calendar */
/**/
.event-container-wrap {
	position: relative;
}
.event-container-wrap .event-container {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
}
.event-container-wrap .event-container>* {
  position: absolute;
  top: 0px;
  left: 0;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transform: translateX(100vw);
}
.carousel-list i {
	color: #18bb7c;
}

/**/
/* calendar month */
/**/
.event-container-wrap tbody{
	display: flex;
	-moz-flex-direction: column;
	flex-direction: column;
}
.event-container-wrap tbody tr,
.event-container-wrap thead tr{
	width: 100%;
	margin-bottom: 5px;
	/*            */
	display: flex;
	/*            */
   justify-content: space-between;
	/*            */
 align-items: stretch;

}
.event-container-wrap thead tr {
	padding-top: 10px;
}
.event-container-wrap thead th {
	font-size: 12px;
	width: 13.9%;
	color: #8f96a2;
	font-weight: 700;
	margin-right: 5px;
	text-transform: uppercase;
}
.event-container-wrap tbody tr td{
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 13.9%;
	margin-right: 5px;
	position: relative;
	/*            */
	display: flex;
}
.event-container-wrap tbody tr td:last-child{
	margin-right: 0;
}
.event-container-wrap tbody tr td:before {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	content: "";
	height: 5px;
	display: block;
	background-color: #18bb7c;
}
.event-container-wrap tbody tr td.not-current-month:before {
	background-color: #c3c6ca;
}
.event-container-wrap tbody tr td .date{
	position: absolute;
	right: -1px;
	top: -1px;
	background-color: #b0b0b0;
	color: #ffffff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-align: center;
}
.event-container-wrap tbody .popup .date {
	top: 0px;
	right: 0px;
}
.event-container-wrap tbody tr td.not-current-month {
	background-color: #f4f4f4;
}
.event-container-wrap tbody tr td.not-current-month .date {
	background-color: #c3c6ca;
}
.event-container-wrap tbody tr td .event{
	font-size: 12px;
	line-height: 18px;
	padding: 20px 15px;
	/*            */
	-moz-flex:4;
	flex:4;
}
.event-container-wrap tbody tr td .event>.title{
	padding-top: 5px;
}
.event-container-wrap tbody tr td .event>*:first-child{
	padding-top: 0;
}
.event-container-wrap tbody tr td .title{
	font-weight: 500;
	color: #595959;
}
.event-container-wrap tbody tr td .details{
	color: #f27c66;
	padding-left: 10px;
	font-weight: 500;
}
.event-container-wrap tbody tr td.not-current-month .title,
.event-container-wrap tbody tr td.not-current-month .details{
	color: #c3c6ca;
}
.event-container-wrap tbody tr td .popup{
	padding: 20px 15px 15px 15px;
	position: absolute;
	line-height: 16px;
	background-color: #18bb7c;
	left: -9999px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.event-container-wrap tbody .popup .title,
.event-container-wrap tbody .popup .details {
	font-size: 12px;
	color: #ffffff;
}
.event-container-wrap tbody tr td .popup {
	bottom: -1px;
}
.event-container-wrap tbody tr td.top-position .popup {
	top: -1px;
	bottom: auto;
}
.event-container-wrap tbody tr td:hover .popup{
	opacity: 1;
	left: -1px;
	right: -1px;
}

.event-container-wrap tbody tr td .popup p{
	font-size: 11px;
	color: #fff;
	padding: 10px 0 0 10px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 0;
}
.event-container-wrap tbody tr td a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.event-container>*.current{
	transform:translateX(0);
}
.event-container>*.previous{
	transform:translateX(-100vw);
}

.calendar-header .calendar-list,
.calendar-header .carousel-list {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	margin: 0 20px;
	text-align: center;
	height: 100%;
	line-height: 35px;
}
.event-container-wrap tbody tr td .day-week {
	line-height: 26px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #595959;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 3px solid #18bb7c;

}
.event-container-wrap.dashboard tbody tr td {
 flex-direction: column;
}
.event-container-wrap.dashboard tbody tr td:before {
	display: none;
}
@media screen and (max-width: 767px){
	.event-container-wrap.dashboard tbody tr{
  flex-wrap: wrap;
	}
	.event-container-wrap.dashboard tbody tr td{
		width: calc(33.33% - 5px);
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 479px){
	.event-container-wrap.dashboard tbody tr td{
		width: calc(50% - 5px);
	}
}
/**/
/* week view */
/**/
.week-view-wrap {
	width: 100%;
}
.week-view-wrap tr td i,
.day-view-wrap tr td i {
	position: absolute;
	background-color: #b0b0b0;
	top: -1px;
	right: -1px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.week-view-wrap tr td .time,
.day-view-wrap tr td .time {
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	line-height: 0.9;
}
.day-view-wrap td .time span{
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  line-height: 1;

}
.day-view-wrap tr td:last-child,
.day-view-wrap tr th:last-child {
	width:86%;
}
.day-view-wrap thead th:last-child{
	padding-left: 50px;
	text-align: left;
}

@media screen and (max-width: 1200px){
	.event-container tbody tr td {
		width: auto;
		/*             */
		-moz-flex: 1;
		flex: 1;
	}
}
@media screen and (max-width: 767px){
	.event-container .event-calendar tbody tr td:not(.have-event) {
		display: none;
	}
	.event-container tbody tr {
		margin-bottom: 0;
		/*             */
	 flex-wrap: wrap;
	}
	.event-container tbody tr td {
		width: 100%;
		margin-top: 2px;
		/*             */
		-moz-flex:none;
		flex:none;
	}
	.event-container-wrap thead tr {
		display: none;
	}
	.event-container .week-view-wrap tbody tr td:first-child,
	.event-container .day-view-wrap tbody tr td:first-child,
	.event-container .day-view-wrap tbody tr td:nth-child(2) {
		height: 100px;
	}
	.event-container .day-view-wrap tbody tr td:last-child {
		width: 100%;
	}

}

/**/
/* hover-effect */
/**/
.picture {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.picture img {
	width: 100%;
	transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.picture>.hover-effect{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f27c66;
	opacity: 0;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.picture:hover .hover-effect{
	opacity: 0.6;
}
.picture:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 4s;
    -ms-transition: all 4s;
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
}
.link-cont{
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	text-align: center;
	opacity: 0;
	transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	transform:translateY(-50%) scale(0.5); /* Chrome, Safari, Opera */
 animation-fill-mode: forwards;

}
.link-cont a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 46px;
    height: 46px;
    margin: 0 2px;
    font-size: 22px;
    box-sizing: border-box;
    line-height: 44px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.1);
	border: 2px solid #ffffff;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.link-cont a:hover{
	background: rgba(255,255,255, 0.3);
}
.picture:hover .link-cont{
	opacity: 1;
	transform: scale(1) translateY(-50%);
}
.link-cont a:before{
	position: relative;
	z-index: 1;
}
.link-cont a.fa-heart:before {
	margin-right: 1px;
}

/**/
/* border radius */
/**/
.corner-radius-top,
.corner-radius,
.page-pagination a:first-child,
.course-description,
.woocommerce td.actions input[name="update_cart"],
.blog-post .post-info,
.pricing-table .header-pt {
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
.corner-radius-bottom,
.corner-radius,
.widget-search form input[type='search'],
.page-pagination a:last-child,
.service-alt .description,
.woocommerce td.actions input[name="proceed"],
.widget-search form .search-submit {
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.corner-radius,
p.paragraph-border:first-letter,
p.paragraph-background:first-letter,
.info-boxes .info-box-icon,
.tabs .container-tabs>img,
.cws-button.border-radius,
.link-cont a,
.widget-categories li a,
.widget-archives li a,
.widget-meta li a,
.widget-event .date,
.widget-popular h6,
.widget-popular .person,
.widget-navigation>ul,
#flickr-badge li,
.header-megamenu,
.quote-avatar-author img,
.twitter .fa-twitter,
.widget-subscribe a,
img.avatar,
.project-details .title-details,
.course-description .course-date,
.pricing-table,
.service-main,
.tp-caption .sl-title,
#page-meta,
#list-or-grid>div,
.price_slider_wrapper,
.widget_shopping_cart_content ul li a img,
.widget-selers img,
.woocommerce-tabs .tabs li,
.woocommerce .shipping-calculator-form,
.woocommerce .cart-collaterals .cart_totals table,
.category-button,
.category-item .category-info,
.widget-course-details .category-info,
.category-search>i,
.category-search,
.calendar-header,
.head-sitemap,
.social-icon,
.banner-offer,
.service-icon,
.twitter-1 i.twitt,
.widget-search form input[type='search']{
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next,
a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all,
.header-comments:before,
#flickr-badge .flickr-container span,
.woocommerce table tbody .product-thumbnail img,
.calendar-header .buttons-calendar-view>div,
.calendar-header .buttons-calendar-view i{
	border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
aside .carousel-button .prev,
.quotes-carousel .carousel-button .prev,
.grid-col-4 .carousel-button .prev,
.toggles .content-title:after,
.carousel-button .prev{
	border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
aside .carousel-button .next,
.quotes-carousel .carousel-button .next,
.grid-col-4 .carousel-button .next,
.carousel-button .next,
.toggles .content-title:after,
.woocommerce .title .button-back i{
	border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/**/
/* bg video */
/**/
.row_bg_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.row_bg_video:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.row_bg_video iframe,
.row_bg_video video{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	max-width: none;
	transform: translate3d(-50%,-50%,0);
}
.video_bg_mask,
.video_bg_mask_img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.video_bg_mask_img{
 background-repeat: repeat;
}
.row_bg {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.content-video-bg {
	position: relative;
	z-index: 2;
	text-align: center;
}
.content-video-bg:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.content-video-bg.slider:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.2;
	height: 100%;
	vertical-align: middle;
}
.content-video-bg .tp-caption {
	transition: all 1;
	-moz-transition: all 1;
	-webkit-transition: all 1;
	display: inline-block;
	vertical-align: middle;
}



/*******************************************/
.col2-set h3 {
	font-family: "Raleway";
	color: #f27c66;
	font-weight: 500;
}
.col2-set .col-2 tbody tr:first-child th,
.col2-set .col-2 tbody tr:first-child  td {
	font-weight: 600;
}
.woocommerce .select2-container {
	width: 100% !important;
}
.form-row{
	width: 48%;
	margin-right: 2%;
}
.form-row input{
	margin:0 !important;
}
.form-row input:not([type="submit"]):not([type="checkbox"]){
	width: 100%;
}
.form-row-first{
	float:left;
}
.form-row-last{
	margin-left:52%;
	margin-right: 0;
}
.form-row-wide{
	width: 100%;
}
.wpcf7-list-item-label{
	display:inline-block !important;
	vertical-align: middle !important;
}
abbr{
	border-bottom:0 !important;
}
.woocommerce-page .terms,
.woocommerce-page .cross-sells{
	width:100% !important;
	margin-top:30px;
}
.woocommerce-page .cross-sells>h2{
	margin-bottom: 20px;
}
.col2-set div[class^="col-"]{
	width:48%;
	margin-right:2%;
}
.col-1{
	float:left;
}
.col2-set .col-2{
	margin-left:52%;
	overflow: hidden;
}
.woocommerce-billing-fields {
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-top-left-radius: 12px;
	-ms-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-ms-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
.woocommerce-billing-fields label {
	font-weight: 600;
}
.woocommerce-billing-fields + .create-account {
	margin-top: 20px;
}
.create-account {
	padding: 20px;
	background-color: #f27c66;
	color: #ffffff;
	border-top-left-radius: 12px;
	-ms-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-ms-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
.create-account .checkbox label {
	display: inline-block;
	background: #ffffff;
	margin-right: 5px;
}
.create-account .checkbox span {
	display: inline;
    line-height: 18px;
}
.create-account input[type="password"] {
	width: 100%;
	background-color: #ffffff;
}
.col-2 .cart_totals tr:not(.order-total) td {
	color: inherit;
}
.col-2 .cart_totals tr:first-child{
	padding-bottom: 0;
}
.coupon-enter {
	margin-bottom: 30px;
}
.field-coupon{
	display: flex;
	padding: 20px;
	background-color: #f3f3f3;
}
.field-coupon input {
	background-color: #ffffff;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.col-2 {
		margin-top: 30px;
	}
	[class^="col-"]{
		display:block;
		float:none;
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}
	form .form-row{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.woocommerce-page #order_review{
		padding:0;
		border:0;
	}
}

#scroll-top {
	position: fixed;
	z-index: 1000;
	bottom: 25px;
	right: 25px;
	background-color: #333333;
	width: 38px;
	height: 38px;
	opacity: 0.9;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
#scroll-top i {
	line-height: 37px;
	font-size: 32px;
	color: #ffffff;
	transition: all 0.3s;
}
#scroll-top:hover i{
	color: #f27c66;
}
@media screen and (max-width: 1200px) {
	#scroll-top {
		right: 20px;
	}
}

/*  */
/* login page */
/*  */
.fullwidth-background.bg-2 {
	padding: 60px 0 80px 0;
	position: relative;
	z-index: 1;
	background-image: none;
	background-color: #f27c66;
}
.fullwidth-background.bg-2>* {
	position: relative;
	z-index: 2;
}
.fullwidth-background.bg-2:before {
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.2;
	background-image: url(../img/parallax_pattern.png);
	background-repeat: repeat;
}
.login-block {
	margin: 0 auto;
	width: 100%;
	max-width: 360px;
	background: #ffffff;
	padding: 20px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.login-block .logo {
	display: block;
	margin: 0 auto 30px auto;
	text-align: center;
}
.login-block .logo img{
	margin: 0 auto;
}
.login-block .logo h2 {
	display: inline-block;
	color: #5f5f5f;
	clear: none;
	margin: 0;
}
.half-button {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	width: calc(50% - 8px);
	min-width: 100px;
}
.half-button + .half-button {
	margin-left: 16px;
	clear: right;
}
.cws-button.facebook {
	border-color: #428bca;
	background: #428bca;
	color: #ffffff;
}
.cws-button.facebook:hover {
	color: #595959;
	background: transparent;
}
.cws-button.twitter {
	border-color: #5bc0de;
	background: #5bc0de;
	color: #ffffff;
}
.cws-button.twitter:hover {
	color: #595959;
	background: transparent;
}
.clear-both {
	display: block;
	clear: both;
}
hr {
	border-top: 1px solid #bfbfbf;
}
.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.login-block .form-group {
	position: relative;
}
.login-block .form-group + .form-group {
	margin-top: 25px;
}
.login-block .form-group input {
	line-height: 44px;
	height: 44px;
}
.login-block .form-group .input-icon {
	position: absolute;
    right: 1px;
    top: 10px;
    width: 38px;
    height: 24px;
    text-align: right;
    border-left: 1px solid #ececec;
    color: #ccc;
    font-size: 18px;
    line-height: 24px;
    text-shadow: none;
}
.login-block .form-group .input-icon i {
	color: #ccc;
    font-size: 18px;
    line-height: 24px;
    width: 38px;
}
.login-block .small {
	font-size: 12px;
	margin-bottom: 20px;
}
.login-block .small a {
	color: #b0b0b0;
	text-decoration: none;
}
.login-block .form-group + .button-fullwidth {
	margin-top: 40px;
}
.login-block .button-fullwidth {
	width: 100%;
}
.login-block .button-fullwidth +  .button-fullwidth {
	margin-top: 10px;
}
.header-top-panel{
	margin-right: -20px;
}
.page-header-top address a {

    font-size: 14px;
}

.page-header-top address .phone-number i, .page-header-top address .email i {

	background-color: #f27c66;
	color: #fff;
	line-height: 26px;
	font-size: 20px;
	height: 26px;
	width: 26px;
}

/**
// H.R. Shadhin Codes
**/

/**
// Home Page
**/

.statistic .counter-name{
	font-weight: 600;
	font-size: 20px;
}
.footer-bottom .copyright {
    font-size: 15px;
}
.footer-social {
	float: left;
	line-height: 60px;
	margin-left: 20%;
}
.maintainedby{
	float: right;
    line-height: 60px;
    color: #fff;
}
.maintainedby a{
	color: #f27c66;
}

#scroll-top {
    background-color: #18bb7c;
}
.footer-links h2 {
	background: #18bb7c;
}
.footer-links h2:before {
	content: "\F0C1";
}
.footer-links ul{
	color: #b0b0b0;
	font-size: 15px
}

.footer-links ul li:hover{
	color:#fff;
	font-weight: 600;
}
.footer-links a.active {
    color: #f27c66;
}

.footer-links ul li:before {
    content: "\F0C1";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 0px;
    color: #f7f7f7;
    font-weight: 800;
    line-height: 35px;
}
.footer-latest a:hover{
	color:#fff;
	font-weight: 600;
}
.footer-links ul{
	display: inline-block;
	*display: inline;
	zoom: 1
}
.footer-links ul:nth-child(2){
	float: right;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 374px) {
	.page-header-top address a {

		font-size: 12px;
	}

	.page-header-top address .phone-number i, .page-header-top address .email i {

		line-height: 20px;
		font-size: 14px;
		height: 20px;
		width: 20px;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 1023px) {
	.maintainedby{
		float: initial;

	}
	.footer-social {
		float: initial;
		margin-left: 0;
	}
}

/**
// Class Page
**/
.margin-top-20 {
	margin-top: 20px;
}
.text-right{
	text-align: right;
}
.class-details .banner-offer + .banner-offer {
    margin-top: 20px;
}
.class-details .banner-offer {
    padding: 10px 10px 10px 10px;
}
.class-details .banner-offer .banner-icon i {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 767px){
.class-details .grid-col.grid-col-9 {
    margin: 0 0 0 0;
}
}


/**
// Event page
**/

.event .date-post {
	width: 100px
}
.event .time, .event .event-info {
	font-size: 25px;
}
.event .event-info:before {
    content: "\F073";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 20px;
}


/**
// Menu Mobile
**/
.mobile_nav li + li {
    margin-top: 0 !important;
}

.mobile_nav ul li {
    border-bottom: 1px solid #f27c66;

}

/**
// Misc
**/

.text-info{
	color: #4bbcd7;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
a.close {
	text-decoration: none !important;
	font-size: 18px !important;
	line-height: 1.2;
}
.close {
	float: left;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.trim-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.instructor-avatar img{
	max-height: 210px;
	max-width: 210px;
	min-height: 210px;
	min-width: 210px;
}

.disabled {
	pointer-events:none;
}

.more {
	color: #f27c66;
	font-weight: 600;
	font-style: italic;
}
@media (max-width: 767px){
	.hidden-xs {
		display: none!important;
	}
}
@media (max-width: 320px){
	.sticky-menu .logo h1 {
		font-size: 16px;
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.html'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite%402x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading%402x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	transition: height 200ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@keyframes empty {
  0% {opacity: 1}
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: .75s;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.85, .85, .85);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    transform: translateY(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
.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;
    -moz-user-select: none;
         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[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;
    -moz-user-select: none;
         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; }
      .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;
  -moz-user-select: none;
       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;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5f5d5d;
}
  .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: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .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: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; 
  }
.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 {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .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-selection__placeholder {
  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; }
.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: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', 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: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', 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: -4px;
      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: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', 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: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', 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; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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; }
.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; }
.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\A0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}.flag-icon-es-ct{background-image:url(../flags/4x3/es-ct.svg)}.flag-icon-es-ct.flag-icon-squared{background-image:url(../flags/1x1/es-ct.svg)}.flag-icon-eu{background-image:url(../flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(../flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(../flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(../flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(../flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(../flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(../flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(../flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(../flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(../flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(../flags/4x3/un.svg)}.flag-icon-un.flag-icon-squared{background-image:url(../flags/1x1/un.svg)}@charset "UTF-8";

@font-face {
  font-family: "sms-font";
  src:url("/frontend/fonts/sms-font.eot");
  src:url("/frontend/fonts/sms-font.eot?#iefix") format("embedded-opentype"),
    url("/frontend/fonts/sms-font.woff") format("woff"),
    url("/frontend/fonts/sms-font.ttf") format("truetype"),
    url("/frontend/fonts/sms-font.svg#sms-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

/* [data-icon]:before {
  font-family: "sms-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sms-icon-"]:before,
[class*=" sms-icon-"]:before {
  font-family: "sms-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

[class^="sms-icon-"], [class*=" sms-icon-"]{
	display: inline-block;
	line-height: 0.9;
}
[class^="sms-icon-"]:before, [class*=" sms-icon-"]:before,
[class^="sms-icon-"]:after, [class*=" sms-icon-"]:after {   
	font-family: sms-font;
    font-size: 1em;
    line-height: 1;
	font-style: normal;
}

.sms-icon-bus:before {
  content: "a";
}
.sms-icon-group:before {
  content: "b";
}
.sms-icon-person:before {
  content: "c";
}header.header-partail::before {
    background-color: #fff;
}
header.header-partail{
    background-color: #FAFAFA;
    z-index: auto;
}
.header-partail .page-header-top{
    background-color: #FAFAFA;
}
.header-partail .header-top-panel {
    position: absolute;
    right: 0;
    top: 5px;
}
.header-partail .sticky-menu {

    background-color: #FAFAFA;
}
.header-partail .header-contact {
    position: absolute;
    top: 5px;
}
.header-partail .sticky-menu .wrap-navigation{
    border-top: 1px solid #dee2e6;
    background-color: #FFF;
}
.header-partail .sticky-menu.scrolling .wrap-navigation {
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.1);
}
.header-partail .sticky-menu.scrolling .wrap-in-navigation {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    border-radius: 8px;
}
.header-partail .sticky-menu.scrolling {

}
.wrap-navigation .wrap-button-action{
    padding-top: 15px;
}
.wrap-navigation .wrap-button-action a {
    color: #FFF;
}
.header-partail .wrap-logo,.header-partail .wrap-title-logo {
    display: flex;
    justify-content: center;
}
.header-partail .wrap-logo {
    margin-top: 13px;
}
.header-partail .wrap-logo img {
    width: 100px;
}
.header-partail .wrap-title-logo h1{
    font-size: 20px;
    margin-bottom: 3px;
}
.header-partail .wrap-title-logo h3{
    margin-top: 0;
    font-size: 15px;
}
.header-partail h2{
    font-size: 19px;
    font-weight: bold;
}
.header-partail h2 i{
    font-size: 9px;
    border: 1px solid;
    padding: 4px;
    border-radius: 50%;
}
.wrap-wizard {
    margin-top: 10px;
    border-bottom: 1px solid #dee2e6;
}
.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
    padding-left: 0;
}
.wizard .nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs .nav-item::before {
    display: none;
}
.wizard .nav-tabs:after {
    content: "";
    width: 73%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 32%;
    z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    background: white;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 10;
	transition:all 0.3s;
}
.header-partail .sticky-menu.scrolling .wizard .nav-tabs .nav-item .nav-link {
    width: 50px;
    height: 50px;
}
.header-partail .sticky-menu.scrolling .wizard .nav-tabs:after {
    width: 73%;
    border-bottom: solid 1px #ccc;
    top: 30%;
}
.wizard .nav-tabs .nav-item span {
    font-size: 14px;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    #payment-wizard .wizard .nav-tabs .nav-item span {
        font-size: 12px;
    }
    #payment-wizard {
        margin: 0;
    }
}
.wizard .nav-tabs .nav-item .nav-link.active ~ span{
    color: #ec5f53;
}
.sticky-menu.scrolling .wizard .nav-tabs .nav-item .nav-link {

}

.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs .nav-item .nav-link:hover i {
    font-size: 25px;
}
.wizard .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    border: 2px solid #ec5f53;
    color: #ec5f53;
}
.wizard .nav-tabs .nav-item .nav-link.active i {
    font-size: 25px;
}
.wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ec5f53;
    transition: 0.1s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ec5f53;
}
.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}

.footer-partail .footer-bottom {
    background-color: #FFF;
    color: #7e7e7e;
    margin-top: 30px;
}
.wizard .form-group label {
    margin-bottom: 5px;
    font-size: 15px;
}
/*!
 *   AdminLTE v2.4.2
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <https://adminlte.io>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  font-family:Roboto,Siemreap;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.btn-outline-success-order {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}


.btn-outline-success-order:hover {
  color: #fff;
  background-color: #28a745;
}

.btn-outline-success-order:focus, .btn-outline-success-order.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-outline-success-order.disabled, .btn-outline-success-order:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success-order:active, .btn-outline-success-order.active,
.show > .btn-outline-success-order.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 */
.content-wrapper,
.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 270px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    transform: translate(230px, 0);
  }
}
.content-wrapper {
  min-height: 100%;
  background-color: #f9f9f9;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 69px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
.fixed .wrapper {
  overflow: hidden;
}
.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
  /* Fix for IE */
  transition: none;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif , 'Siemreap';
}
/* General Links */
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header .navbar {
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
.org-top-select-box .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}
.dataTables_scroll {
    border: 1px solid #e2e2e2;
    margin: 6px 0;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
}
.sidebar-open .main-header .sidebar-toggle::before, .sidebar-collapse .main-header .sidebar-toggle::before {
  content: "\F054";
  transition: 0.5s;
}
.main-header .sidebar-toggle:before {
  content: "\F0C9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 25px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small,.wrap-outter-header-title > h1 > small{
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\A0';
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
  .sidebar-open .main-header .sidebar-toggle::before, .sidebar-collapse .main-header .sidebar-toggle::before {
    content: "\F054";
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
/*@media (max-width: 767px) {*/
  /*.main-sidebar {*/
    /*padding-top: 100px;*/
  /*}*/
/*}*/
@media (max-width: 767px) {
  .main-sidebar {
    transform: translate(-230px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    transform: translate(-230px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar {
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  transition: transform 0.5s ease;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
  transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
  display: block;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  display: block !important;
  position: absolute;
  width: 180px;
  left: 50px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  top: 0;
  margin-left: -3px;
  padding: 12px 5px 12px 20px;
  background-color: inherit;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  position: relative !important;
  float: right;
  width: auto !important;
  left: 180px !important;
  top: -22px !important;
  z-index: 900;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
  display: none;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 44px;
  margin-left: 0;
}
.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
  margin-left: 50px;
}
.sidebar-expanded-on-hover .main-sidebar {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
/*@media (max-width: 768px) {*/
  /*.control-sidebar {*/
    /*padding-top: 100px;*/
  /*}*/
/*}*/
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
  }
}
.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  box-shadow: none;
  border: none;
  background-color: #F0F1F3;
}
.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-group .fa{
    display: none;
}
.form-group label {
    margin-bottom: 10px;
    font-size: 15px;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
  background-color: #F1F2F4 !important;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
  font-size: 12px;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
/* .small-box:hover .icon {
  font-size: 95px;
} */
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.wrap-outter-header-title {
    background: #FFF;
    padding: 10px 30px;
    border-bottom: 1px solid #EEE;
    margin: 0 10px;
    position: relative;
}
.wrap-outter-header-title h1 {
    font-size: 26px;
}
.wrap-outter-box {
    padding: 10px 30px 30px 30px;
    background-color: #FFF;
    margin: 0 10px;
}
.box.box-info {
  border-top-color: transparent;
  box-shadow: none;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  position: relative;
}
.wrap-outter-box .box-header .box-title {
    display: inline-block;
    font-size: 19px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.form_register_student {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }

.form_register_student.d-none {
    opacity: 0;
}
.wrap-outter-box a {
    text-decoration: none;
}
.box-header.with-border {
    line-height: 50px;
}
.box-header.with-border:after {
    background: #042954;
    width: 45px;
    height: 4px;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 25px;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.wrap-outter-header-title > .box-tools {
    position: absolute;
    top: 12px;
    right: 30px
}
.wrap_filter_form #close_filter {
    position: absolute;
    right: 7px;
    top: 6px;
    padding: 1px 5px;
    font-size: 12px;
}
.wrap_filter_form {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    background: #f9f9f9;
    border-radius: 5px;
}
.fly_action_btn{
    float: right;
    text-align: right;

    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1;
    right: 0;
    padding: 10px 54px 10px;
}
.none_fly_action_btn{
    position: absolute;
    right: 0;
    padding: 10px 30px;
    top: 0;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {

}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px 10px 10px 0;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  box-shadow: none;

}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info,.btn-info:active:hover {
  background-color: #3c8dbc;
  border-color: #3780ab;
}
.btn-info:hover,.btn-info:focus,
.btn-info:active,
.btn-info.hover {
  background-color: #2f70af;
  border-color: #3c8dbc;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #5ca3e7;
    border-color: #5ca3e7;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 0px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
/*.callout a {*/
  /*color: #fff;*/
  /*text-decoration: underline;*/
/*}*/
/*.callout a:hover {*/
  /*color: #eee;*/
/*}*/
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
}
.callout.callout-warning {
  border-color: #c87f0a;
}
.callout.callout-info {
  border-color: #0097bc;
}
.callout.callout-success {
  border-color: #00a65abf;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  text-decoration: none;
}


/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #3c8dbc;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
/* PAGINATION */
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a {
  background-color: #337ab7;
  color: #fff;
  border-color: #337ab7;
}
div.dataTables_wrapper div.dataTables_paginate{
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    display: inline-block !important;
}

.pagination li{
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-messages {
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-contacts {
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.treeview-menu .treeview-menu {
  padding-left: 2px;
}
.treeview-menu > li {
  margin: 0;
}
.treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .fa-solid,
.treeview-menu > li > a > .fa-regular,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  width: 20px;
}
.treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.treeview-menu > li > a > .fa-angle-left,
.treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100%;
  max-width: 245px;
  max-height: 250px;
  min-width: 245px;
  min-height: 250px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.size{
  font-size: 15px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #ffffff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus,
.btn-adn.focus {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #ffffff;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus,
.btn-google.focus {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #ffffff;
}
.btn-openid {
  color: #ffffff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus,
.btn-openid.focus {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-reddit {
  color: #000000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000000;
}
.btn-soundcloud {
  color: #ffffff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vimeo {
  color: #ffffff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus,
.btn-vk.focus {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}
.btn-yahoo {
  color: #ffffff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #ffffff;
}
/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  transform: rotate(30deg);
}
#add-new-event {
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single,.form-select {
    border: none;
    background-color: #f5f5f5;
    padding: 6px 12px;
    height: 34px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3c8dbc !important;
}
.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[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline > table,
.box .datepicker-inline .datepicker-days > table {
  width: 100%;
}
.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline > table td:hover,
.box .datepicker-inline .datepicker-days > table td:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline > table td.day.old,
.box .datepicker-inline .datepicker-days > table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline > table td.day.new,
.box .datepicker-inline .datepicker-days > table td.day.new {
  color: #777;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a61 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-color: #eeee;
}
.list-group-unbordered > .list-group-item b {
    color: #7e7e7e;
}
.list-group-unbordered > .list-group-item a{
    color: #000;
}
.list-group-unbordered > .list-group-item:first-child {
    border-top: none;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after {
    font-size: 0.4em;
}
table.dataTable tr {
    vertical-align: middle;
}
table.dataTable thead > tr > td ,table.dataTable thead > tr > th {
    font-size: 14px;
    background-color: #EBEBED;
}
table.dataTable tbody > tr > td {
 font-size: 14px;
 padding-top: 4px;
 padding-bottom: 4px;
}
div.dataTables_wrapper div.dataTables_filter input {
    box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
    margin-right: 3px;
}
.tab-content .col-md-3 label{
    color: #7e7e7e;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}

.inline_icheck{
  display: inline;
  margin-left: 50px;
}

.select2-container{ width: 100% !important; }

.margin-top-24 {
  margin-top: 24px;
}
.skin-blue .main-header .navbar-custom-menu .navbar-nav div .dropdown a i small {
  position: absolute;
  text-align: center;
  top: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  right: -6px;
  font-size: 9px;
  line-height: 19px;
  font-weight: 700;
}
#dt-image-hover-preview {
    position: absolute;
    display: none;
    z-index: 9999;
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    max-width: 250px;
    max-height: 250px;
}
.scrollable-tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.scrollable-tabs .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
}
/*
 * Skin: light green 2
 * ----------
 */

.light-geen2 .main-header .navbar {
  background-color: #c7e4df;
}

.light-geen2 .main-header .navbar .sidebar-toggle, .light-geen2 .main-header .navbar .nav > li > a {
  color: #000;
}

.light-geen2 .main-header .navbar .nav > li > a > p.smsclock {
  color: #008a68;
}
.light-geen2 .wrapper,
.light-geen2 .main-sidebar,
.light-geen2 .left-side {
background-color: #132035;
}
.light-geen2 .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.light-geen2 .sidebar .sidebar-menu .treeview-menu > li {
  background-color: #101b2d;
  margin: 0;
}
.light-geen2 .treeview-menu > li > a {
  color: #999999;
}
.light-geen2 .sidebar .sidebar-menu .treeview-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}

.light-geen2 .sidebar-menu > li.active > a {
  background: #2196f3;
  border-left-color: none;
}

.light-geen2 .sidebar-menu > li:hover > a, .light-geen2 .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #2196f3;
}
.light-geen2 .control-sidebar-dark, .light-geen2 .control-sidebar-dark + .control-sidebar-bg {
  background: #132035;
}
.light-geen2 .sidebar a {
  color: #b8c7ce;
}

.light-geen2 .sidebar-menu > li:hover > a, .light-geen2 .sidebar-menu > li.active > a, .light-geen2 .sidebar-menu > li.menu-open > a {
  color: #ffffff;
}


/*
 * Skin: Blue
 * ----------
 */
.skin-blue .main-header .navbar {
  background-color: #ffffff;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #959595;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: grey;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color:#b7b7b7;
    margin-left:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    justify-content: center;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #b7b7b7;
    border-radius: 10%;
    transform: scale(1.01);
}
@media (max-width: 767px) {
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* .skin-blue .main-header .navbar .dropdown-menu li a {
    color: black;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: fdc100;
  } */

}
.skin-blue .main-header .logo {
  background-color: #ffffff;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue .main-header .logo:hover {
  background-color: #ffffff;
}
.skin-blue .main-header li.user-header {
  background-color: #2196f3;
}
.skin-blue .content-header {
  background: transparent;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #ffffff;
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #fff;
}
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #ffffff;
}
.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  text-decoration: none;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #ffffff;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #ffffff;
}
.skin-blue .sidebar a {
  color: #7e7e7e;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #7e7e7e;
  text-decoration: none;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color: #2f70af;
}
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #2196f3;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #fdc100;
}
/*
 * Skin: Blue light
 * ----------
 */
.skin-blue-light .main-header .navbar {
  background-color: #2196f3;
}
.skin-blue-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
@media (max-width: 767px) {
  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.skin-blue-light .main-header .logo {
  background-color: #2196f3;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue-light .main-header .logo:hover {
  background-color: #3b8ab8;
}
.skin-blue-light .main-header li.user-header {
  background-color: #2196f3;
}
.skin-blue-light .content-header {
  background: transparent;
}
.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #f9fafc;
}
.skin-blue-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-blue-light .user-panel > .info,
.skin-blue-light .user-panel > .info > a {
  color: #444444;
}
.skin-blue-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-blue-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-blue-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li:hover > a,
.skin-blue-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-blue-light .sidebar-menu > li.active {
  border-left-color: #2196f3;
}
.skin-blue-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-blue-light .sidebar a {
  color: #444444;
}
.skin-blue-light .sidebar a:hover {
  text-decoration: none;
}
.skin-blue-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-blue-light .sidebar-menu .treeview-menu > li.active > a,
.skin-blue-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-blue-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-blue-light .sidebar-form input[type="text"],
.skin-blue-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue-light .sidebar-form input[type="text"]:focus,
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
.skin-blue-light .main-footer {
  border-top-color: #d2d6de;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #2196f3;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}
.skin-blue .form-control {
    background-color: #f5f5f5;
    color: #5f5d5d;
    box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.skin-blue .form-control:disabled{
    box-shadow: none;
    color: #aaa;
}
.skin-blue .form-control input:-webkit-autofill,
.skin-blue .form-control input:-webkit-autofill:hover,
.skin-blue .form-control input:-webkit-autofill:focus,
.skin-blue .form-control input:-webkit-autofill:active  {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}
.skin-blue .form-control::-moz-placeholder {
    color: #969595;
}
.skin-blue .form-control::placeholder {
    color: #969595;
}
.skin-blue .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5f5d5d;
}
.skin-blue .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder  {
    color: #969595;
}
.skin-blue .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder  {
    color: #969595;
}
.skin-blue table .change-status-item > div{
    height: 33px !important;
}
.skin-blue table .change-status-item > div .btn-success, .skin-blue table .change-status-item > div .btn-danger {
    padding-top: 4px;
}
.skin-blue table .change-action-item  .btn-danger {
    background-color: transparent;
    border: none;
}
.skin-blue table .change-action-item  .btn-danger i {
    color: #dd4b39;
}
.skin-blue table .change-action-item  .btn-info,.skin-blue table .change-action-item  .btn-primary{
    background-color: transparent;
    border: none;
}
.skin-blue table .change-action-item  .btn-info i,.skin-blue table .change-action-item  .btn-primary i{
    color: #3c8dbc;
}
.skin-blue table .change-action-item  .btn-success{
    background-color: transparent;
    border: none;
}
.skin-blue table .change-action-item  .btn-success i{
    color: #00a65a;
}
.skin-blue .nav-tabs {
    padding-left: 5px;
}
.skin-blue .nav-tabs .nav-link {
    color: #7e7e7e;
    background-color: #f5f5f5;
    margin: 0 3px;
    border-color: #dee2e6;
}
.skin-blue .nav-tabs .nav-link.active {
    border-top: 3px solid #2f70af;
    color: #7e7e7e;
    background-color: #FFF;
    margin-bottom: -1px;
    border-bottom: none;
}
/*
 * Skin: Black
 * -----------
 */
/* skin-black navbar */
.skin-black .main-header {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.skin-black .main-header .navbar-toggle {
  color: #333;
}
.skin-black .main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #eee;
}
.skin-black .main-header .navbar {
  background-color: #ffffff;
}
.skin-black .main-header .navbar .nav > li > a {
  color: #333333;
}
.skin-black .main-header .navbar .nav > li > a:hover,
.skin-black .main-header .navbar .nav > li > a:active,
.skin-black .main-header .navbar .nav > li > a:focus,
.skin-black .main-header .navbar .nav .open > a,
.skin-black .main-header .navbar .nav .open > a:hover,
.skin-black .main-header .navbar .nav .open > a:focus,
.skin-black .main-header .navbar .nav > .active > a {
  background: #ffffff;
  color: #999999;
}
.skin-black .main-header .navbar .sidebar-toggle {
  color: #333333;
}
.skin-black .main-header .navbar .sidebar-toggle:hover {
  color: #999999;
  background: #ffffff;
}
.skin-black .main-header .navbar > .sidebar-toggle {
  color: #333;
  border-right: 1px solid #eee;
}
.skin-black .main-header .navbar .navbar-nav > li > a {
  border-right: 1px solid #eee;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-black .main-header .navbar .navbar-right > li > a {
  border-left: 1px solid #eee;
  border-right-width: 0;
}
.skin-black .main-header > .logo {
  background-color: #ffffff;
  color: #333333;
  border-bottom: 0 solid transparent;
  border-right: 1px solid #eee;
}
.skin-black .main-header > .logo:hover {
  background-color: #fcfcfc;
}
@media (max-width: 767px) {
  .skin-black .main-header > .logo {
    background-color: #222222;
    color: #ffffff;
    border-bottom: 0 solid transparent;
    border-right: none;
  }
  .skin-black .main-header > .logo:hover {
    background-color: #1f1f1f;
  }
}
.skin-black .main-header li.user-header {
  background-color: #222;
}
.skin-black .content-header {
  background: transparent;
  box-shadow: none;
}
.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
  background-color: #222d32;
}
.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
  color: #fff;
}
.skin-black .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-black .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-black .sidebar-menu > li:hover > a,
.skin-black .sidebar-menu > li.active > a,
.skin-black .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
.skin-black .sidebar-menu > li.active > a {
  border-left-color: #ffffff;
}
.skin-black .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-black .sidebar a {
  color: #b8c7ce;
}
.skin-black .sidebar a:hover {
  text-decoration: none;
}
.skin-black .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-black .sidebar-menu .treeview-menu > li.active > a,
.skin-black .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-black .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-black .sidebar-form input[type="text"],
.skin-black .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-black .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-black .sidebar-form input[type="text"]:focus,
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-black .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-black .pace .pace-progress {
  background: #222;
}
.skin-blue .pace .pace-activity {

    top: 85px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
/*
 * Skin: Black
 * -----------
 */
/* skin-black navbar */
.skin-black-light .main-header {
  border-bottom: 1px solid #d2d6de;
}
.skin-black-light .main-header .navbar-toggle {
  color: #333;
}
.skin-black-light .main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #d2d6de;
}
.skin-black-light .main-header .navbar {
  background-color: #ffffff;
}
.skin-black-light .main-header .navbar .nav > li > a {
  color: #333333;
}
.skin-black-light .main-header .navbar .nav > li > a:hover,
.skin-black-light .main-header .navbar .nav > li > a:active,
.skin-black-light .main-header .navbar .nav > li > a:focus,
.skin-black-light .main-header .navbar .nav .open > a,
.skin-black-light .main-header .navbar .nav .open > a:hover,
.skin-black-light .main-header .navbar .nav .open > a:focus,
.skin-black-light .main-header .navbar .nav > .active > a {
  background: #ffffff;
  color: #999999;
}
.skin-black-light .main-header .navbar .sidebar-toggle {
  color: #333333;
}
.skin-black-light .main-header .navbar .sidebar-toggle:hover {
  color: #999999;
  background: #ffffff;
}
.skin-black-light .main-header .navbar > .sidebar-toggle {
  color: #333;
  border-right: 1px solid #d2d6de;
}
.skin-black-light .main-header .navbar .navbar-nav > li > a {
  border-right: 1px solid #d2d6de;
}
.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-black-light .main-header .navbar .navbar-right > li > a {
  border-left: 1px solid #d2d6de;
  border-right-width: 0;
}
.skin-black-light .main-header > .logo {
  background-color: #ffffff;
  color: #333333;
  border-bottom: 0 solid transparent;
  border-right: 1px solid #d2d6de;
}
.skin-black-light .main-header > .logo:hover {
  background-color: #fcfcfc;
}
@media (max-width: 767px) {
  .skin-black-light .main-header > .logo {
    background-color: #222222;
    color: #ffffff;
    border-bottom: 0 solid transparent;
    border-right: none;
  }
  .skin-black-light .main-header > .logo:hover {
    background-color: #1f1f1f;
  }
}
.skin-black-light .main-header li.user-header {
  background-color: #222;
}
.skin-black-light .content-header {
  background: transparent;
  box-shadow: none;
}
.skin-black-light .wrapper,
.skin-black-light .main-sidebar,
.skin-black-light .left-side {
  background-color: #f9fafc;
}
.skin-black-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-black-light .user-panel > .info,
.skin-black-light .user-panel > .info > a {
  color: #444444;
}
.skin-black-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-black-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-black-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-black-light .sidebar-menu > li:hover > a,
.skin-black-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-black-light .sidebar-menu > li.active {
  border-left-color: #ffffff;
}
.skin-black-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-black-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-black-light .sidebar a {
  color: #444444;
}
.skin-black-light .sidebar a:hover {
  text-decoration: none;
}
.skin-black-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-black-light .sidebar-menu .treeview-menu > li.active > a,
.skin-black-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-black-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-black-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-black-light .sidebar-form input[type="text"],
.skin-black-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-black-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-black-light .sidebar-form input[type="text"]:focus,
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-black-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
/*
 * Skin: Green
 * -----------
 */
.skin-green .main-header .navbar {
  background-color: #00a65a;
}
.skin-green .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-green .main-header .navbar .nav > li > a:hover,
.skin-green .main-header .navbar .nav > li > a:active,
.skin-green .main-header .navbar .nav > li > a:focus,
.skin-green .main-header .navbar .nav .open > a,
.skin-green .main-header .navbar .nav .open > a:hover,
.skin-green .main-header .navbar .nav .open > a:focus,
.skin-green .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-green .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-green .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: #008d4c;
}
@media (max-width: 767px) {
  .skin-green .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-green .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-green .main-header .navbar .dropdown-menu li a:hover {
    background: #008d4c;
  }
}
.skin-green .main-header .logo {
  background-color: #008d4c;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-green .main-header .logo:hover {
  background-color: #008749;
}
.skin-green .main-header li.user-header {
  background-color: #00a65a;
}
.skin-green .content-header {
  background: transparent;
}
.skin-green .wrapper,
.skin-green .main-sidebar,
.skin-green .left-side {
  background-color: #222d32;
}
.skin-green .user-panel > .info,
.skin-green .user-panel > .info > a {
  color: #fff;
}
.skin-green .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-green .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-green .sidebar-menu > li:hover > a,
.skin-green .sidebar-menu > li.active > a,
.skin-green .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
.skin-green .sidebar-menu > li.active > a {
  border-left-color: #00a65a;
}
.skin-green .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-green .sidebar a {
  color: #b8c7ce;
}
.skin-green .sidebar a:hover {
  text-decoration: none;
}
.skin-green .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-green .sidebar-menu .treeview-menu > li.active > a,
.skin-green .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-green .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-green .sidebar-form input[type="text"],
.skin-green .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-green .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-green .sidebar-form input[type="text"]:focus,
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-green .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
/*
 * Skin: Green
 * -----------
 */
.skin-green-light .main-header .navbar {
  background-color: #00a65a;
}
.skin-green-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-green-light .main-header .navbar .nav > li > a:hover,
.skin-green-light .main-header .navbar .nav > li > a:active,
.skin-green-light .main-header .navbar .nav > li > a:focus,
.skin-green-light .main-header .navbar .nav .open > a,
.skin-green-light .main-header .navbar .nav .open > a:hover,
.skin-green-light .main-header .navbar .nav .open > a:focus,
.skin-green-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-green-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-green-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #008d4c;
}
@media (max-width: 767px) {
  .skin-green-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-green-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-green-light .main-header .navbar .dropdown-menu li a:hover {
    background: #008d4c;
  }
}
.skin-green-light .main-header .logo {
  background-color: #00a65a;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-green-light .main-header .logo:hover {
  background-color: #00a157;
}
.skin-green-light .main-header li.user-header {
  background-color: #00a65a;
}
.skin-green-light .content-header {
  background: transparent;
}
.skin-green-light .wrapper,
.skin-green-light .main-sidebar,
.skin-green-light .left-side {
  background-color: #f9fafc;
}
.skin-green-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-green-light .user-panel > .info,
.skin-green-light .user-panel > .info > a {
  color: #444444;
}
.skin-green-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-green-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-green-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-green-light .sidebar-menu > li:hover > a,
.skin-green-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-green-light .sidebar-menu > li.active {
  border-left-color: #00a65a;
}
.skin-green-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-green-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-green-light .sidebar a {
  color: #444444;
}
.skin-green-light .sidebar a:hover {
  text-decoration: none;
}
.skin-green-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-green-light .sidebar-menu .treeview-menu > li.active > a,
.skin-green-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-green-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-green-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-green-light .sidebar-form input[type="text"],
.skin-green-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-green-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-green-light .sidebar-form input[type="text"]:focus,
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-green-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
/*
 * Skin: Red
 * ---------
 */
.skin-red .main-header .navbar {
  background-color: #dd4b39;
}
.skin-red .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-red .main-header .navbar .nav > li > a:hover,
.skin-red .main-header .navbar .nav > li > a:active,
.skin-red .main-header .navbar .nav > li > a:focus,
.skin-red .main-header .navbar .nav .open > a,
.skin-red .main-header .navbar .nav .open > a:hover,
.skin-red .main-header .navbar .nav .open > a:focus,
.skin-red .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-red .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-red .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
  background-color: #d73925;
}
@media (max-width: 767px) {
  .skin-red .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-red .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-red .main-header .navbar .dropdown-menu li a:hover {
    background: #d73925;
  }
}
.skin-red .main-header .logo {
  background-color: #d73925;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-red .main-header .logo:hover {
  background-color: #d33724;
}
.skin-red .main-header li.user-header {
  background-color: #dd4b39;
}
.skin-red .content-header {
  background: transparent;
}
.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
  background-color: #222d32;
}
.skin-red .user-panel > .info,
.skin-red .user-panel > .info > a {
  color: #fff;
}
.skin-red .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-red .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-red .sidebar-menu > li:hover > a,
.skin-red .sidebar-menu > li.active > a,
.skin-red .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
.skin-red .sidebar-menu > li.active > a {
  border-left-color: #dd4b39;
}
.skin-red .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-red .sidebar a {
  color: #b8c7ce;
}
.skin-red .sidebar a:hover {
  text-decoration: none;
}
.skin-red .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-red .sidebar-menu .treeview-menu > li.active > a,
.skin-red .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-red .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-red .sidebar-form input[type="text"],
.skin-red .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-red .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-red .sidebar-form input[type="text"]:focus,
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
/*
 * Skin: Red
 * ---------
 */
.skin-red-light .main-header .navbar {
  background-color: #dd4b39;
}
.skin-red-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-red-light .main-header .navbar .nav > li > a:hover,
.skin-red-light .main-header .navbar .nav > li > a:active,
.skin-red-light .main-header .navbar .nav > li > a:focus,
.skin-red-light .main-header .navbar .nav .open > a,
.skin-red-light .main-header .navbar .nav .open > a:hover,
.skin-red-light .main-header .navbar .nav .open > a:focus,
.skin-red-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #d73925;
}
@media (max-width: 767px) {
  .skin-red-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-red-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
    background: #d73925;
  }
}
.skin-red-light .main-header .logo {
  background-color: #dd4b39;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-red-light .main-header .logo:hover {
  background-color: #dc4735;
}
.skin-red-light .main-header li.user-header {
  background-color: #dd4b39;
}
.skin-red-light .content-header {
  background: transparent;
}
.skin-red-light .wrapper,
.skin-red-light .main-sidebar,
.skin-red-light .left-side {
  background-color: #f9fafc;
}
.skin-red-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-red-light .user-panel > .info,
.skin-red-light .user-panel > .info > a {
  color: #444444;
}
.skin-red-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-red-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-red-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-red-light .sidebar-menu > li:hover > a,
.skin-red-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-red-light .sidebar-menu > li.active {
  border-left-color: #dd4b39;
}
.skin-red-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-red-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-red-light .sidebar a {
  color: #444444;
}
.skin-red-light .sidebar a:hover {
  text-decoration: none;
}
.skin-red-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-red-light .sidebar-menu .treeview-menu > li.active > a,
.skin-red-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-red-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-red-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-red-light .sidebar-form input[type="text"],
.skin-red-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-red-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-red-light .sidebar-form input[type="text"]:focus,
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
/*
 * Skin: Yellow
 * ------------
 */
.skin-yellow .main-header .navbar {
  background-color: #f39c12;
}
.skin-yellow .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-yellow .main-header .navbar .nav > li > a:hover,
.skin-yellow .main-header .navbar .nav > li > a:active,
.skin-yellow .main-header .navbar .nav > li > a:focus,
.skin-yellow .main-header .navbar .nav .open > a,
.skin-yellow .main-header .navbar .nav .open > a:hover,
.skin-yellow .main-header .navbar .nav .open > a:focus,
.skin-yellow .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-yellow .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-yellow .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-yellow .main-header .navbar .sidebar-toggle:hover {
  background-color: #e08e0b;
}
@media (max-width: 767px) {
  .skin-yellow .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-yellow .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
    background: #e08e0b;
  }
}
.skin-yellow .main-header .logo {
  background-color: #e08e0b;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-yellow .main-header .logo:hover {
  background-color: #db8b0b;
}
.skin-yellow .main-header li.user-header {
  background-color: #f39c12;
}
.skin-yellow .content-header {
  background: transparent;
}
.skin-yellow .wrapper,
.skin-yellow .main-sidebar,
.skin-yellow .left-side {
  background-color: #222d32;
}
.skin-yellow .user-panel > .info,
.skin-yellow .user-panel > .info > a {
  color: #fff;
}
.skin-yellow .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-yellow .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-yellow .sidebar-menu > li:hover > a,
.skin-yellow .sidebar-menu > li.active > a,
.skin-yellow .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
.skin-yellow .sidebar-menu > li.active > a {
  border-left-color: #f39c12;
}
.skin-yellow .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-yellow .sidebar a {
  color: #b8c7ce;
}
.skin-yellow .sidebar a:hover {
  text-decoration: none;
}
.skin-yellow .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-yellow .sidebar-menu .treeview-menu > li.active > a,
.skin-yellow .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-yellow .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-yellow .sidebar-form input[type="text"],
.skin-yellow .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-yellow .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-yellow .sidebar-form input[type="text"]:focus,
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-yellow .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
/*
 * Skin: Yellow
 * ------------
 */
.skin-yellow-light .main-header .navbar {
  background-color: #f39c12;
}
.skin-yellow-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-yellow-light .main-header .navbar .nav > li > a:hover,
.skin-yellow-light .main-header .navbar .nav > li > a:active,
.skin-yellow-light .main-header .navbar .nav > li > a:focus,
.skin-yellow-light .main-header .navbar .nav .open > a,
.skin-yellow-light .main-header .navbar .nav .open > a:hover,
.skin-yellow-light .main-header .navbar .nav .open > a:focus,
.skin-yellow-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-yellow-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-yellow-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #e08e0b;
}
@media (max-width: 767px) {
  .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-yellow-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
    background: #e08e0b;
  }
}
.skin-yellow-light .main-header .logo {
  background-color: #f39c12;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-yellow-light .main-header .logo:hover {
  background-color: #f39a0d;
}
.skin-yellow-light .main-header li.user-header {
  background-color: #f39c12;
}
.skin-yellow-light .content-header {
  background: transparent;
}
.skin-yellow-light .wrapper,
.skin-yellow-light .main-sidebar,
.skin-yellow-light .left-side {
  background-color: #f9fafc;
}
.skin-yellow-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-yellow-light .user-panel > .info,
.skin-yellow-light .user-panel > .info > a {
  color: #444444;
}
.skin-yellow-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-yellow-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-yellow-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-yellow-light .sidebar-menu > li:hover > a,
.skin-yellow-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-yellow-light .sidebar-menu > li.active {
  border-left-color: #f39c12;
}
.skin-yellow-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-yellow-light .sidebar a {
  color: #444444;
}
.skin-yellow-light .sidebar a:hover {
  text-decoration: none;
}
.skin-yellow-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-yellow-light .sidebar-menu .treeview-menu > li.active > a,
.skin-yellow-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-yellow-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-yellow-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-yellow-light .sidebar-form input[type="text"],
.skin-yellow-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-yellow-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-yellow-light .sidebar-form input[type="text"]:focus,
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-yellow-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
/*
 * Skin: Purple
 * ------------
 */
.skin-purple .main-header .navbar {
  background-color: #605ca8;
}
.skin-purple .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-purple .main-header .navbar .nav > li > a:hover,
.skin-purple .main-header .navbar .nav > li > a:active,
.skin-purple .main-header .navbar .nav > li > a:focus,
.skin-purple .main-header .navbar .nav .open > a,
.skin-purple .main-header .navbar .nav .open > a:hover,
.skin-purple .main-header .navbar .nav .open > a:focus,
.skin-purple .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  background-color: #555299;
}
@media (max-width: 767px) {
  .skin-purple .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-purple .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
    background: #555299;
  }
}
.skin-purple .main-header .logo {
  background-color: #555299;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-purple .main-header .logo:hover {
  background-color: #545096;
}
.skin-purple .main-header li.user-header {
  background-color: #605ca8;
}
.skin-purple .content-header {
  background: transparent;
}
.skin-purple .wrapper,
.skin-purple .main-sidebar,
.skin-purple .left-side {
  background-color: #222d32;
}
.skin-purple .user-panel > .info,
.skin-purple .user-panel > .info > a {
  color: #fff;
}
.skin-purple .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-purple .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-purple .sidebar-menu > li:hover > a,
.skin-purple .sidebar-menu > li.active > a,
.skin-purple .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
.skin-purple .sidebar-menu > li.active > a {
  border-left-color: #605ca8;
}
.skin-purple .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-purple .sidebar a {
  color: #b8c7ce;
}
.skin-purple .sidebar a:hover {
  text-decoration: none;
}
.skin-purple .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-purple .sidebar-menu .treeview-menu > li.active > a,
.skin-purple .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-purple .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-purple .sidebar-form input[type="text"],
.skin-purple .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-purple .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-purple .sidebar-form input[type="text"]:focus,
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-purple .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
/*
 * Skin: Purple
 * ------------
 */
.skin-purple-light .main-header .navbar {
  background-color: #605ca8;
}
.skin-purple-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-purple-light .main-header .navbar .nav > li > a:hover,
.skin-purple-light .main-header .navbar .nav > li > a:active,
.skin-purple-light .main-header .navbar .nav > li > a:focus,
.skin-purple-light .main-header .navbar .nav .open > a,
.skin-purple-light .main-header .navbar .nav .open > a:hover,
.skin-purple-light .main-header .navbar .nav .open > a:focus,
.skin-purple-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-purple-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-purple-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #555299;
}
@media (max-width: 767px) {
  .skin-purple-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-purple-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
    background: #555299;
  }
}
.skin-purple-light .main-header .logo {
  background-color: #605ca8;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-purple-light .main-header .logo:hover {
  background-color: #5d59a6;
}
.skin-purple-light .main-header li.user-header {
  background-color: #605ca8;
}
.skin-purple-light .content-header {
  background: transparent;
}
.skin-purple-light .wrapper,
.skin-purple-light .main-sidebar,
.skin-purple-light .left-side {
  background-color: #f9fafc;
}
.skin-purple-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-purple-light .user-panel > .info,
.skin-purple-light .user-panel > .info > a {
  color: #444444;
}
.skin-purple-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease;
}
.skin-purple-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-purple-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-purple-light .sidebar-menu > li:hover > a,
.skin-purple-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-purple-light .sidebar-menu > li.active {
  border-left-color: #605ca8;
}
.skin-purple-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-purple-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-purple-light .sidebar a {
  color: #444444;
}
.skin-purple-light .sidebar a:hover {
  text-decoration: none;
}
.skin-purple-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-purple-light .sidebar-menu .treeview-menu > li.active > a,
.skin-purple-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-purple-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-purple-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-purple-light .sidebar-form input[type="text"],
.skin-purple-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-purple-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-purple-light .sidebar-form input[type="text"]:focus,
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-purple-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.box-img{
  height: 250px;
}
.box-img .loading{
  z-index: 99;
  display: none;
}
.box-img .loading i{
  color: #74c1fcc0;
}
.box-img img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-img button{
  margin-left: -34px;
  margin-top: 2px;
  color: #FFF;
  border: none;
  background-color: #2f70af;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 3px 7px 3px 8px;
  opacity: 0.8;
}
.profile-log{
  background-color: #FFF;display: inline-block; word-break: break-all;
  width: 100%;
}
.profile-log a{
  margin-left: 5px;
  color: #7e7e7e;
}
@media (min-width: 768px) {
  .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}

.edit-img{
  width: 50px;  border-radius: 50%; padding: 2px; border: 1px solid rgba(16, 15, 15, 0.337); height:50px; -o-object-fit: cover; object-fit: cover; margin-top: 25px;
}
.edit-favicon{
  width: 40px; border-radius: 50%; padding: 2px; border: 1px solid rgba(16, 15, 15, 0.337); height:40px; -o-object-fit: cover; object-fit: cover; margin-top: 30px;
}

.media-body .calendar-btn {
  border-radius: 25px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #333;
  margin-right: 5px;
}
.media-body .calendar-btn.calendar-move-today {
  padding: 0 16px;
  line-height: 30px;
  font-weight: 700;

}
.media-body button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.media-body .ic-arrow-line-left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAK1JREFUKBVjYKAFaGhoYMJlLjMuibS0NNZHjx6t1tHR0bx69eoBdHVYTQRpev/+/Uqg4sD////rYbOZEd0kZE1AufWCgoLhs2bN+o2uDkUjsZpAhsA1kqIJpBGrH0EShAA8VM+ePfvPxsZm3Y8fP3SAmgJBNIgPEsdmCFwjSJIUzRhOBYUgKCSB5qwH4kBQtBAVHSCbQQAWWIyMjJdWrVrVABYklsBmE7F6caoDAB4rYZDo034sAAAAAElFTkSuQmCC) no-repeat;
  background-position: center;
}
.media-body .ic-arrow-line-right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKNJREFUKBVjYKA2aGhoYMJnJiM2ybCwsIb////rCQoKhs+aNes3NjUYpoJsAmkCKg58//79yrS0NFZsGrHaCFIM0gTSDMTrsdnMjM20s2fP/rOxsVn348cPHZBmEA3ig8Rh6rFqBEkS0ozhR5iJhGisfgRpIuRPrBoJaQIZjOFUUHQQClGQRozAOXDgwH8dHR1NoNx7bNEA0oQXEEpyeDXjkwQAiyNhSndGN/YAAAAASUVORK5CYII=) no-repeat;
  background-position: center;
}
.media-body .calendar-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
}
.media-body i {
  font-style: italic;
}
.media-body .calendar-render-range {
  font-size: 19px;
  line-height: 30px;
  vertical-align: bottom;
  margin-left: 7px;
}
.modal-fullscreen {
    width: 99.5%;
    height: 99%;
    margin: 0 auto;
}
ul {
  padding-left: 0rem;
}

#notification-list section a,.notification_top section a, .list-group section a{
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  border-bottom: 1px solid #e9ecef;
  color: #7e7e7e;
}

#notification-list section a:hover, .notification_top section a:hover, .list-group section a:hover{
  background: #f8f9fa;
  color: #212529;
}

#notification-list section a .icon_notification , .notification_top section a .icon_notification, .list-group section a .icon_notification{
  padding: 10px;
}


.detall-notification{
  width: 100%;
}

.detall-notification p {
  font-size: 14px;
}

.detall-notification small {
  text-align: end;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.notif__dot {
  width: 14px;
  height: 10px;
  background-color: #135de6;
  border-radius: 50%;

}

.margin-left-auto {
  margin-left: auto;
}

.skin-blue .main-header .navbar-custom-menu .navbar-nav div .dropdown a i {
  font-size: 14px;
  opacity: 1;
}

.icon_notification i {
  /* background-color: #00c0ef; */
   font-size: 18px;
   /* color: white; */
   margin-right: 15px;
   
}

.notification-body-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
    word-break: break-word;
}
/*! bootstrap3-wysihtml5-bower 2014-09-26 */

ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:700}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);background-color:#D9D9D9;outline:0}ul.wysihtml5-commands-disabled .dropdown-menu{display:none!important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black]{background:#000!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver]{background:silver!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray]{background:gray!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon]{background:maroon!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red]{background:red!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple]{background:purple!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green]{background:green!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive]{background:olive!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy]{background:navy!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue]{background:#00f!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange]{background:orange!important}.glyphicon-quote:before{content:"\201C";font-family:Georgia,serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\A0"}/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}/*	block viriable*/
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
.header-partail ul li:before {
  display: none;
}
.header-partail .dropdown-toggle::after {
  color: #000;
}
.header-partail .dropdown-menu li {
  padding-left: 0;
}
.header-partail .dropdown-menu li a {
  padding: 0px 0px 0px 15px;
  display: block;
  width: 100%;
  text-align: left;
}
.header-partail .page-header-top img {
  display: unset;
  vertical-align: middle;
}
.header-partail .language .main-language {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 1px 9px 1px 2px;
}
.header-partail .language .main-language a {
  margin-right: 0px;
}
.header-partail .language .main-language a span {
  font-size: 16px !important;
}
.header-partail .language .main-language .icon-language img {
  width: 26px;
  height: 26px;
  background-color: #F1F1F1;
  padding: 4px;
  border-radius: 12px;
}
.header-partail .language .main-language .label-language {
  color: #646464;
}
.header-partail .language .dropdown-item {
  font-size: 14px;
}
.header-partail .language .dropdown-item img {
  width: 25px;
  height: 25px;
}
.header-partail .avatar a {
  color: #444444;
}
.header-partail .avatar a span {
  line-height: 16px;
}
.header-partail .avatar a span small {
  font-size: 12px;
  color: #646464;
}
.header-partail .sepa-menu-header {
  border-right: 1px solid #eee;
  width: 1px;
  height: 20px;
}

.org_list .wrap-in-iradio-box {
  float: left;
  width: 30px;
  height: 25px;
}
.org_list .wrap_img_org {
  position: absolute;
  right: 5px;
  top: 5px;
}
.org_list .iradio-box {
  margin-top: 3px;
}
.org_list fieldset {
  padding: 8px 10px;
}
.org_list .fieldset-org {
  cursor: pointer;
  position: relative;
}
.org_list .fieldset-org .iradio {
  margin-right: 25px;
}
.org_list .fieldset-org:hover {
  background-color: #FAFAFA;
}

.p_payment_list .wrap-in-iradio-box {
  float: left;
  width: 40px;
  height: 25px;
}
.p_payment_list .wrap_img_org {
  text-align: right;
}
.p_payment_list .iradio-box {
  margin-top: 10px;
}
.p_payment_list fieldset {
  padding: 8px 10px;
  margin: 5px 0;
}
.p_payment_list .fieldset-org {
  cursor: pointer;
  position: relative;
}
.p_payment_list .fieldset-org .iradio {
  margin-right: 25px;
}
.p_payment_list .fieldset-org:hover {
  background-color: #FAFAFA;
}

@media screen and (min-width: 450px) {
  .p_payment_list .wrap_img_org {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.list_register_detail {
  transition: all 0.3s;
}

.min-h-35 {
  min-height: 40px;
}

.choose_infos_portal {
  background-color: white;
  max-width: 335px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.choose_infos_portal .form-group {
  text-align: left;
  margin-top: 0;
}
.choose_infos_portal .form-group .i_checker_std_reg {
  padding: 5px 0 0 20px;
}
.choose_infos_portal .form-group .i_checker_std_reg .iradio_square-blue {
  float: left;
  margin-top: 23px;
  margin-right: 12px;
}
.choose_infos_portal .form-group .i_checker_std_reg .box-header {
  float: left;
}
.choose_infos_portal .form-group .i_checker_std_reg .box-header .box-title {
  font-size: 16px;
}
.choose_infos_portal .form-group .clr-f {
  clear: both;
}

table.table-bordered.dataTable tbody td {
  vertical-align: middle;
}
table.table-bordered.dataTable tbody td .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}