@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
body {
  padding-top: 100px;
  font-family: "Open Sans Hebrew";
}
@media(min-width:1200px) {
	.container {
		width: 1100px;
	}
}

a {
	color:#43b6e9;
}

.navbar-collapse {
	background-color:#fff;
}

.navbar-brand img {
	max-height:60px;
	width:auto;
}


.navbar {
	background-color:#fff;
	height:100px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
@media(min-width:768px) {
	.navbar-collapse {
		background:none;
	}
}
.navbar-toggle {
	margin-left:8px;
}

ul.nav {
	margin-top:22px;
}



@media(min-width:1000px) {

	.nav.navbar-nav{
		margin-right:80px;
	}
}
.navbar-default .navbar-nav > li > a {
	color:#000000;
	font-size:18px;
	line-height:14px;
	padding:13px 10px;
	margin:7px;
}

@media(max-width:1200px) {
	.navbar-default .navbar-nav > li > a {
		font-size:14px;
		padding:13px 3px;
		margin:4px;
	}
	.navbar-brand img {
		max-height:60px;
		max-width:200px;
	}
	.navbar-brand {
		padding-left:0;
	}
	.header {
		width:auto;
	}
}


.navbar-default .navbar-nav > li > a:hover {
	color:#000000;
	background-color:none;
	
}


.dropdown-menu {
	min-width: 220px;
}
.dropdown-menu.columns-2 {
	min-width: 440px;
	border-top:3px solid #63C9EB;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	  transition:         all 0.2s  ase;
	  -moz-transition:    all 0.2s  ease;
	  -webkit-transition: all 0.2s  ease;
	  -o-transition:      all 0.2s  ease;
	  -ms-transition:     all 0.2s  ease;
	display: block;
	clear: both;
	color: #525252;
	white-space: normal;
	font-weight: 400;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.multi-r1 {
	border-left:1px solid #eee;
}


ul.dropdown-menu {
	border-top:3px solid #63C9EB;
}
ul.dropdown-menu li a {
	  transition:         all 0.2s  ase;
	  -moz-transition:    all 0.2s  ease;
	  -webkit-transition: all 0.2s  ease;
	  -o-transition:      all 0.2s  ease;
	  -ms-transition:     all 0.2s  ease;
	display: block;
	clear: both;
	color: #525252;
	white-space: normal;
	font-weight: 400;
	border-bottom:1px solid #cbcbcb;
}
ul.dropdown-menu li:last-child a {
	border-bottom:none;
}
ul.dropdown-menu li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #f5f5f5;
}
@media(min-width:768px) {

	.dropdown .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity: 0;
	  transition:         all 0.2s  ase;
	  -moz-transition:    all 0.2s  ease;
	  -webkit-transition: all 0.2s  ease;
	  -o-transition:      all 0.2s  ease;
	  -ms-transition:     all 0.2s  ease;
	}
	.dropdown:hover .dropdown-menu,
	.dropdown.open .dropdown-menu {
	  visibility: visible;
	  opacity: 1;
	}
	.dropdown {
	  display: inline-block;
	}

}

ul.dropdown-menu li.dropdown-header {
	font-size:13px;
	font-weight:600;
	color:#000;
}

ul.dropdown-menu li a {
	font-size:14px;
	color:#919191;
	padding-top:8px;
	padding-bottom:8px;
}




h1.index-title {

}




.form-control {
	background-color:#fff;
	box-shadow: none;
	border-radius:7px;
	margin-bottom:10px;
}



.btn-yellow {
background: #FE8A6D;
color:#000;
border:0px;
border-radius:3px;
}


.btn-green {
background: #b5eb3e;
background: -moz-linear-gradient(top,  #b5eb3e 0%, #80bb00 100%);
background: -webkit-linear-gradient(top,  #b5eb3e 0%,#80bb00 100%);
background: linear-gradient(to bottom,  #b5eb3e 0%,#80bb00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5eb3e', endColorstr='#80bb00',GradientType=0 );
color:#000;
border:0px;
border-radius:3px;
}
.btn-green:hover,.btn-green:focus, .btn-green:active {
background: #80bb00;
background: -moz-linear-gradient(top,  #80bb00 0%, #b5eb3e 100%);
background: -webkit-linear-gradient(top,  #80bb00 0%,#b5eb3e 100%);
background: linear-gradient(to bottom,  #80bb00 0%,#b5eb3e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bb00', endColorstr='#b5eb3e',GradientType=0 );
}


.thumbnail {
	margin-right:auto;
	margin-left:auto;
	max-width:98%;
	height:380px;
  transition:         all 0.2s  ase;
  -moz-transition:    all 0.2s  ease;
  -webkit-transition: all 0.2s  ease;
  -o-transition:      all 0.2s  ease;
  -ms-transition:     all 0.2s  ease;
}
.thumbnail h3 {
	text-align:center;
	font-size:22px;
	font-weight:600;
	color:#6FCCC3;
	padding-bottom:10px;
}
.thumbnail .caption {
	height:150px;
	text-align:center;
	color:#acabab;
		padding-top:0px;

}


.thumbnail:hover {
	background-color:#717070;
}
.thumbnail:hover h3 {
	color:#fff;
}
.thumbnail:hover .caption {
	color:#fff;
}
.thumbnail p.link {
	text-align:center;
	padding-top:15px;
}
.thumbnail img {
	display:inline-block !important;
}
.thumbnail .img-circle-hover {
	background-color:#6FCCC3;
	margin-right:auto;
	margin-left:auto;
	width:85px;
	height:85px;
	text-align:center;
	padding-top:10px;
	border-radius:70px;
	transition:         all 0.2s  ase;
  -moz-transition:    all 0.2s  ease;
  -webkit-transition: all 0.2s  ease;
  -o-transition:      all 0.2s  ease;
  -ms-transition:     all 0.2s  ease;
}






.thumbnail.article {
	position:relative;

	margin-right:auto;
	margin-left:auto;
	max-width:98%;
	height:240px;
}
.thumbnail.article h3 {
	text-align:center;
	font-size:18px;
	color:#6FCCC3;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
}
.thumbnail.article .caption {
	height:100px;
	padding-top:0px;
	font-size:13px;
	text-align:center;
	color:#acabab;
}

.thumbnail.article p.link {
	position:absolute;
	text-align:center;
	bottom:5px;
	width:100%;
}


.footer {
	margin-top:80px;
	background:#6FCCC3;
	min-height:40px;
	color:#fff;
	padding-top:10px;
}

.footer a {
	color:#fff;
}

@media(max-width:768px)  {
	.footer {
		font-size:12px;
	}
}


.fa-facebook {
	background-color:#4862A3;
	padding:6px;
	padding-right:12px;
	padding-left:12px;
	border-radius:6px;
	color:#fff;
	
	
}


@media(max-width:1200px) {
	.thumbnail.article .caption {
		font-size:12px;
	}
	.thumbnail.article h3 {
		font-size:16px;
	}
	.thumbnail .caption {
		font-size:13px;
	}
	.thumbnail h3 {
		font-size:18px;
	}
}