html {position: relative;height: 100%;}
body {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 18px;
    text-align: justify;
    text-justify: newspaper;

}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
p {margin: 0 0 15px 0;}
input[type=text],input[type=tel], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}
 
input[type=text]:focus,input[type=tel]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.text-center {text-align: center;}

#wraper {
	width: 900px;
	margin: 10px auto;
}
#wraperTop {
  background: #FFF;
  background-size: 350px;
  background-position: right bottom;
}
#stripTitle {
  width: 620px;
  float: left;
  margin-top: 20px;
}
#stripTitle img {
	width: 100%;
}
#mainLanding  article.text{
  color: #2B318A;
  border-bottom: 2px solid #EAEAEA;
  padding-bottom: 15px;
  font-size: 19px;
  margin-top: 20px;
}
#mainLanding  article.text p{
	margin: 0;
}
#priceExample {
    margin-top: 25px;
    border-top: 2px solid #203062;
    padding-top: 20px;
}
#action {
    float: left;
    width: 460px;
}
#action .box{
    font-size: 19px;
    font-weight: 500;
    background-color: #203062;
    color: #FFF;
    padding: 21px 20px 6px;
    margin-bottom: 20px;
}
#action .box i{
    color: #F7941D;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
}
#main-info .title{
    text-align: center;
    font-weight: 700;
    color: #203062;
    font-size: 22px;
}
#action form .inputControl {
  width: 38%;
  float: right;
  position: relative;
  padding-right: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}
#action form .inputControl label {
  position: absolute;
  right: 0;
  width: 44px;
  text-align: left;
  line-height: 36px;
}
#action form .inputControl input {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 7px 3px;
	font-size: 16px;
	box-sizing: border-box;
	font-family: 'Open Sans Hebrew', serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#action form .inputControl input:focus {
	border: 1px solid rgba(81, 203, 238, 1);
}
#action form .buttonControl {
  width: 24%;
  float: right;
  position: relative;
  box-sizing: border-box;
}
#action form .buttonControl button {
  width: 100%;
  background: #2B318A;
  color: #FFF;
  font-size: 20px;
  font-family: 'Open Sans Hebrew', serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  padding: 3px;
  border: 2px solid #2B3189;
  box-sizing: border-box;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
#action form .buttonControl button:hover {
  background: #FFF;
  color: #2B3189;
}
#wraperBottom {
    border-top: 2px solid #203062;
    padding-top: 20px;
}
#wraperBottom  > .left, #wraperBottom  > .right {
	float: right;
	box-sizing: border-box;
}
#wraperBottom  > .left {
    padding: 0 55px 0 0;
    width: 410px;
  font-size: 17px;
  position: relative;
  
}
#wraperBottom  > .left img{
  float: left;
  margin-right: 15px;
}
#wraperBottom  > .right {
	width: 460px;
}
#wraperBottom  > .right .title{
    text-align: center;
    font-weight: 700;
    color: #203062;
    font-size: 22px;
}
#wraperBottom  > .right p.bold {
  font-size: 15px;
  font-weight: 700;
}
#wraperBottom2 {
    background: #F4F4F4;
    border-top: 1px solid #EAEAEA;
}
#wraperBottom2  > .left, #wraperBottom2  > .right {
	float: left;
	box-sizing: border-box;
}
#wraperBottom2  > .left {
  padding: 0 15px 0 0;
  width: 460px;
  font-size: 17px;
}
#wraperBottom2  > .left img{
  float: left;
  margin-right: 15px;
}
#wraperBottom2  > .right {
	width: 460px;
	border-left: 2px solid #c9c9c9;
}
#wraperBottom2  > .right p.bold {
  font-size: 15px;
  font-weight: 700;
}
.tabs {
  padding-left: 15px;
}
.tabs > ul {
  margin-bottom: -1px;
  list-style: none;
  height: 29px;
  padding: 0;
}
.tabs > ul li{
  float: right;
  margin-left: 5px;
}
.tabs > ul li a{
  padding: 4px 10px;
  background-color: #0071B7;
  border: 1px solid #0071B7;
  color: #FFFFFF;
  text-decoration: inherit;
  font-weight: 700;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.tabs > ul li a.active {
  border-bottom-color: #FFF;
  background: #FFF;
  color: #000000;
}
.tabs > .info {
	padding: 12px;
	background: #ffffff;
	border: 1px solid #a6a6a6;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	font-size: 16px;
}
.tabs > .info > div {
	display: none;
	min-height: 120px;
}
.tabs > .info > div.active {
	display: block;
}
#creditThinkSmart {
	text-align: center;
    background-color: #203062;
    color: #FFF;
    padding: 5px 10px;
}
#creditThinkSmart a {
    color: #FFF;
    text-decoration: initial;
}

/* owl */

