/*
	Theme Name: image
	Theme URI: http://www.iwordpress.co.il
	Description: image responsive theme
	Version: 1.0
	Author: imark image
	Author URI: http://www.imark.co.il
	Tags: Responsive, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
button {
	background:none;border:none;appearance:none;-webkit-appearance:none;padding:0;cursor:pointer;
    font-family: inherit;font-weight: inherit;
    overflow: visible;
	font-size: inherit;
	color:inherit;
	outline:none;
	line-height:normal;
}
@font-face {
  font-family: 'spoiler';
  src: url('fonts/fbspoiler-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/fbspoiler-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fbspoiler-light-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/fbspoiler-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/fbspoiler-light-webfont.svg#spoiler, titulim, arial, Courier, monospace, Courier, monospacelightwebfont') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'titulim';
  src: url('fonts/TitilliumWeb-ExtraLight.ttf'); /* IE9 Compat Modes */
}
.screenshot {
	position: absolute;
	top: 0px; right: 0px;
	z-index: 5000;
	opacity: 0.2;
}

body, html {
	/*margin: 0;*/ padding: 0;
	direction: rtl;
	font-size: 100%;
	font-family: arial;
	-webkit-text-size-adjust: none;
}
input:focus, button:focus, select:focus, textarea:focus {
	outline:none;
}
.clear{clear:both;}
a {
	text-decoration: none;
}
a span{
	text-decoration: inherit;
}
figure {margin:0;}
nav {display: inlinle;}
p {
	margin: 0 0 6px 0;
	font-size: 0.93em;
	line-height: 1.32em;
}
h1{
	font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
	font-weight: normal;
	font-size: 1.55em;
	margin: 0;
	color: #005a93 /*blue*/
}
h2 {
	font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
	font-weight: normal;
	margin: 0;
	color: #005a93 /*blue*/
}
img {
	border: none;
}
/*palette*/
.bg1 { /*blue background*/
	background: #005a93
}
.bg2 { /*grey background*/
	background: #ECECEC;	
}
.bg3 {/*light grey background*/
	background: #f6f6f6
}
.color0 { /*white text*/
	color: #fff;
}
.color1 { /*blue text*/
	color: #005a93;
}
.wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.enlarge_font {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 503;
	
	
}
	.ef_button {
		width: 33px;
		height: 34px;
		background: url('img/font-size.svg') no-repeat;
		cursor: pointer;
		position: relative;
	}
		.ef_button div {
			position: absolute;
			top: 0px; right: 0px;
			width: 100%; height: 100%;
		}
		.ef_close {
			display: none;
		}
		.enlarge_font ul {
			margin: 0; padding: 0;list-style: none;
			width: 33px;
		}
			.enlarge_font ul li {
				width: 33px;
				height: 0px;
				overflow: hidden;
				cursor: pointer;
				font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
				text-align: center;
				line-height: 33px;
			} 
			.active_fs {
				background: #005a93;
				color: #fff;
			}
			@media screen and (min-width: 1024px){
				.enlarge_font ul li:hover {
					background: #005a93;
					color: #fff;
				}
			}
			
			.enlarge_font .small {font-size:1.1em}
			.enlarge_font .medium {font-size:1.3em}
			.enlarge_font .large {font-size:1.55em}
