@charset "utf-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}
html,
body {
	height: 100%;
	margin: 0;

}
.full-height {
  height: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	height: 100%;
	line-height: 1.6;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
    background: #F6FFF3 url("../img/background/halftone/halftone.png");

}
#pi-all {
  position: relative;
  min-height: 100%;
  overflow: hidden;

  min-height: 100%;
  margin-bottom: -62px; 
}
#pi-all:after {
  content: "";
  display: block;
}
hr {
    border-bottom: 2px solid #6CBB40;
	margin: 10px 0;
}
#site-footer, #pi-all:after {
    height: 62px;
}
p {font-size: 18px;}
.padding-40 {
	padding: 40px 0;
}
.padding-60 {
	padding: 60px 0;
}

/* buttons */
.btn {
    font-size: 17px;
    padding: 7px 20px 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 6px 20px 4px 20px;
    color: #ffffff !important;
    background: #71bf44;
    border-color: #71bf44;
}
.btn:hover {
    color: #ffffff !important;
    background: #5AA230;
    border-color: #5AA230;
}


/* header */
#logo img {
    width: 440px;
    max-width: 100%;
    margin: 5px 0;
}
#site-lang {
    list-style: none;
    display: block;
    clear: both;
    overflow: auto;
    padding: 0;
    margin: 15px 0 37px 0;
    font-size: 15px;
}
#site-lang li {
    float: right;
    border-right: 1px solid #dfe4e8;
    padding: 0 6px;
    direction: rtl;
}
#site-lang li:first-child {
    border-right: none;
    padding-right: 0;
}
#site-lang li a {
	color: #2F353B;
}
#site-lang li a.active, #site-lang li a:hover {
	color: #71bf44;
	text-decoration: inherit;
}
#site-lang li a img {
    border: 1px solid #A6A8AB;
}
#top-menu {
    list-style: none;
    display: block;
    clear: both;
    padding: 0;
    margin: 10px 0;
    font-size: 18px;
}
#top-menu li {
    float: right;
    border-right: 1px solid #BDBFC1;
    padding: 0 10px;
}
#top-menu li:first-child {
    border-right: none;
    padding-right: 0;
}
#top-menu li a {
	color: #2F353B;
    font-weight: 700;
}
#top-menu li a.btn {
	color: #ffffff;
}
#top-menu li a.btn {
	margin-top: -4px;
}
#top-menu li a.active, #top-menu li a:hover {
	color: #71bf44;
    text-decoration: inherit;
}
#top-menu li a.btn:hover {
	color: #ffffff;
}
#top-menu .call-us {
    font-weight: 700;
    color: #2F353B;
}
.mobileNavButton {margin: 0;list-style: none;padding: 0;}
.mobileNavButton li {float: left;margin: 10px 0;}
.mobileNavButton li.right {float: right;margin-left: 10px;}
.mobileNavButton li a {color: #FFF;text-decoration: none;}
.mobileNavButton li.right a img {
    display: block;
}

#nav-line {
    background: #2f353b;
}
.fixed #nav-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.fixed #top_header {
    margin-bottom: 50px;
}

#primary_nav {
    list-style: none;
    display: block;
    clear: both;
    overflow: auto;
    padding: 0;
    margin: 0;
    font-size: 16px;
	text-transform: uppercase;
    text-align: center;
}
#primary_nav li {
    display: inline-block;
    border-right: 1px solid #4A5056;
}
#primary_nav li:last-child {
    border-right: none;
}
#primary_nav li a {
    color: #fff;
    padding: 9px 6px;
    display: block;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#primary_nav li a.active,
#primary_nav li a:hover {
    color: #71bf44;
    text-decoration: inherit;
}


