/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(https://fonts.googleapis.com/earlyaccess/notosanshebrew.css);

body {
    overflow-x: hidden;
    font-family: 'Noto Sans Hebrew', sans-serif;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
    background-attachment: fixed;   
}

h2{
    color:#6C72B1 !important;
}

.img-right {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 7px;
}

.img-left {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 7px;
}

.img-border{
    border:1px solid #D8D8D8;
}

hr {
  border-color: #ccc;
}

.trn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}


.logo{
    margin-top:-35px;
}

.fa-circle {
    color: #6C76D1;
}

.navbar-nav a:hover{
    background-color: #74791F  !important;
    border-radius: 10px;    
    color:#fff !important;
    text-decoration:none !important;
    transition: all 0.1s ease 0s;
}

.navbar-brand:hover{
    color:#E3FF53 !important;
    text-decoration:none !important;
}

.navbar-nav li{
    margin-left:-10px;
    letter-spacing: 0px;
}

.well{
    background-color: #fff !important;
    padding-bottom:40px;
    font-size: 18px;
    border:1px solid #D8D8D8;
}

#Terms p{
    font-size:16px;
}

#Terms h2{
    font-size:18px;
}

.ul_S{
    font-size:16px;
}

.footer-above{
    background-color:#939DFF !important;
    padding:0px !important;
}

p {
    font-size: 18px;
}

p.small {
    font-size: 16px;
}

a{
    text-decoration:none !important;
}

a:hover{
    text-decoration:underline !important;
}

a,a:hover,a:focus,a:active,a.active {
    outline: 0;
    color: #422CB1;
}

.footer-below a,.footer-below a:hover,.footer-below a:focus,.footer-below a:active,.footer-below a.active {
    outline: 0;
    color: #E3FF53;    
}

.businessInfo
{
	margin-top:10px;
    list-style: outside none none;
}

.businessInfo li
{
	border-bottom:1px solid #ccc;
	padding-top:7px;
	padding-bottom:7px;
    font-size:16px;
}

.businessInfo li:hover
{
	background-color:#ffe4b5;	
}

.table{
    font-size:16px;
}

.langLink{
    font-size:14px;
    margin-top:15px;
}

/* -------- recommendations ---------- */

.rec
{
    border:1px solid #ccc;
    padding:5px 20px 20px 20px;
    margin-bottom:10px;
    background-color:#fafafa;
}

.rec 
{
    text-align:justify;
}

.recName
{
    font-weight:bold;
    direction:ltr;
}

/* -------- slideout ---------- */

.slideout {
	position: fixed;
	top: 200px;
	left: 0;
	width: 35px;
	padding: 12px 0;
	text-align: center;
	background: #6DAD53;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
    z-index:1;
}
.slideout_inner {
	position: fixed;
	top: 200px;
	left: -250px;
	background: #84A7DD;
	width: 250px;
	padding: 25px;
	height: 75px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.slideout_inner textarea {
	width: 190px;
	height: 100px;
	margin-bottom: 6px;
}
.slideout-1:hover {
	left: 250px;
}
.slideout-1:hover .slideout_inner {
	left: 0;
}

/* -------- ------- ---------- */

hr.star-grey,
hr.star-white,
hr.star-dark {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-grey:after,
hr.star-white:after,
hr.star-dark:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-grey {
    border-color: #ddd;
}

hr.star-grey:after {
    color: #fff;
    background-color: #18BC9C;
}

hr.star-white {
    border-color: #999;
}

hr.star-white:after {
    color: #999;
    background-image: url('../images/bg.jpg');
}

hr.star-dark {
    border-color: #ddd;
}

hr.star-dark:after {
    color: #fff;
    background-color: #006350;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
}

header .container {
    padding-top: 100px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 150px;
        padding-bottom: 0px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-fixed-top.navbar-shrink .logo {
        width:120px;
        margin-top:-20px;
    }
}

@media(max-width:768px) {
    .logo{
        width:90px;
        margin-top:-14px;
    }
}

.navbar {
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color:#a78b15 !important;
}

section {
    padding: 10px 0;
}

section h2 {
    font-size: 22px;
    font-weight:bold;
    color:#6A72D4;
}

section h3 {
    font-size: 18px;
    color:#444;
    font-weight:bold;
}


section.success {
    color: #000;
    background: #fff;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 0px 0;
    }

    section.first {
        padding-top: 75px;
    }
}



footer {
    color: #fff;
    font-size:14px;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

/* -------- בגלל ריבוי כפתורים בתפריטים, מעלים את התפריט מוקדם ---------- */

 @media (max-width: 991px) {
    .navbar-header {
      float: none;
    }
    .navbar-left,
    .navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in {
      display: block !important;
    }
  }

