Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/scss.zip

PKϕ�[7��wwconfiguration/_base.scssnu�[���// Core
@import "core";

// Navigation
@import "nav";

// Colors
@import "colors";

// Typography
@import
"typography";PKϕ�[ؓ���configuration/_colors.scssnu�[���//
Basics
$white:							#ffffff;
$black:							#000000;
$off-white:						#f7f7f7;

// Base
$base-background:				#ffffff !default;
$base-text-color:				#666666 !default;
$base-border-color:				#dddddd !default;

// Accents
$accent-color-1:				#439A86 !default;
$accent-color-2:				#8F4DAE !default;

// Header
$header-background:				#439A86 !default;
$header-text-color:				#ffffff !default;

// Navigation
$navigation-background:			#439a86 !default;
$navigation-text-color:			#ffffff !default;
$navigation-overlay:			rgba(0, 0, 0, 0.4) !default;

// Showcase
$showcase-background:			#354D59 !default;
$showcase-image:				false !default;
$showcase-text-color:			#ffffff !default;

// Feature
$feature-background:			#ffffff !default;
$feature-text-color:			#666666 !default;

// Subfeature
$subfeature-background:			#f0f0f0 !default;
$subfeature-text-color:			#666666 !default;

// Main
$main-background:				#ffffff !default;
$main-text-color:				#666666 !default;

// Footer
$footer-background:				#ffffff !default;
$footer-text-color:				#666666 !default;

// Off Canvas
$offcanvas-background:			#354D59 !default;
$offcanvas-text-color:			#ffffff !default;
$offcanvas-toggle-color:		#ffffff !default;

// Block Variations
$box1-background:				#ffffff !default;
$box2-background:				#e0e0e0 !default;

// System Messsages and Alerts
$warning-color:					#c09853;
$error-color:					#b94a48;
$info-color:					#3a87ad;
$success-color:					#468847;

// Typography
$rule-color:					#F0F2F4;
$code-text:						#c7254e;
$code-bg:						#f9f2f4;
$pre-text:						#237794;
$pre-bg:						#f6f6f6;

// Borders
$border-color-hover:			darken($base-border-color, 10%);
$border-color-focus:			$accent-color-1;

// Shadows
$base-box-shadow: 				inset 0 1px 3px hsla(0, 0%, 0%, 0.06);
PKϕ�[��11configuration/_core.scssnu�[���// Content
Block Spacing Variables
$content-margin:				0.625rem !default;
$content-padding:				0.938rem !default;

// Border Radius
$core-border-radius:			rem(3) !default;

// Padding
$section-padding:				1.5rem;

// Offcanvas
$offcanvas-width:				17rem !default;
$offcanvas-toggle-visibility:	1
!default;PKϕ�[-�ccconfiguration/_nav.scssnu�[���//
Dropdowns
$menu-col-width:             180px !default;
$menu-hide-on-mobile:        0 !default;
PKϕ�[TZk��configuration/_typography.scssnu�[���//
Font Family
$base-body-font:				"roboto", "Helvetica",
"Tahoma", "Geneva", "Arial", "Apple
Color Emoji", "Segoe UI", "Segoe UI Emoji",
"Segoe UI Symbol", sans-serif !default;
$base-heading-font:				"roboto", "Helvetica",
"Tahoma", "Geneva", "Arial", "Apple
Color Emoji", "Segoe UI", "Segoe UI Emoji",
"Segoe UI Symbol", sans-serif !default;
$font-family-mono: 				"Menlo", "Monaco", monospace;
$font-family-serif:				"Georgia", "Times", "Times
New Roman", serif;

// Font Weights
$font-weight-regular:			400;
$font-weight-medium:			500;
$font-weight-bold:				700;

// Base Sizes
$core-font-size:				1rem !default;
$responsive-font-size:			1vw !default;
$core-line-height:				1.5 !default;

// Heading Sizes
$h1-font-size:					$core-font-size + 1.25 !default;
$h2-font-size:					$core-font-size + 0.90 !default;
$h3-font-size:					$core-font-size + 0.50 !default;
$h4-font-size:					$core-font-size + 0.15 !default;
$h5-font-size:					$core-font-size !default;
$h6-font-size:					$core-font-size - 0.15 !default;
PKϕ�[m�P���hydrogen/_contentarray.scssnu�[���.g-content-array
{
    margin-left: -($content-padding);
    margin-right: -($content-padding);

    .g-grid {
        margin-bottom: ($content-padding + $content-margin) * 1.5;

        &:last-child {
            margin-bottom: 0;

            .g-block {
                &:last-child {
                    .g-array-item {
                        @include breakpoint(mobile-only) {
                            margin-bottom: 0;
                        }
                    }
                }
            }
        }

        @include breakpoint(mobile-only) {
            margin-bottom: 0;
        }
    }

    .g-content {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .g-array-item {
        @include breakpoint(mobile-only) {
            margin-bottom: ($content-margin + $content-padding) * 1.5;
        }
    }

    .g-array-item-image {
        margin: 0 0 15px 0;
    }

    .g-item-title {
        margin: 0;
    }

    .g-array-item {
        &-details, &-text, &-read-more {
            margin: 15px 0 0;
        }
    }

    .g-array-item-details {
        font-size: 90%;

        > span {
            margin-right: 10px;
        }

        i {
            margin-right: 5px;
        }
    }
}
PKϕ�[���bVVhydrogen/_core.scssnu�[���body {
	color: $base-text-color;
	background: $base-background;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#g-page-surround {
	background: $base-background;
}

@media print {
	#g-page-surround {
		background: #fff !important;
		color: #000 !important;
	}
}

a {
	color: $accent-color-1;
	&:hover {
		color: darken($base-text-color, 10%);
	}
}

h1, h2, h3, h4, h5, h6, strong {
	color: darken($base-text-color, 10%);
}

.button {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: $core-border-radius;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: $accent-color-1;
	color: $white;
	border: 0;
	line-height: $core-line-height;
	font-size: $core-font-size;
	vertical-align: middle;
	text-shadow: none;
	@include transition(background 0.1s);

	&:hover {
		background: lighten($accent-color-1, 5%);
		color: $white;
	}

	&:active, &:focus {
		background: darken($accent-color-1, 5%);
		box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15);
		color: $white;
        outline: 0;
	}

    &:disabled {
        opacity: 0.25;
        cursor: not-allowed;

        &:hover {
            background: $accent-color-1;
        }
    }
}

.gantry-logo {
	display: inline-block;
	@include breakpoint(mobile-only) {
		display: block;
		text-align: center;
	}
	img {
		width: 150px;
	}
}

.logo-large {
	display: inline-block;
}
PKϕ�[��	MM!hydrogen/_dropdownanimations.scssnu�[���.g-main-nav
{
    .g-standard {
        .g-dropdown {
            @include transition(none);
        }

        .g-fade.g-dropdown {
            @include transition(opacity .3s ease-out, transform .3s
ease-out);
        }

        .g-zoom.g-active {
            @include animation-duration(.3s);
            @include animation-name(g-dropdown-zoom);
        }

        .g-fade-in-up.g-active {
            @include animation-duration(.3s);
            @include animation-name(g-dropdown-fade-in-up);
        }
    }

    .g-fullwidth > {
        .g-dropdown {
            @include transition(none);
        }

        .g-fade.g-dropdown {
            @include transition(opacity .3s ease-out, transform .3s
ease-out);
        }

        .g-zoom.g-active {
            @include animation-duration(.3s);
            @include animation-name(g-dropdown-zoom);
        }

        .g-fade-in-up.g-active {
            @include animation-duration(.3s);
            @include animation-name(g-dropdown-fade-in-up);
        }
    }
}

@include keyframes(g-dropdown-zoom) {
    0% {
        opacity: 0;
        @include transform(scale3d(.8, .8, .8));
    }
    100% {
        opacity: 1;
    }
}

@include keyframes(g-dropdown-fade-in-up) {
    0% {
        opacity: 0;
        @include transform(translate3d(0, 30px, 0));
    }
    100% {
        opacity: 1;
    }
}PKϕ�[�����hydrogen/_feature.scssnu�[���#g-feature
{
	padding: 1.5rem 0;
	background: $feature-background;
	color: $feature-text-color;
}

@media print {
	#g-feature {
		background: #fff !important;
		color: #000 !important;
	}
}PKϕ�[8ƀphydrogen/_footer.scssnu�[���#g-footer {
	background: $footer-background;
	color: $footer-text-color;
	border-top: 1px solid rgba(0,0,0,0.05);
	@include breakpoint(mobile-only) {
		text-align: center;
	}
}

@media print {
	#g-footer {
		background: #fff !important;
		color: #000 !important;
	}
}PKϕ�[M�����hydrogen/_forms.scssnu�[���textarea,
select[multiple=multiple] {
	background-color: white;
	border: 1px solid $base-border-color;
	box-shadow: $base-box-shadow;

	&:hover {
		border-color: $border-color-hover;
	}

	&:focus {
		border-color: $border-color-focus;
	}
}

#{$all-text-inputs} {
	background-color: white;
	border: 1px solid $base-border-color;
	box-shadow: $base-box-shadow;
}

#{$all-text-inputs-hover} {
	border-color: $border-color-hover;
}

#{$all-text-inputs-focus} {
	border-color: $border-color-focus;
}PKϕ�[��_wwhydrogen/_header.scssnu�[���#g-header {
	background: $header-background;
	color: $header-text-color;
	position: relative;
	z-index: 3;

	a {
		color: lighten($header-background, 40%);
		&:hover {
			color: $header-text-color;
		}
	}

	.g-main-nav {

		@include main-nav-colors($header-background, $header-text-color,
$main-background, $main-text-color);

		.g-toplevel {
			@include display(flex);
			@include flex-flow(row wrap);
		}
	}

	@include main-nav-indicators($header-background, $header-text-color);

	.search {
		input {
			color: $main-text-color;
		}
	}
}

@media print {
	#g-header {
		background: #fff !important;
		color: #000 !important;
	}
}PKϕ�[��*��hydrogen/_main.scssnu�[���#g-page-surround
{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

#g-main {
	padding: $section-padding 0;
	background: $main-background;
	color: $main-text-color;
}

@media print {
	#g-main {
		background: #fff !important;
		color: #000 !important;
	}
}
PKϕ�[�K���hydrogen/_nav.scssnu�[���#g-navigation
{
    background: $navigation-background;
    color: $navigation-text-color;
    text-align: center;
    position: relative;
    z-index: 2;

    .g-container {
        position: relative;
    }

    a {
        color: lighten($navigation-background, 40%);

        &:hover {
            color: $navigation-text-color;
        }
    }

    .g-social {
        a {
            background: darken($navigation-background, 6%);
            border: none;
            text-decoration: none;
            color: $navigation-text-color;
            @include transition(background 0.2s);

            &:hover {
                background: lighten($navigation-background, 6%);
            }
        }
    }

    .g-main-nav {
        margin: -($content-padding + $content-margin);
        @include main-nav-colors($navigation-background,
$navigation-text-color, $main-background, $main-text-color);

        .g-toplevel {
            @include display(flex);
            @include flex-flow(row wrap);
            justify-content: center;
            -webkit-justify-content: center;
        }
    }

    @include main-nav-indicators($navigation-background,
$navigation-text-color);

    .search {
        input {
            color: $main-text-color;
        }
    }
}

.g-main-nav {
    .g-standard {
        .g-dropdown {
            @extend %dropdown-column;
        }
    }

    .g-toplevel {
        font-weight: $font-weight-medium;

        > li {

            > .g-menu-item-container {
                text-decoration: none;
                padding: 1.2rem $content-padding;
            }

            > .g-menu-item-container {
                > .g-menu-item-content {
                    line-height: normal;
                }
            }
        }

        i {
            opacity: 0.6;
        }
    }

    .g-dropdown {
        text-align: left;

        .dir-rtl & {
            text-align: right;
        }
    }

    .g-sublevel {
        > li {
            > .g-menu-item-container {
                padding: ($content-padding + $content-margin)/2 1rem;
            }
        }
    }
}

// Hide on Mobile Menu Breakpoint
@if $menu-hide-on-mobile == 1 {
    @media only all and (max-width: $breakpoints-mobile-menu-breakpoint) {
        [data-g-mobile-target] {
            display: none;
            visibility: hidden;
            pointer-events: none;
        }
    }
}

#g-navigation, #g-header {
    .align-left {
        .g-toplevel {
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
        }
    }

    .align-right {
        .g-toplevel {
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
        }
    }
}

// Subtitle
.g-menu-item-subtitle {
    opacity: 0.7;
}

// Nav Overlay
.g-nav-overlay, .g-menu-overlay {
    background: $navigation-overlay;
}

@media print {
    #g-navigation {
        background: #fff !important;
        color: #000 !important;
    }
}
PKϕ�[j��hydrogen/_offcanvas.scssnu�[���#g-offcanvas
{
	background: $offcanvas-background;
	width: $offcanvas-width;
	color: $offcanvas-text-color;
	a {
		color: lighten($offcanvas-background, 50%);
		&:hover {
			color: $offcanvas-text-color;
		}
	}

	h1, h2, h3, h4, h5, h6, strong {
		color: $offcanvas-text-color;
	}

	.button {
		background: $accent-color-2;
		color: $offcanvas-text-color;
		&:hover {
			background: lighten($accent-color-2, 5%);
		}
		&:active {
			background: darken($accent-color-2, 5%);
		}
	}
}

.g-offcanvas-toggle {
	font-size: $core-font-size + 0.5;
	color: $offcanvas-toggle-color;
	@if $offcanvas-toggle-visibility == 1 {
		display: none;
		@media only all and (max-width: $breakpoints-mobile-menu-breakpoint) {
			display: block;
		}
	} @else {
	    display: block !important;
	}
}

// Mobile Menu
#g-offcanvas {
	#g-mobilemenu-container {
		ul {
			background: $offcanvas-background;
			> li {
				> .g-menu-item-container {
					color: $offcanvas-text-color;
				}
				&:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
					&:hover, &.active {
						background: darken($accent-color-1, 4%);

						> .g-menu-item-container {
							color: $offcanvas-text-color;
						}
					}
				}
				&.g-menu-item-link-parent {
					> .g-menu-item-container {
						> .g-menu-parent-indicator {
							border: 1px solid lighten($accent-color-1, 6%);
							background: darken($accent-color-1, 4%);
							&:hover {
								background: darken($accent-color-1, 8%);
							}
							border-radius: $core-border-radius;
							margin: -0.2rem 0 -0.2rem 0.5rem;
							padding: 0.2rem;
						}
					}
				}
			}
			.g-dropdown-column {
				width: $offcanvas-width;
			}
		}
	}
}

#g-mobilemenu-container {
	margin: -($content-padding + $content-margin);
}

@media print {
	#g-offcanvas {
		background: #fff !important;
		color: #000 !important;
	}
}

.g-offcanvas-open {
    .g-offcanvas-left {
        #g-page-surround {
            left: $offcanvas-width;
        }
    }

    .g-offcanvas-right {
        #g-page-surround {
            right: $offcanvas-width;
        }
    }
}
PKϕ�[��y���hydrogen/_offline.scssnu�[���.g-offline
{	
	#grav-login {
        max-width: 36rem;
        .form-actions {
            margin-top: $content-margin;
            @include breakpoint(mobile-only) {
                text-align: center;
            }
        }
        .button {
            text-transform: capitalize;
        }
        .rememberme { 
            @include breakpoint(mobile-only) {
                float: none;
                display: block;
            }
        }
    }    
}
PKϕ�[S�6*	*	hydrogen/_sample.scssnu�[���.sample-content
{
	text-align: center;
	.subtitle {
		text-transform: uppercase;
		font-size: $core-font-size - 0.2;
		display: block;
		margin-top: -1.3rem;
	}
	.sample-icons {
		font-size: $core-font-size + 4;
		color: $accent-color-1;
		opacity: 0.6;
	}
	.sample-description {
		font-size: $core-font-size + 0.2;
	}
	@include breakpoint(no-mobile) {
		.device-promo {
			width: 356px;
			height: 203px;
			position: relative;
			float: right;
			margin-left: 3rem;
			margin-bottom: 1rem;
			.macbook {
				width: 356px;
				height: 203px;
				position: absolute;
				z-index: 1;
				background: url(gantry-theme://images/macbook.png);
				.macbook-color {
					position: absolute;
					width: 206px;
					height: 118px;
					left: 37px;
					top: 56px;
					background: #ccc;
				}
			}
			.ipad {
				width: 356px;
				height: 203px;
				position: absolute;
				z-index: 2;
				background: url(gantry-theme://images/ipad.png);
				.ipad-color {
					position: absolute;
					width: 111px;
					height: 163px;
					right: 27px;
					top: 20px;
					background: $accent-color-1;
				}
			}
			.iphone {
				width: 356px;
				height: 203px;
				position: absolute;
				z-index: 3;
				background: url(gantry-theme://images/iphone.png);
				.iphone-color {
					position: absolute;
					width: 46px;
					height: 75px;
					right: 4px;
					top: 112px;
					background: $accent-color-2;
				}
			}
		}
	}
	.middle {
		text-align: center;
	}
	.fa-github-square {
		color: #ddd;
		margin-top: 1.5rem;
		font-size: 10rem;
		@include breakpoint(tablet-range) {
			font-size: 8rem;
		}
		@include breakpoint(mobile-only) {
			float: none !important;
			margin-right: 0;
		}
	}
	.info-box {
		background: darken($main-background, 4%);
		border: 1px solid darken($main-background, 10%);
		padding: $content-padding;
		border-radius: $core-border-radius;
		margin-bottom: 4rem;
	}
	.fa-graduation-cap {
		color: darken($main-background, 15%);
		margin: 1rem 2rem 1rem 1rem;
		font-size: 6rem;
	}
}

@include breakpoint(desktop-only) {
	#g-showcase {
		.sample-description {
			padding: 0 6rem;
		}
	}
}

@include breakpoint(desktop-only) {
	#g-subfeature {
		.sample-content {
			.g-content {
				padding-left: 2rem;
				padding-right: 2rem;
			}
		}
	}
}

@include breakpoint(no-mobile) {
	#g-main {
		.sample-content {
			text-align: inherit;
		}
	}
}PKϕ�[kt�]uuhydrogen/_showcase.scssnu�[���#g-showcase
{
	padding: $section-padding 0;
	background-color: $showcase-background;
	@if $showcase-image {
    	background-image: url($showcase-image);
	}
	color: $showcase-text-color;

	a {
		color: lighten($showcase-background, 50%);
		&:hover {
			color: $showcase-text-color;
		}
	}

	h1, h2, h3, h4, h5, h6, strong {
		color: $showcase-text-color;
	}

	.button {
		background: $accent-color-2;
		color: $showcase-text-color;
		&:hover {
			background: lighten($accent-color-2, 5%);
		}
		&:active {
			background: darken($accent-color-2, 5%);
		}
	}

	.g-social {
		a {
			background: darken($showcase-background, 6%);
			border: none;
			color: $showcase-text-color;
			@include transition(background 0.2s);
			&:hover {
				background: lighten($showcase-background, 6%);
			}
		}
	}
}

@media print {
	#g-showcase {
		background: #fff !important;
		color: #000 !important;
	}
}PKϕ�[!�f��hydrogen/_sidebar.scssnu�[���#g-sidebar,
#g-aside {
	padding: $section-padding 0;
	color: $main-text-color;
}

@media print {
	#g-sidebar {
		background: #fff !important;
		color: #000 !important;
	}
}PKϕ�[	����hydrogen/_social.scssnu�[���.g-social
{
	a {
		display: inline-block;
		padding: 0.1rem 0.4rem;
		background: #fafafa;
		border: 1px solid $base-border-color;
		border-radius: $core-border-radius;
		margin-bottom: 4px;
		text-decoration: none;
	}
}
PKϕ�[+2�((hydrogen/_subfeature.scssnu�[���#g-subfeature
{
	padding: $section-padding 0;
	background: $subfeature-background;
	color: $subfeature-text-color;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

@media print {
	#g-subfeature {
		background: #fff !important;
		color: #000 !important;
	}
}PKϕ�[3$as��hydrogen/_tables.scssnu�[���table {
	border: 1px solid lighten($base-border-color,5%);
}

th {
	background: lighten($base-border-color,10%);
	padding: 0.5rem;
}

td {
	padding: 0.5rem;
	border: 1px solid lighten($base-border-color,5%); 
}PKϕ�[A�qPHHhydrogen/_typography.scssnu�[���// Font
Import
@include import-font($base-body-font);
@include import-font($base-heading-font);

body {
	font-family: get-font-family($base-body-font);
	font-weight: $font-weight-regular;
}

h1, h2, h3, h4, h5 {
	font-family: get-font-family($base-heading-font);
	font-weight: $font-weight-medium;
}

bold, strong {
	font-weight: $font-weight-bold;
}

.button {
	font-weight: $font-weight-medium;
}

// Blockquote
blockquote {
	border-left: 10px solid $rule-color;
	p {
		font-size: $core-font-size + 0.1;
		color: lighten($base-text-color, 20%);
	}
	cite {
		display: block;
		text-align: right;
		color: $base-text-color;
		font-size: $core-font-size + 0.2;
	}
}

// Inline and Code
code {
	background: $code-bg;
	color: darken($code-text,10%);
}

pre {
	padding: 1rem;
	margin: 2rem 0;
	background: $pre-bg;
	border: 1px solid $base-border-color;
	border-radius: $core-border-radius;
	line-height: 1.15;
	font-size: $core-font-size - 0.1;

	code {
		color: $pre-text;
		background: inherit;
		font-size: $core-font-size - 0.1;
	}
}

// Additional
hr {
	border-bottom: 4px solid $rule-color;
}
PKϕ�[>���
�
hydrogen/_variations.scssnu�[���.flush {
  .g-container {
    > .g-grid {
      > .g-block {
        > .g-content {
          margin: 0;
          padding: 0;
        }
      }
    }
  }
}

.moduletable, .widget {
  &[class*="box"], &[class*="shadow"] {
    padding: $content-padding;
    margin: $content-margin;
  }
}

.box1 {
  &.moduletable, &.widget, &.g-outer-box,> .g-content {
    background: $box1-background;
  }
  &.moduletable, &.widget, > .g-content {
    &, h1, h2, h3, h4, h5, h6, strong, i {
      color: darken($box1-background, 65%);
    }
  }
}

.box2 {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    background: $box2-background;
  }
  &.moduletable, &.widget, > .g-content {
    &, h1, h2, h3, h4, h5, h6, strong, i {
      color: darken($box2-background, 45%);
    }
  }
}

.box3 {
  &.moduletable, &.widget, &.g-outer-box,
  > .g-content {
    background: $accent-color-1;
  }
  &.moduletable, &.widget, > .g-content {
    &, h1, h2, h3, h4, h5, h6, strong, i {
      color: $white;
    }
    a {
      color: lighten($accent-color-1, 35%);
      &:hover {
        color: $white;
      }
    }
    .button {
      color: if(lightness($accent-color-1) > 50, darken($accent-color-1,
65%), lighten($accent-color-1, 65%));
      background: if(lightness($accent-color-1) > 50,
darken($accent-color-1, 10%), lighten($accent-color-1, 10%));
      &:hover {
        background: if(lightness($accent-color-1) > 50,
darken($accent-color-1, 15%), lighten($accent-color-1, 15%));
      }
    }
  }
}

.box4 {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    background: $accent-color-2;
  }
  &.moduletable, &.widget, > .g-content {
    &, h1, h2, h3, h4, h5, h6, strong, i {
      color: $white;
    }
    a {
      color: lighten($accent-color-2, 35%);
      &:hover {
        color: $white;
      }
    }
    .button {
      color: if(lightness($accent-color-2) > 50, darken($accent-color-2,
45%), lighten($accent-color-2, 45%));
      background: if(lightness($accent-color-2) > 50,
darken($accent-color-2, 15%), lighten($accent-color-2, 15%));
      &:hover {
        background: if(lightness($accent-color-2) > 50,
darken($accent-color-2, 10%), lighten($accent-color-2, 10%));
      }
    }
  }
}

.shadow {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  }
}

.shadow2 {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
  }
}

.disabled {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    opacity: 0.4;
  }
}

.square {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    border-radius: none;
  }
}

.rounded {
  &.moduletable, &.widget, &.g-outer-box, > .g-content {
    border-radius: $core-border-radius;
  }
}PKϕ�[c�;)��hydrogen-joomla/_buttons.scssnu�[���//
Button Adjustments
.controls {
	.input-append {
		.btn {
			font-size: 14px;
			line-height: 20px;
            height: 33px;
		}
	}
}
PKϕ�[�Ls$$hydrogen-joomla/_core.scssnu�[���.btn-primary
{
	background: $accent-color-1;
	color: $white;
	text-shadow: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	&:hover {
		background: lighten($accent-color-1, 5%);
		color: $white;
	}
	&:active, &:focus {
		background: darken($accent-color-1, 5%);
		box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15);
		color: $white;
	}
}

.btn-group > .btn + .dropdown-toggle {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.btn-group.open .btn-primary.dropdown-toggle {
	background: darken($accent-color-1, 5%);
	color: $white;
	box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-image: none;
	background-color: $accent-color-1;
}

.btn-link {
	color: $accent-color-1;
}
PKϕ�[taՙ��hydrogen-joomla/_forms.scssnu�[���legend
{
	color: #333333;
}

legend small {
	color: #999999;
}

.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
	border-color: $base-border-color;
}

.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
	border-color: $base-border-color;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: $white;
	border: 1px solid $base-border-color;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	@include transition(border 0.2s linear, box-shadow 0.2s linear);
}

#g-header, #g-navigation {
	.search {
		form {
			margin-bottom: 0;
		}
		input {
			margin-bottom: 0;
			border: 0;
		}
	}
}

// Core Joomla Login Form
#login-form {
    .input-prepend > .add-on {
        color: $base-text-color;
            height: 2.1rem;
    }
    input[type="text"], input[type="password"] {
        color: $base-text-color;
        height: 1.25rem;
    }
    .controls .input-append .btn {
        line-height: 26px;
        height: 2.15rem;
    }
}

// Mailto and Print Windows
.view-mailto, .body-only {
    #g-page-surround {
        box-shadow: none;
    }
}
PKϕ�[��%thydrogen-joomla/_tabs.scssnu�[���.nav-tabs.nav-dark
{
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #000;
}

.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}

.nav-tabs.nav-dark > li > a:hover {
	border-color: #333 #333 #111;
	background-color: #777777;
}

.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
}
PKϕ�[��!���
hydrogen-joomla/_typography.scssnu�[���// Lists and Tables
.list-striped,
.row-striped {
	border-top: 1px solid $base-border-color;
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid $base-border-color;
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: lighten($off-white, 2%);
}

.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: darken($off-white, 2%);
}

.list-bordered,
.row-bordered {
	border: 1px solid $base-border-color;
}

.row-even,
.row-odd {
	border-bottom: 1px solid $base-border-color;
}

.row-even {
	background-color: lighten($off-white, 2%);
}

.iframe-bordered {
	border: 1px solid $base-border-color;
}

// Blockquote and Code
blockquote {
	border-left: 5px solid $base-border-color;
}


blockquote small {
	color: lighten($base-text-color, 20%);
}

blockquote.pull-right {
	border-right: 5px solid $base-border-color;
}

code, pre {
	color: $base-text-color;
	background-color: darken($off-white, 2%);
	border: 1px solid $base-border-color;
}
PKϕ�[;\���hydrogen-joomla/_utilities.scssnu�[���
// Tooltips
.tip-wrap {
	color: #fff;
	background-color: #000;
}

// Search Highlight
.search span.highlight {
	background-color: lighten($off-white, 2%);
}

// Images
.img-polaroid {
	background-color: $white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

// System Messages and Alerts
.muted {
	color: #999999;
}

a.muted:hover,
a.muted:focus {
	color: #808080;
}

.alert {
	background-color: lighten($warning-color, 41%);
	border-color: lighten($warning-color, 34%);

	a, a:hover, .alert-link, .alert-link:hover {
		color: darken($warning-color, 10%);
		font-weight: bold;

		&:hover {
			text-decoration: underline;
		}
	}
}

.alert,
.alert h4,
.text-warning {
	color: $warning-color;
}

a.text-warning:hover,
a.text-warning:focus {
	color: darken($warning-color, 5%);
}

.alert-success {
	color: $success-color;
	background-color: lighten($success-color, 50%);
	border-color: lighten($success-color, 42%);

	a, a:hover, .alert-link, .alert-link:hover {
		color: darken($success-color, 10%);
		font-weight: bold;

		&:hover {
			text-decoration: underline;
		}
	}
}

.alert-success h4,
.text-success {
	color: $success-color;
}

a.text-success:hover,
a.text-success:focus {
	color: darken($success-color, 5%);
}

.alert-danger,
.alert-error {
	color: $error-color;
	background-color: lighten($error-color, 43%);
	border-color: lighten($error-color, 37%);

	a, a:hover, .alert-link, .alert-link:hover {
		color: darken($error-color, 10%);
		font-weight: bold;

		&:hover {
			text-decoration: underline;
		}
	}
}

.alert-danger h4,
.alert-error h4,
.text-error {
	color: $error-color;
}

a.text-error:hover,
a.text-error:focus {
	color: darken($error-color, 5%);
}

.alert-info {
	color: $info-color;
	background-color: lighten($info-color, 47%);
	border-color: lighten($info-color, 40%);

	a, a:hover, .alert-link, .alert-link:hover {
		color: darken($info-color, 10%);
		font-weight: bold;

		&:hover {
			text-decoration: underline;
		}
	}
}

.alert-info h4,
.text-info {
	color: $info-color;
}

a.text-info:hover,
a.text-info:focus {
	color: darken($info-color, 5%);
}

// Resets
@include breakpoint(mobile-only) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
}
PKϕ�[���^��hydrogen-joomla.scssnu�[���//
REQUIRED DEPENDENCIES - DO NOT CHANGE

// Load Third Party Libraries
@import "vendor/bourbon/bourbon";

// Load Nucleus Configuration
@import "configuration/nucleus/base";

// Load Nucleus Mixins and Functions
@import "nucleus/functions/base";
@import "nucleus/mixins/base";

// Load Optional Nucleus Assets
@import "nucleus/theme/alerts";

// Load Theme Variable Driven Nucleus Elements
@import "joomla/theme/base";

// Load Template Configuration
@import "configuration/base";

//-------------------------------------------

// JOOMLA TEMPLATE SPECIFIC
@import "hydrogen-joomla/core";
@import "hydrogen-joomla/typography";
@import "hydrogen-joomla/forms";
@import "hydrogen-joomla/buttons";
@import "hydrogen-joomla/tabs";
@import "hydrogen-joomla/utilities";

//-------------------------------------------

// BREAKPOINTS
@import "joomla/theme/breakpoints/base";

//-------------------------------------------
PKϕ�[c�}==
hydrogen.scssnu�[���// REQUIRED
DEPENDENCIES - DO NOT CHANGE
@import "dependencies";

// THEME COMPONENTS
// Base
@import "nucleus/theme/base";

// Core
@import "hydrogen/core";

// Typography
@import "hydrogen/typography";

// Navigation
@import "hydrogen/nav";

// Sidepanel Off Canvas
@import "hydrogen/offcanvas";

// Header
@import "hydrogen/header";

// Showcase
@import "hydrogen/showcase";

// Feature
@import "hydrogen/feature";

// Subfeature
@import "hydrogen/subfeature";

// Main
@import "hydrogen/main";

// Sidebar
@import "hydrogen/sidebar";

// Footer
@import "hydrogen/footer";

// Variations
@import "hydrogen/variations";

// Tables
@import "hydrogen/tables";

// Forms
@import "hydrogen/forms";

// Social
@import "hydrogen/social";

// Sample Content
@import "hydrogen/sample";

// Content Array
@import "hydrogen/contentarray";

// Dropdown Animations
@import "hydrogen/dropdownanimations";

// Offline
@import "hydrogen/offline";
//-------------------------------------------

// BREAKPOINTS
@import "nucleus/theme/breakpoints/base";

//-------------------------------------------
PKϕ�[�ٲmixins/_base.scssnu�[���// Navigation
@import "nav";PKϕ�[w$�N
N
mixins/_nav.scssnu�[���%dropdown-column {
	width: $menu-col-width;
}

// Main Nav Colors
@mixin main-nav-colors($section-background: $navigation-background,
$section-text-color: $navigation-text-color, $section-active-background:
$main-background, $section-active-text-color: $main-text-color) {

	h1, h2, h3, h4, h5, h6, strong {
		color: $section-text-color;
	}

	.g-toplevel {
		> li {
			> .g-menu-item-container {
				color: $section-text-color;
			}
			&:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
				&:hover {
					background: darken($section-background, 6%);
				}

				&.active {
					background: $section-active-background;

					> .g-menu-item-container {
						color: $section-active-text-color;
					}

					&.g-selected {
						background: darken($section-background, 6%);

						> .g-menu-item-container {
							color: $section-text-color;
						}
					}
				}
			}
		}
	}

	.g-dropdown {
		background: darken($section-background, 6%);
	}

	.g-sublevel {
		> li {
			> .g-menu-item-container {
				color: $section-text-color;
			}

			&:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
				&:hover, &.active {
					background: darken($section-background, 10%);
				}
			}
		}
	}
}

// Touch Indicators
@mixin main-nav-indicators($section-background: $navigation-background,
$section-text-color: $navigation-text-color) {
	.g-menu-hastouch {
		.g-toplevel {
			> li {
				&.g-menu-item-link-parent {
					> .g-menu-item-container {
						> .g-menu-parent-indicator {
							border: 1px solid lighten($section-background, 6%);
							background: darken($section-background, 4%);
							&:hover {
								background: darken($section-background, 8%);
							}
							border-radius: $core-border-radius;
							margin: -0.2rem 0 -0.2rem 0.5rem;
							padding: 0.2rem;
							&:after {
								text-align: center;
							}
						}
					}
				}
				&.active {
					&.g-menu-item-link-parent {
						> .g-menu-item-container {
							> .g-menu-parent-indicator {
								color: $section-text-color;
							}
						}
					}
				}
			}
		}
	}
	.g-menu-hastouch .g-standard, .g-fullwidth {
		.g-sublevel {
			> li {
				&.g-menu-item-link-parent {
					> .g-menu-item-container {
						> .g-menu-parent-indicator {
							border: 1px solid lighten($section-background, 6%);
							background: darken($section-background, 4%);
							&:hover {
								background: darken($section-background, 8%);
							}
							border-radius: $core-border-radius;
							padding: 0.1rem;
							margin-top: -0.1rem;
							margin-right: -0.1rem;
							&:after {
								text-align: center;
							}
						}
					}
				}
			}
		}
	}
}PKϕ�[����_dependencies.scssnu�[���// Load
Third Party Libraries
@import "vendor/bourbon/bourbon";

// Load Theme Configuration
@import "configuration/base";

// Load Nucleus Configuration
@import "configuration/nucleus/base";

// Load Nucleus Mixins and Functions
@import "nucleus/functions/base";
@import "nucleus/mixins/base";

// Load Theme Variable Driven Nucleus Elements
@import "nucleus/theme/mixins/base";

// Load Theme Configuration
@import "mixins/base";
PKb��[������admin/fields/_colorpicker.scssnu�[���#g5-container
{
    .g-colorpicker {
        @extend %g-transparent-bg;
        position: relative;
        border-radius: $core-border-radius;
        max-width: 100%;

        input {
            color: #333;
            width: 100% !important;
        }

        i {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
        }

        &.light-text {
            input, i {
                color: $white;
            }
        }
    }

    .cp-sprite {
        background-image:
url(data:image/png;base64,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);
    }

    /* Panel */
    .cp-wrapper {
        position: absolute;
        width: 173px;
        height: 205px;
        background: white;
        border: solid 1px #CCC;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        z-index: 9999999;
        box-sizing: content-box;
        display: none;
    }

    .cp-wrapper.cp-visible {
        display: block;
    }

    /* Panel positioning */
    .cp-position-top .cp-wrapper {
        top: -154px;
    }

    .cp-position-right .cp-wrapper {
        right: 0;
    }

    .cp-position-bottom .cp-wrapper {
        top: auto;
    }

    .cp-position-left .cp-wrapper {
        left: 0;
    }

    .cp-with-opacity.cp-wrapper {
        width: 194px;
    }

    .cp-wrapper .cp-grid {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 150px;
        height: 150px;
        background-position: -120px 0;
        cursor: crosshair;
    }

    .cp-wrapper .cp-grid-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
    }

    .cp-mode-saturation .cp-grid {
        background-position: -420px 0;
    }

    .cp-mode-saturation .cp-grid-inner {
        background-position: -270px 0;
        background-image: inherit;
    }

    .cp-mode-brightness .cp-grid {
        background-position: -570px 0;
    }

    .cp-mode-brightness .cp-grid-inner {
        background-color: black;
    }

    .cp-mode-wheel .cp-grid {
        background-position: -720px 0;
    }

    .cp-slider,
    .cp-opacity-slider {
        position: absolute;
        top: 1px;
        left: 152px;
        width: 20px;
        height: 150px;
        background-color: white;
        background-position: 0 0;
        cursor: row-resize;
    }

    .cp-mode-saturation .cp-slider {
        background-position: -60px 0;
    }

    .cp-mode-brightness .cp-slider {
        background-position: -20px 0;
    }

    .cp-mode-wheel .cp-slider {
        background-position: -20px 0;
    }

    .cp-opacity-slider {
        left: 173px;
        background-position: -40px 0;
        display: none;
    }

    .cp-with-opacity .cp-opacity-slider {
        display: block;
    }

    /* Pickers */
    .cp-grid .cp-picker {
        position: absolute;
        top: 70px;
        left: 70px;
        width: 12px;
        height: 12px;
        border: solid 1px black;
        border-radius: 10px;
        margin-top: -6px;
        margin-left: -6px;
        background: none;
    }

    .cp-grid .cp-picker > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: solid 2px white;
        box-sizing: content-box;
    }

    .cp-picker {
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 2px;
        background: white;
        border: solid 1px black;
        margin-top: -2px;
        box-sizing: content-box;
        z-index: 2;
    }

    /* Tabs */
    .cp-tabs {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        color: #777;
        left: 0;
        right: 0;
        background: #eee;


        > div {
            display: inline-block;
            padding: 6px 0 4px;
            font-family: Helvetica, sans-serif;
            font-size: 11px;
            border-left: 1px solid #ddd;
            width: 48px;
            border-right: 0;
            text-align: center;
            cursor: pointer;

            &:first-child {
                border-left: 0;
            }

            &.active {
                background-color: #fff;
            }

            &.cp-tab-transp {
                width: 100%;
                border-top: 1px solid #ddd;
            }
        }
    }
    /* Default theme */
    .cp-theme-default.cp-wrapper {
        width: auto;
        display: inline-block;
    }
    .cp-theme-default .cp-input {
        height: 20px;
        width: auto;
        display: inline-block;
        padding-left: 26px;
    }
    .cp-theme-default.cp-position-right .cp-input {
        padding-right: 26px;
        padding-left: inherit;
    }

    .input-group .cp-theme-bootstrap:not(:first-child) .cp-input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
PKb��[�V��C4C4admin/fields/_filepicker.scssnu�[���#g5-container
{
    .g-filepicker {
        > *:not(div), label {
            display: inline-block;
            vertical-align: middle;
        }

        > .fa {
            cursor: pointer;
        }
    }

    .g5-dialog.g5-dialog-theme-default.g5-modal-filepicker .g5-content {
        width: 80vw;
        @include transform(translateZ(0));

        .g-particles-header {
            input, label, select {
                font-size: 0.8em;
            }

            .files-mode {
                .file-mode {
                    display: inline-block;
                    padding: 6px 8px;
                    background-color: #ddd;
                    color: #999;
                    margin-left: -4px;
                    cursor: pointer;

                    &.active {
                        background-color: $core-accent;
                        color: lighten($core-accent, 50%);
                    }

                    &:first-child {
                        border-radius: $core-border-radius 0 0
$core-border-radius;
                    }

                    &:last-child {
                        border-radius: 0 $core-border-radius
$core-border-radius 0;
                    }
                }
            }
        }

        .g-bookmarks, [data-file] {
            @extend %list-reset;
        }

        .g-bookmarks {

            .g-bookmark {
                font-family: "Monaco", "Courier New",
Courier, monospace;
                font-size: 0.8em;

                .g-bookmark-title {
                    width: 100%;
                    background: darken($light-gray, 2); //#e9e9e9;
                    display: block;
                    border-radius: 3px;
                    color: lighten($dark-gray, 20); //#888;
                    margin-top: 1rem;
                    padding: 4px 16px 4px 4px;
                    white-space: pre;
                    position: relative;
                    @include ellipsis();

                    .g-bookmark-collapse {
                        position: absolute;
                        right: 2px;
                        top: 0;
                        bottom: 0;
                        line-height: 2.2em;
                        cursor: pointer;
                    }
                }

                &.collapsed {
                    .g-bookmark-collapse::before {
                        content: "\f067";
                    }
                }

                &:first-child span {
                    margin-top: 0;
                }

                .fa-ul {
                    margin-left: 1.14285714em;
                    > li {
                        cursor: pointer;

                        &:hover {
                            color: $secondary-accent;
                        }

                        &.active > .fa.fa-folder-o::before {
                            content: "\f115";
                        }

                        .path {
                            @include ellipsis();
                        }
                    }
                }
            }
        }

        .g-particles-footer {
            .footer-upload-info {
                line-height: 1.1rem;
            }

            code {
                font-size: 0.70rem;
                padding-top: 0;
                padding-bottom: 0;
            }
        }

        .g-folders {
            margin: 0;
            padding-left: 2.14285714em;
        }

        .g-files, .folders {
            height: 65vh;
            overflow: auto;
        }

        .g-files {
            > ul {
                margin: 6px 0;
                list-style: none;
            }

            li {
                vertical-align: middle;
                position: relative;
                @include transition(transform 0.2s ease-out);
                @extend .font-small;

                .g-file-delete, .g-file-preview {
                    position: absolute;
                    z-index: 2;
                    background-color: $red;
                    border-radius: 16px;
                    color: $white;
                    right: 2px;
                    top: 2px;
                    line-height: 1rem;
                    padding: 2px;
                    opacity: 0;
                    cursor: pointer;
                }

                .g-file-preview {
                    right: inherit;
                    left: 2px;
                    background-color: $blue;
                }

                &.g-file-deleted {
                    @include transform(scale(0));
                }

                > span {
                    display: inline-block;
                    vertical-align: middle;
                }

                &:hover .g-file-delete, &:hover .g-file-preview {
                    opacity: 1;
                }
            }

            .g-list-labels {
                display: none;
            }

            .g-file-error {
                i {
                    font-size: 1rem;
                }
            }

            .g-file-name {
                font-size: 0.7rem;
                margin: 0.5em -6px 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            &.g-filemode-thumbnails {
                $max-width: 150px;
                li {
                    display: inline-block;
                    max-width: $max-width;
                    text-align: center;
                    margin: 12px 15px;
                    cursor: pointer;

                    .g-thumb {
                        background-color: $white;
                        width: $max-width;
                        height: $max-width;
                        line-height: $max-width;
                        text-transform: uppercase;
                        font-size: 0.8em;
                        border-radius: $core-border-radius;

                        &.g-image {
                            @extend %g-transparent-bg;
                            position: relative;
                            float: left;
                            width: $max-width;
                            height: $max-width;
                            background-position: 50% 50%;
                            //background-repeat: no-repeat;
                            //background-size: cover;

                            /*&.g-image-png, &.g-image-gif,
&.g-image-ico, &.g-image-svg {
                                background-size: inherit;
                                background-repeat: repeat;
                            }*/

                            > div {
                                background-position: 50% 50%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                border-radius: $core-border-radius;
                            }
                        }
                    }

                    .g-file-name {
                        max-width: $max-width;
                    }

                    .g-file-size, .g-file-mtime {
                        display: none;

                        strong, b {
                            color: inherit !important;
                            font-weight: inherit !important;
                        }
                    }

                    .g-file-progress {
                        display: none;
                        position: absolute;
                        left: 50%;
                        top: 45%;
                        padding: 4px;
                        background-color: rgba(255, 255, 255, 0.5);
                        border-radius: 50px;
                        line-height: 1em;
                        @include transform(translate(-50%, -50%));

                        .g-file-progress-text {
                            position: absolute;
                            line-height: 50px;
                            text-align: center;
                            display: block;
                            width: 100%;
                            left: 0;

                            i {
                                line-height: 50px;
                                color: $white;
                            }
                        }
                    }

                    &.g-file-uploading {
                        .g-thumb {
                            opacity: 0.1;
                        }
                        .g-file-progress {
                            display: block;
                        }
                    }

                    &.selected
span:not(.g-file-delete):not(.g-file-preview) {
                        @extend .badge;
                        background-color: $core-accent !important;
                        color: $white !important;
                        padding: 0 6px !important;
                    }
                }
            }

            &.g-filemode-list {
                margin-top: 0;
                li {
                    display: block;
                    padding: 4px;

                    >
span:not(.g-file-name):not(.g-file-delete):not(.g-file-preview) {
                        color: #aaa;
                        text-align: right;
                        padding-right: 20px;
                    }

                    .g-file-preview {
                        left: 18px;
                        top: 18px;
                    }

                    .g-file-delete + .g-file-preview {
                        right: 26px;
                    }

                    .g-thumb {
                        display: inline-block;
                        width: 50px;
                        height: 50px;
                        vertical-align: middle;
                        margin-right: 5px;

                        div {
                            height: 50px;
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: 50% 50%;
                        }
                    }

                    .g-file-thumb {
                        width: 55px;
                    }

                    .g-file-name {
                        margin: 0;
                        width: 50%;
                    }

                    .g-file-size {
                        width: 20%;

                        strong, b {
                            color: inherit !important;
                            font-weight: inherit !important;
                        }
                    }

                    &:nth-child(odd) {
                        background-color: #f5f5f5;
                    }

                    &.selected {
                        background-color: $core-accent !important;
                        color: $white !important;

                        >
span:not(.g-file-name):not(.g-file-delete):not(.g-file-preview) {
                            color: lighten($core-accent, 15%);
                        }
                    }

                    &.g-file-uploading {
                        .g-file-mtime, .g-file-progress-text {
                            display: none;
                        }

                        .g-file-mtime.g-file-progress {
                            display: block;
                        }

                        .g-file-progress {
                            width: 20%;
                        }
                    }

                    &.g-file-error {
                        .g-file-progress-text {
                            display: block !important;
                            position: relative;

                            i {
                                position: absolute;
                                text-align: center;
                                left: 50%;
                                margin-left: -2px;
                                margin-top: 4px;
                                color: white;
                                font-size: 0.8rem;
                            }
                        }
                    }
                }
            }

            &.g-filemode-list .g-list-labels {
                margin: 0 0 -6px;
                display: block;

                li {
                    background-color: #e9e9e9;
                    > span {
                        color: #888;
                    }
                }
            }

            &.g-filemode-list, &.g-filemode-thumbnails {
                li.no-files-found {
                    width: 100%;
                    max-width: inherit;
                    margin: 0;
                    position: absolute;
                    margin-top: -6px;
                    transform: translateY(-50%);
                    top: 50%;
                    color: #c9c9c9;
                    text-align: center;
                    background-color: inherit;
                }
            }
        }
    }

    .g5-popover-filepicker {
        max-width: 400px;
        word-wrap: break-word;
    }
}
PKb��[�X���admin/fields/_fonts.scssnu�[���.g-fonts
{
    > * {
        display: inline-block;
        vertical-align: middle;
    }

    i {
        cursor: pointer;
    }
}

#g5-container {
    .g5-dialog.g5-dialog-theme-default.g5-modal-fonts .g5-content {
        width: 650px;

        input[type="checkbox"], input[type="radio"] {
            margin: 0 5px 0 0;
        }

        .g-font-hide, .g-variant-hide, .font-charsets-selected {
            display: none;
        }

        .font-selected .font-charsets-selected {
            display: inline-block;
        }

        .font-selected .font-charsets-details {
            color: $blue;
        }

        .font-search {
            width: 10rem !important;
        }

        .font-preview {
            width: 25rem !important;
        }

        input {
            font-size: 0.8em;
        }
        .font-preview {
            width: 400px;
        }

        .g-particles-footer {
            .font-selected {
                font-size: 0.8em;
                margin-right: 10px;
            }

            .font-category {
                font-size: 0.85em;
            }

            .font-subsets {
                margin-left: 0.85em !important;
            }
        }

        ul.g-fonts-list {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 13px;
            line-height: 1.5rem;
            max-height: 550px;
            overflow: auto;
            position: relative;

            ul, li {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            > li.g-font-heading {
                text-transform: uppercase;
                margin: 1rem 0 0.5rem;
                font-size: 0.8rem;
                color: #bbb;
                text-shadow: 0 1px rgba(255, 255, 255, 0.8);
            }

            > li[data-font] {
                padding: 0.5em 1em;
                margin: 0.5em 0;
                border: 1px solid #dfdfdf;
                border-radius: 5px;
                cursor: pointer;

                &.g-local-font {
                    margin-right: 0.5em;
                    display: inline-block;

                    .family {
                        display: inline-block;
                    }
                }

                background-color: #eaeaea;

                &:nth-child(odd) {
                    background-color: #f7f7f7;
                }

                &.selected {
                    border-color: $tertiary-accent;
                }

                strong {
                    font-weight: bold !important;
                }

                input[type="checkbox"], .variant {
                    display: inline-block;
                    vertical-align: middle;
                }

                .variant, .family {
                    color: #999;
                }

                .preview {
                    font-size: 24px;
                    line-height: 1.3em;
                }

                ul {
                    margin-top: 0.5em;
                }

                li[data-font] {
                    padding: 0.5em 0;
                    border: 0;
                    border-top: 1px solid #ddd;
                    border-radius: 0;
                }
            }
        }
    }
}
PKb��[�(.��
�
admin/fields/_icons.scssnu�[���#g5-container {
    .g-icons {
        > *:not(div), label {
            display: inline-block;
            vertical-align: middle;
        }

        > .fa {
            cursor: pointer;

            &.picker {
                color: $tertiary-accent;
                opacity: 0.5;
            }
        }
    }

    .g5-popover-icons-preview, [data-g5-iconpicker] .fa {
        width: auto !important;
        font-size: 1rem !important;
    }

    .g5-popover-icons-preview h3 {
        text-align: center;
        margin-bottom: 0;
    }

    .g5-dialog.g5-dialog-theme-default.g5-modal-icons .g5-content {
        width: 650px;

        .g-icon-preview {
            padding: 0 2px;
            text-align: center;
            @include transform(translateZ(0));

            span {
                color: lighten(#000, 70);
                display: block;
            }

            i {
                width: auto !important;
                vertical-align: middle;
            }
        }

        .g-particles-header {
            color: lighten(#000, 50);

            label, select, input {
                margin: 0 !important;
                display: inline-block !important;
                font-size: 0.8em;
            }

            label {
                font-size: 0.75em;
            }

            .float-right input, select {
                width: auto !important;
            }

            .float-left.particle-search-wrapper input {
                width: 245px;
            }
        }

        .icons-wrapper {
            max-height: 500px;
            overflow: auto;
            ul {
                @extend %list-reset;
                background-color: $white;
                border-radius: 3px;
                padding: 10px;

                li {
                    display: inline-block;
                    min-width: 190px;
                    font-size: 0.85em;
                    color: lighten(#000, 70);
                    cursor: pointer;
                    padding: 4px;
                    margin: 2px 0;
                    border-radius: 3px;
                    @include ellipsis(190px);

                    i {
                        color: #333;
                    }

                    &:hover {
                        background-color: darken($white, 4);
                    }

                    &.active {
                        background-color: $core-accent;
                        color: lighten($core-accent, 50);

                        i {
                            color: $white;
                        }
                    }

                    &.hide-icon {
                        display: none;
                    }
                }
            }
        }
    }
}
PKb��[	����	�	admin/fields/_keyvalue.scssnu�[���#g5-container
.settings-block .g-keyvalue-field {
    ul {
        &:empty {
            margin-top: -8px;
        }

        li {
            margin: 5px 0;

            .g-keyvalue-wrapper {
                display: inline-block;
                position: relative;
                width: 86%;
            }

            &:hover {
                [data-keyvalue-remove] {
                    display: inline-block;
                }
            }

            .g-tooltip {
                &:after {
                    bottom: 2.25rem;
                }

                &:before {
                    bottom: 1.90rem;
                    left: 0.8rem;
                }
            }

            &.g-keyvalue-excluded {
                color: $red;
            }

            &.g-keyvalue-warning {
                color: orange;
            }
        }

        .g-keyvalue-sep {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            color: $medium-gray;
            margin: -12px 0 0 -8px;
        }

        input {
            margin-right: -4px; // Fixes space between inline-block
elements

            &.g-keyvalue-input-key {
                width: 50%;
                display: inline-block;
                font-weight: bold;
                border-right: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

            &.g-keyvalue-input-value {
                width: 50%;
                display: inline-block;
                border-left: 0;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }
        }

        [data-keyvalue-remove] {
            cursor: pointer;
            display: none;
            margin-right: -1rem;
        }
    }



    &.g-keyvalue-small ul {
        .g-keyvalue-sep {
            left: 35%;
        }

        input {
            &.g-keyvalue-input-key {
                width: 35%;
            }

            &.g-keyvalue-input-value {
                width: 65%;
            }
        }
    }

    &.g-keyvalue-large ul {
        .g-keyvalue-sep {
            left: 65%;
        }

        input {
            &.g-keyvalue-input-key {
                width: 65%;
            }

            &.g-keyvalue-input-value {
                width: 35%;
            }
        }
    }

    .g-keyvalue-key {
        margin-right: 1em;
    }

    .g-keyvalue-value {
        margin-left: 1em;
    }

}
PKb��[cd�3admin/fields/_tabs.scssnu�[���#g5-container
{
    .settings-param.container-tabs {
        padding: 0;
    }

    .g5-tabs-container {
        border-bottom: 1px solid #dedede;

        .g-tabs {
            ul {
                @extend %list-reset;
                /*@include border-width(null 1px 1px 1px);
                @include border-style(null solid solid solid);
                @include border-color(null #e6e6e6 #e6e6e6 #e6e6e6);*/
                border-bottom: 1px solid #e6e6e6;
                padding: 0.5rem 0;
            }

            li {
                display: inline-block;

                a {
                    display: block;
                    color: $core-accent;

                    span {
                        padding: 0.2rem 0.5rem;
                    }

                    &:hover {
                        color: darken($core-accent, 20%);
                    }
                }

                &.active {
                    a span {
                        color: $white;
                        background-color: $core-accent;
                        border-radius: 1rem;
                    }
                }
            }
        }

        .g-panes {
            @include border-width(null 1px null 1px);
            @include border-style(null solid null solid);
            @include border-color(null #e6e6e6 null #e6e6e6);

            .settings-param {
                background-color: #fafafa;
                border-bottom: 1px solid darken(#fafafa, 5%);

                /*.settings-param-override {
                    background-color: transparentize(#e2e2e2, 0.5);
                }*/
            }

            .g-pane {
                display: none;

                &.active {
                    display: block;
                }
            }
        }
    }
}PKb��[˸��

admin/mixins/_background.scssnu�[���@mixin
stripes-background($color: #e3e3e3, $size: 50px, $deg: -45deg, $darkness:
3%){
    @include background-image(linear-gradient($deg, $color 25%,
darken($color, $darkness) 25%, darken($color, $darkness) 50%, $color 50%,
$color 75%, darken($color, $darkness) 75%, darken($color, $darkness)));
    background-size: $size $size;
}

%g-transparent-bg {
    background-image:
url(data:image/jpeg;base64,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);
}PKb��[�c�nadmin/mixins/_base.scssnu�[���@import
'background';
PKb��[lA�5((admin/modules/_base.scssnu�[���@import
"toggle-ui";
@import "buttons";
PKb��[_O�f��admin/modules/_buttons.scssnu�[���%button
{
    display: inline-block;
    border-radius: $core-border-radius;
    padding: 6px 12px;
    vertical-align: middle;
    font-size: $core-font-size;
    line-height: inherit;
    font-weight: $font-weight-medium;
    cursor: pointer;
    margin: 2px 0;
    &:active {
        margin: 1px 0 -1px 0;
    }
    &:not(.disabled):focus {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
        outline: none;
    }
    i + span {
        margin-left: 8px;
    }
}

@mixin button-color($color, $text: $white) {
    background: $color;
    color: rgba($text, 0.9);
    &:hover, &:focus {
        background: darken($color, 8%);
        color: $text;
    }
}
PKb��[M%(���admin/modules/_modal.scssnu�[���@include
keyframes(fadeIn) {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@include keyframes(fadeOut) {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@include keyframes(rotate) {
    from {
        @include transform(rotate(0deg));
    }
    to {
        @include transform(rotate(359deg));
    }
}

@include keyframes(flyIn) {
    from {
        opacity: 0;
        @include transform(translateY(-40px));
    }

    to {
        opacity: 1;
        @include transform(translateY(0));
    }
}

@include keyframes(flyOut) {
    from {
        opacity: 1;
        @include transform(translateY(0));
    }

    to {
        opacity: 0;
        @include transform(translateY(-40px));
    }
}

@include keyframes(pulse) {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, .25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}
PKb��[�
I22admin/modules/_toggle-ui.scssnu�[���%toggle {
    display: inline-block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    vertical-align: middle;
    @include transition (background-color 0.3s ease-in-out);
}

%knob {
    position: absolute;
    background: $white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    @include transition (all 0.3s ease-in-out);
}

@mixin toggle-ui($size: 18px, $round: false){
    @extend %toggle;
    border-radius: $size;

    @if $round == false { @include size(($size * 2) $size); }
    @else               { @include size($size $size); }

    .knob {
        @extend %knob;
        @if $round == false { @include size(($size + 2) ($size - 2)); }
        @else               { @include size(($size - 6) ($size - 6)); }
        border-radius: $size + 2;
    }
}

@mixin enabler($on: $black, $off: $white, $size: 18px){
    outline: transparent;

    .toggle {
        background-color: $off;

        .knob {
            top: 1px;
            left: 1px;
        }
    }

    & [type="hidden"] + .toggle {
        @include toggle-ui($size, false);
    }

    & [type="radio"] {
        display: none;
    }

    & [type="radio"] + .toggle {
        @include toggle-ui($size, true);

        .knob {
            left: 3px;
            top: 3px;
            opacity: 0;
        }
    }

    & [type="hidden"][value="1"] + .toggle {
        background-color: $on;

        .knob {
            left: $size - 2 - 1;
        }
    }

    & [type="radio"]:checked + .toggle {
        background-color: $on;

        .knob {
            opacity: 1;
        }
    }
}
PKb��[g�r��admin/_assignments.scssnu�[���#g5-container
{
    #assignments, .settings-assignments {
        .enabler {
            float: right;
        }

        .settings-param-wrapper {
            min-width: 100%;
            max-height: 455px;
            overflow-y: auto;
            overflow-x: hidden;
            margin: 0 -10px -10px;
        }

        .settings-param {
            display: block;
            border-bottom: 0;
            border-top: 1px solid #f4f4f4;
            margin: 0;
            padding: 10px 15px;
            @include backface-visibility(hidden);

            .settings-param-title {
                line-height: 1em;
                vertical-align: middle;

                .changes-indicator {
                    margin-left: -1em;
                }
            }
        }

        .g-panel-filters {

            [data-g-assignments-check], [data-g-assignments-uncheck] {
                background-color: transparent;
                font-size: 0.85rem;
                line-height: 1;
                border-left: 1px solid $medium-gray;
                padding: 0 0.5rem;

                &:last-child {
                    padding-right: 0;
                }
            }

            .g-tooltip:hover:before {
                left: 2px;
            }
        }

        .card .g-panel-filters .search {
            width: 40%;
        }

        h4 {
            padding: 0 6px;
            line-height: 2;
        }
    }

    .settings-assignments {
        width: 100%;
        margin-top: 0;

        .enabler {
            float: right;
        }

        .cards-wrapper {
            margin: 0 0 -10px;

            &.only-child {
                @include column-count(1);
            }
        }
    }

}
PKb��[�-�admin/_buttons.scssnu�[���#g5-container
{//wrapper

.button {
    @extend %button;
    @include button-color($button-bg, $white);
}

.button-simple {
    @extend %button;
    padding: 0;
}

.button-primary {
    @extend %button;
    @include button-color($core-accent);
}

.button-secondary {
    @extend %button;
    @include button-color($secondary-text);
}

.button.disabled, .button[disabled] {
    @extend %button;
    background: darken($main-bg, 10%);
    color: $white;
    cursor: default;
    &:active {
        margin: 0;
    }
}

.button.red {
    @extend %button;
    @include button-color($red);
}

.button.yellow {
    @extend %button;
    @include button-color($yellow, darken($yellow, 40%));
}

.input-group-btn {
    .button {
        @include button-color(#f6f6f6, $core-text);
    }
}

}//endwrapper
PKb��[��v		admin/_changelog.scssnu�[���#g5-container
{// wrapper

    #g-changelog {
        max-height: 650px;
        overflow: auto;
        background-color: $white;
        padding: 1em;
        border-radius: 3px;
        border: 1px solid #ddd;

        h1, h2 {
            margin: 0;
            text-align: center;
            color: $update-header-bg;
        }

        h2 {
            font-size: 0.8rem;
            margin-bottom: 1.5rem;
            color: #999;
        }

        ul, ol {
            @extend %list-reset;
        }

        > ol > li > a {
            display: block;
            font-size: 1.5rem;
            color: #888;
            text-align: center;
            padding: 1rem 0 0;
            text-transform: uppercase;
        }

        ol {
            a[href='#bugfix'] + ul > li:before {
                background-color: #fc2929;
                content: 'Bugfix';
            }
            a[href='#new'] + ul > li:before {
                background-color: #207de5;
                content: 'New'
            }

            a[href='#improved'] + ul > li:before {
                background-color: #fbca04;
                color: #333;
                content: 'Improved'
            }

            > li:last-child > ul > li:last-child {
                border-bottom: 0;
            }
        }

        ul li {
            padding: 0.5rem 0;
            border-bottom: 1px solid $light-gray;
            padding-left: 6rem;

            &:before {
                margin-left: -6rem;
                display: inline-block;
                border-radius: 2px;
                color: #fff;
                font-weight: bold;
                margin-right: 1rem;
                text-align: center;
                width: 5rem;
                font-size: .8rem;
                font-style: normal;
            }
        }

        code {
            font-size: 0.8rem;
            vertical-align: middle;
            padding: 0 2px;
            white-space: normal;
        }

        .g-changelog-toggle {
            font-size: 0.85rem;
            vertical-align: middle;
            display: inline-block;
            margin: -6px 0 0 6px;
            color: lighten(#888, 10%);
        }
    }

    .g5-dialog.g5-dialog-theme-default.g5-modal-changelog .g5-content {
        width: 700px;
    }
}
PKb��[*�;oS	S	admin/_configurations.scssnu�[���#g5-container
{//wrapper

#configurations, #positions {

    .card {
        margin: 10px 1%;
    }

    .outline-is-default {
        border-color: $tertiary-accent;

        .float-right.font-small {
            color: $tertiary-accent;
        }

        &:after {
            position: absolute;
            bottom: 0;
            right: 0;
            background: $tertiary-accent;
            content: "Default";
            padding: 2px 6px;
            color: white;
            font-size: 0.7rem;
            border-radius: 3px 0 0 0;
        }
    }

    h4 {
        display: block;
        > * {
            vertical-align: middle;

            &[data-g-config-href] {
                @include ellipsis(70%);
            }

            &.float-right {
                margin-top: 5px;
                color: lighten($dark-gray, 20%);
            }
        }
    }

    ul {
        @extend %list-reset;
        margin: -10px -1%;
        .size-1-4 {
            @include flex(0 23%);

            @include breakpoint(small-mobile-range) {
                @include flex(0 100%);
            }
        }
    }

    img {
        display: block;
        margin: 0 auto;
    }

    .add-new {
        cursor: pointer;
        a {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        i {
            @include transform(translate(-50%, -50%));
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 70px;
            color: #ddd;
            display: block;

            &.fa-spinner {
                margin-left: -0.642857145em;
                margin-top: -0.642857145em;
            }
        }

        .page {
            vertical-align: middle;
            height: 357px;
            line-height: 343px + 35px;
            text-align: center;
            position: relative;
        }
    }

    .card .inner-params {
        margin: $content-margin 0 0;
        padding-top: $content-margin;
        border-top: 1px solid $light-gray;

        & > :first-child {
            border-top: 0;
            padding-top: 0;
            margin: 0 auto;
        }
    }

    .g-tooltip {
        &:before {
            bottom: 2.6rem;
        }

        &:after {
            bottom: 3rem;
        }
    }
}

} //endwrapper
PKb��[�Jk��admin/_core.scssnu�[���html {
    width:100vw;
    overflow-x:hidden;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
}

body.g-prime {
    color: $white;
    background-color: $body-bg;
    font-family: $font-family-default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#g5-container { // wrapper
    font-size: $core-font-size;
    line-height: $core-line-height;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: $font-family-default;
    position: relative;

    .g-php-outdated {
        line-height: 1em;
        font-size: 0.9rem;
        text-align: center;
        padding: 8px 0;
        margin: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;

        a {
            font-weight: bold;
            text-decoration: underline;
        }
    }

    a {
        color: $core-accent;
    }

    .g-block {
        position: relative;
        @include breakpoint(mobile-only) {
            @include flex(0 100%);
        }
    }

    .g-content {
        margin: $content-margin;
        padding: $content-padding;
    }

    .inner-container {
        margin: 1.5rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        color: $core-text;

        @include breakpoint(mobile-only) {
            margin: 0;
        }
    }

    // fast spin for fontawesome
    .fa-spin-fast {
        @include animation(fa-spin 1s infinite linear);
    }

    // save indicator
    .changes-indicator {
        opacity: 0;
        @include animation(pulsate 1s ease-out infinite);
    }

    // collapse
    .g-collapsed {
        .g-collapse {
            i {
                @include transform(rotate(180deg));
                @include backface-visibility(hidden);
            }
        }

        &.card .inner-params, &:not(.card) {
            overflow: hidden;
            visibility: hidden;
            height: 0;
        }
    }

    // badges
    .badge {
        border-radius: 100px;
        background-color: $light-gray;
        color: darken($medium-gray, 25);
        padding: 3px 6px;
        text-shadow: none;
    }

    // cards
    .cards-wrapper {
        margin: -10px 0;
        display: block;
        width: 100%;
        @include column-count(2);
        @include column-gap(20px);

        @include breakpoint(mobile-only) {
            @include column-count(1);
        }

        .card h4, .card input {
            @include transform(translateZ(0));
        }
    }

    .themes {
        &.cards-wrapper {
            @include column-count(initial);
            @include column-gap(initial);
        }
    }

    .card {
        display: inline-block;
        background: $white;
        border-radius: 3px;
        border: 1px solid $medium-gray;
        padding: 10px;
        min-width: 250px;
        vertical-align: top;
        margin: 10px 0;
        @include backface-visibility(hidden);

        //@include transform(translateZ(0)); // FIXME : Causes z-index
issue in selectize but fixes WebKit rendering issues with Columns

        &.full-width {
            margin: 0;
            display: block;
        }

        h4 {
            margin: 0;

            > * {
                vertical-align: middle;
            }

            &[data-g-collapse] {
                .g-collapse {
                    @extend .font-small;
                    cursor: pointer;
                    display: inline-block;
                    border: 1px solid #ddd;
                    color: #bbb;
                    border-radius: 3px;
                    line-height: 1rem;
                    padding: 2px;
                    margin-right: 5px;
                    position: relative;
                    z-index: 5;

                    &:hover:before {
                        bottom: 1.65rem;
                        left: 0.25rem;
                    }

                    &:hover:after {
                        left: -0.5rem;
                        bottom: 2rem;
                    }
                }
            }

            .enabler {
                float: right;
            }
        }

        .inner-params > :first-child:not(.alert) {
            margin: $content-margin 0 0;
            padding-top: $content-margin * 2;
            border-top: 1px solid $light-gray;
        }

        .theme-id {
            text-align: center;
            margin-bottom: 10px;
            font-weight: $font-weight-medium;
        }

        .theme-name {
            text-align: center;
        }

        .theme-screenshot {
            img {
                margin: 0 auto 10px auto;
                display: block;
            }

            a {
                display: block;
            }
        }
    }

    .enabler {
        @include enabler($green, $red);
    }

    .themes {
        .card {
            max-width: 300px;
        }
        .theme-info {
            display: block;
            text-align: center;
            font-size: $core-font-size - 0.15;
        }
    }

    .g-footer-actions {
        padding: 1rem 0;
        margin-top: 1rem;
        border-top: 1px solid $medium-gray;
    }

} // end wrapper

// Footer
.com_gantry5, .gantry5, .admin-block {
    #footer {
        background-color: #e7e7e7;
        padding: 1em 0 3rem;
        margin-bottom: 0;
        color: #aaa;
        text-align: center;
        font-weight: $font-weight-medium;
        border-top: 1px solid #dedede;
        font-family: $font-family-default;
        font-size: $core-font-size;
        line-height: $core-line-height;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        .g-version, .g-version-date {
            color: $update-header-bg;
        }

        a {
            color: $core-accent !important;
            text-decoration: none;
            &:hover {
                color: darken($core-accent, 20%) !important;
            }
        }
    }
}

// Whoops Debug
.Whoops.container {
    position: inherit;
    @include clearfix;
}

// Keyframes
@include keyframes(pulsate) {
    0% {
        @include transform(scale(0.1, 0.1));
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        @include transform(scale(1.2, 1.2));
        opacity: 0;
    }
}

// Tooltips
.g-tooltip {
    display: inline;
    position: relative;

    &:before, &:after {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.g-tooltip:hover, .g-tooltip.g-tooltip-force {
    color: $core-accent;
    text-decoration: none;
}

.g-tooltip:hover:after, .g-tooltip.g-tooltip-force:after {
    background: rgba(0,0,0,0.8);
    border-radius: $core-border-radius;
    bottom: 1.45rem;
    color: $white;
    content: attr(data-title);
    display: block;
    left: 0;
    padding: .3rem 1rem;
    position: absolute;
    white-space: nowrap;
    z-index: 99;
    font-size: $core-font-size - 0.2;
}

.g-tooltip:hover:before, .g-tooltip.g-tooltip-force:before {
    border: solid;
    border-color: rgba(0,0,0,0.8) transparent;
    border-width: .4rem .4rem 0 .4rem;
    bottom: 1.1rem;
    content: "";
    display: block;
    left: 1rem;
    position: absolute;
    z-index: 100;
}

.g-tooltip.g-tooltip-right:hover:after,
.g-tooltip.g-tooltip-right.g-tooltip-force:after {
    left: inherit;
    right: 0;
}

.g-tooltip.g-tooltip-right:hover:before,
.g-tooltip.g-tooltip-right.g-tooltip-force:before {
    left: inherit;
    right: 1rem;
}

.g-tooltip.g-tooltip-bottom:hover:after,
.g-tooltip.g-tooltip-bottom.g-tooltip-force:after {
    bottom: auto;
}

.g-tooltip.g-tooltip-bottom:hover:before,
.g-tooltip.g-tooltip-bottom.g-tooltip-force:before {
    border-width: 0 .4rem .4rem .4rem;
    bottom: -0.1rem;
}


// Save tooltips
.button-save.g-tooltip:hover:after {
    bottom: 3rem;
}

.button-save.g-tooltip:hover:before {
    bottom: 2.6rem;
}

// Section actions tooltips
.section-actions .g-tooltip:hover:before {
    right: 7px;
    bottom: 1.5rem;
}
.section-actions .g-tooltip:hover:after {
    bottom: 1.9rem;
}
PKb��[^����admin/_fields.scssnu�[���@import
"fields/colorpicker";
@import "fields/fonts";
@import "fields/icons";
@import "fields/filepicker";
@import "fields/keyvalue";
@import "fields/tabs";

#g5-container {
    .g-particles-footer, .g-particles-header {
        margin: 0 !important;
        input, select {
            margin: 0 !important;
        }
    }

    .g-particles-footer select {
        margin-top: 10px !important;
    }

    .g-particles-main {
        width: 100%;
    }

    .g-particles-header {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;

        .particle-search-wrapper {
            display: inline-block;
            position: relative;
            @include transform(translateZ(0));

            span {
                position: absolute;
                right: 5px;
                top: 2px;
                font-size: 0.6em;
                color: $core-accent;
            }
        }

    }

    .g-particles-footer {
        padding-top: 15px;
        border-top: 1px solid #ccc;
    }
}PKb��[P]���admin/_fonts.scssnu�[���@include
font-face('roboto',
'../fonts/roboto_regular_macroman/Roboto-Regular-webfont', 400);
@include font-face('roboto',
'../fonts/roboto_medium_macroman/Roboto-Medium-webfont', 500);
@include font-face('roboto',
'../fonts/roboto_bold_macroman/Roboto-Bold-webfont', 700);
@include font-face('rockettheme-apps',
'../fonts/rockettheme-apps/rockettheme-apps');

.font-small, .fa.font-small {
    font-size: $core-font-size - 0.2rem;
    vertical-align: middle;
}

// RocketTheme Apps Support
i.fa-grav, i.fa-grav-spaceman, i.fa-grav-text, i.fa-grav-full,
i.fa-grav-logo, i.fa-grav-symbol, i.fa-grav-logo-both, i.fa-grav-both,
i.fa-gantry, i.fa-gantry-logo, i.fa-gantry-symbol, i.fa-gantry-logo-both,
i.fa-gantry-both {
    font-family: 'rockettheme-apps';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

// Grav
.fa-grav-logo:before, .fa-grav-text:before {
    content: "\61";
}
.fa-grav-symbol:before, i.fa-grav:before, .fa-grav-spaceman:before {
    content: "\62";
}
.fa-grav-logo-both:before, .fa-grav-both:before, .fa-grav-full:before {
    content: "\66";
}

// Gantry
.fa-gantry-logo:before {
    content: "\64";
}
.fa-gantry:before, .fa-gantry-symbol:before {
    content: "\63";
}
.fa-gantry-logo-both:before, .fa-gantry-both:before {
    content: "\65";
}
PKb��[r��N��admin/_headers.scssnu�[���#g5-container
{ //wrapper

    [data-mode-indicator="production"] {
        background-color: $core-accent;
    }

    #main-header {
        font-weight: $font-weight-medium;
        color: $main-header-text;

        .g-content {
            margin: 0;
            padding: 0 $content-padding + 1.5;
        }

        .theme-title {
            display: inline-block;
            line-height: 3rem;
            font-size: $core-font-size + 0.3;
            i {
                margin-right: 8px;
            }
        }

        ul {
            @extend %list-reset;
            li {
                display: inline-block;
                margin-right: -4px;
                a {
                    display: block;
                    padding: $content-padding;
                    color: $main-header-text;
                    @include transition(background 0.2s);
                    @include breakpoint(tablet-range) {
                        padding: $content-padding $content-padding - 0.3;
                    }
                    &:focus {
                        background: darken($core-accent, 8%);
                    }
                }
                &:hover {
                    a {
                        background: darken($core-accent, 8%);
                    }
                }
                &.active {
                    a {
                        background: $body-bg;
                    }
                }
            }
        }
    }

    // Dev / Prod Toggle
    .dev-mode-toggle {
        position: relative;
        height: 36px;
        float: right;
        margin-left: $content-padding;
        margin-top: 0.5rem;
        background: darken($core-accent, 10%);
        border-radius: $core-border-radius;
        color: $white;
        @include breakpoint(tablet-range) {
            margin-left: $content-padding - 0.3;
        }

        input {
            position: absolute;
            opacity: 0;
        }

        input + label {
            position: relative;
            z-index: 2;
            float: left;
            width: 50%;
            height: 100%;
            margin: 0;
            text-align: center;
        }

        label {
            padding: 8px 20px;
            vertical-align: middle;
            cursor: pointer;
            font-size: $core-font-size;
            font-family: $font-family-default;
            font-weight: $font-weight-regular;
            opacity: 0.5;
            line-height: 1.2;
            @include transition(opacity 0.1s ease-out);
        }

        input:checked + label {
            opacity: 1;
        }

        a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            z-index: 1;
            width: 50%;
            height: 100%;
            border-radius: $core-border-radius;
            background: lighten($core-accent, 15%);
            @include transition(all 0.1s ease-out);
        }

        input:last-of-type:checked ~ a {
            left: 50%;
        }
    }

    // Update Header Bar
    .update-header {
        padding: $content-padding - 0.4 $content-padding;
        background: $update-header-bg;
        color: $main-header-text;
        .update-tools {
            float: right;
        }
        a {
            color: $main-header-text;
        }
        .fa-close {
            display: inline-block;
            border-radius: 100%;
            background-color: darken($update-header-bg, 15%);
            margin: 0 $content-padding;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
        }
    }

    .update-text {
        vertical-align: middle;
        line-height: $core-line-height + 0.5;
    }

    .button.button-update {
        display: inline-block;
        box-shadow: none;
        @include button-color(darken($update-header-bg, 15%), $white);
    }

}// endwrapper
PKb��[yڦ22admin/_input-groups.scssnu�[���//Most of
these topography controls are taken from
http://getbootstrap.com/components/#input-groups

#g5-container {//wrapper

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        @include breakpoint(mobile-only) {
            width: 90%;
        }
        input {
            position: relative;
            z-index: 2;
        }
    }

    .input-group input, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

    .input-group-addon:first-child {
        border-right: 0 none;
    }

    .input-group-addon:last-child {
        border-left: 0 none;
    }

    .input-group-addon, .input-group-btn {
        white-space: nowrap;
        vertical-align: middle;
    }

    .input-group-addon {
        padding: 6px 0;
        width: 42px;
        font-size: $core-font-size - 0.1;
        font-weight: 400;
        color: $core-text;
        text-align: center;
        background-color: #f6f6f6;
        border: 1px solid $medium-gray;
        border-left: 0;
        border-radius: $core-border-radius;
    }

    .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        z-index: 1;
        @include breakpoint(mobile-only) {
            width: 42px;
        }

        button {
            outline: 0;
        }

        .button {
            position: relative;
            border: 1px solid $medium-gray;
            border-radius: $core-border-radius;
            margin: -1px;

            &:focus {
                box-shadow: none;
            }
        }
    }

    .input-group.append {
        input {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        .input-group-addon, .button {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .button {
            border-left: 0
        }
    }

    .input-group.prepend {
        input {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
        .input-group-addon, .button {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        .button {
            border-right: 0;
        }
    }

    .input-multicheckbox .input-group, .input-radios .input-group,
#g-inherit-particle .input-group, #g-inherit-atom .input-group,
.g-preserve-particles {
        width: 100%;
        input, span {
            vertical-align: middle;
        }

        span {
            line-height: 1.5rem;
            margin-left: 5px;
        }

        label {
            display: block;
        }
    }

    .input-radios .radios {
        margin-right: 1rem;

        input, label {
            display: inline-block;
            margin-bottom: 0;
        }

        label {
            margin-left: 0.2rem;
        }
    }

    #g-inherit-particle, #g-inherit-atom {
        label {
            .fa {
                color: $medium-gray;
                &:hover {
                    color: $dark-gray;
                }
            }
        }
    }

}//endwrapper
PKb��[�'�qqadmin/_layout-manager.scssnu�[���$particle:
#2A82B7;
$position: #359AD9;
$spacer: #eee;
$system: #20A085;
$atom: #9055AF;

#g5-container {
    // wrapper

    .layout-title {
        margin-bottom: 0.5rem;
    }

    .title ~ .fa-pencil {
        cursor: pointer;
    }

    .title[contenteditable] {
        padding: 4px;
    }

    .lm-blocks {
        &.empty {
            min-height: 150px;
            border: 2px dashed #dfdfdf;
        }

        .g-grid, .g-block {
            position: relative;
        }

        // resizers
        .g-grid > .g-block {
            &:after {
                content: "";
                position: absolute;
                top: 0;
                right: -8px;
                bottom: 0;
                width: 8px;
                background: red;
                z-index: 3;
                cursor: col-resize;
                display: none;
            }

            &:last-child:after {
                display: none;
            }
        }

        &.moving .g-grid > .g-block:after, &.moving .g-grid >
.g-block > [data-lm-blocktype]:after,
        &.moving .g-grid:hover > .g-block
[data-lm-blocktype]:not(:empty):after {
            display: none;
        }

        [data-lm-blocktype="container"] {
            position: relative;
            padding: 8px;
            background: #e0e0e0;

            .container-wrapper {
                padding: 0 4px 8px;
                color: #888;

                .container-title {
                    @extend .float-left;
                    text-transform: capitalize;
                    font-size: 0.95rem;

                    .changes-indicator {
                        margin-right: 5px;
                    }
                }

                .container-actions {
                    @extend .float-right;

                    .g-tooltip {
                        &:before {
                            right: 0.1rem;
                        }

                        &:after {
                            right: -0.2rem;
                        }
                    }

                    .g-tooltip, i {
                        cursor: pointer;
                        @include transition(color 0.2s);
                        &:hover {
                            color: darken($core-text, 10%);
                        }
                    }
                }
            }
        }

        .g-grid .g-block {
            .section:first-child {
                margin-top: 0;
            }

            .section:last-child {
                margin-bottom: 0;
            }

            > .section {
                position: relative !important;
            }
        }

        .section, .atoms-section, .offcanvas-section, .wrapper-section {
            padding: 8px;
        }

        .section, .atoms-section, .offcanvas-section {
            margin: 14px 0;
            background: $white;

            .section-header {
                font-size: 22px;
                line-height: 2em;
                padding: 0 4px;

                h4 {
                    margin: 0;
                    padding: 0;
                    font-weight: $font-weight-regular;
                    font-family: $font-family-default;
                    font-size: 24px;
                    @include ellipsis();
                }

                i {
                    pointer-events: visible;
                    color: #999;
                    margin: 0 4px;
                }
            }

            .section-actions {
                opacity: 0.5;
                @include transition(opacity 0.2s ease-out);

                i {
                    cursor: pointer;
                    @include transition(color 0.2s);
                    &:hover {
                        color: darken($core-text, 10%);
                    }
                }
            }

            &:hover {
                .section-actions {
                    opacity: 1;
                    @include transition(opacity 0.2s ease-in);
                }
            }

            @mixin inheritance-actions() {
                position: relative;
                z-index: 6;
                i {
                    color: lighten($core-text, 5%);

                    &:hover {
                        color: darken($core-text, 10%);
                    }
                }
            }

            &.g-inheriting {
                h4 {
                    z-index: 6;
                    position: relative;
                }

                .section-actions {
                    opacity: 1;
                    .section-settings {
                        @include inheritance-actions();
                    }
                }

                &:not(.g-inheriting-children) .section-addrow {
                    @include inheritance-actions();
                }

                &:hover {
                    .section-actions {
                        opacity: 1;
                    }
                }

                &.g-inheriting-children > .g-grid:not(:empty) {
                    &:before, &:after {
                        display: none !important;
                    }
                }
            }

            .g-grid {
                margin: 8px 0;
                padding: 4px;
                border: 0;
                box-shadow: none;
                background-color: #f6f6f6;
                min-height: 58px;

                &.original-placeholder {
                    margin-top: 0;
                }

                // handles
                &:not(:empty):not(.no-hover):before,
&:not(:empty):not(.no-hover):not(.no-gear):after {
                    display: block;
                    position: absolute;
                    background: #f6f6f6;
                    top: -1px;
                    bottom: -1px;
                    width: 25px;
                    vertical-align: middle;
                    line-height: 58px;
                    text-align: center;
                    z-index: 5;
                    color: #aaa;
                    border: 1px solid #ddd;
                    opacity: 0;
                }

                &:not(:empty):not(.no-hover):before {
                    font-family: FontAwesome, sans-serif;
                    content: "\f0c9";
                    border-radius: 3px 0 0 3px;
                    left: -21px;
                    cursor: move;
                    border-right: 0 !important;
                }

                &:not(:empty):not(.no-hover):not(.no-gear):after {
                    font-family: FontAwesome, sans-serif;
                    content: "\f0db";
                    border-radius: 0 3px 3px 0;
                    right: -21px;
                    border-left: 0 !important;
                    cursor: pointer;
                }

                &:hover:not(:empty) {
                    box-shadow: 0 0 0 1px #ddd;
                }

                &:hover:not(:empty):not(.no-hover):before,
&:hover:not(:empty):not(.no-hover):not(.no-gear):after {
                    opacity: 1;
                }

                &:first-child {
                    margin-top: 0;
                }

                .g-block:after {
                    display: none;
                }

                &:empty:after {
                    content: "Drop particles here...";
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                    position: relative;
                    vertical-align: middle;
                    line-height: 47px;
                    color: #bababa;
                    @include ellipsis();
                }
            }
        }

        .atoms-section, .offcanvas-section {
            background-color: transparent;
            margin-top: 28px;
            border-top: 1px solid #ddd;

            .g-grid {
                background: $white;
            }
        }

        .atoms-section {
            &:empty:after {
                content: "Drop atoms here...";
            }

            .g-grid {
                &:not(:empty):not(.no-hover):before,
&:not(:empty):not(.no-hover):not(.no-gear):after {
                    display: none;
                    opacity: 0;
                    visibility: hidden;
                }

                > .g-tooltip {
                    display: none;
                }
            }

            .g-block {
                min-width: 20%;
            }

            > .g-block {
                > .particle, > .position, > .spacer, > .system
{
                    &:after {
                        display: none;
                        opacity: 0;
                        visibility: hidden;
                    }
                }
            }

            /* sets the atoms margin-right to 0 for the last item or in
case of nowrap to every 5th
            .g-block
                &:nth-child(5n+5) .atom {
                    margin-right: 0;
                }

                &:last-child {
                .particle, .position, .spacer, .system {
                    margin-right: 0;
                }
            }
            */
        }

        .atoms-notice {
            background-color: $atom;
            border: 4px solid $white;
            color: $white;
            padding: $content-padding;
            margin: $content-margin;
            text-align: center;

            a {
                color: lighten($atom, 30);
                border-bottom: 1px dotted lighten($atom, 30);
                font-weight: bold;

                &:hover {
                    color: lighten($atom, 60);
                }
            }
        }

        .offcanvas-section, .wrapper-section {
            .g-grid:empty:after {
                content: "Drop particles here...";
                @include ellipsis();
            }
        }

        > .g-grid > .g-block, .g-lm-container > .g-grid {
            border-bottom: 8px solid #e0e0e0;

            &:last-child {
                border-bottom: 0;
            }

            > .g-block {
                margin-right: 14px;
                background: $white;
                padding-bottom: 50px;

                > .section {
                    border-bottom: 14px solid #eee;
                    margin-top: 0;
                    margin-bottom: 0;

                    &:last-child {
                        border-bottom: 0;
                    }
                }

                > .particle-size {
                    margin-right: 0;
                    position: absolute;
                    bottom: 12px;
                    right: 12px;

                    i {
                        margin-right: 5px;
                    }
                }
            }
        }

        .g-grid {
            &:hover > .g-block {
                > .particle, > .position, > .spacer, > .system
{
                    &:after {
                        content: "";
                        top: 0;
                        bottom: 0;
                        width: 4px;
                        background: #00baaa;
                        position: absolute;
                        right: -5px;
                        cursor: col-resize;
                        z-index: 10;
                    }
                }
            }
        }

        .section > .g-grid > .g-block:last-child, .section >
.g-lm-container > .g-grid > .g-block:last-child, .offcanvas-section
> .g-grid > .g-block:last-child, .wrapper-section > .g-grid >
.g-block:last-child {
            .particle, .position, .spacer, .system, .atom {
                margin-right: 0;
            }

            > .particle, > .position, > .spacer, > .system {
                &:after {
                    display: none;
                }
            }

        }

        .g-grid > .g-block {
            &:last-child {
                margin-right: 0;
            }

            .in-between-sections:first-child,
.in-between-sections:last-child {
                margin: 6px;
            }

            &:after {
                content: "";
                display: block;
                position: absolute;
                right: -10px;
                width: 6px;
                background: #00baaa;
                z-index: 0;
                cursor: col-resize;
            }

            &:last-child:after {
                display: none;
            }
        }

        .particle, .position, .spacer, .system, .atom {
            cursor: move;
            padding: 6px 13px;
            color: $white;
            background: $position;
            margin-right: 6px;
            position: relative;
            white-space: nowrap;


            &.g-inheriting {
                @include stripes-background($position);
            }

            &[data-lm-nodrag] {
                cursor: default;
            }

            .particle-size {
                color: rgba($white, 0.7);
            }

            strong {
                font-weight: bold;
                color: $white;
            }

            > span {
                position: relative;
                z-index: 2;
                display: inline-block;
                width: 100%;

                span {
                    display: block;

                    &:last-child {
                        color: rgba($white, 0.7);
                    }
                }

                .title {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .icon {
                    width: auto;
                    float: left;
                    line-height: 2.5rem;
                    margin-right: 13px;
                    opacity: 0.7;
                }


                .font-small {
                    line-height: $core-line-height - 0.2;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: -3px;
                    margin-bottom: -3px;
                }
            }

            .float-right {
                position: absolute;
                right: 13px;
                top: 0;
                bottom: 0;
                line-height: 50px;
                float: inherit;

                i {
                    line-height: 52px;
                    cursor: pointer;
                    position: relative;
                    z-index: 2;
                }
            }

            &.g-inheriting.particle-disabled {
                @include stripes-background(#ccc, 50px, 45deg);
            }
        }

        .atom {
            margin: 0 6px 6px 0px;
        }

        .particle-size {
            font-weight: 400;
            font-size: $core-font-size + 0.2;
            vertical-align: middle;
            color: $core-text;
            display: inline-block;
            margin-top: -5px;
            margin-right: 5px;
            text-shadow: none;
            @include breakpoint(tablet-range) {
                font-size: $core-font-size;
            }
        }

        .particle {
            background-color: $particle;

            &.g-inheriting {
                @include stripes-background($particle);
            }
        }

        .spacer {
            background-color: $spacer;
            color: rgba($dark-gray, 0.8);

            &.g-inheriting {
                @include stripes-background($spacer);
            }

            .particle-size {
                color: rgba($dark-gray, 0.8);
            }

            > span {
                span {
                    &:last-child {
                        color: rgba($dark-gray, 0.8);
                    }
                }
            }
        }

        .atom {
            background-color: $atom;

            &.g-inheriting {
                @include stripes-background($atom);
            }
        }

        .system {
            background-color: $system;

            &.g-inheriting {
                @include stripes-background($system);
            }
        }

        .placeholder {
            text-align: center;
            color: rgb(89, 135, 160);
            text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
            background-color: #ddd;
            border: 0;
            padding: 1px;
            @include flex(0 1 100%);

            &.in-between {
                display: block;
                margin: 0 2px 0 -4px;
                width: 0;
                padding: 1px;
                text-indent: -10000px;
                font-size: 0;
                @include flex(0 1 0);
                background-color: #555;
            }

            &.in-between-grids {
                background-color: #555;
                margin: -5px 0;

                &.in-between-grids-first {
                    margin: 0 0 -2px;
                }

                &.in-between-grids-last {
                    margin: -2px 0 0;
                }
            }

            &.in-between.in-between-sections {
                width: auto;
            }
        }

        .particle-disabled, [data-lm-disabled], .g-inheriting
.particle-disabled {
            @include stripes-background(#ccc, 50px, 45deg);
        }

        .atoms-section .placeholder.in-between {
            margin-bottom: 6px;
        }

        .block-has-changes {
           
&:not(.section):not(.atoms-section):not(.offcanvas-section):not(.wrapper-section):not(.g-lm-container)
{
                box-shadow: inset 20px 0 rgba(0, 0, 0, 0.2);
            }

            &.g-lm-container {
                box-shadow: inset 0 2px rgba(0, 0, 0, 0.2);
            }

            > span > .changes-indicator {
                position: absolute;
                left: -10px;
                top: 12px;
            }

            > span .title, > span .font-small, > span .icon {
                margin-left: 15px;
            }
        }
    }

    /* history */
    #history {
        display: inline-block;
        float: right;
        span {
            display: inline-block;
            background: #eee;
            border-radius: 30px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-left: 5px;
            font-size: 16px;
            color: #777;
            text-shadow: 0 1px $white;

            &.disabled {
                color: #ccc;
            }
        }
    }

    .sidebar [data-lm-blocktype] {
        position: relative;
        z-index: 5;
    }

    /* new blocks */
    .lm-newblocks {
        padding-bottom: 8px;

        .g-block {
            display: inline-block;
            text-align: center;
            background: $navbar-bg;
            padding: 4px 8px;
            border-radius: 3px;
            margin-right: 8px;
        }

        .button {
            i {
                line-height: $core-line-height + 0.1;
            }
        }
    }

    /* deletion */
    #trash {
        position: fixed;
        top: 0; // 0 = flushed to the top of viewport, use + px for offset,
ie. 30px
        right: 0;
        left: 0;
        z-index: 1200;
        text-align: center;
        font-weight: bold;
        color: $white;
        padding: $content-padding;
        background: rgba(255,255,255,0.8);
        display: none;

        .trash-zone {
            background-color: $red;
            font-size: $core-font-size * 2;
            border-radius: 100px;
            @include size(50px 50px);
            line-height: 50px;
            margin: 0 auto;
            font-weight: 400;
        }

        span {
            font-size: $navbar-font-size;
            color: $dark-gray;
            text-shadow: 0 0 1px $white;
        }
    }

    .g5-dialog > .g-tabs, .g5-popover-content > .g-tabs,
    .g5-dialog form > .g-tabs, .g5-popover-content form > .g-tabs,
    .g5-dialog .g5-content > .g-tabs, .g5-popover-content .g5-content
> .g-tabs {
        @extend #navbar;

        &, i {
            margin-right: 0 !important;
        }

        ul {
            background-color: $navbar-bg;
            margin: -1rem -1rem 1rem !important;
            border-radius: $core-border-radius $core-border-radius 0 0;

            li:first-child, li:first-child a {
                border-radius: $core-border-radius 0 0 0;
            }
        }
    }

    .g5-popover-content .g-tabs {
        ul {
            margin: -0.55rem -0.9rem 1rem !important;
            background-color: $light-gray;

            li.active {
                background-color: $white !important;
            }

            li:hover:not(.active) {
                background-color: darken($light-gray, 5%) !important;
            }
        }
    }

    .g5-dialog .g-pane, .g5-popover-content .g-pane {
        display: none;

        &.active {
            display: block;
        }

        li[data-switch] {
            padding: 0.4rem;

            i {
                color: #aaa;
            }

            &:not(.g-switch-title) {
                cursor: pointer;
            }

            &:hover:not(.g-switch-title) {
                background-color: $light-gray;
                border-radius: $core-border-radius;
            }
        }

        .settings-block {
            position: relative;
        }
    }

    .g5-popover-content .g-pane {
        .g-switch-title {
            padding-bottom: 7px;
            font-weight: bold;
            font-size: 0.85em;
            color: #ccc;
            text-transform: uppercase;
        }

        ul {
            @extend %list-reset;
            word-wrap: break-word;
            width: 50%;
        }
    }

    .g-preserve-particles {
        padding-bottom: 0.5rem;
        font-size: 0.8rem;
        color: $dark-gray;
        border-bottom: 1px solid lighten($light-gray, 2%);
        margin-bottom: 0.5rem;

        label {
            @include user-select(none);
            padding-left: 20px;
        }

        input {
            margin-left: -20px !important;
        }
    }

    .sidebar-block {
        $negate: -($content-padding + $content-margin);
        $compensate: $content-padding + $content-margin;
        margin: $negate $compensate $negate $negate;
        padding: $compensate $content-padding;
        background-color: darken($main-bg, 2);
        border-right: 1px solid darken($main-bg, 5);
        position: relative;
    }

    .particles-sidebar-block {
        @include flex(0 200px);
        width: 200px;

        @include breakpoint(mobile-only) {
            @include flex(0 100%);
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: inherit;
            border: 0;

            .particles-container {
                max-height: 300px;
                overflow: auto;
                margin-bottom: 1rem;
            }
        }
    }

    @include breakpoint(no-mobile) {
        .particles-container.has-scrollbar {
            padding-right: $content-padding / 2;
        }
    }

    .g5-lm-particles-picker, .g5-mm-particles-picker,
.g5-mm-modules-picker, .g5-mm-widgets-picker, #positions {

        ul, li {
            @extend %list-reset;
        }

        ul {
            padding: 1px;
            margin-bottom: 1em;
        }

        &:not(.menu-editor-particles) {
            @extend .font-small;
        }

        &.menu-editor-particles {
            li {
                margin: 0.3rem 0.15rem;
                cursor: pointer !important;
            }
        }

        li {
            padding: $content-padding / 2;
            margin: ($content-padding / 2) 0;
            text-align: left;
            border-radius: $core-border-radius;
            cursor: move;
            position: relative;

            &[data-lm-nodrag], &[data-mm-nodrag] {
                cursor: default;
            }

            @include breakpoint(tablet-range) {
                font-size: $core-font-size - 0.2;
            }

            &:first-child {
                margin-top: 0;
            }

            &:last-child {
                margin-bottom: 0;
            }

            &[data-lm-blocktype="spacer"],
&[data-mm-blocktype="spacer"],
&[data-pm-blocktype="spacer"] {
                color: $dark-gray;
                border: 2px solid darken($medium-gray, 5);

                &.original-placeholder {
                    background-color: $spacer;
                }

                .particle-icon {
                    background-color: darken($medium-gray, 5);
                }
            }

            &.g5-lm-particle-spacer[data-lm-disabled],
&.g5-mm-particle-spacer[data-mm-disabled] {
                color: #fff;
            }

            .particle-icon {
                float: left;
                margin: (-$content-padding / 2) ($content-padding / 2)
(-$content-padding / 2) (-$content-padding / 2);
                display: inline-block;
                height: 2.2rem;
                vertical-align: middle;
                width: 1.7em;
                text-align: center;
                line-height: 1.5rem;

                i {
                    position: relative;
                    top: 50%;
                    transform: translateY(-100%);
                }
            }

            &.original-placeholder .particle-icon {
                border-radius: 3px;
            }

            &[data-lm-blocktype="position"],
&[data-mm-blocktype="position"],
&[data-pm-blocktype="position"],
            &[data-lm-blocktype="module"],
&[data-mm-blocktype="module"],
&[data-pm-blocktype="module"],
            &[data-lm-blocktype="widget"],
&[data-mm-blocktype="widget"],
&[data-pm-blocktype="widget"] {
                color: $position;
                border: 2px solid $position;

                &.original-placeholder, .particle-icon {
                    border: 0;
                    background-color: $position;
                    color: #fff;
                }
            }

            &[data-lm-blocktype="particle"],
&[data-mm-blocktype="particle"],
&[data-pm-blocktype="particle"] {
                color: $particle;
                border: 2px solid $particle;

                &.original-placeholder, .particle-icon {
                    border: 0;
                    background-color: $particle;
                    color: #fff;
                }
            }

            &[data-lm-blocktype="system"] {
                color: $system;
                border: 2px solid $system;

                &.original-placeholder, .particle-icon {
                    border: 0;
                    background-color: $system;
                    color: #fff;
                }
            }

            &[data-lm-blocktype="atom"] {
                color: #fff;
                background-color: $atom;
            }

            &[data-lm-disabled] {
                color: #666;
                border: 2px solid #aaa;
                @include stripes-background(#ccc, 50px, 45deg);

                .particle-icon {
                    border: 0;
                    background-color: #aaa;
                    color: #fff;
                }
            }
        }

        .settings-block {
            width: 100% !important;
        }

        .search {
            position: relative;
            margin-bottom: 10px;
        }
    }

    [data-lm-blocktype] {
        position: relative;
    }

    .g-inherit {
        //@include background($section-stripes !important);
        @include stripes-background(transparentize(#ccc, 0.4),
'auto' !important);
        z-index: 5;
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;

        .g-inherit-content {
            position: absolute;
            text-align: center;
            transform: translateX(-50%);
            top: 0;
            left: 50%;
            background-color: $white;
            padding: 0.5rem;
            border-radius: 0 0 3px 3px;
            opacity: 0.7;
        }
    }

    [data-lm-blocktype="container"] .section .g-inherit
.g-inherit-content {
        top: auto;
        bottom: 0;
        border-radius: 3px 3px 0 0;
        padding: 8px 16px;
    }

    .g-inheriting:not(.g-inheriting-children) .g-inherit {
        z-index: 0;
    }

    .g-inheriting:not(.g-inheriting-children) .g-grid {
        z-index: inherit;
    }

    @include breakpoint(no-mobile) {
        // fixed sidebar in LM
        .g5-lm-particles-picker.particles-fixed,
.g5-lm-particles-picker.particles-absolute {
            z-index: 5;

            .search input {
                width: inherit;
                margin-right: -($content-padding + ($content-padding / 2) +
$content-margin + rem(1px));
            }
        }

        .g5-lm-particles-picker.particles-fixed {
            position: fixed;
        }

        .g5-lm-particles-picker.particles-absolute {
            position: absolute;
        }
    }
}
PKb��[��Z���admin/_main.scssnu�[���#g5-container
{ //wrapper

.main-block {
    background-color: $main-bg;

    @include breakpoint(no-mobile) {
    	min-height: 75vh;
    }

}

}// end wrapper
PKb��[���{_0_0admin/_menu.scssnu�[���// Submenu
Ratio Height
$submenu-ratio:                 60px;

#g5-container { //wrapper

#menu-editor {
    .parent-indicator {
        &:before {
            font-family: FontAwesome;
            vertical-align: middle;
            display: inline-block;
        }
    }

    .config-cog {
        opacity: 0;
        position: absolute;
        @include transition(opacity 0.2s);
        @include breakpoint(no-desktop) {
            opacity: 1;
        }
    }

    li {
        &:hover {
            .config-cog {
                opacity: 1;
            }
        }

        .menu-item {
            display: inline-block;

            &.menu-item-back {
                display: block;
            }

            .title {
                font-size: 1rem;
            }

            .badge {
                background-color: #aaa;
                color: $white;
                margin-left: 0.5em;
                font-size: 0.6rem;
            }

            .menu-item-content {
                display: inline-block;
                vertical-align: top;

                .menu-item-subtitle {
                    @extend .font-small;
                    display: block;
                    opacity: 0.8;
                }
            }
        }

        &[data-mm-original-type] .fa-hand-stop-o {
            display: none;
        }
    }

    .card.full-width {
        margin: $content-margin 0;
    }

    .g-menu-item-disabled {
        @include stripes-background(#ccc);

        &:hover, &.active {
            @include stripes-background($tertiary-accent);
        }
    }
}

.menu-header {
    h2 {
        display: inline-block;
        margin-right: 1rem;
    }

    .menu-select-wrap {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0.5rem;
    }

    .menu-select-wrap select {
        padding: 6px 2rem 6px 12px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        position: relative;
        z-index: 2;
        -moz-appearance: none;
        margin-bottom: 0;
        font-weight: 500;
    }

    .menu-select-wrap select:focus {
        outline: none;
    }

}

.g5-mm-particles-picker {
    ul {
        margin-bottom: 0;

        li {
            display: inline-block;
            margin: 0;

            i {
                opacity: 0.5;
            }

            .config-cog {
                display: none;
            }
        }
    }
}

.menu-selector-bar {
    margin: $content-margin 0;
    padding: 4px 28px 4px 4px;
    background: $white;
    border: 1px solid #ddd;
    border-radius: $core-border-radius;
    position: relative;
}

.global-menu-settings {
    position: absolute;
    right: 10px;
    top: 50%;
    @include transform(translateY(-50%));
    color: $core-text;
}

.menu-selector {
    li {
        position: relative;
        margin: 3px;
        background: lighten($navbar-bg, 8%);
        border: 1px solid #ddd;
        color: $core-text;
        display: flex;
        align-items: center;
        cursor: move;
        @include transition(background-color 0.1s ease-out);

        .parent-indicator {
            &:before {
                content: "\f078";
            }
        }

        a {
            display: inline-block;
            color: $core-text;
        }

        .menu-item {
            margin: 0;
            padding: $content-padding;
            font-size: $core-font-size + 0.1;
            @include breakpoint(mobile-only) {
                font-size: $core-font-size;
                padding: $content-padding $content-padding - 0.2;
            }
        }

        .config-cog {
            top: 4px;
            right: $content-padding - 0.2;
        }

        &:hover, &.active {
            background: $tertiary-accent;
            border-color: transparent;
            a, span {
                color: $white;
            }
        }

        &.placeholder {
            margin: 3px -1px;
            border-color: $black;
        }
    }

    .parent-indicator {
        font-size: $core-font-size - 0.4;
        margin-left: 0.2rem;
        display: inline-block;
        vertical-align: middle;
    }
}

.column-container {
    position: relative;
    .add-column {
        position: absolute;
        right: 5px;
        bottom: 18px;
        cursor: pointer;
        padding: 5px;
        font-size: $core-font-size + 0.2;
        color: lighten($core-text, 20%);
        @include transition(color 0.2s);
        &:hover {
            color: $core-text;
        }
    }
}

.submenu-selector {
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: $core-border-radius;
    color: $core-text;
    background-color: $white;

    &.moving .g-block .submenu-reorder {
        display: none;
    }

    .g-block {
        position: relative;
        padding-bottom: $submenu-ratio;
        background: $navbar-bg;
        .submenu-reorder {
            position: absolute;
            background: $navbar-bg;
            bottom: $submenu-ratio - 20;
            width: 50px;
            vertical-align: middle;
            line-height: 22px;
            text-align: center;
            z-index: 5;
            color: $core-text;
            font-family: FontAwesome, sans-serif;
            border-radius: 0 0 $core-border-radius $core-border-radius;
            left: 50%;
            margin-left: -25px;
            cursor: ew-resize;
            opacity: 0;

            @include breakpoint(no-desktop) {
                opacity: 1;
            }
        }

        .submenu-level {
            position: absolute;
            font-size: 0.8rem;
            font-weight: bold;
            bottom: 60px;
            z-index: 5;
            right: 6px;
            text-align: center;
            background-color: $tertiary-accent;
            color: $white;
            padding: 2px 6px;
            border-radius: 3px 0 0 0;
        }

        &:hover {
            .submenu-reorder {
                opacity: 1;
            }
        }

        &:last-child {
            .submenu-column {
                margin-right: 0;
                min-height: 55px;
                &:after {
                    display: none;
                }

                .submenu-items:after {
                    right: 0;
                }
            }

            .submenu-level {
                right: 0;
            }
        }

        &:only-child {
            &:hover &:before, .submenu-ratio .percentage,
.submenu-reorder {
                display: none;
            }
        }
    }
    .submenu-column {
        margin-right: 6px;
        background: $navbar-bg;
        &:after {
            content: "";
            top: -1px;
            bottom: $submenu-ratio - 1;
            width: 6px;
            background: $white;
            position: absolute;
            right: 1px;
            cursor: col-resize;
            z-index: 10;
            border: 1px solid $white;
        }
    }
    &:hover .submenu-column:after {
        background: #00baaa;
    }
    .submenu-items {
        list-style: none;
        margin: 0;
        padding: $content-padding 0 ($content-padding + 0.6rem);
        position: relative;
        &:after {
            margin-right: 6px;
        }
        li {
            color: $core-text;
            cursor: pointer;
            position: relative;
            a {
                display: block;
                color: $core-text;
            }
            .menu-item {
                padding: $content-padding / 2 $content-padding;
                display: block;
                .fa-chevron-left {
                    font-size: $core-font-size - 0.2;
                }
            }
            .config-cog {
                right: $content-padding - 0.2;
                top: 50%;
                margin-top: -12px;
            }
            .parent-indicator {
                &:before {
                    content: "\f054";
                    font-size: $core-font-size - 0.2;
                    line-height: $core-line-height + 0.5;
                    margin-right: 10px;
                }
            }
            &:hover, &.active, .active {
                background: $tertiary-accent;
                cursor: move;
                a, span {
                    color: $white;
                }

                &:not([data-mm-id]) {
                    cursor: pointer;
                }
            }

            &.placeholder {
                margin: -1px 0;
                border: 1px solid $black;
            }
        }

        &:empty {
            position: absolute !important;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            background: $light-gray;

            + .submenu-reorder {
                background: $light-gray;
            }

            &:before {
                content: "Drop menu items here";
                position: absolute;
                top: 50%;
                margin-top: -40px;
                line-height: 1rem;
                text-align: center;
                color: #aaa;
                width: 100%;
            }

            &:after {
                content: "\f057";
                font-family: FontAwesome;
                font-size: 1.5rem;
                position: absolute;
                top: 0;
                right: 6px;
                opacity: 0.5;
                width: 36px;
                height: 36px;
                @include transition(opacity 0.2s ease-in-out);
                margin: 0 !important;
                text-align: center;
                cursor: pointer;
            }

            &:hover:after {
                opacity: 1;
            }
        }
    }

    &.moving {
        .submenu-column:after {
            background-color: $white;
        }
    }

    > .placeholder {
        border: 1px solid $black;
        margin: 0 3px 0 -5px;
        z-index: 10;
    }
}

.submenu-ratio {
    background: $white;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: $submenu-ratio;

    .percentage {
        font-size: 20px;
        font-weight: 400;
        line-height: $submenu-ratio;
        display: inline-block;
        margin-top: 5px;

        input {
            margin: 0;
            padding: 0;
            border: 0;
            text-align: right;
            width: 40px;
            display: inline-block;
            font-size: 20px;
            height: inherit;
            background: none;
        }
    }
    i {
        position: absolute;
        @extend %vertical-align;
        right: 1rem;
        font-size: $core-font-size + 0.5;
        cursor: pointer;
    }
}

// Modal style for Module / Particles
.menu-editor-particles, .menu-editor-modules {
    ul:last-child {
        margin: 0;
    }

    .module-infos {
        position: absolute;
        top: 0;
        right: 7px;
        color: #BBB;

        .g-tooltip-right:before {
            right: 0.1rem;
        }
    }

    [data-lm-blocktype], [data-mm-module] {
        display: inline-block;
        margin: 0.3em;
        cursor: pointer;

        &.hidden {
            display: none;
        }

        &.selected {
            box-shadow: 0 0 0 2px $white, 0 0 0 4px $core-text;
        }
    }

    [data-lm-blocktype] {
        color: $white;
    }

    .modules-wrapper {
        max-height: 400px;
        overflow: auto;
    }

    [data-mm-module] {
        text-align: left;
        color: $core-text;
        background-color: $light-gray;
        padding: $content-padding / 2;
        width: 47%;
        min-height: 100px;
        vertical-align: middle;
        position: relative;

        .module-wrapper {
            top: 50%;
            left: $content-padding / 2;
            position: absolute;
            @include transform(translate(0, -50%));
        }
    }

    [data-lm-blocktype="spacer"] {
        color: $dark-gray;
    }

    .search input {
        width: 100% !important;
    }
}

.menu-editor-modules {
    ul {
        display: table;
        width: 100%;
    }
    .sub-title {
        margin: 0;
        display: block;
        color: lighten($core-text, 10%);
    }
}

}// end wrapper
PKb��[N��bNNadmin/_modal.scssnu�[���@import
"toastr";

html.g5-dialog-open {
    overflow: hidden;
}

#g5-container {
    .g5-dialog, .g5-dialog *, .g5-dialog *:before, .g5-dialog *:after {
        box-sizing: border-box;
    }

    .g5-dialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1111;

        .settings-block
input:not(.settings-param-toggle):not(.g-keyvalue-input-key):not(.g-keyvalue-input-value):not([type="checkbox"]):not([type="radio"]),
.settings-block select, .settings-block .collection-list ul,
.settings-block .g-colorpicker, .settings-block .g-selectize-input {
            width: 250px;
            @include breakpoint(mobile-only) {
                width: 90% !important;
            }
        }
    }

    .g5-overlay {
        @include animation(fadeIn 0.5s);
        @include transform(translate3d(0, 0, 0));
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.4);
    }

    .g5-content {
        @include animation(fadeIn 0.5s);
        background: $white;
        outline: transparent;
    }

    .g5-dialog.g5-closing .g5-content {
        @include animation(fadeOut 0.3s);
    }

    .g5-dialog.g5-closing .g5-overlay {
        @include animation(fadeOut 0.3s);
    }

    .g5-close:before {
        font-family: Arial, sans-serif;
        content: "\00D7";
    }

    .g5-dialog.g5-dialog-theme-default {

        &.g5-closing .g5-content {
            @include animation(flyOut 0.5s);
        }
        .g5-content {
            @include animation(flyIn 0.5s);
        }
        .g5-content {
            border-radius: 5px;
            background: #f0f0f0;
            color: $core-text;
            padding: 1rem;
            position: relative;
            margin: 10vh auto;
            max-width: 100%;
            width: 600px;
            font-size: 1rem;
            line-height: 1.5;
            h1, h2, h3, h4, h5, h6, p, ul {
                color: inherit;
            }
        }
        .g5-close {
            border-radius: 5px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            &:before {
                border-radius: 3px;
                position: absolute;
                content: "\00D7";
                font-size: 26px;
                font-weight: normal;
                line-height: 31px;
                height: 30px;
                width: 30px;
                text-align: center;
                top: 3px;
                right: 3px;
                color: #bbbbbb;
                background: transparent;
            }
            &:hover:before, &:active:before {
                color: #777777;
                background: #e0e0e0;
            }
        }

        .g-menuitem-path {
            display: block;
            color: $core-accent;
        }

        .g-modal-actions {
            background: #eaeaea;
            padding: 0.5em 1em;
            margin: 0 -1em -1em;
            border-top: 1px solid #e0e0e0;
            border-radius: 0 0 5px 5px;
            text-align: right;
        }

        form {
            margin: 0;
        }
    }

    .g5-dialog-loading-spinner.g5-dialog-theme-default {
        box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
        border-radius: 100%;
        background: #f0f0f0;
        border: 0.2em solid transparent;
        border-top-color: #bbbbbb;
        top: 1em;
        bottom: auto;
    }

    // collections
    .g5-dialog.g5-modal-collection-editall .g5-content {
        width: 90%;

        .settings-block:not(:only-child) {
            margin: 10px 0;
        }

        /*.settings-block:not(:only-child) {
            width: 48% !important;
            margin: 10px 1% !important;
        }*/

        @include breakpoint(mobile-only) {
            .settings-block {
                width: 100% !important;
            }
        }
    }

    .g5-dialog-loading-spinner {
        @include animation(rotate 0.7s linear infinite);
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
        position: fixed;
        z-index: 100000;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 2em;
        width: 2em;
        background: white;
    }
}
PKb��[Ư�>ppadmin/_navbar.scssnu�[���#g5-container
{//wrapper

.navbar-block {
    background: $navbar-bg;
    border-right: 1px solid;
    border-color: $navbar-border;
    position: relative;
    #gantry-logo {
        right: $content-padding + $content-margin;
        top: $content-padding;
        position: absolute;
        @include breakpoint(tablet-range) {
            display: none;
        }
        @include breakpoint(mobile-only) {
            display: none;
        }
    }
}

#navbar {
    font-size: $navbar-font-size;
    font-weight: $font-weight-medium;
    margin-right: -1px;

    .g-content {
        padding: 0;
        margin: $content-margin 0;
    }

    ul {
        @extend %list-reset;

        li:not(.config-select-wrap) {
            display: inline-block;
            margin-right: -4px;
            background-color: $navbar-bg;
            position: relative;
            z-index: 2;
            @include transition (background-color 0.2s ease-in-out);

            &:hover {
                background-color: darken($navbar-bg, 7%);
                color: darken($navbar-color, 15%);
            }

            &.active {
                background-color: $navbar-active;

                a {
                    color: $navbar-active-color;

                    &:focus {
                        background-color: inherit;
                        color: $navbar-active-color;
                    }
                }
            }

            a {
                color: $navbar-color;
                border-color: $navbar-border;
                display: block;
                white-space: nowrap;
                padding: $content-padding;
                font-size: $core-font-size;
                @include breakpoint(tablet-range) {
                    padding: $content-padding $content-padding - 0.2;
                }
                @include breakpoint(mobile-only) {
                    text-align: center;
                    padding: $content-padding $content-padding + 0.1;
                }

                &:focus {
                    background-color: darken($navbar-bg, 7%);
                    color: darken($navbar-color, 15%);
                }

                i {
                    margin-right: 0.6rem;

                    @include breakpoint(mobile-only) {
                        margin: 0;
                        font-size: $core-font-size + 0.3;
                    }
                }

                span {

                    @include breakpoint(mobile-only) {
                        display: none;
                    }
                }
            }
        }

        .config-select-wrap {
            font-size: 1rem;
            position: relative;
            top: 0.6rem;
            padding: 0 $content-padding;
            float: left;
            @include breakpoint(tablet-range) {
                padding: 0 $content-padding - 0.2;
            }

            #configuration-selector {
                display: inline-block;
                margin-bottom: 0;
            }
        }
    }

    ul ul {
        text-transform: none;
        li a {
            color: #999;
            padding-top: 0.2345rem;
            padding-bottom: 0.2345rem;
            padding-left: 42px;

            &:before {
                content: "\f054";
                font-family: FontAwesome;
                font-size: 100%;
                vertical-align: middle;
                display: inline-block;
                font-weight: normal;
                padding-right: 5px;
                color: #ddd;
            }
        }
    }
}

.g-block.navbar-icons {
    @include flex(0 3%);
}

.g-block.navbar-closed {
    @include flex(0);
}

}//endwrapper
PKb��[Z%E!��admin/_overview.scssnu�[���#g5-container
{//wrapper

.overview-header {
    .g-block {
        padding: $content-padding;
    }

    .theme-title {
        display: inline-block;
        color: $secondary-text;
        margin: 0;
        vertical-align: middle
    }

    .theme-version {
        display: inline-block;
        background: $white;
        border: 1px solid $medium-gray;
        margin-left: $content-padding;
        padding: 0 6px;
        border-radius: $core-border-radius;
        font-weight: $font-weight-medium;
        letter-spacing: 1px;
        vertical-align: middle;
    }

    .button {
        @include breakpoint(mobile-only) {
            float: none;
        }
    }

    @include breakpoint(mobile-only) {
        text-align: center;
    }
}

.overview-details {
    margin-top: $content-padding;
    margin-bottom: $content-padding;
    margin-left: -($content-padding + $content-margin);
    margin-right: -($content-padding + $content-margin);
    padding: 0 ($content-padding + $content-margin) $content-padding
($content-padding + $content-margin);
    border-bottom: 1px solid $medium-gray;
    .g-block {
        padding: $content-padding;
    }

    @include breakpoint(mobile-only) {
        text-align: center;
    }

    .preview-image {
        width: 350px;
    }
}

.overview-gantry {
    .g-block {
        padding: $content-padding;
    }

    @include breakpoint(mobile-only) {
        text-align: center;
    }
}

.overview-list {
    margin: 0 0 1em;
    list-style: none;
    font-size: $core-font-size + 0.1;
    i {
        margin-right: 1rem;
        color: $navbar-border;
    }
}

.about-gantry {
    margin-top: 3rem;
    opacity: 0.8;
}

} //endwrapper
PKb��[��||admin/_page-settings.scssnu�[���#g5-container
{
    // wrapper
    #page-settings #atoms {

        .card {
            position: relative;
        }

        .atoms-picker {
            @extend %list-reset;

            .atom-settings {
                display: none;
            }
        }
        
        .atoms-list {
            min-height: 3.5rem;
            margin: 0.5rem;

            .drag-indicator {
                display: none;
            }

            &:empty {
                background-color: #f6f6f6;

                &:after {
                    content: "Drop atoms here...";
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                    position: relative;
                    vertical-align: middle;
                    color: #bababa;
                    line-height: 3.5rem;
                }
            }
        }

        .atoms-picker, .atoms-list {
            .atom-settings {
                color: $core-text;
                opacity: 0.7;
                cursor: pointer;
                @include transition(opacity 0.2s ease-in-out);

                &:hover {
                    opacity: 1;
                }
            }

            .drag-indicator {
                opacity: 0.5;
            }

            li {
                cursor: move;
                display: inline-block;
                border-radius: $core-border-radius;
                color: $atom;
                border: 2px solid $atom;
                padding: $content-padding / 2;
                margin: $content-margin / 2;
                vertical-align: middle;
                
                .atom-title {
                    vertical-align: middle;
                }

                &:not(.atom-force-style) {
                    @include transition(background-color 0.2s ease-in-out,
color 0.2s ease-in-out, border-color 0.2s ease-in-out);
                }

                &.atom-dragging:not(.atom-disabled) {
                    border-color: $atom;
                    background-color: $atom;
                    color: $white;

                    .atom-settings {
                        color: $white;
                    }
                }

                &.g-inheriting {
                    @include stripes-background($atom, 50px, 45deg);
                    color: $white;
                    i {
                        color: $white;
                    }
                }

                &.atom-disabled {
                    @extend .particle-disabled;
                    border-color: rgba(0, 0, 0, 0.1);
                    color: $dark-gray;
                    opacity: 0.7;

                    &.g-inheriting {
                        @include stripes-background($dark-gray, 50px,
45deg);
                        color: $white;
                        i {
                            color: $white;
                        }
                    }
                }
            }
        }

        .atoms-picker li {
            color: $dark-gray;
            border-color: $dark-gray;
        }

        &.atoms-override .atoms-list {
            margin: 0.5rem 2rem 0.5rem 0.5rem;
        }
    }
}PKb��[�^;D�%�%admin/_popover.scssnu�[���//**
Popover body background color
$popover-bg:                        #fff;

$popover-inverse-bg:				#777;

$popover-inverse-color:				#eee;
//** Popover maximum width
$popover-width:                   	435px;

$popover-min-height:                  50px;

//** Popover border color
$popover-border-color:                rgba(0,0,0,.1);
//** Popover fallback border color
$popover-fallback-border-color:       #eee;

//** Popover title background color
$popover-title-bg:                    darken($popover-bg, 3%);
$popover-inverse-title-bg:            lighten($popover-inverse-bg, 3%);

//** Popover arrow width
$popover-arrow-width:                 10px;
//** Popover arrow color
$popover-arrow-color:                 #fff;

//** Popover outer arrow width
$popover-arrow-outer-width:           ($popover-arrow-width + 1);
//** Popover outer arrow color
$popover-arrow-outer-color:           opacify($popover-border-color, 0.05);
//** Popover outer arrow fallback color
$popover-arrow-outer-fallback-color: 
darken($popover-fallback-border-color, 20%);

$border-radius-base:        4px;
$border-radius-large:       6px;
$border-radius-small:       3px;

$font-size-base:          14px;
$font-size-large:         ceil(($font-size-base * 1.25)); // ~18px
$font-size-small:         ceil(($font-size-base * 0.85)); // ~12px

$close-size:                20px;
$close-color:               #000;

/*  webui popover  */
#g5-container {
    .g5-popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1020;
        display: none;
        //width: $popover-width; // this is not accurate when using auto
width
        min-height:$popover-min-height;
        padding: 1px;
        text-align: left;
        white-space: normal;
        background-color: $popover-bg;
        background-clip: padding-box;
        border: 1px solid $popover-fallback-border-color;
        border: 1px solid $popover-border-color;
        border-radius: $border-radius-large;
        box-shadow: 0 2px 6px rgba(0,0,0,.15);
        color: $core-text;
        outline: transparent;

        &.top,&.top-left,&.top-right     { margin-top:
-$popover-arrow-width; }
        &.right,&.right-top,&.right-bottom   { margin-left:
$popover-arrow-width; }
        &.bottom,&.bottom-left,&.bottom-right { margin-top:
$popover-arrow-width; }
        &.left,&.left-top,&.left-bottom    { margin-left:
-$popover-arrow-width; }



        input[type="checkbox"], input[type="radio"] {
            margin: 0 5px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

        // addons
        &.g5-popover-above-modal {
            z-index: 1500;
        }

        &.g5-popover-nooverflow {
            .g5-popover-content {
                overflow: visible;
            }
        }

        &.g5-popover-font-preview {
            color: #333;
            ul, li {
                @extend %list-reset;
            }

            li {
                padding: 4px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: pre;
            }
        }
    }

    .g5-popover-inner .close{
        font-family: arial;
        margin:5px 10px 0 0;
        float: right;
        font-size: $close-size;
        font-weight: bold;
        line-height: $close-size;
        color: $close-color;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.2;
        text-decoration: none;
        &:hover,&:focus{
            opacity: 0.5;
        }
    }

    .g5-popover-title {
        padding: 8px 14px;
        margin: 0;
        font-size: $font-size-base;
        font-weight: normal;
        line-height: 18px;
        background-color: $popover-title-bg;
        border-bottom: 1px solid darken($popover-title-bg, 5%);
        border-radius: ($border-radius-large - 1) ($border-radius-large -
1) 0 0;
    }

    .g5-popover-content {
        padding: 9px 14px;
        overflow: auto;
    }

    .g5-popover-inverse {
        background-color:$popover-inverse-bg;
        color:$popover-inverse-color;

        .g5-popover-title {
            background: $popover-inverse-title-bg;
            border-bottom: none;
            color:$popover-inverse-color;
        }
    }

    .g5-popover-no-padding {
        .g5-popover-content {
            padding: 0;
        }
        .list-group-item{
            border-right: none;
            border-left:none;
            &:first-child{
                border-top:0;
            }
            &:last-child{
                border-bottom:0;
            }
        }
    }

    .g5-popover > .g-arrow{
        &,&:after{
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
        }
    }

    .g5-popover > .g-arrow {
        border-width: $popover-arrow-outer-width;
    }
    .g5-popover > .g-arrow:after {
        border-width: $popover-arrow-width;
        content: "";
    }

    .g5-popover{
        &.top >.g-arrow,
        &.top-right >.g-arrow,
        &.top-left >.g-arrow
        {
            bottom: -$popover-arrow-outer-width;
            left: 50%;
            margin-left: -$popover-arrow-outer-width;
            border-top-color: $popover-arrow-outer-fallback-color; // IE8
fallback
            border-top-color: $popover-arrow-outer-color;
            border-bottom-width: 0;
            &:after{
                content: " ";
                bottom: 1px;
                margin-left: -$popover-arrow-width;
                border-top-color: $popover-arrow-color;
                border-bottom-width: 0;
            }
        }
        &.right > .g-arrow,
        &.right-top > .g-arrow,
        &.right-bottom > .g-arrow {
            top: 50%;
            left: -$popover-arrow-outer-width;
            margin-top: -$popover-arrow-outer-width;
            border-left-width: 0;
            border-right-color: $popover-arrow-outer-fallback-color; // IE8
fallback
            border-right-color: $popover-arrow-outer-color;
            &:after {
                content: " ";
                left: 1px;
                bottom: -$popover-arrow-width;
                border-left-width: 0;
                border-right-color: $popover-arrow-color;
            }
        }
        &.bottom >.g-arrow,
        &.bottom-right >.g-arrow,
        &.bottom-left >.g-arrow
        {
            top: -$popover-arrow-outer-width;
            left: 50%;
            margin-left: -$popover-arrow-outer-width;
            border-bottom-color: $popover-arrow-outer-fallback-color; //
IE8 fallback
            border-bottom-color: $popover-arrow-outer-color;
            border-top-width: 0;
            &:after{
                content: " ";
                top: 1px;
                margin-left: -$popover-arrow-width;
                border-bottom-color: $popover-arrow-color;
                border-top-width: 0;
            }
        }
        &.left > .g-arrow,
        &.left-top > .g-arrow,
        &.left-bottom > .g-arrow {
            top: 50%;
            right: -$popover-arrow-outer-width;
            margin-top: -$popover-arrow-outer-width;
            border-right-width: 0;
            border-left-color: $popover-arrow-outer-fallback-color; // IE8
fallback
            border-left-color: $popover-arrow-outer-color;
            &:after {
                content: " ";
                right: 1px;
                border-right-width: 0;
                border-left-color: $popover-arrow-color;
                bottom: -$popover-arrow-width;
            }
        }
    }

    .g5-popover-inverse{
        &.top > .g-arrow,
        &.top-left > .g-arrow,
        &.top-right > .g-arrow{
            &,&:after{
                border-top-color: $popover-inverse-bg;
            }
        }
        &.right > .g-arrow,
        &.right-top > .g-arrow,
        &.right-bottom > .g-arrow{
            &,&:after{
                border-right-color: $popover-inverse-bg;
            }
        }
        &.bottom > .g-arrow,
        &.bottom-left > .g-arrow,
        &.bottom-right > .g-arrow{
            &,&:after{
                border-bottom-color: $popover-inverse-bg;
            }
        }
        &.left > .g-arrow,
        &.left-top > .g-arrow,
        &.left-bottom > .g-arrow{
            &,&:after{
                border-left-color: $popover-inverse-bg;
            }
        }
    }

    .g5-popover i.icon-refresh:before{
        content: "";
    }

    .g5-popover i.icon-refresh{
        display: block;
        width:30px;
        height:30px;
        font-size: 20px;
        top:50%;
        left:50%;
        position: absolute;
    }

    // Generic popovers
    .g5-popover-generic {
        ul {
            @extend %list-reset;
        }

        a {
            display: block;
            padding: 0.4rem;
            color: $core-text !important;

            &:hover {
                color: $core-text !important;
                background-color: #eee;
                border-radius: $border-radius-base;
            }

            &:focus {
                outline: auto;
            }
        }
    }

    // Extras
    .g5-popover-extras {
        ul {
            @extend %list-reset;
        }

        a, [data-g-devprod] {
            display: block;
            padding: 0.4rem;
            color: $core-text !important;

            &:hover {
                color: $core-text !important;
                background-color: #eee;
                border-radius: $border-radius-base;
            }

            &:focus {
                outline: auto;
            }
        }
    }
}
PKb��[���	�	admin/_positions.scssnu�[���#g5-container
{
    #positions {

        .position-key {
            @extend .font-small;
            display: block;
            color: #999;
        }

        .button-simple {
            padding: 6px;
        }

        .g-grid > li {
            &:first-child, &:last-child {
                margin-top: 10px;
                margin-bottom: 10px;
            }

            cursor: default;
        }

        .position-container {
            height: 257px;
            overflow-y: auto;
            overflow-x: hidden;

            ul {
                position: relative;
                min-height: 95%;
                font-size: 1rem;

                &:empty:after {
                    content: "Drop Particles Here or Use the +";
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                    vertical-align: middle;
                    line-height: 257px;
                    color: #bababa;
                    position: absolute;
                    font-size: 1rem;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    @include ellipsis();
                }
            }

            li {
                @include align-items(center);
                @include display(flex);
                @include flex-direction(row);
                @include justify-content(flex-start);

                &:hover {
                    .item-settings {
                        opacity: 1;
                        @include transition(opacity 0.2s);
                    }
                }
            }

            .position-dragging {
                &.sortable-fallback {
                    background: $white;
                }
            }
        }

        [data-pm-blocktype] {
            margin: $content-margin ($content-margin * 2);
        }

        .item-reorder, .item-settings, .title-status {
            color: #333;
            text-align: left;
            line-height: 1.2rem;

            &:hover {
                color: $core-text;
            }
        }

        .title-status {
            margin-right: $content-padding / 2;
        }

        .title-status, .title-status:hover {
            color: inherit;
        }

        .item-settings {
            cursor: pointer;
            text-align: right;
            opacity: 0;
            @include transition(opacity 0.2s);
        }
    }
}
PKb��[/g�(mmadmin/_rtl.scssnu�[���[dir="rtl"]
{
    #g5-container {
        .g-selectize-control.g-single .g-selectize-input:after {
            right: inherit;
            left: 23px;
        }

        .settings-block.search i,
        .g-colorpicker i {
            right: inherit;
            left: 10px;
        }

        .card h4 .enabler {
            float: left;
        }

        .float-right {
            float: left !important;
        }

        .float-left {
            float: right !important;
        }

        .settings-block .settings-param-field {
            margin-left: 0;
            margin-right: 175px;
        }

        #g-changelog ul li {
            padding-left: 0;
            padding-right: 6rem;

            &:before {
                margin-left: 1rem;
                margin-right: -6rem;
            }
        }

        .settings-block i {
            right: inherit;
            left: 10px;
        }

        .sidebar-block {
            $negate: -($content-padding + $content-margin);
            $compensate: $content-padding + $content-margin;
            margin: $negate $negate $negate $compensate;
        }
    }
}PKb��[C��:�+�+admin/_selectize.scssnu�[���$selectize-font-family:
inherit;
$selectize-font-smoothing: inherit;
$selectize-font-size: inherit;
$selectize-line-height: normal;

$selectize-color-text: $core-text;
$selectize-color-border: $medium-gray;
$selectize-color-highlight: rgba($tertiary-accent, 0.5);
$selectize-color-input: #fff;
$selectize-color-input-full: $selectize-color-input;
$selectize-color-disabled: #fafafa;
$selectize-color-item: $tertiary-accent;
$selectize-color-item-text: #fff;
$selectize-color-item-active-text: #fff;
$selectize-color-item-border: transparent;
$selectize-color-item-active: #92c836;
$selectize-color-item-active-border: transparent;
$selectize-color-dropdown: #fff;
$selectize-color-dropdown-border: $selectize-color-border;
$selectize-color-dropdown-border-top: #f0f0f0;
$selectize-color-dropdown-item-active: rgba($tertiary-accent,
0.3);//#f5fafd;
$selectize-color-dropdown-item-active-text: #495c68;
$selectize-color-dropdown-item-create-text:
rgba(red($selectize-color-text), green($selectize-color-text),
blue($selectize-color-text), 0.6);
$selectize-color-dropdown-item-create-active-text:
$selectize-color-dropdown-item-active-text;
$selectize-color-optgroup: $selectize-color-dropdown;
$selectize-color-optgroup-text: $selectize-color-text;
$selectize-lighten-disabled-item: 30%;
$selectize-lighten-disabled-item-text: 30%;
$selectize-lighten-disabled-item-border: 30%;
$selectize-opacity-disabled: 0.5;

$selectize-shadow-input: none;
$selectize-shadow-input-focus: none;
$selectize-border: 1px solid $selectize-color-border;
$selectize-border-radius: 3px;

$selectize-width-item-border: 1px;
$selectize-max-height-dropdown: 200px;

$selectize-padding-x: 12px;
$selectize-padding-y: 6px;
$selectize-padding-item-x: 6px;
$selectize-padding-item-y: 2px;
$selectize-padding-dropdown-item-x: $selectize-padding-x;
$selectize-padding-dropdown-item-y: 5px;
$selectize-margin-item-x: 3px;
$selectize-margin-item-y: 3px;

$selectize-arrow-size: 5px;
$selectize-arrow-color: #808080;
$selectize-arrow-offset: 15px;

$selectize-caret-margin: 0 1px;
$selectize-caret-margin-rtl: 0 4px 0 -2px;

[data-selectize] {
    visibility: hidden;
}

.g-selectize-control {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
}

.g-selectize-dropdown, .g-selectize-input, .g-selectize-input input {
    color: $selectize-color-text;
    font-family: $selectize-font-family;
    font-size: $selectize-font-size;
    line-height: $selectize-line-height;
    -webkit-font-smoothing: $selectize-font-smoothing;
}

.g-selectize-input, .g-selectize-control.g-single
.g-selectize-input.g-input-active {
    background: $selectize-color-input;
    cursor: text;
    display: inline-block;
}

.g-selectize-input {
    border: $selectize-border;
    padding: $selectize-padding-y $selectize-padding-x;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: $selectize-shadow-input;
    border-radius: $selectize-border-radius;

    .g-selectize-control.g-multi &.g-has-items {
        padding: 4px 0 1px;
    }

    &.g-full {
        background-color: $selectize-color-input-full;
    }
    &.g-disabled, &.g-disabled * {
        cursor: default !important;
    }
    &.g-focus {
        box-shadow: $selectize-shadow-input-focus;
    }
    &.g-dropdown-active {
        border-radius: $selectize-border-radius $selectize-border-radius 0
0;
    }

    > * {
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        @include ellipsis(235px);
    }
    .g-selectize-control.g-multi & > div {
        cursor: pointer;
        margin: 0 $selectize-margin-item-x $selectize-margin-item-y 0;
        padding: $selectize-padding-item-y $selectize-padding-item-x;
        background: $selectize-color-item;
        color: $selectize-color-item-text;
        border: $selectize-width-item-border solid
$selectize-color-item-border;

        &.g-active {
            background: $selectize-color-item-active;
            color: $selectize-color-item-active-text;
            border: $selectize-width-item-border solid
$selectize-color-item-active-border;
        }
    }
    .g-selectize-control.g-multi &.g-disabled > div {
        &, &.g-active {
            color: lighten(desaturate($selectize-color-item-text, 100%),
$selectize-lighten-disabled-item-text);
            background: lighten(desaturate($selectize-color-item, 100%),
$selectize-lighten-disabled-item);
            border: $selectize-width-item-border solid
lighten(desaturate($selectize-color-item-border, 100%),
$selectize-lighten-disabled-item-border);
        }
    }
    > input {
        &::-ms-clear {
            display: none;
        }
        display: inline-block !important;
        padding: 0 !important;
        min-height: 0 !important;
        max-height: none !important;
        max-width: 100% !important;
        margin: $selectize-caret-margin !important;
        text-indent: 0 !important;
        border: 0 none !important;
        background: none !important;
        line-height: inherit !important;
        -webkit-user-select: auto !important;
        box-shadow: none !important;
        &:focus {
            outline: none !important;
        }
    }
}

.g-selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.g-selectize-input.g-dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: $selectize-color-dropdown-border-top;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.g-selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: $selectize-border;
    background: $selectize-color-dropdown;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 0 0 $selectize-border-radius $selectize-border-radius;

    [data-selectable] {
        @include word-wrap(normal);
        cursor: pointer;
        overflow: hidden;
        .g-highlight {
            background: $selectize-color-highlight;
            border-radius: 1px;
        }
    }
    [data-selectable], .g-optgroup-header {
        padding: $selectize-padding-dropdown-item-y
$selectize-padding-dropdown-item-x;
    }
    .g-optgroup:first-child .g-optgroup-header {
        border-top: 0 none;
    }
    .g-optgroup-header {
        color: $selectize-color-optgroup-text;
        background: $selectize-color-optgroup;
        cursor: default;
    }
    .g-active {
        background-color: $selectize-color-dropdown-item-active;
        color: $selectize-color-dropdown-item-active-text;
        &.g-create {
            color: $selectize-color-dropdown-item-create-active-text;
        }
    }
    .g-create {
        color: $selectize-color-dropdown-item-create-text;
    }

    .g-option-subtitle {
        display: inline-block;
        border-radius: 3px;
        padding: 0 5px;
        color: #8c8c8c;
    }
}

.g-selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: $selectize-max-height-dropdown;
}

.g-selectize-control.g-single .g-selectize-input {
    &, input {
        cursor: pointer;
    }
    &.g-input-active, &.g-input-active input {
        cursor: text;
    }

    &:after {
        content: "\f078";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        top: 50%;
        right: 23px;
        margin-top: -8px;
        width: 0;
        height: 0;
        color: #808080;
        font-size: 0.8em;
    }

    &.g-dropdown-active:after {
        content: "\f077";
        font-family: FontAwesome;
    }
}

.g-selectize-control .g-selectize-input.g-disabled {
    opacity: $selectize-opacity-disabled;
    background-color: $selectize-color-disabled;
}

.g-selectize-control {
    &.g-multi {
        .g-selectize-input {
            &.g-has-items {
                $padding-x: $selectize-padding-x - 7px;
                padding-left: $padding-x;
                padding-right: $padding-x;
            }
            &.g-disabled [data-value] {
                color: #999;
                text-shadow: none;
                background: none;
                box-shadow: none;

                &, .g-remove {
                    border-color: #e6e6e6;
                }
                .g-remove {
                    background: none;
                }
            }
            [data-value] {
                text-shadow: 0 1px 0 opacify(darken($selectize-color-item,
10), 0.3);
                border-radius: 3px;
                &.g-active {
                    background-color: darken($selectize-color-item, 10);
                }
            }
        }
    }
    &.g-single {
        .g-selectize-input {
            height: 38px;
            //box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0
rgba(255,255,255,0.8);
            //@include linear-gradient(#fefefe, #f2f2f2);
        }
    }
}

.g-selectize-control.g-single .g-selectize-input,
.g-selectize-dropdown.g-single {
    border-color: $selectize-color-border;
}

.g-selectize-dropdown {
    .g-optgroup-header {
        padding-top: $selectize-padding-dropdown-item-y + 2px;
        font-weight: bold;
        font-size: 0.85em;
        color: $medium-gray;
        text-transform: uppercase;
    }
    .g-optgroup {
        border-top: 1px solid $selectize-color-dropdown-border-top;
        &:first-child {
            border-top: 0 none;
        }
    }
}

// specific to the Outlines title edit
.g-conf-title-edit {
    padding: ($selectize-padding-y - 1px) ($selectize-padding-x + 2px);
    background-color: $selectize-color-input-full;
    border-radius: $selectize-border-radius;
    vertical-align: middle;
    top: 1px;
    position: relative;
    display: none;
    margin-bottom: 2px;

    &[contenteditable] {
        outline: none;
        padding: ($selectize-padding-y - 1px) ($selectize-padding-x + 2px)
!important;
    }
}

// remove X plugin
.g-selectize-control.g-multi .g-items {
    [data-value] {
        position: relative;
        padding-right: 24px !important;
        overflow: visible;
    }
    [data-value] .g-remove-single-item {
        z-index: 1; /* fixes ie bug (see #392) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 17px;
        text-align: center;
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: $selectize-padding-item-y 0 0 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0 2px 2px 0;
        box-sizing: border-box;
    }

    [data-value] .g-remove-single-item:hover {
        background: rgba(0,0,0,0.05);
    }
    [data-value].g-active .g-remove-single-item {
        border-left-color: rgba(0, 0, 0, 0.2);
    }
    .g-disabled [data-value] .g-remove-single-item:hover {
        background: none;
    }
    .g-disabled [data-value] .g-remove-single-item {
        border-left-color: lighten(desaturate($selectize-color-item-border,
100%), $selectize-lighten-disabled-item-border);
    }
}
PKb��[��J�!�!admin/_settings.scssnu�[���@import
"selectize";

#g5-container {//wrapper

#settings {
    h2 {
        &:first-child {
            margin-top: 0.5rem;
        }
    }
}

.settings-block {
    width: 100%;

    min-width: inherit;

    &.card {
        .badge {
            margin-left: 4px;
        }
    }

    &.disabled {
        opacity: 0.6;
    }

    .advanced {
        color: $orange;
    }

    .alert {
        margin: $content-margin 0;
    }

    h4.card-overrideable {
        padding: 4px 8px;
        .enabler {
            margin-right: 2rem;
        }
    }

    .settings-param {
        @extend .clearfix;
        padding: 10px 5px;
        clear: both;
        position: relative;
        border-bottom: 1px solid #f4f4f4;

        &.input-hidden {
            display: none;
            @extend %list-reset;
        }

        &:last-child {
            border-bottom: 0;
        }

        .button.button-simple {
            background-color: $light-gray;
            color: darken($light-gray, 30%);
            padding: 6px 8px;

            &:hover {
                background-color: darken($light-gray, 10%);
                color: darken($light-gray, 50%);
            }
        }
    }

    .g-instancepicker-title {
        margin-right: 0.5rem;
        font-style: italic;
        vertical-align: middle;
        display: inline-block;
        &:empty {
            margin: 0;
        }

        + .button {
            display: inline-block;
            vertical-align: middle;
        }
    }

    .input-small {
        width: 120px !important;
    }

    input.settings-param-toggle {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -7px 15px 0 0;
        z-index: 5;

        &:checked {
            + .settings-param-override {
                opacity: 0;
                z-index: -1;
            }
        }
    }

    .settings-param-override {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        background-color: transparentize(#f4f4f4, 0.5);
        z-index: 4;
        opacity: 1;
        @include transition(opacity 0.3s ease-in-out, z-index 0.3s
ease-in-out);
        @include backface-visibility(hidden);
        /*@include linear-gradient(90deg, transparentize($white, 0.7) 0%,
transparentize($white, 0.7) 150px, transparentize($white, 0.4) 150px,
transparentize($white, 0.4) 100%);*/
    }

    .settings-param-field {
        margin-left: 175px;

        // fields reset
        .g-reset-field {
            display: inline-block;
            opacity: 0;
            cursor: pointer;
            margin: 0 5px;
            vertical-align: middle;

            @include transition(opacity 0.2s ease-in-out);
        }

        .input-group .g-reset-field {
            display: table-cell;
            vertical-align: middle;
            padding-left: 4px; // 4px is the display: inline-block gap
        }

        textarea + .g-reset-field {
            vertical-align: top;
        }

        &:hover {
            .g-reset-field {
                opacity: 1;

                @include transition(opacity 0.2s ease-in-out);
            }
        }
    }

    .settings-param-title {
        max-width: 175px;
        margin: 5px;

        .particle-label-subtype {
            margin-left: 0;
        }
    }


    i {
        line-height: inherit;
    }

    .fa {
        width: 1rem;
        vertical-align: middle;
        text-align: center;
    }

    .fa-lg {
        font-size: inherit;
        vertical-align: inherit;
    }

    input, textarea, select {
        padding: 6px 12px;
        border: 1px solid $medium-gray;
        margin: 0;
        height: auto;
        max-width: 100%;
        font-size: $core-font-size;
        line-height: $core-line-height + 0.1;
        border-radius: $core-border-radius;
        vertical-align: middle;

        &:focus {
            border-color: rgba($core-accent, .5);
        }
    }

    .g-colorpicker {
        input {
            &:focus {
                border-color: $medium-gray;
            }
        }
    }

    select {
        margin: 0;
        display: inline-block;
        height: 38px;
    }

   
input:not(.settings-param-toggle):not(.g-keyvalue-input-key):not(.g-keyvalue-input-value):not([type="checkbox"]):not([type="radio"]),
select, .collection-list ul, .g-colorpicker, .g-multi.g-selectize-control {
        width: 250px;
        @include breakpoint(no-desktop) {
            width: 100%;
        }
    }

    textarea {
        width: 90%;
        min-height: 150px;
    }

    .input-group {
        &.append, &.prepend {
            input {
                width: 210px !important;
                @include breakpoint(tablet-range) {
                    width: 100% !important;
                }
                @include breakpoint(mobile-only) {
                    width: 100% !important;
                }
            }
        }
    }

    .g-selectize-control.g-single {
        width: 250px !important;
        @include breakpoint(tablet-range) {
            width: 100% !important;
        }
        @include breakpoint(mobile-only) {
            width: 92% !important;
        }
    }

    img {
        display: block;
    }

    &.search {
        position: relative;
        margin-bottom: 10px;

        i {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            margin-top: -2px;
        }
    }
}

.g-panel-filters {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;

    .search.settings-block {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .search, input, .button {
        font-size: 0.85rem;
        display: inline-block;
    }
}

.g-filters-bar {
    label, a {
        @extend .font-small;
        display: inline-block;
        margin: 0 0 0 0.5rem;
        border-left: 1px solid $medium-gray;
        padding-left: 0.5rem;
        line-height: 1;
        // line-height: 30px;

        input {
            display: inline-block;
        }
    }

    label {
        padding-left: 0;
        border: 0;
    }
}

// modal
.g5-dialog {

    .settings-block {
        width: 100%;
        margin: 0 0 15px;
    }

    .g-modal-body {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 650px;
    }

    .settings-param {
        padding: 5px;
        @include breakpoint(no-desktop) {
            padding: 2px 5px;
            border: 0;
        }
    }
}

// fields styles
.settings-param-field-colorpicker {
    position: relative;

    .settings-param-field-colorpicker-preview {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        width: $core-line-height + em(1px);
        border-radius: 3px;
    }
}

// collections
.collection-list .settings-param-field, .collection-keyvalue
.settings-param-field .g-keyvalue-field {
    ul {
        &:empty {
            margin-top: -8px;
        }

        @extend %list-reset;
        margin: 0 0 5px;
        border-spacing: 0 5px;
        display: table;

        li {
            //padding: 0.1rem 0;
            position: relative;
            display: table-row;
            line-height: $core-line-height - 0.2;

            &:only-child {
                .fa-reorder {
                    display: none;
                }

                a {
                    margin-left: 0;
                }
            }
        }
    }

    .item-reorder {
        cursor: row-resize;
        color: lighten($dark-gray, 20%);
        display: table-cell;
    }
}

.g5-collection-wrapper {
    max-height: 350px;
    overflow: auto;
}

.collection-list .settings-param-field {
    ul:not(.collection-sorting) li {
        &:hover [data-title-edit], &:hover
[data-collection-remove], &:hover [data-collection-duplicate] {
            color: $dark-gray;
            opacity: 1;
        }

        &[data-collection-item]:hover a {
            color: $black;
        }
    }

    [data-collection-item] a {
        color: $core-text;
        margin-left: 5px;
        vertical-align: middle;
        display: table-cell;
        padding: 0.3rem 0.4rem;
    }

    [data-title-edit], [data-collection-remove],
[data-collection-duplicate] {
        cursor: pointer;
        color: lighten($dark-gray, 40%);
        //float: right;
        //margin-top: 0.4rem;
        opacity: 0;
        display: table-cell;
        padding-left: 0.4rem;
        //@include transition(all 0.2s ease-in-out);
    }
}

}//endwrapper
PKb��[�"�+G
G
admin/_styles.scssnu�[���#g5-container {//wrapper
    #styles h2[data-g-collapse] {
        .g-tooltip {
            &:before {
                left: 0.3rem;
                bottom: 2rem;
            }

            &:after {
                left: -0.5rem;
                bottom: 2.4rem;
            }
        }

        i {
            vertical-align: middle;
            cursor: pointer;
            display: inline-block;
            border: 1px solid #ccc;
            color: #aaa;
            border-radius: 3px;
            line-height: 1rem;
            padding: 0 0 3px;
            font-size: 1rem;

            &:hover:before {
                bottom: 1.65rem;
                left: 0.25rem;
            }

            &:hover:after {
                left: -0.5rem;
                bottom: 2rem;
            }
        }

        &.g-collapsed-main i {
            @include transform(rotate(180deg));
        }
    }

    .g-preset-match {
        .swatch-matched, .swatch-title-matched {
            display: inline-block;
        }
    }

    .swatch-matched, .swatch-title-matched {
        display: none;
    }

    .swatches-block {
		margin: 0 -1px;
		padding-bottom: $content-padding;
		.g-block {
			text-align: center;
			margin: 0 1px;
		}
		@include breakpoint(mobile-only) {
			.g-block {
				@include flex(0 25%);
			}
		}
		.swatch {
			display: block;
			padding: 4px;
			max-width: 350px;
			background: $white;
			margin: 0 auto;
			border-radius: $core-border-radius;
			border: 1px solid $medium-gray;
			position: relative;
            &:focus {
                box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
            }
		}

		.swatch-image {
			display: block;
            margin-bottom: 2px;
		}
	}

    .swatch-colors {
      display: block;
      height: 15px;
    }

    .swatch-preview, .swatch-matched {
    	position: absolute;
    	top: 4px;
    	right: 4px;
    	color: $white;
    	background: rgba(0,0,0,0.4);
        border: none;
    	padding: 0.5rem;
    	border-radius: 0 0 0 $core-border-radius;
    	@include transition(background 0.2s);
    	i {
    		font-size: $core-font-size + 0.2;
    	}
    	&:hover {
    		background: rgba(0,0,0,0.7);
    	}
    }

    .swatch-matched {
        right: inherit;
        left: 4px;
        cursor: default;
        color: $yellow;
        @include transition(none);

        &:hover {
            background: rgba(0,0,0,0.4);
        }
    }

    .swatch-description {
    	display: inline-block;
    	margin: 4px 0;
    	background: $white;
    	border: 1px solid #ddd;
    	border-radius: $core-border-radius;
    	padding: 0.1rem 0.4rem;
    	font-weight: 500;
    }
}
PKb��[�G���
�
admin/_toastr.scssnu�[���#g5-container {
    #g-notifications-container {
        font-family: $font-family-default;
        font-size: $core-font-size;
        line-height: $core-line-height;

        position: fixed;
        z-index: 999999;

        * {
            box-sizing: border-box;
        }

        > div {
            margin: 0 0 $content-margin;
            padding: $content-padding;
            width: 300px;
            border-radius: $core-border-radius;
            color: $white;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
            opacity: 0.8;
            position: relative;

            &:hover {
                opacity: 1;
                cursor: pointer;
            }
        }

        .g-notifications-title {
            font-weight: bold;
            text-transform: uppercase;

            .fa {
                margin-right: 10px;
            }
        }

        .g-notifications-message {
            //@include word-wrap(break-word);
        }

        .g-notifications-progress {
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 4px;
            background-color: $black;
            opacity: 0.4;
            border-radius: 0 0 0 3px;
        }

        .fa-close {
            position: relative;
            right: -0.3em;
            top: -0.3em;
            float: right;
            font-weight: bold;
            cursor: pointer;
            color: $white;
        }

        &.top-full-width {
            top: 0;
            right: 0;
            width: 100%;
        }

        &.bottom-full-width {
            bottom: 0;
            right: 0;
            width: 100%;
        }

        &.top-left {
            top: 12px;
            left: 12px;
        }

        &.top-right {
            top: 12px;
            right: 12px;
        }

        &.bottom-right {
            right: 12px;
            bottom: 12px;
        }

        &.bottom-left {
            bottom: 12px;
            left: 12px;
        }

        &.top-full-width > div,
        &.bottom-full-width > div {
            width: 96%;
            margin: auto;
        }

        > div { // base
            background: $update-header-bg;
            color: $white;
            border: 1px solid darken($update-header-bg, 10);
        }

        .g-notifications-theme-error {
            background: $red;
            border: 1px solid darken($red, 10);
        }

        .g-notifications-theme-warning {
            background: $yellow;
            color: darken($yellow, 30);
            border: 1px solid darken($yellow, 10);

            hr {
                border-bottom-color: darken($yellow, 30);
            }

            h3, h4 {
                margin: 0;
            }
        }

    }
}
PKb��[%np���admin/_tooltips.scssnu�[���.g-tips {
    position: absolute;
    z-index: 5000;
    padding: .8em 1em;
    top: 10px; /* Defines the spacing between g-tips and target position */
    max-width: 250px;
    color: #fff;
    background: #3a3c47;
    border-radius: 2px;
    text-shadow: -1px -1px 0 rgba(0,0,0,.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;

    code {
        background: #2a3c46;
        color: $white;
        border-color: lighten(#2a3c46, 20);
        font-size: 1em;
    }
}

/* Arrow styles */
.g-tips:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin: -5px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.g-tips.top:after, .g-tips.top-left:after, .g-tips.top-right:after {
bottom: 0; }
.g-tips.bottom:after, .g-tips.bottom-left:after, .g-tips.bottom-right:after
{ top: 0; }
.g-tips.top:after, .g-tips.bottom:after { left: 50%; }
.g-tips.top-left:after, .g-tips.bottom-left:after { right: 15px; }
.g-tips.top-right:after, .g-tips.bottom-right:after { left: 15px; }

.g-tips.left:after, .g-tips.left-top:after, .g-tips.left-bottom:after {
right: 0; }
.g-tips.right:after, .g-tips.right-top:after, .g-tips.right-bottom:after {
left: 0; }
.g-tips.left:after, .g-tips.right:after { top: 50%; }
.g-tips.left-top:after, .g-tips.right-top:after { bottom: 15px; }
.g-tips.left-bottom:after, .g-tips.right-bottom:after { top: 15px; }

/* Fade */
.g-tips.g-fade { opacity: 0; transition: opacity 200ms ease-out; }
.g-tips.g-fade.g-tip-in { opacity: 1; transition-duration: 100ms; }

/* Slide */
.g-tips.g-slide {
    opacity: 0;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.g-tips.g-slide.top,
.g-tips.g-slide.top-left,
.g-tips.g-slide.top-right {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.g-tips.g-slide.bottom,
.g-tips.g-slide.bottom-left,
.g-tips.g-slide.bottom-right {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.g-tips.g-slide.left,
.g-tips.g-slide.left-top,
.g-tips.g-slide.left-bottom {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.g-tips.g-slide.right,
.g-tips.g-slide.right-top,
.g-tips.g-slide.right-bottom {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.g-tips.g-slide.g-tip-in {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-duration: 100ms;
}

/* Grow */
.g-tips.g-grow {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}
.g-tips.g-grow.top {
    -webkit-transform: translateY(60%) scale(0);
    transform: translateY(60%) scale(0);
}
.g-tips.g-grow.top-left {
    -webkit-transform: translateY(60%) translateX(40%) scale(0);
    transform: translateY(60%) translateX(40%) scale(0);
}
.g-tips.g-grow.top-right {
    -webkit-transform: translateY(60%) translateX(-40%) scale(0);
    transform: translateY(60%) translateX(-40%) scale(0);
}
.g-tips.g-grow.bottom {
    -webkit-transform: translateY(-60%) scale(0);
    transform: translateY(-60%) scale(0);
}
.g-tips.g-grow.bottom-left {
    -webkit-transform: translateY(-60%) translateX(40%) scale(0);
    transform: translateY(-60%) translateX(40%) scale(0);
}
.g-tips.g-grow.bottom-right {
    -webkit-transform: translateY(-60%) translateX(-40%) scale(0);
    transform: translateY(-60%) translateX(-40%) scale(0);
}
.g-tips.g-grow.left {
    -webkit-transform: translateX(53%) scale(0);
    transform: translateX(53%) scale(0);
}
.g-tips.g-grow.left-top {
    -webkit-transform: translateX(53%) translateY(40%) scale(0);
    transform: translateX(53%) translateY(40%) scale(0);
}
.g-tips.g-grow.left-bottom {
    -webkit-transform: translateX(53%) translateY(-40%) scale(0);
    transform: translateX(53%) translateY(-40%) scale(0);
}
.g-tips.g-grow.right {
    -webkit-transform: translateX(-53%) scale(0);
    transform: translateX(-53%) scale(0);
}
.g-tips.g-grow.right-top {
    -webkit-transform: translateX(-53%) translateY(40%) scale(0);
    transform: translateX(-53%) translateY(40%) scale(0);
}
.g-tips.g-grow.right-bottom {
    -webkit-transform: translateX(-53%) translateY(-40%) scale(0);
    transform: translateX(-53%) translateY(-40%) scale(0);
}
.g-tips.g-grow.g-tip-in {
    -webkit-transform: none;
    transform: none;
    transition-duration: 100ms;
}

/* Types */
.g-tips.light { color: #3a3c47; background: #fff; text-shadow: none; }
.g-tips.success { background: #8dc572; }
.g-tips.warning { background: #ddc12e; }
.g-tips.error { background: #be6464; }
PKb��[�t''admin/_typography.scssnu�[���#g5-container
{//wrapper
    font-size: $core-font-size;
    line-height: $core-line-height;

    h1 {
        font-size: $h1-font-size;
    }

    h2 {
        font-size: $h2-font-size;
    }

    h3 {
        font-size: $h3-font-size;
    }

    h4 {
        font-size: $h4-font-size;
    }

    h5 {
        font-size: $h5-font-size;
    }

    h6 {
        font-size: $h6-font-size;
    }

    small {
        font-size: $core-font-size - 0.125;
    }

    cite {
        font-size: $core-font-size - 0.125;
    }

    sub,
    sup {
        font-size: $core-font-size - 0.250;
    }

    code,
    kbd,
    pre,
    samp {
        font-size: $core-font-size;
    }

    font-weight: 400;
    font-family: $font-family-default;

    // Headings
    h1, h2, h3, h4, h5, h6 {
        font-weight: $font-weight-medium;
    }

    h1, h2 {
        margin: $leading-margin 0;
    }

    h6 {
        text-transform: uppercase;
    }

    // Strong
    b, strong {
        font-weight: $font-weight-bold;
    }

    .page-title {
        margin-top: 0.5rem;
        display: inline-block;
        color: inherit;
    }

    .new {
        display: none;
    }

    // invalid fields
    input:invalid, textarea:invalid, select:invalid, .invalid-field {
        color: $red;
        text-decoration: underline;
        border-bottom: 1px dotted $red;
    }

    .theme-title > * {
        display: inline-block;
        line-height: 1rem;

        &.fa-tint {
            margin-top: 5px;
        }
    }
    .g-ellipsis {
        @include ellipsis(170px);
    }

}//endwrapper
PKb��[���
admin.scssnu�[���// REQUIRED DEPENDENCIES - DO NOT CHANGE

// Load Third Party Libraries
@import "vendor/bourbon/bourbon";

// Load Nucleus Configuration
@import "configuration/nucleus/base";

// Load Nucleus Mixins and Functions
@import "nucleus/functions/base";
@import "nucleus/mixins/base";

#g5-container {
	@import "nucleus";
}

// Load Template Configuration
@import "configuration/admin/base";

// Load Admin Mixins
@import "admin/mixins/base";

// Load Template Library
@import "admin/modules/base";

// TEMPLATE COMPONENTS

// Core
@import "admin/core";
@import "admin/fonts";

// Main
@import "admin/main";
@import "admin/overview";

// Settings
@import "admin/settings";

// Styles
@import "admin/styles";

// Assignments
@import "admin/assignments";

// Configurations
@import "admin/configurations";

// Positions
@import "admin/positions";

// Headers
@import "admin/headers";

// Nav Bar
@import "admin/navbar";

// Typography
@import "admin/typography";

// Buttons
@import "admin/buttons";

// Input Grups
@import "admin/input-groups";

// Layout Manager
@import "admin/layout-manager";

// Page Settings
@import "admin/page-settings";

// Menu Editor
@import "admin/menu";

// Modal
@import "admin/modules/modal";
@import "admin/modal";

// Popover
@import "admin/popover";

// Fields
@import "admin/fields";

// Changelog
@import "admin/changelog";

// Tooltips
@import "admin/tooltips";

// RTL
@import "admin/rtl";
PKb��[b�JAAconfiguration/admin/_base.scssnu�[���//
Colors
@import "colors";

// Typography
@import "typography";
PKb��[l막 configuration/admin/_colors.scssnu�[���//
Core
$core-accent:                   #3180C2;
$white:							#fff;
$light-gray:					#ddd;

// Body
$body-bg:                       #404040;

// Headers
$main-header-text:				#fff;
$inner-header-bg:				#222;
$inner-header-text:				$core-accent;
$update-header-bg:				#8F4DAE;PKb��[g�_';;configuration/admin/_core.scssnu�[���//
Border Radius
$core-border-radius:            rem(3px);
PKb��[���{qq
configuration/admin/_layout.scssnu�[���$content-padding:        
      0.938rem;
$content-padding-short:         $content-padding / 2 $content-padding;
PKb��[���$configuration/admin/_typography.scssnu�[���//
Base Sizes
$core-font-size:				1rem !default;
$core-line-height:				1.5 !default;

// Heading Sizes
$h1-font-size:					$core-font-size + 1.25 !default;
$h2-font-size:					$core-font-size + 0.90 !default;
$h3-font-size:					$core-font-size + 0.50 !default;
$h4-font-size:					$core-font-size + 0.15 !default;
$h5-font-size:					$core-font-size !default;
$h6-font-size:					$core-font-size - 0.15 !default;

// Spacing
$leading-margin:				$core-line-height * 1rem
!default;PKb��[��_&&joomla-admin/_buttons.scssnu�[���@mixin
button-color($color, $text: $white) {
    background: $color;
    color: $text;
    &:not(.disabled):not([disabled]):hover, &:focus {
        background: darken($color, 6%);
        color: $text;
    }
}

#g5-container {
	.button-primary {
	    @include button-color($core-accent);
	}
}
PKb��[M�,(3	3	joomla-admin/_core.scssnu�[���html {
    height: inherit !important;
}

textarea, input, .input-append, .input-prepend, #sbox-window {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body.com_gantry5 {
    color: $light-gray;
    background-color: $body-bg !important;

    #g5-container {
        @media (max-width: 767px) {
            margin-left: -20px;
            margin-right: -5px;
        }
    }

    textarea, input, .input-append, .input-prepend {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        text-decoration: none;
    }

    .btn-subhead, .subhead-collapse.collapse, .header {
    	display: none;
    }

    .container-main {
    	padding: 0;
    }

    #status {
    	box-shadow: none !important;
    }

    #footer {
        a {
            color: $core-accent;
        }
    }

    #g5-container {
        .inner-container {
            margin: 0;
        }

        li {
            line-height: inherit;
        }

        textarea, input {
            box-shadow: none;
        }

        input, button, select, textarea {
            font-family: inherit;
        }

    }

    nav.navbar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    // fixes weird tall element in the page
    > div:last-child[style^="position: absolute; z-index: -1; top:
0px; left: 0px; right: 0px; height: "] {
        display: none;
    }
}

body.com_modules, body.com_advancedmodules, body.com_menus {
    #g5-container {
        font-size: inherit; // inherit from the platform

        .inner-container {
            color: inherit;
            margin: 0;
            box-shadow: none;
        }

        .main-block {
            background-color: inherit;
        }

        .g-content {
            margin: 0;
            padding: 0;
        }

        .g-instancepicker-title {
            font-size: $core-font-size;
            font-style: italic;
            margin-right: 0.5rem;
            vertical-align: middle;
            display: inline-block;

            &:empty {
                margin-right: 0;
            }

            + .button {
                display: inline-block;
                vertical-align: middle;
            }
        }
    }
}
PKb��[A̩y��joomla-admin/_headers.scssnu�[���body.com_gantry5
{
	#g5-container {

	    [data-mode-indicator="production"] {
	        background-color: $core-accent;
	    }

	    #main-header {

	    	.g-content {
	            padding: 0 1.563rem;
	        }

	    	.dev-mode-toggle {
	    		background: darken($core-accent, 10%);

	    		a {
	    			background: lighten($core-accent, 15%);
	    		}
	    	}

	    	.button-save {
	            @include button-color(lighten($core-accent, 15%), $white);
	        }

	        ul {
	            li {
                    a {
                        &:focus {
                            background: darken($core-accent, 8%);
                        }
                    }
	                &:hover {
	                    a {
	                        background: darken($core-accent, 8%);
	                    }
	                }
	                &.active {
	                    a {
	                        background: darken($core-accent, 15%);
	                    }
	                }
	            }
	        }

	    }

	    #navbar {
	    	padding: 0 0.625rem;
	    }

	    .inner-header {
	        background-color: $inner-header-bg;
	        color: $inner-header-text;
	    }

	    .settings-state {
	        background: $core-accent;
	        color: $main-header-text;
	    }

	    .button.button-update {
	        @include button-color(darken($update-header-bg, 15%), $white);
	    }

	    .tooltip {
	    	position: static;
	    	opacity: 1;
	    	line-height: inherit;
	    	font-size: inherit;
	    }

	}
}
PKb��[����joomla-admin/_navbar.scssnu�[���body.com_gantry5
{
    #g5-container {
        .navbar-block {
            #gantry-logo {
                right: 2.1rem;
            }
        }
    }
}
PKb��[���#ppjoomla-admin/_overview.scssnu�[���#g5-container
{
    .overview-header {
        .theme-title {
            color: $core-accent;
        }
    }
}PKb��[�S���joomla-admin/_settings.scssnu�[���#g5-container
{
    .settings-block {
        input, textarea, select {
            &:focus {
                border-color: rgba($core-accent, .5);
            }
        }
    }
}
PKb��[�����joomla-admin/_typography.scssnu�[���#g5-container
{

	h1 {
		font-size: $h1-font-size;
	}

	h2 {
		font-size: $h2-font-size;
	}

	h3 {
		font-size: $h3-font-size;
	}

	h4 {
		font-size: $h4-font-size;
	}

	h5 {
		font-size: $h5-font-size;
	}

	h6 {
		font-size: $h6-font-size;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: inherit;
	}

	.page-title {
        color: inherit;
        text-shadow: none;
        line-height: inherit;
    }

}PKb��[�,�{{joomla-admin.scssnu�[���// Load Admin
Configuration
@import "configuration/admin/base";

// Core
@import "joomla-admin/core";

// Buttons
@import "joomla-admin/buttons";

// Headers
@import "joomla-admin/headers";

// Overview
@import "joomla-admin/overview";

// Typography
@import "joomla-admin/typography";

// Assignments
@import "joomla-admin/navbar";

// Settings
@import "joomla-admin/settings";
PK��[\*�<��custom.scssnu�[���@import
"dependencies";
@import "jlparticles";
@import "top-news-joomla";
@import "jlbacktotop";
@import "fonticon";

@font-face{
  font-family:"lmskaran-font";
  src:url("../fonts/vazir/vazir_light/Vazir-Light.eot"),
    url("../fonts/vazir/vazir_light/Vazir-Light.eot"),
    url("../fonts/vazir/vazir_light/Vazir-Light.woff"),
    url("../fonts/vazir/vazir_light/Vazir-Light.woff2");
}


@font-face {
    font-family: "lmskaran-icon";
    font-display: swap;
    src: url(../fonts/font-icon/lmskaran-font.eot)
format("embedded-opentype"),
	url(../fonts/font-icon/lmskaran-font.ttf) format("truetype"),
	url(../fonts/font-icon/lmskaran-font.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}



html{
  scroll-behavior: smooth;
}

body,h1, h2, h3, h4, h5,h6{
  font-family:"lmskaran-font" !important;
}


a:hover {
    text-decoration: none;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}


//------------------------Section Header

#g-header{
    box-shadow:0 3px 12px 0 rgba(0, 0, 0 , 0.1);
}

#g-header .g-grid:first-child {
    display: flex;
    align-items: center;
  	justify-content: space-around;
}

.logo-reservation img {
  	width: 170px;
  	padding: 5px 0;
}

.chattersa-loging-reg ul li .g-menu-item-container {
    padding: 0 !important;
}

.flex-end{
  justify-content: flex-end;
}

.menu-your-profile ul li {
    border-radius: 10px;
}

.menu-your-profile ul li a{
  	padding-bottom: 7px !important;
}

.menu-your-profile ul li.active a {
    color: red !IMPORTANT;
    border-bottom: 2px solid;
}

//------------------------Section Header my profile or icons

.Columnar-Mneu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-transactio-icon a::before,
.menu-chat-icon a::before,
.menu-user-icon a::before{
  font-family: 'lmskaran-icon';
  font-size: 22px;
  //color: #5e7582;
}

.menu-chat-icon a::before {
    content: "\e90a";
}

.menu-transactio-icon a::before {
    content: "\e95a";
}

.menu-user-icon a::before,
.jf_l_pro_links a:first-child::before,
.login_greeting::before{
    content: "\e95d";
}

.jf_l_pro_links a:first-child::before,
.login_greeting::before{
  margin-left:7px;
  font-family: 'lmskaran-icon';
}

//------------------------Section Footer

#g-footer {
    box-shadow: 0px -10px 20px -10px #d6d6d6;
  	border-radius: 0 0 55px 55px;
    z-index: 2;
    position: inherit;
}

.pages-we nav ul,
.service-menu nav ul {
    display: flex;
    flex-direction: column;
}

.pages-we nav ul li a,
.service-menu nav ul li a{
    padding: 3px 0 !important;
}

.social-footer {
    display: flex;
    justify-content: center;
}

.social-footer img {
    width: 25px !important;
    margin: 5px;
    filter: grayscale(1) opacity(0.5);
  	transition:0.5s;
}

.social-footer img:hover {
    filter: grayscale(0);
}

//------------------------Section bottomFooter

section#g-bottomFooter {
    background: linear-gradient(45deg, #615490, #3ca4cb);
    color: white;
    margin-top: -110px;
    z-index: 0;
    position: inherit;
    padding-top: 110px;
}

.to-top-lmsyaran a{
    color:white !important;
  	display: flex;
    justify-content: flex-end;
}

.arow-top-lmsyaran {
    filter: invert(1);
}


.arow-top-lmsyaran svg {
    margin-right: 6px;
}


//------------------------Section g-subfeature

.need-guidance {
    display: flex;
    align-items: center;
}

.need-guidance div:first-child {
      margin-left: 20px;
    font-size: 17px;
}

.need-guidance a {
    position: relative;
}

.need-guidance a::after {
    background: #007bff;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    content: '021-55395323';
    display: inline-block;
}

.need-guidance a::before {
    content: '';
    display: inline-block;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #007bff;
    border-right: 14px solid #ffffff00;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
}

//------------------------ جایگزین کردن کد های بوت
استرپ با کد های گانتری مرتبط با مودال

.modal-open {
    padding: unset !important;
}

.modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1050 !important;
    display: none;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    outline: 0 !important;
	background:unset !Important;
	margin-left:unset !Important;
}

.fade {
    //transition: opacity .15s linear !Important;
  	opacity:1;
}

.modal-backdrop.fade {
    /*opacity: 0 !important;*/
}
.fade:not(.show) {
    /*opacity: 0 !important;*/
}

.modal-backdrop.show {
    display:block;
}

//------------------------ module sidepanel

.button-consulting-sidepanle a {
    background: #38b6f2;
    padding: 10px 50px;
    border-radius: 20px;
    display: inline-block;
}

.button-consulting-sidepanle {
    margin-top: 20px;
}

.image-sidepanel-guest {
    text-align: center;
}

.button-sidepanel-guest a {
    background: #1eda58;
    color: white;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
  	transition: 0.3s;
}

.text-sidepanel-guest {
    color: #a2a2a2;
}

.button-sidepanel-guest a:hover {
    color: white !important;
    background: #1ed055;
}

.now-button-login-sidepanel {
    margin-top: 20px;
  	color: #7f7f7f;
}

.now-button-login-sidepanel a {
    color: red !important;
    border-bottom: 1px solid;
}


@media only screen and (max-width:568px){
  span.hidden-name-user-in-phone,
  .login_greeting::before{
      display: none;
  }
}


@media only screen and (max-width:768px){
  .to-top-lmsyaran a {
    justify-content: center;
  }
  .logo-reservation img{
    width: 100px;
    padding: 5px 0;
    margin-right: 40px;
  }
}

@media only screen and (max-width:1200px){
  #g-header .flex-auto {
    flex: auto !important;
  }
}PK��[aa�_3d-slider.scssnu�[���// Set the variable
defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

// Carousel Theme
.g-3d-slider {
	position: relative;
	.g-3d-slider-container {
		position: relative;
	}
	article {
		@include perspective(600px);
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	section {
		@include transform(none);
		border-radius: 5px;
		width: 512px;
		position: absolute;
		left: 50%;
		margin-left: -256px;
		opacity: 0;
		@include breakpoint(mobile-only) {
			max-width: 100%;
			left: 0;
			margin-left: 0;
		}
		&.bespoke-slide {
			@include transition(transform .7s ease, opacity .7s ease,
background-color .7s ease);
		}
		&.bespoke-active {
			opacity: 1;
			z-index: 1;
		}
		&.bespoke-inactive {
			.g-3d-slider-item {
				pointer-events: none;
			}
		}
	}
	&.carousel {
		line-height: inherit;
		margin-bottom: 0;
		section {
			&.bespoke-before {
				@include transform(translateX(-980px) rotateY(-72deg)
translateX(-1290px));
				opacity: 0;
			}
			&.bespoke-before-2 {
				@include transform(translateX(-590px) rotateY(-52deg)
translateX(-780px));
				opacity: 0.3;
			}
			&.bespoke-before-1 {
				@include transform(translateX(-270px) rotateY(-30deg)
translateX(-290px));
				opacity: 0.5;
			}
			&.bespoke-after {
				@include transform(translateX(980px) rotateY(72deg)
translateX(1290px));
				opacity: 0;
			}
			&.bespoke-after-1 {
				@include transform(translateX(270px) rotateY(30deg)
translateX(290px));
				opacity: 0.5;
			}
			&.bespoke-after-2 {
				@include transform(translateX(590px) rotateY(52deg)
translateX(780px));
				opacity: 0.3;
			}
		}
	}
	&.coverflow {
		section {
			&.bespoke-before {
				@include transform(translateX(-270px) rotateY(45deg) scale(0.6));
				z-index: 6;
			}
			&.bespoke-before-3 {
				@include transform(translateX(-230px) rotateY(45deg) scale(0.6));
				opacity: 0.1;
				z-index: 7;
			}
			&.bespoke-before-2 {
				@include transform(translateX(-190px) rotateY(45deg) scale(0.6));
				opacity: 0.2;
				z-index: 8;
			}
			&.bespoke-before-1 {
				@include transform(translateX(-150px) rotateY(45deg) scale(0.6));
				opacity: 0.3;
				z-index: 9;
			}
			&.bespoke-active {
				z-index: 10;
			}
			&.bespoke-after {
				@include transform(translateX(270px) rotateY(-45deg) scale(0.6));
				z-index: 6;
			}
			&.bespoke-after-1 {
				@include transform(translateX(150px) rotateY(-45deg) scale(0.6));
				opacity: 0.3;
				z-index: 9;
			}
			&.bespoke-after-2 {
				@include transform(translateX(190px) rotateY(-45deg) scale(0.6));
				opacity: 0.2;
				z-index: 8;
			}
			&.bespoke-after-3 {
				@include transform(translateX(230px) rotateY(-45deg) scale(0.6));
				opacity: 0.1;
				z-index: 7;				
			}
		}
	}
	&.cube {
		section {
			&.bespoke-before {
				@include transform(translateX(-332px) rotateY(-70deg)
translateX(-652px) rotateY(-110deg) translateX(-530px));
			}
			&.bespoke-before-1 {
				@include transform(translateX(-332px) rotateY(-70deg)
translateX(-512px));
				opacity: 0.5;
			}
			&.bespoke-after {
				@include transform(translateX(332px) rotateY(70deg) translateX(652px)
rotateY(110deg) translateX(530px));
			}
			&.bespoke-after-1 {
				@include transform(translateX(332px) rotateY(70deg)
translateX(512px));
				opacity: 0.5;
			}
		}
	}

	// Items
	text-align: center;
	.g-3d-slider-item {
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	.g-3d-slider-image {
		> a {
			display: block;
		}
		img {
			@include user-select(none);
		}
	}
	.g-info-container {
		padding: 30px;
		background: #ffffff;
	}
	p {
		margin: 0;
	}
	.g-3d-slider-title {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-3d-slider-desc {
		margin-top: 10px;
	}
	.g-info-container-style2 {
		&.uk-overlay-panel {
			padding: 30px;
			p {
				margin-top: 5px;
			}
			a {
				color: #ffffff;
				&:hover {
					color: $accent-color-1;
				}
			}
		}
		.g-3d-slider-special, .g-item-details {
			color: #ffffff !important;
		}
	}
	.g-3d-slider-special {
		font-style: italic;
		float: left;
		@include breakpoint(small-mobile-range)  {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
		i {
			margin-right: 5px;
		}
	}
	.g-3d-slider-link {
		float: right;
		font-style: italic;
		i {
			margin-left: 10px;
		}
		@include breakpoint(small-mobile-range) {
			float: none;
			margin-top: 5px;
		}
		@include breakpoint(tablet-range) {
			float: none;
			margin-top: 5px;
		}
	}
	.no-special {
		.g-3d-slider-link {
			float: none;
		}
	}
	.no-link {
		.g-3d-slider-special {
			float: none;
		}
	}
	.g-bottom-info {
		margin-top: 15px;
	}
	.g-item-details {
		margin-top: 10px;
		font-size: 90%;
		.date {
			i {
				margin-right: 5px;
			}
		}
		&.date-top {
			margin-top: 0;
			font-size: 100%;
			background: $accent-color-1;
			color: #ffffff;
			position: absolute;
			z-index: 20;
			padding: 10px 20px;
			top: 20px;
			margin-left: -25px;
			@include breakpoint(small-mobile-range) {
				padding: 5px 10px;
				font-size: 90%;
				margin-left: 0;
				top: 0;
			}
			&:after {
				content: '';
				border-left: 25px solid transparent;
				border-top: 10px solid darken($accent-color-1, 15%);
				bottom: -10px;
				left: 0;
				position: absolute;
				z-index: 1;
				@include breakpoint(mobile-only) {
					display: none;
				}
			}
			.date {
				i {
					margin-right: 7px;
				}
			}
		}
	}
	&.style3 {
		.g-info-container-style2 {
			@include background(linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px,
rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%));
			padding: 30px;
			a {
				color: #ffffff;
				&:hover {
					color: #ffffff;
					text-decoration: underline;
				}
			}
		}
		.g-3d-slider-image {
			.uk-overlay {
				img {
					@include transition(all 1s);
				}
			}
			&:hover {
				.uk-overlay {
					img {
						@include transform(scale(1.15));
					}
				}
			}
		}
	}
	.g-particle-navigation {
		.uk-slidenav {
			@include transition(all 0.2s);
		}
		&.arrows {
			.uk-slidenav {
				position: absolute;
				top: 50%;
				margin-top: -20px;
			}
			.uk-slidenav-previous {
				@include breakpoint(large-desktop-range) {
					left: -70px;
				}
				left: -20px;
			}
			.uk-slidenav-next {
				@include breakpoint(large-desktop-range) {
					right: -70px;
				}
				right: -20px;
			}
		}
		&.arrows-bottom {
			text-align: center;
			margin-top: 40px;
			.uk-slidenav-previous {
				margin-right: 5px;
			}
			.uk-slidenav-next {
				margin-left: 5px;
			}
		}
	}
	&.coverflow, &.cube {
		.g-particle-navigation {
			&.arrows {
				.uk-slidenav-previous {
					left: 0;
					@include breakpoint(mobile-only) {
						left: -20px;
					}
				}
				.uk-slidenav-next {
					right: 0;
					@include breakpoint(mobile-only) {
						right: -20px;
					}
				}
			}			
		}		
	}
}
PK��[�V�77_accordion-joomla.scssnu�[���// Set
the variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-accordion {
	.g-accordion-image {
		float: left;
		width: 33%;
		margin-right: 25px;
		@include breakpoint(mobile-only) {
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
			float: none;
		}
	}
	.g-article-details {
		margin-top: 10px;
		font-size: 90%;
		color: lighten($base-text-color, 15%);
		> span {
			margin-right: 10px;
			&:last-child {
				margin-right: 0;
			}
			i {
				margin-right: 5px;
			}
		}
	}
}PK��[��0��_animated-counter.scssnu�[���.g-animated-counter
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-animated-counter-item {
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*2;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	p {
		margin: 0;
	}
	.g-animated-counter-number {
		font-size: 280%;
		margin-bottom: 0;
		margin-top: -5px;
	}
	.g-animated-counter-title {
		margin-bottom: 0;
		font-size: 140%;
		margin-top: -5px;
	}
	.g-animated-counter-icon {
		border-radius: 50%;
		font-size: 2.2rem;
		height: 110px;
		width: 110px;
		line-height: 110px;
		border: 2px solid;
		border-color: inherit;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 35px;
		display: inline-block;
		@include transition(all 0.2s linear 0s);
	}
	.g-animated-counter-image {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 35px;
	}
	&.style2 {
		text-align: initial;
		.g-animated-counter-icon {
			color: $white;
			font-size: 1.5rem;
			height: 75px;
			width: 75px;
			line-height: 75px;
			background: $accent-color-1;
			@include linear-gradient(to bottom, $accent-color-1, $accent-color-2);
			border: 0px solid;
			border-color: transparent;
			margin-top: 0.7rem;
			margin-bottom: 0px;
			margin-right: 1rem;
			display: inline-block;
			float: left;
		}
		.g-animated-counter-image {
			margin-bottom: 0.75rem;
			display: inline-block;
			float: left;
			width: 75px;
			margin-top: 0.7rem;
			margin-bottom: 0;
			margin-right: 1rem;
		}
	}
}PK��[=Q���_before-after.scssnu�[���.g-before-after
{
	.g-grid {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
	}
	.g-ba-feature-left {
		@include breakpoint(mobile-only) {
			margin-bottom: 35px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
			@include breakpoint(mobile-only) {
				margin: 0;
			}
		}
	}
	.g-ba-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
			@include breakpoint(mobile-only) {
				margin: 0;
			}
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-ba-feature-title {
		margin-top: -5px;
	}
	.g-ba-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-ba-feature-desc {
		i {
			margin-right: 8px;
		}
	}

	.twentytwenty-horizontal, .twentytwenty-vertical {
		.twentytwenty-handle {
			&:before, &:after {
				content: " ";
				display: block;
				background: white;
				position: absolute;
				z-index: 30;
				box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);				
			}
		}
	}

	.twentytwenty-horizontal {
		.twentytwenty-handle {
			&:before, &:after {
				width: 3px;
				height: 9999px;
				left: 50%;
				margin-left: -1.5px;				
			}
			&:before {
				bottom: 50%;
				margin-bottom: 22px;
				box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
			}
			&:after {
				top: 50%;
				margin-top: 22px;
				box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);				
			}
		}

		.twentytwenty-before-label, .twentytwenty-after-label {
			&:before {
				top: 50%;
				margin-top: -19px;
			}
		}

		.twentytwenty-before-label {
			&:before {
				left: 10px;
			}
		}

		.twentytwenty-after-label {
			&:before {
				right: 10px;
			}
		}
	}

	.twentytwenty-vertical {
		.twentytwenty-handle {
			&:before, &:after {
				width: 9999px;
				height: 3px;
				top: 50%;
				margin-top: -1.5px;
			}
			&:before {
				left: 50%;
				margin-left: 22px;
				box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
			}
			&:after {
				right: 50%;
				margin-right: 22px;
				box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);				
			}
		}

		.twentytwenty-before-label, .twentytwenty-after-label {
			&:before {
				left: 50%;
				margin-left: -45px;
				text-align: center;
				width: 90px;				
			}
		}

		.twentytwenty-before-label {
			&:before {
				top: 10px;
			}
		}

		.twentytwenty-after-label {
			&:before {
				bottom: 10px;
			}
		}
	}

	.twentytwenty-before-label, .twentytwenty-after-label,
.twentytwenty-overlay {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		@include transition-duration(0.5s);
	}

	.twentytwenty-before-label, .twentytwenty-after-label {
		opacity: 0;
		@include transition-property(opacity);
		&:before {
			color: white;
			font-size: 13px;
			letter-spacing: 0.1em;
			position: absolute;
			background: rgba(255, 255, 255, 0.2);
			line-height: 38px;
			padding: 0 20px;
			border-radius: 2px;
			box-sizing: border-box;
		}
	}

	.twentytwenty-left-arrow, .twentytwenty-right-arrow,
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
		width: 0;
		height: 0;
		border: 6px inset transparent;
		position: absolute;
	}

	.twentytwenty-left-arrow, .twentytwenty-right-arrow {
		top: 50%;
		margin-top: -6px;
	}

	.twentytwenty-up-arrow, .twentytwenty-down-arrow {
		left: 50%;
		margin-left: -6px;
	}

	.twentytwenty-container {
		box-sizing: content-box;
		z-index: 0;
		overflow: hidden;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		img {
			max-width: 100%;
			position: absolute;
			top: 0;
			display: block;
		}
		&.active {
			.twentytwenty-overlay {
				background: rgba(0, 0, 0, 0);
				.twentytwenty-before-label, .twentytwenty-after-label {
					opacity: 0;
				}
			}
		}
		* {
			box-sizing: content-box;
		}
	}

	.twentytwenty-overlay {
		@include transition-property(background);
		background: rgba(0, 0, 0, 0);
		z-index: 25;
		&:hover {
			background: rgba(0, 0, 0, 0.5);
			.twentytwenty-before-label, .twentytwenty-after-label {
				opacity: 1;
			}
		}
	}

	.twentytwenty-before {
		z-index: 20;
	}

	.twentytwenty-after {
		z-index: 10;
	}

	.twentytwenty-handle {
		height: 38px;
		width: 38px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -22px;
		margin-top: -22px;
		border: 3px solid white;
		border-radius: 1000px;
		box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
		z-index: 40;
		cursor: pointer;
	}

	.twentytwenty-left-arrow {
		border-right: 6px solid white;
		left: 50%;
		margin-left: -17px;
	}

	.twentytwenty-right-arrow {
		border-left: 6px solid white;
		right: 50%;
		margin-right: -17px;
	}

	.twentytwenty-up-arrow {
		border-bottom: 6px solid white;
		top: 50%;
		margin-top: -17px;
	}

	.twentytwenty-down-arrow {
		border-top: 6px solid white;
		bottom: 50%;
		margin-bottom: -17px;
	}
}PK��[Wj�	�	_buttons-particle.scssnu�[���.g-buttons
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
		
	.g-buttons-item {
		color: $base-text-color;
		margin: 0 auto;
		display: table;
		background: transparent;
		padding: 1.5rem 2rem;
		border-radius: 3px;
		border: 1px solid $base-text-color;
		@include transition(all 0.2s);
		@include breakpoint(tablet-range) {
			width: 70%;
		}
		@include breakpoint(mobile-only) {
			width: 100%;
			margin-bottom: 1rem;
		}
		
		a {
			color: inherit;
		}
			
		.g-block {
			text-align: center;
			display: table-cell;
			vertical-align: middle;
			
			p {
				margin: 0px;
				line-height: 1.2rem;
			}
			.g-buttons-item-icon {
				color: $accent-color-1;
				font-size: 3rem;
				margin-right: 1rem;
				text-align: center;
				@include transition(all 0.2s);
				@include breakpoint(tablet-range) {
					font-size: 2rem;
				}
				@include breakpoint(mobile-only) {
					font-size: 2rem;
				}
			}
			.g-buttons-item-title1 {
				text-align: initial;
				text-transform: uppercase;
				font-weight: bold;
				@include transition(all 0.2s);
			}
			.g-buttons-item-title2 {
				text-align: initial;
				font-size: 2rem;
				line-height: 2rem;
				margin: 0px;
				@include transition(all 0.2s);
			}
			h3 {
				color: $accent-color-1 !important;
			}
		}
		
		&:hover {
			color: $white;
			background: $accent-color-1;
			border: 1px solid $accent-color-1;
			
			.g-buttons-item-icon {
				color: $white;
			}
			
			h3{
				color: $white !important;
			}
		}
		
		&.inverted-button {
			color: $white;
			background: $accent-color-1;
			border: 1px solid $accent-color-1;
			
			a {
				color: $white;
			}
			.g-block {
				.g-buttons-item-icon {
					color: $white;
				}
				h3 {
					color: $white !important;
				}
			}
			&:hover {
				background: darken($accent-color-1, 10%);
			}
		}
	
	}
	.fixed-button {
		width: 320px;
		@include breakpoint(desktop-range) {
			width: 300px;
			.g-block {
				.g-buttons-item-title2 {
					font-size: 1.7rem;
				}
			}
		}
	}
	.g-grid {
		@include breakpoint(tablet-range) {
			display: block !important;
			.g-block {
				margin-bottom: 1rem;
				&:last-child {
					margin-bottom: 0px;
				}
			}
		}
		@include breakpoint(mobile-only) {
			display: table;
			width: 100%;
		}
	}
    > .g-grid {
        > .g-block {
            text-align: center;
            > a {
                display: inline-block;
            }
        }
    }
}PK��[s��+##_chart.scssnu�[���.g-chart {
	.g-grid {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
	}
	.g-chart-feature-left {
		@include breakpoint(mobile-only) {
			margin-bottom: 35px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
			@include breakpoint(mobile-only) {
				margin: 0;
			}
		}
	}
	.g-chart-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
			@include breakpoint(mobile-only) {
				margin: 0;
			}
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-chart-feature-title {
		margin-top: -5px;
	}
	.g-chart-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-chart-feature-desc {
		i {
			margin-right: 8px;
		}
	}
}PK��[!.m�_circle-progress.scssnu�[���.g-circle-progress
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-circle-progress-item {
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*2;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	canvas {
		max-width: 100%;
	}
	.circle {
		position: relative;
	}
	.g-circle-progress-percentage {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		text-align: center;
		height: 34px;
		line-height: 34px;
		font-size: 34px;
		margin-top: -20px;
	}
	.g-circle-progress-title {
		margin-bottom: 0;
		margin-top: 25px;
	}
	.g-circle-progress-desc {
		margin-top: 20px;
	}
}PK��[��U��_collapsible-section.scssnu�[���.g-collapsible-section
{
	text-align: center;
	position: relative;
	z-index: 800;
	height: 0;
	.g-toggle-text {
		cursor: pointer;
		padding: 0 25px;
		background: #ffffff;
		display: inline-block;
		box-shadow: 0 0 4px rgba(0,0,0,0.2);
		height: 40px;
		line-height: 40px;
		border-radius: 50px;
		position: relative;
		top: -20px;
		> span {
			margin-right: 8px;
		}
	}
}PK��[,�
_companies.scssnu�[���.g-companies {
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
		.g-companies-container {
			> .g-grid {
				margin-bottom: ($content-padding*2);
				&:last-child {
					margin-bottom: 0;
					> .g-block {
						&:last-child {
							.g-companies-item {
								@include breakpoint(mobile-only) {
									margin-bottom: 0 !important;
								}
							}
						}
					}
				}
				@include breakpoint(mobile-only) {
					margin-bottom: 0;
				}
			}
			.g-companies-item {
				@include breakpoint(mobile-only) {
					margin-bottom: ($content-padding*2) !important;
				}
			}
		}
	}
	.size-33 {
		@include flex(0 33.3333%);
		width: 33.3333%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}

	.size-16 {
		@include flex(0 16.6666%);
		width: 16.6666%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}
}

.g-companies, .g-companies-slider, .g-companies-slideset {
	&.gutter-disabled {
		.g-companies-item {
			border: none;
		}
		.uk-slideset {
			margin-left: 0;
			&.uk-grid {
				> * {
					padding-left: 0;
				}
			}
		}
		.uk-slider-container {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}
	&.style1 {
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.g-companies-image {
			img {
				background: #ffffff;
				border: 1px solid $base-border-color;
			}
		}
		.uk-overlay-panel {
			padding: 15px;
			text-align: center;
		}
		.g-companies-name {
			margin: 0;
			color: #ffffff !important;
			a {
				&:hover {
					color: $accent-color-1 !important;
				}
			}
		}
		.g-companies-item {
			width: 100%;
			img {
				width: 100%;
				@include transition(all 0.3s);
				@include filter(grayscale(1));
			}
			&:hover {
				img {
					@include filter(grayscale(0));
				}
			}
			.g-companies-image {
				a {
					display: block;
				}
			}
		}
	}
	&.style2 {
		margin: -5px;
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.g-companies-image {
			img {
				background: #ffffff;
				border: 1px solid $base-border-color;
			}
		}
		.uk-overlay-panel {
			padding: 15px;
			text-align: center;
		}
		.g-companies-name {
			margin: 0;
			color: #ffffff !important;
			a {
				&:hover {
					color: $accent-color-1 !important;
				}
			}
		}
		.g-companies-item {
			width: 100%;
			@include transition(all 0.3s);
			img {
				width: 100%;
				@include transition(all 0.3s);
				@include filter(grayscale(1));
			}
			&:hover {
				img {
					@include filter(grayscale(0));
				}
			}
			.g-companies-image {
				a {
					display: block;
				}
			}
		}
		.uk-slidenav-position, .g-companies-container {
			&:hover {
				.g-companies-item {
					opacity: 0.5;
					&:hover {
						opacity: 1;
						box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
					}
				}
			}
		}
		.uk-slider-container {
			padding: 6px;
		}
	}
}PK��[�9S�oo_contacts.scssnu�[���// Set the
variable defaults in case they are missing in the template
$top-background-color: #e9e9e9 !default;
$top-text-color: #666666 !default;

.g-contacts {
	.g-grid {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-contacts-item {
		text-align: left;
		@include breakpoint(mobile-only) {
			margin-left: 0 !important;
			margin-right: 0 !important;
			display: block !important;
			&:last-child {
				margin-bottom: 0 !important;
			}
		}
	}
	&.vertical {
		.g-contacts-item {
			display: block;
		}
	}
	&.horizontal {
		.g-contacts-item {
			&:not(.g-block) {
				display: inline-block;
				margin-right: 35px;
				&:last-child {
					margin-right: 0;
				}
			}
		}
	}
	&.style1 {
		.g-contacts-item {
			@include breakpoint(mobile-only) {
				margin-bottom: 7px;
			}			
		}
		.g-contacts-icon {
			margin-right: 5px;
		}
		&.vertical {
			.g-contacts-item {
				margin-bottom: 7px;
				&:last-child {
					margin-bottom: 0;
				}
			}
		}
	}
	&.style2 {
		.g-contacts-item {
			@include breakpoint(mobile-only) {
				margin-bottom: 25px;

				&:not(.g-block) {
					.g-contacts-icon {
						margin-top: 0 !important;
					}
				}
			}
			&.g-block {
				align-self: center;
			}
		}
		&.horizontal {
			.g-contacts-item {
				&:not(.g-block) {
					.g-contacts-icon {
						margin-top: -5px;
					}
				}
			}
		}
		.g-contacts-icon {
			float: left;
			border: 2px solid $base-border-color;
			border-radius: 50%;
			font-size: 18px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			width: 45px;
			color: $accent-color-1;
			> span {
				position: relative;
				top: -1px;
			}
		}
		.g-title-value-container {
			margin-left: 60px;
		}
		.g-contact-title {
			margin-top: -5px;
			margin-bottom: 0;
		}
		&.vertical {
			.g-contacts-item {
				margin-bottom: 25px;
				&:last-child {
					margin-bottom: 0;
				}
			}			
		}
	}
}

// Top Section Adjustments
#g-top {
	.g-contacts {
		.g-contacts-item {
			display: inline-block;
			padding: 11px 15px;
			border-right: 1px solid lighten($top-background-color, 10%);
			margin-left: -4px;
			margin-bottom: 0;
			&:first-child {
				border-left: 1px solid lighten($top-background-color, 10%);
				margin-left: 0;
			}
			&:last-child {
				margin-right: 0;
			}
			> a {
				color: $top-text-color;
				&:hover {
					
				}
			}
		}
	}
}

// Offcanvas Section Adjustment
#g-offcanvas {
	.g-contacts {
		.g-contacts-item {
			margin-left: 0 !important;
			margin-right: 0 !important;
			display: block !important;
			&:last-child {
				margin-bottom: 0 !important;
			}				
		}
		&.style1 {
			.g-contacts-item {
				margin-bottom: 7px;
			}
		}
		&.style2 {
			.g-contacts-item {
				margin-bottom: 25px;
				&:not(.g-block) {
					.g-contacts-icon {
						margin-top: 0 !important;
					}
				}
			}
		}
		.g-block {
			@include flex-grow(0);
			@include flex-basis(100%);
		}
	}
}

// RTL Adjustments
[dir="rtl"] {
	#g-top {
		.g-contacts {
			.g-contacts-item {
				border-right: none;
				border-left: 1px solid lighten($top-background-color, 10%);
				&:first-child {
					border-right: 1px solid lighten($top-background-color, 10%);
				}
			}
		}
	}

	.g-contacts {
		.g-contacts-item {
			text-align: right;
		}
		&.horizontal {
			.g-contacts-item {
				&:not(.g-block) {
					display: inline-block;
					margin-left: 35px;
					margin-right: 0;
					&:last-child {
						margin-left: 0;
					}
				}
			}
		}
		&.style1 {
			.g-contacts-icon {
				margin-left: 5px;
				margin-right: 0;
			}
		}
		&.style2 {
			.g-contacts-icon {
				float: right;
			}
			.g-title-value-container {
				margin-right: 60px;
				margin-left: 0;
			}
		}
	}
}PK��[?��_content-pro-joomla.scssnu�[���// Set
the variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-content-pro {
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
		> .g-grid {
			margin-bottom: ($content-padding*2);
			&:last-child {
				margin-bottom: 0;
				> .g-block {
					&:last-child {
						.g-content-pro-item {
							@include breakpoint(mobile-only) {
								margin-bottom: 0 !important;
							}
						}
					}
				}
			}
			@include breakpoint(mobile-only) {
				margin-bottom: 0;
			}
		}
		.g-content-pro-item {
			@include breakpoint(mobile-only) {
				margin-bottom: ($content-padding*2) !important;
			}
		}
	}
}

.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
	text-align: center;
	&.g-pullup {
		margin-top: -($content-margin + $content-padding + $section-padding +
rem(75px));
		position: relative;
		z-index: 21;
		.g-content-pro-item {
			border: none;
		}
	}
	&.gutter-disabled {
		.g-content-pro-item {
			border: none;
		}
		.uk-slideset {
			margin-left: 0;
			&.uk-grid {
				> * {
					padding-left: 0;
				}
			}
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-content-pro-item {
		border: 1px solid $base-border-color;
		width: 100%;
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*2;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-content-pro-image {
		width: 100%;
		background-position: center;
		background-size: cover;
		> a {
			display: block;
			width: 100%;
			height: 100%;
		}
		img {
			@include user-select(none);
		}
	}
	.g-info-container {
		padding: 20px;
		background: #ffffff;
	}
	p {
		margin: 0;
	}
	.g-content-pro-title {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-content-pro-desc {
		margin-top: 10px;
	}
	.g-info-container-style2 {
		&.uk-overlay-panel {
			padding: 15px;
			p {
				margin-top: 5px;
			}
			a {
				color: #ffffff;
				&:hover {
					color: $accent-color-1;
				}
			}
		}
		.g-article-details {
			color: lighten($base-text-color, 35%);
		}
	}
	.g-article-details {
		margin-top: 10px;
		font-size: 90%;
		color: lighten($base-text-color, 15%);
		> span {
			margin-right: 10px;
			&:last-child {
				margin-right: 0;
			}
			i {
				margin-right: 5px;
			}
		}
	}
	.g-article-read-more {
		margin-top: 15px;
	}
	&.style3 {
		.g-info-container-style2 {
			@include background(linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px,
rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%));
			padding: 20px;
			a {
				color: #ffffff;
				&:hover {
					color: #ffffff;
					text-decoration: underline;
				}
			}
		}
		.g-content-pro-image {
			.uk-overlay {
				img {
					@include transition(all 1s);
				}
			}
			&:hover {
				.uk-overlay {
					img {
						@include transform(scale(1.15));
					}
				}
			}
		}
	}
}PK��[����//_content-pro.scssnu�[���// Set
the variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-content-pro {
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
		> .g-grid {
			margin-bottom: ($content-padding*2);
			&:last-child {
				margin-bottom: 0;
				> .g-block {
					&:last-child {
						.g-content-pro-item {
							@include breakpoint(mobile-only) {
								margin-bottom: 0 !important;
							}
						}
					}
				}
			}
			@include breakpoint(mobile-only) {
				margin-bottom: 0;
			}
		}
		.g-content-pro-item {
			@include breakpoint(mobile-only) {
				margin-bottom: ($content-padding*2) !important;
			}
		}
	}
	.size-33 {
		@include flex(0 33.3333%);
		width: 33.3333%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}

	.size-16 {
		@include flex(0 16.6666%);
		width: 16.6666%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}
}

.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
	text-align: center;
	&.g-pullup {
		margin-top: -($content-margin + $content-padding + $section-padding +
rem(75px));
		position: relative;
		z-index: 21;
		.g-content-pro-item {
			border: none;
		}
	}
	&.gutter-disabled {
		.g-content-pro-item {
			border: none;
		}
		.uk-slideset {
			margin-left: 0;
			&.uk-grid {
				> * {
					padding-left: 0;
				}
			}
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-content-pro-item {
		border: 1px solid $base-border-color;
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*2;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-content-pro-image {
		> a {
			display: block;
		}
		img {
			@include user-select(none);
		}
	}
	.g-info-container {
		padding: 20px;
		background: #ffffff;
	}
	p {
		margin: 0;
	}
	.g-content-pro-title {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-content-pro-desc {
		margin-top: 0.4rem;
	}
	.g-info-container-style2 {
		&.uk-overlay-panel {
			padding: 15px;
			p {
				margin-top: 5px;
			}
			a {
				color: #ffffff;
				&:hover {
					color: $accent-color-1;
				}
			}
		}
		.g-content-pro-special, .g-item-details {
			color: lighten($base-text-color, 35%);
		}
	}
	.g-content-pro-special {
		color: lighten($base-text-color, 20%);
		font-style: italic;
		float: left;
		@include breakpoint(small-mobile-range)  {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
		i {
			margin-right: 5px;
		}
	}
	.g-content-pro-link {
		float: right;
		font-style: italic;
		i {
			margin-left: 10px;
		}
		@include breakpoint(small-mobile-range) {
			float: none;
			margin-top: 5px;
		}
		@include breakpoint(tablet-range) {
			float: none;
			margin-top: 5px;
		}
	}
	.no-special {
		.g-content-pro-link {
			float: none;
		}
	}
	.no-link {
		.g-content-pro-special {
			float: none;
		}
	}
	.g-bottom-info {
		margin-top: 15px;
	}
	.g-item-details {
		margin-top: 0.4rem;
		font-size: 90%;
		color: lighten($base-text-color, 20%);
		.date {
			i {
				margin-right: 5px;
			}
		}
	}
	&.style3 {
		.g-info-container-style2 {
			@include background(linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px,
rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%));
			padding: 20px;
			a {
				color: #ffffff;
				&:hover {
					color: #ffffff;
					text-decoration: underline;
				}
			}
		}
		.g-content-pro-image {
			.uk-overlay {
				img {
					@include transition(all 1s);
				}
			}
			&:hover {
				.uk-overlay {
					img {
						@include transform(scale(1.15));
					}
				}
			}
		}
	}
}PK��[
V\���_cta-button.scssnu�[���.g-cta-button {
	&.style1 {
		.g-cta-inner {
			padding: 30px;
			border: 1px solid $base-border-color;
			border-left: 2px solid $accent-color-1;
			background: #ffffff;
			@include breakpoint(desktop-range) {
				padding: 20px;
			}
			.g-cta-left {
				float: left;
				@include breakpoint(mobile-only) {
					float: none;
					display: block;
				}
				@include breakpoint(tablet-range) {
					float: none;
					display: block;			
				}
				&.no-desc {
					.g-cta-title {
						margin: 12px 0 0;
						@include breakpoint(mobile-only) {
							margin-bottom: 25px;
						}
						@include breakpoint(tablet-range) {
							margin-bottom: 25px;
						}
					}
				}
			}
			.g-cta-right {
				float: right;
				margin-top: 4px;
				@include breakpoint(mobile-only) {
					float: none;
					display: block;
					margin-top: 25px;
				}
				@include breakpoint(tablet-range) {
					float: none;
					display: block;
					margin-top: 25px;			
				}
				&.no-desc {
					margin-top: 0;
				}
				.button {
					font-size: 1rem;
					padding: 1rem 1.5rem;
					@include breakpoint(mobile-only) {
						display: block;
						text-align: center;
					}
					@include breakpoint(tablet-range) {
						display: block;
						text-align: center;
					}
					@include breakpoint(desktop-range) {
						padding: 1rem;
					}
					i {
						margin-right: 10px;
					}
				}
			}
			.g-cta-title {
				margin: 0 0 10px;
			}
		}
	}
	&.style2 {
		.g-cta-inner {
			@include breakpoint(mobile-only) {
				margin-bottom: 1.5rem;
			}
			@include breakpoint(tablet-range) {
				margin-bottom: 1.5rem;
			}
			.g-cta-left {
				float: left;
				@include breakpoint(mobile-only) {
					float: none;
					display: block;
					text-align: center;
				}
				@include breakpoint(tablet-range) {
					float: none;
					display: block;
					text-align: center;		
				}
				&.no-desc {
					.g-cta-title {
						margin: 12px 0 0;
						@include breakpoint(mobile-only) {
							margin-bottom: 25px;
						}
						@include breakpoint(tablet-range) {
							margin-bottom: 25px;
						}
					}
				}
			}
			.g-cta-right {
				float: right;
				margin-top: 4px;
				@include breakpoint(mobile-only) {
					float: none;
					display: block;
					margin-top: 25px;
				}
				@include breakpoint(tablet-range) {
					float: none;
					display: block;
					margin-top: 25px;			
				}
				&.no-desc {
					margin-top: 0;
				}
				.button {
					font-size: 1rem;
					padding: 1rem 1.5rem;
					background-color: transparent;
					color: $accent-color-1;
					border: 2px solid $accent-color-1;
					@include transition(all 0.2s);
					&:hover {
						background-color: $accent-color-1;
						color: #ffffff;
					}
					@include breakpoint(mobile-only) {
						display: block;
						text-align: center;
					}
					@include breakpoint(tablet-range) {
						display: block;
						text-align: center;
					}
					@include breakpoint(desktop-range) {
						padding: 1rem;
					}
					i {
						margin-right: 10px;
					}
				}
			}
			.g-cta-title {
				margin: 0 0 10px;
			}
		}
	}
}PK��[��!�%�%_features-particle.scssnu�[���//
Set the variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

// The code base was refactored but we need to keep the markup
(.g-features-particle and .g-features2-particle) separated for backward
compatibility.

// All Styles
.g-features-particle, .g-features2-particle {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-grid {
		margin-bottom: ($content-padding + $content-margin)*1.5;
		&:last-child {
			margin-bottom: 0;
			.g-features-particle-item {
				&:last-child {
					@include breakpoint(mobile-only) {
						margin-bottom: 0;
					}
				}
			}
		}
		@include breakpoint(mobile-only) {
			margin-bottom: 0;
		}
	}
	.g-features-particle-item, .g-features2-particle-item {
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*1.5;
		}
	}
	.size-33 {
		@include flex(0 33.3333%);
		width: 33.3333%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}

	.size-16 {
		@include flex(0 16.6666%);
		width: 16.6666%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	p {
		margin: 0;
	}
	.g-features-particle-button, .g-features-particle-subs {
		margin-top: 20px;
	}
}

// Style 1, 6, 7 and 8
.g-features-particle {
	text-align: center;
	.g-features-particle-title {
		margin-top: 0.75rem;
		margin-bottom: 1rem;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-features-particle-icon, .g-circle-border {
		border-radius: 50%;
		font-size: 2rem;
		height: 100px;
		width: 100px;
		line-height: 100px;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 0.75rem;
		color: $accent-color-1;
		position: relative;
		display: inline-block;
		@include transition(all 0.2s linear 0s);
	}
	.g-circle-border {
		background: transparent none repeat scroll 0 0;
		border: 1px solid $base-border-color;
		height: 98px;
		width: 98px;
		left: 1px;
		top: 1px;
		z-index: 1;
		position: absolute;
		@include transition-timing-function(cubic-bezier(0.5, -0.7, 0.67, 0.7));
	}
	.g-features-particle-image {
		margin-bottom: 0.75rem;
		display: inline-block;
	}
	.g-features-particle-item {
		.g-content {
			&:hover {
				.g-features-particle-icon {
					color: #ffffff;
					background: $accent-color-1;
				}
				.g-circle-border {
					border-color: $accent-color-1;
					@include transform(scale(1.18));
					@include transition-timing-function(cubic-bezier(0.4, 0.25, 0.14,
1.73));
				}

			}
		}
	}
	&.style6 {
		.g-grid {
			margin-bottom: $content-padding*2;
			.g-block {
				padding: 0 $content-padding;
			}
			&:last-child {
				margin-bottom: 0;
				.g-features-particle-item {
					&:last-child {
						@include breakpoint(mobile-only) {
							margin-bottom: 0;
						}
					}
				}
			}
			@include breakpoint(mobile-only) {
				margin-bottom: 0;
			}
		}
		.g-features-particle-item {
			@include breakpoint(mobile-only) {
				margin-bottom: $content-padding*2;
			}
		}
		.g-content {
			padding: 3rem 2.5rem;
			background: #ffffff;
			border: 1px solid $base-border-color;
		}
		.g-features-particle-icon, .g-features-particle-image {
			margin-bottom: 1.25rem;
		}
		.g-features-particle-title {
			margin-bottom: 1.5rem;
		}
		.g-features-particle-button, .g-features-particle-subs {
			margin-top: 30px;
		}
		.g-subs-item {
			padding: 10px 0;
			border-bottom: 1px solid $base-border-color;
			&:last-child {
				border-bottom: none;
			}
		}
	}
	&.style7 {
		.g-grid {
			margin-bottom: $content-padding*2;
			.g-block {
				padding: 0 $content-padding;
			}
			&:last-child {
				margin-bottom: 0;
				.g-features-particle-item {
					&:last-child {
						@include breakpoint(mobile-only) {
							margin-bottom: 0;
						}
					}
				}
			}
			@include breakpoint(mobile-only) {
				margin-bottom: 0;
			}
		}
		.g-features-particle-item {
			margin-top: 40px;
			@include breakpoint(mobile-only) {
				margin-bottom: $content-padding*2;
			}
		}
		.g-content {
			padding: 25px;
			background: #ffffff;
			border: 1px solid $base-border-color;
			@include transition(all 0.3s);
			&:hover {
				border-color: $accent-color-2;
				.g-features-particle-icon {
					background: $accent-color-2
				}
			}
		}
		.g-features-particle-item-inner {
			margin-top: -64px;
		}
		.g-features-particle-icon, .g-features-particle-image {
			margin-bottom: 1.25rem;
			.g-circle-border {
				display: none;
			}
		}
		.g-features-particle-icon {
			width: 75px;
			height: 75px;
			line-height: 75px;
			border-radius: 0;
			background: $accent-color-1;
			color: #ffffff;
			font-size: 24px;
			@include transition(all 0.3s);
		}
		.g-features-particle-title {
			margin-bottom: 1rem;
			text-transform: uppercase;
		}
		.g-features-particle-button, .g-features-particle-subs {
			margin-top: 30px;
		}
		.g-subs-item {
			padding: 10px 0;
			border-bottom: 1px solid $base-border-color;
			&:last-child {
				border-bottom: none;
			}
		}
	}
	&.style8 {
		margin-left: 0;
		margin-right: 0;
		color: #ffffff;
		text-align: left;
		.g-grid {
			margin-bottom: 0;
			&:last-child {
				.g-features-particle-item {
					box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.07) inset;
					@include breakpoint(mobile-only) {
						box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
					}
					&:last-child {
						box-shadow: 0 0 20px -20px rgba(0, 0, 0, 0.07) inset;
					}
				}
			}
		}
		.g-features-particle-item {
			padding: 35px 30px 40px;
			box-shadow: -20px -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
			&:nth-child(1) {
				background: darken($accent-color-1, 8%);
			}
			&:nth-child(2) {
				background: darken($accent-color-1, 4%);
			}
			&:nth-child(3) {
				background: $accent-color-1;
			}
			&:nth-child(4) {
				background: lighten($accent-color-1, 4%);
			}
			&:nth-child(5) {
				background: lighten($accent-color-1, 8%);
			}
			&:nth-child(6) {
				background: lighten($accent-color-1, 12%);
			}
			&:last-child {
				box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
			}
			@include breakpoint(mobile-only) {
				box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
				margin-bottom: 0;
			}
		}
		.g-features-particle-icon, .g-features-particle-image {
			margin-bottom: 10px;
			color: #ffffff;
			border-radius: 0;
			width: auto;
			height: auto;
			line-height: inherit;
			font-size: 40px;

			.g-circle-border {
				display: none;
			}
		}
		.g-features-particle-title {
			color: #ffffff !important;
			font-size: 1.35rem;
			a {
				color: #ffffff;
				&:hover {
					text-decoration: underline;
				}
			}
		}
		.g-features-particle-desc, .g-features-particle-subs {
			opacity: 0.85;
		}
		.g-features-particle-button {
			margin-top: 25px;
			.button {
				background: none;
				border: 2px solid #ffffff;
				color: #ffffff;
				border-radius: 50px;
				@include transition(all 0.2s);
				&:hover {
					background: $base-title-color;
					border-color: $base-title-color;
				}
			}
		}
		&.pull-up {
			margin-top: -7.5rem;
			position: relative;
			z-index: 4;
		}
	}
}

// Style 2, 3, 4 and 5 
.g-features2-particle {
	.g-features2-particle-title {
		margin-top: 0;
		margin-bottom: 1rem;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-features2-particle-icon {
		margin-right: 20px;
		color: $accent-color-1;
		font-size: 130%;
	}
	.g-features2-particle-image {
		margin-right: 20px;
		display: inline-block;
	}
	&.style3 {
		.g-grid {		
			.g-block {
				padding: 0 1rem;
			}
		}
		.g-content {
			padding-top: 1rem;
			padding-bottom: 1rem;
			background: rgba(0,0,0,0.2);
			&:after {
				content: "";
				width: 0;
				height: 0;
				border-top: 15px solid rgba(0,0,0,0.2);
				border-right: 15px solid transparent;
				position: absolute;
				margin-top: 16px;
				margin-left: -15px;
				z-index: 99;
			}
		}
	}
	&.style4 {
		.g-features2-particle-icon {
			float: left;
			font-size: 55px;
			margin-right: 0;
			color: lighten($base-text-color, 15%);
		}
		.g-features2-particle-image {
			float: left;
			margin: 5px 0 0;
			max-width: 60px;
		}
		.g-title-desc-container {
			margin-left: 75px;
		}
		.g-features2-particle-title {
			margin-bottom: 10px;
		}
		.accent1 {
			.g-features2-particle-icon {
				color: $accent-color-1;
			}
		}
		.accent2 {
			.g-features2-particle-icon {
				color: $accent-color-2;
			}
		}
	}
	&.style5 {
		.g-features2-particle-icon {
			float: left;
			font-size: 24px;
			margin-right: 0;
			color: lighten($base-text-color, 10%);
			width: 60px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			margin-top: 5px;
			border: 1px solid;
			border-radius: 50%;
		}
		.g-features2-particle-image {
			float: left;
			margin: 5px 0 0;
			width: 60px;
			height: 60px;
			img {
				border-radius: 50%;
				width: 60px;
				height: 60px;
			}
		}
		.g-title-desc-container {
			margin-left: 75px;
		}
		.g-features2-particle-title {
			margin-bottom: 10px;
		}
		.accent1 {
			.g-features2-particle-icon {
				color: $accent-color-1;
			}
		}
		.accent2 {
			.g-features2-particle-icon {
				color: $accent-color-2;
			}
		}
	}
}PK��[M8�AA_feedback.scssnu�[���.g-feedback {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	> .g-grid {
		> .g-block {
			@include breakpoint(mobile-only) {
				margin-bottom: 30px;
				&:last-child {
					margin-bottom: 0;
				}
			}
		}
	}
}

// Style 1
.g-feedback, .g-feedback-slider, .g-feedback-slideset {
	&.style1 {
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.g-feedback-text {
			background: #ffffff;
			border: 1px solid $base-border-color;
			padding: 20px;
			margin-bottom: 30px;
			position: relative;
			border-radius: 3px;
			&:before {
				border-right: 17px solid transparent;
				border-top: 16px solid #e9e9e9;
				z-index: 1;
			}
			&:after {
				border-right: 15px solid transparent;
				border-top: 15px solid white;
				margin-left: 1px;
				margin-top: -1px;
				z-index: 2;
			}
			&:before, &:after {
	 			border-left: 0 solid transparent;
	 			content: "";
	 			height: 0;
	 			left: 60px;
	 			position: absolute;
	 			top: 100%;
				width: 0;
			}
		}
		.g-user-image {
			float: left;
			margin-right: 20px;
			img {
				border-radius: 50%;
				width: 70px;
			}
		}
		.g-user-company {
			a {
				&:hover {
					color: $accent-color-1;
					text-decoration: underline;
				}
			}
		}
	}
	.uk-dotnav {
		margin-left: 0;
	}
}

// Style 2
.g-feedback, .g-feedback-slider, .g-feedback-slideset {
	&.style2 {
		text-align: center;
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.g-feedback-text {
			position: relative;
			font-size: 120%;
		}
		.g-feedback-separator {
			margin: 20px auto;
			color: $accent-color-1;
			i {
				margin-right: 3px;
				&:last-child {
					margin-right: 0;
				}
			}
		}
		.g-user-image {
			display: inline-block;
			margin-bottom: 15px;
			img {
				border-radius: 50%;
				width: 70px;
			}
		}
		.g-user-company {
			a {
				&:hover {
					color: $accent-color-1;
					text-decoration: underline;
				}
			}
		}
		.uk-dotnav {
			> li {
				&:first-child {
					padding-left: 0;
				}
			}
		}
	}
	.uk-dotnav {
		margin-left: 0;
	}
}

// Style 3
.g-feedback, .g-feedback-slider, .g-feedback-slideset {
	&.style3 {
		text-align: center;
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.g-feedback-text {
			position: relative;
			font-style: italic;
		}
		.g-feedback-separator {
			margin: 20px auto;
			color: $accent-color-1;
			i {
				margin-right: 3px;
				&:last-child {
					margin-right: 0;
				}
			}
		}
		.g-user-image {
			display: inline-block;
			margin-bottom: 30px;
			img {
				border-radius: 50%;
				width: 130px;
			}
		}
		.g-user-details {
			margin-bottom: 15px;
		}
		.g-user-name {
			text-transform: uppercase;
			letter-spacing: 2px;
		}
		.g-user-company {
			a {
				&:hover {
					color: $accent-color-1;
					text-decoration: underline;
				}
			}
		}
		.uk-dotnav {
			> li {
				&:first-child {
					padding-left: 0;
				}
			}
		}
	}
	.uk-dotnav {
		margin-left: 0;
	}
}PK��[�,�_feedback2.scssnu�[���.g-feedback2 {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-grid {
		margin-bottom: $content-padding*2.5;
		&:last-child {
			margin-bottom: 0;
			.g-block {
				&:last-child {
					.g-image-features-item {
						@include breakpoint(mobile-only) {
							margin-bottom: 0;
						}
					}
				}
			}
		}
		@include breakpoint(mobile-only) {
			margin-bottom: 0;
		}
	}
	> .g-grid {
		> .g-block {
			@include breakpoint(tablet-range) {
				@include flex(0 100%);
				margin-bottom: $content-padding*2;
				&:last-child {
					margin-bottom: 0;
				}
			}
			@include breakpoint(mobile-only) {
				margin-bottom: $content-padding*2.5;
			}
		}
		&:last-child {
			> .g-block {
				&:last-child {
					@include breakpoint(mobile-only) {
						margin-bottom: 0;
					}
				}
			}
		}
	}
}

.g-feedback2 {
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-user-image {
		float: left;
		@include breakpoint(small-mobile-range) {
			display: none;
		}
		img {
			border-radius: 50%;
			width: 80px;
		}
	}
	.g-feeback-container {
		margin-left: 100px;
		@include breakpoint(small-mobile-range) {
			margin-left: 0;
		}
	}
	.g-feedback-text {
		margin-bottom: 15px;
	}
	.g-user-name {
		font-weight: bold;
		color: darken($base-text-color, 15%);
	}
	.g-user-company {
		color: lighten($base-text-color, 20%);
		font-style: italic;
		a {
			&:hover {
				color: $accent-color-1;
				text-decoration: underline;
			}
		}
	}
}PK��[��	���_fonticon.scssnu�[���




.icon {
    font-family: sainaicon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-about:before {
    content: "\e900";
    color: #5e7582
}

.icon-aparat:before {
    content: "\e901";
    color: #5e7582
}

.icon-arrow-bottom:before {
    content: "\e902";
    color: #5e7582
}

.icon-arrow-left:before {
    content: "\e903";
    color: #5e7582
}

.icon-arrow-right:before {
    content: "\e904";
    color: #5e7582
}

.icon-arrow-up:before {
    content: "\e905";
    color: #5e7582
}

.icon-article:before {
    content: "\e906";
    color: #5e7582
}

.icon-attachment:before {
    content: "\e907";
    color: #5e7582
}

.icon-calender:before {
    content: "\e908";
    color: #5e7582
}

.icon-cardiovascular:before {
    content: "\e909";
    color: #5e7582
}

.icon-chat:before {
    content: "\e90a";
    color: #5e7582
}

.icon-clinic:before {
    content: "\e90b";
    color: #5e7582
}

.icon-clock:before {
    content: "\e90c";
    color: #5e7582
}

.icon-close:before {
    content: "\e90d";
    color: #5e7582
}

.icon-comment:before {
    content: "\e90e";
    color: #5e7582
}

.icon-delete:before {
    content: "\e90f";
    color: #5e7582
}

.icon-dentistry:before {
    content: "\e910";
    color: #5e7582
}

.icon-diet:before {
    content: "\e911";
    color: #5e7582
}

.icon-download:before {
    content: "\e912";
    color: #5e7582
}

.icon-drugs:before {
    content: "\e913";
    color: #5e7582
}

.icon-edit:before {
    content: "\e914";
    color: #5e7582
}

.icon-empty-heart:before {
    content: "\e915";
    color: #5e7582
}

.icon-empty-phone:before {
    content: "\e916";
    color: #5e7582
}

.icon-empty-star:before {
    content: "\e917";
    color: #5e7582
}

.icon-empty-umbrella:before {
    content: "\e918";
    color: #5e7582
}

.icon-end-chat:before {
    content: "\e919";
    color: #5e7582
}

.icon-facebook:before {
    content: "\e91a";
    color: #5e7582
}

.icon-fiil-manager:before {
    content: "\e91b";
    color: #5e7582
}

.icon-fill-clock:before {
    content: "\e91c";
    color: #5e7582
}

.icon-fill-heart:before {
    content: "\e91d";
    color: #5e7582
}

.icon-fill-location:before {
    content: "\e91e";
    color: #5e7582
}

.icon-fill-phone:before {
    content: "\e91f";
    color: #5e7582
}

.icon-fill-play:before {
    content: "\e920";
    color: #5e7582
}

.icon-fill-relation:before {
    content: "\e921";
    color: #5e7582
}

.icon-fill-star:before {
    content: "\e922";
    color: #5e7582
}

.icon-fill-umbrella:before {
    content: "\e923";
    color: #5e7582
}

.icon-filter:before {
    content: "\e924";
    color: #5e7582
}

.icon-germs:before {
    content: "\e925";
    color: #5e7582
}

.icon-gift:before {
    content: "\e926";
    color: #5e7582
}

.icon-glands:before {
    content: "\e927";
    color: #5e7582
}

.icon-google:before {
    content: "\e928";
    color: #5e7582
}

.icon-guarantee:before {
    content: "\e929";
    color: #5e7582
}

.icon-home:before {
    content: "\e92a";
    color: #5e7582
}

.icon-hospital:before {
    content: "\e92b";
    color: #5e7582
}

.icon-hum-side-menu:before {
    content: "\e92c";
    color: #5e7582
}

.icon-info:before {
    content: "\e92d";
    color: #5e7582
}

.icon-instagram:before {
    content: "\e92e";
    color: #5e7582
}

.icon-internal:before {
    content: "\e92f";
    color: #5e7582
}

.icon-kidney-tract:before {
    content: "\e930";
    color: #5e7582
}

.icon-laboratory:before {
    content: "\e931";
    color: #5e7582
}

.icon-leaf:before {
    content: "\e932";
    color: #5e7582
}

.icon-like:before {
    content: "\e933";
    color: #5e7582
}

.icon-link:before {
    content: "\e934";
    color: #5e7582
}

.icon-linkin:before {
    content: "\e935";
    color: #5e7582
}

.icon-list:before {
    content: "\e936";
    color: #5e7582
}

.icon-Location:before {
    content: "\e937";
    color: #5e7582
}

.icon-logout:before {
    content: "\e938";
    color: #5e7582
}

.icon-mail:before {
    content: "\e939";
    color: #5e7582
}

.icon-megaphone:before {
    content: "\e93a";
    color: #5e7582
}

.icon-menu:before {
    content: "\e93b";
    color: #5e7582
}

.icon-more-1:before {
    content: "\e93c";
    color: #5e7582
}

.icon-more-2:before {
    content: "\e93d";
    color: #5e7582
}

.icon-notification:before {
    content: "\e93e";
    color: #5e7582
}

.icon-nutrition:before {
    content: "\e93f";
    color: #5e7582
}

.icon-obstetrics:before {
    content: "\e940";
    color: #5e7582
}

.icon-ophthalmology:before {
    content: "\e941";
    color: #5e7582
}

.icon-password:before {
    content: "\e942";
    color: #5e7582
}

.icon-pharmacy:before {
    content: "\e943";
    color: #5e7582
}

.icon-phone:before {
    content: "\e944";
    color: #5e7582
}

.icon-play:before {
    content: "\e945";
    color: #5e7582
}

.icon-podcast:before {
    content: "\e946";
    color: #5e7582
}

.icon-prescription:before {
    content: "\e947";
    color: #5e7582
}

.icon-psychology:before {
    content: "\e948";
    color: #5e7582
}

.icon-question:before {
    content: "\e949";
    color: #5e7582
}

.icon-question-chat:before {
    content: "\e94a";
    color: #5e7582
}

.icon-question-sign:before {
    content: "\e94b";
    color: #5e7582
}

.icon-refresh:before {
    content: "\e94c";
    color: #5e7582
}

.icon-search:before {
    content: "\e94d";
    color: #5e7582
}

.icon-send-button:before {
    content: "\e94e";
    color: #5e7582
}

.icon-settings-1:before {
    content: "\e94f";
    color: #5e7582
}

.icon-sexual:before {
    content: "\e950";
    color: #5e7582
}

.icon-share:before {
    content: "\e951";
    color: #5e7582
}

.icon-skin-hair:before {
    content: "\e952";
    color: #5e7582
}

.icon-speaker:before {
    content: "\e953";
    color: #5e7582
}

.icon-stethoscope:before {
    content: "\e954";
    color: #5e7582
}

.icon-stopwatch:before {
    content: "\e955";
    color: #5e7582
}

.icon-study:before {
    content: "\e956";
    color: #5e7582
}

.icon-success:before {
    content: "\e957";
    color: #5e7582
}

.icon-support:before {
    content: "\e958";
    color: #5e7582
}

.icon-telegram:before {
    content: "\e959";
    color: #5e7582
}

.icon-transaction:before {
    content: "\e95a";
    color: #5e7582
}

.icon-twitter:before {
    content: "\e95b";
    color: #5e7582
}

.icon-upload:before {
    content: "\e95c";
    color: #5e7582
}

.icon-user:before {
    content: "\e95d";
    color: #5e7582
}

.icon-video:before {
    content: "\e95e";
    color: #5e7582
}

.icon-video-call:before {
    content: "\e95f";
    color: #5e7582
}

.icon-visibility-button:before {
    content: "\e960";
    color: #5e7582
}

.icon-wait:before {
    content: "\e961";
    color: #5e7582
}

.icon-wallet:before {
    content: "\e962";
    color: #5e7582
}

.icon-warning:before {
    content: "\e963";
    color: #5e7582
}

.icon-waze:before {
    content: "\e964";
    color: #5e7582
}

.icon-website:before {
    content: "\e965";
    color: #5e7582
}

.icon-whatsapp:before {
    content: "\e966";
    color: #5e7582
}

.icon-x-ray:before {
    content: "\e967";
    color: #5e7582
}
PK��[5�z�CC
_gadgets.scssnu�[���// Set the
variable defaults in case they are missing in the template
$fontsizes-body-font-size: 0.9rem !default;

.g-gadgets {
	.g-gadget-buttons {
		position: fixed;
		top: 155px;
		left: 0;
		background: #ffffff;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
		z-index: 999;
		> div {
			> a {
				padding: 14px;
				display: block;
				line-height: 1;
				border-bottom: 1px solid $base-border-color;
				text-align: center;
				color: $base-text-color;
				@include transition(all 0.2s);
				&:hover {
					color: #ffffff;
					background: $accent-color-1;
				}
			}
			&:last-child {
				> a {
					border-bottom: none;
				}
			}
		}
	}
	.g-gadget-offcanvas {
		.offcanvas-toggle-particle {
			cursor: pointer;
		}
	}

	// Modal Login
	.login-text-present {
		margin-right: 10px;
	}
	#modal-login {
		&.uk-open {
			.uk-close {
				@include transform(scale(1));
			}
		}
		.uk-modal-dialog {
			padding: 0;
			h3 {
				margin: 0;
				margin-bottom: 10px;
				padding: 10px 25px;
				background: #2e373c;
				color: #ffffff;
				text-transform: uppercase;
				font-size: 1rem;
			}
		}
		// Joomla
		#login-form {
			padding: 25px;
			input {
				width: 100%;
				max-width: 100%;
				border-radius: 0;
			}
			.pretext {
				p {
					margin-top: 0;
				}
			}
			.posttext {
				p {
					margin-bottom: 0;
				}
			}
			.control-group {
				margin-bottom: 15px;
			}
			.input-prepend {
				.add-on {
					display: none;
				}
			}
			#modlgn-username, #modlgn-passwd {
				border: 1px solid darken($base-border-color, 5%);
				padding: 10px;
				&:focus {
					border-color: $accent-color-1;
				}
			}
		}
		#form-login-remember {
			display: inline-block;
			margin: 5px 0 15px;
			input {
				margin: 2px 5px 0 0;
				width: auto;
			}
			.control-label {
				
			}
		}
		.userdata {
			> ul {
				li {
					line-height: 1.5;
				}
			}
		}
		.hide-links {
			.userdata {
				> ul {
					display: none;
				}
			}
		}
		.login-greeting {
			text-align: center;
			margin-bottom: 20px;
		}
		.logout-button {
			text-align: center;
		}
		// Wordpress
		#loginform {
			padding: 25px;
			.login-data {
				padding: 0;
				margin: 10px 0 0 0;
			}
			.login-username, .login-password, .login-remember, .login-submit {
				margin-top: 0;
			}
			.login-submit {
				margin-bottom: 0;
			}
			input {
				border-radius: 0;
			}
			#user_login, #user_pass {
				border: 1px solid darken($base-border-color, 5%);
				&:focus {
					border-color: $accent-color-1;
				}
			}
			.login-extra {
				margin: 15px 0 0 0;
				list-style: none;
				li {
					i {
						margin-right: 7px;
					}
				}
			}
			.logout-button {
				.button {
					margin-bottom: 0;
				}
			}
		}
		.hide-links {
			.login-extra {
				display: none;
			}
		}
	}

	// Modal Search
	#modal-search {
		&.uk-open {
			.uk-modal-dialog {
				@include transform(scale(1));
			}
			.uk-close {
				@include transform(scale(1));
			}
		}
		.uk-modal-dialog {
			padding: 0;
			border-radius: 0;
			width: 455px;
			background: none;
			box-shadow: none;
			@include transform(scale(0));
			// Joomla
			.search {
				form {
					margin-bottom: 0;
				}
				input {
					margin-bottom: 0;
					border: none;
					font-size: 2.3rem;
					width: 455px;
					color: #ffffff;
					text-align: center;
					background: none;
					padding: 20px;
					border-radius: 0;
					box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
					@include placeholder {
						color: #ffffff;
						opacity: 1;
					}
					@include breakpoint(mobile-only) {
						width: 100%;
						padding: 20px 0;
					}
					&:focus {
						box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
					}
				}
			}
			// Wordpress
			.search-form {
				.search-field {
					border: none;
					font-size: 2.3rem;
					width: 455px;
					color: #ffffff;
					text-align: center;
					background: none;
					padding: 20px;
					border-radius: 0;
					box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
					@include placeholder {
						color: #ffffff;
						opacity: 1;
					}
					@include breakpoint(mobile-only) {
						width: 100%;
						padding: 20px 0;
					}
					&:focus {
						box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
					}
				}
				label {
					margin-bottom: 0;
				}
				.search-submit {
					display: none;
				}
			}
		}
	}
	// Get in Touch
	#g-touch {
		&.uk-open {
			.uk-close {
				@include transform(scale(1));
			}
		}
		.uk-modal-dialog {
			padding: 0;
			border-radius: 0;
			color: $base-text-color;
			[id*="g-map-"] {
				max-width: 100% !important;
			}
		}
		.g-block {
			&:last-child {
				.g-touch-item {
					border: none;
				}
			}
		}
		.g-touch-item {
			text-align: center;
			padding: 25px 10px;
			border-right: 1px solid $base-border-color;
			font-weight: bold;
			color: $base-text-color;
			font-size: $fontsizes-body-font-size;
			height: 100%;
			@include display(flex);
			@include align-items(center);
			@include justify-content(center);
			@include breakpoint(mobile-only) {
				border-right: none;
				border-bottom: 1px solid $base-border-color;
				padding: 15px 10px;
			}
			a {
				color: $base-text-color;
			}
			.g-touch-item-icon {
				margin-right: 9px;
			}
		}
	}
	// Close button
	.uk-close {
		color: #ffffff !important;
		opacity: 1;
		font-size: 22px;
		top: 35px;
		right: 35px;
		position: absolute;
		@include transform(scale(0));
		@include transition(all 0.3s);
		&:hover {
			@include transform(rotate(90deg) !important);
			color: $accent-color-1 !important;
		}
	}
	// Joomla class for the Search
	.element-invisible {
		border: 0 none;
		height: 1px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}PK��[�L��FF_gallery-feature.scssnu�[���.g-gallery-feature
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-gallery-feature-left {
		@include breakpoint(mobile-only) {
			margin-bottom: 35px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-gallery-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-gallery-feature-title {
		margin-top: -5px;
		margin-bottom: 25px;
		text-align: center;
		position: relative;
		&:after {
			display: block;
			content: '';
			height: 4px;
			border-radius: 4px;
			background: $accent-color-1;
			position: relative;
			width: 50px;
			margin: 25px auto;
		}
	}
	.image-bottom {
		margin-bottom: -($content-margin + $content-padding + $section-padding);
	}
	.g-gallery-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-gallery-feature-desc {
		i {
			margin-right: 8px;
		}
	}
	.image-block {

	}
	.g-gallery-feature-item {
		> a {
			position: relative;
			display: block;
			border-radius: 3px;
			&:hover {
				img {
					@include transform(scale(1.15));
				}
			}
		}
		img {
			@include transition(all 0.3s);
			border-radius: 3px;
		}
		.uk-overlay-panel {
			z-index: 4;
			border-radius: 3px;
		}
	}
	.uk-overlay-area:empty::before, .uk-overlay-icon::before {
		font-size: 16px;
		height: 40px;
		width: 40px;
		line-height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}
}PK��[����
�

_gallery.scssnu�[���.g-gallery
{
	.g-gallery-item {
		> a {
			position: relative;
			display: block;
		}
	}
	.g-gallery-filter {
		margin-bottom: 30px;
		&.uk-subnav > * {

		}
		&.uk-subnav > * > * {
			color: $base-text-color;
		}
		&.uk-subnav-pill > * > * {
			padding: 3px 8px;
			border: 1px solid $base-border-color;
			background: #ffffff;
			@include transition(all, 0.2s);
			&:focus, &:hover {
				background: #ffffff;
				box-shadow: none;
				border: 1px solid $accent-color-1;
				color: $accent-color-1;
			}
		}
		.uk-active {
			> a {
				background: #ffffff;
				border: 1px solid $accent-color-1;
				color: $accent-color-1;
				box-shadow: none;
			}
		}
	}
	&.style2 {
		.gallery-item-buttons {
			width: 100%;
			text-align: center;
			top: 50%;
			position: relative;
			margin-top: -20px;
			@include breakpoint(desktop-range) {
				margin-top: -17.5px;
			}
			> a {
				border: 2px solid #ffffff;
				height: 40px;
				width: 40px;
				line-height: 35px;
				font-size: 1.1rem;
				display: inline-block;
				text-align: center;
				color: #ffffff;
				cursor: pointer;
				@include transition(all 0.3s);
				&:hover {
					background: $accent-color-1;
					border-color: $accent-color-1;
				}
				&.info-button {
					margin-left: 25px;
				}
				&.magnifier-button {
					margin-right: 20px;
				}
				@include breakpoint(desktop-range) {
					width: 35px;
					height: 35px;
					line-height: 30px;
					font-size: 0.9rem;
					&.info-button {
						margin-left: 5px;
					}
					&.magnifier-button {
						margin-right: 0;
					}
				}
			}
		}
		.uk-overlay-hover {
			&:hover {
				.gallery-item-buttons {
					.info-button {
						margin-left: 5px;
					}
					.magnifier-button {
						margin-right: 0;
					}
				}		
			}
		}
		.uk-overlay-panel {
			height: 100%;
			padding: 0;
		}
	}
	.uk-modal-dialog {
		h1, h2, h3, h4, h5 {
			margin-bottom: 15px !important;
		}
	}
}

.uk-modal-caption {
	bottom: -30px;
}

.gallery-special {
	.g-gallery-filter {
		text-align: center;
		position: relative;
		top: -50px;
		margin-bottom: 0;
		justify-content: center;
	}
}

#g-fullwidth, .g-flushed {
	.g-gallery {
		&.gutter-enabled {
			padding: 30px;
		}
		&.filters-enabled {
			&.gutter-enabled {
				padding-top: 0;
			}
		}
		.g-gallery-filter {
			border-bottom: 1px solid #f0f0f0;
			&.uk-subnav-pill > * > * {
				padding: 0;
				border: none;
				height: 50px;
				width: 100%;
				line-height: 50px;
				font-weight: bold;
				font-size: 1rem;
				border-radius: 0;
				@include breakpoint(desktop-range) {
					font-size: 0.9rem;
					font-weight: normal;
				}
				@include breakpoint(tablet-range) {
					height: auto;
					line-height: inherit;
					padding: 13px 0;
					font-size: 0.8rem;
					font-weight: normal;
				}
				@include breakpoint(mobile-only) {
					height: auto;
					line-height: inherit;
					padding: 13px 0;
					font-size: 0.8rem;
					font-weight: normal;
				}
			}
			&.uk-subnav {
				margin-left: -30px;
				margin-right: -30px;
				> * {
					padding-left: 0;
					border-right: 1px solid #f0f0f0;
					@include flex(1);
					text-align: center;
				}
			}
		}
		&.gutter-disabled {
			.g-gallery-filter {
				margin-bottom: 0;
				&.uk-subnav {
					padding: 0 30px;
				}
			}
		}
	}
}

.uk-tooltip {
	&.g-gallery-tooltip {
		padding: 6px 12px;
		font-size: 13px;
	}
}PK��[qd�55_get-in-touch.scssnu�[���// Set the
variable defaults in case they are missing in the template
$top-background-color: #e9e9e9 !default;
$top-text-color: #666666 !default;
$fontsizes-body-font-size: 1rem !default;

#g-top {
	.g-touch-toggle {
		a {
			padding: 9.125px 15px;
			border-right: 1px solid lighten($top-background-color, 10%);
			border-left: 1px solid lighten($top-background-color, 10%);
			color: $top-text-color;
			display: inline-block;
			@include transition(all 0.2s);
			span {
				margin-right: 8px;
			}
			&:hover {
				background: lighten($top-background-color, 10%);
			}
		}
	}
}

#g-touch {
	.uk-modal-dialog {
		padding: 0;
		border-radius: 0;
		color: $base-text-color;
		[id*="g-map-"] {
			max-width: 100% !important;
		}
		.uk-close {
			position: absolute;
			right: -15px;
			top: -15px;
			opacity: 1;
			font-size: 1.2rem;
			color: #ffffff;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-block {
		&:last-child {
			.g-touch-item {
				border: none;
			}
		}
	}
	.g-touch-item {
		text-align: center;
		padding: 25px 10px;
		border-right: 1px solid $base-border-color;
		font-weight: bold;
		color: $base-text-color;
		font-size: $fontsizes-body-font-size;
		height: 100%;
		@include display(flex);
		@include align-items(center);
		@include justify-content(center);
		@include breakpoint(mobile-only) {
			border-right: none;
			border-bottom: 1px solid $base-border-color;
			padding: 15px 10px;
		}
		a {
			color: $base-text-color;
		}
		.g-touch-item-icon {
			margin-right: 9px;
		}
	}
}PK��[���||_header-search.scssnu�[���#header-search
{
	position: absolute;
	width: 100%;
	z-index: 9999;
	display: none;
	overflow: hidden;
	@include transition (height 0.3s, line-height 0.3s);
	@include breakpoint(mobile-only) {
		display: none !important;
	}
	.uk-close {
		position: absolute;
		right: 25px;
		font-size: 25px;
		opacity: 1;
		@include transition (all 0.3s);
		&:hover {
			opacity: 0.6;
		}
	}
	// Joomla
	.search {
		form {
			margin-bottom: 0;
		}
		input {
			font-family: inherit;
			margin-bottom: 0;
			padding: 0;
			border: none;
			box-shadow: none !important;
			font-size: 2.5rem;
			color: inherit;
			width: 100%;
			border-radius: 0;
			background: none;
			@include transition (height 0.3s, line-height 0.3s);
			@include placeholder {
				opacity: 1;
			}
		}
	}
	// Wordpress
	.search-form {
		.search-field {
			font-family: inherit;
			padding: 0;
			border: none;
			box-shadow: none !important;
			font-size: 2.5rem;
			color: inherit;
			width: 100%;
			border-radius: 0;
			background: none;
			@include transition (height 0.3s, line-height 0.3s);
			@include placeholder {
				opacity: 1;
			}			
		}
		label {
			margin-bottom: 0;
		}
		.search-submit {
			display: none;
		}
	}
	.g-content {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	// Grav
	.search-input {
		font-family: inherit;
		padding: 0;
		border: none;
		box-shadow: none !important;
		font-size: 2.5rem;
		color: inherit;
		width: 100%;
		border-radius: 0;
		background: none;
		@include transition (height 0.3s, line-height 0.3s);
		@include placeholder {
			opacity: 1;
		}
	}
	// Joomla class for the Search
	.element-invisible {
		border: 0 none;
		height: 1px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

#header-search-toggle {
	> i {
		opacity: 1;
	}
}PK��[2��{[[_hero-slider.scssnu�[���.g-hero-slider
{
	@include breakpoint(mobile-only) {
		height: auto !important;
	}
	position: relative;
	.uk-slidenav-position {
		height: 100%;
		z-index: 2;
		overflow: hidden;
		.uk-slider-container {
			height: 100%;
		}
		.uk-slideset, .uk-slider {
			height: 100%;
		}
	}
	.uk-dotnav {
		margin: 0 0 0 -15px;
		position: relative;
		bottom: 50px;
		@include breakpoint(mobile-only) {
			bottom: 35px;
		}
		> * {
			> * {
				width: 15px;
				height: 15px;
			}
		}
	}
	.g-hero-slider-item {
		@include display(flex);
		@include align-items(center);
		@include justify-content(center);
		height: 100%;
		width: 100%;
		@include breakpoint(mobile-only) {
			height: auto;
		}
	}
	.g-hero-slider-item-container {
		width: 100%;
		padding: 0 80px;
		text-align: center;
		margin-top: -7px;
		@include breakpoint(mobile-only) {
			padding: 70px 50px;
		}
	}
	.g-hero-title {
		margin: 0;
	}
	.g-hero-desc {
		margin: 35px 0 0;
		font-size: 1.3rem;
	}
	.g-hero-buttons {
		margin: 40px 0 0;
		.button {
			padding: 0.8rem 1.3rem;
			font-size: 1.2rem;
			margin-right: 15px;
			min-width: 180px;
			border: 2px solid $accent-color-1;
			@include transition(all 0.3s);
			&:hover {
				background: lighten($accent-color-1, 8%);
				border-color: lighten($accent-color-1, 8%);

			}
			&:last-child {
				margin-right: 0;
			}
			> span {
				margin-right: 10px;
			}
			@include breakpoint(mobile-only) {
				display: block;
				margin-right: 0;
				margin-bottom: 15px;
				&:last-child {
					margin-bottom: 0;
				}
			}
			&.empty {
				background: none;
				border: 2px solid;
				&:hover {
					background: $accent-color-1;
					border-color: $accent-color-1;
					color: #ffffff;
				}
			}
		}
	}
	.particles-js-canvas-el {
		position: absolute;
		top: 0;
		bottom: 0;
	}

}PK��[��3���_hotspots.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-hotspots {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-hotspots-left {
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		@include breakpoint(mobile-only) {
			margin-bottom: 40px;
		}
	}
	.g-hotspots-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
		&.align-right {
			text-align: right;
		}
	}
	.image-block {
		text-align: center;
	}
	.image-bottom {
		margin-bottom: -($content-margin + $content-padding + $section-padding);
		@include breakpoint(mobile-only) {
			margin-bottom: 0;
		}
	}
	.g-block {
		&:not(.image-block) {
			text-align: center;
		}
	}
	.g-hotspots-container {
		position: relative;
		display: inline-block;
		ul {
			margin: 0;
			list-style: none;
		}
	}
	.g-hotspots-item-toggle {
		border: 3px solid rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		cursor: pointer;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
		display: inline-block;
		span {
			border-radius: 50%;
			width: 22px;
			height: 22px;
			line-height: 22px;
			text-align: center;
			background: $base-title-color;
			color: #ffffff;
			font-size: 12px;
			@include transition(all 0.2s);
		}
		&:hover {
			span {
				background: lighten($base-title-color, 20%);
			}
		}
	}
	.g-hotspots-item {
		position: absolute;
		&.uk-active {
			.g-hotspots-item-toggle {
				span {
					background: $accent-color-1;
				}
			}
		}
	}
	.g-hotspots-item-image {
		display: inline-block;
		border: 5px solid #ffffff;
		border-radius: 50%;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
		margin-bottom: 25px;
		overflow: hidden;
		img, .uk-overlay-panel {
			width: 270px;
			height: 270px;
			border-radius: 50%;
			@include breakpoint(small-mobile-range) {
				width: 220px;
				height: 220px;
			}			
		}
		img {
			@include transition(all 1s);
		}
		.uk-overlay-panel {
			z-index: 2;
		}
	}
	.g-hotspots-title {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-hotspots-desc {
		margin-top: 20px;
	}
	.g-hotspots-special {
		font-style: italic;
		margin-top: 30px;
		@include breakpoint(small-mobile-range)  {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
		i {
			margin-right: 8px;
		}
	}
	.g-hotspots-link {
		//float: right;
		margin-top: 30px;
		@include breakpoint(small-mobile-range) {
			float: none;
			margin-top: 5px;
		}
		@include breakpoint(tablet-range) {
			float: none;
			margin-top: 5px;
		}
	}
	&.big-special {
		.g-hotspots-special {
			font-size: 26px;
			font-style: normal;
			font-weight: 600;
		}
	}
	.g-hotspots-content {
		&:hover {
			.g-hotspots-item-image {
				img {
					@include transform(scale(1.15));
				}
			}
		}
	}
}PK��[��|�	�	_image-features.scssnu�[���// Set
the variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-image-features {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-grid {
		margin-bottom: $content-padding*2;
		&:last-child {
			margin-bottom: 0;
			.g-block {
				&:last-child {
					.g-image-features-item {
						@include breakpoint(mobile-only) {
							margin-bottom: 0;
						}
					}
				}
			}
		}
		@include breakpoint(mobile-only) {

			margin-bottom: 0;
		}
	}
	> .g-grid {
		> .g-block {
			@include breakpoint(tablet-range) {
				@include flex(0 100%);
				margin-bottom: $content-padding*2;
				&:last-child {
					margin-bottom: 0;
				}
			}
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-image-features-item {
		background: #ffffff;
		border: 1px solid lighten($base-border-color, 2%);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
		border-radius: 3px;
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*1.5;
		}
		&.layout-right {
			.g-image-features-image {
				&.uk-overlay {
					border-radius: 0 3px 3px 0;
				}
				img {
					border-radius: 0 3px 3px 0;
				}
			}
		}
	}
	.g-image-features-image {
		position: relative;
		img {
			width: 100%;
			border-radius: 3px 0 0 3px;
		}
		.uk-overlay-icon {
			&:before {
				content: "\f0c1";
			}
		}
		&.uk-overlay {
			border-radius: 3px 0 0 3px;
			img {
				@include transition(all 0.3s);
			}
		}
		&:hover {
			&.uk-overlay {
				img {
					@include transform(scale(1.15));
				}
			}
		}
		.uk-overlay-panel {
			z-index: 4;
		}
	}
	.g-image-features-content {
		padding: 20px;
	}
	.g-image-features-desc {
		margin: 0;
	}
	.g-image-features-title {
		margin-top: 0;
		margin-bottom: 1rem;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-bottom-info {
		margin-top: 15px;
	}
	.g-image-feature-special {
		color: lighten($base-text-color, 20%);
		font-style: italic;
		float: left;
		@include breakpoint(small-mobile-range) {
			float: none;
		}
		i {
			margin-right: 5px;
		}
	}
	.g-image-features-link {
		font-style: italic;
		float: right;
		@include breakpoint(small-mobile-range) {
			float: none;
			margin-top: 5px;
		}
		i {
			margin-left: 10px;
		}
	}
	.no-special {
		.g-image-features-link {
			float: none;
		}
	}
}PK��[,�J��_jlbacktotop.scssnu�[���// Back To
Top Atom styles
.back-to-top {
    position          : fixed;
    bottom            : 40px;
    z-index           : 9999;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity          : 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform        : translate3d(100%, 0, 0);
    }

    to {
        opacity          : 1;
        -webkit-transform: none;
        transform        : none;
    }
}

@keyframes fadeInRight {
    from {
        opacity          : 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform        : translate3d(100%, 0, 0);
    }

    to {
        opacity          : 1;
        -webkit-transform: none;
        transform        : none;
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

.back-to-top {
    -webkit-animation-duration : 1s;
    animation-duration         : 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode        : both;
    -webkit-animation-name     : fadeInRight;
    animation-name             : fadeInRight;
}

.backHide {
    -webkit-animation-name: fadeOutRight;
    animation-name        : fadeOutRight;
}
PK	��[�E���_jlcalendar.scssnu�[���.tm-calendar
{
  .clndr {
    .clndr-controls {
      text-align: center;

      .clndr-previous-button,
      .clndr-next-button {
        width: 30px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;

        &:hover {
          opacity: 0.5;
        }
      }

      .clndr-previous-button {
        float: left;
        text-align: left;
      }

      .clndr-next-button {
        float: right;
        text-align: right;
      }
    }

    .clndr-grid {
      float: left;
      width: 65%;

      .days-of-the-week {
        padding-left: 0;
        padding-right: 0;

        .header-day {
          float: left;
          width: 14.2857%;
          text-align: center;
        }
      }

      .days {
        width: 100%;

        .day,
        .empty {
          float: left;
          width: 14.2857%;
          line-height: 80px;
          text-align: center;
          color: #4f4f4f;
          background-color: #f5f5f5;
          border-bottom: 1px solid #eee;
          border-left: 1px solid #ddd;

          &.adjacent-month .day-number {
            opacity: 0.3;
          }
        }

        .day {
          &.tm-calendar-event {
            background: #fff;
            text-align: center;

            .numberCircle {
              display: inline-block;
              -moz-border-radius: 30px;
              -webkit-border-radius: 30px;
              border-radius: 30px;

              span {
                text-align: center;
                cursor: pointer;
                display: inline-block;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                border-radius: 30px;
                width: 50px;
                height: 50px;
                line-height: 49px;
                -webkit-transition: background 0.15s ease-out, color 0.15s
ease-out;
                -moz-transition: background 0.15s ease-out, color 0.15s
ease-out;
                -o-transition: background 0.15s ease-out, color 0.15s
ease-out;
                transition: background 0.15s ease-out, color 0.15s
ease-out;
              }
            }

            &:hover {
              span {
                background: $accent-color-1;
                color: #fff;
              }
            }
          }

          &.today {
            span {
              display: inline-block;
              border: 2px solid $accent-color-1;
              width: 50px;
              height: 50px;
              line-height: 49px;
              -moz-border-radius: 30px;
              -webkit-border-radius: 30px;
              border-radius: 30px;
            }

            .day-number {
              color: $accent-color-1;
            }
          }
        }
      }
    }
  }

  .jl-height-medium {
    height: 400px;
  }

  .content-inner {
    padding: 20px;
    animation-name: jl-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
  }

  .jl-article-meta {
    padding: 5px 0;
  }
}
PK	��[�YC�;;_jlparticles.scssnu�[���//Pricing
Table Featured
.tm-price-table_featured {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.tm-price-table_featured-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

//Block Reveal
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

// Unset Theme list style 
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

// Set default hr style
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

// Override Uikit Primary Color with Theme Accent Color

.jl-overlay-primary {
  background: fade-out($accent-color-1, 20%);
}

.jl-text-primary,
.jl-alert-primary {
  color: $accent-color-1 !important;
}

.jl-button-primary {
  background-color: $accent-color-1;
  &:focus,
  &:hover {
    background-color: darken($accent-color-1, 10%);
  }
}

.jl-card-primary {
  background: $accent-color-1;
  &.jl-card-hover:hover {
    background-color: darken($accent-color-1, 10%);
  }
}
.jl-tile-primary,
.jl-section-primary {
  background: $accent-color-1;
}
/* Hover + Focus */

.jl-subnav-pill > .jl-active > a,
.jl-dotnav > .jl-active > * {
  background-color: $accent-color-1;
}
/* Hover + Active + Focus */
.jl-tab > .jl-active > a,
.jl-tab > * > a:hover,
.jl-tab > * > a:focus {
  border-color: $accent-color-1;
}
/* Hover + Focus */
.jl-accordion-title:hover,
.jl-accordion-title:focus {
  color: $accent-color-1;
}
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: $accent-color-1;
  border: 1px solid $accent-color-1;
}
.jl-card-primary > .tm-timeline-arrow {
  background-color: $accent-color-1;
}

// Joomla Override login form (remove if not needed)
#jl-login-form,
.tm-form-reset,
.tm-form-remind,
.tm-form-login,
.tm-form-registration,
.tm-form-profile-edit {
  input {
    box-sizing: inherit;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
  }
  .jl-form-icon {
    height: 40px;
  }
  .jl-checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
  }
}
.tm-form-reset,
.tm-form-remind,
.tm-form-login,
.tm-form-registration,
.tm-form-profile-edit {
  input {
    width: 100%;
  }
}
.profile {
  #users-profile-core,
  #users-profile-custom {
    .jl-description-list {
      dd {
        margin-left: 0;
      }
    }
  }
}

//Tags
.tm-tags {
  a {
    text-transform: none;
    &:hover,
    &:focus {
      color: #ffffff;
    }
  }
}

.jl-popup-login {
  .jl-list {
    width: 300px;
    margin: 0 auto;
  }
  li {
    display: inline-block;
  }
}


PK	��[jM��_jlsocialshare.scssnu�[���//Social
Share Icon Color (Optional)
.tm-custom-icon {
    .tm-share-icon a {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #ffffff;
  
      &:hover {
        -webkit-filter: saturate(1.2) brightness(1.2);
        filter: saturate(1.2) brightness(1.2);
        color: #fff;
      }
    }
  
    .tm-share-icon .twitter {
      background-color: #55acee;
    }
  
    .tm-share-icon .facebook {
      background-color: #3b5999;
    }
  
    .tm-share-icon .linkedin {
      background-color: #0077B5;
    }
  
    .tm-share-icon .whatsapp {
      background-color: #25D366;
    }
  
    .tm-share-icon .telegram {
      background-color: #2ca5e0;
    }
  
    .tm-share-icon .mail {
      background-color: #ea4335;
    }
  
    .tm-share-icon .digg {
      background-color: #005be2;
    }
  
    .tm-share-icon .pinterest {
      background-color: #bd081c;
    }
  
    .tm-share-icon .tumblr {
      background-color: #eb4924;
    }
  
    .tm-share-icon .reddit {
      background-color: #ff4500;
    }
  
    .tm-share-icon .vk {
      background-color: #4c75a3;
    }
  
    .tm-share-icon .xing {
      background-color: #026466;
    }
  
    .tm-share-icon .weibo {
      background-color: #df2029;
    }
  
    .tm-share-icon .renren {
      background-color: #005EAC;
    }
  
    .tm-share-icon .skype {
      background-color: #00AFF0;
    }
  }
  PK	��[#[��LL_jlteammember.scssnu�[���//Member
social icon color tyles
.tm-member-icon {
    a {
        -webkit-transition: all .5s;
        -o-transition     : all .5s;
        transition        : all .5s;
    }

    .facebook {
        background-color: #3b5998;
        color           : #ffffff;
    }

    .twitter {
        background-color: #1da1f2;
        color           : #ffffff;
    }

    .google-plus {
        background-color: #dd4b39;
        color           : #ffffff;
    }

    .linkedin {
        background-color: #0077b5;
        color           : #ffffff;
    }

    .whatsapp {
        background-color: #25d366;
        color           : #ffffff;
    }

    .flickr {
        background-color: #ff0084;
        color           : #ffffff;
    }

    .behance {
        background-color: #131418;
        color           : #ffffff;
    }

    .dribbble {
        background-color: #ea4c89;
        color           : #ffffff;
    }

    .xing {
        background-color: #026466;
        color           : #ffffff;
    }

    .vimeo {
        background-color: #1ab7ea;
        color           : #ffffff;
    }

    .foursquare {
        background-color: #f94877;
        color           : #ffffff;
    }

    .github {
        background-color: #000;
        color           : #ffffff;
    }

    .instagram {
        background-color: #bc2a8d;
        color           : #ffffff;
    }

    .pinterest {
        background-color: #bd081c;
        color           : #ffffff;
    }

    .soundcloud {
        background-color: #ff3300;
        color           : #ffffff;
    }

    .tumblr {
        background-color: #34465d;
        color           : #ffffff;
    }

    .yelp {
        background-color: #af0606;
        color           : #ffffff;
    }

    .youtube {
        background-color: #cd201f;
        color           : #ffffff;
    }

    .uikit {
        background-color: $accent-color-1;
        color           : #ffffff;
    }

    a:hover,
    a:focus,
    a:active {
        -webkit-filter: saturate(1.2) brightness(1.2);
        filter        : saturate(1.2) brightness(1.2);
        color         : #fff;
    }
}
PK	��[�;�
��_jltoggle.scssnu�[���//Content
Toggle
.tm-tg-switch-label {
    position      : relative;
    display       : inline-block;
    width         : 4.5em;
    height        : 2.3em;
    vertical-align: middle;
    margin-bottom : 0;
}

.tm-tg-slider {
    position          : absolute;
    cursor            : pointer;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    -webkit-transition: .4s;
    transition        : .4s;
}

.tm-tg-slider:before {
    position          : absolute;
    content           : "";
    height            : 1.8em;
    width             : 1.8em;
    left              : .25em;
    bottom            : .25em;
    -webkit-transition: .4s;
    transition        : .4s;
}

.tm-tg-switch+.tm-tg-slider {
    background-color: #cdd5e0;
}

.tm-tg-switch:checked+.tm-tg-slider {
    background-color: #d2d2d2;
}

.tm-tg-switch:checked+.tm-tg-slider:before {
    -webkit-transform: translateX(2.1em);
    -ms-transform    : translateX(2.1em);
    transform        : translateX(2.1em);
}

.tm-tg-slider.tm-tg-round {
    -webkit-border-radius: 1.5em;
    border-radius        : 1.5em;
}

.tm-tg-slider.tm-tg-round:before {
    -webkit-border-radius: 50%;
    border-radius        : 50%;
}

.tm-tg-switch:checked+.tm-tg-slider {
    background-color: #4fbe79;
}

.tm-tg-slider:before {
    background-color: #ffffff;
}

.tm-tg-switch-label .tm-tg-switch {
    display: none;
}
PK	��[NIW]��
_jlvideo.scssnu�[���.btn-video {
    text-align: center;
    height: 60px;
    width: 60px;
    background-color: fade-in($accent-color-1, 40);
    z-index: 1;
    font-size: 17px;
    color: darken($white, 10);
    border: 0;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    transition: all 300ms linear 0ms;
    i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
    &:hover {
        color: $white;
    }
}

.tm-video-player {
    position: relative;
    line-height: 1;
    .btn-video {
        background-color: fade-in($accent-color-1, 40);
        box-shadow: 0 0 0 10px rgba($accent-color-1, .25);
        &:hover {
            box-shadow: 0 0 0 20px rgba($accent-color-1, .25)
        }
    }
}

.tm-video-item:hover {
    .btn-video {
        box-shadow: 0 0 0 20px rgba($accent-color-1, .25);
        i {
            color: $white;
        }
    }
}PK	��[�%J��
�
_keypoints.scssnu�[���.g-keypoints {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-left-points {
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
			text-align: right;
		}
		.g-keypoints-item {
			&:last-child {
				@include breakpoint(mobile-only) {
					margin-bottom: 25px;
				}
			}
		}
	}
	
	.g-main-image {
		text-align: center;
		.g-content {
			margin: 0;
			padding: 0;
			@include breakpoint(mobile-only) {
				margin-bottom: 1rem;
			}
		}
	}
	.image-bottom {
		margin-bottom: -($content-margin + $content-padding + $section-padding);
		@include breakpoint(mobile-only) {
			margin-bottom: 1rem;
		}
	}
	
	.g-right-points {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
	}

	&.style1 {
		.g-content {
			@include breakpoint(mobile-only) {
				text-align: center;
			}
		}

		.g-keypoints-item {
			.g-keypoints-item-desc {
				margin: 1.5rem 0;
			}
			&:last-child {
				.g-keypoints-item-desc {
					margin-bottom: 0;
				}
			}
		}

		.g-keypoints-item-icon {
			color: $white;
			background: $accent-color-1;
			line-height: 2.5rem;
			border-radius: 100%;
			width: 2.5rem;
			height: 2.5rem;
			text-align: center;
		}

		.g-left-points {
			.g-keypoints-item-icon {
				margin-left: 1.25rem;
			}
		}

		.g-right-points {
			.g-keypoints-item-icon {
				margin-right: 1.25rem;
			}
		}
	}

	&.style2 {
		.g-keypoints-item {
			margin-bottom: 40px;
			&:last-child {
				margin-bottom: 0;
			}
			&:hover {
				.g-keypoints-item-icon {
					background: $accent-color-1;
					color: #ffffff;
				}
			}
		}

		.g-keypoints-item-icon {
			font-size: 24px;
			margin-right: 0;
			color: $accent-color-1;
			width: 65px;
			height: 65px;
			line-height: 65px;
			text-align: center;
			border: 1px solid $accent-color-1;
			border-radius: 50%;
			@include transition(all 0.3s);
		}

		.g-left-points {
			padding-top: 25px;
			@include breakpoint(mobile-only) {
				padding-top: 0;
				margin-bottom: 40px;
				.g-content {
					text-align: left;
				}
			}
			.g-keypoints-item-icon {
				float: right;
				@include breakpoint(mobile-only) {
					float: left;
				}
			}

			.g-title-desc-container {
				margin-right: 85px;
				@include breakpoint(mobile-only) {
					margin-right: 0;
					margin-left: 85px;
				}
			}
		}

		.g-right-points {
			padding-top: 25px;
			@include breakpoint(mobile-only) {
				padding-top: 0;
				margin-top: 15px;
			}
			.g-keypoints-item-icon {
				float: left;
			}

			.g-title-desc-container {
				margin-left: 85px;
			}
		}

		.g-keypoints-item-title {
			margin-top: 0;
			margin-bottom: 10px;
		}
	}
}PK	��[hRu}}_logo-advanced.scssnu�[���.g-logo-advanced
{
	display: inline-block;
	@include breakpoint(mobile-only) {
		display: block;
	}
	.g-logo-info-panel {
		position: absolute;
		top: 100%;
		border-radius: 3px;
		margin-top: 35px;
		padding: 20px;
		background: $accent-color-1;
		color: #ffffff;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		@include transition(all 0.15s ease-out 0.4s);
		.g-logo-text-title {
			color: #ffffff !important;
			margin-bottom: 10px;
			margin-top: 0;
		}
		@include breakpoint(mobile-only) {
			display: none;
		}
		a {
			color: #ffffff;
		}
	}
	&:hover {
		.g-logo-info-panel {
			opacity: 1;
			visibility: visible;
			margin-top: 15px;
			@include transition-delay(0s);
		}		
	}
	.g-logo-social {
		margin-top: 15px;
		font-weight: bold;
		.g-logo-social-text {
			margin-right: 15px;
			display: inline-block;
		}
		.g-logo-social-icons {
			display: inline-block;
			> a {
				margin-right: 7px;
				@include transition(all 0.2s);
				&:last-child {
					margin-right: 0;
				}
				&:hover {
					opacity: 0.7;
				}
			}
		}
	}
}PK	��[�?_main-feature.scssnu�[���.g-main-feature
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-main-feature-left {
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-main-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-main-feature-title {
		margin-top: -5px;
	}
	.image-bottom {
		margin-bottom: -($content-margin + $content-padding + $section-padding);
	}
	.g-main-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
		&.g-button2 {
			margin-left: 25px;
			@include breakpoint(small-mobile-range) {
				margin-left: 0;
			}
		}
		@include breakpoint(small-mobile-range) {
			display: block;
		}
	}
	.g-main-feature-desc {
		i {
			margin-right: 8px;
		}
	}
	.image-block {
		@include breakpoint(tablet-range) {
			display: none;
		}
		@include breakpoint(mobile-only) {
			display: none;
		}
	}
}PK	��[r��uNN_media-box.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-background-color: #ffffff !default;

.g-media-box {
	.g-grid {
		margin-bottom: $content-margin*2;
		&:last-child {
			margin-bottom: 0;
		}
		.g-block {
			margin-right: $content-margin*2;
			@include breakpoint(mobile-only) {
				margin-right: 0;
				margin-bottom: $content-margin*2;
			}
			&:last-child {
				margin-right: 0;
				@include breakpoint(mobile-only) {
					margin-bottom: 0;
				}
			}
		}
	}
	
	.g-media-box-item {
		.g-media-box-content {
			background: $base-background-color;
			padding: 2rem;
			border: 1px solid $base-border-color;
			
			.g-media-box-links {
				.button-media {
					color: $base-text-color;
					background: transparent;
					border: 1px solid $base-border-color;
					width: 3rem;
					height: 3rem;
					line-height: 3rem;
					text-align: center;
					cursor: pointer;
					display: inline-block;
					@include transition(0.2s);
					&:hover {
						color: $white;
						background: $accent-color-1;
						border-color: $accent-color-1;
					}
					@include breakpoint(mobile-only) {
						width: 2.5rem;
						height: 2.5rem;
						line-height: 1.5rem;
						padding: 0.5rem;
					}
				}
				.g-media-box-play {
					position: absolute;
					margin-top: -2.5rem;
				}
				.g-item-text {
					visibility: hidden;
					position: absolute;
					width: 0;
					height: 0;
				}
			}
			
			.g-media-box-desc {
				margin: 1.5rem 0;
				padding-bottom: 1.5rem;
				border-bottom: 1px solid $base-border-color;
			}
			.g-media-box-special1, .g-media-box-special2 {
				margin: 0;
			}
		}
	}
}PK	��[Ք���_memories.scssnu�[���.g-memories {
	padding: 40px 0;
	text-align: center;
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-memories-left {
		@include breakpoint(mobile-only) {
			margin-bottom: 50px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-memories-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-memories-title {
		margin-top: -5px;
		margin-bottom: 25px;
		text-align: center;
		position: relative;
		&:after {
			display: block;
			content: '';
			height: 4px;
			border-radius: 4px;
			background: $accent-color-1;
			position: relative;
			width: 50px;
			margin: 25px auto;
		}
	}
	.g-memories-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-memories-desc {
		i {
			margin-right: 8px;
		}
	}
	.image-block {
		@include breakpoint(tablet-range) {
			
		}
		@include breakpoint(mobile-only) {
			
		}
	}
	.g-memories-images {
		.g-memories-image-container {
			padding: 7px;
			background: #ffffff;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0,
0.15);
			position: relative;
			display: inline-block;
			.uk-overlay {
				&:hover {
					img {
						@include transform(scale(1.15));
					}
				}
			}
			img {
				width: 250px;
				@include transition(transform 0.3s);
				@include breakpoint(desktop-range)  {
					width: 198px;
				}
				@include breakpoint(tablet-range) {
					width: 175px;
				}
				@include breakpoint(mobile-only) {
					width: 190px;
				}
			}
			&.g-memories-image1 {
				top: -20px;
				z-index: 1;
				@include transform(rotate(7deg));
			}
			&.g-memories-image2 {
				left: -20px;
				z-index: 2;
				@include transform(rotate(-10deg));
			}
			&.g-memories-image3 {
				left: 20px;
				z-index: 3;
				@include transform(rotate(-16deg));
			}
			&.g-memories-image4 {
				top: 20px;
				z-index: 4;
				@include transform(rotate(13deg));
			}
			&.g-memories-image5 {
				top: 20px;
				z-index: 5;
				display: none;
			}
			.uk-overlay-panel {
				z-index: 4;
			}
		}
		.g-memories-parallax {
			display: inline-block;
		}
	}
}PK	��[��哣�_modal-search.scssnu�[���.modal-search-container
{
	&.style1 {
		.uk-modal-dialog {
			text-align: left;
			// Joomla
			.search {
				form {
					margin-bottom: 0;
				}
				input {
					margin-bottom: 0;
					border: none;
					box-shadow: none !important;
					font-size: 2rem;
					color: $base-text-color;
				}
			}
			// Wordpress
			.search-form {
				.search-field {
					border: none;
					box-shadow: none !important;
					font-size: 2rem;
					color: $base-text-color;
				}
				label {
					margin-bottom: 0;
				}
				.search-submit {
					display: none;
				}
			}
			// Grav
			.search-input {
				border: none;
				box-shadow: none !important;
				font-size: 2rem;
				color: $base-text-color;
			}
		}
	}
	&.style2 {
		#modal-search {
			background: rgba(0, 0, 0, 0.7);
			&.uk-open {
				.uk-modal-dialog {
					@include transform(scale(1));
				}
				.uk-close {
					@include transform(scale(1));
				}
			}
			.uk-modal-dialog {
				padding: 0;
				border-radius: 0;
				width: 455px;
				background: none;
				box-shadow: none;
				@include transform(scale(0));
				// Joomla
				.search {
					form {
						margin-bottom: 0;
					}
					input {
						margin-bottom: 0;
						border: none;
						font-size: 2.3rem;
						width: 455px;
						color: #ffffff;
						text-align: center;
						background: none;
						padding: 20px;
						border-radius: 0;
						box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
						@include placeholder {
							color: #ffffff;
							opacity: 1;
						}
						&:focus {
							box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
						}
					}
				}
				// Wordpress
				.search-form {
					.search-field {
						border: none;
						font-size: 2.3rem;
						width: 455px;
						color: #ffffff;
						text-align: center;
						background: none;
						padding: 20px;
						border-radius: 0;
						box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
						@include placeholder {
							color: #ffffff;
							opacity: 1;
						}
						&:focus {
							box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
						}
					}
					label {
						margin-bottom: 0;
					}
					.search-submit {
						display: none;
					}
				}
				// Grav
				.search-input {
					border: none;
					font-size: 2.3rem;
					width: 455px;
					color: #ffffff;
					text-align: center;
					background: none;
					padding: 20px;
					border-radius: 0;
					box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
					@include placeholder {
						color: #ffffff;
						opacity: 1;
					}
					&:focus {
						box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
					}
				}
			}
			.uk-close {
				color: #ffffff !important;
				opacity: 1;
				font-size: 22px;
				top: 35px;
				right: 35px;
				position: absolute;
				@include transform(scale(0));
				@include transition(all 0.3s);
				&:hover {
					@include transform(rotate(90deg));
					color: $accent-color-1 !important;
				}
			}
		}
	}
	// Joomla class for the Search
	.element-invisible {
		border: 0 none;
		height: 1px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	i {
		opacity: 1 !important;
	}
}PK	��[o�C^_news-pro-joomla.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;
$fontsizes-body-font-size: 0.9rem !default;

.g-news-pro {
	.g-news-pro-item, .g-news-pro-link {
		.g-news-pro-image {
			max-width: 100%;
			background-position: center;
			background-size: cover;
			@include transition(opacity 0.3s);
			@include breakpoint(small-mobile-range) {
				width: 100% !important;
			}
			> a {
				display: block;
				width: 100%;
				height: 100%;
			}
			&.image-fullwidth {
				width: 100%;
			}
			&.image-link {
				&:hover {
					opacity: 0.8;
				}
			}
		}
		&.vertical {
			.g-news-pro-image {
				margin-bottom: 15px;
			}
		}
		&.horizontal {
			.g-news-pro-image {
				float: left;
				margin-right: 20px;
				@include breakpoint(small-mobile-range) {
					float: none;
					margin-right: 0;
					margin-bottom: 15px;
				}
			}			
		}
		.g-news-pro-title {
			margin: 0;
			a {
				color: $base-title-color;
				&:hover {
					color: $accent-color-1;
				}
			}
		}
		.g-article-details {
			margin-top: 10px;
			font-size: 90%;
			color: lighten($base-text-color, 20%);
			> span {
				margin-right: 10px;
				&:last-child {
					margin-right: 0;
				}
				i {
					margin-right: 5px;
				}
			}
		}
		.g-article-read-more {
			margin-top: 20px;
		}
		.g-news-pro-desc {
			margin-top: 10px;
		}
	}
	.g-news-pro-item {
		@include breakpoint(mobile-only) {
			width: 100%;
			margin-bottom: 30px;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.uk-slidenav-position {
		.g-news-pro-nav {
			display: inline-block;
			position: absolute;
			top: -55px;
			right: 0;
			width: auto;
			padding-left: 0;
			.g-news-pro-arrows {
				display: inline-block;
			}
			.uk-slidenav {
				opacity: 1;
				position: relative;
				margin-top: 0;
				display: inline-block;
				font-size: 11px;
				font-weight: normal;
				width: 25px;
				height: 25px;
				line-height: 25px;
				&.uk-slidenav-previous {
					left: auto;
					&:before {
						content: "\f053";
					}					
				}
				&.uk-slidenav-next {
					right: auto;
					&:before {
						content: "\f054";
					}
				}
				&:hover {
					background: $accent-color-1;
				}
			}
			.uk-dotnav {
				margin: 5px 20px 0 0;
				display: inline-block;
				float: left;
				> * {
					padding-left: 5px;
					> * {
						width: 13px;
						height: 13px;
					}
				}
			}
		}
		&.uk-grid-width-1-2 {
			> * {
				@include breakpoint(mobile-only) {
					width: 100%;
				}
				@include breakpoint(tablet-range) {
					width: 100%;
				}
			}
			.g-news-pro-link-block {
				@include breakpoint(mobile-only) {
					margin-top: 30px;
				}
				@include breakpoint(tablet-range) {
					margin-top: 30px;
				}
			}
		}
	}
	.uk-grid {
		+ .uk-grid {
			padding-top: 15px;
			margin-top: 15px;
		}
	}
	.g-news-pro-link-block {
		> .uk-grid {
			+ .uk-grid {
				padding-top: 0;
				margin-top: 0;
				.g-news-pro-link {
					margin-top: 20px;
					padding-top: 20px;
					border-top: 1px solid $base-border-color;
				}			
			}
		}
		&.bottom {
			padding-top: 20px;
			margin-top: 20px;
			border-top: 1px solid $base-border-color;
		}
		.g-news-pro-link {
			.g-news-pro-title {
				font-size: $fontsizes-body-font-size;
			}
		}
		.g-news-pro-image {
			.uk-overlay-area:empty::before, .uk-overlay-icon::before {
				font-size: 20px;
				height: 20px;
				width: 20px;
				margin-left: -10px;
				margin-top: -10px;
			}
		}
	}
}PK	��[��TT_offcanvas-toggle.scssnu�[���.offcanvas-toggle-particle
{
    &.g-offcanvas-toggle {
    	display: block;
    	position: relative;
    	top: auto;
    	left: auto;
        right: auto;
    	color: inherit;
    	font-size: inherit;
        line-height: inherit;
    	@include transition(color 0.2s);   	
	}
    i {
        opacity: 1 !important;
    }
}  PK	��[�,oo_onepage-menu.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-element-color: #f8f9fa !default;

.g-onepage-menu {
	ul {
		margin: 0;
		list-style: none;
		background: #ffffff;
		border: 1px solid $base-border-color;
		border-radius: 3px;
		li {
			a {
				padding: 0.625rem 1.25rem;
				color: $base-text-color;
				display: block;
				border-bottom: 1px solid $base-border-color;
				@include transition(all, 0.2s);
				&:hover {
					background: $base-element-color;
					color: darken($base-text-color, 20%);
				}
				i {
					margin-right: 5px;
				}
			}
			&:last-child {
				a {
					border-bottom: none;
				}
			}
			.submenu {
				border: none;
				display: none;
				&.uk-active {
					display: block;
					a {
						padding-left: 35px;
					}					
				}
				li {
					&:last-child {
						border-bottom: 1px solid $base-border-color;
					}
				}
			}
			&.uk-active {
				> a {
					background: $base-element-color;
					color: $accent-color-1;
				}
				.submenu {
					display: block;
					a {
						padding-left: 35px;
					}
				}
			}
		}
	}
}PK	��[A��33_onepage-nav.scssnu�[���.g-onepage-nav
{
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 1010;
	visibility: hidden;
	@include breakpoint(mobile-only) {
		display: none;
	}
	&.style1 {
		ul {
			margin: 0;
			padding: 0.625rem;
			list-style: none;
			box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
			@include border-right-radius(10px);
		}
		.g-onepage-nav-item {
			margin-bottom: 5px;
			&:last-child {
				margin-bottom: 0px;
			}
			a {
				width: 20px;
				height: 20px;
				background: rgba(0,0,0,0.1);
				display: block;
				border-radius: 50%;
				@include transition(all, 0.2s);
				&:hover {
					background: $white;
				}
			}
			&.uk-active {
				> a {
					background: $white;
				}
			}
		}
	}
	&.style2 {
		ul {
			margin: 0;
			padding: 10px 0;
			list-style: none;
			box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
			@include border-right-radius(10px);
		}
		.g-onepage-nav-item {
			margin-bottom: 5px;
			&:last-child {
				margin-bottom: 0px;
			}
			a {
				width: 40px;
				height: 30px;
				line-height: 30px;
				font-size: 1.2rem;
				display: block;
				text-align: center;
				color: $white;
				@include transition(all, 0.2s);
				&:hover {
					color: $accent-color-1;
				}
			}
			&.uk-active {
				> a {
					color: $accent-color-1;
				}
			}
		}
	}
}PK	��[&w��_our-team.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-our-team {
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
		> .g-grid {
			margin-bottom: ($content-padding*2);
			&:last-child {
				margin-bottom: 0;
				> .g-block {
					&:last-child {
						.g-our-team-item {
							@include breakpoint(mobile-only) {
								margin-bottom: 0 !important;
							}
						}
					}
				}
			}
			@include breakpoint(mobile-only) {
				margin-bottom: 0;
			}
		}
		.g-our-team-item {
			@include breakpoint(mobile-only) {
				margin-bottom: ($content-padding*2) !important;
			}
		}
	}
	.size-33 {
		@include flex(0 33.3333%);
		width: 33.3333%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}

	.size-16 {
		@include flex(0 16.6666%);
		width: 16.6666%;
		@include breakpoint(mobile-only) {
			@include flex(0 100%);
			width: 100%;
		}
	}
}

.g-our-team, .g-our-team-slider, .g-our-team-slideset {
	text-align: center;
	&.gutter-disabled {
		.g-our-team-item {
			border: none;
		}
		.uk-slideset {
			margin-left: 0;
			&.uk-grid {
				> * {
					padding-left: 0;
				}
			}
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-our-team-item {
		border: 1px solid $base-border-color;
		width: 100%;
		@include breakpoint(mobile-only) {
			margin-bottom: ($content-margin + $content-padding)*2;
			width: 100%;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-our-team-image {
		position: relative;
		overflow: hidden;
		.g-our-team-social {
			&.uk-overlay-panel {
				padding: 0;
				a {
					width: 100%;
					display: block;
					padding: 10px;
					border: 1px solid rgba(255, 255, 255, 0.2);
					border-right: none;
					@include breakpoint(tablet-range) {
						padding: 10px 5px;
					}
					@include transition(all, 0.2s);
					&:hover {
						background: $accent-color-1;
					}
				}
			}
			.g-block {
				@include breakpoint(mobile-only) {
					@include flex(1);
				}
			}
		}
		img {
			width: 100%;
		}
	}
	.g-info-container {
		padding: 20px;
		background: #ffffff;
	}
	p {
		margin: 0;
	}
	.g-our-team-name {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-our-team-position {
		margin-top: 0;
		font-size: 90%;
		&.g-desc-enabled {
			margin-bottom: 20px;
		}
	}
	.g-our-team-desc {
		margin-top: 0.4rem;
	}
	&.style2 {
		.g-our-team-social {
			margin-top: 20px;
			a {
				color: lighten($base-title-color, 15%);
				margin-right: 15px;
				@include breakpoint(tablet-range) {
					margin-right: 8px;
				}
				&:last-child {
					margin-right: 0;
				}
				&:hover {
					color: $accent-color-1;
				}
			}
		}
	}
	&.uk-text-left {
		&.style1 {
			.g-our-team-social {
				text-align: center !important;
			}
		}
	}
	&.style3 {
		.g-our-team-image {
			padding-bottom: 100px;
		}
		.g-info-container {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			top: auto;
			z-index: 1;
			padding: 23px 30px;
			height: 100px;
			@include transition(all 0.2s);
			.g-our-team-position {
				margin: 5px 0 0;
			}
		}
		.g-hover-container {
			opacity: 0;
			position: absolute;
			background-color: #111111;
			color: #ffffff;
			top: 100px;
			left: 0;
			bottom: 0;
			right: 0;
			padding: 30px;
			@include transition(all 0.2s);
			> * {
				opacity: 0;
				@include transition(all 0.2s);
			}
			.g-our-team-desc {
				font-size: 90%;
			}
			.g-our-team-social {
				margin-top: 25px;
				font-size: 18px;
				a {
					margin-right: 15px;
					@include breakpoint(tablet-range) {
						margin-right: 8px;
					}
					&:last-child {
						margin-right: 0;
					}
				}
			}
		}
		.g-our-team-item {
			position: relative;
			&:hover {
				.g-hover-container {
					opacity: 1;
					> * {
						@include transition-delay(0.3s);
						opacity: 1;
					}
				}
				.g-info-container {
					bottom: 100%;
					margin-bottom: -100px;
					background: $accent-color-1;
					color: #ffffff;
					.g-our-team-name {
						color: #ffffff !important;
						a {
							color: #ffffff !important;
							&:hover {
								text-decoration: underline;
							}
						}
					}
				}
			}
		}
	}
}PK	��[�d�%��_page-title.scssnu�[���.g-page-title
{
	@include breakpoint(mobile-only) {
		margin-bottom: -30px;
	}
	h3 {
		margin: 0;
	}
	i {
		margin-right: 10px;
	}
}PK	��[��˴��_paypal-donate.scssnu�[���.g-paypaldonate
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-paypaldonate-form {
		form {
			margin: 0;
		}
		.g-paypaldonate-button {
			.g-paypaldonate-icon {
				padding: 1.5rem;
				background: rgba(0,0,0,0.2);
			}
			input[type="submit"] {
				background: transparent;
				padding: 1.25rem;
				margin-top: -3px;
			}
			
			&.button {
				padding: 0;
				border: 0;
			}
		}
	}
}PK	��[.�==_people.scssnu�[���// Set the variable
defaults in case they are missing in the template
$base-element-color: #f8f8f8 !default;
$base-title-color: #033d5a !default;

.g-people {
	.g-person-image {
		float: left;
		@include breakpoint(tablet-range) {
			display: none;
		}
		img {
			border-radius: 50%;
			width: 70px;
			@include breakpoint(mobile-only) {
				width: 50px;
			}
			@include breakpoint(desktop-range) {
				width: 50px;
			}
		}
	}
	.g-person-name {
		h4 {
			margin: 0;
			@include breakpoint(mobile-only) {
				font-size: 1rem;
			}
			@include breakpoint(tablet-range) {
				font-size: 1rem;
			}
			@include breakpoint(desktop-range) {
				font-size: 1rem;
			}
		}
	}
	.g-person-position {
		color: $accent-color-1;
		font-style: italic;
		margin-top: -3px;
		@include breakpoint(mobile-only) {
			margin-top: 0;
		}
	}
	.image-present {
		.g-person-container {
			margin-left: 100px;
			margin-top: 20px;
			@include breakpoint(mobile-only) {
				margin-left: 70px;
				margin-top: 15px;
			}
			@include breakpoint(tablet-range) {
				margin: 0;
			}
			@include breakpoint(desktop-range) {
				margin-left: 70px;
				margin-top: 15px;				
			}
		}
		&.position-present {
			.g-person-container {
				margin-top: 10px;
				@include breakpoint(tablet-range) {
					margin: 0;
				}
				@include breakpoint(desktop-range) {
					margin-top: 4px;
				}
			}
		}
	}

	.uk-tab {
		border: none;
		> li {
			> a {
				border: 2px solid lighten($base-border-color, 3%);
				border-radius: 0;
				margin: 0 !important;
				color: $base-text-color;
				text-shadow: none;
				padding: 15px 20px !important;
				background: #ffffff;
				box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
				text-align: left;
				@include transition(all, 0.2s);
				&:hover {
					color: $base-text-color;
					background: $base-element-color;
				}
				@include breakpoint(tablet-range) {
					padding: 15px !important;
				}
			}
			&.uk-active {
				> a {
					color: $base-text-color;
					border-color: $accent-color-1;
					&:hover {
						background: #ffffff;
					}
				}
			}
		}
		.uk-tab-responsive {
			margin: 0;
			> a {
				cursor: pointer;
			}
			.uk-dropdown {
				margin: 0;
				font-size: 0.9rem;
				border-color: $base-border-color;
				padding: 0;
				border-radius: 0;
				.uk-nav {
					margin: 0;
					li {
						a {
							padding: 15px 25px;
							color: $base-text-color;
							&:before {
								border: none;
							}
							&:hover {
								background: $base-element-color;
								box-shadow: none;
							}
						}
					}
				}
			}
		}
	}
	.uk-tab-grid {
		&:before {
			border: none;
		}
		margin: 0;
		&.uk-tab-top, &.uk-tab-bottom {
			.g-people-nav {
				@include breakpoint(mobile-only) {
					width: auto;
				}
				> a {
					@include breakpoint(mobile-only) {
						margin-left: 0 !important;
					}
				}
			}
		}
	}
	.uk-tab-top, .uk-tab-bottom {
		margin-left: -20px;
		.uk-tab-responsive {
			margin-left: 20px;
			.g-people-nav {
				> a {
					margin-left: 0 !important;
				}
			}
		}
		.g-people-nav {
			> a {
				margin-left: 20px !important;
			}
		}
	}
	.uk-tab-left, .uk-tab-right {
		.g-people-nav {
			> a {
				margin-top: 20px !important;
				@include breakpoint(mobile-only) {
					margin-top: 0 !important;
				}
			}
			&:first-child {
				> a {
					margin-top: 0 !important;
				}
			}
		}
	}
	.tabs-content {
		overflow: hidden;
		&.uk-margin {
			margin-bottom: 0;
		}
		p {
			margin-bottom: 0;
		}
		.button {
			margin-top: 30px;
			> i {
				margin-right: 8px;
			}
		}
		&.left {
			padding-left: 30px;
			@include breakpoint(mobile-only) {
				padding-left: 0;
				padding-top:  35px;
			}
			p {
				&:first-child {
					margin-top: 0;
				}
			}
		}
		&.right {
			padding-right: 30px;
			@include breakpoint(mobile-only) {
				padding-right: 0;
				padding-top: 35px;
			}
			p {
				&:first-child {
					margin-top: 0;
				}
			}
		}
		&.top {
			padding: 35px 0 0;
			margin: 0;
			> li {
				margin: 0;
			}
		}
		&.bottom {
			padding: 0 0 35px;
			margin: 0;
			> li {
				margin: 0;
			}
		}
	}
	.g-person-content {
		.g-person-name {
			h3 {
				margin: 0;
			}
		}
		.g-person-position {
			margin-top: 2px;
		}
		.g-person-social {
			margin-top: 18px;
			> a {
				border: 1px solid $base-border-color;
				border-radius: 50%;
				width: 40px;
				height: 40px;
				line-height: 38px;
				text-align: center;
				margin-right: 10px;
				display: inline-block;
				@include transition(all 0.2s);
				&:last-child {
					margin-right: 0;
				}
				&:hover {
					color: $accent-color-1;
					border-color: $accent-color-1;
				}
			}
		}
		.g-person-desc {
			margin-top: 25px;
		}
		blockquote {
			border-left: 5px solid $accent-color-1;
			margin: 10px 0 0;
			padding: 0 0 0 $content-padding;
			font-size: 24px;
			font-style: italic;
			color: $base-title-color;
			p {
				font-size: 24px;
				color: $base-title-color;
			}
		}
	}
}PK	��[�{ϫ��_places.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-places {
	.image-bottom {
		margin-bottom: -($content-margin + $content-padding + $section-padding);
		@include breakpoint(mobile-only) {
			margin-bottom: 0;
		}
	}
	img {
		width: 100%;
	}
	.g-places-container {
		position: relative;
	}
	.g-places-item-toggle {
		border: 4px solid rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		cursor: pointer;
		box-shadow: 0 20px 17px rgba(0, 0, 0, 0.5);
		span {
			border-radius: 50%;
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			background: $accent-color-1;
			color: #ffffff;
			@include transition(all 0.2s);
		}
		&:hover {
			span {
				background: lighten($accent-color-1, 8%);
			}
		}
	}
	.g-places-item {
		position: absolute;
		@include breakpoint(mobile-only) {
			display: none !important;
		}
	}
	.g-places-item-content {
		background: #ffffff;
		border: none;
		border-radius: 3px;
		padding: 20px;
		color: $base-text-color !important;
		strong {
			color: $base-text-color !important;
		}
	}
	.uk-dropdown, .uk-dropdown-blank {
		z-index: 999;
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
		margin-top: -10px;
		width: 320px;
		&:before {
			content: '';
			position: absolute;
			width: 30px;
			height: 30px;
			left: 50%;
			margin-left: -15px;
			bottom: -3px;
			border-radius: 2px;
			background: #ffffff;
			box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
			@include transform(rotate(45deg));
		}
	}
	.g-places-title {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-places-desc {
		margin-top: 10px;
	}
	.g-places-special {
		font-style: italic;
		float: left;
		@include breakpoint(small-mobile-range)  {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
		i {
			margin-right: 5px;
		}
	}
	.g-places-link {
		float: right;
		font-style: italic;
		i {
			margin-left: 10px;
		}
		@include breakpoint(small-mobile-range) {
			float: none;
			margin-top: 5px;
		}
		@include breakpoint(tablet-range) {
			float: none;
			margin-top: 5px;
		}
	}
	.no-special {
		.g-places-link {
			float: none;
		}
	}
	.no-link {
		.g-places-special {
			float: none;
		}
	}
	.g-bottom-info {
		margin-top: 15px;
	}

	.g-places-slideset {
		display: none !important;
		margin-top: 40px;
		&.particle-image-bottom {
			margin-top: 0;
		}
		@include breakpoint(mobile-only) {
			display: block !important;
		}
		.uk-slider-container {
			padding: 25px;
			margin: -25px;
		}
		.g-places-item-mobile {
			box-shadow: 0 0 30px rgba(0,0,0,0.2);
		}
		.uk-dotnav > .uk-active > * {
			background: $accent-color-1 !important;
		}
	}
	&.light-nav {
		.uk-dotnav > * > * {
			background: rgba(255,255,255,0.15);
			&:hover {
				background: rgba(255,255,255,0.4);
			}
		}
	}
}PK	��[afɼ�_portfolio.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-portfolio {
	.g-portfolio-filter {
		margin-bottom: 30px;
		&.uk-subnav > * {

		}
		&.uk-subnav > * > * {
			color: $base-text-color;
		}
		&.uk-subnav-pill > * > * {
			padding: 3px 8px;
			border: 1px solid $base-border-color;
			background: #ffffff;
			@include transition(all, 0.2s);
			&:focus, &:hover {
				background: #ffffff;
				box-shadow: none;
				border: 1px solid $accent-color-1;
				color: $accent-color-1;
			}
		}
		.uk-active {
			> a {
				background: #ffffff;
				border: 1px solid $accent-color-1;
				color: $accent-color-1;
				box-shadow: none;
			}
		}
	}
	.g-portfolio-item {
		border: 1px solid $base-border-color;
	}
	&.gutter-disabled {
		.g-portfolio-item {
			border: none;
		}
	}
	.g-portfolio-image {
		> a {
			display: block;
		}
	}
	.g-info-container {
		padding: 20px;
		background: #ffffff;
	}
	p {
		margin: 0;
	}
	.g-portfolio-title {
		margin: 0;
		a {
			color: $base-title-color;
			&:hover {
				color: $accent-color-1;
			}
		}
	}
	.g-item-details {
		margin-top: 10px;
		font-size: 90%;
		color: lighten($base-text-color, 20%);
		font-style: italic;
		i {
			margin-right: 5px;
		}
	}
	.g-portfolio-desc {
		margin-top: 10px;
	}
	.g-info-container-style2 {
		&.uk-overlay-panel {
			padding: 15px;
			p {
				margin-top: 5px;
			}
			a {
				color: #ffffff;
				&:hover {
					color: $accent-color-1;
				}
			}
		}
		.g-portfolio-special, .g-item-details {
			color: lighten($base-text-color, 35%);
		}
	}
	.g-portfolio-special {
		color: lighten($base-text-color, 20%);
		font-style: italic;
		float: left;
		@include breakpoint(small-mobile-range)  {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
		i {
			margin-right: 5px;
		}
	}
	.g-portfolio-link {
		float: right;
		font-style: italic;
		i {
			margin-left: 10px;
		}
		@include breakpoint(small-mobile-range) {
			float: none;
			margin-top: 5px;
		}
		@include breakpoint(tablet-range) {
			float: none;
			margin-top: 5px;
		}
	}
	.no-special {
		.g-portfolio-link {
			float: none;
		}
	}
	.no-link {
		.g-portfolio-special {
			float: none;
		}
	}
	.g-bottom-info {
		margin-top: 15px;
	}
	&.style3 {
		.g-info-container {
			position: absolute;
			visibility: hidden;
			z-index: 9;
			opacity: 0;
			border: 1px solid $base-border-color;
			border-top: none;
			width: 100%;
			@include transition(opacity 0.3s);
		}
		.g-portfolio-item {
			border: none;
			position: relative;
			&:hover {
				.g-info-container {
					visibility: visible;
					opacity: 1;
				}
			}
		}
	}
	&.style4 {
		.g-info-container-style2 {
			@include background(linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px,
rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%));
			padding: 20px;
			a {
				color: #ffffff;
				&:hover {
					color: #ffffff;
					text-decoration: underline;
				}
			}
		}
		.g-portfolio-image {
			.uk-overlay {
				img {
					@include transition(all 1s);
				}
			}
			&:hover {
				.uk-overlay {
					img {
						@include transform(scale(1.15));
					}
				}
			}
		}
	}
}

.portfolio-special {
	.g-portfolio-filter {
		text-align: center;
		position: relative;
		top: -50px;
		margin-bottom: 0;
		justify-content: center;
	}
}

#g-fullwidth, .g-flushed {
	.g-portfolio {
		&.gutter-enabled {
			padding: 30px;
		}
		&.filters-enabled {
			&.gutter-enabled {
				padding-top: 0;
			}
		}
		.g-portfolio-filter {
			border-bottom: 1px solid #f0f0f0;
			&.uk-subnav-pill > * > * {
				padding: 0;
				border: none;
				height: 50px;
				width: 100%;
				line-height: 50px;
				font-weight: bold;
				font-size: 1rem;
				border-radius: 0;
				@include breakpoint(desktop-range) {
					font-size: 0.9rem;
					font-weight: normal;
				}
				@include breakpoint(tablet-range) {
					height: auto;
					line-height: inherit;
					padding: 13px 0;
					font-size: 0.8rem;
					font-weight: normal;
				}
				@include breakpoint(mobile-only) {
					height: auto;
					line-height: inherit;
					padding: 13px 0;
					font-size: 0.8rem;
					font-weight: normal;
				}
			}
			&.uk-subnav {
				margin-left: -30px;
				margin-right: -30px;
				> * {
					padding-left: 0;
					border-right: 1px solid #f0f0f0;
					@include flex(1);
					text-align: center;
				}
			}
		}
		&.gutter-disabled {
			.g-portfolio-filter {
				margin-bottom: 0;
				&.uk-subnav {
					padding: 0 30px;
				}
			}
		}
	}
}

.uk-tooltip {
	&.g-portfolio-tooltip {
		padding: 6px 12px;
		font-size: 13px;
	}
}PK	��[���_price-list.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-element-color: #f8f8f8 !default;

.g-price-lists {
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
	}
	.g-price-list {
		@include breakpoint(mobile-only) {
			margin-bottom: 30px;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		height: 100%;
	}
	.g-price-list-inner {
		margin: 0;
		border: 1px solid $base-border-color;
		list-style: none;
		background: #ffffff;
		position: relative;
		overflow: hidden;
		padding: 30px;
		height: 100%;
	}
	.color1 {
		.g-price-list-inner {
			border: none !important;
			background: $base-element-color;
		}
	}
	.color2 {
		.g-price-list-inner {
			border: none !important;
			background: darken($base-element-color, 7%);
		}
	}
	.g-list-title {
		margin: -5px 0 25px 0;
	}
	.g-price-list {
		> div {
			height: 100%;
		}
	}
	.g-item-container {
		margin-bottom: 20px;
	}
	.g-item-price {
		float: right;
		@include breakpoint(small-mobile-range) {
			float: none;
			display: block;
			margin-top: 5px;
		}
	}
	.g-item-desc {
		font-style: italic;
		margin-top: 5px;
		font-size: 90%;
	}
	.g-price-lists-button {
		text-align: center;
		margin-top: 40px;
		i {
			margin-right: 10px;
		}
	}
	&.gutter-disabled {
		> .g-grid { 
			border: 1px solid $base-border-color;
			@include breakpoint(mobile-only) {
				border: none;
			}
		}
		.g-price-list-inner {
			border: none;
			border-right: 1px solid $base-border-color;
			border-radius: 0;
			@include breakpoint(mobile-only) {
				border: 1px solid $base-border-color;
			}
		}
		.g-price-list {
			&:last-child {
				.g-price-list-inner {
					border-right: none;
					@include breakpoint(mobile-only) {
						border-right: 1px solid $base-border-color;
					}
				}
			}
		}
	}
}PK	��[��p���
_pricing.scssnu�[���// Set the
variable defaults in case they are missing in the template
$fontsizes-body-font-size: 1rem !default;
$base-element-color: #f8f8f8 !default;

.g-pricing-tables {
	text-align: center;
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
	}
	.g-pricing-table {
		@include breakpoint(mobile-only) {
			margin-bottom: 30px;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-content {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.g-pricing-table-inner {
		margin: 0;
		border: 1px solid $base-border-color;
		list-style: none;
		border-radius: 3px;
		background: #ffffff;
		position: relative;
		overflow: hidden;
	}
	h4, h3 {
		margin: 0;
	}
	.g-table-title {
		padding: 25px 20px;
	}
	.g-table-price {
		padding: 30px 20px;
		font-size: $fontsizes-body-font-size*2.3;
		background: $accent-color-1;
		color: #ffffff;
	}
	.g-table-item {
		padding: 15px 20px;
		border-bottom: 1px solid $base-border-color;
	}
	.g-table-button {
		padding: 25px 20px;
		i {
			margin-right: 10px;
		}
	}
	&.style1 {
		.featured-table {
			h4 {
				font-size: $fontsizes-body-font-size*1.5;
				line-height: 1.5rem;
			}
			.g-pricing-table-inner {
				box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
			}
			.g-table-featured-text {
				background: red;
				color: #ffffff;
				font-size: 12px;
				font-weight: bold;
				position: absolute;
				right: -30px;
				top: 30px;
				text-align: center;
				width: 135px;
				@include transform(rotate(45deg));
			}
		}
	}
	&.gutter-disabled {
		> .g-grid { 
			border: 1px solid $base-border-color;
			border-radius: 3px;
			@include breakpoint(mobile-only) {
				border: none;
			}
		}
		.g-pricing-table-inner {
			border: none;
			border-right: 1px solid $base-border-color;
			border-radius: 0;
			@include breakpoint(mobile-only) {
				border: 1px solid $base-border-color;
			}
		}
		&.style1 {
			.featured-table {
				.g-pricing-table-inner {
					box-shadow: none;
				}
				h4 {
					line-height: 1.55rem;
				}
			}
		}
		.g-pricing-table {
			&:last-child {
				.g-pricing-table-inner {
					border-right: none;
					@include breakpoint(mobile-only) {
						border-right: 1px solid $base-border-color;
					}
				}
			}
		}
	}
	&.style2 {
		.g-table-head {
			padding: 30px 20px;
			border-bottom: 1px solid $base-border-color;
		}
		.g-table-title {
			padding: 0 20px;
			margin-bottom: 10px;
			h4 {
				font-size: $fontsizes-body-font-size*1.7;
				font-weight: normal;
				text-transform: uppercase;
			}
		}
		.g-table-item {
			&:nth-child(even) {
				background: $base-element-color;
			}
		}
		.g-table-price {
			background: none;
			color: $accent-color-1;
			padding: 0 20px;
			font-size: $fontsizes-body-font-size*3;
			font-weight: bold;
		}
		.featured-table {
			.g-table-featured-text {
				margin-bottom: 15px;
				> span {
					padding: 7px 30px;
					background: #ffffff;
					color: $base-text-color;
					text-transform: uppercase;
					letter-spacing: 4px;
					border-radius: 50px;
					font-size: 13px;
					@include breakpoint(desktop-range) {
						letter-spacing: 2px;
						padding: 7px 20px;
					}
					@include breakpoint(tablet-range) {
						letter-spacing: 0;
						padding: 7px 10px;
						font-size: 11px;
					}
					@include breakpoint(mobile-only) {
						letter-spacing: 3px;
						padding: 7px 25px;
					}
				}
			}
			.g-table-head {
				background: $accent-color-1;
				color: #ffffff;
			}
			.g-table-title {
				h4 {
					color: #ffffff !important;
				}
			}
			.g-table-price {
				color: #ffffff;
			}
			.g-table-button {
				.button {
					border: 1px solid transparent;
				}
			}
		}
		&.g-has-featured-text {
			.g-particle-intro {
				margin-bottom: 77px;
				@include breakpoint(mobile-only) {
					margin-bottom: 2.5rem;
				}
			}
			> .g-grid {
				margin-top: 39px;
				@include breakpoint(mobile-only) {
					margin-top: 0;
				}
			}
			.featured-table {
				margin-top: -39px;
				@include breakpoint(mobile-only) {
					margin-top: 0;
				}
			}
		}
	}
}PK	��[5�	,,
_process.scssnu�[���.g-process {
	text-align: center;
	.g-process-item {
		width: 70%;
		@include breakpoint(mobile-only) {
			width: 100%;
		}
		margin: 0 auto 1.5rem;
		.g-process-item-icon {
			color: $base-text-color;
			background: $base-border-color;
			font-size: 2rem;
			line-height: 90px;
			border-radius: 50%;
			width: 90px;
			height: 90px;
			margin: 0 auto;
			display: block;
			position: absolute;
		}
		.g-process-image {
			position: relative;
			display: inline-block;
			img {
				width: 280px;
				height: 280px;
				background: $white;
				border: 10px solid $base-border-color;
				border-radius: 50%;
			}
		}
		.g-process-item-title {
			text-transform: uppercase;
			margin-top: 1.5rem;
		}
		.g-process-item-desc {
			margin: 1.5rem 0;
		}
		&:after {
			content:"";
			display: block;
			width: 2px;
			height: 4rem;
			background: $base-border-color;
			margin: 1rem auto 0;
		}
		&.invert-color {
			.g-process-item-icon {
				color: $base-text-color;
				background: $white;
			}
			.g-process-image {
				img {
					border: 10px solid $white;
				}
			}
		}
	}
	> .g-grid {
		&:last-child {
			.g-process-item {
				margin: 0 auto;
				&:after {
					display: none;
					margin: 0;
				}
				p {
					margin-bottom: 0;
				}
			}
		}
	}
}PK	��[��ܫ��_room-page.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-element-color: #f8f8f8 !default;

.g-room-page {
	.g-room-main-image {
		img {
			margin-bottom: 8px;
		}
	}
	.g-room-gallery {
		img {
			width: 100px;
			@include transition(all 0.3s);
		}
		.g-room-image-container {
			margin: 0 8px 8px 0;
			&:hover {
				img {
					@include transform(scale(1.15));
				}
			}
		}
		.uk-overlay-panel {
			z-index: 4;
			border-radius: 3px;
		}
		.uk-overlay-area:empty::before, .uk-overlay-icon::before {
			font-size: 16px;
			height: 40px;
			width: 40px;
			line-height: 40px;
			margin-left: -20px;
			margin-top: -20px;
		}
	}
	.g-room-title {
		float: left;
		margin: 0;
		@include breakpoint(mobile-only) {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
	}
	.g-info-price {
		float: right;
		@include breakpoint(mobile-only) {
			float: none;
		}
		@include breakpoint(tablet-range) {
			float: none;
		}
		.title-startfrom {
			font-size: 16px;
			font-style: italic;
			color: lighten($base-text-color, 20%);
			margin-right: 10px;
		}
		.title-startfromvalue {
			font-size: 20px;
			color: $accent-color-1;
		}
	}
	.g-room-tile-container {
		border-bottom: 2px solid $base-border-color;
		margin: 20px 0 28px;
	}
	.g-room-features {
		margin-bottom: 25px;
	}
	.g-room-features-item {
		background: $base-element-color;
		padding: 15px 20px;
		margin: 0 3px 3px 0;
		.g-item-icon {
			margin-right: 15px;
		}
		.g-item-title {
			font-weight: bold;
			margin-right: 10px;
		}
		.g-item-value {
			font-style: italic;
			color: lighten($base-text-color, 10%);
		}
	}
	.g-room-desc {
		p {
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-room-link {
		i {
			margin-right: 10px;
		}
	}
	.g-room-link-container {
		text-align: center;
		margin-top: 30px;
	}
}PK	��[�I�R��_scroll-to.scssnu�[���// Set the
variable defaults in case they are missing in the template
$top-background-color: #304356 !default;
$top-text-color: #ffffff !default;

#g-top {
	.g-scroll-to {
		a {
			padding: 11px 15px;
			border-right: 1px solid lighten($top-background-color, 10%);
			border-left: 1px solid lighten($top-background-color, 10%);
			color: $top-text-color;
			display: inline-block;
			@include transition(all 0.2s);
			&:hover {
				color: $accent-color-1;
			}
		}
	}
}

.g-scroll-to {
	a {
		span {
			margin-right: 8px;
		}
	}
}

// RTL Adjustments
[dir="rtl"] {
	.g-scroll-to {
		a {
			span {
				margin-left: 8px;
				margin-right: 0;
			}
		}
	}	
}PK	��[͘/_single-project.scssnu�[���.g-single-project
{
	.size-70 {
		padding-right: ($content-padding)*2;
		@include breakpoint(mobile-only) {
			padding-right: 0px;
			margin-bottom: 30px;
		}
	}
	.g-project-main-image {
		img {
			margin-bottom: 1.5rem;
		}
	}
	.g-project-gallery {
		margin-bottom: -1rem;
		img {
			width: 130px;
			@include transition(all 0.3s);
		}
		.g-project-image-container {
			margin: 0 1.5rem 1.5rem 0;
			&:hover {
				img {
					@include transform(scale(1.15));
				}
			}
		}
		.uk-overlay-panel {
			z-index: 4;
			border-radius: 0px;
		}
		.uk-overlay-area:empty::before, .uk-overlay-icon::before {
			font-size: 16px;
			height: 40px;
			width: 40px;
			line-height: 40px;
			margin-left: -20px;
			margin-top: -20px;
		}
	}
	.g-project-details {
		margin-bottom: 1.5rem;
		h4 {
			margin-bottom: 0;
			margin-top: -5px;
		}
		> div {
			@include display(flex);
			margin-bottom: 0.75rem;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.title-clienttext, .title-tasktext, .title-budgettext {
		color: lighten($base-text-color,25%) !important;
		margin-right: 0.75rem;
	}
	.title-clientvalue, .title-taskvalue, .title-budgetvalue {
		color: $accent-color-1 !important;
	}
	.g-project-features {
		margin-bottom: 25px;
	}
	.g-project-features-item {
		border: 1px solid $base-border-color;
		padding: 25px;
		margin: 0 0.75rem 0.75rem 0;
		@include breakpoint(mobile-only) {
			margin-right: 0;
		}
		.g-item-icon {
			margin-right: 15px;
			color: $accent-color-1;
		}
		.g-item-title {
			font-weight: bold;
			margin-right: 10px;
		}
		.g-item-value {
			font-style: italic;
			color: lighten($base-text-color, 10%);
		}
	}
	.g-project-desc {
		p {
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.g-project-link {
		i {
			margin-right: 10px;
		}
	}
	.g-project-link-container {
		margin-top: 30px;
	}
}PK	��[��B��_skill-bars.scssnu�[���.g-skill-bars
{
	div[class^="g-skill-bars-bar-container"] {
		&:last-child {
			.g-skill-bars-bar {
				margin-bottom: 0;
			}
		}	
	}
	.g-skill-bars-bar {
		position: relative;
		display: block;
		margin-bottom: 1rem;
		width: 100%;
		background: rgba(0,0,0,0.05);
		height: 2.5rem;
		border-radius: $core-border-radius;
		.g-skill-bars-title {
			position: absolute;
			top: 0;
			left: 0;
			width: auto;
			font-weight: bold;
			font-size: 13px;
			color: #ffffff;
			display: block;
			background: rgba(0, 0, 0, 0.1);
			padding: 0 1.25rem;
			height: 2.5rem;
			line-height: 2.5rem;
		}
		.g-skill-bars-background {
			height: 2.5rem;
			border-radius: $core-border-radius;
			width: 0px;
		}
		.g-skill-bars-percent {
			position: absolute;
			right: 10px;
			top: 0;
			font-size: 11px;
			height: 2.5rem;
			line-height: 2.5rem;
			color: rgba(0,0,0,0.4);
		}
	}
	&.style2 {
		.g-skill-bars-title {
			color: inherit;
			background: transparent;
			margin-bottom: 0.5rem;
		}
		
		.g-skill-bars-percent {
			color: inherit;
			height: 0.625rem;
			line-height: 0.625rem;
			float: right;
			margin-top: -1.5rem;
		}
		
		.g-skill-bars-bar {
			height: 0.625rem;
			border-radius: 0;

			.g-skill-bars-background {
				height: 0.625rem;
				border-radius: 0;
			}
		}
	}

	&.style3 {
		.g-skill-bars-title {
			color: inherit;
			background: transparent;
			margin-bottom: 0.5rem;
		}
		
		.g-skill-bars-percent {
			color: inherit;
			height: 0.625rem;
			line-height: 0.625rem;
			float: right;
			margin-top: -1.5rem;
		}
		
		.g-skill-bars-bar {
			height: 1.5rem;
			border-radius: 2rem;
			border: 2px solid $base-border-color;
			background: transparent;
			padding: 0.25rem;

			.g-skill-bars-background {
				height: 0.75rem;
				border-radius: 2rem;
			}
		}
	}
	
	&.style4 {
		.g-skill-bars-bar {
			.g-skill-bars-title {
				background: transparent;
			}
			.g-skill-bars-percent {
				position: initial;
				float: right;
				margin: 0.5rem;
				margin-right: 1rem;
				padding: 0 1rem;
				color: $base-text-color;
				background: $white;
				border-radius: $core-border-radius;
				height: 1.5rem;
				line-height: 1.5rem;
			}
		}
	}
}PK	��[A��H��_slideshow-joomla.scssnu�[���.g-slideshow
{
    .uk-overlay-panel {
        padding: 25px;
        @include breakpoint(mobile-only) {
            padding: 15px;
            &.uk-overlay-left {
                top: auto;
                bottom: 0;
                right: 0;
                width: 100%;
            }
            &.uk-overlay-right {
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%
            }
        }
        @include breakpoint(tablet-range) {
            padding: 15px;
            &.uk-overlay-left {
                top: auto;
                bottom: 0;
                right: 0;
                width: 100%;
            }
            &.uk-overlay-right {
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%
            }
        }
        @include breakpoint(desktop-range) {
            padding: 15px;
        }
    }
    .g-overlay-container {
        width: $breakpoints-large-desktop-container;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px !important;
        padding-right: 25px !important;
        @include breakpoint(desktop-range) {
            width: $breakpoints-desktop-container;
        }
        @include breakpoint(tablet-range) {
            width: $breakpoints-tablet-container;
        }
        @include breakpoint(large-mobile-range) {
            width: $breakpoints-large-mobile-container;
        }
        @include breakpoint(small-mobile-range) {
            width: 100%;
        }
    }
    .nav-visible {
        .uk-slidenav {
            opacity: 1;
        }
    }
    .g-slideshow-title {
        margin: 0 0 15px;
        color: #ffffff !important;
        @include breakpoint(mobile-only) {
            margin: 0;
            font-size: 1rem;
        }
    }
    .g-article-details {
        margin-bottom: 15px;
        font-size: 90%;
        > span {
            margin-right: 10px;
            &:last-child {
                margin-right: 0;
            }
            i {
                margin-right: 5px;
            }
        }
        &.details-showbottom {
            margin-top: 15px;
            margin-bottom: 20px;
        }
    }
    .g-slideshow-desc {
        margin: 0;
        @include breakpoint(mobile-only) {
            display: none;
        }
        a:not(.button) {
            color: $accent-color-1;
            &:hover {
                text-decoration: underline;
            }
        }
    }
    .g-article-read-more {
        margin-top: 15px;
    }
    .uk-flex-center {
        text-align: center;
    }
    .style2 {
        padding: 70px 0;
        .g-slideshow-title {
            padding: 15px 25px;
            background: #ffffff;
            color: #1a1a1a !important;
            font-size: 2rem;
            display: table;
            margin-bottom: 20px;
        }
        .g-slideshow-desc {
            padding: 15px 20px;
            background: #1a1a1a;
            color: #ffffff !important;
            font-size: 1.2rem;
            display: table;
        }
        &.uk-flex-right {
            .g-slideshow-title, .g-slideshow-desc {
                margin-left: auto;
            }
        }
        &.uk-flex-center {
            .g-slideshow-title {
                margin: 0 auto 20px;
            }
            .g-slideshow-desc {
                margin: auto;
            }
        }
    }
    .style3 {
        .g-slideshow-title {
            font-size: 2rem;
            @include breakpoint(mobile-only) {
                font-size: 1.2rem;
            }
            @include breakpoint(tablet-range) {
                font-size: 1.4rem;
            }
        }
        .g-article-details {
            font-size: 100%;
        }
        .g-slideshow-desc {
            font-size: 17px;
            line-height: 30px;
        }
    }
    &.dark-text {
        .style3 {
            .g-slideshow-title {
                color: $base-text-color !important;
            }
            .g-slideshow-desc, .g-article-details {
                color: $base-text-color;
            }
        }
    }
    .uk-dotnav{
        margin: 0 0 35px;
    }
    .g-slideshow-item {
        iframe {
            pointer-events: auto !important;
        }
    }
    .slideshow-caption {
        &.uk-overlay-background {
            padding: 25px;
        }
    }
    .uk-overlay-left-short {
        @include transform(translateX(-10%));
    }
    .uk-overlay-right-short {
        @include transform(translateX(10%));
    }
    .uk-overlay-top-short {
        @include transform(translateY(-10%));
    }
    .uk-overlay-bottom-short {
        @include transform(translateY(10%));
    }
    .uk-overlay-scale {
        @include transform(scale(0.8));
    }
    .uk-overlay-left-short, .uk-overlay-right-short, .uk-overlay-top-short,
.uk-overlay-bottom-short {
        @include transition-duration(0.5s);
    }
    .uk-overlay-active {
        .uk-active {
            .uk-overlay-scale {
                @include transform(scale(1));
            }
        }
    }
    audio, canvas, video {
        display: block;
    }
}

#g-fullwidth, .g-flushed {
    .g-slideshow {
        .g-content {
            margin: $content-margin;
            padding: $content-padding;
        }
    }
}PK	��[��*II_slideshow.scssnu�[���.g-slideshow {
    .uk-overlay-panel {
        padding: 25px;
        @include breakpoint(mobile-only) {
            padding: 15px;
            &.uk-overlay-left {
                top: auto;
                bottom: 0;
                right: 0;
                width: 100%;
            }
            &.uk-overlay-right {
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%
            }
        }
        @include breakpoint(tablet-range) {
            padding: 15px;
            &.uk-overlay-left {
                top: auto;
                bottom: 0;
                right: 0;
                width: 100%;
            }
            &.uk-overlay-right {
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%
            }
        }
        @include breakpoint(desktop-range) {
            padding: 15px;
        }
    }
    .g-overlay-container {
        width: $breakpoints-large-desktop-container;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px !important;
        padding-right: 25px !important;
        @include breakpoint(desktop-range) {
            width: $breakpoints-desktop-container;
        }
        @include breakpoint(tablet-range) {
            width: $breakpoints-tablet-container;
        }
        @include breakpoint(large-mobile-range) {
            width: $breakpoints-large-mobile-container;
        }
        @include breakpoint(small-mobile-range) {
            width: 100%;
        }
    }
    .nav-visible {
        .uk-slidenav {
            opacity: 1;
        }
    }
    .g-slideshow-title {
        margin: 0 0 15px;
        color: #ffffff !important;
        @include breakpoint(mobile-only) {
            margin: 0;
            font-size: 1rem;
        }
    }
    .g-slideshow-desc {
        margin: 0;
        @include breakpoint(mobile-only) {
            display: none;
        }
        a:not(.button) {
            color: $accent-color-1;
            &:hover {
                text-decoration: underline;
            }
        }
    }
    .g-slideshow-buttons {
        margin: 25px 0 0;
        @include breakpoint(mobile-only) {
            margin: 15px 0 0;
        }
        .button {
            margin-right: 15px;
            border: 2px solid $accent-color-1;
            @include transition(all 0.3s);
            &:hover {
                background: lighten($accent-color-1, 8%);
                border-color: lighten($accent-color-1, 8%);

            }
            &:last-child {
                margin-right: 0;
            }
            > span {
                margin-right: 10px;
            }
            @include breakpoint(mobile-only) {
                display: block;
                margin-right: 0;
                margin-bottom: 15px;
                &:last-child {
                    margin-bottom: 0;
                }
            }
            @include breakpoint(tablet-range) {
                display: block;
                margin-right: 0;
                margin-bottom: 15px;
                &:last-child {
                    margin-bottom: 0;
                }
            }
            &.empty {
                background: none;
                border: 2px solid $accent-color-1;
                color: $accent-color-1;
                &:hover {
                    background: $accent-color-1;
                    border-color: $accent-color-1;
                    color: #ffffff;
                }
            }
        }
    }
    .uk-flex-center {
        text-align: center;
    }
    .style2 {
        padding: 70px 0;
        .g-slideshow-title {
            padding: 15px 25px;
            background: #ffffff;
            color: #1a1a1a !important;
            font-size: 2rem;
            display: table;
            margin-bottom: 20px;
        }
        .g-slideshow-desc {
            padding: 15px 20px;
            background: #1a1a1a;
            color: #ffffff !important;
            font-size: 1.2rem;
            display: table;
        }
        .g-slideshow-buttons {
            .button {
                font-size: 1.2rem;
                &.standard {
                    background: #ffffff;
                    border-color: #ffffff;
                    color: #1a1a1a;
                    &:hover {
                        background: #1a1a1a;
                        border-color: #1a1a1a;
                        color: #ffffff
                    }
                }
                &.empty {
                    border-color: #ffffff;
                    color: #ffffff;
                    &:hover {
                        background: #1a1a1a;
                        border-color: #1a1a1a;
                        color: #ffffff
                    }
                }
            }
        }
        &.uk-flex-right {
            .g-slideshow-title, .g-slideshow-desc {
                margin-left: auto;
            }
        }
        &.uk-flex-center {
            .g-slideshow-title {
                margin: 0 auto 20px;
            }
            .g-slideshow-desc {
                margin: auto;
            }
        }
    }
    .style3 {
        .g-slideshow-title {
            font-size: 2rem;
            @include breakpoint(mobile-only) {
                font-size: 1.2rem;
            }
            @include breakpoint(tablet-range) {
                font-size: 1.4rem;
            }
        }
        .g-slideshow-desc {
            font-size: 17px;
            line-height: 30px;
        }
    }
    .dark-text {
        .style3 {
            .g-slideshow-title {
                color: $base-text-color !important;
            }
            .g-slideshow-desc {
                color: $base-text-color;
            }
        }
    }
    .uk-dotnav{
        margin: 0 0 35px;
    }
    .g-slideshow-item {
        iframe {
            pointer-events: auto !important;
        }
    }
    .slideshow-caption {
        &.uk-overlay-background {
            padding: 25px;
        }
    }
    .uk-overlay-left-short {
        @include transform(translateX(-10%));
    }
    .uk-overlay-right-short {
        @include transform(translateX(10%));
    }
    .uk-overlay-top-short {
        @include transform(translateY(-10%));
    }
    .uk-overlay-bottom-short {
        @include transform(translateY(10%));
    }
    .uk-overlay-scale {
        @include transform(scale(0.8));
    }
    .uk-overlay-left-short, .uk-overlay-right-short, .uk-overlay-top-short,
.uk-overlay-bottom-short {
        @include transition-duration(0.5s);
    }
    .uk-overlay-active {
        .uk-active {
            .uk-overlay-scale {
                @include transform(scale(1));
            }
        }
    }
    audio, canvas, video {
        display: block;
    }
}

#g-fullwidth, .g-flushed {
    .g-slideshow {
        .g-content {
            margin: $content-margin;
            padding: $content-padding;
        }
    }
}PK	��[��N��
_tabs.scssnu�[���// Set the variable defaults in case they are
missing in the template
$base-element-color: #f8f8f8 !default;

.g-tabs {
	background: #ffffff;
	border: 1px solid $base-border-color;
	.uk-tab {
		border-color: $base-border-color;
		> li {
			> a {
				border: none;
				border-radius: 0;
				margin: 0 !important;
				color: $base-text-color;
				text-shadow: none;
				padding: 20px 25px !important;
				@include transition(background, 0.2s);
				&:hover {
					color: $base-text-color;
				}
				@include breakpoint(tablet-range) {
					padding: 20px 15px !important;
				}
			}
			&.uk-active {
				> a {
					color: $base-text-color;
				}
			}
			.g-title-icon {
				margin-right: 10px;
			}
		}
		.uk-tab-responsive {
			margin: 0;
			> a {
				cursor: pointer;
			}
			.uk-dropdown {
				margin: 0;
				font-size: 0.9rem;
				border-color: $base-border-color;
				padding: 0;
				border-radius: 0;
				.uk-nav {
					margin: 0;
					li {
						a {
							padding: 15px 25px;
							color: $base-text-color;
							&:before {
								border: none;
							}
							&:hover {
								background: $base-element-color;
								box-shadow: none;
							}
						}
					}
				}
			}
		}
	}
	.uk-tab-grid {
		&:before {
			border-color: $base-border-color;
		}
		margin: 0;
		&.uk-tab-top, &.uk-tab-bottom {
			.g-tab-nav {
				@include breakpoint(mobile-only) {
					width: auto;
				}
				> a {
					border-right: none;
					border-left: 1px solid $base-border-color;
				}
				&:first-child {
					> a {
						border-left: none;
					}
				}
			}
		}
	}
	.uk-tab-top {
		border-bottom: 1px solid $base-border-color;
		.g-tab-nav {
			> a {
				border-right: 1px solid $base-border-color;
				&:before {
					border-top: 3px solid transparent;
					content: "";
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-top-color: $accent-color-1;
					}
				}
			}
		}
	}
	.uk-tab-bottom {
		border-top: 1px solid $base-border-color;
		.g-tab-nav {
			> a {
				border-right: 1px solid $base-border-color;
				&:before {
					border-bottom: 3px solid transparent;
					content: "";
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-bottom-color: $accent-color-1;
					}
				}
			}
		}
	}
	.uk-tab-left {
		.g-tab-nav {
			> a {
				border-top: 1px solid $base-border-color;
				&:before {
					border-left: 3px solid transparent;
					content: "";
					position: absolute;
					top: 0;
					left: 0;
					height: 100%;
				}
			}
			&:first-child {
				> a {
					border-top: none;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-left-color: $accent-color-1;
					}
				}
			}
		}
	}
	.uk-tab-right {
		.g-tab-nav {
			> a {
				border-top: 1px solid $base-border-color;
				&:before {
					border-right: 3px solid transparent;
					content: "";
					position: absolute;
					top: 0;
					right: 0;
					height: 100%;
				}
			}
			&:first-child {
				> a {
					border-top: none;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-right-color: $accent-color-1;
					}
				}
			}
		}
	}
	.tabs-content {
		overflow: hidden;
		&.uk-margin {
			margin-bottom: 0;
		}
		p {
			margin-bottom: 0;
		}
		.button {
			margin-top: 25px;
		}
		&.left {
			padding: 35px;
			margin-left: -35px;
			@include breakpoint(mobile-only) {
				margin-left: 0;
			}
			p {
				&:first-child {
					margin-top: 0;
				}
			}
		}
		&.right {
			padding: 35px;
			margin-right: -35px;
			@include breakpoint(mobile-only) {
				margin-right: 0;
			}
			p {
				&:first-child {
					margin-top: 0;
				}
			}
		}
		&.top {
			padding: 35px;
			margin: 0;
			> li {
				margin: 0;
			}
		}
		&.bottom {
			padding: 35px;
			margin: 0;
			> li {
				margin: 0;
			}
		}
	}
}PK	��[{��E��_timeline.scssnu�[���// Set the
variable defaults in case they are missing in the template
$base-title-color: #4d4d4d !default;

.g-timeline {
	&.style1 {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.g-timeline-row {
			width: 100%;
			height: 10px;
			margin-top: 3.5rem;
			margin-bottom: -15px;
			background: $base-border-color;
			@include border-right-radius($core-border-radius);
			@include border-left-radius($core-border-radius);
			&:before {
				content:"";
				width: 30px;
				height:30px;
				display: block;
				position: absolute;
				background: $base-border-color;
				border-radius: 100%;
				margin-top: -10px;
			}
			&:after {
				content:"";
				width: 30px;
				height:30px;
				display: inline-block;
				background: $base-border-color;
				border-radius: 100%;
				margin-top: -10px;
				margin-left: -30px;
				position: relative;
				float: right;
			}
			@include breakpoint(mobile-only) {
				display: none;
			}
		}
		.g-timeline-item {
			text-align: center;
			@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
				margin-top: -25px;
			}
			@supports (-webkit-appearance:none) {
				margin-top: -25px;
			}
			.g-content {
				.g-timeline-icon {
					width: 60px;
					height: 60px;
					border-radius: 100%;
					line-height: 60px;
					font-size: 1.5rem;
					margin-top: -35px;
					&:after {
						content:"";
						display: block;
						width: 1px;
						height: 4rem;
						background: $base-border-color;
						margin: 0 auto;
					}
				}
				.g-timeline-year {
					color: $base-border-color !important;
					position: relative;
					margin: 1.25rem 0 1.5rem -2rem;
					min-height: 1.4rem;
					font-size: 1rem;
					@include transform(rotate(-90deg));
				}
				.g-timeline-title {
					color: $base-title-color !important;
					margin-top: 1rem;
					margin-bottom: 0;
					text-transform: uppercase;
					font-size: 1rem;
					a {
						color: $base-title-color;
						&:hover {
							color: $accent-color-1;
						}
					}
				}
				.g-timeline-description {
					margin: 0;
				}
				.g-timeline-button {
					margin-top: 20px;
				}
			}
			@include breakpoint(mobile-only) {
				margin-top: 1rem;
				margin-bottom: 3rem;
				&:last-child {
					margin-bottom: 0;
				}
			}
		}
	}

	&.style2 {
		#g-timeline {
			position: relative;
			padding: 35px 0;

			&:before {
				/* this is the vertical line */
				content: '';
				position: absolute;
				top: 0;
				left: 18px;
				height: 100%;
				width: 4px;
				background: $base-border-color;
			}

			@include breakpoint(desktop-only) {
				&:before {
					left: 50%;
					margin-left: -2px;
				}
			}
		}

		.g-timeline-block {
			position: relative;
			margin: 30px 0;
			@include clearfix;

			&:first-child {
				margin-top: 0;
			}

			&:last-child {
				margin-bottom: 0;
			}

			@include breakpoint(desktop-only) {
				margin: 60px 0;

				&:first-child {
					margin-top: 0;
				}

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		.g-timeline-icon-container {
			position: absolute;
			top: 0;
			left: 0;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			text-align: center;
			line-height: 40px;
			font-size: 20px;
			box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(#000, .08), 0 3px 0
4px rgba(#000, .05) ;

			@include breakpoint(desktop-only) {
				width: 60px;
				height: 60px;
				line-height: 60px;
				font-size: 24px;
				left: 50%;
				margin-left: -30px;

				/* Force Hardware Acceleration in WebKit */
				-webkit-transform: translateZ(0);
				-webkit-backface-visibility: hidden;

				&.is-hidden {
					visibility: hidden;
				}

				&.bounce-in {
					visibility: visible;
					@include animation(g-bounce-1 .6s);
				}
			}
		}

		@include keyframes(g-bounce-1) {
			0% {
				opacity: 0;
				@include transform(scale(.5));
			}

			60% {
				opacity: 1;
				@include transform(scale(1.2));
			}

			100% {
				@include transform(scale(1));
			}
		}

		.g-timeline-content {
			position: relative;
			margin-left: 60px;
			background: #ffffff;
			border-radius: $core-border-radius;
			padding: 20px;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
			@include clearfix;

			.g-timeline-title {
				margin-top: -5px;
				margin-bottom: 15px;
				a {
					color: $base-title-color;
					&:hover {
						color: $accent-color-1;
					}
				}
			}

			.g-timeline-year {
				display: inline-block;
			}

			.g-timeline-year {
				float: left;
				padding: 13px 0;
				opacity: 0.7;
			}

			&:before {
				content: '';
				position: absolute;
				top: 16px;
				right: 100%;
				height: 0;
				width: 0;
				border: 7px solid transparent;
				border-right: 7px solid #ffffff;
			}

			.g-timeline-button {
				margin-top: 25px;
				@include breakpoint(mobile-only) {
					margin-bottom: 10px;
				}
				@include breakpoint(tablet-range) {
					margin-bottom: 10px;
				}
			}

			@include breakpoint(desktop-only) {
				margin-left: 0;
				padding: 25px;
				width: 45%;

				&:before {
					top: 24px;
					left: 100%;
					border-color: transparent;
					border-left-color: #ffffff;
				}

				.g-timeline-year {
					position: absolute;
					width: 100%;
					left: 122%;
					top: 6px;
					font-size: 1rem;
				}

				&.is-hidden {
					visibility: hidden;
				}

				&.bounce-in {
					visibility: visible;
					@include animation(g-bounce-2 .6s);
				}
			}
		}

		.g-timeline-block:nth-child(even) {
			.g-timeline-content {
				float: right;

				&:before {
					left: auto;
					right: 100%;
					border-color: transparent;
					border-right-color: #ffffff;
				}

				.g-timeline-year {
					left: auto;
					right: 122%;
					text-align: right;
				}
			}
		}

		@include breakpoint(desktop-only) {
			/* inverse bounce effect on even content blocks */
			.g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
				@include animation(g-bounce-2-inverse .6s);
			}
		}

		@include keyframes(g-bounce-2) {
			0% {
				opacity: 0;
				@include transform(translateX(-100px));
			}

			60% {
				opacity: 1;
				@include transform(translateX(20px));
			}

			100% {
				@include transform(translateX(0));
			}
		}

		@include keyframes(g-bounce-2-inverse) {
			0% {
				opacity: 0;
				@include transform(translateX(100px));
			}

			60% {
				opacity: 1;
				@include transform(translateX(-20px));
			}

			100% {
				@include transform(translateX(0));
			}
		}
	}
}PK	��[�z�_top-news-joomla.scssnu�[���// Set
the variable defaults in case they are missing in the template
$fontsizes-body-font-size: 0.9rem !default;

.g-top-news {
	&:not(.gutter-disabled) {
		margin-left: -($content-padding);
		margin-right: -($content-padding);
	}
	.g-content {
		margin: 0;
		&.g-top-news-main {
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-top-news-container {
		.g-top-news-main {
			.g-article-title {
				font-size: $fontsizes-body-font-size*1.5;
			}
			.g-article-category {
				opacity: 1;
			}
			@include breakpoint(mobile-only) {
				width: 100% !important;
			}
		}
		.g-top-news-secondary {
			.g-article-text {
				display: none;
			}
			&:hover {
				.g-article-category {
					opacity: 1;
				}				
			}
			@include breakpoint(mobile-only) {
				width: 100% !important;
			}
			&.g-tn2 {
				@include breakpoint(mobile-only) {
					width: 100% !important;
				}
			}
		}
	}
	.g-top-news-item {
		float: left;
		position: relative;
		@include breakpoint(mobile-only) {
			float: none;
		}
	}
	.g-top-news-item-inner {
		height: 100%;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: hidden;
		&:hover {
			.g-top-news-item-image {
				&:after {
					opacity: 1;
				}
			}
		}
	}
	.g-top-news-item-image {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			bottom: 0;
			left: 0;
			z-index: 1;
			&:after {
				@include background(linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px,
rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%));
				content: '';
				position: absolute;
				width: 100%;
				bottom: 0;
				height: 80%;
				opacity: 0.9;
				@include transition(opacity 0.2s);
			}
		> a {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			bottom: 0;
			left: 0;
			z-index: 1;
		}
	}
	.g-top-news-item-info {
		z-index: 2;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 20px;
		color: #dddddd;
		.g-article-category {
			display: block;
			opacity: 0;
			@include transition(opacity 0.3s);
			@include breakpoint(mobile-only) {
				opacity: 1;
			}
			span {
				color: #ffffff;
				padding: 1px 10px;
				border-radius: 3px;
				background: $accent-color-1;
				text-transform: uppercase;
				font-weight: 600;
				font-size: 0.7rem;
				@include transition(all 0.2s);
			}
			a {
				&:hover {
					span {
						background: darken($accent-color-1, 10%);
					}
				}
			}
		}
		.g-article-title {
			color: #ffffff;
			margin: 15px 0;
			font-weight: 600;
			text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
			a {
				color: #ffffff;
			}
		}
		.g-article-details {
			text-transform: uppercase;
			font-weight: 600;
			font-size: 0.7rem;
			text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
			> span {
				margin-right: 10px;
				&:last-child {
					margin-right: 0;
				}
			}
			i {
				margin-right: 5px;
			}
		}
		.g-article-text {
			margin-top: 15px;
			font-weight: 600;
			text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
		}
	}
	&.style1 {
		&.gutter-disabled {
			.g-tn1 {
				padding: 0 1px 0 0;
				@include breakpoint(mobile-only) {
					padding: 0 0 1px 0;
				}
			}			
			.g-tn2 {
				padding: 0 1px 1px 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 1px 0;
				}
			}
			.g-tn3 {
				padding: 0 0 1px 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 1px 0;
				}
			}
			.g-tn4 {
				padding: 1px 1px 0 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 1px 0;
				}
			}
			.g-tn5 {
				padding: 1px 0 0 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 0 0;
				}
			}
		}
		&.gutter-enabled {
			.g-tn1 {
				@include breakpoint(mobile-only) {
					padding-bottom: $content-padding;
				}				
			}
			.g-tn2, .g-tn3 {
				padding-top: 0;
				@include breakpoint(mobile-only) {
					padding-top: $content-padding;
				}
			}
			.g-tn4, .g-tn5 {
				padding-bottom: 0;
				@include breakpoint(mobile-only) {
					padding-bottom: $content-padding;
				}
			}
			.g-tn5 {
				@include breakpoint(mobile-only) {
					padding-bottom: 0;
				}				
			}
		}
	}
	&.style2 {
		&.gutter-disabled {
			.g-tn1 {
				padding: 0 1px 0 0;
				@include breakpoint(mobile-only) {
					padding: 0 0 1px 0;
				}
			}			
			.g-tn2 {
				padding: 0 0 1px 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 1px 0;
				}
			}
			.g-tn3 {
				padding: 1px 0 0 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 0 0;
				}
			}
		}
		&.gutter-enabled {
			.g-tn1 {
				@include breakpoint(mobile-only) {
					padding-bottom: $content-padding;
				}				
			}
			.g-tn2 {
				padding-top: 0;
				@include breakpoint(mobile-only) {
					padding-top: $content-padding;
				}
			}
			.g-tn3 {
				padding-bottom: 0;
			}
		}
	}
	&.style3 {
		&.gutter-disabled {
			.g-tn1 {
				padding: 0 1px 0 0;
				@include breakpoint(mobile-only) {
					padding: 0 0 1px 0;
				}
			}			
			.g-tn2 {
				padding: 0 0 1px 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 1px 0;
				}
			}
			.g-tn3 {
				padding: 1px 1px 0 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 1px 0;
				}
			}
			.g-tn4 {
				padding: 1px 0 0 1px;
				@include breakpoint(mobile-only) {
					padding: 1px 0 0 0;
				}
			}
		}
		&.gutter-enabled {
			.g-tn1 {
				@include breakpoint(mobile-only) {
					padding-bottom: $content-padding;
				}				
			}
			.g-tn2 {
				padding-top: 0;
				@include breakpoint(mobile-only) {
					padding-top: $content-padding;
				}
			}
			.g-tn3 {
				padding-bottom: 0;
				@include breakpoint(mobile-only) {
					padding-bottom: $content-padding;
				}
			}
			.g-tn4 {
				padding-bottom: 0;
			}
		}
	}
}PK	��[Oޫ��%�%_video-background.scssnu�[���$color_1:
#fff !default;
$color_2: white !default;
$font_family_1: "Droid Sans", sans-serif !default;
$font_family_2: 'ytpregular' !default;
$background_color_1: #000 !default;
$background_color_2: #fff !default;

@font-face {
	font-family: 'ytpregular';
}
@font-face {
	font-family: 'ytpregular';
	src:
url(data:application/x-font-woff;charset=utf-8;base64,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)
format('woff'),
url('gantry-theme://fonts/ytpregular/ytp-regular.ttf')
format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes "fade" {
	0% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
/* Standard syntax */
@keyframes "fade" {
	0% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
/*CONTROL BAR*/
/*PROGRESS BAR*/
/*VOLUME SLIDER*/
.mb_YTPlayer {
	&:focus {
		outline: 0;
	}
	.loading {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 12px;
		color: $color_1;
		background: rgba(0, 0, 0, 0.51);
		text-align: center;
		padding: 2px 4px;
		border-radius: 5px;
		font-family: $font_family_1;
		-webkit-animation: fade .1s infinite alternate;
		animation: fade .1s infinite alternate;
	}
	.mb_YTPBar {
		.mb_YTPPlaypause {
			img {
				cursor: pointer;
			}
		}
	}
}
.YTPWrapper {
	display: block;
	transform: translateZ(0) translate3d(0, 0, 0);
	transform-style: preserve-3d;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}
.YTPFullscreen {
	display: block !important;
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	border: none !important;
	opacity: 1 !important;
	background-color: $background_color_1;
}
.mbYTP_wrapper {
	iframe {
		max-width: 4000px !important;
	}
}
.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	left: 0;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	background: rgba(0, 0, 0, .5);
	img {
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: none !important;
	}
}
.mb_YTPBar {
	.ytpicon {
		font-size: 20px;
		font-family: $font_family_2;
	}
	.mb_YTPUrl.ytpicon {
		font-size: 30px;
	}
	transition: opacity .5s;
	display: block;
	width: 100%;
	height: 10px;
	padding: 5px;
	background: #333;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: left;
	z-index: 1000;
	font: 14px/16px sans-serif;
	color: $color_2;
	opacity: .1;
	box-sizing: border-box;
	&:hover {
		opacity: 1;
		.buttonBar {
			background: rgba(0, 0, 0, 0.4);
		}
	}
	.buttonBar {
		transition: all .5s;
		background: transparent;
		font: 12px/14px Calibri;
		position: absolute;
		top: -30px;
		left: 0;
		padding: 5px;
		width: 100%;
		height: 40px;
		box-sizing: border-box;
	}
	span {
		display: inline-block;
		font: 16px/20px Calibri, sans-serif;
		position: relative;
		width: 30px;
		height: 25px;
		vertical-align: middle;
	}
	span.mb_YTPTime {
		width: 130px;
	}
	span.mb_YTPUrl {
		position: absolute;
		width: auto;
		display: block;
		top: 6px;
		right: 10px;
		cursor: pointer;
		img {
			width: 60px;
		}
		a {
			color: $color_2;
		}
	}
	span.mb_OnlyYT {
		position: absolute;
		width: auto;
		display: block;
		top: 6px;
		right: 10px;
		cursor: pointer;
		left: 300px;
		right: auto;
		img {
			width: 25px;
		}
	}
	.mb_YTPPlaypause {
		cursor: pointer;
	}
	.mb_YTPMuteUnmute {
		cursor: pointer;
	}
	.mb_YTPProgress {
		height: 10px;
		width: 100%;
		background: #222;
		bottom: 0;
		left: 0;
	}
	.mb_YTPLoaded {
		height: 10px;
		width: 0;
		background: #444;
		left: 0;
	}
	.mb_YTPseekbar {
		height: 10px;
		width: 0;
		background: #bb110e;
		bottom: 0;
		left: 0;
		box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
	}
	.YTPOverlay {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: "flat";
		box-sizing: border-box;
	}
	.simpleSlider {
		position: relative;
		width: 100px;
		height: 10px;
		border: 1px solid #fff;
		overflow: hidden;
		box-sizing: border-box;
		margin-right: 10px;
		cursor: pointer !important;
		border-radius: 3px;
	}
	.simpleSlider.muted {
		opacity: .3;
	}
	.level {
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: $background_color_2;
		box-sizing: border-box;
	}
	.level.horizontal {
		height: 100%;
		width: 0;
	}
	.level.vertical {
		height: auto;
		width: 100%;
	}
}
.mb_YTPBar.visible {
	opacity: 1;
}
.mb_YTPBar.compact {
	.simpleSlider {
		width: 40px;
	}
}
PK	��[l�C��_video-feature.scssnu�[���.g-video-feature
{
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-video-feature-left {
		@include breakpoint(tablet-range) {
			
		}
		@include breakpoint(mobile-only) {
			margin-bottom: 30px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-video-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-video-feature-title {
		margin-top: -5px;
	}
	.g-video-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-video-feature-desc {
		margin: 1.5rem 0;
		i {
			margin-right: 8px;
		}
	}
}PK	��[^q��##
_zoom.scssnu�[���.g-zoom {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	.g-zoom-left,
	.g-zoom-right {
		.g-content {
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
			.magnify {
				max-width: auto;
				position: relative;
				cursor: none;
				border: 10px solid $base-border-color;
				.glass {
					z-index: 99;
					width: 220px;
					height: 220px;
					position: absolute;
					border-radius: 100%;
					background-repeat:no-repeat;
					background-color:white;
					box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
					0 0 7px 7px rgba(0, 0, 0, 0.25), 
					inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
				}
				.thumb {
					display: inline-block;
					max-width: auto;
				}
			}
		}
	}
	.g-zoom-link {
		i {
			margin-right: 8px;
		}
	}
}PKϕ�[7��wwconfiguration/_base.scssnu�[���PKϕ�[ؓ����configuration/_colors.scssnu�[���PKϕ�[��11�configuration/_core.scssnu�[���PKϕ�[-�cce	configuration/_nav.scssnu�[���PKϕ�[TZk��
configuration/_typography.scssnu�[���PKϕ�[m�P���Thydrogen/_contentarray.scssnu�[���PKϕ�[���bVVzhydrogen/_core.scssnu�[���PKϕ�[��	MM!hydrogen/_dropdownanimations.scssnu�[���PKϕ�[������hydrogen/_feature.scssnu�[���PKϕ�[8ƀp�hydrogen/_footer.scssnu�[���PKϕ�[M�����!hydrogen/_forms.scssnu�[���PKϕ�[��_ww6#hydrogen/_header.scssnu�[���PKϕ�[��*���%hydrogen/_main.scssnu�[���PKϕ�[�K���4'hydrogen/_nav.scssnu�[���PKϕ�[j��3hydrogen/_offcanvas.scssnu�[���PKϕ�[��y���v;hydrogen/_offline.scssnu�[���PKϕ�[S�6*	*	�=hydrogen/_sample.scssnu�[���PKϕ�[kt�]uu�Fhydrogen/_showcase.scssnu�[���PKϕ�[!�f���Jhydrogen/_sidebar.scssnu�[���PKϕ�[	�����Khydrogen/_social.scssnu�[���PKϕ�[+2�((�Lhydrogen/_subfeature.scssnu�[���PKϕ�[3$as��:Nhydrogen/_tables.scssnu�[���PKϕ�[A�qPHHQOhydrogen/_typography.scssnu�[���PKϕ�[>���
�
�Shydrogen/_variations.scssnu�[���PKϕ�[c�;)���^hydrogen-joomla/_buttons.scssnu�[���PKϕ�[�Ls$$�_hydrogen-joomla/_core.scssnu�[���PKϕ�[taՙ��/chydrogen-joomla/_forms.scssnu�[���PKϕ�[��%t#ihydrogen-joomla/_tabs.scssnu�[���PKϕ�[��!���
�jhydrogen-joomla/_typography.scssnu�[���PKϕ�[;\����ohydrogen-joomla/_utilities.scssnu�[���PKϕ�[���^���xhydrogen-joomla.scssnu�[���PKϕ�[c�}==
�|hydrogen.scssnu�[���PKϕ�[�ٲ'�mixins/_base.scssnu�[���PKϕ�[w$�N
N
��mixins/_nav.scssnu�[���PKϕ�[�����_dependencies.scssnu�[���PKb��[�������admin/fields/_colorpicker.scssnu�[���PKb��[�V��C4C4�4admin/fields/_filepicker.scssnu�[���PKb��[�X���aiadmin/fields/_fonts.scssnu�[���PKb��[�(.��
�
�vadmin/fields/_icons.scssnu�[���PKb��[	����	�	��admin/fields/_keyvalue.scssnu�[���PKb��[cd�3��admin/fields/_tabs.scssnu�[���PKb��[˸��

	�admin/mixins/_background.scssnu�[���PKb��[�c�nh�admin/mixins/_base.scssnu�[���PKb��[lA�5((Šadmin/modules/_base.scssnu�[���PKb��[_O�f��5�admin/modules/_buttons.scssnu�[���PKb��[M%(����admin/modules/_modal.scssnu�[���PKb��[�
I22A�admin/modules/_toggle-ui.scssnu�[���PKb��[g�r����admin/_assignments.scssnu�[���PKb��[�-�õadmin/_buttons.scssnu�[���PKb��[��v		
�admin/_changelog.scssnu�[���PKb��[*�;oS	S	i�admin/_configurations.scssnu�[���PKb��[�Jk���admin/_core.scssnu�[���PKb��[^������admin/_fields.scssnu�[���PKb��[P]����admin/_fonts.scssnu�[���PKb��[r��N��"�admin/_headers.scssnu�[���PKb��[yڦ22�admin/_input-groups.scssnu�[���PKb��[�'�qqdadmin/_layout-manager.scssnu�[���PKb��[��Z�����admin/_main.scssnu�[���PKb��[���{_0_0��admin/_menu.scssnu�[���PKb��[N��bNN@�admin/_modal.scssnu�[���PKb��[Ư�>pp��admin/_navbar.scssnu�[���PKb��[Z%E!����admin/_overview.scssnu�[���PKb��[��||_�admin/_page-settings.scssnu�[���PKb��[�^;D�%�%$�admin/_popover.scssnu�[���PKb��[���	�	.admin/_positions.scssnu�[���PKb��[/g�(mm'admin/_rtl.scssnu�[���PKb��[C��:�+�+�admin/_selectize.scssnu�[���PKb��[��J�!�!�Iadmin/_settings.scssnu�[���PKb��[�"�+G
G
�kadmin/_styles.scssnu�[���PKb��[�G���
�
}vadmin/_toastr.scssnu�[���PKb��[%np�����admin/_tooltips.scssnu�[���PKb��[�t''��admin/_typography.scssnu�[���PKb��[���
(�admin.scssnu�[���PKb��[b�JAA�configuration/admin/_base.scssnu�[���PKb��[l막
}�configuration/admin/_colors.scssnu�[���PKb��[g�_';;�configuration/admin/_core.scssnu�[���PKb��[���{qq
j�configuration/admin/_layout.scssnu�[���PKb��[���$+�configuration/admin/_typography.scssnu�[���PKb��[��_&&Y�joomla-admin/_buttons.scssnu�[���PKb��[M�,(3	3	ɧjoomla-admin/_core.scssnu�[���PKb��[A̩y��C�joomla-admin/_headers.scssnu�[���PKb��[����{�joomla-admin/_navbar.scssnu�[���PKb��[���#pp]�joomla-admin/_overview.scssnu�[���PKb��[�S����joomla-admin/_settings.scssnu�[���PKb��[������joomla-admin/_typography.scssnu�[���PKb��[�,�{{��joomla-admin.scssnu�[���PK��[\*�<����custom.scssnu�[���PK��[aa�q�_3d-slider.scssnu�[���PK��[�V�77��_accordion-joomla.scssnu�[���PK��[��0��-�_animated-counter.scssnu�[���PK��[=Q����_before-after.scssnu�[���PK��[Wj�	�	6_buttons-particle.scssnu�[���PK��[s��+##w_chart.scssnu�[���PK��[!.m��_circle-progress.scssnu�[���PK��[��U��(
_collapsible-section.scssnu�[���PK��[,�
�!_companies.scssnu�[���PK��[�9S�ooI._contacts.scssnu�[���PK��[?���=_content-pro-joomla.scssnu�[���PK��[����//BJ_content-pro.scssnu�[���PK��[
V\����Y_cta-button.scssnu�[���PK��[��!�%�%uf_features-particle.scssnu�[���PK��[M8�AAt�_feedback.scssnu�[���PK��[�,��_feedback2.scssnu�[���PK��[��	���C�_fonticon.scssnu�[���PK��[5�z�CC
?�_gadgets.scssnu�[���PK��[�L��FF��_gallery-feature.scssnu�[���PK��[����
�

J�_gallery.scssnu�[���PK��[qd�55<�_get-in-touch.scssnu�[���PK��[���||��_header-search.scssnu�[���PK��[2��{[[r�_hero-slider.scssnu�[���PK��[��3���_hotspots.scssnu�[���PK��[��|�	�	%_image-features.scssnu�[���PK��[,�J��)_jlbacktotop.scssnu�[���PK	��[�E���`_jlcalendar.scssnu�[���PK	��[�YC�;;|(_jlparticles.scssnu�[���PK	��[jM���4_jlsocialshare.scssnu�[���PK	��[#[��LL�:_jlteammember.scssnu�[���PK	��[�;�
��WC_jltoggle.scssnu�[���PK	��[NIW]��
+I_jlvideo.scssnu�[���PK	��[�%J��
�
*M_keypoints.scssnu�[���PK	��[hRu}}eX_logo-advanced.scssnu�[���PK	��[�?%]_main-feature.scssnu�[���PK	��[r��uNNla_media-box.scssnu�[���PK	��[Ք����g_memories.scssnu�[���PK	��[��哣�q_modal-search.scssnu�[���PK	��[o�C^�}_news-pro-joomla.scssnu�[���PK	��[��TTL�_offcanvas-toggle.scssnu�[���PK	��[Ė�,oo�_onepage-menu.scssnu�[���PK	��[A��33��_onepage-nav.scssnu�[���PK	��[&w���_our-team.scssnu�[���PK	��[�d�%��ϩ_page-title.scssnu�[���PK	��[��˴����_paypal-donate.scssnu�[���PK	��[.�==��_people.scssnu�[���PK	��[�{ϫ���_places.scssnu�[���PK	��[afɼ���_portfolio.scssnu�[���PK	��[�����_price-list.scssnu�[���PK	��[��p���
��_pricing.scssnu�[���PK	��[5�	,,
��_process.scssnu�[���PK	��[��ܫ���_room-page.scssnu�[���PK	��[�I�R���_scroll-to.scssnu�[���PK	��[͘/�_single-project.scssnu�[���PK	��[��B��/_skill-bars.scssnu�[���PK	��[A��H��U_slideshow-joomla.scssnu�[���PK	��[��*II//_slideshow.scssnu�[���PK	��[��N��
�K_tabs.scssnu�[���PK	��[{��E���[_timeline.scssnu�[���PK	��[�z��v_top-news-joomla.scssnu�[���PK	��[Oޫ��%�%�_video-background.scssnu�[���PK	��[l�C����_video-feature.scssnu�[���PK	��[^q��##
7�_zoom.scssnu�[���PK��x1��