/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
html {
	height: 100%;
}
body {
	font-family: 'open sans hebrew', sans-serif;
	font-size:15px;
	color:#3b3b3b;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	direction: rtl;
	height: 100%;
	position: relative;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

a[href^="tel"] {
    color:inherit;
    text-decoration:inherit;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'open sans hebrew', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family:  'open sans hebrew', sans-serif;
}

p{
	position:relative;
	line-height:1.6em;	
}

.full-bg {
	background: url('../images/bg.jpg');
	width: 100%;
	height: 100vh;
	background-size: cover;
	position: fixed;
	top:0;
	right: 0;
}
.mt-15p {
	margin-top: 25%;
}
h1 {
	padding: 12px 0;
	font-size: 32px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	color: #373737;
}
.sub-title {
	margin-top: 30px;
	font-size: 21px;
}

ul {
	list-style: outside none;
	margin-top: 30px;
}

li {
	font-size: 18px;
	padding: 1px 0;
}

.v-blue {
	padding-left: 5px;
}

.footer-margin {
	margin-top: 40px;
}
.footer-list {
	margin-top: 10px;
}

.footer-list > li{
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #373737;
	position: relative;
}
.footer-list > li:before{
	position: absolute;
	top: 3px;
	right: 0;
	width: 16px;
	height: 15px;
	background: transparent url("../images/v_white.png") scroll 0 0 no-repeat;
	content: "";
}
.pad-right {
	padding-right: 30px;
}
.footer-h3 {
	margin-top: 15px;
	padding-bottom: 10px;
}
.padding-30px {
	padding:5px;
}
.form-cont {
	margin-top: 15px;
}
.submit-btn {
	width: 100%;
	color: white;
	text-align: center;
	background: #00adee;
	border-radius: 3px;
	height: 33px;
}
.abs {
	position: absolute;
	right: 0;
	top:50px;
	width: 100%;
}
.centered-list {
	margin: 0 auto;
	width: 450px;
}
.logo {
	display: inline-block;
    height:100px;
}
.hrr {
	display: inline-block;
}
@media (max-height: 1000px) {
	.mt-15p {
		margin-top: 4%;
	}
}
@media (max-width: 1200px) {
	h1 {
		font-size: 24px;
	}
	.sub-title {
		    font-size: 17px;
	}
}
@media (max-height: 860px) {
	.logo {
		max-width: 50%;
	}
	.sub-title {
		margin-top: 10px;
	}
	.footer-margin {
		margin-top: 10px;
	}
	ul {
		margin-top: 10px;
	}
	.abs {
		top: 20px;
	}
}
@media (max-height: 850px) {
	h1 {
		font-size: 18px;
	}
	.sub-title {
		font-size: 15px;
	}
	li {
		font-size: 14px;
		padding: 0;
	}
}
@media (max-width: 460px) {
	.logo {
		max-width: 80%;
		display: inline-block;
	}
	.full-bg {
		background-position: 100% 0;
		height: 100%;
		background-size: auto;
	}
	.centered-list {
		width: auto;
	}
	h1 {
		font-size: 16px;
		font-weight: 700;
	}
	.sub-title {
		font-size: 15px;
	}
	.mobile-bg-blue {
		background: rgba(0,173,238,0.73);
		padding: 5px 15px;
		border-radius: 5px 5px 0 0;
	}
	.mobile-bg-white {
		background: rgba(255,255,255,0.83);
		padding: 5px 15px;
		border-radius: 0 0 5px 5px;
		margin-bottom: 15px;
	}
	.pad-right {
		padding: 0;
	}
	li {
		font-size: 14px;
	}
	.abs {
		top: 10px;
	}
	.footer-list > li {
		font-size: 14px;
	}
}
.scroll-down {cursor:pointer;text-align: center;direction: rtl; color: #4f4f4f;letter-spacing: 1px;margin-top: 40px;}

.scroll-down img {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
	width: 34px;
	height: auto;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 30%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 30%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

	#clients-slider-2 {
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		-moz-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		-ms-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		-o-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}