/*
	Theme Name: Safe Airspace
	Theme URI: http://safeairspace.net
	Author: Safe Airspace
	Description: Custom theme for safeairspace.net
	Version: 1.0.55
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: safe-airspace
	Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# General
	# Top Bar
		## Top Bar Navigation
		## Top Bar Search
	# Header
		## Logo
		## Navigation
		## Mobile Nav
	# Main
		## Content
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Pagination
		## Blog Post - Single
		## Summary
		## Social Links
		## Comments
		## Contact Form 7
		## Sidebar
	# Widgets
		## Widget - Search
		## Widget - Tag Cloud
	# Footer
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Medium Monitors
		## Normal Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #fff;
	line-height: 1.45;
	font-weight: 700;
	font-family: "Muli", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.3;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #2c2e30;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #75bc34; /* accent */
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #75bc34; /* accent */
	color: #fff;
}

table tbody th a {
	color: inherit;
}

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

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #75bc34; /* accent */
	padding: 8px 10px;
	margin: 0;
    margin-right:10px;
	border-radius: 6px;
	text-transform: none;
	text-transform: uppercase;
	font-family: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
}

/*
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}
*/

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #75bc34; /* accent */
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 10px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 3.42%;
}

body.rtl .col {
	float: right;
	margin-left: 3.42%;
	margin-right: 0;
}

.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

.owl-carousel .col {
	width: auto;
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page,
#page-inner {
	position: relative;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	background: rgba( 0, 0, 0, 0.1 );
}

body.home #header {
	background: transparent;
}

	body.home #header .wrapper {
		max-width: 100%;
		padding-left: 2.5%;
	}

	#header .wrapper {
		position: relative;
	}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	float: left;
	margin: 20px 0px 0px 20px;
	max-width: 250px;
}
	
	#logo a,
	#logo img {
		display: block;
	}

	#logo .site-title {
		color: #000;
		font-weight: 700;
		font-size: 30px;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 0;
	}

		#logo .site-title a {
			color: inherit;
		}

	#logo .site-description {
		color: #444;
		font-weight: 400;
		font-size: 16px;
		line-height: 1;		
	}

/*--------------------------------------------------------------
	## Header Country Search
--------------------------------------------------------------*/

#header-country-search {
	float: left;
	margin-left: 40px;
	width: 200px;
	margin-top: 30px;
	display: none;
}

body.home #header-country-search {
	display: block;
}

	#header-country-search input {
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		color: #fff;
		transition: box-shadow .3s;
	}

	#header-country-search input:focus {
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	}

	#header-country-search input::placeholder {
		color: #fff;
	}

/*--------------------------------------------------------------
	## Header Levels
--------------------------------------------------------------*/

.header-levels {
	float: left;
	margin-top: 30px;
	margin-left: 80px;
	display: none;
}

body.home .header-levels {
	display: block;
}

	.header-level {
		display: inline-block;
		line-height: 25px;
		padding: 0 15px;
		background: #636363;
		border-radius: 20px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		margin-right: 30px;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		transition: background-color .3s, box-shadow .3s;
	}

	.header-level:hover {
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	}


	.header-level-1.active {
		background: #ea283c;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	}

	.header-level-2.active {
		background: #ff8b00;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	}

	.header-level-3.active {
		background: #ffce00;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	}	

	.header-levels a:last-child {
		margin-right: 0;
	}

		.header-level-label {
			display: inline-block;
			vertical-align: middle;
			margin-right: 12px;
		}

		.header-level-indicator {
			width: 10px;
			height: 10px;
			background: #000;
			border: 1px solid transparent;
			display: inline-block;
			vertical-align: middle;
			border-radius: 50%;
			box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.2);
		}

		.header-level-1 .header-level-indicator {
			background: #ea283c;
		}

		.header-level-2 .header-level-indicator {
			background: #ff8b00;
		}

		.header-level-3 .header-level-indicator {
			background: #ffce00;
		}



/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	float: right;
	z-index: 99998;
	position: relative;
}

	.navigation-hook {
		width: 115px;
		height: 100px;
		background: #141414;
		float: right;
		position: relative;
		cursor: pointer;
		transition: background .3s;
	}

	.navigation-hook:hover {
		background: #222;
	}

	#navigation.active .navigation-hook {
		background: #ea283c;
	}

		.navigation-hook span {
			display: block;
			width: 42px;
			height: 2px;
			background: #fff;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -21px;
			transition: top .5s, opacity .3s, transform .3s;
		}

		.navigation-hook span:nth-child(1) {
			top: 35%;
		}

		.navigation-hook span:nth-child(3) {
			top: 65%;
		}

		#navigation.active .navigation-hook span:nth-child(2) {
			opacity: 0;
		}

		#navigation.active .navigation-hook span:nth-child(1) {
			top: 50%;
			transform: rotate(45deg);
		}

		#navigation.active .navigation-hook span:nth-child(3) {
			top: 50%;
			transform: rotate(-45deg);
		}

	#navigation-inner {
		position: absolute;
	    right: 100%;
	    width: 400px;
		float: left;
		display: none;
		background: #141414;
		padding: 0 30px;
	}

	#navigation.active #navigation-inner {
		display: block;
	}

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

		/* Top level item */
		#navigation .menu > li {
			display: block;
			float: left;
			position: relative;
			z-index: 99998;
			margin-right: 40px;
		}

		#navigation .menu > li:first-child:before {
			display: none;
		}

		#navigation .menu > li:last-child {
			margin-right: 0;
		}

			/* Top level chevron */
			#navigation .menu a span[class^="icon-"] {
				display: block;
				margin-bottom: 14px;
				line-height: 1;
				text-align: center;
				font-size: 28px;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #fff;
				font-size: 14px;
				font-weight: 600;				
				line-height: 1;
				padding: 22px 0;
				transition: all .3s;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #75bc34;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				color: #75bc34;
			}

	/* Submenu */
	#navigation .menu ul {
		background: #191a1f;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 5px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 15px; /* same as left on #navigation .menu ul */
			min-width: 220px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: rgba( 255, 255, 255, 0.5 );
				font-size: 13px;
				font-weight: 400;
				text-transform: uppercase;
				line-height: 15px;
				border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
				padding-top: 13px;
				padding-bottom: 13px;
				text-transform: uppercase;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child > a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li > a:hover {
				 color: #fff;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #fff;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}


/*--------------------------------------------------------------
	## Header Title
--------------------------------------------------------------*/


.header-title {
	float: left;
	margin-left: 30px;
	padding: 30px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    margin-top:30px;
    vertical-align: middle;
    color: #EEE;
    font-size: 30px;
    font-weight: 600;
    padding: 0 10px;
}

.header-sub-title {
    text-decoration: none;
    line-height: 20px;
    margin-top:20px;
    margin-bottom:40px;
    vertical-align: middle;
    color: #999;
    font-size: 16px;
    font-weight:400;
    padding: 0;
}



/*--------------------------------------------------------------
	## Header Search
--------------------------------------------------------------*/



#header-search-hook {
	float: right;
	margin-left: 30px;
	padding: 30px 0;
}

	#header-search-hook .fa {
		display: inline-block;
		text-decoration: none;
		vertical-align: middle;
		background: #fff;
		color: #000;
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
		text-transform: uppercase;
		border-radius: 3px;
		cursor: pointer;
	}

