
@media only screen and (max-width : 1920px) {
	html,body
	{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	}
	
	.sr-only{
		display:none;
	}
	
	/*dropdown menu*/
	.dropdown {
		position: relative;
/*		display: inline-block;*/
	}
	
	.dropdown-content  p{
		font-size: 19.444px;
		font-family: "Arial";
		color: rgb( 29, 66, 134 );
		border-bottom: solid 1px;
		border-bottom-color: #dedede;
		margin:0;
		padding: 5px;
		text-align: right;
	}


	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.2);
		padding-left:5px;
		padding-right:5px;
		z-index: 1;
		right: 0;
/*		margin-top: 17px;*/
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	/*search*/
	.txt-search-wp{
		height:118px;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	/* webkit solution */
	.txt-search::-webkit-input-placeholder 
	{
		text-align:right;
		font-size: 20.833px;
		font-family: "Arial";
		color: rgba( 16, 17, 19, 0.6 );
		line-height: 1.2;
	}
	/* mozilla solution */
	.txt-search:-moz-placeholder 
	{ 
		text-align:right;
		font-size: 20.833px;
		font-family: "Arial";
		color: rgba( 16, 17, 19, 0.6 );
		line-height: 1.2;
	}

	.txt-search{
		border: solid 1px;
		border-color: #ccd8e5;
		border-radius: 19px;
		height: 35px;
		text-indent: 18px;
		direction: rtl;
		width: 233px;
		-moz-box-shadow: inset 0 0 10px #000000;
		-webkit-box-shadow: inset 0 0 24px rgba(177, 177, 177, 0.56);
		box-shadow: inset 0 0 24px rgba(177, 177, 177, 0.56);
		 background-image: url(../designFiles/glass.png);
		background-position: 15px 10px;
		background-repeat: no-repeat;
		font-size: 20.833px;
		font-family: "Arial";
		color: rgba( 16, 17, 19, 0.6 );
		line-height: 1.2;
	}

	/*Contact*/
	.contact-wp{
		text-align:center;
		height:118px;
		display: flex !important;
		justify-content: inherit;
	}
	
	.contact-in-wp{
		align-self: center;
	}
	.contact-title{
	  font-size: 20.833px;
	  font-family: "Arial";
	  color: rgb( 16, 17, 19 );
	  line-height: 1.2;
	  display: block;
	}

	.contact-tel{
	  font-size: 25px;
	  font-family: "Arial";
	  color: rgb( 29, 66, 134 );
	  line-height: 1;
	}
	
	.telephone-icon{
		float:right;
		padding-left:10px;
	}

	/*Login*/
	.login-wp{
		float:right;
		text-align:right;
		border: solid 1px;
		padding-bottom:10px;
		padding-top:1px;
		padding-left:9px;
		padding-right:9px;
		border-color: #e1e1e1;
		width: 210px;
		border-radius: 10px;
		-webkit-box-shadow: 1px 1px 5px 0px #ccc;
		-moz-box-shadow: 1px 0px 5px 0px #ccc;
		box-shadow: 1px 1px 5px 0px #ccc;
		margin-top:10px;
		margin-bottom:10px;
	}
	.login-title{
	  font-size: 15.278px;
	  font-family: "Arial";
	  color: rgb( 12, 13, 14 );
	  line-height: 1.636;
	  display:block;
	}

	.login-password,.login-user
	{
		height:27px;
		width:192px;
		border: solid 1px;
		border-color: #ccd8e5;
		direction: rtl;
		text-indent:6px;

	}

	.login-user{
		display: block;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 6px;
	}
	.login-password{
		width:144px;
	}

	/* webkit solution */
	.login-password::-webkit-input-placeholder,.login-user::-webkit-input-placeholder  
	{
		font-size: 15.278px;	
		font-family: "Arial";
		color: rgba( 40, 40, 38, 0.6 );
		line-height: 1.636;
	}
	/* mozilla solution */
	.login-password:-moz-placeholder ,.login-user:-moz-placeholder 
	{ 
		font-size: 15.278px;	
		font-family: "Arial";
		color: rgba( 40, 40, 38, 0.6 );
		line-height: 1.636;
	}

	.login-btn{
	  font-size: 14px;
	  font-family: "Adobe Hebrew";
	  color: rgb( 255, 255, 255 );
	  line-height: 1.636;
	  width:42px;
	  height: 27px;
	  background-color:#1d4286;
	  border:none;
	  float:left;
	  border-radius:13px;
	}

	/*navbar*/
	.nav-wp{
		position:relative;
		border-bottom: solid 2px;
		border-bottom-color: #bbcd5a;
		border-top: solid 1px;
		border-top-color: #cadee3;
		/*gradient*/
		background: rgba(205,224,243,1);
		background: -moz-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,224,243,1)), color-stop(31%, rgba(218,232,246,1)), color-stop(51%, rgba(224,236,248,1)), color-stop(73%, rgba(227,239,250,1)), color-stop(100%, rgba(242,247,252,1)));
		background: -webkit-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -o-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -ms-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: linear-gradient(to bottom, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde0f3', endColorstr='#f2f7fc', GradientType=0 );
	}

	.navbar-ul{
		padding:0;
	}

	.nav-wp li{
		float: left;
		padding-top:15px;
/*		padding-bottom:15px;*/
		padding-left:20px;
		padding-right:20px;
		text-align:center;
		list-style-type: none;
		
	}

	.nav-wp li > a
	{
		display: block;
		height: 74px;
/*		padding-top:15px;
		padding-bottom:15px;*/
	}
	
	.nav-1-grp{
	float:left;
	padding-left:0;
	padding-right:0;
	margin-bottom:0;
	}
	
	.nav-2-grp{
	float:right;
	padding-left:0;
	padding-right:0;
	margin-bottom:0;
	}
	
	.nav-1-grp li,.nav-2-grp li{
		float:right;
	}
	
	.nav-wp a{
	   white-space: nowrap;
	  font-size: 19.444px;
	  font-family: "Arial";
	  color: rgb( 29, 66, 134 );
	  text-align: center;
	}
	

	/*logo*/
	.logo-wp {
		text-align: center;
		height: 0px;
		position: relative;
		top: -17px;
		z-index: 10;
	}
	
	/*logo responsive*/
	.logo-responsive-wp{
		z-index: 30;
		position: absolute;
		right: 18px;
		top: 5px;
	}
	
	.logo-responsive-wp img{
		width:25px;
	} 

	/*cabins*/
	.cabins-wp{
		background-image:url('../designFiles/homesweethome.jpg');
		height:580px;
		background-repeat: no-repeat;
		background-size: cover;
		position:relative;
		border-bottom: solid 2px;
		border-bottom-color: #bbcd5a;
	}

	/*content*/
	.content-wp{
		border-top: solid 4px;
		border-top-color: #bbcd5a;
		position:relative;
		top:-25px;
		background-color:white;
	}

	.content-panel-in-wp{
		padding:25px;
		background: #eaf2fa; /* Old browsers */
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf2fa+0,ffffff+42,ffffff+100 */
		background: #eaf2fa; /* Old browsers */
		background: -moz-linear-gradient(top,  #eaf2fa 0%, #ffffff 42%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #eaf2fa 0%,#ffffff 42%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #eaf2fa 0%,#ffffff 42%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



	}

	.border-img{
		padding:10px;
		border:solid 1px;
		border-color:#c4cad0;
		width: 100%;
	}

	.border-img-small{
		padding:5px;
		border:solid 1px;
		border-color:#c4cad0;
		width: 14vw;
		height: 11vw;
		max-width: 185px;
		max-height: 135px;
		min-width: 160px;
		min-height: 125px;
	}

	.content-img-wp{
		float: right;
		max-width: 615px;
	}

	.content-paragraph{
		padding-left: 30px;
/*		float: right;*/
		margin-bottom: 20px;
	}

	.content-paragraph p{
		font-size: 15.278px;
		font-family: "Arial";
		color: rgb( 47, 58, 31 );
		line-height: 1.455;
		text-align: right;
		font-weight: 700;
	}
	
	.content-title{
		  text-align: right;
		  margin-bottom:10px;
	}
	
	.content-title span{
	  font-size: 34.722px;
	  font-family: "Arial";
	  color: rgb( 47, 58, 31 );
	  line-height: 0.72;
	}



	.content-shadow-left img,.content-shadow-right img{
		position: absolute;
		top: -40px;
	}
	.content-shadow-left img{
		left: -34px;
	}
	.content-shadow-right img{
		right: -34px;
	}

	/*footer*/
	.footer-wp{
		height:180px;
		position:relative;
		background-color:#e9eaca;
	}
	.footer-waves-wp img{
		position: absolute;
		top: -25px;
		left: -75px;
		z-index: 1;
	}

	.footer-hr hr{
		border-color:#cfd7a0;
		position: relative;
		z-index: 10;	
	}

	.footer-hr{
		padding-top:10px;
	}

	.footer-wp li{
		float:left;
		list-style-type:none;
	}

	.footer-wp li:not(:first-child):after {
		content: " | ";
		color:rgb( 50, 154, 0 );
		font-weight:700;
		padding-left:5px;
		padding:right:5px;
	}

	.footer-wp ul{
		position: relative;
		z-index: 10;
		padding-top:70px;
		padding-left:130px;

	}

	.footer-wp a{
		font-size: 15px;
		font-family: "Arial";
		color: rgb( 50, 154, 0 );
		line-height: 1.455;
		font-weight:600;
		margin-left: 5px;
		margin-right: 5px;
	}

	.interuse-wp{
		float:left;
		margin-right: 10px;
		position: relative;
		z-index: 10;
	}

	.interuse-wp img{
		background-color: white;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 23px;
	}



	.web-dev-sp,.copyright-sp{
		position: relative;
		z-index: 10;
		font-size: 14px;
		font-family: "Arial";
		color: rgb( 13, 15, 12 );
		line-height: 40px;
		font-weight:600;
	}

	.copyright-sp{
		float:right;
	}
	
	.web-dev-sp{
		float:left;
	}
}

