/*
Theme Name: uaeinside-theme
Description: uaeinside-theme
Author: icoder.herokuapp.com
Author URI: icoder.herokuapp.com
Theme URI: icoder.herokuapp.com
Version: 1.0
Tags: light, white, one-column
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* STANDART WORDPRESS CSS */
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video{
	margin-bottom: 18px;
	max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object{
	margin-bottom: 0;
}
/* Alignment */
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft{
	margin: 0 18px 18px 0;
}
.wp-caption.alignleft{
	margin: 18px 18px 18px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright{
	margin: 0 0 18px 18px;
}
.wp-caption.alignright{
	margin: 18px 0 18px 18px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter{
	margin-top: 11px;
	margin-bottom: 11px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 18px;
	width: 60%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p{
	margin-bottom: 21px;
}
/* /STANDART WORDPRESS CSS */
/* reset */
body{
	margin: 0;
	color: #000;
	background: #fff;
	font: 14px/21px 'Open Sans', Helvetica, sans-serif;
}
a{
	text-decoration: underline;
	color: #3496ef;
	transition: all 0.6s;
}
a:hover{
	text-decoration: none;
}
p{
	margin: 0 0 20px;
}
/* /reset */
#wrapper{
	overflow: hidden;
}
/*  header */
.top-block{
	background: #000;
	color: #fff;
	font: 11px/24px'Open Sans', Helvetica, sans-serif;
}
.top-block-center{
	max-width: 1000px;
	padding: 0 18px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contacts-list{
	margin: 0 -9px;
	padding: 0;
	list-style: none;
}
.contacts-list li{
	margin: 0 9px;
	display: inline-block;
}
.contacts-list a{
	color: #fff;
	font-size: 14px;
}
.contacts-list a:hover{
	text-decoration: none;
}
header{
	max-width: 1000px;
	margin: 0 auto;
	padding: 28px 18px 8px;
	transition: all 0.6s;
}
.logo{
	background: url("/wp-content/themes/uaeinside-theme/images/logo.png") no-repeat;
	background-size: cover;
	width: 284px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
}
.logo a{
	display: block;
	height: 100%;
}
/* /header */
/* main-nav */
.main-nav-block{
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.07);
	margin: 0 0 29px;
	background: #fff;
	z-index: 2;
	transition: all 0.6s;
}
.scrolled .main-nav-block{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.main-nav-center{
	max-width: 1000px;	
	margin: 0 auto;
	display: flex;
	padding: 0 18px;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
#main-nav{
	margin: 0;
	flex: 1 1;
	padding: 0;
	list-style: none;
	display: flex;
}
#main-nav a{
	line-height: 48px;
	display: block;
	padding: 0 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 4px solid #fff;
	box-sizing: border-box;
}
#main-nav a:hover{
	color: #3496ef;
}
#main-nav .current-menu-item a{
	border-color: #3496ef;
}
#main-nav .current-menu-item a:hover{
	color: #000;
}
.search-button{
	width: 48px;
	height: 48px;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}
/* searchform */
#searchform{
	position: absolute;
	right: 18px;
	top: 100%;
	max-height: 0;
	overflow: hidden;
	max-width: 342px;
	width: 100%;
	background: #fff;
	border-top: 4px solid #3496ef;
	box-shadow: 0 2px 6px rgb(0, 0, 0, 0.2);
	opacity: 0;
	transition: all 0.6s;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1;
	display: flex;
	line-height: 32px;
}
#searchform.visible{
	opacity: 1;
	max-height: 99px;
	overflow: visible;
}
#searchform:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #3496ef;
	position: absolute;
	right: 19px;
	top: -12px;
}
#s{
	flex: 1 1;
	display: block;
	border: 1px solid #e1e1e1;
	border-right: none;
	padding: 0 9px;
}
#searchsubmit{
	display: block;
	background: #000;
	color: #fff;
	padding: 0 15px;
	border: none;
	flex: 0 1;
	line-height: 32px;
}
/* /searchform */
/* mobile-button */
.mobile-button {
	position: relative;
	width: 29px;
	height: 29px;
	display: none;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}