/*--------------------------------  HEADER  -------------------------------------*/
/*change*/
.header {
	position: relative;
	padding: 21px 0 22px 0;
	width:100%;
	display:table;
}
.logo_and_text {
	display:table-cell;vertical-align:middle;
}
	.logo, .header_text {
		display: inline-block;
		vertical-align: middle;

	}
	.logo {
		/* padding: 10px 27px 0 16px; */
		padding: 0 27px 0 16px;
		border-left: 2px solid #ececec; 
	}
	.header_text {
		padding: 0 14px 0 0;
		
	}
		.header_text .main_title {
			color: #005a93;
			font-size: 1.45em;
			letter-spacing: 0.008em;
			font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
			font-weight: normal;
			font-size: 1.55em;
			margin: 0;
			line-height: 0.8em;
			padding: 0 0 0.09em 0;
			
		}
		.header_text h2 {
			font-size: 2.15em;
			line-height: 0.8em;
			position: relative;
			top: -2px;
		}
	.social_media {
		width: 250px;
		display: table-cell;
		vertical-align: middle;
	} /*//change*/
		.social_media ul {
			padding: 0 0 0 22px;
			margin: 0;
			text-align: left;
			line-height: 86px;
			height: 86px;
			top: 0px; left: 0px;
			white-space: nowrap;
		}
		.social_media ul li {
			display: inline-block;
			margin: 0 2px 0 2px;
			background-repeat: no-repeat;
			background-position: top center;
			position: relative;
			top: 10px;
			
		}
		@media screen and (min-width: 1024px){
			.social_media ul li a:hover {
				background-position: bottom center;
			}
		}
			.social_media a {
				display: block;
				height: 35px;
				width: 35px;
				margin: 0 0px;
			}
		.social_media ul li.facebook a{
			background-image: url('img/facebook.svg')
		}
		.social_media ul li.google_plus a {
			background-image: url('img/googleplus.svg')
		}
		.social_media ul li.linkedin a{
			background-image: url('img/linkedin.svg')
		}
		.social_media ul li.twitter a{
			background-image: url('img/twitter.svg')
		}
		.social_media ul li.youtube a{
			background-image: url('img/youtube.svg')
		}
	/*main menu*/
	.menu_button {
		display: none;
	}
	.main_menu {
		width: 100%;
		margin: 0 0 18px 0;
		min-height: 54px;
		padding: 0 0 0px 0;
		position: relative;
	}
	.main_menu:after {
		content: "";
		position: absolute;
		display: block;
		top: 0px; right: 0px; bottom: 0px; margin: auto 0;
		width: 100%;
		height: 54px;
		background: #ececec;
		z-index: -1;
	}
		.main_menu > ul {
			margin: 0; padding: 0;list-style: none;
			width: 96%;
			display: table;
			margin: 0 2% 0 2%;
		}
			.main_menu > ul > li {
				font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
				color: #000;
				font-size: 1.8em;
				display: table-cell;
				text-align: center;
				vertical-align: middle;
				position: relative;
			}
			@media screen and (min-width:1024px){
				.main_menu > ul > li.active, .main_menu > ul > li:hover {
					background: #005a93; /*bg1*/
				}
			}
				.main_menu ul li div {
					position: relative;
				}
			
			.main_menu > ul > li > a,  .main_menu > ul > li.active > a{
				color: #000;
			}
			.main_menu > ul > li > span,.main_menu > ul > li > a > span {
				position: relative;
				display: inline-block; 
				padding: 19px 0;
				z-index: 50;
				color: #005a93;
			}
			@media screen and (min-width:1024px){
				.main_menu > ul >  li:hover > span:before,.main_menu > ul >  li:hover > a > span:before,.main_menu > ul  > li.active span:before {
					display: block;
				}
				.main_menu > ul  li:hover > a,.main_menu > ul  li:hover > a span, .main_menu > ul > li:hover >span,.main_menu > ul  > li.active span,.main_menu > ul > li > a {
					color: #fff;
				}
				.main_menu > ul > li:hover div ul {
					display: block;
				} 
			}

				/*sub menu*/
				.main_menu > ul > li ul {
					display: block;
					width: auto;
					min-width: 100%;
					white-space: nowrap;
					z-index: 99999;
					position: absolute;
					top: auto;
					right: 0px;
					text-align: right;
					padding: 0px 0 0 0;
					display: none;
					font-size: 16px;
				}
					.sub_menu_buttons {display:none;}

					.main_menu > ul > li ul li {
						display: block;
						position: relative;
						border-top: 1px solid #fff;
						font-family: arial;
						font-size: 1em;
					}
						.main_menu ul ul a,.main_menu ul ul span {
							color: #000;
							display: block;
							width: 100%;
							padding: 5px 15px 6px 15px;
						}
					@media screen and (min-width:1024px){
						.main_menu > ul > li ul li:hover {
							background: #005a93;
						}
						.main_menu > ul > li ul li:hover span {
							
							color: #fff;
						}
						.main_menu > ul > li ul li:hover a {
							color: #fff;
						}
					}
					.lt-ie9	.main_menu > ul > li ul li:hover {
							background: #000;
							color: #fff;
						}
					.lt-ie9	.main_menu > ul > li ul li:hover a {
							color: #fff;
						}
					.main_menu  ul  li ul li:before {
						height: 100%;
						top: 0px;
						z-index: -1;
					}
					.sub_button  {
						display: none;
					}