#wraperBottom h2{
  margin: 0 0 10px 0;
  color: #2B3189;
  font-weight: 400;
}
#wraperBottom2 h2{
  margin: 0 0 10px 0;
  color: #2B3189;
  font-weight: 400;
}
.owl-item > div {
	padding: 0 10px 10px;
}
.owl-carousel-aside .owl-buttons {
  font-size: 60px;
  color: #203062;
}
.owl-carousel-aside .owl-buttons > div {
    position: absolute;
    top: 10px;
    margin-top: -54px;
    line-height: 27px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    background-color: #203062;
    color: #FFF;
    padding: 0;
}
.owl-carousel-aside .owl-buttons > div:hover {
    color: #FFFFFF;
    background-color: #005EA6;
}
.owl-carousel-aside .owl-buttons .owl-prev {left: 13px;}
.owl-carousel-aside .owl-buttons .owl-next {right: 13px;}

.slogen-bottom {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #2B318A;
  margin: 0;
}
/* popup start */
#popUpSection {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(22, 22, 22, 0.6);
	display: none;
}
#popUpSection.active {
	display: block;
}
#popUpSection .imageDescription{
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	top: 100px;
	display: none;
}
#popUpSection .imageDescription .image{
	float: left;
	width: 225px;
}
#popUpSection .imageDescription .description{
	float: left;
	width: 550px;
	background: #FFF;
	position: relative;
}
#popUpSection .imageDescription .description .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
}
#popUpSection .imageDescription .description > div{
	padding: 20px;
}



#popUpSection .popupDescriptives {
  position: absolute;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  box-sizing: border-box;
  border: 4px solid;
  top: 100px;
  display: none;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
    padding-bottom: 5px;
border-color: #2B3189;
}
#popUpSection .popupDescriptives .close {
  position: absolute;
  right: 10px;
  top: 3px;
  color: #FFF;
}
#popUpSection .popupDescriptives h3 {
	padding: 3px 0;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
	
  background: #2B3189;
}
#popUpSection .popupDescriptives .borderBottom {
	padding: 10px
}
#popUpSection .popupDescriptives .borderBottom .description {
	width: 38%;
	margin-left: 4%;
	float:right;
}
#popUpSection .popupDescriptives .borderBottom .description .action {
	background-color: #5D00C2;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px;
	text-align: center;
}
#popUpSection .popupDescriptives .borderBottom .image {
	width: 58%;
	float:right;
}
#popUpSection .popupDescriptives .borderBottom .image .big{
	width: 100%;
}
#popUpSection .popupDescriptives .borderBottom .image .small{
	width: 23.5%;
	float: right;
	cursor: pointer;
	margin-left: 2%;
	
	box-sizing: border-box;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	
	border: 2px solid #FFF;
	
	-webkit-transition: border-color 0.4s ease-in-out;
	-moz-transition: border-color 0.4s ease-in-out;
	-ms-transition: border-color 0.4s ease-in-out;
	-o-transition: border-color 0.4s ease-in-out;
}
#popUpSection .popupDescriptives .borderBottom .image .small:hover,
#popUpSection .popupDescriptives .borderBottom .image .small.active {
	border-color: #2B3189;
}
#popUpSection .popupDescriptives .borderBottom .image .small.active{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#popUpSection .popupDescriptives .borderBottom .image .small:last-child{
	margin-left: 0;
}


#headerStrip {
	position: relative;
	background-size: 100%;
    margin: 5px 0;
	padding-right: 215px;
}
#headerStrip h1 {
    margin: 0;
    padding: 10px 30px;
    background-color: #005EA6;
    display: inline-block;
    color: #FFF;
    font-size: 48px;
    font-weight: 100;
}
#headerStrip h2 {
    margin: 0;
    padding: 6px 20px;
    background-color: #3a3a3c;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    margin-top: -9px;
}
#logo {
    position: absolute;
    right: 0;
    top: 0;
    height: 90px;
    width: 210px;
    background: #203062;
    color: #FFF;
    text-align: center;
    padding: 9px 0;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 700;
}
#logo a{
	color: #FFF;
    text-decoration: inherit;
}
#slogen {
    height: 90px;
    line-height: 90px;
    font-size: 46px;
    text-align: center;
    background-color: #005ea6;
    color: #FFF;
    font-weight: 100;
}
#slogen span {
    font-size: 0.7em;
}
.black-line {
    margin-bottom: 10px;
    height: 10px;
    background: #3a3a3c;
}

#strip {
	position: relative;
	margin-bottom: 20px;
}
#strip > img {
	width: 100%;
}
#strip #open-time {
    position: absolute;
    width: 100px;
    left: 15px;
    top: 15px;
    opacity: 0.9;
}
#strip > span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #203062;
    background-color: rgba(32, 48, 98, 0.8);
    color: #FFF;
    padding: 10px 20px;
    font-size: 30px;
}
#strip span a {
    color: #FFF;
    text-decoration: initial;
}
#main-info {
    width: 400px;
    float: right;
}