#header-search {
	clear: both;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
	background: #222;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s;
}

#header-search.active {
	visibility: visible;
	opacity: 1;
}

	#header-search input[type="search"] {
		width: 100%;
		background: transparent;
		padding: 30px;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		outline: 0;
	}

	#header-search .search-submit {
		position: absolute;
		top: 18px;
		right: 18px;
	}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
	display: none;
	float: right;
	margin-top: 30px;
}
	
	#mobile-navigation .fa {
		display: inline-block;
		margin-right: 9px;
		font-size: 14px;
		line-height: inherit;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 30px;
		padding: 0 10px;
		background: #75bc34; /* accent */
		color: #fff;
		border-radius: 3px;
		cursor: pointer;
		width: auto;
		position: relative;
	}

	.header-mobile-nav-text {
		display: inline-block;
		font-weight: bold;
		font-size: 12px;
		line-height: inherit;
		text-transform: uppercase;
	}

	.header-mobile-nav-hook select {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		width: 100%;
		cursor: pointer;
		color: #000;
	}

/*--------------------------------------------------------------
	# Tagline
--------------------------------------------------------------*/

#tagline {
	background: #222;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	display: none;
}

body.home #tagline .wrapper {
	max-width: 95%;
}

	.tagline-left {
		float: left;
		font-size: 18px;
		font-weight: 300;
		line-height: 1;
	}

		.tagline-left strong {
			font-weight: 500;
		}

	.tagline-right {
		float: right;
		line-height: 18px;
		position: relative;
	}

		.tagline-right a {
			color: #fff;
			display: block;
			float: left;
			margin-left: 30px;
			position: relative;
		}

		.tagline-right a:first-child {
			margin-left: 0;
		}

		.tagline-right a:before {
			content: " ";
			position: absolute;
			left: -16px;
			width: 2px;
			height: 2px;
			border-radius: 50%;
			background: rgba( 255, 255, 255, 0.3 );
			top: 50%;
		}

		.tagline-right a:first-child:before {
			display: none;
		}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 40px 0;
}

