/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Titles ------------------------------------
    03. Colors ------------------------------------
         Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons 
         Slider -----------------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
         CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes. 
         RTL direction/left-side scrollbar --------
         RTL direction/left-side scrollbar --------
         RTL direction/left-side scrollbar --------
         RTL direction/left-side scrollbar (scrollbar position: outside) 
         RTL direction/left-side scrollbar --------
         RTL direction/left-side scrollbar --------
         RTL direction/left-side scrollbar --------
    04. Sprite ------------------------------------
    05. Generic -----------------------------------
    06. Base --------------------------------------
    07. Fonts -------------------------------------
    08. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         TextAlignRight ---------------------------
         TextAlignCenter --------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         InlineNoWrap -----------------------------
         Responsive Helpers -----------------------
    09. Reset -------------------------------------
    10. Regions -----------------------------------
    11. Container ---------------------------------
    12. Content -----------------------------------
    13. Footer ------------------------------------
         Mobile -----------------------------------
    14. Header ------------------------------------
         Mobile -----------------------------------
    15. Main --------------------------------------
         Mobile -----------------------------------
    16. Shell -------------------------------------
    17. Sidebar -----------------------------------
    18. Wrapper -----------------------------------
         Mobile -----------------------------------
    19. Modules -----------------------------------
    20. Articles ----------------------------------
         Mobile -----------------------------------
    21. Article -----------------------------------
         Mobile -----------------------------------
    22. Banner ------------------------------------
         Mobile -----------------------------------
    23. Board -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    24. Breadcrumbs -------------------------------
         Mobile -----------------------------------
    25. Button ------------------------------------
         Button Block -----------------------------
         Mobile -----------------------------------
    26. Contact Us --------------------------------
    27. contact-us--scroll ------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    28. Details -----------------------------------
         Mobile -----------------------------------
    29. find-uni ----------------------------------
         Mobile -----------------------------------
    30. Form Elements -----------------------------
         Select -----------------------------------
         Mobile -----------------------------------
    31. Form --------------------------------------
    32. Form Search -------------------------------
         Mobile -----------------------------------
    33. Intro -------------------------------------
         Mobile -----------------------------------
    34. List --------------------------------------
    35. list-info ---------------------------------
    36. List Info Orange --------------------------
    37. List Logos --------------------------------
    38. List btn ----------------------------------
         Mobile -----------------------------------
    39. List Requirements -------------------------
         Mobile -----------------------------------
    40. list-links --------------------------------
         Mobile -----------------------------------
    41. Loader Bar --------------------------------
    42. Loader ------------------------------------
         Mobile -----------------------------------
    43. Logo --------------------------------------
    44. Logo ALT ----------------------------------
         Mobile -----------------------------------
    45. logo-educasyon ----------------------------
    46. mCustomScrollbar --------------------------
         Mobile -----------------------------------
    47. Map Holder --------------------------------
    48. Map ---------------------------------------
    49. mfp Details -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    50. Nav ---------------------------------------
         Mobile -----------------------------------
    51. Nav Secondary -----------------------------
         Mobile -----------------------------------
    52. Nav Trigger -------------------------------
         Mobile -----------------------------------
    53. drop-menu ---------------------------------
    54. Search ------------------------------------
         Mobile -----------------------------------
    55. Section -----------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    56. section-overview --------------------------
         Mobile -----------------------------------
    57. Section Panel -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    58. Section Reviews ---------------------------
         Mobile -----------------------------------
    59. Section Campuses --------------------------
    60. Section Search ----------------------------
         Mobile -----------------------------------
    61. section-slider ----------------------------
         Mobile -----------------------------------
    62. Section Tiles -----------------------------
    63. section-about -----------------------------
         Mobile -----------------------------------
    64. Recently Contacted ------------------------
         Mobile -----------------------------------
    65. Slider ------------------------------------
    66. Slider Tabs Nav ---------------------------
         Mobile -----------------------------------
    67. slider-main -------------------------------
         Mobile -----------------------------------
    68. Socials -----------------------------------
         Mobile -----------------------------------
    69. Table -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    70. Table Alt ---------------------------------
         Mobile -----------------------------------
    71. Tabs Nav ----------------------------------
         Mobile -----------------------------------
    72. section-wrapper ---------------------------
         Mobile -----------------------------------
    73. Tab ---------------------------------------
    74. tabs-mobile-drop --------------------------
         Mobile -----------------------------------
    75. Testimonials ------------------------------
         Mobile -----------------------------------
    76. Testimonial -------------------------------
         Mobile -----------------------------------
    77. tiles -------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    78. Tile --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    79. tiles-links -------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    80. tile-links --------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    81. Tuition Fees ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    82. Videos Holder -----------------------------
         Mobile -----------------------------------
    83. video -------------------------------------
    84. videos ------------------------------------
         Mobile -----------------------------------
    85. video-main --------------------------------
         Mobile -----------------------------------
    86. Widget ------------------------------------
         Mobile -----------------------------------
    87. Widget Nav --------------------------------
    88. Widget Recommendations --------------------
         Mobile -----------------------------------
    89. Widget Images -----------------------------
         Mobile -----------------------------------
    90. Themes ------------------------------------
    91. Customs -----------------------------------
    92. Top Navigation ----------------------------
         Mobile -----------------------------------
    93. Modals ------------------------------------
         Mobile -----------------------------------
    94. Ads ---------------------------------------
         Mobile -----------------------------------
    95. Widget AddThis ----------------------------
    96. Pop Info ----------------------------------
         Mobile -----------------------------------
    97. Flexbox -----------------------------------
    98. Search ------------------------------------
    99. Tests  ------------------------------------

 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Titles
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Colors
\* ------------------------------------------------------------ */

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
      transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-massn:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("/fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../images/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("/fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../images/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("/fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../images/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; }

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; }

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; }

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto; border-radius: 16px;
	}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto; border-radius: 16px;
		text-align: center;
	}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; }

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}

.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; box-sizing: border-box;
	}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/

/* default theme ("light") */

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(../images/malihu-custom-scrollbar-plugin/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1); border-radius: 1px;
	}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75); border-radius: 1px;
	}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1); border-radius: 1px;
	}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75); border-radius: 1px;
	}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1); border-radius: 2px;
	}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75); border-radius: 2px;
	}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1); border-radius: 2px;
	}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75); border-radius: 2px;
	}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
		        box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
		        box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
		        box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}

.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
		        box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		        box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
		        box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools{ -webkit-box-shadow: inset 0 0 14px rgba(0,0,0,0.2); box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
		        box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; box-sizing: border-box;
	}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

