/*
 Theme Name:   ÖJA
 Description:  ÖJA Theme
 Template:     basic
*/
@import url("../basic/style.css");

/********* OLDALSZÉLESSÉG ************/
.pagewidth {
    width: 1100px;
}

/********* COLOR CLASSES *************/

.lightblue { color: #00afe9;}
.magenta { color: #dc0067;}
.orange { color: #f19405}
.darkblue { color: #00135d;}
.green { color: #718f55;}

/********* HEADER **********/
#headerwrap { min-height: 6em;}

#header {
    position: relative;
    height: auto;
    border-bottom: none !important;
}
#header>nav { float: left;}

/*** LOGO ***/
#site-logo {
    position: relative;
    top: 0;
    padding: 20px 0;
	float: left;
}

/*** MENÜ ***/

#main-nav {
    margin: 0;
    padding: 0;
    /*position: absolute;*/
	position: relative;
	float: left;
    right: 0;
    z-index: 100;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#main-nav > li > a:before { 
	content:'\2022 '; 
	font-size:2.5em; 
	line-height:16px; 
	vertical-align:bottom;
	color: #4ac6ef;
}
	/** NYELV **/
	#main-nav > li.lang-item > a:before {content: none;}
	li.lang-item > a:before {content: none;}
	li.lang-item { list-style: none;}

	#main-nav li a:hover { transition: color 0.2s ease-in-out;}
	#main-nav > li:hover > a { transition: border-bottom 0.2s ease-in-out;}
	/**************MENU COLOR***************/
		/** DOTT **/
		#main-nav li:nth-child(1) a:before {color: #6eab24;}
		#main-nav li:nth-child(2) a:before {color: #e20a16;}
		#main-nav li:nth-child(3) a:before {color: #00397e;}
		#main-nav li:nth-child(4) a:before {color: #ffb400;}
		#main-nav li:nth-child(5) a:before {color: #e84e89;}
		#main-nav li:nth-child(6) a:before {color: #4ac6ef;}
		#main-nav li:nth-child(7) a:before {color: #6eab24;}
		/** TEXT **/
		#main-nav > li:nth-child(1) a:hover {color: #6eab24;}
		#main-nav > li:nth-child(2) a:hover {color: #e20a16;}
		#main-nav > li:nth-child(3) a:hover {color: #00397e;}
		#main-nav > li:nth-child(4) a:hover {color: #ffb400;}
		#main-nav > li:nth-child(5) a:hover {color: #e84e89;}
		#main-nav > li:nth-child(6) a:hover {color: #4ac6ef;}
		#main-nav > li:nth-child(7) a:hover {color: #6eab24;}
		/** BOTTOM LINE **/
		#main-nav > li:nth-child(1):hover > a {border-bottom: 11px solid #6eab24;}
		#main-nav > li:nth-child(2):hover > a {border-bottom: 11px solid #e20a16;}
		#main-nav > li:nth-child(3):hover > a {border-bottom: 11px solid #00397e;}
		#main-nav > li:nth-child(4):hover > a {border-bottom: 11px solid #ffb400;}
		#main-nav > li:nth-child(5):hover > a {border-bottom: 11px solid #e84e89;}
		#main-nav > li:nth-child(6):hover > a {border-bottom: 11px solid #4ac6ef;}
		#main-nav > li:nth-child(7):hover > a {border-bottom: 11px solid #6eab24;}

		/** ACTIVE **/
		#main-nav > li:nth-child(1).current-menu-item > a {border-bottom: 11px solid #6eab24;}
		#main-nav > li:nth-child(2).current-menu-item > a {border-bottom: 11px solid #e20a16;}
		#main-nav > li:nth-child(3).current-menu-item > a {border-bottom: 11px solid #00397e;}
		#main-nav > li:nth-child(4).current-menu-item > a {border-bottom: 11px solid #ffb400;}
		#main-nav > li:nth-child(5).current-menu-item > a {border-bottom: 11px solid #e84e89;}
		#main-nav > li:nth-child(6).current-menu-item > a {border-bottom: 11px solid #4ac6ef;}
		#main-nav > li:nth-child(7).current-menu-item > a {border-bottom: 11px solid #6eab24;}
		/*#main-nav .current_page_item a,*/ #main-nav .current-menu-item a {
			background-color: transparent;
			border-radius: 0;
			color: #000;
		}
		#main-nav .current-menu-item a:hover {
			color: inherit;
		}
		#main-nav .sub-menu a {
			background: none !important; 
			border-bottom: 1px solid #ccc !important;
			padding: 15px 6px 15px 15px;
		}
			#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
				padding: 15px 6px 15px 15px;
			}
		#main-nav .sub-menu li:last-child a {
			background: none !important; 
			border-bottom: none !important;
		}
		/*** SUBMENU ***/
		#main-nav .sub-menu {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			background-color: #fff;
			border: none;
			z-index: 100;
			display: none;
			border-radius: 0;
			box-shadow: 0 0 3px #ccc;
		}
				/*** SUBMENU > SUBMENU ***/
				#main-nav .sub-menu .sub-menu {
					margin: 2px 11px;
				}

		/*** SUBMENU-COLORING ***/
		/* I. tengely */
		#menu-item-1289,#menu-item-1291{ border-top: 3px solid #e20a16; }
		/* II. tengely */
		#menu-item-1290,#menu-item-1292 { border-top: 3px solid #e20a16; }
	
	@media screen and (min-width: 768px) {
		#pagewrap { min-width: 980px}
	}
	@media screen and (max-width: 980px) {	
		#site-logo { padding: 20px 0 0 0	}
		#main-nav {
			position: relative !important;
			margin-top: 0 !important;
		}
		.langMenu {margin-top: 0 !important;}
	}
	.langMenu {float: left; margin-top: 20px;}
	.langMenu ul {margin: 0 7px;}
	.langMenu ul li {padding: 20px 1px 32px 1px;}
			