body.home #main {
	position: relative;
	padding-right: 115px;
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.post-s1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

	.post-s1-thumb {
		float: left;
		margin-right: 40px;
	}

	.layout-classic-v2 .post-s1-thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

	.post-s1-main {
		overflow: hidden;
	}

	.layout-classic-v2 .post-s1-main {
		overflow: visible;
	}

		.post-s1-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
		}

			.post-s1-meta a {
				color: inherit;
			}

		.post-s1-title {
			margin-bottom: 25px;
			font-size: 28px;
			letter-spacing: -1px;
			line-height: 1.2;
		}

		.post-s1-title:after {
			content: " ";
			display: block;
			height: 2px;
			width: 100px;
			background: rgba( 0, 0, 0, 0.2 );
			margin-top: 25px;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			margin-bottom: 25px;
		}

		.post-s1-read-more {

		}

			.post-s1-read-more a {
				display: inline-block;
				padding: 12px;
				background: #75bc34; /* accent */
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				font-weight: bold;
			}

		.post-meta-comments {
			margin-left: 7px;
		}

		.post-meta-cats {
			margin-left: 7px;
		}

		.post-meta-cats:before,
		.post-meta-comments:before {
			content: " ";
			display: inline-block;
			background: #aeb6b9;
			width: 2px;
			height: 2px;
			vertical-align: middle;
			margin-right: 10px;
		}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
	margin-bottom: 30px;
}

	.post-s2-thumb {
		position: relative;
		margin-bottom: 25px;
	}

		.post-s2-thumb img,
		.post-s2-thumb a {
			display: block;
		}

		.post-s2-cats {
			position: absolute;
			bottom: -12px;
			left: 0;
			right: 0;
			text-align: center;
		}

			.post-s2-cats a {
				display: inline-block;
				background: #75bc34; /* accent */
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
				border: 4px solid #fff;
				border-bottom-width: 0px;
			}

	.post-s2-main {
		text-align: center;
	}

		.post-s2-title {
			font-size: 17px;
			line-height: 1.4;
			margin-bottom: 5px;
			color: #000;
		}

			.post-s2-title a {
				color: inherit;
			}

		.post-s2-excerpt {
			margin-bottom: 15px;
		}

		.post-s2-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s2-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.post-s3 {
	position: relative;
}

	.post-s3-thumb {
		position: relative;
	}

		.post-s3-thumb img,
		.post-s3-thumb a {
			display: block;
			width: 100%;
		}

		.post-s3-thumb-overlay {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(49,49,49,.45);
			background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
		}

		.post-s3-cats {
			margin-bottom: 15px;
		}

			.post-s3-cats a {
				display: inline-block;
				background: #75bc34; /* accent */
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
			}

	.post-s3-main {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 40px;
	}

		.post-s3-title {
			font-size: 28px;
			line-height: 1.4;
			margin-bottom: 15px;
			color: #fff;
		}

		.post-s3-title:after {
			content: " ";
			display: block;
			width: 90px;
			height: 3px;
			background: #75bc34; /* accent */
			margin-top: 10px;
		}

			.post-s3-title a {
				color: inherit;
			}

		.post-s3-excerpt {
			margin-bottom: 15px;
			color: rgba( 255, 255, 255, 0.8 );
		}

		.post-s3-meta {
			color: rgba( 255, 255, 255, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s3-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 70px;
	text-align: center;
}

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

	.pagination-type-numbered li {
		display: inline-block;
		margin: 0 5px;
	}

		.pagination-load-more a,
		.pagination-type-numbered a {
			display: inline-block;
			background: #75bc34; /* accent */
			border: 0;
			color: #fff;
			font-size: 14px;
			font-weight: 900;
			line-height: 40px;
			text-transform: uppercase;
			padding: 0 20px;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered .inactive a {
			background-color: #e4e4e4;
			color: #979797;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* thumbnail */
	.blog-post-single-thumb {
		margin-bottom: 30px;
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		
	}

		.blog-post-single-title,
		.page-title {
			font-size: 35px;
			font-weight: bold;
			line-height: 1.2;
			color: #fff;
			letter-spacing: -1px;
			margin-bottom: 20px;
		}

			.page-title a {
				color: inherit;
			}

		.search .page-title,
		.archive .page-title {
			margin-bottom: 50px;
		}

		.blog-post-single-title,
		.page-title,
		.blog-post-single-content h2,
		.blog-post-single-content h3,
		.blog-post-single-content h4,
		.blog-post-single-content h5 {
			border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
			padding-bottom: 10px;
		}

		.blog-post-single-meta {
			position: relative;
			border: 1px solid #eee;
			border-width: 0 0 1px 0;
			padding: 10px 0;
			margin-bottom: 30px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;
			font-family: Georgia, serif;
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

			.blog-post-single-pagination a {
				font-weight: bold;
			}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #75bc34; /* accent */
		line-height: 40px;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.blog-post-single-nav-next .blog-post-single-nav-button {
		float: right;
	}

		.blog-post-single-nav-button .fa {
			margin-right: 10px;
		}

		.blog-post-single-nav-next .fa {
			margin-right: 0;
			margin-left: 10px;
		}

	.blog-post-single-nav .post-s2 {
		margin-bottom: 0;
	}

	.blog-post-single-nav .post-s3-thumb {
		clear: both;
	}

/*--------------------------------------------------------------
	## Country - Single
--------------------------------------------------------------*/

.page-country-summary {

}

	.page-country-summary-risk-level {
		margin-bottom: 5px;
		font-size: 20px;
	}

		.page-country-summary-risk-level-1 span {
			background: #ea283c;
			display: inline-block;
			padding: 0 10px;
			color: #fff;
            border-radius: 3px;
            margin-left: 5px;
		}
		
		.page-country-summary-risk-level-2 span {
			background: #ff8b00;
			display: inline-block;
			padding: 0 10px;
			color: #fff;
            border-radius: 3px;
            margin-left: 5px;
		}

		.page-country-summary-risk-level-3 span {
			background: #ffce00;
			display: inline-block;
			padding: 0 10px;
            border-radius: 3px;
            margin-left: 5px;
            color: #020d13;
		}

	.page-country-summary-content {	
		margin-top: 20px;
	}

.page-country-sources {

}

	.page-country-source {
		border: 1px solid rgba( 255, 255, 255, 0.1 );
		padding: 20px;
		margin-top: 30px;
	}

		.page-country-source-country {
			font-size: 20px;
			margin-bottom: 5px;
		}

		.page-country-source-ref {

		}

			.page-country-source-ref a {
				background: #636363;
				display: inline-block;
                border-radius: 5px;
                padding: 2px 7px 2px 7px;
				color: inherit;
			}

		.page-country-source-issued {
			margin-top: 5px;
		}

		.page-country-source-plain {
			margin-top: 15px;
		}

		.page-country-source-content {
			margin-top: 15px;
			background: #222233;
			font-family: "Courier 10 Pitch", Courier, monospace;
			font-size: 13px;
			line-height: 1.25;
			max-width: 100%;
			padding: 1.6em;
			word-break: break-word;
            color: #AACCFF;
		}

		.highlight {
    background: #ffce00e6;
    border-radius: 5px;
    padding: 2px 7px 2px 7px;
    color: #60618b;
    font-weight: 600;
}


.page-country-warninglist {
		margin-bottom: 30px;
		font-size: 20px;
        padding-top: 50px;
	}

.page-country-table {
    margin-top: 20px;
}

.page-country-table table th, table td {
	padding: 3px;
	text-align: left;
    background-color: inherit;
}

/*--------------------------------------------------------------
	## Summary
--------------------------------------------------------------*/

body.page-template-orig-template-summary {
	background: #fff;
	color: #000;
}

body.page-template-orig-template-summary h1,
body.page-template-orig-template-summary h2,
body.page-template-orig-template-summary h3,
body.page-template-orig-template-summary h4,
body.page-template-orig-template-summary h5,
body.page-template-orig-template-summary h6 {
	color: #000;
}

body.page-template-orig-template-summary #header,
body.page-template-orig-template-summary #footer-widgets {
	background: #2c2e30;
}

body.page-template-orig-template-summary #footer-widgets {
	color: #fff;
}

body.page-template-orig-template-summary #footer-widgets h1,
body.page-template-orig-template-summary #footer-widgets h2,
body.page-template-orig-template-summary #footer-widgets h3,
body.page-template-orig-template-summary #footer-widgets h4,
body.page-template-orig-template-summary #footer-widgets h5,
body.page-template-orig-template-summary #footer-widgets h6 {
	color: #fff;
}

body.page-template-template-summary #content {
	max-width: 686px;
	margin: 0 auto;
	font-size: 13px;
}

body.page-template-template-summary h4 {
	font-size: 17px;
	margin-bottom: 20px;
	color: #000;
}

.summary-top-bar {
	border-bottom: 2px solid #595959;
	margin-bottom: 30px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 31px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #000;
}

	.summary-top-bar-date,
	.summary-top-bar-title,
	.summary-top-bar-print {
		display: block;
		float: left;
		width: 33.33%;
	}

	.summary-top-bar-print {
		text-align: right;
	}

		.summary-top-bar-print a {    
			font-size: 15px;
			padding: 0 20px;
			border-radius: 17px;
			color: #fff;
			text-decoration: none;
			background-color: #ea283c;
			line-height: 30px;
		}

			.summary-top-bar-print a span {    
				margin-right: 5px;
			}

	.summary-top-bar-title {
		text-align: center;
		font-size: 12px;
	}


.summary-info {
    margin-top:30px;
}