/*-------------------------------  	SIDEBAR  --------------------------------*/
.sidebar {
	width: 33%;
	float: left;
	padding: 60px 0% 0px 0;
}
	.sidebar .contact_form {
		margin: 30px 0 65px 0;
		clear:both;
		
	}
		.sidebar .contact_form h2 ,.stretch .contact_form h2{
			top: -22px; margin-bottom: 11px;
		}
	.sidebar .item {
		float: none;
		width: 100%;
		margin: 26px 0 53px 0;
		clear:both;
	}
		.item {
			width: 31.0833333%;
			margin: 20px 0 38px 1.8%;
			display: inline-block;
			vertical-align: top;
		}

		.lt-ie9 .item {
			margin: 30px 0 37px 2.2% !important;
		}
			.title_line {
				background: url('img/title-line.jpg') repeat-x;
				background-position: center center;
				width: 100%;
			}
			.item .title_line h2 {
				font-size: 2em;
				text-align: center;
				display: block;
				margin: -45px auto 10px auto;
				width: 80%;
				position: relative;
				line-height: 0.8em;
				
			}
			.item h2 a {
				display: block;
				padding: 14px 5px 12px 5px;
			}
			.item h2 span {
				display: block;
				padding: 14px 5px 12px 5px;
			}
			@media screen and (min-width:1024px){
				.item h2:hover {

				}
				.item h2:hover a {
					
				}
			}
			.lt-ie9	.item h2:hover {

				}
				.item h2:hover a {
					 /*bg1*/
					background: #ECECEC ;
					color: #005a93; /*bg1*/					
				}
			.item article {
				padding: 12px 0 0 0;
				
			}
				.item article p {
					font-size: 0.8em;
					letter-spacing: 0em;
					text-align: center;
					padding: 0 7.5% 0 7.5%;
					line-height: 1.4em;
				}
			.item_link {
				display: block;
				margin: 15px auto 0 auto;
				background: url('img/item-link.svg') no-repeat;
				width: 39px; height: 39px;
				background-position: top left;
			}
			.item_link:hover {
				background-position: bottom left;
			}
/*news items*/
.news_items {
	position: relative;
	overflow: hidden;
	height: 120px;
}
	.news_items ul {
		padding: 0; margin: 0;
	}
	.news_items .hs_item_holder {
		
		
	}
	.news_items .pagi_holder {
		bottom: 0px !important;
		display: block !important;
		background: #fff;
		padding-top: 9px;
	}
		.news_items .pagi_holder li.bg1 {
			background: #E7E7E7;
		}
		.news_items .pagi_holder li.bg1.active {
			background: #4B78D5;
		}
	.news_items a {
		color: #000;
		display: block;
	}
	.news_items a:hover {
		opacity: 0.7;
	}
	.news_items h3 {
		padding: 0 20% 0 20%;
		text-align: center;
		margin: 0 0 4px 0;
		font-size: 0.93em;
		line-height: 1.2em;
	}
/*-------------------------------  FOOTER  --------------------------------*/
.footer {
	padding:  20px 2.833333% 23px 2.833333%;
	position: relative;
}
.lt-ie9 .footer {
	background: #F6F6F6 !important;
}
	.footer_right {
		float: right;
		width: 76%;
	}
		.footer_right .social_media{
			float: none;
			display: none;
		}
	.footer_menu ul {
		margin: 12px 0 0 0; padding: 0;
		
		
	}
	.footer_menu ul li { 
		display:block;
		float:right;
		color: #000;
		border-left: 1px solid #d3d3d3;
		height:0.8em;
		line-height: 0.8em;
		font-size: 0.8em;
		letter-spacing: 0.02em;
		padding: 0 0.8em 0px 0.8em;
		margin: 0 0 10px 0;
	}	
	.footer_menu li:last-child{
		border-left: none;
	}
		.footer_menu li a {
			color: #005a93;
			
		}
		.footer_menu li a:hover, .footer_menu li.active a {
			color: #80c242; /*bg1*/
		}
	.footer_left {
		float: left;
	}
	.footer_text {
		width: 150px;
		border-right: 2px solid #80c242;/*bg1*/
		padding: 3px 18px 8px 8px;
		color: #868686;
	}
		.footer_text p {
			margin:0;
			line-height: 1.44em;
			font-size:0.8em;
		}