/* ---------------------------------------- */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-facebook { background-image     : url(../images/sprite.png); background-position     : 9.852216748768473% 94.87179487179486%; background-size     : 1368.75% 329.4117647058823%; width     : 16px; height     : 17px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-logo-footer-2 { background-image     : url(/images/edukasyon-logo.png); width     : 103px; height     : 33px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-logo-footer { background-image     : url(../images/sprite.png); background-position     : 100% 0%; background-size     : 195.53571428571428% 266.66666666666663%; width     : 112px; height     : 21px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-map-marker-alt { background-image     : url(../images/sprite.png); background-position     : 26.190476190476193% 86.04651162790698%; background-size     : 2433.333333333333% 430.7692307692308%; width     : 9px; height     : 13px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-pin { background-image     : url(../images/sprite.png); background-position     : 19.230769230769234% 90.2439024390244%; background-size     : 1990.909090909091% 373.3333333333333%; width     : 11px; height     : 15px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-share-alt { background-image     : url(../images/sprite.png); background-position     : 0% 100%; background-size     : 1368.75% 294.7368421052631%; width     : 16px; height     : 19px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.ico-facebook { background-image     : url(../images/sprite.@2x.png); background-position     : 9.852216748768473% 94.87179487179486%; background-size     : 1368.75% 329.4117647058823%; width     : 16px; height     : 17px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-logo-footer-2 { background-image     : url(../images/sprite.@2x.png); background-position     : 0% 0%; background-size     : 212.62135922330097% 169.6969696969697%; width     : 103px; height     : 33px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-logo-footer { background-image     : url(../images/sprite.@2x.png); background-position     : 100% 0%; background-size     : 195.53571428571428% 266.66666666666663%; width     : 112px; height     : 21px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-map-marker-alt { background-image     : url(../images/sprite.@2x.png); background-position     : 26.190476190476193% 86.04651162790698%; background-size     : 2433.333333333333% 430.7692307692308%; width     : 9px; height     : 13px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-pin { background-image     : url(../images/sprite.@2x.png); background-position     : 19.230769230769234% 90.2439024390244%; background-size     : 1990.909090909091% 373.3333333333333%; width     : 11px; height     : 15px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-share-alt { background-image     : url(../images/sprite.@2x.png); background-position     : 0% 100%; background-size     : 1368.75% 294.7368421052631%; width     : 16px; height     : 19px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Lato', sans-serif; font-size: 14px; line-height: 1.3; color: #666666; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; color: #444444; }

h1 { font-size: 28px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

hr { margin: 15px 0; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-HeavyItalic.eot');
    src: url('/fonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-HeavyItalic.woff2') format('woff2'),
        url('/fonts/Lato-HeavyItalic.woff') format('woff'),
        url('/fonts/Lato-HeavyItalic.ttf') format('truetype'),
        url('/fonts/Lato-HeavyItalic.svg') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Bold.eot');
    src: url('/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Bold.woff2') format('woff2'),
        url('/fonts/Lato-Bold.woff') format('woff'),
        url('/fonts/Lato-Bold.ttf') format('truetype'),
        url('/fonts/Lato-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Heavy.eot');
    src: url('/fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Heavy.woff2') format('woff2'),
        url('/fonts/Lato-Heavy.woff') format('woff'),
        url('/fonts/Lato-Heavy.ttf') format('truetype'),
        url('/fonts/Lato-Heavy.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Semibold.eot');
    src: url('/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Semibold.woff2') format('woff2'),
        url('/fonts/Lato-Semibold.woff') format('woff'),
        url('/fonts/Lato-Semibold.ttf') format('truetype'),
        url('/fonts/Lato-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-BlackItalic.eot');
    src: url('/fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('/fonts/Lato-BlackItalic.woff') format('woff'),
        url('/fonts/Lato-BlackItalic.ttf') format('truetype'),
        url('/fonts/Lato-BlackItalic.svg') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-SemiboldItalic.eot');
    src: url('/fonts/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-SemiboldItalic.woff2') format('woff2'),
        url('/fonts/Lato-SemiboldItalic.woff') format('woff'),
        url('/fonts/Lato-SemiboldItalic.ttf') format('truetype'),
        url('/fonts/Lato-SemiboldItalic.svg') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Medium.eot');
    src: url('/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Medium.woff2') format('woff2'),
        url('/fonts/Lato-Medium.woff') format('woff'),
        url('/fonts/Lato-Medium.ttf') format('truetype'),
        url('/fonts/Lato-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('/fonts/Lato-HairlineItalic.eot');
    src: url('/fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-HairlineItalic.woff2') format('woff2'),
        url('/fonts/Lato-HairlineItalic.woff') format('woff'),
        url('/fonts/Lato-HairlineItalic.ttf') format('truetype'),
        url('/fonts/Lato-HairlineItalic.svg') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('/fonts/Lato-Hairline.eot');
    src: url('/fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Hairline.woff2') format('woff2'),
        url('/fonts/Lato-Hairline.woff') format('woff'),
        url('/fonts/Lato-Hairline.ttf') format('truetype'),
        url('/fonts/Lato-Hairline.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-ThinItalic.eot');
    src: url('/fonts/Lato-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-ThinItalic.woff2') format('woff2'),
        url('/fonts/Lato-ThinItalic.woff') format('woff'),
        url('/fonts/Lato-ThinItalic.ttf') format('truetype'),
        url('/fonts/Lato-ThinItalic.svg') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-MediumItalic.eot');
    src: url('/fonts/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-MediumItalic.woff2') format('woff2'),
        url('/fonts/Lato-MediumItalic.woff') format('woff'),
        url('/fonts/Lato-MediumItalic.ttf') format('truetype'),
        url('/fonts/Lato-MediumItalic.svg') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Light.eot');
    src: url('/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Light.woff2') format('woff2'),
        url('/fonts/Lato-Light.woff') format('woff'),
        url('/fonts/Lato-Light.ttf') format('truetype'),
        url('/fonts/Lato-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Italic.eot');
    src: url('/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Italic.woff2') format('woff2'),
        url('/fonts/Lato-Italic.woff') format('woff'),
        url('/fonts/Lato-Italic.ttf') format('truetype'),
        url('/fonts/Lato-Italic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.eot');
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Regular.woff2') format('woff2'),
        url('/fonts/Lato-Regular.woff') format('woff'),
        url('/fonts/Lato-Regular.ttf') format('truetype'),
        url('/fonts/Lato-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-LightItalic.eot');
    src: url('/fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-LightItalic.woff2') format('woff2'),
        url('/fonts/Lato-LightItalic.woff') format('woff'),
        url('/fonts/Lato-LightItalic.ttf') format('truetype'),
        url('/fonts/Lato-LightItalic.svg') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-BoldItalic.eot');
    src: url('/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('/fonts/Lato-BoldItalic.woff') format('woff'),
        url('/fonts/Lato-BoldItalic.ttf') format('truetype'),
        url('/fonts/Lato-BoldItalic.svg') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Black.eot');
    src: url('/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Black.woff2') format('woff2'),
        url('/fonts/Lato-Black.woff') format('woff'),
        url('/fonts/Lato-Black.ttf') format('truetype'),
        url('/fonts/Lato-Black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Thin.eot');
    src: url('/fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Thin.woff2') format('woff2'),
        url('/fonts/Lato-Thin.woff') format('woff'),
        url('/fonts/Lato-Thin.ttf') format('truetype'),
        url('/fonts/Lato-Thin.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Harabara';
    src: url('/fonts/Harabara.eot');
    src: url('/fonts/Harabara.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Harabara.woff2') format('woff2'),
        url('/fonts/Harabara.woff') format('woff'),
        url('/fonts/Harabara.ttf') format('truetype'),
        url('/fonts/Harabara.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
  content     : '';
  display     : block;
  clear     : both; }

/*  Notext  */

.notext { overflow     : hidden; text-indent     : 101%; white-space     : nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  TextAlignRight  */

.text-alignright { text-align: right; }

/*  TextAlignCenter  */

.text-aligncenter { text-align: center; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/* InlineNoWrap */

.inline-nowrap { display: inline; white-space: nowrap; }

/* InlineBlock */
.inline-block { display: inline-block }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
input[type=radio], 
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer .footer__entry { background-color: #3694d1; }

.footer .footer__content { padding: 39px 0 45px; color: #fff; }

.footer .footer__content h3 { color: #fff; text-transform: uppercase; font-weight: 900; }

.footer .footer__content .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -10px; }

.footer .footer__content .col { padding: 0 10px; }

.footer .footer__content .col--1of4 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.footer .footer__links ul { list-style: none; font-size: 12px; text-transform: uppercase; }

.footer .footer__links li ~ li { margin-top: 8px; }

.footer .footer__links a { display: inline-block; position: relative; text-decoration: none; font-weight: 700; }

.footer .footer__links a:after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 2px; background: #F27320; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.footer .footer__links a:hover:after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); }

.footer .footer__content .email { font-size: 12px; font-weight: 700; text-decoration: none; }

.footer .footer__innter-content { padding: 42px 0 20px; text-align: center; }

.footer .footer__innter-content .copyright { display: block; max-width: 567px; margin: 0 auto 15px; font-weight: 700; font-size: 12px; color: #666666; line-height: 1.92; }

.footer .footer__mobile { display: none; }

.footer .footer__logo-mobile { display: inline-block; width: 138px; height: 25px; margin-bottom: 33px; background-size: cover; background-position: center center; }

.footer .footer__nav-mobile { margin-bottom: 45px; text-transform: uppercase; font-size: 12px; }

.footer .footer__nav-mobile ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; }

.footer .footer__nav-mobile li ~ li { margin-left: 15px; }

.footer .footer__nav-mobile a { text-decoration: none; }

/* Mobile */

@media (max-width: 767px) {
	.footer .footer__content { padding: 31px 0 45px; color: #fff; }
	.footer .footer__content .cols { display: none; margin: 0; }
	.footer .footer__innter { display: none; }
	.footer .footer__mobile { display: block; text-align: center; }

	.copyright { line-height: 23px; font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: relative; }

.header .header__inner { display: none; }

.header .header__entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 17px 0 17px; }

.header .header__content { width: 100%; padding: 14px 0 16px; border-width: 1px 0; border-style: solid; border-color: #F0F0F0; background: #fff; z-index: 10; }

.header .header__content.is--fixed ul { padding: 8px 0 0; }

.header .header__content.is--fixed .logo { width: 150px; height: 30px; }

.header .search-btn { display: none; position: relative; text-decoration: none; }

.header .search-btn i { position: relative; right: 0; -webkit-transition: right .3s ease; -o-transition: right .3s ease; transition: right .3s ease; -webkit-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }

.header .search-btn .close { position: absolute; display: inline-block; width: 16px; height: 16px; top: 0px; right: -50px; pointer-events: none; text-decoration: none; -webkit-transition: right .3s ease; -o-transition: right .3s ease; transition: right .3s ease; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.header .search-btn .close:before { content: ''; position: absolute; top: 6px; left: 0; width: 16px; height: 2px; background-color: #555; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.header .search-btn .close:after { content: ''; position: absolute; top: 6px; left: 0; width: 16px; height: 2px; background-color: #555; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.header--alt { padding-bottom: 1px; }

.header--alt .header__content { -webkit-box-shadow: 0 2px 2px rgba(180, 180, 180, 0.5); box-shadow: 0 2px 2px rgba(180, 180, 180, 0.5); }

/* Mobile */

@media(min-width: 768px) {
    .top-nav.is--fixed { position: fixed; top: 0; }
    .header .header__content.is--fixed { position: fixed; top: 57px; }
	.header--alt .search { display: none !important; }
}

@media(min-width: 1116px) {
    .header .header__content.is--fixed { top: 30px; }
}

@media (max-width: 767px) {
    .header { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; background: #fff; padding-bottom: 0; }
    .header .header__inner { display: block; }
    .header .search-btn { display: inline-block; -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }
    .header .search-btn.unvisible { opacity: 0; pointer-events: none; }
    .header .header__inner { border-bottom: 0; }
    .header .header__entry { padding: 17px 16px;  overflow: hidden; }
    .header .header__inner:after { display: none; }
    .header .header__content { position: static; padding: 0; -webkit-box-shadow: none; box-shadow: none; max-height: calc(100vh - 65px); overflow: auto; -webkit-overflow-scrolling: touch; border-bottom: none; }
    .header .search-btn--active i { right: -50px; pointer-events: none; -webkit-transition-delay: .0s; -o-transition-delay: .0s; transition-delay: .0s; }
    .header .search-btn--active .close { right: 0; -webkit-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }
    .header .header__content .logo { display: none }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main--alt { background-color: #f1f4f7; }

/* Mobile */

@media (max-width: 767px) {
	.main:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 9; opacity: 0; pointer-events: none; -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }
	.main.active:before { opacity: 1; pointer-events: all; }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1088px; padding-left: 10px; padding-right: 10px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; position: relative; }

/* Mobile */

@media (max-width: 767px) {
	.wrapper { padding-top: 70px; }
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles { padding: 0 3px; }

.articles .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -6px; }

.articles .col { padding: 0 6px; }

.articles .col--1of3 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }

/* Mobile */

@media (max-width: 767px) {
	.articles { padding: 0; }
	.articles h3 { margin-bottom: 19px !important; }
	.articles .cols { display: block; }
	.articles .col { max-width: 100%; }
	.articles .col ~ .col { margin-top: 30px; }
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { position: relative; }

.article a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.article .article__image { width: 100%; padding-top: 65%; background-size: cover; background-position: center center; border-radius: 3px; }

.article .article__content { padding-top: 8px; }

.article .article__content p { font-weight: 700; line-height: 1.2; color: #707070; }

/* Mobile */

@media (max-width: 767px) {
	.article .article__content { padding-top: 13px; }
	.article .article__content p { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */

.banner { width: 100%; padding-top: 25.5%; margin-bottom: 25px; background-size: cover; background-position: center center; }

/* Mobile */

@media (max-width: 767px) {
	.banner { padding-top: 36%; background-position: center left; }
}

/* ------------------------------------------------------------ *\
	Board
\* ------------------------------------------------------------ */

.board { padding: 10px 15px 7px 15px; background-color: #f5f5f5; border: 1px solid #ececec; border-radius: 8px; }

.board ~ .board { margin-top: 6px; }

.board .cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.board .col--1of2 { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; }

.board .col--size2 { -webkit-box-flex: 0; -ms-flex: 0 0 186px; flex: 0 0 186px; max-width: 186px; }

.board .col--size3 { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.board h4 { margin-top: 6px; }

.board .board__titles { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 21px; }

.board .board__titles span { display: inline-block; margin-left: 10px; font-size: 8px; font-weight: 700; text-transform: uppercase; color: #2ea252; text-align: center; }

.board .board__actions { text-align: right; }

.board .board__actions .btn { min-width: 91px; }

.board .board__body { padding: 6px 0px 13px 23px; }

.board .board__body ul { list-style: none; font-size: 12px; font-weight: 700; color: #666666; }

.board .board__body li ~ li { margin-top: 10px; }

.board .board__body .board__actions ul li ~ li { margin-top: 0; }

.board .board__body .board__actions { padding-top: 13px; }

.board--campus { padding: 10px 15px 9px 15px; }

.board--campus .board__head h4 { margin: 6px 0 7px 0; }

.board--campus .board__body h5 { margin: 0 0 6px 0; font-size: 12px; color: #F27320; }

.board--campus .board__body p { margin: 0 0 0px 0; font-size: 10px; color: #666666; }

.board--campus .board__body ul { list-style: none; }

.board--campus .board__body li ~ li { margin-top: 27px; }

.board--campus ~ .board--campus { margin-top: 10px;  }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.board .board__body { padding: 7px 0px 0 5px; }

}

/* Mobile */

@media (max-width: 767px) {
	.board { padding: 12px 15px 9px 17px; }
	.board .cols { display: block; }
	.board .col--1of2 { max-width: 100%; }
	.board .col--size2 { max-width: 100%; }


	.board h4 { margin-top: 6px; font-size: 12px; }

	.board .board__titles { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 0px; }
	.board .board__titles span { margin-left: 5px; font-size: 8px; letter-spacing: 1px; }

	.board .board__actions { padding: 12px 0 0 2px; }

	.board .board__body { padding: 17px 0px 10px 0px; }
	.board .board__body ul { list-style: none; font-size: 10px; font-weight: 700; color: #666666; }
	.board .board__body li ~ li { margin-top: 8px; }
	.board .board__body .board__actions ul li ~ li { margin-top: 0; }
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs { padding: 7px 0 8px; color: #878787; font-size: 14px; font-weight: 700; border: 1px solid #cbcfd2; }

.breadcrumbs ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; }

.breadcrumbs li { position: relative; }

.breadcrumbs li ~ li { margin-left: 14px; padding-left: 19px; }

.breadcrumbs li ~ li:before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border: 2px solid #878787; border-left: 0; border-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.breadcrumbs a { text-decoration: none; -webkit-transition: color .4s ease; -o-transition: color .4s ease; transition: color .4s ease; }

.breadcrumbs .current a,
.breadcrumbs a:hover { color: #333; }

/* Mobile */

@media (max-width: 767px) {
	.breadcrumbs { padding: 8px; border: none; }
	.breadcrumbs li ~ li { margin-left: 4px; padding-left: 11px; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*  Button Block  */

.btn--block { display: block; padding-left: 0; padding-right: 0; }

.btn--orange { display: inline-block; padding: 13px 10px; background-color: #F27320; color: #fff; border-radius: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; border: 2px solid #F27320; -webkit-transition: color .4s ease, background-color .4s ease; -o-transition: color .4s ease, background-color .4s ease; transition: color .4s ease, background-color .4s ease; letter-spacing: .1em; }

.btn--orange:hover { background-color: #EC5C17; color: #fff; }

.btn--orange-search { padding: 9px 15px; background-color: #F27320; color: #fff; text-transform: uppercase; font-size: 8px; font-weight: 600; letter-spacing: 1px; border-radius: 5px; border: 1px solid #F27320; -webkit-transition: color .3s ease, background-color .3s ease; -o-transition: color .3s ease, background-color .3s ease; transition: color .3s ease, background-color .3s ease; }

.btn--orange-search-border { background-color: transparent; color: #F27320; }

.btn--green-border { display: inline-block; padding: 15px 10px; background-color: transparent; border: 2px solid #2ea252; color: #2ea252; border-radius: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; -webkit-transition: color .4s ease, background-color .4s ease; -o-transition: color .4s ease, background-color .4s ease; transition: color .4s ease, background-color .4s ease; letter-spacing: .12em; }

.btn--green-border.active { background-color: #2ea252; color: #fff; }

.btn--white { position: relative; display: inline-block; padding: 12px 49px 12px 76px; -webkit-box-shadow: 0 2px 10px rgba(202, 202, 202, 0.5); box-shadow: 0 2px 10px rgba(202, 202, 202, 0.5); background-color: #f9f9f9; border: 1px solid #d4d4d4; border-radius: 7px; font-size: 14px; font-weight: 700; color: #666666; text-align: center; }

.btn--white i { position: absolute; left: 49px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; -webkit-transition: -webkit-transform .4s; transition: -webkit-transform .4s; -o-transition: transform .4s; transition: transform .4s; transition: transform .4s, -webkit-transform .4s; }

.btn--white:hover i { -webkit-transform: translateY(-65%); -ms-transform: translateY(-65%); transform: translateY(-65%); }

.btn--blue { padding: 9px 15px; background-color: #3694d1; color: #fff; text-transform: uppercase; font-size: 8px; font-weight: 600; letter-spacing: 1px; border-radius: 5px; border: 1px solid #3694d1; -webkit-transition: color .3s ease, background-color .3s ease; -o-transition: color .3s ease, background-color .3s ease; transition: color .3s ease, background-color .3s ease; }

.btn--blue-border { background-color: transparent; color: #3694d1; }

.btn-learn img, .btn-contact img { height: 50px; }

/* Mobile */

@media (min-width: 1024px) {
    .btn--blue:hover { background-color: transparent; color: #3694d1; }

    .btn--blue-border:hover { background-color: #3694d1; color: #fff; }

    .btn--orange-search:hover { background-color: transparent; color: #F27320; }

    .btn--orange-search-border:hover { background-color: #F27320; color: #fff; }

    .btn--green-border:hover { background-color: #2ea252; color: #fff; }
}
@media (max-width: 767px) {
    .btn--blue { padding: 7px 15px; font-size: 10px; }
    .btn-learn img, .btn-contact img { width: auto; max-height: 100%; height: 40px; }

    .btn--orange-search { padding: 7px 15px; font-size: 10px; }
}

/* ------------------------------------------------------------ *\
	Contact Us
\* ------------------------------------------------------------ */

.contact-us { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-height: 269px; padding: 30px 0 26px; }

.contact-us h1 { margin-bottom: 6px; font-size: 20px; }

.contact-us p { position: relative; padding-left: 20px; color: #939393; font-size: 12px; }

.contact-us p i { position: absolute; left: 0; top: 2px; }

.contact-us .contact-us__actions { -webkit-box-flex: 0; -ms-flex: 0 0 173px; flex: 0 0 173px; max-width: 173px; text-align: right; }

.contact-us .contact-us__actions .btn { min-width: 100%; }

.contact-us .contact-us__actions .btn ~ .btn { margin-top: 8px; }

/* ------------------------------------------------------------ *\
	contact-us--scroll
\* ------------------------------------------------------------ */

.contact-us--scroll { position: fixed; width: 718px; min-height: auto; background-color: #fff; padding: 20px 0 6px 10px; z-index: 1; border: 1px solid #cbcfd2; border-radius: 5px; -webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); }

.contact-us--scroll .logo-alt { position: relative; width: 100px; height: 100px; top: -10px; margin-bottom: 0; }

.contact-us--scroll .logo-alt span { width: 100%; height: 100%; }

.contact-us--scroll .contact-us__location { display: inline-block; padding: 5px 0 0 24px; }

.contact-us--scroll .contact-us__entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; }

.contact-us--scroll .contact-us__actions { -webkit-box-flex: 0; -ms-flex: 0 0 186px; flex: 0 0 186px; max-width: 186px; padding-right: 14px; }

.contact-us--scroll .contact-us__actions .btn { min-width: 100%; -webkit-transform: scale(.8); -ms-transform: scale(.8); transform: scale(.8); }

.contact-us--scroll .contact-us__actions .btn ~ .btn { margin-top: -4px; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.contact-us--scroll  { top: 123px }
}

@media (min-width: 1116px) {
	.contact-us--scroll  { top: 97px }
}

@media (max-width: 1023px) {
	.contact-us--scroll  { width: 64%; }
	.contact-us--scroll .logo-alt { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px; height: 100px; top: -10px; margin-bottom: 0; }
	.contact-us--scroll .logo-alt span { width: 100%; height: 100%; }
}

/* Mobile */

@media (max-width: 767px) {
	.contact-us { display: block; padding: 29px 10px 39px 15px; min-height: unset; }
	.contact-us h2 { margin-bottom: 4px; font-size: 16px; }
	.contact-us p { position: relative; padding-left: 15px; color: #939393; font-size: 12px; }


	.contact-us .contact-us__entry { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.contact-us .contact-us__location { display: inline-block; padding: 10px 0 0 12px; }
	.contact-us .contact-us__actions { max-width: 100%; padding-top: 0px; }
	.contact-us .contact-us__actions .btn { -webkit-box-flex: 0; min-width: 0; padding: 11px 2px; font-size: 10px; }
	.contact-us .contact-us__actions .btn ~ .btn { margin-top: 0px; }

	.contact-us--scroll  { width: 100%; left: 0; padding: 19px 10px 10px 15px; top: 100px; }

	.contact-us--scroll .contact-us__entry { max-width: 100%; }
	.contact-us--scroll .contact-us__location { display: inline-block; padding: 0 0 0 12px; }

	.contact-us--scroll .logo-alt { width: 50px; height: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; }
	.contact-us--scroll .logo-alt span { background-size: contain; background-repeat: no-repeat; }
	.contact-us--scroll .contact-us__actions { padding: 0 0 0 50px; }
	.contact-us--scroll .contact-us__actions .btn { -webkit-transform: none; -ms-transform: none; transform: none; height: 40px; line-height: 26px; padding-top: 0; padding-bottom: 0; font-size: 8px; }
}

/* ------------------------------------------------------------ *\
	Details
\* ------------------------------------------------------------ */

.details .logo { display: none; }

.details .board { margin: 17px 56px 25px 0; padding: 16px 15px 7px 15px; }

.details .board .green { margin-bottom: 16px; color: #2ea252; }

.details .board .red { margin-bottom: 14px; color: #de2727; }

.details .board h3 { margin-bottom: 7px; color: #444444; }

.details .board p { margin-bottom: 17px; color: #444444; }

.details .board .board__body { padding: 11px 0px 6px 32px; }

.details .board .board__group ~ .board__group { margin-top: 45px; }

.details .details__head { padding: 19px 10px 23px 29px; }

.details .details__head h2 { margin-bottom: 10px; font-size: 24px; color: #444444; }

.details .details__head h3 { color: #444444; }

.details .details__head h3 span { font-weight: 400; }

.details .details__body { height: 520px; padding: 24px 10px 30px 29px; border: 1px solid #cbcfd2; border-left: 0; border-right: 0; overflow: auto; }

.details .details__body h2 { margin-bottom: 5px; font-size: 20px; color: #444444; }

.details .details__body h2 a { color: #F27320; text-decoration: none; }

.details .details__body h4 { color: #797979; font-size: 14px; }

.details .details__group-small ~ .details__group-small { margin-top: 29px; }

.details .details__fees-entry { margin-top: 20px; margin-right: 56px; padding: 18px 10px 27px 14px; border-radius: 4px; border: 1px solid #ececec; background-color: #f5f5f5; }

.details .details__fees-entry p { margin-bottom: 10px; color: #444444; }

.details .details__fees-entry ul { margin: 2px 0 0 0; list-style: none; color: #444444; }

.details .details__fees-entry li ~ li { margin-top: 11px; }

.details .details__actions { padding: 10px 29px 10px 10px; text-align: right; }

.details .details__actions .btn { min-width: 180px; padding: 12px 44px; font-size: 12px; }

.details .details__actions .btn ~ .btn { margin-left: 6px; }

/* Mobile */

@media (max-width: 767px) {
	.details { min-height: 100vh; padding-top: 20px; }
	.details .logo { display: block; width: 204px; height: 31px; margin: 0 auto 47px; }

	.details .board { margin: 19px 0px 29px 0; padding: 23px 15px 7px 19px; }
	.details .board .green { margin-bottom: 13px; color: #2ea252; }
	.details .board .red { margin-bottom: 10px; color: #de2727; }
	.details .board h3 { margin-bottom: 13px; font-size: 12px; }
	.details .board p { margin-bottom: 29px; font-size: 10px; }

	.details .board .board__body { padding: 11px 0px 6px 26px; }

	.details .board .board__group { padding-top: 19px; }
	.details .board .board__group ~ .board__group { margin-top: -3px; }

	.details .details__head { padding: 0px 10px 21px 18px; }
	.details .details__head h2 { margin-bottom: 7px; font-size: 18px;}
	.details .details__head h3 { font-size: 12px; }

	.details .details__body { height: calc(100vh - 227px); padding: 31px 0px 30px 0px; margin: 0 20px; border: 1px solid #cbcfd2; border-left: 0; border-right: 0; overflow: auto; }
	.details .details__body h4 { margin-bottom: 9px; font-size: 10px; }
	.details .details__body h2 { margin-bottom: 8px; font-size: 14px; }
	.details .details__body p { margin-bottom: 10px; font-size: 11px; }
	.details .details__group-small ~ .details__group-small { margin-top: 19px; }

	.details .details__fees-entry { margin-right: 0; }

	.details .details__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.details .details__actions .btn { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; min-width: unset; padding: 0 5px; font-size: 12px; line-height: 43px; height: 43px; }
}

/* ------------------------------------------------------------ *\
	find-uni
\* ------------------------------------------------------------ */

.find-uni { padding: 53px 0 20px; }

.find-uni .logo { width: 239px; height: 43px; }

.find-uni .logo-educasyon { width: 201px; height: 65px; background-size: cover; background-position: center; }

.find-uni .logos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.find-uni .border { display: inline-block; width: 60px; height: 7px; margin: 0 27px; border-radius: 4px; background-image: -webkit-gradient(linear, left top, right top, from(#3795d2), to(#fb9901)); background-image: -o-linear-gradient(left, #3795d2 0%, #fb9901 100%); background-image: linear-gradient(to right, #3795d2 0%, #fb9901 100%); }

.find-uni .find-uni__entry { max-width: 50%; margin: 0 auto; padding-top: 22px; padding-bottom: 25px; text-align: center; }

.find-uni .find-uni__entry p { color: #444444; font-size: 18px; line-height: 28px; }

.find-uni .find-uni__entry p a { font-weight: 700; text-decoration: none; }

/* Mobile */

@media (max-width: 767px) {
	.find-uni .logos { display: block; text-align: center; }
	.find-uni .border { display: block; margin: 20px auto; width: 7px; height: 32px; border-radius: 4px; background-image: -webkit-gradient(linear, left top, left bottom, from(#3795d2), to(#fb9901)); background-image: -o-linear-gradient(top, #3795d2 0%, #fb9901 100%); background-image: linear-gradient(to bottom, #3795d2 0%, #fb9901 100%); }

	.find-uni .find-uni__entry { max-width: 80%; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/*  Select / Input  */

.select { position: relative; width: 100%; }

.select select, .input input { position: relative; height: 45px; width: 100%; padding: 0 22px; border: none; border-radius: 8px; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #4c4c4c; background-color: #fff; font-style: 14px; }

.select select {  background: url(/images/dropdown.ico) 96% / 10px no-repeat #eee }

select::-ms-expand { display: none; }

.select--alt select { padding: 0 22px 0 44px; }

.select--border select, .input input { border: 1px solid #979797; }

/* Mobile */

@media (max-width: 767px) {
	.select--alt select  { height: 40px; }
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-search { padding: 10px 0 8px; }

.form-search .select select:disabled { color: #9a9a9a; }

.form-search .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -6px; }

.form-search .col { padding: 0 6px; float: none; }

.form-search .col--1of2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.form-search .col--1of4 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.form-search .btn { width: 100%; padding: 14px 10px; font-size: 12px; font-weight: 600; letter-spacing: .1em; }

.form-search .form-search__row { position: relative; }

.form-search .form-search__row i { position: absolute; left: 17px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }

.form-search--alt { padding: 7px 0 0; margin: 0 -7px; }

/* Mobile */

@media (max-width: 767px) {
	.form-search .cols { display: block; }
	.form-search .col { max-width: 100%; }

	.form-search .form-search__row { margin-bottom: 11px; }

	.form-search--alt { padding: 9px 0 0px; margin: 0; }
	.form-search--alt .form-search__row { margin-bottom: 7px; }
	.form-search--alt .btn { padding: 11px 10px; font-size: 11px; }
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { padding: 0 0 75px; background-color: #fbfbfc; }

.intro .intro__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.intro .intro__image { display: inline-block; -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 50%; margin-right: 10px; padding-top: 25.5%; background-size: cover; background-position: center center; }

.intro .intro__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 13px 88px 0 0; }

.intro .intro__content h1 { margin: 0 0 9px 0; font-size: 36px; font-weight: 600; color: #616161; }

.intro .intro__content p { margin-bottom: 10px; color: #4c4c4c; line-height: 1.43; }

.intro .intro__actions { padding-top: 16px; }

.intro .intro__actions a { font-size: 14px; font-weight: 700; color: #3694d1; text-decoration: none; }

.intro .intro__actions a i { -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.intro .intro__actions a:hover i { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }

/* Mobile */

@media (max-width: 767px) {
	.intro { padding: 17px 0 20px; }
	.intro .intro__inner { padding: 0px 0 0px; display: block; }
	.intro .intro__image { display: block; margin: 0 auto; width: 100%; max-width: 77%; padding-top: 48.5%; text-align: center; }

	.intro .intro__content { padding: 24px 17px 0; }
	.intro .intro__content h1 { margin: 0 0 17px 0; font-size: 24px; line-height: 1.46; }
	.intro .intro__content p { margin-bottom: 10px; color: #4c4c4c; line-height: 1.43; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	list-info
\* ------------------------------------------------------------ */

.list-info { margin-bottom: 44px; color: #666666; font-style: 14px; letter-spacing: .005em; font-weight: 700; }

.list-info ul { list-style: none; }

.list-info li ~ li { margin-top: 12px; }

.list-info li p { margin-bottom: 0; }

.list-info li a { text-decoration: none; }

/* ------------------------------------------------------------ *\
	List Info Orange
\* ------------------------------------------------------------ */

.list-info--orange { color: #F27320; }

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.list-logos ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.list-logos li ~ li { margin-left: 23px; }

.list-logos a { display: inline-block; }

/* ------------------------------------------------------------ *\
	List btn
\* ------------------------------------------------------------ */

.list-btn ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.list-btn li ~ li { margin-left: 4px; }

/* Mobile */

@media (max-width: 767px) {
	.list-btn { width: 100%; }
	.list-btn li { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; }
	.list-btn .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	List Requirements
\* ------------------------------------------------------------ */

.list-requirements { margin-bottom: 38px; }

.list-requirements ul { font-size: 20px; font-weight: 700; color: #F27320; list-style: none; }

.list-requirements li ~ li { margin-top: 14px; }

.list-requirements a { text-decoration: blink; }

/* Mobile */

@media (max-width: 767px) {
	.list-requirements h4 { margin-bottom: 16px !important; }
	.list-requirements ul { font-size: 14px; }
	.list-requirements li ~ li { margin-top: 12px; }

}

/* ------------------------------------------------------------ *\
	list-links
\* ------------------------------------------------------------ */

.list-links { list-style: none; }

.list-links li { display: block; padding-right: 2px; }

.list-links li ~ li { margin-top: 13px; }

.list-links a { display: block; position: relative; font-size: 18px; font-weight: 400; color: #3694d1; text-decoration: none; letter-spacing: .005em; }

.list-links a span { position: absolute; left: 0; top: -4px; font-size: 24px; font-weight: 800; color: #616161; }

.list-links a i { position: absolute; right: 0; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.list-links a:hover i { -webkit-transform: translateX(7px); -ms-transform: translateX(7px); transform: translateX(7px); }

.list-links--alt a { padding-left: 33px; -webkit-transition: color .4s ease; -o-transition: color .4s ease; transition: color .4s ease; }

.list-links--alt a:hover { color: #F27320; }

#listLinksLocations a span { position:static; font-weight:normal; font-size: 18px; color: #3694d1; float: right; margin-right: 60px;}

/* Mobile */

@media (max-width: 767px) {
	.list-links li ~ li { margin-top: 11px; }
	.list-links a { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Loader Bar
\* ------------------------------------------------------------ */

.loader-bar { width: 370px; text-align: center; }

.loader-bar p { font-weight: 500; font-size: 14px; letter-spacing: -0.4px; color: #444444; }

@media (max-width: 767px) {
	.loader-bar { width: 98%; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Loader
\* ------------------------------------------------------------ */

.loader { display: block; width: 370px; height: 32px; margin-bottom: 8px; color: #fff; background-color: #375baf; line-height: 32px; }

/* Mobile */

@media (max-width: 767px) {
	.loader { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; width: 204px; height: 37px; background-size: cover; background-position: center center; }

/* ------------------------------------------------------------ *\
	Logo ALT
\* ------------------------------------------------------------ */

.logo-alt { display: inline-block; width: 150px; height: 150px; margin: 0 0 16px 0; padding: 5px 5px; border-radius: 5px; background-color: #fff; -webkit-transition: width .4s ease, height .4s ease; -o-transition: width .4s ease, height .4s ease; transition: width .4s ease, height .4s ease; -webkit-box-shadow: 0 2px 10px rgba(187, 187, 187, 0.5); box-shadow: 0 2px 10px rgba(187, 187, 187, 0.5); }

.logo-alt span { display: inline-block; width: 139px; height: 141px; background-size: cover; background-position: center; -webkit-transition: width .4s ease, height .4s ease; -o-transition: width .4s ease, height .4s ease; transition: width .4s ease, height .4s ease; }

/* Mobile */

@media (max-width: 767px) {
	.logo-alt { width: 100px; height: 100px; margin: 0 0 12px 0; }
	.logo-alt span { width: 100%; height: 100%; }
}

/* ------------------------------------------------------------ *\
	logo-educasyon
\* ------------------------------------------------------------ */

.logo-educasyon { display: inline-block; margin-bottom: 10px; }

/* ------------------------------------------------------------ *\
	mCustomScrollbar
\* ------------------------------------------------------------ */

.mCustomScrollbar .mCSB_dragger_bar { width: 7px !important; border-radius: 5px; background-color: rgba(0, 0, 0, 0.6) !important; }

.mCustomScrollbar .mCSB_draggerRail { opacity: 0 !important; }

/* Mobile */

@media (max-width: 767px) {
	.mCSB_inside > .mCSB_container { margin-right: 0 !important; }
}

/* ------------------------------------------------------------ *\
	Map Holder
\* ------------------------------------------------------------ */

.map-holder { padding-bottom: 20px; margin-bottom: 16px; }

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */

.map { padding: 10px 18px 0px 16px; }

.map iframe { width: 100%; }

/* ------------------------------------------------------------ *\
	mfp Details
\* ------------------------------------------------------------ */

.mfp-details .mfp-content { width: 785px; background-color: #fff; border: 1px solid #cbcfd2; border-radius: 10px; }

.mfp-details .mfp-close { top: 13px; color: #444; opacity: 1; font-size: 40px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.mfp-details .mfp-content { width: 95%; }
}

/* Mobile */

@media (max-width: 767px) {
	.mfp-bg { background-color: #fff; }
	.mfp-bg.dark { background: rgba(0, 0, 0, 0.6); }

	.mfp-details .mfp-content { width: 100%; margin-top: 0; border: none; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { padding: 0 0 0 2px; }

.nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 0 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #555; font-size: 16px; font-weight: 600; line-height: 1.25; }

.nav a { position: relative; padding-bottom: 5px; text-decoration: none; }

.nav a:after { content: ''; position: absolute; left: 0; right: 0; height: 2px; bottom: 0; background-color: #F27320; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }

.nav a:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.header .nav ul { float: right }

.header .nav li { padding-left: 50px }

.header .nav li:first-child { padding-left: 0 }

@media(min-width: 768px) {
	.nav { display: block !important;  }
}

/* Mobile */

@media (max-width: 910px) {
    .header .nav li { padding-left: 15px }
}

@media (max-width: 767px) {
	.nav { display: none; position: relative; top: 100%; left: 0; right: 0; bottom: 0; padding: 0; margin: 0; z-index: 10; padding: 20px 0; }
	.nav .shell { padding: 0; }
	.nav ul { display: block; text-align: center; background-color: #fff; font-size: 20px; padding-top: 6px; }
	.nav li ~ li { margin-top: 28px; }
    .header .nav ul { float: none }
    .header .nav li { padding-left: 0 }
}

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary ul { display: -webkit-box; display: -ms-flexbox; display: flex; font-style: 14px; color: #4b4b4b; }

.nav-secondary li:first-child { margin-right: 7px; }

.nav-secondary li ~ li { margin-left: 14px; }

.nav-secondary a { text-decoration: none; }

/* Mobile */

@media (max-width: 767px) {
	.nav-secondary { display: none; }
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger { position: relative; display: none; width: 20px; height: 16px; }

.nav-trigger span { position: absolute; display: block; height: 2px; width: 100%; border-radius: 4px; background: #555; -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }

.nav-trigger span:nth-child(1) { top: 0; }

.nav-trigger span:nth-child(2) { top: 6px; }

.nav-trigger span:nth-child(3) { top: 12px; }

.nav-trigger--active span { -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }

.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) { top: 6px; }

.nav-trigger--active span:nth-child(2) { opacity: 0; }

.nav-trigger--active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.nav-trigger--active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Mobile */

@media (max-width: 767px) {
	.nav-trigger { display: inline-block; }
	.nav-trigger { -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }
	.nav-trigger.unvisible { opacity: 0; pointer-events: none; }
}

/* ------------------------------------------------------------ *\
	drop-menu
\* ------------------------------------------------------------ */

.drop-menu  { position: absolute; padding-top: 35px; opacity: 0; visibility: hidden; -webkit-transition: opacity .4s ease, visibility .4s ease; -o-transition: opacity .4s ease, visibility .4s ease; transition: opacity .4s ease, visibility .4s ease; }

.drop-menu ul { display: block; position: relative; padding: 20px; min-width: 250px; background-color: #fff; border-radius: 8px; -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); }

.drop-menu ul:before { content: ''; position: absolute; top: -20px; left: 20px; width: 0; height: 0; border-style: solid; border-width: 0 10px 25px 10px; border-color: transparent transparent #fff transparent; }

.drop-menu ul li { display: block; max-width: 100%; }

.drop-menu ul li ~ li { margin-left: 0; margin-top: 10px; }

.drop-menu ul li a { color: #333; font-size: 14px; font-weight: 400 !important; }

.drop-menu ul li a:hover { color: #878787; }

.drop-menu ul .current-link a { font-weight: 600 !important; }

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search { width: 100%; background-color: #3694d1; }

.search--alt { padding: 33px 17px; -webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); background-color: #fbfbfc; border-radius: 15px; }

.search--alt .select select { background-color: #eae9e9; color: #4c4c4c; }

.search--alt .select:before { background-color: #eae9e9; }

@media(min-width: 768px) {
	.search { display: block !important;  }
}

/* Mobile */

@media (max-width: 767px) {
	.search { display: none; position: relative; top: 100%; left: 0; right: 0; bottom: 0; padding: 0; margin: 0; z-index: 10; background-color: #fff; }
	.search .select select { background-color: #eae9e9; }
	.search .select:before { background-color: #eae9e9; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { position: relative; }

.section .section__entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; }

.section .section__header--hasTabs:after { content: ''; height: 36px; width: 100%; display: block; }

.section .section__header .tabs-nav { position: absolute; left: 0; width: 100%; z-index: 9; }

.section .section__header .tabs-nav.is--fixed { position: fixed; top: 51px;  }

.section .section__body { padding-bottom: 45px; background-color: #f1f4f7; }

.section .section__content { -webkit-box-flex: 0; -ms-flex: 0 0 718px; flex: 0 0 718px; max-width: 718px; }

.section .section__content.of-3-col { -ms-flex: 0 0 500px; flex: 0 0 500px; max-width: 500px; padding-top: 30px;}

.section .section__content-fix.active { padding-top: 269px; }

.section .section__aside { -webkit-box-flex: 0; -ms-flex: 0 0 315px; flex: 0 0 315px; max-width: 315px; margin-left: 15px; padding-top: 30px; }

.section .section__aside.of-3-col { -ms-flex: 0 0 250px; flex: 0 0 250px; max-width: 250px; margin-left: 0; }

.section .section__aside--alt {  padding-top: 0; }

.section .section__group-main { padding: 24px 31px 31px 31px; background-color: #fff; border-radius: 10px; -webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); }

.section .section__group-main ~ .section__group-main { margin-top: 30px; }

.section .section__group-main h2 { margin: 12px 0 41px 0; font-size: 24px; }

.section .section__group-main h3 { margin: 0 0 20px 0; }

.section .section__group-small p { margin-bottom: 20px; line-height: 1.45; color: #444444; }

.section .section__group-small p span { display: block; font-weight: 700; }

.section .section__group-small ul { margin-bottom: 0; list-style: none; }

.section .section__group-small li { position: relative; padding-left: 0px; letter-spacing: .005em; line-height: 1.45; }

.section .section__group-small li:before { content: ''; position: relative; width: 5px; height: 5px; top: -2px; display: inline-block; margin-right: 5px; background-color: #444; border-radius: 50%; }

.section .section__group-small li ~ li { margin-top: 20px; }

.section .section__group-small ~ .section__group-small { margin-top: 35px; }

.section--alt .section__body { padding-top: 28px; }

/* Small Desktop */

@media (max-width: 1200px) {
	.section .section__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section .section__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .section .section__aside.of-3-col { flex: 1 1; }
    .section .section__content.of-3-col { flex: 1 1; }
}

/* Mobile */

@media (max-width: 767px) {
	.section .section__entry { display: block; }
	.section .section__content { max-width: 100%; }
	.section .section__aside { max-width: 100%; margin: 0 15px; }
	.section .section__body--alt { padding: 35px 13px 45px; }

	.section .section__group-main { padding: 22px 21px 31px; }
	.section .section__group-main h2 { margin: -2px 0 41px 0; font-size: 18px; }
	.section .section__group-main h3 { margin: 0 0 1px 0; font-size: 14px; }

	.section .section__group-small ~ .section__group-small { margin-top: 35px; }
	.section .section__group-small p { margin-bottom: 20px; line-height: 21px; font-size: 12px; }
	.section .section__group-small ul { font-size: 12px; }

	.section .section__header--hasTabs { position: relative; }

    .section .section__aside.of-3-col { flex: 1 1; max-width:none; margin-left: 15px; }
    .section .section__content.of-3-col { flex: 1 1; max-width:none; }
}

/* ------------------------------------------------------------ *\
	section-overview
\* ------------------------------------------------------------ */

.section-overview { padding: 30px 25px 20px 25px; }

.section-overview h3 { position: relative; padding: 0; margin: 0 0 24px 0; }

.section-overview h3 i { display: inline-block; margin-right: 13px; }

.section-overview .section__group h4 { margin: 0 0 16px 0; color: #666; }

.section-overview .section__group p { margin-bottom: 16px; line-height: 1.25; }

.section-overview .section__group ul { display: block; margin-top: 19px; list-style: none; line-height: 1; }

.section-overview .section__group li { position: relative; padding-left: 21px; }

.section-overview .section__group li:before { content: ''; position: absolute; left: 11px; top: 5px; width: 5px; height: 5px; border-radius: 50%; background-color: #666666; }

.section-overview .section__group li ~ li { margin-top: 3px; }

.section-overview .full-description { margin-bottom: 1.3em }
/* Mobile */

@media (max-width: 767px) {
	.section-overview { padding: 15px 10px; }
	.section-overview h3 { position: relative; padding: 0 0 0 10px; margin: 0 0 15px 0; }
}

/* ------------------------------------------------------------ *\
	Section Panel
\* ------------------------------------------------------------ */

.section-panel { padding: 29px 25px 10px; }

.section-panel h3 { margin: 0 0 35px 0; letter-spacing: .005em; }

.section-panel h5 { margin: 0 0 15px 0; color: #797979; font-size: 12px; letter-spacing: .005em; }

.section-panel .section-panel__group ~ .section-panel__group { margin-top: 33px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-panel { padding: 29px 15px 10px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-panel { padding: 24px 27px 10px; }
	.section-panel h3 { margin: 0 0 30px 0; font-size: 14px; line-height: 23px; }
	.section-panel h5 { margin: 0 0 10px 0; font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Section Reviews
\* ------------------------------------------------------------ */

.section-reviews .section-reviews__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 26px 25px 18px; }

.section-reviews .section-reviews__head .btn { min-width: 173px; margin-left: 10px; padding: 14px 15px; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; }

.section-reviews .section-reviews__head h2 { margin-top: 12px; font-size: 18px; color: #444444; letter-spacing: .005em; }

.section-reviews .section-reviews__body { margin: 0 24px; }

/* Mobile */

@media (max-width: 767px) {
	.section-reviews .section-reviews__body { margin: 0 20px; }
	.section-reviews .section-reviews__head { display: block; text-align: right; }
	.section-reviews .section-reviews__head h2 { display: block; text-align: left; }
}

/* ------------------------------------------------------------ *\
	Section Campuses
\* ------------------------------------------------------------ */

.section-campuses { padding: 28px 25px 10px; }

.section-campuses .section__head h2 { margin: 0 0 23px 0; font-size: 18px; color: #444444; }

.section-campuses .section__body { padding-bottom: 0; background-color: #fff; }

/* ------------------------------------------------------------ *\
	Section Search
\* ------------------------------------------------------------ */

.section-search { position: relative; margin-top: -67px; }

/* Mobile */

@media (max-width: 767px) {
    .section-search { position: absolute; top: 140px; width: 100%; }
}

/* ------------------------------------------------------------ *\
	section-slider
\* ------------------------------------------------------------ */

.section-slider { padding: 30px 0 30px; background-color: #f1f4f7; }

.section-slider .section__entry { padding-bottom: 14px; -webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); border-radius: 15px; background-color: #3694d1; }

.section-slider .section__content { display: block; max-width: 665px; margin: 0 auto; padding: 25px 0px 35px; text-align: center; color: #fff; }

.section-slider .section__content h2 { margin: 0 0 8px 0; color: #fff; font-size: 24px; font-weight: 600; letter-spacing: .004em; }

.section-slider .section__content p { font-size: 14px; line-height: 1.43; }

/* Mobile */

@media (max-width: 767px) {
	.section-slider { padding: 46px 17px 19px; }

	.section-slider .section__content { padding: 25px 10px 23px; }
}

/* ------------------------------------------------------------ *\
	Section Tiles
\* ------------------------------------------------------------ */

.section-tiles { padding: 12px 0 20px; background-color: #f1f4f7; }

/* ------------------------------------------------------------ *\
    Section Blog
\* ------------------------------------------------------------ */

.section-blog { padding-bottom: 30px }

.section-blog .section__entry { webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); border-radius: 15px; background-color: #fff; }

.section-blog .section__title { padding: 10px 25px; background-color: #F27320; border-radius: 15px 15px 0px 0px; }

.section-blog .section__title h2 { color: #fff; }

.section-blog .section__title img { height: 30px; }

.section-blog .tiles { padding: 42px 30px; }

.section-blog .tile { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0 30px; }

.section-blog .crop { width: 100%; height: 250px; overflow: hidden; position: relative; border-radius: 5px; }

.section-blog .crop img { height: 250px; max-width: none; }

.section-blog a { text-decoration: none }

.section-blog .read-more { color: #F27320; font-weight: bold; text-align: right; }

.article-title a { color: #3694d1; font-weight: bold; }

.section-blog .read-more a i { -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.section-blog .read-more a:hover i { -webkit-transform: translateX(7px); -ms-transform: translateX(7px); transform: translateX(7px); }

.article-type { position: absolute; bottom: 0; left: 0; width: 80px; background-color: #F27320; padding: 5px 10px; color: #fff; text-transform: uppercase; }

.section-blog .tiles > .cols { margin: 0; }

.section-blog .tiles > .cols .cols .col:nth-child(even) { padding-left: 0 }

/* Mobile */

@media (max-width: 767px) {

    .section-blog { padding-left: 17px; padding-right: 17px }

    .section-blog .tiles { padding: 10px; }

	.section-blog .tiles > .cols { display: block; }

	.section-blog .tiles > .cols > .col { padding: 17px; max-width: 100%; }

    .section-blog .tiles > .cols .cols .col:nth-child(odd) { padding-left: 0; padding-right: 10px; }

    .section-blog .tiles > .cols .cols .col:nth-child(even) { padding-left: 10px; padding-right: 0; }    

}

@media (max-width: 480px) {

    .section-blog .tiles { padding: 10px 0; }

    .section-blog .tiles > .cols .cols .col { max-width: 100%; flex: 1 1; display: block }

    .section-blog .tiles > .cols .cols .col:nth-child(odd) { padding: 0 0 10px 0; }

    .section-blog .tiles > .cols .cols .col:nth-child(even) { padding: 10px 0 0 0; }

    .section-blog .crop { height: 150px }

    .section-blog .read-more { text-align: center; }

}

/* ------------------------------------------------------------ *\
	section-about
\* ------------------------------------------------------------ */

.section-about { padding: 42px 0 42px; background-color: #fff; }

.section-about .section-about__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.section-about .section__image { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; padding-top: 40px; text-align: center; }

.section-about .section__content { padding-left: 29px; }

.section-about .section__content h2 { position: relative; padding-bottom: 19px; margin: 0 0 21px 0; color: #616161; font-size: 24px; font-weight: 600; letter-spacing: .005em; }

.section-about .section__content h2:after { content: ''; position: absolute; bottom: 0 ; left: 0; height: 3px; width: 40px; background-color: #3694d1; }

.section-about .section__content p { margin: 0 0 20px; color: #4c4c4c; line-height: 1.43; letter-spacing: .005em; }

.section-about .section__content p a { text-decoration: none; color: #F27320; }

/* ------------------------------------------------------------ *\
	common in sections
\* ------------------------------------------------------------ */

.section-search .shell, .section-about .shell, .section-slider .shell, .section-tiles .shell, .section-blog .shell, .section-about .shell { max-width: 1059px; }

/* Mobile */

@media (max-width: 767px) {
	.section-about { padding: 42px 0 24px; background-color: #fff; }
	.section-about .section-about__inner { display: block; }
	.section-about .section__image { display: block; margin: 0 auto; max-width: 58%; padding-top: 5px; text-align: center; }
	.section-about .section__content { padding-top: 20px; padding-left: 17px; }

	.section-about .section__content p { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Recently Contacted
\* ------------------------------------------------------------ */

.recently-contacted { background-color: #f1f4f7; }

.recently-contacted h2 { margin: 0 0 15px 0; color: #616161; font-weight: 600; font-size: 24px; }

.recently-contacted p { margin: 0 0 1px; font-size: 18px; font-weight: 600; color: #9a9a9a; line-height: 1.72; letter-spacing: -.02em; }

.recently-contacted p a { font-weight: 700; color: #F27320; text-decoration: none; }

.recently-contacted ul { list-style-type: none }

.recently-contacted .recently-contacted__entry { padding: 70px 0 62px; text-align: center; }

/* Mobile */

@media (max-width: 767px) {

	.recently-contacted p { margin: 0 0 20px; font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Slider Tabs Nav
\* ------------------------------------------------------------ */

.slider-tabs-nav { display: none; color: #878787; font-size: 14px; line-height: 1.2; background-color: #fff; }

.slider-tabs-nav a { text-decoration: none; -webkit-transition: color .4s ease; -o-transition: color .4s ease; transition: color .4s ease; }

.slider-tabs-nav a:hover { color: #333; }

.slider-tabs-nav .slider__clip { position: relative; padding: 0 20px; }

.slider-tabs-nav .slider__btn { position: absolute; top: 0; opacity: 1; -webkit-transition: opacity .2s ease; -o-transition: opacity .2s ease; transition: opacity .2s ease; pointer-events: auto; }

.slider-tabs-nav .slider__btn.disabled { opacity: 0; pointer-events: none; }

.slider-tabs-nav .slider__btn-left { left: 5px; }

.slider-tabs-nav .slider__btn-right { right: 20px; }

.slider-tabs-nav .slick-arrow { opacity: 0; position: absolute; pointer-events: none; }

/* Mobile */

@media (max-width: 767px) {
	.slider-tabs-nav { display: block; padding: 12px 0; position: fixed; top: 65px; left: 0; width: 100%; z-index: 8; }
	.slider-tabs-nav .current a { font-weight: bold; color: #000; }

	.slider-tabs-nav .has-dd { position: relative; }
	.slider-tabs-nav .has-dd:after { content: ''; position: absolute; top: 5px; right: -10px; width: 5px; height: 5px; border: 1px solid #333; border-top: none; border-left: none; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
	.slider-tabs-nav .current .has-dd:after { top: 7px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }
}

/* ------------------------------------------------------------ *\
	slider-main
\* ------------------------------------------------------------ */

.slider-main { padding: 0 30px; }

.slider-main .slider__slide-inner { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.slider-main .slider__slide-image { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 52%; flex: 0 0 52%; max-width: 52%; padding-top: 23%; background-size: cover; background-position: center center; border-radius: 10px 0 0 10px; }

.slider-main .slider__slide-image span { display: inline-block; position: absolute; top: 0; bottom: 0; right: 0px; width: 59px; background-size: cover; background-position: center; }

.slider-main .slider__slide-content { padding: 22px 20px 22px 20px; background-color: #fff; border-radius: 0 10px 10px 0; }

.slider-main .slider__slide-content h3 { margin: 0 0 6px 0; color: #4c4c4c; text-transform: uppercase; font-size: 14px; }

.slider-main .slider__slide-content p { font-size: 13px; color: #656565; line-height: 1.54; }

.slider-main .slider__slide-content a { font-size: 14px; font-weight: 700; color: #3694d1; text-decoration: none; }

.slider-main .slider__slide-content a i { -webkit-transform: translateX(3px); -ms-transform: translateX(3px); transform: translateX(3px); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.slider-main .slider__slide-content a:hover i { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }

.slider-main .slider-logo { display: inline-block; width: 42px; height: 42px; margin-bottom: 5px; background-size: cover; background-position: center; }

.slider-main .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 18px 0 10px; list-style: none; }

.slider-main .slick-dots li { width: 10px; height: 10px; background-color: #fff; border-radius: 50%; cursor: pointer; opacity: .35; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; }

.slider-main .slick-dots li ~ li { margin-left: 10px; }

.slider-main .slick-dots .slick-active { opacity: 1; }

.slider-main .slick-dots button { display: none; }

.slider-main .slider__slide-image span.mobile { display: none; }

/* Mobile */

@media (max-width: 767px) {

	.slider-main { padding: 0 19px; }

	.slider-main .slider__slide-inner { display: block; }

	.slider-main .slider__slide-image { max-width: 100%; padding-top: 66%; border-radius: 10px 10px 0 0px; }
	.slider-main .slider__slide-image span { display: none; position: absolute; top: 0; bottom: 0; right: 0px; width: 59px; background-size: cover; background-position: center; }

	.slider-main .slider__slide-image span.mobile { display: block; top: auto; left: 0; right: 0; bottom: 0; width: 100%; height: 46px; }

	.slider-main .slider__slide-content { padding: 5px 20px 22px 20px; background-color: #fff; border-radius: 0 0px 10px 10px; }

}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { margin-bottom: 4px; }

.socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 6px; list-style: none; font-size: 34px; }

.socials li ~ li { margin-left: 28px; }

/* Mobile */

@media (max-width: 767px) {
	.socials ul { padding-top: 15px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table { margin-top: -3px; margin-bottom: 19px; }

.table p { margin-bottom: 26px; letter-spacing: .01em; font-weight: 700; }

.table a { text-decoration: none; color: #F27320; }

.table table { max-width: 53%; margin-left: 30px; }

.table td { padding-bottom: 20px; letter-spacing: .01em; font-size: 12px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.table table { max-width: 80%; margin-left: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
	.table table { max-width: 100%; margin-left: 0px; }
	.table td { padding: 10px; font-size: 12px; letter-spacing: .01em; }
}

/* ------------------------------------------------------------ *\
	Table Alt
\* ------------------------------------------------------------ */

.table-alt { margin-top: -4px; margin-left: -3px; padding-right: 10px; margin-bottom: 30px; }

.table-alt p { margin-bottom: 12px; letter-spacing: .008em; font-weight: 700; }

.table-alt > table { margin-top: 36px; }

.table-alt thead { font-size: 12px; color: #797979; }

.table-alt th:nth-child(2) { width: 30%; padding: 0 4px; }

.table-alt th:nth-child(3) { width: 30%; }

.table-alt tbody td span { display: block; color: #2ea252; font-size: 12px; }

.table-alt tbody td small { font-size: 12px; font-weight: 700; }

.table-alt { position: relative; }

.table-alt td:nth-child(2) { width: 30%; }

.table-alt td:nth-child(3) { width: 30%; }

.table-alt td { position: relative; text-align: center; color: #444444; font-weight: 700; }

.table-alt td:first-child { text-align: left; }

.table-alt > table > tbody > tr > td { padding: 0; position: relative; border-top: 10px solid #fff; padding: 10px; }

.table-alt > table > tbody > tr > td:first-child:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #F5F5F5; z-index: 0; border-radius: 5px; border: 1px solid #ECECEC; }

/* Mobile */

@media (max-width: 767px) {
	.table-alt td { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Tabs Nav
\* ------------------------------------------------------------ */

.tabs-nav { padding: 10px 0 8px; background-color: #fff; border-width: 1px 0; border-style: solid; border-color: #cbcfd2; }

.tabs-nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; color: #878787; font-style: 14px; line-height: 1.2; }

.tabs-nav li { position: relative; }

.tabs-nav li ~ li { margin-left: 47px; }

.tabs-nav a { text-decoration: none; -webkit-transition: color .4s ease; -o-transition: color .4s ease; transition: color .4s ease; }

.tabs-nav .current a { color: #333; font-weight: 700; }

.tabs-nav a:hover { color: #333; }

.tabs-nav .has-dd:after { content: ''; position: absolute; top: 3px; right: -13px; width: 7px; height: 7px; border: 1px solid #333; border-top: none; border-left: none; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }

.tabs-nav .has-dd:hover:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.tabs-nav .has-dd:hover .drop-menu { opacity: 1; visibility: visible; }

.tabs-nav .drop-menu ul { display: block; }

/* Mobile */

@media (max-width: 767px) {
	.tabs-nav { display: none; }
}

/* ------------------------------------------------------------ *\
	section-wrapper
\* ------------------------------------------------------------ */

.section-wrapper { padding-bottom: 36px; background-color: #fff; border-radius: 8px; -webkit-box-shadow: 0 2px 10px rgba(187, 187, 187, 0.5); box-shadow: 0 2px 10px rgba(187, 187, 187, 0.5); }

/* Mobile */

@media (max-width: 767px) {
	.section-wrapper { margin-left: 15px; margin-right: 15px; }
}

/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */

.tab { display: none; }

.tab.current { display: block; }

/* ------------------------------------------------------------ *\
	tabs-mobile-drop
\* ------------------------------------------------------------ */

.tabs-mobile-drop { display: none; }

/* Mobile */

@media (max-width: 767px) {
	.tabs-mobile-drop { position: fixed; top: 105px; left: 0; right: 0; display: block; background-color: #fff; z-index: 5; }
	.tabs-mobile-drop .drop-menu { padding-top: 0; }
	.tabs-mobile-drop .drop-menu ul { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; width: 100%; z-index: 1; }
	.tabs-mobile-drop .drop-menu ul:before { display: none; }
	.tabs-mobile-drop .drop-menu ul a { text-decoration: none; color: #333; font-size: 14px; }
	.tabs-mobile-drop .drop-menu.active { position: relative; opacity: 1; visibility: visible; -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); }
}

/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */

.testimonials { padding: 14px 0 0 0; margin: 0 -7px; }

.testimonials .testimonials__actions { padding-top: 20px; text-align: right; }

.testimonials .testimonials__actions .btn { padding: 13px 10px; min-width: 173px; }

.testimonials--alt { margin: 0; }

.testimonials--alt .testimonials__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 40px; padding-bottom: 5px; }

/* Mobile */

@media (max-width: 767px) {
	.testimonials { padding: 0px 0 0 0; margin: 0px; }

	.testimonials .testimonials__actions { padding-top: 16px; text-align: right; }
	.testimonials .testimonials__actions .btn { padding: 8px 45px; font-size: 8px; }

	.testimonials .testimonials__actions .btn { min-width: 115px;  padding: 8px 10px; }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.testimonial { margin-top: 30px; padding: 15px 15px; border: 1px solid #ececec; background-color: #f5f5f5; border-radius: 4px; }

.testimonial .testimonial__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-bottom: 10px; }

.testimonial .testimonial__head h3 { margin-bottom: 6px; }

.testimonial .testimonial__head p { margin-bottom: 0; color: #444444; font-size: 10px; font-weight: 700; line-height: 17px; }

.testimonial .testimonial__head p a { color: #F27320; text-decoration: none; }

.testimonial .testimonial__rating { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 7px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.testimonial .testimonial__rating i { font-size: 21px; }

.testimonial .testimonial__rating p { margin-top: 6px; color: #666; }

.testimonial .testimonial__rating a { text-decoration: none; }

.testimonial .testimonial__rating .fa-thumbs-up { display: inline-block; margin-left: 14px; color: #2ea252; }

.testimonial .testimonial__rating .fa-thumbs-down { display: inline-block; margin-left: 13px; margin-top: 4px; color: #de2727; }

.testimonial .testimonial__body { padding: 10px 10px 1px 12px; background-color: #fff; border-radius: 5px; }

.testimonial .testimonial__body h5 { margin-bottom: 3px; font-size: 12px; }

.testimonial .testimonial__body p { margin-bottom: 16px; font-size: 12px; line-height: 1.7; }

.testimonial ~ .testimonial { margin-top: 8px; }

/* Mobile */

@media (max-width: 767px) {
	.testimonial { margin-top: 13px; padding: 19px 15px; }

	.testimonial .testimonial__head { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
	.testimonial .testimonial__head h3 { margin-bottom: 6px; font-size: 12px; }
	.testimonial .testimonial__head p { line-height: 1.7; }

	.testimonial .testimonial__rating { display: block; -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 35%; padding-right: 0px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.testimonial .testimonial__rating p { margin-top: -2px; line-height: 1.2; }
	.testimonial .testimonial__body h5 { font-size: 12px; }
	.testimonial .testimonial__body p { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	tiles
\* ------------------------------------------------------------ */

.tiles .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -21px; }

.tiles .col { padding: 0 21px; }

.tiles .col--1of4 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.tiles .col--1of6 { -webkit-box-flex: 0; -ms-flex: 0 0 16%; flex: 0 0 16%; max-width: 16%; }

/* Small Desktop */

@media (max-width: 1200px) {
	.tiles .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tiles .col { padding: 0 10px; }
}

/* Mobile */

@media (max-width: 767px) {
	.tiles .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 7px; }

	.tiles .col { padding: 0 10px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}

/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */

.tile { width: 100%; min-height: 229px; padding: 74px 10px 10px; position: relative; background-size: cover; background-position: center center; border-radius: 10px; -webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.1); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.1);  text-align: center; background-color: #fff; }

.tile a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.tile a:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; bottom: 0; background-color: rgba(50, 147, 212, 0); -webkit-transition: background-color .4s ease, top .4s ease; -o-transition: background-color .4s ease, top .4s ease; transition: background-color .4s ease, top .4s ease; border-radius: 10px; }

.tile a:hover:after { top: 0; background-color: rgba(50, 147, 212, .3); }

.tile .tile__content { padding: 6px 10px 6px; }

.tile .tile__content p { font-size: 24px; font-weight: 500; color: #444444; }

.tile .tile__ico { font-size: 64px; line-height: 30px; color: #32d48e; }

.tile .tile__ico--blue { color: #3293d4; }

.tile .tile__ico--red { color: #d43232; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tile { min-height: 170px; padding: 30px 10px 20px; }
	.tile .tile__content p { font-size: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
	.tile { min-height: 149px; margin-bottom: 25px; padding: 48px 10px 10px; }
	.tile .tile__ico { font-size: 42px; line-height: 20px; }
	.tile .tile__content p { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	tiles-links
\* ------------------------------------------------------------ */

.tiles-links { padding-top: 42px; }

.tiles-links .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -23px; }

.tiles-links .col { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 23px; }

.tiles-links .col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/* Small Desktop */

@media (max-width: 1200px) {
	.tiles-links .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tiles-links .col { padding: 0 10px; }
}

/* Mobile */

@media (max-width: 767px) {
	.tiles-links { padding-top: 0px; }
	.tiles-links .cols { display: block; }
	.tiles-links .col { padding: 17px; max-width: 100%; }
}

/* ------------------------------------------------------------ *\
	tile-links
\* ------------------------------------------------------------ */

.tile-links { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 40px; padding: 21px 30px 23px 30px; -webkit-box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); box-shadow: 0 2px 10px rgba(219, 219, 219, 0.5); background-color: #fbfbfc; border-radius: 15px; }

.tile-links h2 { position: relative; padding-bottom: 20px; margin: 0 0 21px 0; color: #616161; font-size: 24px; font-weight: 600; }

.tile-links h2:after { content: ''; position: absolute; bottom: 0 ; left: 0; height: 3px; width: 40px; background-color: #3694d1; }

.tile-links .tile-links__actions { padding-top: 10px; text-align: center; }

.tile-links .tile-links__actions .btn { min-width: 221px; letter-spacing: 1.5px; font-size: 12px; font-weight: 600; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tile-links { padding: 21px 20px 23px; }
}

/* Mobile */

@media (max-width: 767px) {
	.tile-links { margin-bottom: 0px; }
	.tile-links h2 { margin-bottom: 25px; }

	.tile-links .tile-links__actions { padding-top: 0px; }
	.tile-links .tile-links__actions .btn  { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Tuition Fees
\* ------------------------------------------------------------ */

.tuition-fees { margin: -2px 13px 22px 0; }

.tuition-fees .cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.tuition-fees p { margin-bottom: 8px; font-size: 14px; font-weight: 700; }

.tuition-fees p span { margin-left: 4px; font-size: 18px; font-weight: 400; }

.tuition-fees .fee { margin-bottom: 40px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tuition-fees .col { -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; }
}

/* Mobile */

@media (max-width: 767px) {
	.tuition-fees .cols { display: block; }
	.tuition-fees .col { max-width: 100%; }
	.tuition-fees .fee { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	Videos Holder
\* ------------------------------------------------------------ */

.videos-holder { padding: 29px 24px 0px; }

.videos-holder h3 { margin-bottom: 45px; color: #444444; }

/* Mobile */

@media (max-width: 767px) {
	.videos-holder { padding: 23px 16px 0px; }
	.videos-holder h3 { margin-bottom: 19px; font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	video
\* ------------------------------------------------------------ */

.video { position: relative; padding-top: 60%; background-size: contain; background-position: center center; }

.video iframe { position: absolute; left: 0; right: 0; bottom: 0; top: 0; width: 100%; height: 100%; }

.video a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/* ------------------------------------------------------------ *\
	videos
\* ------------------------------------------------------------ */

.videos { padding: 6px 0px; }

.videos .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -5px; }

.videos .col { padding: 0 5px; }

.videos .col--1of3 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }

/* Mobile */

@media (max-width: 767px) {
	.videos { padding: 6px 5px; }
}

/* ------------------------------------------------------------ *\
	video-main
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	.video-main { padding: 0 5px; }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { padding: 0px 0px 0 15px; list-style: none outside none; }

.widgets h5 { margin-bottom: 10px; color: #4c4c4c; font-size: 12px; }

/* Mobile */

@media (max-width: 767px) {
	.widgets { padding: 29px 0px 0; }
}

/* ------------------------------------------------------------ *\
	Widget Nav
\* ------------------------------------------------------------ */

.widget-nav { margin-bottom: 31px; }

.widget-nav .widget__body { padding: 20px 10px 18px 25px; background-color: #fff; border-radius: 10px; }

.widget-nav .widget__body ul { list-style: none; font-size: 12px; font-weight: 700; color: #F27320; }

.widget-nav .widget__body ul li ~ li { margin-top: 11px; }

.widget-nav .widget__body ul a { text-decoration: none; }

.widget-nav .widget__body ul a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ *\
	Widget Recommendations
\* ------------------------------------------------------------ */

.widget-recommendations { margin-bottom: 28px; }

.widget-recommendations .widget__body { padding: 21px 10px 25px 10px; background-color: #fff; border-radius: 8px; text-align: center; }

.widget-recommendations .widget__body h4 { margin-bottom: 4px; color:  #616161; }

.widget-recommendations .widget__body p { margin-bottom: 18px; font-size: 12px; color: #939393; line-height: 14px; }

.widget-recommendations .widget__actions .btn { padding: 8px 27px; font-size: 7px; letter-spacing: 0.88px; border-radius: 6px; }

/* Mobile */

@media (max-width: 767px) {
	.widget-recommendations .widget__actions .btn { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Widget Images
\* ------------------------------------------------------------ */

.widget-images { padding-bottom: 28px; background-color: #f1f4f7; }

.widget-images .widget__body { border-radius: 10px; }

.widget-images .widget__actions { margin-top: 31px; }

.widget-images img { width: 100%; border-radius: 10px; }

@media (min-width: 768px) {
	.js--sticky-widget.is--fixed .widget-images__inner { position: fixed; top: 100px; }

	.js--sticky-widget-alt.is--fixed .widget-images__inner { top: 64px; }

	.js--sticky-widget.is--bottom .widget-images__inner { position: absolute; bottom: 0px; top: auto; }
}

/* Mobile */

@media (max-width: 767px) {
	.js--sticky-widget.is--fixed .widget-images__inner { position: relative; width: 100%; top: 0; }

	.js--sticky-widget-alt.is--fixed .widget-images__inner { top: 0; }

	.js--sticky-widget.is--bottom .widget-images__inner { position: relative; }

	.widget-images .widget__actions .btn { width: 100%; padding: 12px 49px 12px; }

	.widget-images .widget__actions .btn i { position: relative; top: 3px; left: -5px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Customs
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Top Navigation
\* ------------------------------------------------------------ */

.top-nav { min-height: 30px; text-align: center; background-color: #F27320; line-height: 22pt; width: 100%; z-index: 10 }

.top-nav a, .top-nav span { color: #fff; margin: 0px 30px; text-decoration: none; }

.top-nav a:hover { text-decoration: underline; }

.top-nav p { color: #fff; margin: 0px 15px; }

.top-nav img { display: inline-block; vertical-align: middle; height: 27px; }

#showRegisterPopup { border: 1px solid #fff; padding: 1px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* Mobile */
@media (max-width: 910px) {
    .top-nav a, .top-nav span { margin: 0px 20px; }
}
@media (max-width: 768px) {    
    .top-nav-mobile { display: none; }
}
@media (max-width: 767px) {
    .top-nav { display: none; }

    .top-nav-mobile { display: none; padding: 20px 0; }

    .top-nav-mobile a { display: block; margin-top: 28px; font-size: 20px; }

    .top-nav-mobile .divider { display: none; }

    #showRegisterPopup { padding: 10px; }
}

/* ------------------------------------------------------------ *\
	Modals
\* ------------------------------------------------------------ */

.Overlay { top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); overflow-y: scroll; position: fixed; }

.RedirectModal { display: none; z-index: 20; padding-top: 100px; }

.RedirectModal .ModalContent .Close { color: #aaa; float: right; margin-right: 10px; font-size: 28px; font-weight: bold; }

.RedirectModal .ModalContent .Close:hover, .RedirectModal .ModalContent .Close:focus { cursor: pointer; }

.RedirectModal .ModalContent { background-color: #fff; margin: auto; max-width: 700px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.RedirectModal .ModalContent .ContentBody { padding: 50px 20px; }

.RedirectModal .ModalContent .ContentBody * { font-family: Lato; }

.RedirectModal .ModalContent .ModalTitle { color: #3694d1; font-size: 22px; font-weight: bold; }

.RedirectModal .ModalContent p { margin: 20px 110px; font-size: 16px; color: #444; line-height: 1.5; }

.RedirectModal .ModalContent p:nth-of-type(2) { margin: 20px 50px; font-size: 14px; line-height: 1.57; }

.RedirectModal .Logo { background: url(/images/redirection-logo-desktop.png) no-repeat center; min-width: 507px; min-height: 67px; display: block; margin-bottom: 20px; }

/* Mobile */

@media (max-width: 767px) {
    .RedirectModal .ModalContent { margin: 20px; }

    .RedirectModal .ModalContent p { margin: 20px 80px; }
}
@media (max-width:600px) {
    .RedirectModal { padding-top: 50px; }

    .RedirectModal .Logo { background: url(/images/redirection-logo-mobile.png) no-repeat center; min-width: 184px; min-height: 150px; display: block; }

    .RedirectModal .ModalContent p { margin: 20px 50px; }
}
@media (max-width:480px) {
    .RedirectModal { padding-top: 25px; }

    .RedirectModal .ModalContent p { margin: 20px; }
}

/* ------------------------------------------------------------ *\
	Ads
\* ------------------------------------------------------------ */
.ad-desktop > div, .ad-mobile > div { display: table; margin: 0 auto; }

.ad-header { padding: 10px; text-align: center; }

.ad-footer { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 5; }

.ad-header iframe, .ad-footer iframe { max-width: none; }

.ad-footer iframe, .ad-footer div { display: block !important; margin: auto; }

.ad-footer .blue-margin { height: 8px; background-color: #3d536f; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.ad-footer .toggle-ad-icon { color: #fff; font-size: 18px; position: absolute; left: 50%; transform: translateX(-50%); }

.ad-footer #toggle-desktop-ad, .ad-footer #toggle-mobile-ad { width: 50px; height: 25px; border-top-left-radius: 50px; border-top-right-radius: 50px; background: #3d536f; position: absolute; top: -17px; left: 50%; transform: translateX(-50%); }

.ad-responsive { display: none; }

.sy-angle-up:before { content: "\25B2"; }

.sy-angle-down:before { content: "\25BC"; }

#div-gpt-ad-1550031504751-0 { height:1px; width:1px; z-index: 1000 }

#div-gpt-ad-3199985-1 { z-index: 1000 }

#div-gpt-ad-3199985-2 { height:1px; width:1px; z-index: 1000 }

/* Mobile */
@media (max-width: 800px) {
    .ad-desktop { display: none; }
}

@media (min-width: 801px) {
    .ad-mobile { display: none; }
}

@media (max-width: 767px) {
    .ad-responsive { display: block; width: 300px; height: 250px; max-width: 300px; }
}

/* ------------------------------------------------------------ *\
	Exam Performance
\* ------------------------------------------------------------ */
.table-alt tbody td span.above-average { color: #2ea252; }
.table-alt tbody td span.below-average { color: #ff3300; }
.table-alt tbody td span.average { color: #444444; }

/* ------------------------------------------------------------ *\
	Widget AddThis
\* ------------------------------------------------------------ */
.widget-addthis { margin-bottom: 28px }
/* ------------------------------------------------------------ *\
	Pop Info
\* ------------------------------------------------------------ */
.pop-info { background-color: #fff; padding: 10px; position: absolute; opacity: 0; visibility: hidden; -webkit-transition: opacity .4s ease, visibility .4s ease; -o-transition: opacity .4s ease, visibility .4s ease; transition: opacity .4s ease, visibility .4s ease; z-index: 1; border: 1px solid #cbcfd2; border-radius: 5px; }
.comment:hover + .pop-info { opacity: 1; visibility: visible; }
.comment, .pop-info { color: #666666 }
.pop-viewers { position:fixed; bottom: 10px; left: 10px; width: 200px; background-color: #fff; z-index: 1; border: 1px solid #cbcfd2; border-radius: 5px; }
.pop-viewers .close { color: #aaa; float: right; margin-right: 10px; font-size: 28px; font-weight: bold; }
.pop-viewers .close:hover { cursor: pointer; }
.pop-viewers .content-body { padding: 30px 10px 10px 10px; }

/* Mobile */

@media (max-width: 1165px) {
.pop-viewers { bottom: 100px; }
}
@media (max-width: 767px) {
.pop-viewers { bottom: 70px; }
}
/* ------------------------------------------------------------ *\
	Flexbox
\* ------------------------------------------------------------ */
.flex-container { display: flex; align-items: center; }

.flex-column30 { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; -webkit-box-flex: 0; min-width: 0; margin-bottom: 0; }

.flex-column70 { -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; -webkit-box-flex: 0; min-width: 0; margin-bottom: 0; }

.flex-column50 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-flex: 0; min-width: 0; margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search-filter-display, .clear-filter-mobile { display: none; padding: 10px; text-align: center; font-size: 14px; font-weight: bold; border-bottom: 2px solid #F0F0F0 }

.clear-filter-mobile .filter-close { float: right }

.search-top-section { margin-bottom: 20px; }

.search-top-section .result-summary { margin-top: 10px; }

.search-top-section .search-sort { float: right; margin-bottom: 20px; }

.search-top-section .select select { max-width: 245px; }

.search-filters { font-size: 12px; padding: 0px 15px 0 0; }

.search-filters li { list-style: none }

.search-filters select { height: 35px; padding: 0 10px; }

.search-filters .select:after { top:12px }

.search-filters > div > div { margin-bottom: 10px }

.search-filters h6 { font-size: 12px; font-weight: normal; }

.search-result a, .search-filters a, .search-filter-display a, .clear-filter-mobile a { text-decoration: none }

.search-result a:hover, .search-filters a:hover { text-decoration: underline }

.search-result .promoted-text { color: #3694d1; text-transform: uppercase; font-size: 12px; font-weight: bold; margin-bottom: 5px; }

.search-item { margin-bottom: 20px; border: 1px solid #ececec; background-color: #f5f5f5; border-radius: 4px; }

.search-item .box-inner-top { padding: 15px 15px; font-size: 12px; }

.search-item .box-inner-top h3 { margin: 0 0 10px 0 }

.search-item .box-inner-top .show-more { text-align: center; color: #3694d1; font-size: 10px; }

.search-item .box-inner-top .show-more a { text-decoration: none; }

.search-item .box-inner-top .location { color: #2A5B7A }

.search-item .box-inner-top .application { color: #F3773B; font-size: 13px; font-weight: bold }

.search-item .box-inner-top .courses { color: #3694D1 }

.search-item .box-inner-top .tuition { color: #1CB186 }

.search-item .box-inner-top .details { list-style:none }

.search-item .box-inner-top .details li { margin-bottom: 5px }

.search-item .box-inner-bottom { display: none }

.search-item.promoted { border: 1px solid #3694d1 }

.search-item__review { background-color: #ececec; padding: 15px 25px; font-size: 10px; color: #3d536f; }

.search-item__review .reviewer { font-weight: bold; text-align: center; text-transform: uppercase; }

.search-item__actions { display: flex }

.search-item__actions .btn { -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; -webkit-box-flex: 0; min-width: 0; font-size: 9px; }

.search-item__actions .btn--blue:first-child { border-radius: 0px 0px 0px 4px; }

.search-item__actions .btn--blue:nth-child(2) { -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; border-radius: 0 0 0 0; border-left: 1px solid #ececec; border-right: 1px solid #ececec; }

.search-item__actions .btn--blue:nth-child(3) { border-radius: 0px 0px 4px 0px; }

.search-item__actions .btn--orange-search:first-child { border-radius: 0px 0px 0px 4px; }

.search-item__actions .btn--orange-search:nth-child(2) { -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; border-radius: 0 0 0 0; border-left: 1px solid #ececec; border-right: 1px solid #ececec; }

.search-item__actions .btn--orange-search:nth-child(3) { border-radius: 0px 0px 4px 0px; }

.btn--blue { padding: 9px 15px; background-color: #3694d1; color: #fff; text-transform: uppercase; font-size: 8px; font-weight: 600; letter-spacing: 1px; border-radius: 5px; border: 1px solid #3694d1; -webkit-transition: color .3s ease, background-color .3s ease; -o-transition: color .3s ease, background-color .3s ease; transition: color .3s ease, background-color .3s ease; }

.btn--blue-border { background-color: transparent; color: #3694d1; }

.btn--orange-search { padding: 9px 15px; background-color: #F27320; color: #fff; text-transform: uppercase; font-size: 8px; font-weight: 600; letter-spacing: 1px; border-radius: 5px; border: 1px solid #F27320; -webkit-transition: color .3s ease, background-color .3s ease; -o-transition: color .3s ease, background-color .3s ease; transition: color .3s ease, background-color .3s ease; }

.btn--orange-search-border { background-color: transparent; color: #F27320; }

.pager { font-size: 18px; font-weight: bold; margin-top: 40px }

.pager a { text-align: right; font-size: 18px; font-weight: bold; }

/* Mobile */

@media (max-width: 767px) {
    .clear-filter-mobile { display: block } 
    .search-filters { padding: 0 }
    .search-filters .clear-filter-btn { display: none }
    .search-result .details { min-height: 0 }
    .search-top-section .select select { max-width: 100% }
    .search-top-section .result-summary { display: block; margin: 10px 0 20px 0 }
    .search-top-section .search-sort { display: block; float: none }
}

/* ------------------------------------------------------------ *\
	Tests
\* ------------------------------------------------------------ */
.time-checker { display: none }