.mobile-button.active .text{display: none;}
.mobile-button .m-button{
	position: absolute;
	right: 0;
	top: 13px;
}
.mobile-button .m-button,
.mobile-button .m-button:before,
.mobile-button .m-button:after{
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 29px;
	background: #000;
	position: absolute;
	display: block;
	content: '';
	border-radius: 2px;
}
.mobile-button .m-button:before{top: -11px;}
.mobile-button .m-button:after{bottom: -11px;}
.mobile-button .m-button,
.mobile-button .m-button:before,
.mobile-button .m-button:after {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.mobile-button.active .m-button {background-color: transparent;}
.mobile-button.active .m-button:before,
.mobile-button.active .m-button:after {top: 0;}
.mobile-button.active .m-button:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-button.active .m-button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* /mobile-button */
/* /main-nav */
.header-banner{
	max-width: 1000px;
	margin: 0 auto 18px;
	padding: 0 18px;
}
.scrolled .header-banner{
	margin: 81px auto 18px;
}
/* recent_posts-list */
.recent_posts-list-block{
	margin: 0 -9px 18px;
	display: flex;
	flex-wrap: wrap;
	line-height: 24px;
	align-items: center;
	font-family: 'Roboto', Helvetica, sans-serif;
}
.recent-posts-title{
	display: block;
	background: #3496ef;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 9px;
	flex: 0 1;
	white-space: nowrap;
}
.recent_posts-list{
	margin: 0 9px;
	padding: 0;
	list-style: none;
	position: relative;
	flex: 1 1;
}
.recent_posts-list li{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.6s;
	z-index: 1;
}
.recent_posts-list li.active{
	position: relative;
	opacity: 1;
	z-index: 2;
}
.recent_posts-list a{
	color: #000;
	text-decoration: none;
}
.recent-posts-arrows{
	margin: 0 5px;
	display: flex;
	align-items: center;
}
.recent-posts-arrows button{
	display: inline-block;
	border: 1px solid #dcdcdc;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	background: none;
	margin: 0 4px;
	cursor: pointer;
}
.recent-posts-arrows button:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.recent-posts-arrows .recent-posts-next:before{
	transform: rotate(45deg);
	margin: 0 0 0 -1px;
}
.recent-posts-arrows .recent-posts-prev:before{
	transform: rotate(-135deg);
	margin: 0 0 0 2px;
}
/* /recent_posts-list */
/* front-intro */
.front-intro{
	max-width: 1000px;
	margin: 0 0 30px;
}
.front-intro-contaier{
	display: flex;
	margin: -2px;
	flex-wrap: wrap;
	height: 100%;
}
.front-intro-contaier.vertical{
	flex-direction: column;
}
.front-intro-col-50{
	flex: 1 1 50%;
	padding: 2px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.front-intro > .front-intro-contaier > .front-intro-col-50{
	height: 520px;
	box-sizing: border-box;
}
.col-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-flex + .front-intro-col-50{
	height: calc(100% + 6px);
}
.front-intro picture{
	display: block;
	width: 100%;
	height: 100%;
}
.front-intro img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-intro h3{
	position: absolute;
	padding: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	font: 500 28px/35px 'Roboto', Helvetica, sans-serif;
	margin: 0;
}
.front-intro a{
	padding: 3px 8px 6px;
	background: rgba(52, 150, 239, 0.7);
	color: #fff;
	text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.2%);
	text-decoration: none;
	display: block;
}
.front-intro .vertical > .front-intro-col-50:first-child h3{
	font-size: 24px;
	line-height: 30px;
}
.front-intro .front-intro-col-50 .front-intro-col-50 h3{
	font-size: 16px;
	line-height: 21px;
}
.front-intro .intro-cat{
	position: absolute;
	left: 2px;
	top: -17px;
	padding: 0 7px;
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
	font-size: 10px;
	line-height: 19px;
	text-shadow: none;
}
.front-intro .intro-cat:hover{
	background: #3496ef;
}
/* /front-intro */
/* main */
main{
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 18px 40px;
}
.main-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px;
}
/* content */
#content{
	flex: 1 1 66.66%;
	box-sizing: border-box;
	padding: 0 24px;
	overflow: hidden;
}
.front-news-block h3,
.similar-title{
	border-bottom: 2px solid #3496ef;
}
.front-news-block h3 span,
.similar-title span{
	display: inline-block;
	background: #3496ef;
	color: #fff;
	padding: 7px 12px 4px 12px;
	font: 14px/17px 'Roboto', Helvetica, sans-serif;
}
.front-news-block-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px;
}
.front-news-banner{
	flex: 1 1 100%;
	/*overflow: hidden;*/
	height: 100px;
	margin: 0 0 20px;
}
.front-news-box{
	flex: 1 1 50%;
	box-sizing: border-box;
	padding: 0 24px;
	/*overflow: hidden;*/
}
.front-news-box picture{
	height: 235px;
	width: 100%;
	display: block;
	margin: 0 0 13px;
}
.front-news-box img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-news-box h4{
	margin: 0 0 6px;
}
.front-news-box a{
	font: 400 21px/25px 'Roboto', Helvetica, sans-serif;
	text-decoration: none;
	color: #111;
}
.front-news-box a:hover{
	color: #3496ef;
}
.front-news-box .date{
	color: #aaa;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 17px;
	display: block;
	font-style: normal;
}
.front-news-box p{
	color: #777;
}
.front-news-box-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px 11px;
	/*overflow: hidden;*/
}
.front-news-box-box picture{
	width: 100px;
	height: 70px;
	margin: 0 0 18px 0;
	flex: 0 1 100px;
	padding: 0 9px;
	box-sizing: border-box;
}
.box-news-text{
	flex: 1 1;
	padding: 0 9px;
	box-sizing: border-box;
}
.box-news-text h4{
	margin: 0 0 4px;
}
.box-news-text a{
	font: 500 14px/20px 'Roboto', Helvetica, sans-serif;
}
/* /content */
/* posts */
.cat-title{
	font: 700 30px/38px 'Roboto', Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.category-description{
	font: italic 16px/26px 'Roboto', Helvetica, sans-serif;
	color: #777;
}
.posts{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px;
}
.post{
	flex: 0 1 33.33%;
	padding: 0 9px;
	margin: 0 0 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.post .picture{
	display: block;
	height: 160px;
	width: 100%;
	margin: 0 0 13px;
	text-decoration: none;
}
.post img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post h2{
	font: 400 21px/25px 'Roboto', Helvetica, sans-serif;
	margin: 0 0 7px;
}
.post h2 a{
	color: #111;
	text-decoration: none;
}
.post h2 a:hover{
	color: #3496ef;
}
.post .date{
	display: block;
	font: normal 11px/11px 'Roboto', Helvetica, sans-serif;
	color: #aaa;
}
/* /posts */
/* wp-pagenavi */
.wp-pagenavi{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.extend{
	width: 31px;
	height: 31px;
	display: block;
	text-align: center;
	border: 1px solid #e3e3e3;
	line-height: 31px;
	margin: 0 4px;
	color: #666;
	text-decoration: none;
}
.wp-pagenavi .extend{
	border: none;
}
.wp-pagenavi .current{
	color: #fff;
	background: #3496ef;
}
.wp-pagenavi a:hover{
	background: #666;
	color: #fff;
}
/* /wp-pagenavi */
/* kama_breadcrumbs */
.kama_breadcrumbs{
	margin: 0 0 11px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.kama_breadcrumbs li{
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	white-space: nowrap;
}
.kama_breadcrumbs li:after{
	content: '\\';
	display: inline-block;
	margin: 0 9px;
}
.kama_breadcrumbs li:last-child:after{
	content: none;
}
.kama_breadcrumbs a{
	text-decoration: none;
}
.kama_breadcrumbs a:hover{
	text-decoration: underline;
}
/* /kama_breadcrumbs */
/* single */
.single-title{
	font: 500 29px/47px 'Roboto', Helvetica, sans-serif;
    margin: 0;
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #fff;
}
.single-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.single-cat-list{
	margin: 0 -5px;
	padding: 0;
	letter-spacing: normal;
}
.single-cat-list li{
	display: inline-block;
	margin: 0 5px 18px;
}
.single-cat-list a{
	text-decoration: none;
	background: #3496ef;
	color: #fff;
	padding: 3px 7px;
	display: inline-block;
}
.single-cat-list a:hover{
	opacity: 0.6;
}
.single-date{
	display: block;
	margin: 0 0 18px;
	font-style: normal;
	font-size: 11px;
    color: #aaa;
}
.single-img-block{
	height: 520px;
	margin: 0 0 30px;
	position: relative;
	max-height: 60vh;
	position: relative;
	background: #000;
}
.single-img-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.63;
}
.single-text{
	font: 15px/26px Verdana, Geneva, sans-serif;
	margin: 0 0 26px;
}
.single-text img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto 18px;
}
.share-list{
	margin: 0 -10px 30px;
	padding: 0;
	list-style: none;
	display: flex;
	font-size: 11px;
	line-height: 20px;
}
.share-list li{
	margin: 0 10px;
}
.share-list a{
	display: block;
	color: #fff;
	padding: 10px 13px;
	border-radius: 2px;
	text-decoration: none;
}
.share-list a:hover{
	opacity: 0.75;
}
.share-list .facebook{
	background: #516eab;
}
.share-list .twitter{
	background: #29c5f6;
}
.share-list i{
	width: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 10px 0 0;
	font-size: 14px;
}
/* /single */
/* sidebar */
#sidebar{
	flex: 0 1 33.33%;
	padding: 0 24px;
	box-sizing: border-box;
}
#sidebar .front-news-box:first-child{
	flex: 1 1 100%;
}
.sidebar-banner-box{
	margin: 0 0 18px;
}
/* /sidebar */
/* /main */
/* footer */
footer{
	background: #222;
	color: #eaeaea;
}
.footer-center{
	max-width: 1000px;
	padding: 54px 18px;
	margin: 0 auto;
}
.footer-logo{
	display: block;
	background: url("/wp-content/themes/uaeinside-theme/images/logo-white-text.png") no-repeat;
	width: 324px;
	height: 79px;
	background-size: cover;
	margin: 0 0 20px;
	text-indent: -9999px;
	overflow: hidden;
}
.footer-logo a{
	display: block;
	height: 100%;
	margin: 0 0 20px;
}
.footer-description{
	max-width: 324px;
	display: block;
	margin: 0 0 20px;
	font-weight: normal;
}
footer .contacts-list{
	margin: 0 -5px;
}
footer li{
	margin: 0 5px;
}
footer li a{
	width: 40px;
	height: 40px;
	background: #292929;
	border: 1px solid #2f2f2f;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	display: block;
	text-decoration: none;
}
/* /footer */
#back-top{
	position: fixed;
	right: 5px;
	bottom: 5px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: #3496ef;
	text-align: center;
	color: #fff;
	opacity: 0;
	z-index: -1;
	transition: all 0.6s;
}
.scrolled #back-top{
	opacity: 1;
	z-index: 2;
}
#back-top a:hover{
	text-decoration: none;
	opacity: 0.6;
}
@media (max-width: 1000px){
	.search-button{
		font-size: 18px;
	}
	.mobile-button{
		display: block;
	}
	#main-nav{
		position: absolute;
		left: 0;
		top: 100%;
		max-height: 0;
		overflow: hidden;
		transition: all 0.6s;
		background: #fff;
		display: block;
		width: 100%;
		max-width: 320px;
		padding: 0 18px;
		box-sizing: border-box;
		z-index: 2;
		box-shadow: 0 7px 7px rgb(0, 0, 0, 0);
	}
	#main-nav.visible{
		max-height: 999px;
		box-shadow: 0 7px 7px rgb(0, 0, 0, 0.7);
	}
}
@media (max-width: 800px){
	.front-intro{
		height: auto;
	}
	.front-intro-contaier{
		display: block;
	}
	.front-intro picture{
		height: 198px;
	}
	.front-intro h3{
		font-size: 20px !important;
    	line-height: 24px !important;
	}
	.front-intro > .front-intro-contaier > .front-intro-col-50{
		height: auto;
	}
	.front-intro picture{
		height: 198px;
	}
	.recent_posts-list-block{
		display: none;
	}
	.main-container{
		display: block;
	}
	#sidebar{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -18px;
	}
	.front-news-block{
		flex: 0 1 50%;
		padding: 0 18px;
		box-sizing: border-box;
	}
	.post{
		flex: 0 1 50%;
	}
}
@media (max-width: 640px){
	.front-news-block-container,
	#sidebar{
		display: block;
	}
	.post{
		flex: 0 1 100%;
	}
}
@media (max-width: 480px){
	.front-intro picture {
    	height: 122px;
	}
}
/*
     FILE ARCHIVED ON 16:35:30 Sep 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:25:42 Sep 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.606
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.075
  esindex: 0.009
  cdx.remote: 24.989
  LoadShardBlock: 74.642 (3)
  PetaboxLoader3.datanode: 108.107 (5)
  load_resource: 54.981
  loaddict: 29.791
*/