/********** RESPONSIVE MENU ***********************************************************/				
/*	@media screen and (max-width: 760px) { */
	@media screen and (max-width: 768px) { 
		/*#headerwrap #site-logo, #headerwrap #site-description, #headerwrap #main-nav {
			text-align: center;
		}*/
		#site-logo {
			float: left !important;
			padding: 16px 0 10px 0;
		}
		.mobile_menu_active #header {
			padding-top: 5px;
		}
		
		.mobile-button {
			background-color: #4ac6ef !important;
			width: 60px !important;
			height: 60px !important;
			float: left !important;
			border-radius: 30px !important;
			margin: 12px 0 12px 18px !important;
		}
		.mobile-button:before {
			color: #fff !important;
		}
		
		#headerwrap #main-nav {
			position: relative !important;
			width: 100% !important;
			top: 0 !important;
			border: solid 1px #ddd !important;
			border-left: none !important;
			border-right: none !important;
			box-shadow: none !important;
			border-radius: 0 !important;
		}
		#headerwrap #main-nav>li>a{
			font-size: 1.2em !important;
		}
		#headerwrap #main-nav li a{
			border-bottom: none !important;
			margin: 0 auto;
			width: auto;
			max-width: 300px;
			text-align: center;
		}

		#headerwrap #main-nav .current-menu-item a{
			font-weight: 700;
		}

		
		#headerwrap #main-nav li{
			margin-top: .5em !important;
		}
				/*COLLAPSING MENU ITEMS*/
				/*menu-item-100,menu-item-342*/
				/*#headerwrap #main-nav  .sub-menu{
					display: none;
				}
				#headerwrap #main-nav .menu-item-100:hover .sub-menu,
				#headerwrap #main-nav .menu-item-342:hover .sub-menu{
					display: block;
				}*/
				
		.langMenu {
		    position: absolute;
			right: 6px;
			top: 20px;
		}
	}				