/*============================================= PAGES =====================================================*/
/*===HOME PAGE===*/
#home_slider {
	width: 100%;
	overflow: hidden;
	padding: 33.333333333% 0 0 0;
	position: relative;
}
	#home_slider .hs_item_holder {
		width: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
	}
		#home_slider .hs_item_holder > img {
			width: 100%;
		}
		.slider_link_arrow {
			display:inline-block;
			background:url(img/slider-link-arrow.svg) no-repeat;
			width: 27px;
			height:23px;
		}
		
	/*slider pagination*/
	.pagi_holder {
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 52px;
		right: 0px;
	}
		#home_slider .pagi_holder ul {padding:0;margin:0;}
		.pagi_holder li {
			display: inline-block;
			vertical-align: middle;
		}
		.pagi_button {
			width: 15px;
			height: 15px;
			border-radius: 50%;
			display: inline-block;
			margin: 0 5px;
			cursor: pointer;
			border:none;
			line-height: normal;
		}
		.pagi_button.active, .pagi_button:hover {
			background: #e7e7e7;
		}
		/*slider text box*/
		.slider_text {
			width: 103%;
			height: 100%;
			position: absolute;
			top: 0px; 
			right: 0px;
			white-space: nowrap;
		}
		.sth2h{
			width: 97%;
			display: inline-block;
			vertical-align: middle;
			white-space: normal;
			text-align: center;
		}
			.slider_text h2 {
				min-width: 49%;
				max-width: 80%;
				display: inline-block;
				margin: 0 auto;
				position: relative;
				font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
				text-align: center;
				color: #fff;
				padding: 18px 20px;
				font-size: 2.8em;
				line-height: 0.9em;
				letter-spacing: 0em;
			}
			.centit {
				width: 2%;
				height: 0px;
				padding: 33.333333% 0 0 0;
				display: inline-block;
				vertical-align: middle;
			}
	/*home page boxes*/
	.home_items_holder {
		overflow:hidden;
		padding: 46px 0 0 0;
	}
		.home_items_holder > .divin {margin:0 -15px;}
		.lt-ie9 .home_items_holder .item {
			float: right;
		}
		.home_items_holder .item{
			width:33.333333%;
			margin: 20px 0 38px -4px;
		}
		.home_items_holder .item article, .home_items_holder .item .article{
			margin: 0 15px;
		}
		.item.home_item.contact_form.bg3 {background:none;}
		.home_items_holder .item .article {
			background:#F6F6F6;
		}
/*--------------------------- INTERNAL PAGE ---------------------------*/
.arrow_l {background-image: url('img/crumb-arrow.png') !important;}
.top_strip {
	width: 100%;
	padding: 12.5% 0 0 0;
	position: relative;
}
	.top_strip_inner {
		position: absolute; top: 0px; right: 0px;
		width: 100%;
		height: 100%;
		z-index: 5;
	}
		.crumbs {
			font-size: 0.8em;
			color: #969696;
			padding: 17px 2.9% 0 5%;
		}
			.crumb {
				display: inline;
			}
			.crumbs a {
				color: #969696;
			}
		.top_strip h1 {
			display: inline-block;
			position: absolute;
			top: 48px;
			text-align: center;
			font-size: 2.7em;
			padding: 8px 2.6%;
		}
	.top_strip > img {
		position: absolute; top: 0px; right: 0px;
		width: 100%;
	}
	.featured_image {
		position: relative;
		margin: 0 0 63px 0;
		max-width: 386px;
		float: left;
		width: 100%;
		
	}
		.featured_image img {
			display:block;
			position: relative;
			top: 10px;
			left: 10px;
			width: 100%;
		}
		.featured_image p.describe_img {
			background: #000;
			color: #fff;
			position: absolute;
			bottom: 5px;
			left: 0px;
			padding: 0.7em 0.9em;
			font-size: 0.8em;
		}
	/*stretch*/
	.stretch {
		padding: 60px 0 0 3.5%
	}
	@media screen and (min-width:590px){
		.stretch .contact_form{
			min-height: 0;
			width: 100%;
		}
			.stretch .contact_form .fields {
				width: 90%;
				
			}
			.stretch .contact_form input[type="text"]{
				width: 32%;
				float: right;
				margin: 0 0 1.3333% 1.3333%;
			}
			.stretch .contact_form textarea {
				clear:both;
				width: 98.7%;
				margin: 0;
			}
	}
