/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
    opacity: 1;
}

::-ms-input-placeholder { /* Edge */
    color: #000 !important;
    opacity: 1;
}

:placeholder-shown { /* Standard one last! */
    color: #000 !important;
    opacity: 1;
}


 body{font-family:'Open Sans Hebrew'; font-size:16px;}
 h1,h2,h3,h4,h5,h6{text-transform:uppercase;}
 a{color: #000000;}
 a:hover{text-decoration:none;}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          margin-bottom: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-nav .dropdown-menu{
  background: #222 !important;
}
.navbar-nav .dropdown-menu li a{
  border-bottom: 2px solid #222 !important;
}
.navbar-nav .dropdown-menu li a:hover{
  border-bottom: 2px solid #14a7c8 !important;
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
  .pagetitle{display:none;}
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}


/***************** Main Styling **************************/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}




.ltr{
  direction: ltr;
}

header{
  padding: 15px 0;
  position: relative;
}
header .socialmediamain .fa{
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    text-align: center;
	margin-right: 5px;
}

header .socialmediamain .fa-linkedin-square{
  background: #015786;
}
header .socialmediamain .fa-google-plus{
  background: #d01820;
}
header .socialmediamain .fa-twitter{
  background: #00adef;
}
header .socialmediamain .fa-facebook{
  background: #395f9e;
}
header .advertising-option {
	text-align: left;
}

header .advertising-option a{
  color: #222;
  font: 16px  'Open Sans Hebrew';
  margin-right: 10px;
}

header .advertising-option a i{
  color: #d3d3d3;
  font-size: 16px;
  margin: 0 5px;
}

header .advertising-option .activeAo,
header .advertising-option .activeAo i,
header .advertising-option a:hover,
header .advertising-option a:hover i{
  color: #14a7c8;
}