.summary-header,
.summary-info,
.summary-main-item {
	margin-bottom: 30px;
}

	body.page-template-template-summary-php #main {
		background: #fff;
	}

	body.page-template-template-summary-php #content {
		font-family: Roboto, Arial, Helvetica, sans-serif;
		color: #444;
	}

	body.page-template-template-summary-php #content h1,
	body.page-template-template-summary-php #content h2,
	body.page-template-template-summary-php #content h3,
	body.page-template-template-summary-php #content h4,
	body.page-template-template-summary-php #content h5,
	body.page-template-template-summary-php #content h6 {
		font-family: inherit;
		color: #000;
	}

	.summary-header-wrap {

	}

		.summary-header-logo {
			float: left;
			margin-top: 5px;
			max-width: 300px;
			padding: 1px 15px;
			background: #2c2e30;
		}

		.summary-header {
			background: #d9d9d9;
			border: 1px solid #000;
			padding: 0;
			max-width: 424px;
			float: right;
		}

			.summary-header-left {
				float: left;
				padding: 5px;
				padding-right: 20px;
				border-right: 1px solid #000;
			}

				.summary-header h2 {
					color: #000;
					margin: 0;
					line-height: 1.3;
					font-size: 22px;
					letter-spacing: -1px;
					font-family: inherit;
					text-transform: uppercase;
				}

				.summary-header-print {
					display: inline-block;
					line-height: 1;
				}

			.summary-header-right {
				overflow: hidden;
				font-size: 12px;
				line-height: 1;
				font-weight: bold;
			}

				.summary-header-right-top {
					color: #000;
					padding: 1px 5px;
					padding-right: 0;
					border-bottom: 1px solid #000;
					margin-bottom: 3px;
				}

				.summary-header-right-main {
					padding: 2px;
					padding-left: 5px;
					padding-right: 0;
					color: #595959;
					font-size: 11px;
				}

					.summary-header-right-main a {
						color: inherit;
					}

					.summary-header-right-main strong {
						color: #7f7f7f;
					}
		
    .summary-main-item-level-1 h3 {
        background: #ea283c;
        display: inline-block;
        padding: 5px 10px;
        color: #fff !important;
        border-radius: 3px;
        font-size: 18px;
        font-family: inherit;
}

    .summary-main-item-level-2 h3 {
    
        background: #ff8b00;
        display: inline-block;
        padding: 5px 10px;
        color: #fff !important;
        border-radius: 3px;
        font-size: 18px;
        font-family: inherit;
}

	.summary-main-item-level-3 h3 {

        background: #ffce00;
        display: inline-block;
        padding: 5px 10px;
        color: #000 !important;
        border-radius: 3px;
        font-size: 18px;
        font-family: inherit;	}

	.summary-main-warnings {
		column-count: 2;
  		column-gap: 40px;
	}

	.summary-main-warning {
        border: 4px solid #ccc;
        padding: 10px;
        border-radius: 4px;
		margin-bottom: 20px;
		break-inside: avoid-column;
		page-break-inside: avoid;
	}

	.summary-main-item-level-1 .summary-main-warning {
		border-color: #ea283c;
	}

	.summary-main-item-level-2 .summary-main-warning {
		border-color: #ff8b00;
	}

	.summary-main-item-level-3 .summary-main-warning {
		border-color: #ffce00;
	}

        .summary-main-badge-level1 {
            
            background: #ea283c;
            display: inline-block;
            padding: 3px;
            color: #fff !important;
            border-radius: 3px;
            font-size: 12px;
            font-family: inherit;
            margin-left: 10px;
            position: relative;
            top: -5px;
		}

        .summary-main-badge-level2 {
            
            background: #ff8b00;
            display: inline-block;
            padding: 3px;
            color: #fff !important;
            border-radius: 3px;
            font-size: 12px;
            font-family: inherit;
            margin-left: 10px;
            position: relative;
            top: -5px;
		}

        .summary-main-badge-level3 {
            
            background: #ffce00;
            display: inline-block;
            padding: 3px;
            color: #000 !important;
            border-radius: 3px;
            font-size: 12px;
            font-family: inherit;
            margin-left: 10px;
            position: relative;
            top: -5px;
		}


		.summary-main-warning-name {
            display: inline-block;
			color: #000;
            margin-top:20px;
			margin-bottom: 10px;
			font-size: 24px;
			padding-left: 0px;
		}

		.summary-main-warning-content {
			margin-bottom: 15px;
		}

		.summary-main-warning-sources {
			
		}

			.summary-main-warning-source {
				
			}

				.summary-main-warning-source-date {
					font-weight: bold;
					color: #000;
					text-transform: uppercase;
				}

				.summary-main-warning-source-country {
					color: #888;
				}

				.summary-main-warning-source-type {
					color: #888;
				}

				.summary-main-warning-source-reference {
					color: #888;
				}

				.summary-main-warning-source-heading {
					color: #000;
				}

/*--------------------------------------------------------------
	## Home
--------------------------------------------------------------*/

.home-main {
	max-width: 100%;
	padding-left: 2.5%;
	margin: 0 auto;
	position: relative;
}

.feed {
	
}

.feed-search-wrap {
	
}

.feed-search {
	
}

.home-main .feed-search-onleft {
	display: none;
}

.feed-tabs-nav {
	margin-bottom: 20px;
	text-align: center;
}

	.feed-tabs-nav a {
		display: inline-block;
		line-height: 30px;
		padding: 5px 30px;
		background: #636363;
		border-radius: 8px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		margin-right: 30px;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		transition: background-color .3s;
	}

	.feed-tabs-nav a.active {
		background: #75bc34;
	}

	.feed-tabs-nav a:last-child {
		margin-right: 0;
	}

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

	.feed-search .map-expand-hook {
		display: none;
		position: absolute;
		right: 10px;
		top: 5px;
		margin-right: 0;
		z-index: 500;
		cursor: pointer;
	}

	.feed-search .fa {
		position: absolute;
		right: 12px;
		top: 9px;
		color: #939393;
		font-size: 20px;
	}

	input.feed-search-input {
		background: #4c4c4c;
		border-radius: 20px;
		width: 100%;
		padding: 0 45px 0 20px;
		font-size: 13px;
		font-weight: 300;
		color: #fff;
		outline: none;
		line-height: 40px;
	}

.feed-items-wrap {
	background: rgba( 0, 0, 0, 0.24 );
	border-radius: 20px;
	padding: 0 20px;
}

.feed-items,
.feed-search-items {
	overflow: auto;
	padding: 20px 20px;
}

.feed-items::-webkit-scrollbar-track,
.feed-search-items::-webkit-scrollbar-track {
	background-color: transparent;
}

.feed-items::-webkit-scrollbar,
.feed-search-items::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