.main{
	width: 58.88626%;
	float: right;
	padding: 60px 2.7804% 40px 2%;
}

/*--------------------------- SINGLE PAGE ---------------------------*/
	.single h2 {
		margin: 20px 0 6px 0;
		font-size: 1.9em;
		line-height: 0.9em;
		font-weight:normal;
	}
	.single  .text h2:first-of-type {
		margin: 0px 0 20px 0;

	}
	.single.s h2:first-of-type:after {
		content:"";
		display: block;
		/* clear:both; */
	}
	.single p {
		font-size: 0.93em;
	}
		.single .stretch {
			padding: 60px 0 0 0;
		}
/*--------------------------- CATEGORY PAGE ---------------------------*/
.category_description {
	padding: 0px 0 24px 0;
}
.cat_item {
	margin: 0 0 26px 0;
	padding: 10px 10px 8px 10px;
}
	.cat_item_img {
		width: 146px;
		float: right;
		position: relative;
	}
		.cat_item_img img {
			display: block;
			position: relative;
		}

		.cat_item_img img:hover {
			opacity: 0.8;
		}

	.cat_item_text {
		width: 74.57%;
		float: left;
		padding: 0px 2% 0 2%;
	}
		.cat_item_text h2 {
			font-size: 2em;
			margin: 0.2em 0 0.08em 0;
		}
		.cat_item_text h2 a:hover{
			color: #000;
		}
		.cat-item-link-arrow {
			position: relative;
			top: 4px; margin-right: 5px;
			padding: 0 14px 0 0;
			
			background: url('img/cat-item-link-arrow.png') no-repeat;
			background-position: top right;
		}
		.cat-item-link-arrow:hover {
			background-position: top left;
		}
	.cat_item.fullwidth .cat_item_text {
		float: none;
		width: 94%;
		padding: 0 4% 0 2%;
	}
		.cat_item.fullwidth h2 {
			margin: 0.2em 0 0.14em 0;
		}

.pagination {
    position:relative;
    padding:0 65px;
    text-align: center;
    font-size:14px;
}
.pagination a.next, .pagination a.prev {
    position:absolute;top:0;
}
.pagination a.next:after, .pagination a.prev:before {
    content:"";
   display: inline-block;vertical-align: middle;
    border-left:2px solid #005A93;
    border-bottom:2px solid #005A93;
    width:6px;height:6px;
    position: relative;top:-1px;
}
.pagination a.prev {right:0;
}
.pagination a.prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin:0 0 0 4px;
}

.pagination a.next {left:0;
}
.pagination a.next:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin:0 4px 0 0px;
}
.pagination .page-numbers {
    display: inline-block;vertical-align: middle;
    margin:0 3px;
}
    

/*--------------------------- GALLERY PAGE ---------------------------*/

section.gallery,.categoryx3,.categoryx3_page {float: left;padding: 48px 0% 40px 0;width: 72%;} .gallery_sidebar {float:right;width: 22%;padding: 48px 2.5804% 40px 2%; }
.gallery_sidebar h2 {
	font-size: 1.9em;
	line-height: 0.8em;
	margin: 0px 0 0.3em 0;
}
	.gallery_sidebar .right_sidebar_text {
		margin: 0 0 35px 0;
	}