.banner{
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  margin-bottom: 15px;
}
.slide{
  position: absolute;
  width: 100%;
  top:0;
  min-height: 500px;
}
.carousel-inner {
    height: 500px;
}
.carousel-inner .item{
      position: absolute;
    width: 100%;
}
.carousel-inner .item img{
     z-index: -1;
}
.carousel-inner .captions {
    max-width: 550px;
    margin-right: 9%;
}
.navbar-collapse{
  text-align: center;
}
.navbar-nav{
  display: inline-block;
  margin: auto;
  float: right;
}
@media(min-width: 768px){
  .dropdown:hover ul.dropdown-menu{
    display: block;
  }
}
.rotate{
  transform: rotateY(180deg);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-default {
    background: #3F51B5;
    font: 20px  'Open Sans Hebrew';
    color: #fff;
    padding-bottom: 0;
    height: 57px;
    border: none;
	font-weight: 300 !important;
}

.overlay {
    background: url('../images/banner-overlay.png');
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.banner-details{
  position: relative;
    z-index: 100;
    display: block;
    height: 500px;
}

.motto{
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 10px;
  margin-top: 395px;
  cursor:pointer;
}
.motto .bigtext{
  font: 28px 'Open Sans Hebrew'; font-weight:100;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
      font-size: 28px;
	  display:block;
}
.motto h2{
  font: 36px 'Open Sans Hebrew'; font-weight:300;
  color: #FFF;
  margin: 0;
  text-align: right;
  text-transform:none;
}
.moto-para{
  font: 13px  'Open Sans Hebrew';
  color: #fff;
  margin: 15px 0;
}
.btn-green{
  font: 12px  'Open Sans Hebrew';
  background: #37acc7;
  color: #fff;
  padding: 15px 45px;
}

.banner-form{
    background: rgba(255,255,141,0.59);
    border-radius: 10px;
    padding-top: 15px;
    margin-top: 45px;
    max-width: 270px;
}

.form-control{ height: 30px; padding: 6px; font-size: 13px; line-height: 100%;}

.banner-form .bfTitle{
  background: #d45000;
        padding: 15px 15px 15px;
    /* text-align: center; */
    position: relative;
}
.banner-form .bfTitle:before{
  background: url('../images/corner.png');
  width: 10px;
  height: 70px;
  position: absolute;
  top: 0;
  right: -10px;
  content: '';
  z-index: 1;
}
.banner-form .bfTitle h1{
      font: 22px 'Open Sans Hebrew'; font-weight:300;
    color: #fff;
    margin: 4px 0 3px;
    padding: 0;
    line-height: 1;
}

aside .banner-form .bfTitle h1{
    font: 20px 'Open Sans Hebrew';
}
.banner-form .bfTitle h2{
    font: 8px 'Open Sans Hebrew';
    color: #fff;
    margin: 0;
	text-transform:none;
}
.banner-form .paraform{
  margin: 15px 15px 15px;
  color: #d45000;
  font: 20px  'Open Sans Hebrew';
  text-align: center;
}
.banner-form form{
  padding: 0 15px;
  padding-bottom: 5px;
  direction:rtl;
}

.banner-form form .form-group{
  margin-bottom: 5px;
}

.banner-form form .lable{
  color: #222;
  font: 13px  'Open Sans Hebrew';
}
.banner-form form .lable input[type="checkbox"]{
  color: #222;
}
.banner-form form .lable a{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.banner-form form .blackButton{
  margin: 5px 0;
}

.infoBox{
  background: #FFEB3B;
  margin: 5px 0;
  padding: 0;
}

.infoBox .lightBlue-bg{
  background: #ecf2f4;
  padding: 5px;
  border-radius: 10px;
}
.infoBox .lightBlue-bg .form-control{
  height: 33px;
  border-radius: 5px;
}
.form-control{
  border-radius: 5px;
}

.infoBox .lightBlue-bg .input-group{
  max-width: 250px;
}

.infoBox .lightBlue-bg .input-group-addon{
  background: transparent;
  border: none;
}

.infoBox .yellowSmall{
  background: #FFEB3B;
  font: 20px 'Open Sans Hebrew'; font-weight:700;
  color: #000000;
  float: right;
  padding: 3px 30px 5px;
  border-radius: 5px;
  margin-left: -10px;
  position: relative;
  z-index: 1;
}
.infoBox .yellowSmall:before{
    position: absolute;
    content: '\f10b';
    font-family: 'FontAwesome';
    top: 3px;
    left: -15px;
    z-index: 100;
    padding: 5px;
    font-size: 18px;
    background: #d45000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    text-align: center;


}
.infoBox .yellowSmall span{
  background: #FFEB3B;
  font: 11px  'Open Sans Hebrew';
  color: #000000;
  display: block;
}
.infoBox .blueSmall{
    font: 21px 'Open Sans Hebrew';
    font-weight: 700;
    background: none;
    float: right;
    padding: 3px 30px 4px;
    color: #d45000;
    border-radius: 5px;
}

.navbar-default a{
  color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 30px !important;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default li a:hover
{
  border-bottom: 5px solid #ffffff !important;
  background: transparent !important;
  color: #fff !important;
}
.navbar-nav .dropdown a:hover{
  border-bottom: 0 !important;
}
.midBoxes h1.cat-title{
    font: 16px 'Open Sans Hebrew'; font-weight:700;
    color: #fff;
    margin: 0;
    line-height: 2.0;
    margin-top: 5px;
}
.midBoxes > .row{
  margin-bottom: 25px;
}
.cat-box {
    position: relative;
    clear: both;
    border-radius: 10px;
    overflow: hidden;
}
.cat-title a{
  color: #fff;
  font-weight:400;
}
img.cat-thumb {

    width: 165px;
    z-index: -1;
}
.cat-thumbDetails {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.7);
}
.cat-thumbDetails{
  font: 12px  'Open Sans Hebrew';
  color: #fff;
  line-height: 1.7;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.bg1{ background: rgba(233, 212, 121, 0.85);}
.bg2{ background: rgba(208, 94, 94, 0.85);}
.bg3{ background: rgba(124, 191, 81, 0.85);}
.bg4{ background: rgba(157, 104, 212, 0.85);}
.bg5{ background: rgba(101, 195, 233, 0.85);}
.bg6{ background: rgba(247, 175, 49, 0.85);}
.bg7{ background: rgba(247, 175, 49, 0.85);}
.bg8{ background: rgba(243, 211, 77, 0.85);}
.bg9{ background: rgba(101, 195, 233, 0.85);}
.bg10{ background: rgba(124, 191, 81, 0.85);}
.bg11{ background: rgba(208, 94, 94, 0.85);}
.bg12{ background: rgba(157, 104, 212, 0.85);}

.introText{
  margin: 0px 0 25px;
}
.introText p{
  font: 18px  'Open Sans Hebrew' ;
  line-height: 1.3;
  color: #606060;
}
.introText .top-heading{
  position: relative;
    padding-bottom: 3px;
    margin-bottom: 5px;
	direction: rtl;

}
.introText .top-heading h2{
  font: 54px 'Open Sans Hebrew'; font-weight:100;
  color: #606060;
  margin-bottom: 0;
  margin-top: 0;
}
.introText .top-heading h3{
  font: 18px 'Open Sans Hebrew'; font-weight:300;
  font-weight: bold;
  color: #d45000;
  margin-top: 0;
}
.introText .underlineHeading{
 background: #d45000;
 height: 7px;width: 70px;
 position: absolute;
 border-radius: 25px;
 bottom: 0;
 margin-left: auto;
 margin-right: auto;
 left: 0;
 right: 0;
}

.light-bluePane{
  background: #ecf2f4;
  padding: 30px 0;
  margin-top: 0px;
  margin-bottom: 40px;
}
.light-bluePane .lbp-Title{
  color: #33a8c1;
  font: 16px 'Open Sans Hebrew'; font-weight:700;
  margin-bottom: 15px
}
.light-bluePane .nav-stack a{
  color: #222;
  font: 14px  'Open Sans Hebrew';
  padding: 5px 0;
}

.afp-title{
 font: 22px 'Open Sans Hebrew'; font-weight:300;
 color: #222;
}
.articlePane{
  background: #ecf2f4;
  border-radius: 10px;
  padding: 10px;
}
.ap-box .thumb img{
  border-radius: 5px;
}
.apb-title{
  font: 18px 'Open Sans Hebrew'; font-weight:700;
  color: #14a7c8;
  margin-top: 0;
  margin-bottom: 0;
}
.apb-title{
  color: #14a7c8;
}
.forumPane .apb-title{
  color: #222;
  font-size: 13px;
}
.forumPane .apb-title a{
  color: #222;
}
.apb-detail{
  font: 12px  'Open Sans Hebrew';
  color: #222;
      margin-top: 12px;
      line-height: 1.4;
}
.forumPane .apb-detail{
  color: #14a7c8;
  margin-top: 0;
  line-height: 1.1;
}
.forumPane .apb-detail span{
  margin-top: 4px;
  color: #222;
  display: inline-block;
}
.ap-box {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}
.articles {
    padding-bottom: 35px;
}
.articles .ap-box{
  margin-bottom: 12px;
}
.afp-seemore{
  font: 16px  'Open Sans Hebrew';
  color: #14a7c8;
  border-bottom: 1px dotted;
  margin-top: 15px;
  display: inline-block;
}



.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.forumSearch{
  border-radius: 10px;
  padding: 10px;
  background: #14a7c8;
}

.forumSearch button#dropdownMenu1 {
    background: #b0eaff;
    border: 1px solid #b0eaff;
    color: #222;
    font-size: 13px;
}

.forumSearch input{
   color: #14a7c8;
   font: 15px 'Open Sans Hebrew'; font-style: italic;
}
.bottom-position img {
    max-width: 100%;
}
.forumSearch span.input-group-addon {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
        font-size: 22px;
    padding: 5px;
    font-weight: normal !important;
}

.forumSearch .input-group-addon:first-child {
    border-left: 0;
    border-right: 0;
}

.forumSearch input::-webkit-input-placeholder {
   color: #14a7c8;
   font: 15px 'Open Sans Hebrew'; font-style: italic;
}

.forumSearch input:-moz-placeholder { /* Firefox 18- */
   color: #14a7c8;
   font: 15px 'Open Sans Hebrew'; font-style: italic;
}

.forumSearch input::-moz-placeholder {  /* Firefox 19+ */
   color: #14a7c8;
   font: 15px 'Open Sans Hebrew'; font-style: italic;
}

.forumSearch input:-ms-input-placeholder {
   color: #14a7c8;
   font: 15px 'Open Sans Hebrew'; font-style: italic;
}
.apfp-title{
  margin-top: 0;
  margin-bottom: 5px;
 font: 18px 'Open Sans Hebrew'; font-weight:300;
 color: #14a7c8 ;
}

.blackButton{
  background: #3F51B5;
  color: #fff;
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: none;
  font: 16px  'Open Sans Hebrew';
  width: 100%;
  transition: all 0.5s;
}
.blackButton:hover{
  color: rgba(255,255,141,1) !important;
}
.orangeButton{
  background: #3F51B5;
  color: #fff;
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: none;
  font: 18px  'Open Sans Hebrew';
  width: 100%;
}

.blueButton{
  background: #0088ff;
  color: #fff !important;
  padding: 8px 15px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  border: none;
  font: 14px  'Open Sans Hebrew';
  text-transform:uppercase;
  min-width:150px;
}

.margin-top10{
  margin-top: 10px;
}
.margin-top25{
  margin-top: 25px;
}
.middleStripes{
  margin: 0;
}
.blue-strip{
  background: #14a7c8;
  padding: 30px 0;
  border-bottom: 5px solid #24bbdd;
}
.blue-strip h1{
  font: 32px 'Open Sans Hebrew'; font-weight:900;
  color: #fff;
   margin: 0;
}
.blue-strip h2{
 font: 24px  'Open Sans Hebrew';
  color: #fff;
  margin-top: 10px;

}
.yellow-strip{
  background: #f7af31;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
p#orangeBg_title {
    color: #fff;
    font-size: 21px;
}
/*.yellow-strip:before{
  position: absolute;
    background: url('../images/yellowarrow.jpg');
    top: -5px;
    left: auto;
    content: '';
    width: 60px;
    height: 15px;
    z-index: 100;
    right: auto;
    margin: auto;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}*/

.yellow-strip a{
  font: 22px 'Open Sans Hebrew'; font-weight:900;
  background: #fff;
  border: 1px solid #dd971e;
    text-shadow: none;
    border-top: none;
    padding: 15px 65px !important;
	transition: all 0.5s;
}
.yellow-strip a:hover{
	background: #14a7c8;
    border: 1px solid #dd971e;
    color: #fff;
}
.banner-small{
  font: 12px 'Open Sans Hebrew'; font-weight:700;
    color: #fff;
    padding: 70px;
    border-radius: 5px;
    text-align: center;
}
.banner-small a{
  color: #fff;
}
.bannerS4{ background: #f2b545;}
.bannerS3{ background: #89cb5a;}
.bannerS2{ background: #d06260;}
.bannerS1{ background: #72ccec;}

.blackstrip{
  background: #2e3747;
  padding: 8px 0;
  margin: 0;
  position: relative;
}
.social-media-bottom a{
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 3px;
  text-align: center;
  display: inline-block;
  color: #222;
  margin: 0 5px;
}
.social-media-bottom img,
.social-media-bottom a{
  vertical-align: middle;
}
.btn-subscribe{
    background: transparent !important;
    text-transform: uppercase !important;
    font: 16px  'Open Sans Hebrew' !important;
    color: #fff !important;
    padding: 0 !important;
    padding-top: 0 !important;
}
.newsletter{
  padding: 12px;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    text-transform: uppercase;;
}

span.wpcf7-not-valid-tip{color:#ffffff; font-size:12px;}
.wpcf7-response-output.wpcf7-validation-errors{ background: #F9E5E6; color: #B3696C; border: 1px solid #B3696C; margin-top:0;}
.wpcf7-response-output.wpcf7-mail-sent-ok{ background: #E3EBC6; border: 1px solid #398f14; color: #398f14; margin-top:0;}
.forumSearch .wpcf7-response-output.wpcf7-validation-errors{
	position: absolute;
	z-index: 1000;
    top: 0;
    left: 0;
    margin: 0;
	width: 100%;
    height: 100%;
}

.forumSearch .wpcf7-response-output.wpcf7-mail-sent-ok{
	position: absolute;
    z-index: 1;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.banner-form .wpcf7-response-output.wpcf7-validation-errors{ font-size: 12px; margin-top: -25px; }
.banner-form .wpcf7-response-output.wpcf7-mail-sent-ok{ font-size: 12px; margin-top: -25px;}
.col-sm-4.pull-left.social-media-bottom {
	padding-top: 10px;
	padding-bottom: 5px;
}
.blackstrip .form-control{
color: #14a7c8;
    font: 12px 'Open Sans Hebrew'; font-style: italic;
    padding: 4px;
    height: auto;
	    line-height: 150%;
}

footer{
  background: rgb(243, 243, 243);
  padding: 40px 0;
  position: relative;
  min-height: 372px;
}
footer .row{position: relative; z-index: 1;}

footer .footer-title{
 font: 16px 'Open Sans Hebrew'; font-weight:700;
 color: #222;
 margin: 0;
 margin-bottom: 10px;
}
footer .nav-stacked li a {
  color: #222;
  font: 14px 'Open Sans Hebrew' !important; font-weight:300;
  margin: 10px 0;
  padding: 0;
}
footer .nav-stacked li a:hover{
  background: transparent;
}

footer .menu {list-style:none; padding-right:0; }

footer .menu li a {
  color: #222 !important;
  font: 14px 'Open Sans Hebrew' !important; font-weight:300;
  margin: 10px 0;
  padding: 0;
}
footer .menu li a:hover{
  background: transparent;
}

.copyrights{
  padding: 25px 0;
  background: #3F51B5;
  font: 16px  'Open Sans Hebrew';
  color: #fff;

}

@media(max-width: 1199px){
  .newsletter {
    padding: 17px 0;
    font-size: 12px;

}
.btn-subscribe {
    font: 11px  'Open Sans Hebrew';
    margin-right: -15px;
}

.social-media-bottom a {
    width: 23px;
    height: 23px;
    padding: 1px;
    margin: 0 5px;
}

.banner-small {
    padding: 55px;
}

.apfp-title {
    font: 15px 'Open Sans Hebrew'; font-weight:300;
}
.thumb img {
    width: 100%;
}

.forumSearch .dropdown{
  margin-right: -25px;
}
.infoBox .yellowSmall {
    font: 12px 'Open Sans Hebrew'; font-weight:700;
    padding: 5px 13px;
}

.infoBox .blueSmall {
    font: 17px 'Open Sans Hebrew'; font-weight:700;
    padding: 10px 28px 7px;

}
}

@media(min-width: 767px) and (max-width: 991px){
  .carousel-inner .captions {
    max-width: 382px;
    margin-right: 9%;
}
  .col-sm-4.pull-left.social-media-bottom {
    width: 330px;
  }
  .btn-subscribe {

    margin-right: -28px;
    margin-top: 5px;
  }
  .newsletter {
    margin-left: -13px;
  }
  .banner-small {
    padding: 29px;
    height: 138px;
    vertical-align: middle;
    display: table-cell;
}
.banner-form .bfTitle h1 {
    font: 18px 'Open Sans Hebrew'; font-weight:300;
    margin: 2px 0 11px;
}
.banner-form .bfTitle h2 {
    font: 11px  'Open Sans Hebrew';
}
.banner-form .paraform {
    margin: 10px 15px 10px;
    font: 12px  'Open Sans Hebrew';
}
.advertising-option.ltr{
  direction: rtl;
}
.logo img{
  width: 100%;
}
.motto h1 {
    font: 34px 'Open Sans Hebrew'; font-weight:100;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 15px;
}
.motto h2 {
    font: 22px 'Open Sans Hebrew'; font-weight:300;
}
.navbar-default a {
    margin: 0 15px !important;
}
.infoBox .lightBlue-bg .input-group{
  max-width: 100%;
}
.infoBox .lightBlue-bg {
    margin-top: 10px;
    border-radius: 5px;
}
img.cat-thumb {
    width: 100%;
    z-index: -1;
}
.cat-box {
    margin-bottom: 5px;
}
}
@media(max-width: 767px){
.motto h1 {
    font: 34px 'Open Sans Hebrew'; font-weight:100;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 15px;
}
.motto h2 {
    font: 22px 'Open Sans Hebrew'; font-weight:300;
}
.infoBox .lightBlue-bg .input-group{
  max-width: 100%;
}
.infoBox .lightBlue-bg {
    margin-top: 10px;
    border-radius: 5px;
}
.col-sm-4.pull-left.social-media-bottom {
    padding-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.blackstrip:before{
  display: none;
}
.advertising-option.ltr{
  direction: rtl;
}
.banner-small {
    padding: 29px;
    height: 138px;
    vertical-align: middle;
    display: table-cell;
       margin-bottom: 5px;
}
.cat-box {

    margin-bottom: 5px;
}
.yellow-strip button {
    padding: 15px 40px !important;
}
.banner-form {
    margin-top: 498px;
    max-width: 100%;
    position: relative;
}
.overlay {
    height: 54%;
}

img.cat-thumb {
    width: 100%;
}
.navbar-collapse{
    position: relative;
    z-index: 100;
    background: #222;
    text-align: right;

    z-index: 1000;
}
.navbar-nav{
  width: 100%;
}
.navbar-default{
  background: #222;
}
.navbar-nav li a
{
  border-bottom: 5px solid #222 !important;
}
.bottom-banner .col-sm-3{
  margin-bottom: 5px;
}
footer:before{
  display: none !important;
}
.cat-thumbDetails{
  width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a
{
  background: #222 !important;
}
}
@media(max-width: 664px){
  .infoBox .yellowSmall:before {
        top: 33px;
    left: 93%;
}
}
@media(max-width: 480px){
  .forumSearch .col-xs-3, .forumSearch .col-xs-9 {
    width: 100%;
  }
  .forumSearch .dropdown {
    margin-right: 6px;
    margin-top: 10px;
}
.logo img{
  width: 100%;
}
.cat-box,.midBoxes .col-xs-6{
    width: 100%;
}

.cat-thumbDetails {
    width: 100%;
}
.slide {
    min-height: 400px;
}
.banner-form {
    margin-top: 428px;
}
.carousel-inner .captions {
    max-width: 550px;
    margin-right: 9%;
    margin-top: -24px;
    top: 5px;
}
.carousel-inner .slider{
  max-height: 400px;
}
.carousel-inner {
    height: 400px;
}
.overlay {
    height: 46%;
}
.navbar-nav li.dropdown > a:hover{
  border-bottom: 5px solid #222 !important;
}

}



.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.subcatlist{list-style:none; margin-right: 0; padding-right: 0;}
.subcatlist li{background:#ecf2f4; width:9%; margin-right:1%; margin-top:1%; height:160px; border-radius:50% 50% 0 0; position:relative; text-align:center; border:2px solid #ecf2f4; float:right;}
.subcatlist li img{border-radius:50%; width:100%; height:auto;}
.subcatlist li h3{ font-family:'Open Sans Hebrew'; font-weight:900; font-size:11px; text-transform:uppercase; background:#fff; padding:10px 0px; position:absolute; margin-bottom:0px; width:100%; bottom:2px; color:#222 !important;}

.padl-10 {padding-left:10px;}
@media (min-width: 768px) {
.padl-0 {padding-left:0;}
.padr-0 {padding-right:0;}
}
.padr-25 {padding-right:25px;}
.pad10{padding:10px;}
.breadcrumbwrap{font-size:14px; margin-top:0px; margin-bottom:10px; }
.breadcrumbwrap a.parentlink{color:#f7af31;}
h1.pagetitle{font-family:'Open Sans Hebrew'; font-size:25px; text-transform:uppercase; margin-top: 5px;}
.sidebar .banner-form{    background: rgba(255,255,141,1);}

.category-box {width:100%; border:1px solid #e5e7e8; border-radius:10px;}
.category-head {background:#14a7c8; font-family:'Open Sans Hebrew'; font-weight:700; font-size:16px; color:#ffffff; padding:10px; text-transform:uppercase; border-radius:10px 10px 0 0;}
a.catlinks {font-family:'Open Sans Hebrew'; font-size:14px; color:#222222; border-right:3px solid #ffffff; display:block; padding-right:7px; margin-bottom:10px; margin-top:10px;}
a.catlinks:hover {color:#f7af31; border-right:3px solid #f7af31; padding-right:7px; margin-bottom:10px; margin-top:10px;}
.widget{margin-top:20px;}

article.maincontent{ padding: 0; margin-top: 20px;}
.content-bg{background:#f5f9fa; border-radius:10px;}
.innercontent{padding:10px;}

.featured-image{position:relative;}
.featured-image img{width:100%; border-radius:10px;}
.featured-image h2{font-family:'Open Sans Hebrew'; font-weight:400; font-size:25px; color:#ffffff; text-transform:uppercase; position:absolute; bottom:10px; right:20px; }

.featured-image.single h2{bottom:30px;}
.featured-image.single .breadcrumbwrap{position:absolute; bottom:20px; right:20px; color:#ffffff;}

.color-blue{color:#43b9d3 !important;}
.article-title{font-family:'Open Sans Hebrew'; font-weight:400; font-size:18px;  text-transform:uppercase;}
.article-subtitle{font-family:'Open Sans Hebrew'; font-weight:400; font-size:16px;  text-transform:uppercase;}
.article-sidebar{background:#ffffff; border-radius:10px; padding:10px; border-top:10px solid #f7af31; position:relative;}
.article-sidebar .toplogo{width:42px; margin-top:-55px; display:none;}
.article-sidebar .category-head {background:#f7af31;}

.latestarticles{list-style:none; padding-right:0;}
.latestarticles li{border:1px solid #e5e7e8; border-radius:10px; padding:10px 0; margin:10px 0;}
.art-det {width:54%; margin-right:3%; margin-left:3%;}
.art-det strong{margin-bottom:0; font-size:14px;}
.art-det p{margin-bottom:0; font-size:14px;}
.art-det a{font-size:14px;}
.art-thumb {width:37%; margin-right:3%;}

.ra-item{margin-bottom:25px;}

.ra-item img{border-radius:10px;}

.forumwrap .apb-title a{color:#222222;}
.forumwrap .pad10{ max-width: 100%; background: #ffffff; border-radius: 10px; margin: 5px 0; min-height: 110px !important; }


.question{font-family:'Open Sans Hebrew'; font-weight:700; font-size:18px;  text-transform:uppercase; color:#43b9d3; cursor:pointer;}
.answer{display:none; margin-top:30px;}
.answer.aopen{display:block;}
.qfoot{margin:30px 0;}
.qsep{border-bottom:1px solid #d5e3e6; width:100%; padding: 5px 0; margin-bottom:10px; }

.media.forumq .media-object{border-radius:50%;}
.media.forumq .media-body h4{font-family:'Open Sans Hebrew'; font-weight:700; font-size:16px; color:#222222; margin-top:20px; }
.media.forumq .media-body h4 span.author{font-size:13px; padding-right:30px; float: left; margin-left: 10px; font-weight: 400;}
.media.forumq .media-body h4 span.date{float:left; font-weight:400; font-size:13px; color:#222222; padding-top:2px;}
li.media.forumq{background:#ffffff; padding:10px; border:1px solid #c3d9de; border-radius:10px; margin-bottom:20px;}

@media (min-width: 960px) and (max-width: 1200px) {
	.subcatlist li{ width: 19%; height: 230px;}
}

@media (min-width: 768px) and (max-width: 959px) {
	.subcatlist li{ width: 19%; height: 200px;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.subcatlist li{ width: 23%; height: 170px;}
}

@media (max-width: 479px) {
	.subcatlist li{ width: 48%; height: 200px;}
	.infoBox .yellowSmall:before { top: 51px;
    left: 93%;}
	.featured-image h2{font-size:12px;}
	.featured-image.single .breadcrumbwrap{font-size:10px;}
	.motto{margin-top:270px;}
}

@media (max-width: 1023px) {
	.sidewrap{clear:both;}
	.conmain{margin-bottom:50px;}
	.share img{margin:5px;}
	.featured-image img{height:auto !important;}
}
@media (min-width: 1170px) {
	.infoBox .yellowSmall{min-width: 910px;}
}

@media only screen and (max-width: 768px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{width:100% !important;}
.bottom-banner img{max-width:100% !important; height: auto;}
.ra-item img{width:100%;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav>.active>a{background:none !important;}
}

.share.small{text-align:right; margin-top: 10px; margin-bottom: 10px;}
.share.small img{ height:20px;}
.btn-green.rmore {
    font: 16px 'Open Sans Hebrew';
    background: #37acc7;
    color: #fff;
    padding: 10px 25px;
    margin-top: 20px;
}
span.wpcf7-not-valid-tip{display:none;}
.form-control.wpcf7-not-valid{ border: 2px solid #B3696C;}
.qopen{cursor:pointer;}
#forumsearchbox{border-radius:4px;}
form{direction:rtl !important;}
.form-control{color:#000; height: auto; padding: 10px 6px;}
.home .form-control{color:#000; height: 30px; padding: 6px;}
.form-group{position:relative;}
.innercontent .ajax-loader{position:absolute; top: 30px; right: -10px;}
.cat-box img.size-cat-thumb{width: 100%; height: auto;}
.banner-small{display:block; position:relative;}
.banner-small a{position:absolute; width:100%; height:100%; top:0; left:0;}
.forumswrap .row .forumwrap:nth-child(2n+1){clear:both;}
.archive.category-39 .conmain{width:100%; padding-right: 100px;}
.archive.category-39 .col-md-4.sidewrap{display:none;}
.archive.category-39 .bottom-banner{display:none;}
.content-bg .share{display:none;}

.sectetur{
	box-sizing:border-box;
	background:rgba(255,255,141,1);
	width: 100%;
	padding:0;
}
.sect-head{
	width:100%;
	background:#d45000;
}
.sect-head::after{
    content: "";
	position: absolute;
	right: 22px;
	top: 57px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 13px solid #d45000;
	clear: both;
}
.sect-head h4{
	margin:0;
	line-height:60px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
}
.sect-form{
	padding:20px;
}
.sect-form .form-control{border-radius:0;}
.sect-form form select, .sect-form form input{
	width:100%;
	margin-top:10px;
	height:35px;
	border:0;
	outline:0;
}
.sect-form input[type="submit"]{
	background:#3F51B5;
	color:#ffffff;
	text-transform:uppercase;
}
.sect-form input[type="submit"]:hover{
	background:#d45000;
}


/*form start here*/
.form-background{
	background: #d65e5e;
	padding:30px 0px;
	text-align:center;
}
.form-background h2{
	font-family: 'Open Sans Hebrew', 'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	font-size:30px;
}
.form-background p{
	font-size:16px;
	color:#ffffff;
	font-family: 'Open Sans Hebrew', 'Source Sans Pro', sans-serif !important;
}
.form-background span{
	font-family: 'Open Sans Hebrew', 'Source Sans Pro', sans-serif !important;
}

.form-background form{
	margin-top: 30px;
}
.subscription input{
	height:45px;
	width:22%;
	padding-right: 15px;
margin-right: 15px;
margin-left: 15px;
outline: none;
border: 0px;
box-sizing: border-box;
color:#000000;
}
.form-background form input:first-child{
}
.form-background form input[type=submit]{
	background:#2e3747;
	color:#ffffff;
	text-transform:uppercase;
}






@media (min-width: 320px){


}
@media (min-width: 550px){


}
@media (min-width: 650px){
}
@media (min-width: 768px){
.logo{
	width:300px;
}
.logo a img{
	max-width:80%;
}
.carousel-indicators {
    bottom: 10px;
}
.slider .carousel-caption h1
{
	font-size:30px;
}
.slider .carousel-caption
{
	right: 504px;
    top: 41.5%;
}
.margin-t
{
	    margin-top: 270px !important;
}
.slider .carousel-indicators
{
	display:none;
}
.triange
{
	left:49%;
}
}
@media (min-width: 992px){
.logo{
	width:300px;
}
.subscription input {
    width: 21%;
}
.carousel-inner > .item > img{
	max-width:115%;
}

.nav > li > a {
    margin-left: 21px;
    margin-right: 21px;
}
.navbar-right .dropdown-menu {
    right: 20px;
}

.foot-call a, .foot-call p{
	font-size:22px;
}

.foot-link ul li {
    margin-left: 14px;
    margin-right: 14px;
}
}
@media (min-width: 1200px){
.logo{
	width:325px;
}
.carousel-inner > .item > img{
	max-width:none;
}
.nav > li > a{
	margin-left:33px;
	margin-right:34px;
}

.navbar-right .dropdown-menu{
	right:33px;
}
.foot-call a, .foot-call p{
	font-size:24px;
}
.foot-link ul li{
	margin-left:15px;
	margin-right:15px;

}
}
@media (min-width: 1367px){
.slider .carousel-caption
{
	right: 577px;
    top: 41.5%;
}
}
@media (max-width: 1366px){

.logo-header{
	height:100px;
	padding-top:10px;
}
}

@media (max-width: 1200px){
.triange{
bottom: -11px;
left: 48.6%;
top:inherit;
}
.slider .carousel-inner > .item > img {
    height: 640px;
}
.main-content {
    top: 200px;
}
.margin-t {
    margin-top: 66px !important;
}
}

@media (max-width: 1024px){
	.slider .carousel-inner > .item > img {
    height: 640px;
}
.well h3{
	font-size:16px;
}
}
@media (min-width: 1024px){
.pull-left.social-media-bottom{margin-left: 35px; text-align:left;}
.margin-t
{
	    margin-top: 130px;
}
.main-content {
    top: 280px;
}
.slider .carousel-indicators
{
	display:block !important;
}
.sectetur, .title
{
	width:100%;
}
.linkedin a i
{
	font-size:21px;
}
.title-head h4
{
	font-size:15px;
}
.sect-head h4
{
	font-size:15px;
}
}
@media (max-width: 992px){
.container{
	width:100%;
	margin:0 auto;
}
.nav > li > a {
    margin-left: 13px;
    margin-right: 14px;
}
.slider{
	margin-top:0px;
}
.carousel-inner > .item > img {
    height: 485px;
}
.baner {
	top:170px;
}
.main-content {
    top: 450px;
}
.subscription input {
    width: 45%;
	margin-bottom:15px;
}
.lorem-ipsum{
	margin-bottom:65px;
}
.lorem-ipsum::after {
    top: auto;
    left: 45.5%;
    bottom: 45px;
}
.triange {
    bottom: 52px;
    left: 49%;
}
.footer-3rd, .footer-4th, .footer-5th{
	margin-top:30px;

}
.nulla{
	margin-bottom:30px;
}
.let-pst{
	width:100%;
	margin-bottom:30px;
}
.let-pst img{
	width:100%;
}
.form-background h2
{
	font-size:24px;
}
.sectetur, .title
{
	width:100%;
}
.linkedin a i
{
	font-size:10px;
}
.sect-head h4
{
	font-size:12px;
}
.dolor-sit a
{
	font-size:9px;
}
.dolor-sit h2{
	font-size:24px;
}
.similar-posts h2, .similar-post h2
{
	font-size:25px;
}
.pad-left {
    padding-left: 4px;
}
.title-head img {
    margin-top: 30px;
    width: 29%;
}
.title-head h4
{
	font-size:12px;
}
}

@media (max-width: 900px){

.call-social{
	margin-top:25px;
	width: 100%;
}
.collapse{
	background:#222 !important;
}
.nav > li{
	width:100%;
}
.navbar-right {
    width: 100%;
}
.nav > li > a {
    margin-left: 0;
    margin-right: 0;
	text-align:center;
}

.slider .carousel-caption h1:first-child {
    width: 420px;
}
.slider .carousel-caption h1 {
	font-size: 24px;
}
.slider .carousel-caption
{
	right:0px;
}
.slider .carousel-indicators
{
	display:none;
}
.footer-3rd, .footer-4th, .footer-5th{
	margin-top:30px;
}
.carousel-inner > .item > img {
    height: 450px;
	max-width: none;
    width: auto;
    position: absolute;
    left: -29%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.navbar-fixed-top
{
	position: relative;
    z-index: 99999999999;
}
.desktop
{
	display:none;
}
.mobile
{
	display:block;
}
.foot-link ul li {
    text-align: center;
    margin-left: 44px;
    margin-right: 44px;
}
.social-link {
	margin-bottom:20px;
	text-align: center;
    margin-left: 40%;
}
.foot-call a
{
	margin-left:25%;
}
.foot-call p
{
	margin-right:25%;
	float:none;
}
}
@media (max-width: 768px){

.slider .carousel-inner > .item > img {
    height: 400px;
	width: auto !important;
    max-width: none !important;
}
.baner{
	position:static;
	margin-top:60px;
}
.triange {
    bottom: 52px;
    left: 49%;
}
.lorem-ipsum::after {
    top: 69%;
    left: 45.9%;
}.foot-link ul li {
	margin-left: 8px;
	margin-right: 8px;
	float:left;
}
.subscription input
{
	width:75%;
}
.search
{
	margin-bottom: 10px;
	margin-right:30px;
}
.col-md-3.col-sm-6.col-xs-6
{
	width:100%;
}
.navbar{
	background:#ffffff;
}
.slider{
	margin-top:0px;
}
.owl-prev {
    left: -35px;
}
.owl-next {
    right: -35px;
}
.navbar-fixed-top{
	position:relative;
}
.main-content {
    position: relative;
    top: 0;
    margin-top: 0;
}
.sectetur {
    width: 50%;
    margin: 0 auto;
}
.curv-bg{
}
.slider .carousel-caption h1:first-child {
    width: 420px;
}
.desktop
{
	display:none;
}
.mobile
{
	display:block;
}
.social-link {
	margin-bottom:20px;
	margin-left:150px;
}
.foot-call a
{
	margin-left:31px;
}
.foot-call p
{
	margin-right:60px;
	float:none;
}
.footer-1st i
{
	margin-left:80%;
}
.footer-3rd, .footer-4th, .footer-5th{
	margin-top:30px;
	width:100%;
}
.art-container h1:first-child {
    width: 369px;
    font-size: 22px;
}
.art-container h1:last-child {
    font-size: 22px;
}
.pad-right
{
	display:none;
}
.at-top
{
	margin-top:20px;
}
.sectetur, .title, .sectetur-box
{
	width:100%;
}
.social-box
{
	float:none;
}
.linkedin a i
{
	font-size:21px;
}
.dolor-sit a
{
	font-size:14px;
	margin-top:20px;
}
.dolor-sit a:last-child
{
	margin-bottom:20px;
}
.title-head img {
    margin-top: 10px;
    width: 21%;
}
.pad-left {
	margin-top: 20px;
}
.sectetur-box .sect-head h4
{
	text-align:center;
}
}
@media only screen and (max-width: 479px) {
    .content{
        overflow: hidden;
    }
    .form-background form input[type=submit]{margin-left: -4px !important;}
    .innercontent img {
        max-width: 100%;
    }
}

.mobile_contact a{color:#d45000 !important;}
.bnmobile{display:none;}
@media only screen and (min-width: 0) and (max-width: 768px) {
.bndesktop{display:none;}
.bnmobile{display:block; text-align: center;}
}


.newbannerform{
	background: #ebedf0;
	color: #000000;
	border: 1px solid #6f6f70;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.newbannerform h3{
	font-weight: bold;
}

.newbannerform ul>li{
	background: none !important;
    width: 100%;
    text-indent: -1.4em;
    margin:5px 15px 5px 0;
}
.newbannerform ul>li:before {    
	font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 0px 0 10px;
    color: #008000;
}