.feed-items::-webkit-scrollbar-thumb,
.feed-search-items::-webkit-scrollbar-thumb {
	background-color: #181919;
}

.feed-search-items {
	display: none;
}

.feed-items-updates,
.feed-items-alerts {
	display: none;
}

.recent-updates-shortcode {
	max-height: 600px;
    overflow-y: scroll;
}

	.feed-item,
	.feed-items .footer-widget-update,
	.feed-items .footer-widget-alert {
		padding: 15px;
		background: #fff;
		margin-bottom: 14px;
		position: relative;
		border-radius: 8px;
	}

	.recent-updates-shortcode .feed-item {
		padding: 10px;
	}

	.feed-item.pulse {
		animation: alertPulse 1s ease-out;
		animation-iteration-count: infinite;
		opacity: 1;
		background: #ddd; /* you need this to specify a color to pulse to */
	}

	@-webkit-keyframes alertPulse {
		0% {background-color: #ddd; opacity: 1;}
		50% { background-color: #f8f8f8; opacity: 0.75; }
		100% {opacity: #ddd; opacity: 1;}
	}

		.feed-item-country {
			color: #000;
			display: block;
			font-size: 19px;
			font-weight: bold;
			float: left;
			line-height: 25px;
			padding: 0 10px;
			border: 1px solid #000;
			border-radius: 8px;
		}

		.feed-item-level-1 .feed-item-country {
			border-color: #ea283c;
			color: #ea283c;
		}

		.feed-item-level-2 .feed-item-country {
			border-color: #ff8b00;
			color: #ff8b00;
		}

		.feed-item-level-3 .feed-item-country {
			border-color: #ffce00;
			color: #ffce00;
		}

		.recent-updates-shortcode .feed-item-country {
			font-size: 14px;
		}

			.feed-item-country a {
				font-size: 14px;
				font-weight: normal;
				display: inline-block;
				margin-left: 10px;
			}

		.feed-item-level {
			display: block;
			padding: 0 5px;
			float: right;
			font-size: 17px;
			line-height: 24px;
			padding: 0 10px;
			color: #fff;
			border-radius: 3px;
		}

		.recent-updates-shortcode .feed-item-level {
			line-height: 1.2;
		}

		.feed-item-level-1 .feed-item-level {
			background: #ea283c;
		}

		.feed-item-level-2 .feed-item-level {
			background: #ff8b00;
		}

		.feed-item-level-3 .feed-item-level {
			background: #ffce00;
		}

		.feed-item-summary {
			margin-top: 10px;
			max-height: 150px;
			overflow: hidden;
			position: relative;
			font-size: 14px;
			color: #666666;
			font-weight: 300;
		}

			.feed-item-summary-fade {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				height: 30px;
				/*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
				background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=0 )*/;
			}

		.feed-item-link-overlay {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}

	.feed-item-updates {

	}

		.feed-item-updates .footer-widget-update {
			
		}

		.feed-item-updates .footer-widget-update.active {
			
		}

.footer-widget-update {

}

	.footer-widget-update-date,
	.footer-widget-alert-date {
		background: #89c64a;
		display: inline-block;
		font-size: 17px;
		line-height: 24px;
		padding: 0 10px;
		color: #fff;
		border-radius: 3px;
		font-weight: 400;
	}

	.footer-widget-update-country,
	.footer-widget-alert-icao {
		color: #2c2e30;
		font-size: 19px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.footer-widget-alert-icao {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.footer-widget-update-note {
		margin-top: 10px;
		color: #666;
		font-size: 16px;
		font-weight: 300;
	}

.footer-widget-alert {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.feed-loading {
	display: none;
}

.spinner {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.cube1, .cube2 {
	background-color: #75bc34;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(22px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(22px) translateY(22px) rotate(-179deg);
    -webkit-transform: translateX(22px) translateY(22px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(22px) translateY(22px) rotate(-180deg);
    -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.map {
	overflow: auto;
	overflow: hidden;
	position: relative;
}

.map path {
	stroke-width:1;
	stroke: #333;
}

.summary-map {
	margin-bottom: 20px;
}

.summary-map .map {
	padding: 0;
	border: none;
}

.map-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    max-height: 200px;
}

body.map-expanded {
	overflow: hidden;
}

body.map-expanded .map {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999998;
	background: #fff;
}

	.map-region-filters {
		position: absolute;
		z-index: 99999;
		right: 0;
		top: 0;
		bottom: 0;
		width: 115px;
		background: #141414;
		text-align: right;
		padding-right: 35px;
	}

		.map-region-filters a {
			display: block;
			color: #fff;
			line-height: 50px;
			font-size: 15px;
			text-transform: uppercase;
			transition: color .3s;
		}

		.map-region-filters a:hover {
			color: #89c64a;
		}

		.map-region-filters a.active {
			font-weight: bold;
			color: #89c64a;
		}

	.map .map-expand-hook,
	.map-compress-hook {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		border: 1px solid #eee;
		color: #000;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		transition: all .5s;
	}

	.map-compress-hook {
		position: fixed;
		z-index: 999999;
		display: none;
		background: #000;
		color: #fff;
	}

	body.map-expanded .map-compress-hook {
		display: block;
	}

	body.map-expanded .map-expand-hook {
		display: none;
	}

	.map .map-expand-hook:hover,
	.map-compress-hook:hover {
		background: #75bc34;
		color: #fff;
		border-color: #75bc34;
	}

.map-mobile-feed {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
}

	.map-mobile-feed .feed-item {
		transition: transform .5s;
		transform: translateY(-100%);
	}

	.map-mobile-feed .feed-item.active {
		transform: translateY(0%);
	}

	.map-mobile-feed .feed-item.remove-left {
		transform: translateX(-100%);
	}

	.map-mobile-feed .feed-item.remove-right {
		transform: translateX(100%);
	}

.map-tooltip {
	position: absolute;
	z-index: 4;
	bottom: 20px;
	right: 20px;
	background: rgba( 0, 0, 0, 0.5 );
	color: #fff;
	line-height: 1;
	padding: 8px;
}

.map-country-info {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 100%;
	bottom: 30px;
	width: 70%;
	background: rgba( 0, 0, 0, 0.25 );
	transition: left .6s;
	color: #444;
}

	.map-country-info h1,
	.map-country-info h2,
	.map-country-info h3,
	.map-country-info h4,
	.map-country-info h5,
	.map-country-info h6 {
		color: #000;
	}

	.map-country-info .page-country-source {
		border: 1px solid rgba( 0, 0, 0, 0.1 );
	}

	.map-country-info .page-country-source-ref a {
		background: #eee;
	}

	.map-country-info .page-country-source-content {
		background: #eee;
	}

.map-country-info.active {
	left: 30%;
}
	
	.map-country-info-close {
		position: absolute;
		right: 100%;
		top: 0;
		background: #ea283c;
		color: #fff;
		display: block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		opacity: 0;
		text-align: center;
		cursor: pointer;
	}

	.map-country-info-top-bar {
		position: absolute;
		left: 35px;
		top: 0;
		line-height: 35px;
	}

		.map-country-info-top-bar a {
			font-weight: bold;
			font-size: 16px;
			text-decoration: underline;
		}

			.map-country-info-top-bar a .fa {
				margin-right: 7px;
			}

	.map-country-info.active .map-country-info-close {
		opacity: 1;
	}

	.map-country-info-inner {
		background: #fff;
		position: absolute;
		top: 35px;
		left: 35px;
		right: 0;
		bottom: 30px;
		padding: 30px;
		overflow-y: scroll;
	}

/*--------------------------------------------------------------
	## Countries list
--------------------------------------------------------------*/

.countries-list {

}

	.countries-list-item {
		float: left;
		width: 30%;
		border-left: 3px solid #eee;
		margin-right: 3.33%;
		margin-bottom: 20px;
	}

	.countries-list-item-level-1 {
		border-color: #ea283c;
	}
	
	.countries-list-item-level-2 {
		border-color: #ff8b00;
	}

	.countries-list-item-level-3 {
		border-color: #ffce00;
	}

		.countries-list-item a {
			display: block;
			background: #636363;
			color: inherit;
			font-size: 18px;
			font-weight: bold;
			padding: 15px;
		}

/*--------------------------------------------------------------
	## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter .fa {
	background: #1da1f2;
	color: #fff;
}

body a.social-link-facebook .fa {
	background: #3b5998;
	color: #fff;
}

body a.social-link-youtube .fa {
	background: #cd201f;
	color: #fff;
}

body a.social-link-vimeo .fa {
	background: #1ab7ea;
	color: #fff;
}

body a.social-link-tumblr .fa {
	background: #35465c;
	color: #fff;
}

body a.social-link-pinterest .fa {
	background: #bd081c;
	color: #fff;
}

body a.social-link-linkedin .fa {
	background: #0077b5;
	color: #fff;
}

body a.social-link-instagram .fa {
	background: #004879;
	color: #fff;
}

body a.social-link-github .fa {
	background: #4183c4;
	color: #fff;
}

body a.social-link-google-plus .fa {
	background: #dc4e41;
	color: #fff;
}

body a.social-link-dribbble .fa {
	background: #ea4c89;
	color: #fff;
}

body a.social-link-dropbox .fa {
	background: #007ee5;
	color: #fff;
}

body a.social-link-flickr .fa {
	background: #0063dc;
	color: #fff;
}

body a.social-link-foursquare .fa {
	background: #f94877;
	color: #fff;
}

body a.social-link-behance .fa {
	background: #1769ff;
	color: #fff;
}

body a.social-link-vine .fa {
	background: #00b488;
	color: #fff;
}

body a.social-link-rss .fa {
	background: #f26522;
	color: #fff;
}

body a.social-link-email .fa {
	background: #ef7583;
	color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 25px; 
		font-weight: bold; 
		float: left;
		margin: 0;
	}

	.comments-section-heading-title:after {
		content: " ";
		display: block;
		height: 3px;
		width: 90px;
		background: rgba( 0, 0, 0, 0.1 );
		margin-top: 10px;
	}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		background: #fff;
		padding: 35px;
		border: 1px solid #eee;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 20px;
		}

			.comment-meta {
				float: left;
				margin-top: 5px !important
			}

				.comment-meta-author {
					display: block;
					color: #75bc34; /* accent */
					font-size: 14px;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 4px !important;
				}

				.comment-meta-date {
					display: block;
					font-size: 12px;
					line-height: 1;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					line-height: 40px;
					display: inline-block;
					font-size: 12px;
					font-weight: bold;
					text-transform: uppercase;
				}

		.comment-main {
			
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background: #fff;
	padding: 35px;
	border: 1px solid #eee;
}

.comment-list .comment-respond {
	margin-bottom: 25px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.comment-reply-title:after {
		content: " ";
		display: block;
		height: 3px;
		width: 90px;
		background: rgba( 0, 0, 0, 0.1 );
		margin-top: 10px;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	padding: 40px;
	border: 1px solid #eee;
}

.wpcf7 label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

body input[type="text"],
body input[type="email"],
textarea {
	
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	position: relative;
	word-break: break-word;
	padding-left: 30px;
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
	
	#sidebar .widget {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid rgba( 255, 255, 255, 0.1 );
	}

	#sidebar .widget:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			font-size: 18px;
			font-weight: 700;
			line-height: 1.2;
			margin-bottom: 25px;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
	position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #75bc34; /* accent */
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #75bc34; /* accent */
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	
}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
    padding-top:70px;
    background: rgba( 0, 0, 0, 0.2 );
	
}
	
	.footer-widgets-inner {
		max-width: 90%;
		margin: 0 auto;;
	}

		.footer-widgets-inner .col {
			padding: 20px;
			/*border: 1px solid #eee;*/
            border-radius: 4px;
			margin-bottom: 30px;
		}


		.footer-widgets-inner .footer-summary-pdf {
			padding: 0px;
		}


		.footer-widgets-inner .col.footer-widget-empty {
			border: 0;
			padding: 0;
		}

			.footer-widget-title {
				padding-bottom: 10px;
				font-size: 18px;
				font-weight: bold;
				border-bottom: 1px solid #eee;
				margin-bottom: 20px;
                color:aliceblue;
			}

			.footer-widget-subscribe-button {
				display: block;
				background: #ff0000;
                border-radius: 5px;
				color: #fff;
				text-transform: uppercase;
				font-weight: bold;
				text-align: center;
				line-height: 40px;
				margin-bottom: 20px;
			}

            .footer-widget-make-pdf {
                display: block;
				background: #FFCC00;
                border-radius: 5px;
				color: #000;
				text-transform: uppercase;
				font-weight: bold;
				text-align: center;
				line-height: 40px;
				margin-bottom: 20px;
            }

			#footer .footer-widget-updates {
				max-height: 250px;
				padding-right: 10px;
				overflow-y: scroll;
			}

				.footer-widget-update {
					margin-bottom: 15px;
				}

				.feed-item-updates .footer-widget-update {
					background: #fff;
					padding: 8px;
					box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
				}

				.footer-widget-update:last-child {
					margin-bottom: 0;
				}

					.footer-widget-update a {
						color: inherit;
					}

					.footer-widget-update-date {
						background: #75bc34;
						display: inline-block;
						padding: 0 5px;
						color: #fff;
						margin-right: 5px;
					}

					.footer-widget-update-country {
						display: inline-block;
						margin-right: 5px;
						font-weight: bold;
						font-size: 16px;
					}

			.footer-widget-alerts {
				max-height: 250px;
				padding-right: 10px;
				overflow-y: scroll;
			}

				.footer-widget-alert {
					margin-bottom: 15px;
				}

				.footer-widget-alert:last-child {
					margin-bottom: 0;
				}

					.footer-widget-alert-icon {
						display: block;
						width: 30px;
						margin-right: 5px;
						float: left;
					}

						.footer-widget-alert-icon img {
							display: block;
						}

					.footer-widget-alert-icao {
						display: block;
						float: left;
						font-size: 16px;
						font-weight: bold;
						margin-right: 5px;
						line-height: 30px;
					}

					.footer-widget-alert-date {
						background: #75bc34;
						display: block;
						padding: 0 5px;
						color: #fff;
						float: right;
					}

					.footer-widget-alert-note {
						clear: both;
						display: block;
						padding-top: 7px;
					}

	#footer .feed-items {
		max-height: 250px;
		padding-right: 10px;
		overflow-y: scroll;
	}

	.footer-join {
		text-align: center;
		background: rgba( 0, 0, 0, 0.0 );
		padding: 20px 0;
		color: rgba( 255, 255, 255, 0.6 );
	}

		.footer-join-wrapper {
			max-width: 900px;
		}

		.footer-join-title {
			color: #fff;
			margin-bottom: 20px;
			font-size: 30px;
			font-weight: 300;
		}

		.footer-join-subtitle {
			margin-bottom: 25px;
			max-width: 700px;
			margin-left: auto;
			margin-right: auto;
			line-height: 1.6;
			font-weight: 300;
		}

		.footer-join-button {

		}

			.footer-join-button a {
				display: inline-block;
				line-height: 45px;
				color: #fff;
				font-size: 13px;
				font-weight: bold;
				background: #75bc34;
				padding: 0 25px;
				margin: 0;
				border-radius: 0;
				text-transform: none;
				text-transform: uppercase;
				border-radius: 25px;
			}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	padding: 20px 0;
}
	
	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		float: left;
		text-align: center;
		font-size: 12px;	
		line-height: 25px;	
	}

		#footer-copyright a {
			font-weight: bold;
		}

	/**
	 * Footer Social
	 */

	#footer-social {
		float: right;
	}

		#footer-social a .fa {
			display: inline-block;
			width: 50px;
			height: 25px;
			margin-left: 10px;
			text-align: center;
			line-height: 25px;
			border-radius: 25px;
		}