.news-wp{
	background-color:white;
	border-width: 1px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#bbbbbb), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#bbbbbb, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#bbbbbb, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#bbbbbb, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #bbbbbb, rgba(0, 0, 0, 0)) 1 100%;
	  border-left:none;
	height: 200px;
	overflow: hidden;
}

.news{
	position:relative;
	padding-right:40px; 
	text-align:right;
}

.span-news-link{
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
  z-index: 1;
}

.news p{
  font-size: 15.278px;
  font-family: "Arial";
  color: rgb( 56, 56, 56 );
  line-height: 1.455;
  font-weight: 700;
}

.news-arrow{
    position: absolute;
	right: 13px;
    top: 4px;
}


.blue{
	color: rgb( 29,66, 134) !important;
}

.calendar{
	margin-top:20px;
	margin-bottom:15px;
}

.calendar img{
    width: 100%;
}

.float-left-desktop{
	float:left;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1199px) {
	.logo-wp img{
		width: 150px;
		position: relative;
	}
	
	.nav-wp a {
		white-space: nowrap;
		font-size: 14.444px;
		font-family: "Arial";
		color: rgb( 29, 66, 134 );
		text-align: center;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.float-left-desktop{
		float:none;
	}
	
	/*Dropdown menu*/
	.dropdown-content{
		right:0;
		left:0;
		margin-top:0;
	}
	.dropdown-content p{
		text-align:center;
	}
	
	.dropdown-content  p{
		font-size:14.44px;
	}

	.nav-1-grp{
		float:none;
	}
	
	.nav-2-grp{
		float:none;
	}

	/*tp-wt-wp - Sidebar*/
	.tp-wt-wp{
		position: fixed;
		top: 60px;
		left: 0px;
		width: 250px;
		height: 100%;
		z-index: 30;
		background-color: white;
		box-shadow: 12px 0 15px -4px rgba(162, 162, 162, 0.3);
			/*gradient*/
		background: rgba(205,224,243,1);
		background: -moz-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,224,243,1)), color-stop(31%, rgba(218,232,246,1)), color-stop(51%, rgba(224,236,248,1)), color-stop(73%, rgba(227,239,250,1)), color-stop(100%, rgba(242,247,252,1)));
		background: -webkit-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -o-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -ms-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: linear-gradient(to bottom, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde0f3', endColorstr='#f2f7fc', GradientType=0 );
	}
	
	.navbar-ul{
		position: fixed;
		z-index: 30;
		top: 243px;
		left: 0;
		padding-left: 0px;
	}

	.nav-1-grp li,.nav-2-grp li{
		float:none;
	}

	.nav-wp li{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 0;
		padding-right: 0;
		width:250px;
		text-align: center;
		list-style-type: none;
		background-color: rgba(128, 128, 128, 0.06);
		border-bottom: solid 1px;
		border-bottom-color: #cacaca;
	}

	.nav-wp li:hover{
		background-color: rgba(128, 128, 128, 0.14);
	}
	
	

	.content-img-wp{
	    width: 100%;
		text-align:center;
	}
	
	.content-paragraph{
	    padding-left: 0px;
	}
	
	.login-wp{
		float:none;
		margin: 0 auto;
		background-color:white;
		width: 223px;
		margin-top:25px;
	}
	.web-dev-sp,.copyright-sp{
		color: rgb(80, 80, 80);
		line-height:25px;
		float:inherit;
		display:block;
	}
	
	.login-user{
		width:200px;
	}
	.login-password{
		width:154px;
	}

	.contact-wp{
		height:auto;
	}

	.contact-in-wp{
		margin:0 auto;
		margin-top: 10px;
		margin-left: 15px;
		position: fixed;
		top: 9px;
		right: 110px;
		z-index:30;
		
	}

	.contact-title{
		display: inline;
		padding-left: 10px;
	}

	.contact-title,.contact-tel{
		font-size:15px;
	}

	.telephone-icon{
		width: 10px;
	}

	.txt-search-wp input{
		margin:0 auto;
	}

	.txt-search-wp{
		height: 65px;
		width: 250px;
	}

	.sidebar-close-wp{
		height: 0px;
		z-index: 40;
	}
	
	.sidebar-close-wp img{
		width: 25px;
		opacity: 0.5;
		float: right;
		margin-right: 10px;
		margin-top: 10px;
	}

	.sidebar-close-wp{
		 cursor: pointer; cursor: hand;
	}
	
	/*hamburger menu*/
	.navbar-mobile{
		position:fixed;
		top:0;
		right:0;
		z-index:29;
		width:100%;
		line-height:40px;
		/*gradient*/
		background: rgba(205,224,243,1);
		background: -moz-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,224,243,1)), color-stop(31%, rgba(218,232,246,1)), color-stop(51%, rgba(224,236,248,1)), color-stop(73%, rgba(227,239,250,1)), color-stop(100%, rgba(242,247,252,1)));
		background: -webkit-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -o-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: -ms-linear-gradient(top, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		background: linear-gradient(to bottom, rgba(205,224,243,1) 0%, rgba(218,232,246,1) 31%, rgba(224,236,248,1) 51%, rgba(227,239,250,1) 73%, rgba(242,247,252,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde0f3', endColorstr='#f2f7fc', GradientType=0 );
	}
	
	.hamburger-menu-wp{
		height:60px;
		line-height: 55px;
	}
	
	.hamburger-menu{
		width:22px;
		margin-right:20px;
		position: absolute;
		left: 20px;
		top: 20px;
	}
	
	.box-shadow-menu {
		position: relative;
		padding-left: 1.25em;
		font-size: 25px;
		line-height: 40px;
	}

	.box-shadow-menu:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0.25em;
		width: 1em;
		height: 0.15em;
		background: black;
		opacity:0.5;
		box-shadow: 0 0.25em 0 0 black,0 0.5em 0 0 black;
	}
	
	.logo-responsive-wp img{
		width:75px;
	}
	
	.logo-wp{
		display:none;}
	
	.cabins-wp{
		background-position: center center;
		min-height:350px;
		height:auto;
		background-size: inherit;
	}
	
	.content-title{
		margin-top:20px;
	}
	
	.content-title span{
		font-size: 28px;
	}
	
	.border-img-small{
		margin-bottom:20px;
	}
	
	.interuse-wp{
		display:block;
		margin-right:0;
		float:none;
		margin-bottom: 10px;
	}
	.footer-in-wp
	{
	    background-color: #e9eaca;
		padding-bottom: 15px;
	}
	
	.footer-wp{
		text-align:center;
	}
	
	.footer-wp a{
		color:rgba(50, 154, 0, 0.85);
	}
	
	.footer-wp ul{
		display:inline-block;
		padding-left:0;
		padding-right:0;
		margin-bottom:0;
		padding-top:90px;
	}
	
	.footer-wp li{
		display: inline;
		float:none;
	}
	
	.footer-hr hr{
		margin-top:15px;
		margin-bottom:25px;
	}
	
	.news-wp{
		border:none;
	}
}