.gallery_item {
	float: right;
	width: 22.25%;
	padding: 17.8% 0 0 0;
	position: relative;
	margin: 0 0 2.5% 2.5%;
	border: 4px solid #f3f3f3;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;
}
	.img_holder {
		border-left: 2.5% solid red;
		overflow: hidden;
		position: absolute;
		top: 0px; right: 0px;
		width: 100%;
		
		
	}
	.gallery_item img {
		
		width: 100%;
		display:block;
		top: 0px;
		right: 0px;
		
	}
	.gallery_item p.caption {
		z-index: 70;
		background: #F5F5F5;

		text-align: center;
		width: 100%;
		font-size: 0.8em;
		color: #727272;
		margin: 0px;
		height: 24px;
		padding: 4px 0 0 0;
	}
	@media screen and (min-width:1024px){
	.gallery_item img:hover {
		opacity: 0.8;
	}
	}

/*--------------------------- CATEGORY OF THREE ---------------------------*/
.right_sidebar_menu {
	margin: 0 0 36px 0;
}
.sub_menu_openner, .sub_menu_closer {display:none;}
	.right_sidebar_menu ul {margin: 0; padding:0;list-style: none;}
	.right_sidebar_menu > ul > li {
		font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
		font-size: 1.55em;
		margin: 0 0 10px;
		position: relative;
	}
		.right_sidebar_menu > ul > li > a {
			display: block;
			color: #000;
			padding: 12px 16px 10px;
		}
		@media screen and (min-width: 1024px){
			.right_sidebar_menu > ul > li:hover > a,  .right_sidebar_menu > ul > li.active > a{
				background: #005a93;
				color: #fff;
			}
		}
	.top_menu_button {
		display: none;
	}
	/*side menu sub menu*/
	.right_sidebar_menu ul > li:hover ul {
		display: block;
	}
	.right_sidebar_menu ul ul {
		 display: none; 
		position: absolute;
		top: 0px;
		right: 100%;
		height: auto;
		z-index: 60;
		width: 80%;
		font-size: 16px;
	}
		.right_sidebar_menu ul ul li {
						display: block;
						padding: 5px 15px 6px 15px;
						position: relative;
						border-top: 1px solid #fff;
						font-family: arial;
						font-size: 1em;
						background: #000;
		}
		.right_sidebar_menu > ul > li > ul li a {
			color: #fff;
		}
		.right_sidebar_menu > ul > li > ul li:first-child {
			border-top: none;
		}
		.right_sidebar_menu > ul > li > ul li:hover {
			background: #F6F6F6;
		}
		.right_sidebar_menu > ul > li > ul li:hover a {
			color: #000;
		}