body.page-template-template-back #main .wrapper {
	max-width: 90%;
}

.wpdt-c .wpDataTablesWrapper table {
	table-layout: fixed !important;
}

.button {
	display: inline-block;
    padding: 8px 10px;
    background: #75bc34;
    border-radius: 6px;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
    margin-right: 20px;
}

.button.small {
	padding: 0 10px;
	line-height: 30px;
	border-radius: 3px;
	font-size: 12px;
}

.google-visualization-tooltip {
	background: #fff !important;
	box-shadow: none !important;
	border: none !important;
}

body.page-template-template-map .map-filters {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}

	body.page-template-template-map .map-filters a {
		display: inline-block;
		padding: 5px 9px;
		background: #eee;
		color: inherit;
		margin-right: 10px;
		color: #000;
	}

	body.page-template-template-map .map-filters a.active {
		background: #75bc34;
		color: #fff;
	}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
    
    
    .header-title {
        margin-left:200px;
    }

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
	body .post-s3-cats {
		display: none;
	}
    
    
    .header-title {
        margin-left:150px;
    }

}

@media only screen and ( min-width: 1024px ) and ( max-width: 1150px )  {

	#header-country-search {
		width: 200px;
	}
    
}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	body.home #main {
		padding-top: 20px;
	}

	#header-country-search {
		margin-left: 40px;
	}

	.header-levels {
		margin-left: 40px;
	}

		.header-level {
			margin-right: 20px;
		}

		.header-level:last-child {
			margin-right: 0;
		}

	.feed-items-wrap {
		padding: 0 5px;
	}

	.feed-items, .feed-search-items {
		padding: 10px;
	}

	.feed-item, .feed-items .footer-widget-update, .feed-items .footer-widget-alert {
		padding: 10px;
	}

	.feed-item-country {
		font-size: 16px;
	}

	.feed-item-level {
		clear: both;
		margin-top: 8px;
		float: left;
		font-size: 14px;
		padding: 2px;
		line-height: 1;
	}

	.feed-item-summary {
		font-size: 15px;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 200px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	body .post-s3-excerpt {
		display: none;
	}

	.summary-header h2 {
		
	}

	.summary-header-right {
		
	}
    
    .header-title {
        margin-left:120px;
    }

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/
/*
@media only screen and ( min-width: 768px ) {

	body.is-mobile.home .map {
		height: 100vh;
		overflow: hidden;
	}

	body.is-mobile.home .map-inner {
		height: 100vh;
		overflow: auto;
	}
	
	body.is-mobile.home #regions_div {
		width: 1500px;
	}

}
*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}	

	body.home #header-country-search {
		display: none;
	}

	.header-levels {
		margin-left: 40px;
	}

		.header-level {
			margin-right: 10px;
			line-height: 30px;
			padding: 0 10px;
		}

	body.home #main {
		padding-top: 20px;
	}

	.feed-tabs-nav a {
		padding: 0 10px;
		font-size: 13px;
		margin-right: 0;
	}

	.feed-items-wrap {
		padding: 0 5px;
	}

	.feed-items, .feed-search-items {
		padding: 10px;
	}

	.feed-item, .feed-items .footer-widget-update, .feed-items .footer-widget-alert {
		padding: 10px;
	}

	.feed-item-country {
		font-size: 16px;
	}

	.footer-widget-update-date, .footer-widget-alert-date {
		font-size: 12px;
	}

	.feed-item-level {
		clear: both;
		margin-top: 8px;
		float: left;
		font-size: 14px;
		padding: 2px;
		line-height: 1;
	}

	.feed-item-summary {
		font-size: 15px;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 100px;
	}
	body .post-s1-title {
		font-size: 22px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	body .post-s3-title:after {
		display: none;
	}
	body .post-s3-excerpt {
		display: none;
	}
	body .post-s3-meta {
		display: none;
	}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 30px;
	}

	body.home .map {
		height: 100vh;
		overflow: hidden;
	}

	body.home .map-inner {
		height: 100vh;
		overflow: auto;
	}

	.map-country-info.active {
		left: 10%;
	}

	.map-country-info {
		width: 90%;
	}

	body.home #regions_div {
		width: 1500px;
	}

	.google-visualization-tooltip {
		display: none;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	/* columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* header */
	body #header {
		
	}
		body #navigation {
			display: none;
		}
		body #mobile-navigation {
			display: block;
			float: right;
			margin-top: 15px;
			margin-right: 10px;
		}
		body #header-country-search {
			display: none !important;
		}
		body .map-region-filters {
			display: none;
		}
		body.home .header-levels {
			display: none !important;
		}
		body #logo {
			margin: 15px 0;
		}

	/* tagline */
	body #tagline {

	}
		.tagline-left {
			float: none;
			margin-bottom: 15px;
		}
		.tagline-right {
			float: none;
			text-align: left;
		}

	/* main */
	body #main {
		padding: 40px 0;
	}
	body.home #main {
		padding: 0;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		background: #f8f8f8;
	}
		body .layout-classic-v1 .post-s1-thumb img {
			width: 100%;
		}
	body .post-s1-main {
		float: none;
		overflow: visible;
	}
		body .post-s1-title {
			font-size: 22px;
		}

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
		body .post-s3-cats {
			display: none;
		}
		body .post-s3-title {
			font-size: 16px;
		}
		body .post-s3-excerpt {
			display: none;
		}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 25px;
	}

	/* sidebar */
	body #sidebar {
		margin-top: 50px;
		padding-left: 0;
		border-left: 0;
	}

	/* footer */
	body #footer-widgets {
		padding: 30px 0;
	}
		body #footer-widgets .widget {
			margin-top: 35px !important;
		}
		body #footer-widgets .widget:first-child {
			margin-top: 0 !important;
		}
	body #footer-copyright,
	body #footer-social {
		float: none;
	}
	body #footer-social {
		margin-top: 20px;
		text-align: center;
	}
	#footer-social a .fa {
		margin: 0 5px;
	}

	/* other */
	body .comment .children {
		margin-left: 0;
	}

	body blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	body .post-s2-thumb img {
		width: 100%;
	}

	.countries-list-item {
		float: none;
		width: auto;
	}

	.footer-join-title {
		font-size: 20px;
	}

	.feed {
		height: auto !important;
	}

	.home-main .feed-search {
		display: block;
	}

	.feed-search .map-expand-hook {
		display: block;
		border-radius: 25px;
	}

	body.home .map {
		height: 100vh;
		overflow: hidden;
	}

	body.home .map-inner {
		height: 100vh;
		overflow: auto;
	}

	body.home.map-expanded .map {
		display: block !important;
	}

	body.home #regions_div {
		width: 1024px;
	}

	.google-visualization-tooltip {
		display: none;
	}

	.summary-header .col-6:last-child {
		border: none;
		padding: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}

	.summary-main-warnings {
		column-count: 1;
	}

	.summary-header-left {
		float: none;
		border: 0;
		border-bottom: 2px solid #000;
	}

	.summary-header h2 {
		
	}

	.summary-header-right {
		
	}

	.feed-item-country {
		font-size: 16px;
	}

	.feed-item-level {
		font-size: 14px;
	}

	.feed-items-wrap, .feed-items, .feed-search-items {
		padding: 10px;
	}

	.summary-top-bar-date, 
	.summary-top-bar-title {
		width: auto;
	}

	.summary-top-bar-title {
		float: right;
	}

	.summary-top-bar-print {
		width: 100%;
	}

	.summary-header-logo {
		float: none;
	}

	.summary-header {
		float: none;
		margin-top: 25px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		max-width: 420px;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		max-width: 90%;
	}

	body .post-s3-title	{
		font-size: 16px;
		margin-bottom: 10px;
	}
	body .post-s3-title:after {
		display: block;
	}
	body .post-s3-meta {
		display: block;
	}

	.tagline-right a {
		margin-left: 15px;
	}

	.tagline-right a:before {
		display: none;
	}

}