/* slider */
.cover {
  margin: 0;
  padding: 0;
}
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
  color: #ffffff;
}
.cover p,
.cover span,
.cover li {
  color: #ffffff;
}
.image-bg.bg-light h1,
.image-bg.bg-light h2,
.image-bg.bg-light h3,
.image-bg.bg-light h4,
.image-bg.bg-light h5,
.image-bg.bg-light h6 {
  color: #222222;
}
.image-bg.bg-light p,
.image-bg.bg-light span,
.image-bg.bg-light li {
  color: #777777;
}
.cover:first-child .fullscreen {
  max-height: 100%;
}
.cover.fullscreen .slides > li {
  height: 450px;
}
.cover .slides li .container {
  z-index: 4;
  position: relative;
}
.cover .flex-control-nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .9;
}
.cover .flex-control-nav:hover {
  opacity: 1;
}
.cover .align-bottom {
  padding: 0 32px;
  bottom: 16px;
}
.cover .align-top {
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  .cover .align-bottom {
    padding: 0 15px;
  }
  .cover .align-bottom.relative-xs {
    position: relative;
    bottom: 0;
  }
  .cover.fullscreen {
    height: auto;
    padding: 80px 0;
  }
  .cover.fullscreen.image-slider {
    padding: 0;
  }
  .cover.fullscreen .container {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .cover.fullscreen .slides li {
    height: auto;
    padding: 80px 0;
  }
}










.image-slider {
  position: relative;
  overflow: hidden;
}
.image-slider .slides {
  position: relative;
  overflow: hidden;
}
.image-slider .slides li {
  position: relative;
}
.image-slider .slides li > img {
  width: 100%;
}
.row .image-slider {
  margin-bottom: 24px;
}
.image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  .image-slider.height-70 .slides li {
    height: auto;
    min-height: none;
    padding: 80px 0;
  }
  .image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.flex-direction-nav a.flex-next {
  right: 16px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.flex-direction-nav a.flex-prev {
  left: 16px;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
.flex-control-nav li a {
  background: none;
  border: 2px solid #292929;
  width: 10px;
  height: 10px;
}
@media all and (max-width: 768px) {
  .flex-direction-nav {
    display: none;
  }
}
.controls-inside .flex-control-nav {
  bottom: 24px;
  z-index: 10;
}
.controls-inside .flex-control-nav li a {
  border-color: #fff;
}
.controls-inside .flex-control-nav li a.flex-active {
  background: #fff;
}
.image-bg .flex-control-nav li a {
  border-color: #fff;
}
.image-bg .flex-control-nav li a.flex-active {
  background: #fff;
}
.slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
.text-slider .flex-direction-nav li a:before {
  color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}
.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}







.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-multiply .background-image-holder {
  background-color: #47b475 !important;
  background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
  opacity: 1;
}




.slider-slogen {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: rgba(47, 53, 59, 0.3);
    text-align: center;
    color: #FFF;
    padding: 230px 70px 0 70px;
    position: absolute;
    top: -100px;
    z-index: 9;
    left: 50%;
    margin-left: -400px;
    font-size: 50px;
    font-weight: 100;

}
.slider-slogen h2 {
    font-weight: 600;
    font-size: 50px;
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
    margin-top: 0;
	
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	opacity: 0;
}
.flex-active-slide .slider-slogen h2 {
	opacity: 1;
}
.slider-slogen h3 {
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
    font-weight: 400;
    font-size: 34px;
	
	transition: all 3s ease-in-out;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	
	transition-delay: 1s;
	
	opacity: 0;
}
.flex-active-slide .slider-slogen h3 {
	opacity: 1;
}



/* motive title */
.motive-title {
	background: url("../img/logo-motive-rtl.png") no-repeat right;
	background-size: 125px 122px;
    padding: 35px 48px 0 0;
	height: 125px;
}
.motive-title h1 {
    font-size: 38px;
    font-weight: 700;
    color: #126289;
    margin: 0;
    padding: 0;
}
.motive-title h3 {
    margin: 0;
    padding: 0;
    color: #69BC45;
    font-size: 20px;
    margin-top: 6px;
}
.motive-div {
    padding: 10px 0;
}
.motive-div p {
    padding-right: 63px;
    font-size: 18px;
}


/* footer */
footer {
    background: #2f353b;
	color: #FFF;
    padding: 20px 0;
	border-top: 3px solid #71BF44;
}
footer a {
    color: #71bf44;
    text-decoration: inherit;
}
footer a:hover {
    color: #92E264;
}

/* home page */
.boxesHome > div {
	background-color: #FFF;
	border: 1px solid #E2F3FF;
	height: 415px;
	padding: 15px;
	position: relative;
	font-size: 16px;
	
	-webkit-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
	box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
	
    margin: 20px 0;
	
    text-align: justify;
    text-justify: newspaper;
	
	overflow: hidden;
}
.boxesHome h2 {
	color: #12648A;
	margin-top: 5px;
	font-size: 21px;

}
.boxesHome p {
	font-size: 17px;
}
.widget.news .btn,
.boxesHome .btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 18px;
	
    -webkit-box-shadow: 2px 2px 22px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 22px 0px rgba(0, 0, 0, 0.4);
}
.boxesHome.about > div {
    background-color: #12648A;
    border-color: #12648A;
	color: #FFF;
}
.boxesHome.about h2 {
    color: #FFFFFF;
}
.boxesHome.about .btn,
.news .btn {
    background: #FFF;
    border-color: #81BAD4;
    color: #12648A !important;
}
.boxesHome.about .btn:hover,
.news .btn:hover {
    background: #12648A;
    color: #fff !important;
}

.boxesHome.news > div {
    background-color: #17486B;
    border-color: #17486B;
	color: #FFF;
}
.boxesHome.news h2 {
    color: #FFFFFF;
    border-bottom: 1px solid #12648A;
    padding-bottom: 10px;
}
.boxesHome.news a {
    color: #6DE228;
    text-decoration: inherit;
    float: left;
}

.scroll-text ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
}
.scroll-text ul li {
    /*
	margin-bottom: 10px;
	border-bottom: 1px solid #12648A;
	*/
    margin-bottom: 250px;
}
.scroll-text .title {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: initial;
    text-justify: initial;
}

