/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
@import 'variable.php';


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:16px; font-weight:300; font-family:var(--primary-font); line-height:1.5rem; overflow-x:hidden; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800			{ font-weight:800; }
.w700			{ font-weight:700; }
.w600			{ font-weight:600; }
.w500			{ font-weight:500; }
.w400			{ font-weight:400; }
.w300			{ font-weight:300; }
.w200			{ font-weight:200; }
.w100			{ font-weight:100; }

.font6			{ font-size:0.625em; }
.font7			{ font-size:0.750em; }
.font8			{ font-size:0.875em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:1px; }
.s2				{ letter-spacing:2px; }
.s3				{ letter-spacing:3px; }
.s4				{ letter-spacing:4px; }
.s5				{ letter-spacing:5px; }
.s6				{ letter-spacing:6px; }
.s7				{ letter-spacing:7px; }
.s8				{ letter-spacing:8px; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }

h1, h2, h3, h4	{ font-family:var(--primary-font); color:inherit; line-height:1em; font-weight:800; }

h1				{ font-size:3.750em; }
h2				{ font-size:2.500em; }
h3				{ font-size:1.625em; }
h4				{ font-size:1.125em; }
h5				{ font-size:0.775em; font-weight:300; text-transform:uppercase; letter-spacing:3px; line-height:1em; }


h3 + h2			{ margin-top:-15px; }
h4 + p 			{ margin-top:-10px; }

b, strong, .uk-text-bold	{ font-weight:800; }