@media print {

	body {
		-webkit-print-color-adjust: exact !important;
	}

	#header,
	#footer {
		display: none;
	}

	.summary-header-print {
		display: none;
	}

	.summary-map .map {
		overflow: hidden;
	}

	.summary-main-warnings {
		column-gap: initial;
		column-count: initial;
	}

	.summary-main-warning {
		
	}

}

/* Level picker and search box */

.levelpick {
    position: absolute;
    top: -30px;
    z-index: 4; /*On top of map */
}



/* Risk Radar styling */

.avoid-policy-box {
    padding: 10px 5px;
    margin: 15px 0px;
    color:#eaba28;
    border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	text-decoration: none;

}

.risk-radar-gradient {
    
    height:70px;
    padding:10px;
    margin-bottom:10px;
    border-radius: 6px;
    
    background: linear-gradient(090deg, #ff2727, #ff9b27, #ffde27, #27d7ff);
    background-size: 100% 100%;

-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@keyframes AnimationName { 
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
}

.risk-radar-body {
    color:#d2d2d2;
}


body .pdf-image img {
			border: 3px solid #eee;
            border-radius: 5px;
            margin-bottom: 10px;
		}

#summary_map_div {
    
    max-height: 201px;
    position: relative;
    top: -162px;
    bottom: 100px;
}

.summary-map-title {
    color:#333;
    font-style:italic;
    margin-top:3px;
    padding-top: 3px;
}

.risk-top {
    display: inline-block;
    margin-bottom:15px;
}

.risk-number {
    margin-left:10px;
    position: relative;
    top: -12px;
    font-weight: 700;
    color:#000;
}



.page-country-summary-content {
    font-size: 1.2em;
    line-height: 1.3em;
}

.page-country-summary-content b {
    background: #ea283c;
    display: inline-block;
    padding: 0px 5px 0px 5px;
    color: #fff;
    border-radius: 3px;
}