.testimonial-item .testi-content {
  position: relative;
  background: #FFFDFF;
  border: 1px solid #F0E0F4;
  padding: 15px;
  font-size: 13px;
  margin-bottom: 15px;
  color: #2E2D30;
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.testimonial-item .testi-content a {
  color: #974CAA;
}

.testi-content:after, .testi-content:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testi-content:after {
  border-top-color: #FFFDFF;
  border-width: 8px;
  right: 50%;
  margin-right: -8px;
}

.testi-content:before {
  border-top-color: #F0E0F4;
  border-width: 9px;
  right: 50%;
  margin-right: -9px;
}
.testi-author {text-align: center;font-size: 16px;}
.testi-author b {display: block;}

.owl-carousel.gallery .item {text-align: center;}
.owl-carousel.gallery .item img {width: 100%;}



.gallery > div {
	float: right;
	width: 31%;
	margin-left: 3.5%;
	text-align: center;
}
.gallery > div:last-child {
	margin-left: 0;
}
.gallery > div img{
	width: 100%;
}

/* motive list */
ul.motive-list {
    margin-top: 10px;
    padding-right: 0;
}
ul.motive-list li {
    /* cursor: pointer; */
    list-style: none;
    position: relative;
    padding-right: 35px;
    margin-bottom: 10px;
    text-align: right;
}
ul.motive-list li:before {
    position: absolute;
    right: 0;
    top: 6px;
    font: normal normal normal 8px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0c8";
    margin-left: -20px;
    margin-right: 8px;
    color: #F7941D;
}
ul.motive-list li:hover:before {
    color: #FFC37A;
}

/* end motive list*/
.overall-div {
    position: relative!important;
    /*
	display: inline-block!important;
    background: none !important;
    padding: 0!important;
    width: 201px;
	*/
}
.overall-div .overall-text {
    position: absolute;
	display: none;
    top: 0;
    right: -18px;
    height: 40px;
}


/* media */
@media (max-width: 980px) {
	#wraper {width: 100%;}
	#wraperTop  {background: #FFF;}
	#stripTitle,#mainLanding {width: 100%;}
	#wraperBottom > .left, #wraperBottom > .right {width: 100%;}
	#wraperBottom > .right {border-left: none;}
	#wraperBottom2 > .left, #wraperBottom2 > .right {width: 100%;}
	#wraperBottom2 > .right {border-left: none;}
	.tabs {padding-left: 0;}
}
@media (max-width: 900px) {
	#headerStrip {padding: 0;}
	#logo {
		position: inherit;
		width: auto;
		height: auto;
		display: inline-block;
		padding: 5px 20px;
		margin-bottom: 5px;
		font-size: 40px;
	}
	#logo br {display: none;}
	#logo a {display: none;}
	.black-line {display: none;}
	#slogen {
		height: auto;
		line-height: 1;
		padding: 5px 10px 10px;
		font-size: 40px;
	}
	#main-info {
		width: 43%;
		margin-left: 2%;
	}
	#action {
		width: 55%;
	}
}

@media (max-width: 850px) {
	#action .fa-square {display: none;}
	#strip > span {
		position: initial;
		margin: 0;
		display: block;
		text-align: center;
		background-color: #203062;
	}
	.overall-div .overall-text {
		display: inline-block;
	}
	
}
@media (max-width: 630px) {
	#strip #open-time {height: 80px;width: auto;top:8px;}
	#action .title {font-size: 22px;}
	#wraperBottom h2 {font-size: 21px;}
	#wraperBottom2 h2 {font-size: 21px;}
	.slogen-bottom {font-size: 24px;}
	#main-info {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	#action {
		width: 100%;
		float: none;
	}
	#action .fa-square {display: inline;}
}
@media (max-width: 580px) {
	#action form .inputControl, #action form .buttonControl {width: 100%;float: none;margin-bottom: 10px;padding-left: 0;}
	#wraperBottom > .left img {display: none;}
	#wraperBottom2 > .left img {display: none;}
	.tabs > ul {height: 28px;}
	.tabs > ul li {margin-left: 3px;}
	.tabs > ul li a {padding: 4px 5px;font-size: 16px;}
	
}
@media (max-width: 480px) {
	#strip .overall-div{display: block;}
}
.show430 {display: none;}
@media (max-width: 430px) {
	/* #logo a {display: block;} */
	.hide430 {display: none;}
	.show430 {display: inline-block;}
	#action .title a {color: #2B318A;}
	#action .title {font-size: 19px;}
	#wraperBottom h2 {padding-bottom: 22px;}
	#wraperBottom2 h2 {padding-bottom: 22px;}
	.gallery > div {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
}