a, .uk-link		{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

/* #UIKit Styles
================================================== */
.uk-container-alt	{ padding:0 3%; }

.uk-text-primary 	{ color:var(--primary) !important; }
.uk-text-secondary 	{ color:var(--secondary) !important; }
.uk-text-light		{ color:var(--light) !important; }
.uk-text-dark 		{ color:var(--dark) !important; }
.uk-text-contrast	{ color:var(--white) !important; }

.uk-background-primary, .uk-section-primary { background:var(--primary); color:var(--white) !important; }
.uk-background-secondary, .uk-section-secondary { background:var(--secondary); color:var(--white) !important; }
.uk-background-dark, .uk-section-dark { background:var(--dark); color:var(--white) !important; }

.uk-button { font-size:1.125em; font-weight:800; line-height:1em; padding:10px 25px 8px; border-radius:8px; text-transform:inherit; background:#fff; border:2px solid #f2f2f2; color:var(--dark); }
.uk-button-primary, .uk-active>.uk-button, .uk-button-primary > a { background:var(--primary); color:var(--white); border-color:var(--primary); }
.uk-button-secondary, .uk-button-secondary > a { background:var(--secondary); color:var(--white); border-color:var(--secondary); }
.uk-button-dark, .uk-button-dark > a { background:var(--dark); border-color:var(--dark); color:var(--white); }
	.uk-button-dark:hover, .uk-button-dark > a:hover { background:#000; color:var(--white); }
.uk-button-small { font-size:.775em; text-transform:uppercase; letter-spacing:1px; }

.uk-button-primary:hover { background:var(--primary); opacity:0.85; text-decoration:none; }
.uk-button-secondary:hover { background:var(--secondary); opacity:0.85; text-decoration:none; }

.uk-button-text { line-height:1.5; padding:0 0 2px; background:none; color:var(--primary); border:0; height:auto; font-size:90%; font-weight:600; text-transform:uppercase; }

.uk-overlay-primary { background: rgba(9,45,116,.55); }
.uk-overlay-dark { background:rgba(0,0,0,0.55); }
.uk-overlay-gradient { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%); }

.uk-card-border { padding:5px; border:1px solid #dcd9d9; background:#fff; }
.uk-card-muted { background:var(--light); border-radius:10px; border:1px solid #efefef; }


.uk-heading-divider { position:relative; border:0; padding-bottom:10px; margin-bottom:10px; }
	.uk-heading-divider:after { content:''; display:block; position:absolute; height:2px; width:120px; max-width:90%; margin:0 auto; bottom:0; left:0; right:0; background:var(--primary);  }

.uk-subnav-pill>*>:first-child { font-size:.875em; font-weight:800; line-height:1em; letter-spacing:.5px; border-radius:8px; text-transform:uppercase; background:var(--dark); border:2px solid #505050; color:var(--white); padding:10px 15px 10px 25px; }
	.uk-subnav-pill>.uk-active>a, .uk-subnav-pill>.uk-active>a:hover  { background:var(--secondary); border-color:#92b627; }
	.uk-subnav-pill>*>:first-child:hover { background:#505050; color:var(--white); }

	.uk-subnav-pill>*>:first-child::after { display:inline-block; width:9px; font-style:normal; font-variant:normal; text-rendering:auto; -webkit-font-smoothing:antialiased; margin-left:10px; font-family:"Font Awesome 5 Pro"; font-weight:900; content:"\f105"; }
	.uk-subnav-pill>.uk-active>a::after { content:"\f107"; }
	
.uk-tab-left>*>a { font-weight:400; color:var(--dark); }
.uk-tab>.uk-active>a { background:var(--primary); color:var(--white); }

/* #Page Styles
================================================== */

/* Header */
.header { padding:25px 0; background:rgba(0,0,0,0.35); position:absolute; top:0; left:0; width:100%; z-index:1; }
	.header .logo { max-width:250px; max-height:100px; }
	.header nav { float:right; margin-top:2%; }
		.header .uk-navbar-nav>li { position:relative; padding:0 15px; }
		.header .uk-navbar-nav>li>a { font-family:var(--primary-font); height:50px; text-transform:uppercase; font-weight:600; color:var(--navigation); font-size:1em; min-height:40px; }
		
		.header .uk-navbar-nav>li.alt>a { background:var(--primary); color:(--white); border-radius:10px; }
		
		.header .uk-navbar-nav>li:hover>a, .header .uk-navbar-nav>li.current-menu-item>a { color:var(--white); background:var(--secondary); }
		.header .uk-navbar-nav>li:last-child:after { display:none; }
		.header .uk-navbar-toggle { min-height:50px; }
		.header [class*=uk-navbar-dropdown-bottom] { margin-top:0; }
		.header .uk-navbar-dropdown { color:var(--dark); padding:15px 0; box-shaodw:none; }
		.header .uk-navbar-dropdown-nav>li>a { color:var(--dark); font-weight:400; padding:3px 15px; }
		.header .uk-navbar-dropdown-nav>li:hover>a { background:var(--primary); color:var(--white); }
		
		.header .uk-navbar-nav>li ul li .uk-navbar-dropdown { left:200px !important;  }
		.header .uk-navbar-nav>li ul li [class*=uk-navbar-dropdown-bottom] { margin-top:-25px !important; }
	
	
	.home .header .uk-navbar-toggle { color:var(--white); }
	.home .header.uk-active .uk-navbar-toggle { color:var(--navigation); }

.page-title { position:relative; }
	.page-title:before { content:''; display:block; position:absolute; z-index:2; height:30px; width:2000px; bottom:-15px; left:-1800px; background:var(--secondary); }	
	.page-title h1 { font-size:4.6875em; }

.cta { position:relative; }
	.cta .uk-grid > div { position:relative; }

.title { color:var(--primary); }
	.title span { position:relative; display:block; padding-left:150px; }
	.title span:before { content:''; display:block; position:absolute; top:0; bottom:0; margin:auto 0; left:-1860px; background:var(--secondary); height:30px; width:2000px; }

	.title.reverse { text-align:right; }
	.title.reverse span { padding-left:0; padding-right:150px; }
	.title.reverse span:before { left:auto; right:-1860px; }

	.title.reverse.alt { margin-right:150px; }
	
	.title h1, .title h2 { line-height:1.2em; }

.footer { font-size:0.875em; }
	.footer .logo { width:200px; }
	.footer nav {}
		.footer .uk-subnav>li>a { font-family:var(--primary-font); font-weight:400; color:var(--primary); font-size:1em; text-transform:inherit; }
		.footer .uk-subnav>li>a:hover { color:var(--primary); text-decoration:underline; }
		.footer [class*=uk-navbar-dropdown-bottom] { display:none; }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:auto; } 
	.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

.uk-offcanvas-bar { padding:20px 0; background:var(--white); }
	.uk-offcanvas-bar .uk-nav-default>li>a { padding:10px 20px; color:var(--text) !important; font-size:1.125em; text-transform:uppercase; border-bottom:1px solid #eee; }
	.uk-offcanvas-bar ul.uk-nav-sub { background:#f2f2f2; }
	.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a { padding:5px 20px; color:var(--text) !important; }
	
	.uk-offcanvas-bar .uk-nav-default>li>a:active, .uk-offcanvas-bar .uk-nav-default>li>a:focus, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:active, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus { color:var(--text) !important; }

#breadcrumbs { font-size:.875em; margin:0; }
	#breadcrumbs .breadcrumb_last { font-weight:600; }
	
.grecaptcha-badge { display:none !important; }

/* #Media Queries
================================================== */
	@media only screen and (max-width: 1219px) {

		h1 { font-size:2.875em; }
		h2 { font-size:2.000em; }
		h3 { font-size:1.500em; }
		h4 { font-size:1.125em; }
		h5 { font-size:0.775em; }

		.uk-text-large { font-size:1.3em; }

		.page-title h1 { font-size:3.5em; }

		.header { padding:20px 0; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.header { padding:20px 0; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		html, body { font-size:14px; }
		
		h1 { font-size:2.675em; }
		h2 { font-size:2.000em; }
		h3 { font-size:1.500em; }
		h4 { font-size:1.125em; }
		h5 { font-size:0.775em; }
		
		.header .logo { max-width:175px; }
		.home .header .logo { max-width:175px; max-height:60px; }
		
		.utl .uk-grid>* { padding-left:10px; }
		
		.title.reverse.alt { margin-right:0; }
		
		.page-title h1 { font-size:3.2em; }
		
		.cta { margin-top:-15px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1 { font-size:2.500em; }
		h2 { font-size:1.775em; }
		h3 { font-size:1.200em; }
		h4 { font-size:1.000em; }
		h5 { font-size:0.775em; }
		
		.header { padding:15px 0; }
		.header .logo { max-width:90px;  }
		.header.uk-active .logo { max-width:90px; max-height:50px; }
		
		.header.uk-active nav { margin-top:0; }
		.header .uk-navbar-toggle { min-height:40px; }
		
		.utl { font-size:.75em; }
		.utl .uk-search-default { width:95px; }
		
		.title span { padding-left:65px; }
		.title.reverse span { padding-right:65px; }
		.title span:before { height:20px; width:1915px; }
		
		.page-title h1 { font-size:3em; }
		.uk-subnav-pill>*>:first-child { font-size:.75em; letter-spacing:0; border-radius:5px; padding:5px 10px 5px 15px; margin-bottom:5px; }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/