.categoryx3 {
	overflow: hidden;
	
}
	.categoryx3 > div {
		width: 100%;
	}
		.categoryx3 .box {
			width: 33.33333%;
			float: right;
			margin: 0 0 3% 0;
		}
			.categoryx3 .box_in {
				width: 87%;
				padding: 4px 4px 8px;
				text-align: center;
			}
				.categoryx3 .box_in .text {
					padding: 0 3%;
				}
				.categoryx3 .box a {color: #000;display:block;}
				.categoryx3 a:hover .img {opacity: 0.8;}
				.categoryx3 a:hover h2 {color:#000;}
				.categoryx3 .img {margin: 0 auto;}
					.categoryx3 img {
						max-width: 251px;
						width: 100%;
						display: block;
						border-bottom: 1px solid transparent;/*firefox bug*/
						margin: 0 auto;
					}
					.categoryx3 h2 {
						padding: 8px 0 4px 0;
						font-size: 1.8em;
						margin-bottom: 0px !important;
						line-height: 0.9em;
						margin: 10px 0;
					}
					.categoryx3 p {
						font-size: 0.8em;
					}
/* category of three content page */					
	.categoryx3_page .featured_image {
	
		margin: 0 30px 30px 0;
	}

/*--------------------------- CONTACT PAGE ---------------------------*/
.contact {
	padding: 61px 0 0 0;
}
.contact_item {
	width: 33.333333333%;
	float: right;
	margin: 0 0 60px 0;
}
.lt-ie9 .contact_item {
	margin-top: 60px !important;
}
.address {
	width: 30.333333333%;
}
	.address_in {
		padding: 0 8% 0 10%;
	}
		.address h2 {
			margin: 0 0 20px 0;
			font-size: 1.8em;
			line-height: 0.9em;
			position: relative;
			top: -0.2em;
		}
		.address address {
			font-style: normal;
			font-size: 0.93em;
		}
		.contact_buttons {
			text-align: center;
			margin: 20px 0 20px 0;
			display: none;
		}
			.contact_buttons a {
				display: inline-block;
				vertical-align: top;
				color: #000;
				font-weight: bold;
				font-size: 0.8em;
				margin: 0 5px;
			}
.google_map {
	height: 332px;
	position: relative;
	margin: 0 3% 60px 0;
}
	.google_map h2,.contact_form h2 {
		font-size: 2em;
		text-align: center;
		width: 0px;
		margin: 0 auto -22px auto;
		top: -25px;
		/*222 / 378 * 100 = */width: 58.730159%;
		position: relative;
		padding: 10px 5px 10px 5px;
		line-height: 0.8em;
	}
	.google_map_in {
		float: left;
		width: 100%;
		height: 100%;
	}
		.google_map #map { 
			width:88%; 
			height:270px; 
			margin: 18px auto 0 auto;
		} 

/*--------------------------- faq ---------------------------*/
.all_qa_btn {
	padding: 0 29px 0 0;
	background: none;
	border: none;
	font-family: arial;
	font-size: 0.8em;
	color: #646464;
	display: inline-block;
	height: 23px;
	line-height: 20px;
	cursor: pointer;
	margin: 0 0 22px 13px;
}
.all_qa_btn:hover {
	opacity: 0.7;
}
.open_all_qa {
	background: url(img/faq-open.svg) no-repeat right center;
}
.close_all_qa {
	background: url(img/faq-close.svg) no-repeat right center;
}
.qa .cat_item_text {
	float: none;
	width: 94%;
}
h2.question {
	position: relative;
	margin-top: 1px !important;
	cursor: pointer;
	display: inline-block;
	padding-right: 29px;
	text-align: right !important;
}
.question:hover {
	color: #000;
}
	.qa .cat_item_text {
		padding: 0 2% !important;
	}
	.qa_btn {
		position: absolute;
		top: 0px; right: 0px;
		width: 100%;
		height: 100%;
	}
.answer {
	overflow: hidden;
	padding-right: 31px;
}

.open_ans {
	background: url(img/faq-open.svg) no-repeat right center;
}
.close_ans {
	display: none;
	background: url(img/faq-close.svg) no-repeat right center;
}
/*--------------------------- files ---------------------------*/
.files_claster {
	margin: 0 0 42px 0;
}
.files h2 {
	font-size: 2.3em;
	margin: 0 0 20px 0;
}
	.file {
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
		margin: 0 0 -1px 0;
		padding: 13px 22px 16px 0;
		position: relative;
	}
		.file a {
			color: #000;
			
		}
		.file a:hover span {
			text-decoration: underline;
			color: #005a93;
		}
		.file a:hover img {
			opacity: 0.7;
		}
		.file .file_img {
			position: absolute;
			top: 16px;
			right: 0px;
			margin: 0 0 0 6px;
		}
		.file span {
			display: inline-block;
			vertical-align: middle;
			font-weight: bold;
			font-size: 0.8em;
		}
/*--------------------------- contact form ---------------------------*/

fieldset {border:none;padding:0;}
.contact_form {
	min-height: 331px;
	
}
.contact_form h2 {
	width: 80%;
	margin-bottom: 10px;
}	.contact_form fieldset {
		margin: -10px 0 0 0;
		padding: 0 5.5555%
	}
		.contact_form fieldset.fields input, .contact_form textarea {
			display: block;
			width: 100%;
			margin: 0 auto 8px auto;
			border: 1px solid #dddddd;
			height: 32px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			font-size: 0.75em;
			color: #707070;
			font-family: arial;
			padding: 7px;
		}
		.contact_form fieldset.fields input[name=phone]:focus ,.contact_form fieldset.fields input[name=mail]:focus{    
			text-align: left;
		} 
		.contact_form textarea {
			height: 84px;
			resize: vertical;
			min-height: 84px;
		}
		fieldset.click {
			margin: 12px auto 0 auto;
			font-size: 0.75em;
			padding-bottom: 20px;
		}
			fieldset.click span {
				position:relative;
				top: 10px;
			}
		.checkbox {
			position: relative;
			top: 2px;
			margin: 0 0 0 3px;
		}
		.submit {
			background: none;
			border: none;
			background: url('img/item-link.svg') no-repeat;
			background-position: left top;
			height: 39px;
			padding: 0 0 0 39px;
			width: 100px;
			text-align: center;
			font-size: 2.4em;
			font-family: spoiler, titulim, arial, Courier, monospace, Courier, monospace;
			color: #000;
			float: left;
			cursor: pointer;
		}
		.submit:hover {
			color: #4581CA;
			background-position: left bottom;
		}
		.submit:focus {
			outline:0;
		}
	/*light box*/
	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		background-color: rgba(0,0,0,0.85);
		z-index: 5000;
		display: none;
		top: 0px;
		right: 0px;

	}
		.cover {
				max-width: 1200px;
				position: fixed;
				width: 100%;
				top: 0px;
				bottom: 0px;
				height: 86%;
				right: 0px; left: 0px;
				margin: auto auto;
				z-index: 5002;
				display: none;
				background-color: #000;
				overflow: hidden;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center center;				
		}

		@media screen and (max-width:800px){
			.cover {
				width: 100%;
				padding: 2.4% 0;
			}
		}
		
			.lightbox {
				width: 100%;
			}
			.lightbox img{
				position: absolute;
				top: 0px; bottom: 0px; right: 0px; left: 0px;
				margin:auto;
				max-width: 1094px;
				width: 100%;

				text-align: center;
				 /* padding: 3% 0; */
			}
				.lb_next, .lb_prev {
					position: absolute;
					width: 50%;
					height: 100%;
					top: 0%;
					font-size: 0px;
					cursor: pointer;
					z-index: 5008;
					opacity: 0.3;
					-webkit-user-select: none;
					-khtml-user-select: none;
					-moz-user-select: none;
					-o-user-select: none;
					user-select: none;					
				}
				@media screen and (min-width:1024px){
					.lb_next:hover, .lb_prev:hover {
						opacity: 1;
					}
				}
				@media screen and (max-width:1024px){
					.lb_next, .lb_prev {
						opacity: 1;
					}
				}
				.lb_close {
					min-width: 27px;
					min-height: 27px;
					background: url('img/x.png') no-repeat;
					background-position: left top;
					position: absolute;
					top: 0%; left: 0%;
					z-index:50009;
					cursor: pointer;
				}
				@media screen and (min-width:1024px){
					.lb_close:hover {
						background-position: right top;
					}
				}
				.lb_next .btn, .lb_prev .btn {
					position:absolute;
					display:block;
					height: 32px;
					top: 0;
					bottom: 0;
					width: 50px;
					margin: auto 0;
					background-repeat: no-repeat;
				}
				.lb_next {
					left: 0;
				}
					.lb_next .btn {
						background-image: url('img/lb-next.png');
						left: 3%;
					}
				.lb_prev {
					right: 0;
				}	
					.lb_prev .btn {
						background-image: url('img/lb-prev.png');
						background-position: right center;
						right: 3%;
					}
				@media screen and (max-width: 480px){
					.lb_next {left:3.6% !important} .lb_prev{right:3.6% !important}
				}
				.img_caption {
					position: absolute;
					bottom: 0px;
					padding: 0.3em 0 0.9em 0;
					left: 0px;
					width: 100%;
					text-align: center;
					color: #999999;
					font-size: 0.93em;
					background: #000;
				}

.credit {
	height: 0px;
	position: relative;
	margin: 0 0 0 20px;
	top: -17px;
	right: 0.4em;
}
	.credit img {
		margin: 0 0 -5px 0;
	}
	.credit .bb {

	}
	.credit a {
		color: #b7b7b7;
	}
	.credit span {
		font-size: 0.8em;
	}


/*reCAPTCHA*/

.gr_hold {
	margin-top: 10px;
}
.gr_hold.loading {
    /*background: url('assets/images/loading.gif') no-repeat center center;*/
}
.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    margin:8px 0 0 0;
}

.rtl .g-recaptcha{
    transform-origin: right top;
    -webkit-transform-origin: right top;
}

.gr_hold {
	max-width:304px;
	margin:0 auto 9px;
}


/* iaccessibility */

@media (max-width:1000px){
    body .iAccessibility-menu,
    body .iAccessibility-menu-button{
        top:195px;
    }    
    body nav.main_menu{
        z-index:99999;
    }
}