.scroll-text {
  height: 275px;
  overflow: hidden;
}

#pinat-haroh {
    overflow: hidden;
    padding: 60px 0 80px 0;
	color: #FFF;
	text-shadow: 0px 0px 6px rgb(0, 0, 0);
	position: relative;
    background: url("../img/home-slider/3.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#pinat-haroh h1 {
    font-size: 5em;
    font-weight: 100;
}
#pinat-haroh p {
    font-size: 2.4em;
}
#pinat-haroh .btn {
    text-shadow: none;
    font-size: 0.7em;
    font-weight: 100;
    margin-left: 10px;
    margin-top: -7px;
    -webkit-box-shadow: 2px 2px 22px 0px rgb(0, 0, 0);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0);
    box-shadow: 2px 2px 22px 0px rgb(0, 0, 0);
}

#pinat-haroh video {
    vertical-align: top;
    position: absolute;
    right: 0;
    top: -150px;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}

#pinat-haroh .container {
    position: relative;
}

#header-strip {
    overflow: hidden;
    padding: 30px 0 45px 0;
	color: #FFF;
	text-shadow: 0px 0px 6px rgb(0, 0, 0);
	
    background: url("../img/home-slider/3.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header-strip.bg1 {
	background-image: url("../img/strip/1.jpg");
}
#header-strip.bg2 {
	background-image: url("../img/strip/2.jpg");
}
#header-strip.bg3 {
	background-image: url("../img/strip/3.jpg");
}
#header-strip.bg4 {
	background-image: url("../img/strip/4.jpg");
}
#header-strip h1 {
    font-size: 5em;
    font-weight: 100;
}
#header-strip p {
    font-size: 2.4em;
}

.contact h1 {
	text-align: center;
	font-size: 4em;
	font-weight: 100;
	margin-bottom: 40px;
    color: #2F353B;
}
.contact p {
    text-align: justify;
    text-justify: newspaper;
	font-size: 18px;
    margin-bottom: 25px;
}
.contact input,
.contact button,
.contact textarea {
    margin-bottom: 10px;
}
.contact textarea {
	height: 165px;
}
.contact button {
	float: right;
}

/* aside */
.widget {
    padding: 15px 25px 20px 25px;
	margin-bottom: 20px;
}
.widget .title {
    font-size: 22px;
    margin-bottom: 10px;
}
.widget.contact {
    background-color: #12648A;
    border-color: #12648A;
    color: #FFF;
	
    -webkit-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
}
.widget.contact a {
    color: #E1FBD2;
}
.widget.contact select {
    margin-bottom: 10px;
}
.widget.contact button {
    margin-bottom: 0;
}
.widget.news {
	position: relative;
    
	background-color: #17486B;
    border-color: #17486B;
    color: #FFF;
	
    -webkit-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
}
.widget.news .scroll-text {
	height: 240px;
}
.widget.news .title {
    color: #FFFFFF;
    border-bottom: 1px solid #12648A;
    padding-bottom: 10px;
}
.widget.news .scroll-text .title {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: initial;
    text-justify: initial;
	border-bottom: none;
	padding-bottom: 0;
}

.widget.news a {
    color: #6DE228;
    text-decoration: inherit;
    float: left;
}
/* end aside */

/* mentors */
.mentors {
    margin-top: 20px;
}
.mentors .mentor {
    margin-bottom: 30px;
}
.mentors .col-xs-3 img {
	width: 100%;
}
.mentors p {
    margin-bottom: 5px;
}
.mentors .name {
    font-weight: 600;
}

/* news */
.news-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-ul li .title{
    font-weight: 600;
    color: #2F353B;
    font-size: 24px;
    margin-bottom: 0;
}

/* share butun */
.shareIt {font-size: 22px;text-align: center; margin-top: 30px;}
.btn.facebook-share {
	direction: ltr;
	background: #395b9a;
    border: none;
}
.btn.facebook-share:hover {
	background: #1C376B;
}
.btn.facebook-share i {
    margin-right: 8px;
}
.shareIt .btn.facebook-share {margin-left: 15px;}
/* end share button */