@media only screen and (max-height : 600px) and (max-width : 500px) {
	.navbar-ul {
		max-height: 350px;
		overflow-y: scroll;
	}
	.navbar-ul::-webkit-scrollbar { 
		display: none; 
	}
}
	
/*utilities*/
.mrg-top-10{
	margin-top: 10px;
}
.mrg-top-15{
	margin-top: 15px;
}
.mrg-top-20{
	margin-top: 20px;
}
.mrg-top-25{
	margin-top: 25px;
}

/* LIAT */
.nav-wp a:hover { text-decoration: none !important; cursor: pointer; }

div.username
{
	padding-top: 15px;
}

.bxslider
{
	height: 200px;
}

.bx-wrapper .bx-viewport
{
	height: auto !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.searchResults_subject
{
	font-size: 14px;
	font-weight: bold;
}

div#phones 
{
	width: 500px;
}

@media only screen and (max-width : 500px) 
{
	div#phones { width: auto; }
}

div#phones div.email a:before
{
	font-family: FontAwesome;
	content: "\f003";
}

div#phones div.email a
{
	text-decoration: none;
}

div#phones div.row 
{
	border-bottom: 1px solid #C0C0C0;
	padding: 5px 0px;
}

div#phones span.title
{
	color: #808080;
}

div#searchPhones
{
	margin-bottom: 10px;
}

div#searchPhones i.fa-search
{
	font-size: 22px !important;
	cursor: pointer;
}

div#essayPreview i.fa
{
	color: #499B21;
}

div#essayPreview div.essayPreview_title
{
	padding-top: 5px;
}

div.pika-stage
{
	margin: auto;
}