/****** ASMH HEADER	******/
.asmh-header .sub-menu a {color: #666;}
.asmh-header .middle .sub-menu{min-width: 200px;}
.asmh-header ul.menu {max-height: 65px;}
.asmh-header  a:hover { 
	text-decoration: none;
}

	.asmh-header ul.menu li a:hover { transition: color 0.2s ease-in-out;}
	.asmh-header ul.menu > li:hover > a { transition: border-bottom 0.2s ease-in-out;}


.asmh-header ul.menu > li > a { 
		padding: 20px 6px;
		text-transform: uppercase;
		font-size: 0.88em;

}
.asmh-header ul.menu > li > a:before { 
	content:'\2022 '; 
	font-size:1.8em; 
	line-height:12px; 
	vertical-align:bottom;
	color: #4ac6ef;
}
	/** NYELV **/
	.asmh-header ul.menu > li.lang-item > a:before {content: none;}

	/**************MENU COLOR***************/
		/** PETTY **/
		.asmh-header ul.menu li:nth-child(1) a:before {color: #6eab24;}
		.asmh-header ul.menu li:nth-child(2) a:before {color: #e20a16;}
		.asmh-header ul.menu li:nth-child(3) a:before {color: #00397e;}
		.asmh-header ul.menu li:nth-child(4) a:before {color: #ffb400;}
		.asmh-header ul.menu li:nth-child(5) a:before {color: #e84e89;}
		.asmh-header ul.menu li:nth-child(6) a:before {color: #4ac6ef;}
		/** TEXT **/
		.asmh-header ul.menu > li:nth-child(1) a:hover {color: #6eab24;}
		.asmh-header ul.menu > li:nth-child(2) a:hover {color: #e20a16;}
		.asmh-header ul.menu > li:nth-child(3) a:hover {color: #00397e;}
		.asmh-header ul.menu > li:nth-child(4) a:hover {color: #ffb400;}
		.asmh-header ul.menu > li:nth-child(5) a:hover {color: #e84e89;}
		.asmh-header ul.menu > li:nth-child(6) a:hover {color: #4ac6ef;}
		/** BOTTOM LINE **/
		.asmh-header ul.menu > li:nth-child(1):hover > a {border-bottom: 11px solid #6eab24;}
		.asmh-header ul.menu > li:nth-child(2):hover > a {border-bottom: 11px solid #e20a16;}
		.asmh-header ul.menu > li:nth-child(3):hover > a {border-bottom: 11px solid #00397e;}
		.asmh-header ul.menu > li:nth-child(4):hover > a {border-bottom: 11px solid #ffb400;}
		.asmh-header ul.menu > li:nth-child(5):hover > a {border-bottom: 11px solid #e84e89;}
		.asmh-header ul.menu > li:nth-child(6):hover > a {border-bottom: 11px solid #4ac6ef;}
		
		.asmh-header ul .sub-menu a {
			background: none !important; 
			border-bottom: 1px solid #ccc !important;
			/*padding: 15px 6px 15px 15px  !important;*/
		}
		.asmh-header ul .sub-menu li:last-child a {
			background: none !important; 
			border-bottom: none !important;
		}
		/*** SUBMENU ***/
		.asmh-header ul .sub-menu {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			background-color: #fff;
			border: none;
			z-index: 100;
			display: none;
			border-radius: 0;
			box-shadow: 0 0 3px #ccc;
		}
		.asmh-header ul .sub-menu li {
			margin: 0;
		}
		/*** SUBMENU-COLORING ***/
		/* I. tengely */
		.menu-item-1289 { border-top: 3px solid #e20a16; }
		/* II. tengely */
		.menu-item-1290 { border-top: 3px solid #e20a16; }
		/* I. tengely - EN */
		.menu-item-1291 { border-top: 3px solid #e20a16; }
		/* II. tengely - EN */
		.menu-item-1292 { border-top: 3px solid #e20a16; }
	

		
/*********** PROGRAMOK MENU POINTER ************/
	/*#menu-item-100>a {
		cursor: default;
	}*/
#body { clear:both; }		
/*********** SLIDER **************/
.module-slider {
    margin-bottom: 0;
}
.themify_builder_slider .slide-image {
    margin: 0 0 0;
}
/*********** CONTENT ***************/

p { text-align: justify; }

#content {
    padding: 0;
}
.page-title {
    margin: 0 auto 2.2em auto;
	max-width: 1100px;
    padding: 15px;
    font-size: 1.2em;
	text-transform: uppercase;
    line-height: 110%;
	color: #fff;
}

.page-title a{ color: #fff; font-size: .8em;}
.page-title a:hover{ color: #fff; text-decoration: none; opacity: 0.75; }
		/**************** PAGE TITLE POSITION *******************/
		
		.h1-wrapper { 
			width: 100%;	
			background: #4ac6ef;
		}

		/**************** PAGE TITLE COLORS *****************/
		
		/*green*/ #page-title-5, #page-title-95 { background: #6eab24; } 
		/*red*/ #page-title-67 { background: #e20a16; } 
		/*darkblue*/ #page-title-90 { background: #00397e; } 
		/*orange*/ #page-title-9, #page-title-92 { background: #ffb400; } 
		/*pink*/ #page-title-590 { background: #e84e89; } 
		/*magenta*/ #page-title-x { background: #dc0067; } 
		/*lightblue*/ #page-title-x { background: #00afe9; } 
		
		/***************************************************/
.post-image {
	padding-right: 2em;
}
	@media screen and (max-width: 680px) {
		.post-image {
			display: none;
		}
	}
	
.post-title, .post-title a {
	color: #4ac6ef;
    margin: 0;
    padding: 0;
	font-weight: bold;
}
.module .post-title {
    font-size: 1.2em;
    margin: 0 ;
    padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.post-date { 
	color: #4ac6ef;
	font-size: .9em; 
}

.module-title {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.module-title:before {
	content: ""; 
	background: url(https://oja.hu/oja/wp-content/uploads/2016/05/oja-potty-szalag.png) no-repeat 0 6px;
	width: 1em;
	height: 1em;
	overflow:hidden;
	display: inline-block;
}
.module-title:after {
	content: url(https://oja.hu/oja/wp-content/uploads/2016/05/oja-potty-szalag.png);
	padding-left: 6px;
	position: absolute;
}
/************** POSTS ***********************/
.post>.post-image {
	float: left;
	padding-right: 3em;
}
.module-layout-part .post-image {
	float: none;
	padding-right: 0;
}
.post-content {
	overflow: visible;
}

/**************AKTUALITÁSOK*****************/
#layout-part-15-1-0-0 p {text-align: center;}

.post-image img {
	border: 7px solid #4ac6ef;
	border-radius: 50%;
}
	.themify_builder_content-33 .category-aktualitasok:nth-child(1) .post-image img {	border-color: #dc0067;}
	.themify_builder_content-33 .category-aktualitasok:nth-child(2) .post-image img {	border-color: #6eab24;}
	.themify_builder_content-33 .category-aktualitasok:nth-child(3) .post-image img {	border-color: #f19405;}
	.themify_builder_content-33 .category-aktualitasok:nth-child(4) .post-image img {	border-color: #00397e;}
	.themify_builder_content-33 .category-aktualitasok:nth-child(1) h1 a, .themify_builder_content-33 .category-aktualitasok:nth-child(1) .post-date { color:#dc0067 !important; }
	.themify_builder_content-33 .category-aktualitasok:nth-child(2) h1 a, .themify_builder_content-33 .category-aktualitasok:nth-child(2) .post-date { color:#6eab24 !important; }
	.themify_builder_content-33 .category-aktualitasok:nth-child(3) h1 a, .themify_builder_content-33 .category-aktualitasok:nth-child(3) .post-date { color:#f19405 !important; }
	.themify_builder_content-33 .category-aktualitasok:nth-child(4) h1 a, .themify_builder_content-33 .category-aktualitasok:nth-child(4) .post-date { color:#00397e !important; }

	/**************HEADLINES*****************/

.post-image img {
	border: 7px solid #4ac6ef;
	border-radius: 50%;
}
	.themify_builder_content-547 .category-headlines:nth-child(1) .post-image img {	border-color: #dc0067;}
	.themify_builder_content-547 .category-headlines:nth-child(2) .post-image img {	border-color: #6eab24;}
	.themify_builder_content-547 .category-headlines:nth-child(3) .post-image img {	border-color: #f19405;}
	.themify_builder_content-547 .category-headlines:nth-child(4) .post-image img {	border-color: #00397e;}
	.themify_builder_content-547 .category-headlines:nth-child(1) h1 a, .themify_builder_content-547 .category-headlines:nth-child(1) .post-date { color:#dc0067 !important; }
	.themify_builder_content-547 .category-headlines:nth-child(2) h1 a, .themify_builder_content-547 .category-headlines:nth-child(2) .post-date { color:#6eab24 !important; }
	.themify_builder_content-547 .category-headlines:nth-child(3) h1 a, .themify_builder_content-547 .category-headlines:nth-child(3) .post-date { color:#f19405 !important; }
	.themify_builder_content-547 .category-headlines:nth-child(4) h1 a, .themify_builder_content-547 .category-headlines:nth-child(4) .post-date { color:#00397e !important; }

#crellyslider-1, #crellyslider-6 {pointer-events:none;}	
	
/************CRELLY SLIDER SZÍNEZÉS *****************/

.crellyslider > .cs-controls > .cs-previous{
	background-color:#fff;
}
.crellyslider > .cs-controls > .cs-next {
	background-color:#fff;
}
.crellyslider > .cs-controls > .cs-previous {
	background-image: url('images/arrow-left-oja.png');
}

.crellyslider > .cs-controls > .cs-next {
	background-image: url('images/arrow-right-oja.png');
}

/*.crellyslider > .cs-navigation > .cs-slide-link {
	background-color:#fff;
	filter: alpha(opacity=50);
}*/

	.crellyslider > .cs-navigation > .cs-slide-link:nth-child(1) {background-color: #6eab24 !important;}
	.crellyslider > .cs-navigation > .cs-slide-link:nth-child(2) {background-color: #e20a16 !important;}
	.crellyslider > .cs-navigation > .cs-slide-link:nth-child(3) {background-color: #00397e !important;}
	.crellyslider > .cs-navigation > .cs-slide-link:nth-child(4) {background-color: #ffb400 !important;}
	.crellyslider > .cs-navigation > .cs-slide-link:nth-child(5) {background-color: #e84e89 !important;}
	.crellyslider > .cs-navigation > .cs-slide-link:nth-child(6) {background-color: #4ac6ef !important;}

/*****************Themify slider színezése*****************/

.carousel-wrap > .carousel-nav-wrap {
	z-index: 999;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel-wrap .slide-content {
 padding: 0 !important;
}

.carousel-wrap:hover > .carousel-nav-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
}


.carousel-wrap > .carousel-nav-wrap > .carousel-prev,
.carousel-wrap > .carousel-nav-wrap > .carousel-next {
	display: block;
	width: 35px !important;
	height: 35px !important;
	position: absolute;
	cursor: pointer;
	background-color:#fff;
	box-shadow:0 3px 10px rgba(0,0,0,0.16), 0 3px 10px rgba(0,0,0,0.23);
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px;
	border-radius: 50%;
	padding: 0 !important;
	top: 30% !important;
}

.carousel-wrap > .carousel-nav-wrap > .carousel-prev:before,
.carousel-wrap > .carousel-nav-wrap > .carousel-next:before {
	content: none;
}

.carousel-wrap > .carousel-nav-wrap > .carousel-prev {
	left: 30px;
}

.carousel-wrap > .carousel-nav-wrap > .carousel-next {
	right: 30px;
}

.carousel-wrap > .carousel-nav-wrap > .carousel-pager {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 40px;
	text-align: center;
}

.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a {
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	margin: 6px;
	background-color:#fff;
	box-shadow:0 3px 10px rgba(0,0,0,0.16), 0 3px 10px rgba(0,0,0,0.23);
	border: 10px;
	border-radius: 50%;
	opacity: .5;
	filter: alpha(opacity=50);
}
.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-wrap > .carousel-nav-wrap > .carousel-prev {
	background-image: url('images/arrow-left.png');
}

.carousel-wrap > .carousel-nav-wrap > .carousel-next {
	background-image: url('images/arrow-right.png');
}


.carousel-wrap > .carousel-nav-wrap > .carousel-prev {
	background-image: url('images/arrow-left-oja.png');
}

.carousel-wrap > .carousel-nav-wrap > .carousel-next {
	background-image: url('images/arrow-right-oja.png');
}

	.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a:nth-child(1) {background-color: #6eab24 !important;}
	.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a:nth-child(2) {background-color: #e20a16 !important;}
	.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a:nth-child(3) {background-color: #00397e !important;}
	.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a:nth-child(4) {background-color: #ffb400 !important;}
	.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a:nth-child(5) {background-color: #e84e89 !important;}
	.carousel-wrap > .carousel-nav-wrap > .carousel-pager > a:nth-child(6) {background-color: #4ac6ef !important;}

	

/*********** FOOTER *************/
#footer { border-top: none;}
#mnb {background: #4ac6ef; width:100%;}
#mnb h2 {color: #fff; margin: 0 auto; padding: 10px;  max-width: 1100px;}

.footer-widgets .col4-2 {
	width: 30%;
}
.footer-widgets .col4-2.first {
	width: 65%;
}
.footer-widgets .widget_nav_menu .menu>li>.sub-menu {
	font-size: .9em;
}
.footer-widgets .widget_nav_menu .menu>li>.sub-menu>li>.sub-menu {
	display: none;
}



.footer-widgets .widget_nav_menu ul>li{
	clear: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
}
.footer-widgets .widget_nav_menu .sub-menu>li {
	float: none;
	text-transform: none;
	font-weight: normal;
	padding-left: 0;
	max-width: 150px;
	margin-right: 0;
}
.footer-widgets .widget_nav_menu .sub-menu .sub-menu>li {
	padding: 0 0 .5em .4em;
	line-height: 1em;
}

.footer-text {
	background: #4ac6ef;
	padding: 30px;
	color: #fff;
}
.footer-text a {
	color: #fff;
}

.footer-text-wrap {
	position:relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.footer-widgets .col4-2 {
		float: none;
		width: 100%;
	}
	.footer-widgets .col4-2.first {
		float: none;
		width: 100%;
	}

}


@media screen and (min-width: 1100px) {

	.footer-text-wrap > div {
		width: 50%;
		float: left;
	}
	.footer-text-wrap > div.impressumArea .textwidget p{
		text-align: right;
		margin: 0 147px 0 0;
	}
	

	/****************Impressum menu*******************/

	#menu-impresszum-menu{
		float: right;
		margin: 0 82px 0 0;
	} 
	#menu-impresszum-menu-en {
		float: right;
		margin: 0 108px 0 0;
	}
	#menu-impresszum-menu>li, #menu-impresszum-menu-en>li {
		float: left;
		font-weight: normal;
		font-size: 14.4px;
		margin: 0 0 0 20px;
	}
}
	#menu-impresszum-menu>li, #menu-impresszum-menu-en>li {list-style: none;} 
	
	#menu-impresszum-menu > li > a:hover, #menu-impresszum-menu-en > li > a:hover { color: inherit;}

	
@media only screen and (max-width: 1100px)	{	

		#menu-impresszum-menu>li, #menu-impresszum-menu-en>li {margin: 0;}

		#menu-impresszum-menu, #menu-impresszum-menu-en { margin-left: 0;}
}
	
.developmentArea {
    float: none !important;
    width: 100% !important;
    clear: both;
    margin-bottom: 1.5em;
}
	
/****************PDF EMBED**************/
div.pdfemb-viewer {
	border: none !important;
	overflow: visible !important;
}
div.pdfemb-inner-div {
	background: none !important;
    box-shadow: 0 0 6px #aaa !important;
}

/**************** VIDEO *****************/
video {
	width: 100%;
	max-width: 560px;
}