@charset "utf-8";
/* CSS Overrides to standard boostrap.css */

body {font-size: 19px}

a {text-decoration: underline}

a:hover,
a:focus {text-decoration: none}

.navbar-default .navbar-nav > li > a {
	margin:10px 0;
	padding-top: 6px;
    padding-bottom: 6px;
	border-radius:4px;
	color: #fff
	}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #fff}

.jumbotron p {font-size: 24px}



/* CSS Document */
#head {background-image: -webkit-linear-gradient(top, #E5E5E5 0%, #F6F6F6 100%);
  background-image: -o-linear-gradient(top, #E5E5E5 0%, #F6F6F6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#F6F6F6));
  background-image: linear-gradient(to bottom, #E5E5E5 0%, #F6F6F6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE5E5E5', endColorstr='#ffF6F6F6', GradientType=0);}

.header { }

.navbar-default {
  background: #1BADC7; 
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 9px rgba(0, 0, 0, 0.25), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 9px rgba(0, 0, 0, .25), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-brand {float:none;height:70px;padding:0px}
.logo {padding:5px 0}


.logo img{margin-left: auto;
  			margin-right: auto;}



.navbar {margin:0}
.navbar-toggle,.navbar-toggle:hover{background:#0D7B9F!important;border:none;}
.icon-bar{background-color:#fff!important}

.gradient{background-image: -webkit-linear-gradient(top, #E5E5E5 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #E5E5E5 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#fff));
  background-image: linear-gradient(to bottom, #E5E5E5 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE5E5E5', endColorstr='#ffFFFFFF', GradientType=0);
  }

.gradient-l{
background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,0.85) 0%, rgba(246,246,246,0.55) 50%, rgba(255,255,255,0.1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,0.85)), color-stop(50%, rgba(246,246,246,0.55)), color-stop(100%, rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,0.85) 0%, rgba(246,246,246,0.55) 50%, rgba(255,255,255,0.1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,0.85) 0%, rgba(246,246,246,0.55) 50%, rgba(255,255,255,0.1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,0.85) 0%, rgba(246,246,246,0.55) 50%, rgba(255,255,255,0.1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,0.85) 0%, rgba(246,246,246,0.55) 50%, rgba(255,255,255,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
  
#topbg .container {padding:0}

.jumbotron {background:#fff;}

.top-jumbotron{border-radius:0!important;
 -webkit-box-shadow:  25px 0px 15px -25px rgba(0, 0, 0, 0.25),  -25px 0px 15px -25px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:  25px 0px 15px -25px rgba(0, 0, 0, 0.25),  -25px 0px 15px -25px rgba(0, 0, 0, 0.25);
    box-shadow:  25px 0px 15px -25px rgba(0, 0, 0, 0.25),  -25px 0px 15px -25px rgba(0, 0, 0, 0.25);
	padding-bottom:20px
	}

.tcontainer	{background-color: rgba(227, 229, 229, 0.6);border-radius:12px 12px 0 0;margin:0 -15px 0 -15px}
.page-title,.sub-title {text-align:center;margin-top:0}

.page-title {border-radius:12px 12px 0 0;color:#6b7173;margin:0px 0 0 0;
padding:5px 0 10px 0;border-bottom:0px solid #CCC
}

.sub-title {padding:15px 0;margin:0 -15px 0 -15px}

.featuredbox a{color: #275493;font-size:18px}

.grouphead {text-decoration:none;padding:5px}

.toplist {padding:0px 19px 30px 19px}

.spaced {margin:25px 0;display:block}

/* The animation code */
@keyframes menuremind {
    0%   { left:12px; }
    25%  { left:5px; }
    50%  {left:12px; }
    75%  { left:5px; }
    100% { left:12px; }
}

/* The element to apply the animation to */
.menuremind {left:10px;top:10px;
    width: 90px;
    height: 20px;
    position: relative;
    animation-name: menuremind;
    animation-duration:3s;
	animation-delay: 2s;
	animation-iteration-count: 5;
	color:#FFF
}


.footer nav ul li {list-style:none!important}

footer {background:#A2A5A8;border-top:2px solid #919497;padding:15px 0 10px 0;font-size:95%;color:#fff} 
footer a {color:#fff;text-decoration:none}
#footmenu li{ display: inline; border-left: 0px solid; padding-left: 0.8em; }
#footmenu {text-align:center}
.first { border-left: none; padding-left: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav > li > a {font-size:80%}
}

.navbar-nav > li {margin:0 .2em}

#gotop {right:90%}

#submenu {padding-top:2px;}
#submenu a {font-size:115%;width:75%;text-align:center;float:none}

#submenu .glyphicon{ right:0px;float:right;top:5px}

.btn-default{background:#F2F2F2}


 .btn-default:hover{background-image: -webkit-linear-gradient(top, #1BADC7 0%, #18A5C1 100%);
  background-image: -o-linear-gradient(top, #1BADC7 0%, #18A5C1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1BADC7), to(#18A5C1));
  background-image: linear-gradient(to bottom, #1BADC7 0%, #18A5C1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1BADC7', endColorstr='#ff18A5C1', GradientType=0);
  color:#fff;
  border-color:#2D8396
  }
.gsearch{margin:10px 0;text-align:center}
.gsearch .btn {margin-bottom:3px}

@media (min-width: 767px) {
.logo img{text-align:left;margin:0}
.gsearch{margin:30px 0 0 0;text-align:right}	
}


.style-small-space {
	line-height: 0.25;
}
.Style16-Ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
}
.Style18-Ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
}
.Style20-Ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
}
.Style22-Ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.15;
	font-weight: normal;
	color: #000;
}
.Style24-Ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.15;
	font-weight: normal;
	color: #000;
}
.Style26-Ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.1;
	font-weight: normal;
	color: #000;
}
.Style30-Ariel {	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
}
.Style32-Ariel {	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
}

.Bottom-Page-Remark-20 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
}

.Style22-Ariel-Lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.8;
	font-weight: normal;
	color: #F00;
}

.revs div {margin:5px 0}
.centered {text-align:center}
.center {
    margin: auto;
    width: 80%;
    border: 1px solid #000;
    padding: 10px;
	text-align:center;
}

@media (max-width: 992px) {
#submenu {margin-top:30px}
}

#bg1 {background: url(../images/bg-img.gif) repeat top left #fff;}
#bg2 {background: url(../דפי-צביעה-טפט/images/bg_menu.gif) repeat top left #fff;}

#rr img:hover {border: 1px solid #03C}

.blue:hover {border: 1px solid #000}

#rcorners-border {
    border-radius: 10px;
    border: 1px solid #73AD21;
    width: 80%;   
}

 