/* tavnit text */
.tavnit-text div p:last-child,
.tavnit-img-text div p:last-child {
	margin-bottom: 0;
}
.tavnit-text {
    position: relative;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    margin-bottom: 30px;
}
.tavnit-text h3 {
    margin-top: 0;
}
.tavnit-text .link {
    float: right;
    font-size: 17px;
    padding: 7px 20px 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 6px 20px 4px 20px;
    color: #ffffff !important;
    background: #71bf44;
    border-color: #71bf44;
    margin-top: 10px;
}
.tavnit-text .link:hover, .tavnit-text .link:focus {
    color: #ffffff;
    background: #5AA230;
    border-color: #5AA230;
    text-decoration: none;
}
.tavnit-img {
    position: relative;
    color: #FFF;
    -webkit-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    margin-bottom: 30px;
}
.tavnit-img img {
    display: block;
    width: 100%;
}
.tavnit-img > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2F353B;
    background: rgba(47, 53, 59, 0.85);
    z-index: 9;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}
.tavnit-img div .link {
    color: #71BF44;
}
.tavnit-img .clearfix {
    display: none;
}
.tavnit-img-text {
    position: relative;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 22px 0px rgba(0,0,0,0.32);
    margin-bottom: 30px;
}
.tavnit-img-text img {
    position: absolute;
    width: 230px;
    left: 0;
    top: 0;
}
.tavnit-img-text .text {
    padding-left: 250px;
    overflow: hidden;
    position: relative;
}
.tavnit-img-text h3 {
    margin-top: 0;
}
.tavnit-img-text .link {
    float: right;
    font-size: 17px;
    padding: 7px 20px 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 6px 20px 4px 20px;
    color: #ffffff !important;
    background: #71bf44;
    border-color: #71bf44;
    margin-top: 10px;

}
.tavnit-img-text .link:hover, .tavnit-img-text .link:focus {
    color: #ffffff;
    background: #5AA230;
    border-color: #5AA230;
    text-decoration: none;
}
@media (max-width: 600px) {
	.tavnit-img-text {
		box-sizing: border-box;
	}
	.tavnit-img-text .text{
		padding: 0;
		box-sizing: border-box;
	}
	.tavnit-img-text img {
		position: initial;
		width: 100%;
	}
	.tavnit-img-text h3 {
		margin-top: 10px;
	}
}
/* end tavnit text */



/* media */
@media (max-width: 1199px) {
	#nav-line ul {font-size: 19px;}
	.boxesHome > div {height: 460px;}
	.boxesHome h2 {font-size: 28px;}
}
#mobileNav {display: none;}
@media (max-width: 991px) {
	#site-lang, #top-menu {display:none;}
	.boxesHome > div {height: auto;padding-bottom: 52px;}
	#pinat-haroh p {font-size: 2em;}
	.contact textarea {margin-top: 10px;}
	#primary_nav {display: none;}
	#mobileNav {display: block;}
}
#mobile_slogen {
	display: none;
    position: absolute;
    top: 0;
    padding: 60px 20px 0 20px;
    z-index: 9;
    height: 100%;
    width: 100%;
    background: rgba(47, 53, 59, 0.3);
    text-align: center;
    color: #FFF;
    font-size: 33px;
    font-weight: 700;
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
}
.show_767 {display: none;}
@media (max-width: 767px) {
	.container {padding-right: 20px;padding-left: 20px;}
	.slider-slogen {display: none;}
	.cover.fullscreen .slides li {min-height: 270px;}
	#mobile_slogen {display: block;}
	.boxesHome > div {margin: 20px 10px;}
	footer {padding: 10px 0;}
	footer, footer .text-right {text-align: center !important;}
	
	.hide_767 {display: none;}
	.show_767 {display: block;}
}
@media (max-width: 600px) {
	.cover.fullscreen .slides li {min-height: 250px;}
	#mobile_slogen {font-size: 24px;}
	.contact h1 {font-size: 3em;}
	

}
@media (max-width: 550px) {
	.cover.fullscreen .slides li {min-height: 210px;}
	#mobile_slogen {padding: 40px 20px 0 20px;font-size: 22px;}
	#header-strip h1 {font-size: 3em;}
	#header-strip p {font-size: 1.5em;}
	#header-strip {padding: 20px 0 35px 0;}
}
@media (max-width: 500px) {
	.cover.fullscreen .slides li {min-height: 190px;}
	#mobile_slogen {font-size: 20px;}
}
#call_us_mobile {
    display: none;
    text-align: center;
    color: #12648A;
    font-size: 29px;
    text-decoration: inherit;
    padding: 10px 0 0 0;
}
.show_480 {display: none;}
@media (max-width: 480px) {
	#call_us_mobile {display: block;}
	.show_480 {display: block;}
	.hide_480 {display: none;}
	#logo img {margin-top: 0;}
	.contact h1 {font-size: 2.5em;}
}
@media (max-width: 460px) {
	/* .cover.fullscreen .slides li {min-height: 190px;} */
	#mobile_slogen {padding: 30px 20px 0 20px;font-size: 19px;}
	.contact h1 {font-size: 2.3em;}
}
