/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney-child
*/

@import "../sydney/style.css";
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?wn885g');
  src:  url('fonts/icomoon.eot?wn885g#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?wn885g') format('truetype'),
    url('fonts/icomoon.woff?wn885g') format('woff'),
    url('fonts/icomoon.svg?wn885g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icons-taoos-contact:before {
  content: "\e900";
}
.icon-icons-taoos-facebook:before {
  content: "\e901";
}
.icon-icons-taoos-google:before {
  content: "\e902";
}
.icon-icons-taoos-location:before {
  content: "\e903";
}
.icon-icons-taoos-mail:before {
  content: "\e904";
}
.icon-icons-taoos-phone:before {
  content: "\e905";
}
.icon-icons-taoos-play:before {
  content: "\e906";
}
.icon-icons-taoos-search:before {
  content: "\e907";
}
.icon-icons-taoos-youtube:before {
  content: "\e908";
}
/*========================
      Search PopUp
========================*/

#search-pop{
  background: rgba(18, 36, 60, 0.95);
  border: 3px solid;
  border-bottom: none;
  position: fixed;
  color: #14c3c4;
  bottom: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
  width: 20%;
  padding: 1%;
  font-size: 2em;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 15%;
  min-width: 300px;
  transform:scale(0.7);
}


/* .home .container {
  position:relative;
  display:inline-block;
  font-size:0;
  }
.home .container > .controls {
  position:absolute;
  bottom:0;
  width:100%;
  background:rgba(255,255,255,0.3);
  padding:7px;
  box-sizing:content-box;
  z-index:10000;
  }
*/

.home .controls  {
	z-index: 99999;
	position: relative;
    left: 3%;
    top: -108px;
}	

.home .controls button {
	background: #f40df4;
    border: 1px solid #f40df4;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.home .controls button:hover {
	
	background: #f4e00d;
    border: 1px solid #f4e00d;	
}	

.home .controls button:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.home  .controls button:after {
	content: "\f028";
	font-size: 28px;
    position: absolute;
    left: 27px;
    top: 26px;	
}
	


@media only screen and (max-width: 479px){
  #search-pop{
    padding: 5%;
    font-size: 2.5em;
  }
}
#search-pop.show-me{
  bottom: 0;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform:scale(1);
}

#search-pop.show-me:active{
  transform:scale(0.6);
}
.search-modal {
  background-color:#FFFFFF;
  position:fixed;
  bottom:-100%;
  left:0;
  right:0;
  text-align:center;
  width:45%;
  min-width:350px;
  margin:0 auto;
  box-shadow: none;
     -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform:scale(0.7);
  z-index: 1000;
}
.search-modal h1{
  font-size: 4em;
  margin-bottom:0.5rem;
  color: #12243c;
}
.search-modal h3{
  font-size: 3em;
  margin: 0;
  color: #12243c;
}
.search-modal a h3{
  color: #14c3c4;
}
.search-modal.appear{
  bottom: 50%;
  right: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 15px 56px -8px rgba(18, 36, 60, 0.62);
  -moz-box-shadow: 0px 15px 56px -8px rgba(18, 36, 60, 0.62);
  box-shadow: 0px 15px 56px -8px rgba(18, 36, 60, 0.62);
  transform: scale(1) translate(50%,50%);
}
.search-modal .wpcf7 input {
    width: 80%;
    background: transparent;
    border: none;
    border-bottom: 0.1em solid #14c3c4;
    outline: none;
    padding: 0px 3rem 8px 5rem;
    color: #14c3c4;
    height: 2.5em;
    font-size: 2em;
}
  .search-modal textarea:focus, .search-modal input[type="text"]:focus, .search-modal input[type="password"]:focus, .search-modal input[type="datetime"]:focus, .search-modal input[type="datetime-local"]:focus, .search-modal input[type="date"]:focus, .search-modal input[type="month"]:focus, .search-modal input[type="time"]:focus, .search-modal input[type="week"]:focus, .search-modal input[type="number"]:focus, .search-modal input[type="email"]:focus, .search-modal input[type="url"]:focus{
  border: none;
  border-bottom: 0.1em solid #12243c;
}
.search-modal .taoos-form p {
    display: block;
    position: relative;
    margin-bottom: 2em;
    line-height: 0.4;
}
.search-modal .taoos-form p label.name{
  font-size: 2em;
  bottom: 1em;
  right: 3.5em;
  z-index: 0;
}
.search-modal .taoos-form p:last-child input {
  color: #fff;
}
.search-modal .taoos-form p label {
  color: #12243c;
}
.search-modal .taoos-form p:last-child {
    margin-top: 5rem;
}
.search-modal .taoos-form p label:first-child {
  font-size: 4em;
}
.search-modal .taoos-form p label {
  right: 0;
  bottom: 0;
}
.search-modal .taoos-form p label.phone {
    bottom: 0;
}
.search-modal .taoos-form p label.email {
    right: 0;
}
.search-modal .taoos-form p.focus label.change{
  font-size: 7rem;
}
.modal-wrapper{
  width:auto;
  height:auto;
  padding: 10px 25px 30px;
  position: relative;
}
@media only screen and (max-width:479px) {
  .modal-wrapper{
    font-size: 10px;
  }
}
.close-modal{
  position: absolute;
  right: -3%;
  top: -3%;
  color: #14c3c4;
  font-size: 5em;
  z-index: 1000
}
.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.search-form-wrapper .form-wrapper{
  margin: 0;
}

.search-form-wrapper .form-wrapper .input:before {
  width: 100%;
  left: 0;
}

.search-form-wrapper .form-wrapper #search {
    display: block;
    color: #12243c;
}
/*========================
         Reset
========================*/
body, html{
  font-size: 14px;
}
body {
	direction: rtl;
	unicode-bidi: embed;
  font-family: 'Open Sans Hebrew', sans-serif;
}
body, p , div, table, span, form, a,h1 ,h2 ,h3 ,h4 ,h5 ,h6,input,textarea {
  font-family: 'Open Sans Hebrew', sans-serif !important;
}
.container{
  padding: 0!important;
}
.home #content{
  height: auto;
  padding-top: 0;
  /*margin-bottom: 13rem;*/
}
.auto-width{
  width: auto!important;
}
#content {
  padding: 83px 0 100px;
  clear: both;
  /*height: 100vh;*/
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
/**
  For IE 6/7 only
  Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/**
 blue-site : #12243c
*/
.panel-row-style{
  position: relative;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus{
  border: none;
  border-bottom: 8px solid #fff;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.absolute-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.no-padding{
  padding:0!important;
}
.unvisible{
  opacity: 0;
}
/*========================
     Search Style
========================*/
.widget_search{
  width: 82rem;
  max-width: 90%;
  margin: 0 auto;
}
.form-wrapper{
  width: 100%;
  margin: 5rem auto 0 auto;
  /*border-bottom: 4px solid #fff;*/
}
.call-us .form-wrapper{
  margin: 0;
}
.home .form-wrapper .label-hd{
  position: absolute;
  left: -999px;
}
.form-wrapper .label-hd{
  position: absolute;
  left: -999px;
}
.form-wrapper #search{
  display: block;
  color: #fff;
  font-size: 2.3rem;
  text-align: right;
  background-color: rgba(255,255,255, 0);
  border: none;
  width: 100%;
  margin: 0 auto;
  height: 5rem;
  padding: 0 1rem;
  border-radius: 0;
  float: right;
  border: 0.4rem solid #fff;
}
.call-us form{
  height: 100%;
}
.call-us .label-hd{
  position: absolute;
  left: -99999rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.search .call-us .form-wrapper #search,
.call-us .form-wrapper #search{
  font-size: 1.3rem;
  padding: 0rem 1rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.3rem solid #fff;
  color:  #14c3c4;
}
.call-us .form-wrapper .input:before{
  content:none;
}
.call-us .form-wrapper #search:focus{
  border: 0.3rem solid #fff;
}
.call-us .form-wrapper .input-wrapper {
  height: 100%;
  background-color: #fff;
}
.call-us .form-wrapper .input-wrapper span {
  font-size: 1.6rem;
  color: #14c3c4;
}
.call-us .form-wrapper .input-wrapper:hover span {
  font-size: 2.6rem;
  color: #14c3c4;
}
.form-wrapper .input:before{
  content: "";
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  width: 25%;
  left: -5%;
  background-color: #14c3c4;
}
.form-wrapper #search:focus{
  border: none;
  border-bottom: 4px solid #14c3c4;
  outline: none;
}
.form-wrapper .input-wrapper{
  float: left;
  cursor: pointer;
  height: 5rem;
  background: #14c3c4;
}
.form-wrapper .input-wrapper:hover span{
  color: #fff;
  font-size: 4rem;


}
.form-wrapper .input-wrapper span{
  font-size: 3rem;
  bottom:50%;
  left: 50%;
  transform: translate(-50%,50%);
  color: #12243c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.form-wrapper .input-wrapper input{
  cursor: pointer;
}
/*.form-wrapper:after,
.form-wrapper:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  margin: 0 auto;
  z-index: -1;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.form-wrapper:before{
  right: 0;
}
.form-wrapper:after{
  left: 0;
}

.form-wrapper:hover:before,
.form-wrapper:hover:after{
  width: 190%;
}*/
.page-template-page_woo .panel-row-style{
  padding-bottom: 2rem!important;
  padding-top: 0!important;

}
.page-template-page_woo .textwidget{
  width: auto;
}
/*========================
     Search Page
========================*/
.search #primary{
  margin: 0 auto;
  float: none;
}

.search article{
  position: relative;
  float: right;
  background: #f4f4f4;
  padding: 0!important;
  width: 23%;
  margin: 1%;
  overflow:
}
.search article:after{
  content: "";
  position: absolute;
  background: #14c3c4;
  padding: 0;
  width: 100%;
  height: 0.4rem;
  z-index: 1;
  bottom: 0;
}

.search #main article h4.title-post{
  position: absolute;
  font-size: 1.5rem;
  padding: 0.5em 0;
  text-align: center;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(18, 36, 60, 0.9);
  color: #14c3c4;
  transition: all 0.4s ease 0s;
}
.search #main article h4.title-post:hover{
  opacity: 0;
}

.search #main article h4.title-post:after{
  content: none;
}

.search #main article .entry-post{
  height: 100%;
}
.search #main article .entry-post img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.search #main .page-title:after,
.search #main .title-post:after{
  height: 0.5rem;
}
.search .nav-links{
  float: none;
  width: 98%;
  margin: 0 auto;;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next{
  background: #14c3c4;
  font-size: 1.5rem;
  padding: 5%;
  text-align: center;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a{
  color: #fff;
}


.posts-navigation .nav-previous,
.posts-navigation .nav-next{
  width: 49%;
}
/*========================
       Find None
========================*/
.search .page-content > p,
.error-404 .page-content > p{
  font-size: 2.5rem;
  color: #12243b;
  line-height: 1.5;
  text-align: center;
}
.search .form-wrapper{
  width: 100%;
  padding: 0;
}
.search .form-wrapper .label-hd{
  position: absolute;
  left: -1000%;
}
.search .form-wrapper .input-wrapper span{
  color: #12243b;
}
.search .form-wrapper #search{
  color: #12243c;
  border: 4px solid #12243c;
  border-left: none;
  padding: 1rem;
}
.search .form-wrapper .input:before{
  content: none;
}
@media screen and(max-width: 750px) {
  .search article{
    float: right;
    padding: 1rem;
    width: 47%;
    margin: 1%;
  }
  .search .nav-links{
    clear: both;
  }

}

 /*========================
      General Layout
 ========================*/
 .preloader {
  z-index: -100000;
  display: block!important;
  height: 0 !important;
  background-size: 0;
  transition: all 1.2s ease 0s;
  background-image: url(https://i.imgsafe.org/c00a0f023c.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ededed;
  top: 0;

}
 .preloader.load {
  /*background: none repeat scroll 0 0 #fff;*/
  /*height: 100%!important;
  opacity: 1!important;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000;
  background-size: 25%;
  animation: bounce 3s infinite;*/
}
 #page{
   overflow: hidden;
 }
 .call-us{
  height: 50px;
  background: #14c3c4;
  position: relative;
  z-index: 110;
 }
 .call-us.fixed{
  position: fixed;

 }
 .call-us div{
  font-size: 1.9rem;
  color: #fff;
  height: 100%;
  text-align: center;
 }
 .call-us div a{
  color: #fff;
 }
.call-us > div{
  display: flex;
  justify-content: center;
}
.call-us > div > div{
  position: relative;
  display: flex;
  float: none;
  align-items: center;
  justify-content: center;
  }
  .call-us > div > div:after,
  .call-us > div > div:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  }
  .call-us > div > div:before{
    left: inherit;
    right: 0;
  }
 .call-us div p{
  font-size: 0.7em;
  margin: 0 0.7em 0 0;
 }
 .call-us div span{
}
header#masthead.site-header{
  background: #12243c;
  height: 130px;
  margin-top: 50px;
  box-shadow: 0 25px 0px rgba(18, 36, 60, 0.24);
  -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
header#masthead.site-header.fixed,
header#masthead.site-header.float-header {
  margin-top: 0;
  height: 55px;
  background-color: rgba(18, 36, 60, 0.9);
  box-shadow: 0 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 1005;
}
.site-header.fixed.hide-video{
  top:-40%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.header-wrap{
  position: relative;
}
.header-wrap, .container, .header-row{
  height: 100%;

}
@media screen and (max-width:750px) {
  .call-us{
    display: none;
  }
  header#masthead.site-header{
    margin-top: 0;
  }
}

#site_logo{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  max-width: 200px;
  width: 15%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.float-header #site_logo{
  bottom: -30px;
  width: 6%;
}
#site_logo .site-logo{
  max-height: none;
  position: relative;
  top: 2em;
  right: -2em
}
#mainnav {
  float: none;
  padding-top: 3em;
}
.float-header #mainnav {
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}
#mainnav ul {
  text-align: center;
}
#mainnav ul li {
  float: none;
  display: inline-block;
  margin: 0 2%;
}
#mainnav ul li:nth-child(3) {
  margin-left: 8%;
}
#mainnav ul li:nth-child(4) {
  margin-right: 8%;
}
#mainnav.primary ul li a{
  font-size: 28px;
}
.float-header #mainnav.primary ul li a{
  font-size: 16px;
}
#mainnav ul li a:hover {
    color: #14c3c4;
}
body.home .header-image {
  background-image: url(/wp-content/uploads/2017/01/mainPattern-01.png);
  display: block;
  height: 100vh!important;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}
body.home .header-image .overlay {
  position: relative;
  z-index: -1;
}
.figure-open{
  position: absolute;
  width: 20rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.figure-open.is-showing{
  opacity:1;
}

.figure-open.cow{
  right: -10rem;
  bottom: -42px;
  top: inherit;
  width: 28rem;
}
.figure-open.cow.is-showing{
  right: 0;
}
.figure-open.lizard{
  top: -7rem;
  left: inherit;
  right: 10rem;
  z-index: 1;
  width: 38rem;
  display: block;
}
.figure-open.lizard.is-showing{
  right: 0;
}
.figure-open.pirate{
  top: inherit;
  bottom: 25rem;
  left: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 22rem;
}
.figure-open.pirate.is-showing{
  bottom: -1rem;
}

.text-header {
  -webkit-animation-name: none;
  animation-name: none;
  width: 55rem;
  margin: 0 auto;
  padding-bottom: 40px;
  background: rgba(255,255,255,0.85);
  line-height: 42px;
  position: relative;
  top: 25rem;
  /* padding: 1rem 1rem 0 1rem; */
  padding-bottom: 0;

}
.slides-container .slide-item{
  background-repeat: repeat;
  background-size: 25%;
  opacity: 0.5!important;

}
.text-header .maintitle {
  font-size: 18rem;
  line-height: 16rem;
  font-weight: 700;
  padding-bottom:0;
}
.text-header .subtitle {
  padding: 0;
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: -0.25rem;
  margin-bottom: 2rem!important;
}







.tg-grid-wrapper {
    direction: ltr;
}
.tg-item {
    direction: rtl;
}
#primary {
    width: 100%;
}

.tolb-holder figure {
    position: absolute !important;
}

.single-post-content p {
	font-size:2em;
	line-height: 1.8em;
}



.post-navigation a {
	color: #ffffff;
    background: #14c3c4;
    padding: 16px 20px 16px 20px;
}

.post-navigation .nav-previous a {
    padding: 16px 48px 16px 20px;
}

.post-navigation .nav-next a {
    padding: 16px 20px 16px 48px;
}

.post-navigation  .fa-long-arrow-left {
    position: relative;
    left: -33px;
}

.post-navigation  .fa-long-arrow-right {
    position: relative;
    left: 33px;
}

.post-navigation i {
	color: #ffffff;
}


@media only screen and (max-width:1400px) and (max-height:900px) {
  .figure-open.lizard{
    opacity: 0;
  }
  .text-header {
    width: 50rem;

  }
  .figure-open.lizard{
    top: -10rem;
  }
  .text-header .maintitle {
    font-size: 15rem;
    line-height: 13rem;
  }
  .text-header .subtitle {
    font-size: 4.5rem;
    line-height: 3rem;
    letter-spacing: 0rem;
    margin-bottom: 2rem!important;
  }
}

.text-header .maintitle, .text-header .subtitle {
  text-shadow: none;
  color: #14c3c4!important;
  margin: 0;
  text-align: center;
}

.text-header .maintitle:after {
  content: none;
}
.roll-button {
  font-family: 'Open Sans Hebrew', sans-serif;
  background-color: #14c3c4;
  border: 1px solid #14c3c4;
  width: 100%;
  border-radius: 0px;
  font-size: 4rem;
  line-height: 29px;
  font-weight: 300;
  padding: 3rem;
  margin-top: 1rem;
}
.roll-button a{
  color: #fff;
}
.roll-button:hover{
  color: #14c3c4;
  background-color: rgba(255, 255, 255, 0.4);
  outline: 1px;
}
.roll-button:hover a{
  color: #14c3c4;
}
a:focus {
    color: rgba(255,255,255,0.9)!important;
}
.roll-button.shake {
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
          animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/*========================
     Content Area
========================*/
   /*  About Row*/

.panel-grid {
  max-width: 100%;
  position: relative;
}
.panel-row-style{
  position: relative;
  padding: 9rem 0 9rem 0!important;
}
.background-pattern{
  background-repeat: repeat;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.background-pattern.dark{
  background-size: 43%!important;
}
.background-pattern.dark img{
  position: absolute;
  right: -999px;
}
.main-text .widget-title {
  text-align: center;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  font-size: 6rem;
}


.main-text .widget-title:after {
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  bottom: -11px;
  width: 60%;
  height: 0.2em;
  background-color: #fff!important;
}
.main-text.second-line .widget-title:after,
.main-text.second-line .widget-title:before {
  content: "";
  right: 0;
  bottom: 50%;
  width: 20rem;
  height: 0.2em;
  background-color: #fff!important;
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.main-text.second-line .widget-title:before{
  left: 0;
  right: inherit;
}
.textwidget{
  width: 60%;
  position: relative;
  margin: 0 auto;
}
.textwidget p{
  font-size: 3rem;
  line-height: 4.8rem;
  letter-spacing: 1px;
  color: #14c3c4;
}
.sub-text{
  background: #fff;
  padding: 0.1rem 0;
}
.sub-text p{
  font-size: 2.3rem;
  color: #12243c;
}
.figure img{
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(7rem) scale(0.8,0.8);
          transform: translateY(7rem) scale(0.8,0.8);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.figure.is-showing img{
  -webkit-transform:translateY(0) scale(1,1);
          transform:translateY(0) scale(1,1);
  opacity:1;
}
.figure img:hover{
  opacity: 0.1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.photographer-figure img{
  right: 0;
  top: 220px;
  max-width: 30%;
  width: 20rem;
}

.flamingo-figure img{
  left: -9rem;
  bottom: 30px;
  max-width: 30%;
  width: 32rem;
}
.taoos-video > div{
  padding: 0!important;
}
.customer-wrapper h3{
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
.customer-wrapper .customers {
  width: 63%;
  margin: 0 auto;
}
.customer-wrapper .customers li {
  position: relative;
  float: right;
  width: 15%;
  margin-left: 1%;
}
.customer-wrapper .customers li:after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height:  0.5rem;
  background-color: #fff;
  top: 45%;
  left: 0;
  transform: translateX(-100%)
}
.customer-wrapper .customers li:last-child:after {
  content: none;
}

.customer-wrapper .customers li:first-child {
  margin-right: 2%;
}
.customer-wrapper .customers li:last-child {
  margin-left: 0;
}
@media screen and (max-width:750px) {
  .customer-wrapper .customers {
    width: 95%;
  }
  .customer-wrapper .customers li:nth-child(odd) {
    width: 45%;
    margin-left: 1%;
    margin-right: 0;
  }
  .customer-wrapper .customers li:nth-child(even) {
    width: 45%;
    margin-left: 0;
    float: left;
  }
  .customer-wrapper .customers li:after {
    content: none;
  }

}

/*  Video Row  */

#pg-12-1{
  width: 100%;
  height: 100vh;
  margin: 0!important;
  max-width: none;
  position: relative;
  overflow: hidden;
}
.icon-icons-taoos-play{
  position: absolute;
  font-size: 20rem;
  top: 50%;
  margin: 0 auto;
  z-index: 0;
  color: #fff;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  opacity: 0.05  ;
}
#pgc-12-1-0{
  height: 91vh;
}
.taoos-video{
  padding-bottom: 0!important;
}
.taoos-video .background-pattern {
  height: 55vh;
  bottom: -22rem;
  top: inherit;
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
  background-size: 44rem!important;
  background-position: -180px 280px;
  z-index: -1;
  opacity: 0.2;
}
.taoos-video .main-text .widget-title {
  text-shadow: 0px 0px 25px rgba(18, 36, 60, 0.57);
}
.taoos-video .taoos-video,
.taoos-video{
  position: static!important;
}
.taoos-video video{
  left: 0!important;
  top: 0!important;
  -webkit-transform: translate(0, 0)!important;
          transform: translate(0, 0)!important;
  /*height: 100vh!important;*/
  min-height: 100%!important;
  width: 100vw!important;
}

.taoos-video .jquery-background-video-pauseplay{
  width: 100%;
  height: 100%;
  left: 0!important;
  right: 0!important;
  z-index: 100;
  opacity: 0.5;
}
.taoos-video .jquery-background-video-pauseplay:after{
  left: 49.5%!important;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  left: 50%!important;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
/*.jquery-background-video-pauseplay.pause:before, .jquery-background-video-pauseplay.pause:after {
  border-top: 100px solid #FFF;
  border-bottom: 100px solid #FFF;
  border-left: 20px solid #FFF;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before{
}
.jquery-background-video-pauseplay.pause:after{
  left:71px!important;
}*/

/*  Form Row  */

#pg-12-2{
  background-color: #12243c;
}
.wpcf7 input{
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 0.2em solid #fff;
  outline: none;
  padding: 0px 7rem 20px 5rem;
  color: #fff;
  height: 2em;
}
.form-section.panel-row-style{
  overflow: visible;
}
.taoos-form p{
  display: block;
  position: relative;
  margin-bottom: 2em;
  line-height:
}
.taoos-form p:last-child{
  margin-bottom:0;
}
.taoos-form p label{
  /*position: absolute; */
  position:static;
  right: -62px;
  bottom: -18px;
  z-index: 100;
  font-size: 9rem;
  color: #fff;
}
.taoos-form p label.shakeUp{
  -webkit-animation: shakeUp 0.82s cubic-bezier(.36,.07,.19,.97) both;
          animation: shakeUp 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.taoos-form p label.phone{bottom: -28px;}
.taoos-form p label.email{right: -56px;}
.taoos-form p label.name{
  font-size: 3rem;
  bottom: 2rem;
  right: 7rem;
  z-index: 0;
}
.single-product .taoos-form p label.name,
.menu-page .taoos-form p label.name,
.not-found .taoos-form p label.name{
  font-size: 1.5rem;
  bottom: 0.7rem;
  right: 5rem;
  z-index: 0;
}
.taoos-form p.focus label.name.change{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 50rem;
  opacity: 0;
  font-size: 3rem;
}

.taoos-form span.wpcf7-not-valid-tip {
  color: #f7ad00!important;
  font-size: 1em;
  display: block;
  position: absolute;
  padding-right: 7rem;
}
.single-product .taoos-form span.wpcf7-not-valid-tip,
.menu-page .taoos-form span.wpcf7-not-valid-tip,
.not-found .taoos-form span.wpcf7-not-valid-tip{
  font-size: 1.5em;
  padding-right:0;
}
.taoos-form p.focus label.change{
  color: #14c3c4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 9.6rem;
}
.submit-me input[type="submit"]{
  border: none;
  background-color: #14c3c4;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  height: 3em;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.submit-me input[type="submit"]:hover{
  -webkit-transform: translateY(-20px)scale(1.05,1.09);
          transform: translateY(-20px)scale(1.05,1.09);
  color: #12243c;

}
.submit-me input[type="submit"]:active{
  -webkit-transform: translateY(-10px)scale(1.02,1.02);
          transform: translateY(-10px)scale(1.02,1.02);
  background-color: #fff;
  color: #14c3c4;
}
.wpcf7-response-output,
div.wpcf7-mail-sent-ok{
  background: transparent;
  color: #ffffff;
  border: 0;
  font-size: 3rem;
  padding: 1em;
  border-bottom: 8px solid;
  margin-top: 0;
  text-align: center;
}
.wpcf7-display-none.wpcf7-validation-errors{
  border: 0;
  border-bottom: 8px solid #f7ad00;
}

.overlay{
  background: transparent!important;
}
.form-section{
  background-size: 50%;
  background-repeat: repeat;
}
.form-section .main-text p{
  text-align: center;
  color:#fff;
}

.lawyer-figure img{
  bottom:0;
  left: 0;
  bottom: -80px;
  left: 0px;
  width: 30rem;
}

/*  Where Row  */
.panel-row-style.where {
  overflow: visible;
  background: #ededed;
}
.where .widget-title{
  color: #14c3c4;
}
.where .main-text.second-line .widget-title:after,
.where .main-text.second-line .widget-title:before {
  background-color: #14c3c4!important;
}
/*where .figure.is-showing img{
  transform: translatex(13rem) scale(0.8,0.8);
  transform-origin: right;
}*/
.where p{
  color: #12243c;
  text-align: center;

}
.where .left-big p{
  font-size: 4rem;
  margin-top: 13rem;
  margin-bottom: 14rem;
}
.where .outline {
  position: relative;
  padding: 2.5rem 1.5rem;
  /*padding-right:*/
  border-bottom: 9px solid #14c3c4;
  border-left: 9px solid #14c3c4;
  border-top: 9px solid #14c3c4;
  display: flex;
  align-items: center;

}
.where .outline span{
  position: absolute;
  font-size: 15rem;
  bottom: -4rem;
  right: -5rem;
  color: #12243c;
}
.where .outline p{
  margin: 0 0 2rem 0;
  font-size: 2.5rem;
  text-align: center
  ;
}
.where .outline h5{
  margin: 2rem 0 2rem 0;
  font-size: 2.5rem;
  text-align: center;
  color: #12243c;
}
.where p.left{
  color: #12243c;
  float: left;
  text-align: center;
  line-height: 4rem;
  font-size: 2.5rem;
}
.where p.left a{
  color: #12243c;
}
.where p.right{
  float: right;
  font-weight: 700;
}
.owl-figure img,
.owl-figure-none{
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 1;
  bottom: 23rem;
  right: 0;
  width: 15rem;
  -webkit-transform: translatex(14rem) scale(0.9,0.9);
          transform: translatex(14rem) scale(0.9,0.9);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.owl-figure-none{
  z-index: 100;
  bottom: -22rem;
  width: 14rem;
  transition: none;
  transform: translatex(16rem);
}

.transporter img{
  z-index: 1!important;
  -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      opacity: 1!important;
      bottom: -110px;
      left: 0;
      width: 45rem;
      -webkit-transform: translatex(14rem) scale(0.9,0.9);
      transform: translatex(14rem) scale(0.9,0.9);
      -webkit-transform-origin: right;
      transform-origin: right;
}

/*==================
    Inside Pages
====================*/

#main .page-title,
#main .title-post {
  text-align: center;
  font-weight: 600;
  line-height: normal;
  color: #14c3c4;
  font-size: 6rem;
  padding-top: 0;
  position: relative;
  margin-bottom: 5rem;
}


#main .page-title:after,
#main .title-post:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  bottom: -11px;
  width: 40%;
  height: 0.2em;
  background-color: #14c3c4!important;
}
.single-product .form-section,
.menu-page .form-section,
.not-found .form-section{
  border: 0.3rem solid #12243c;
  border-bottom: none;
  padding-top: 3rem;
  position: relative;
}
.single-product .form-section{
  border: 0.3rem solid #14c3c4;
  border-bottom: none;
}
.menu-page .panel-grid-cell{
  padding: 0!important;
  position: relative;
}
.menu-page .panel-row-style{
  overflow: visible;
}
.side-background{
  position: relative;
  padding: 2.5rem ;
  background: #12243c;
  width: 50rem;
}
.forchino{
  background: #12243c;
  height: 45rem;
}
.forchino img{
  width: 100%;
  opacity: 0.5;
  transition: all 500ms ease-in-out;
}
.forchino:hover img{
  transform: scale(1.05);
  opacity: 1;
}
.page-template-page_woo .side-background{
    width: 100%;
}
.page-template-page_woo .side-background p{
  /*text-align: center;*/
}
/*.side-background:before{
  content: "";
  position: absolute;
  height: 100%;
  background: #12243c;
  width: 130%;
  z-index: -1;
  left: 0;
  bottom: 0;
}*/
.menu-page .panel-row-style{
  padding-top:0!important;
  padding-bottom: 5rem!important;
}
.menu-page .textwidget{
  width: 100%;
}
.menu-page .textwidget p{
  font-size: 2.1rem;
  color: #fff;
  padding-left: 1rem;
}

.menu-page .textwidget p:first-child{
  margin-top: 0;
}
.menu-page .textwidget p:last-child{
  margin-bottom: 0;

}

.menu-page .figure-normal img{
  position: absolute;
  bottom:-100px;
  left: 0;
  width: 40%;
}
.menu-page .figure-normal.cow-bench img{
  transform: scale(-1, 1);
}
.menu-page .figure-normal.sea img{
bottom: -200px;
left: 10%;
width: 25%;
transform: rotate(20deg)
}
.menu-page .lizard img{
  transform: scaleX(-1) ;
  right: -15rem;
  width: 60%;
}
.menu-page h3{
  color: #fff;
  padding: 1rem;
  background: #12243c;
}
.single-product .taoos-form p,
.menu-page .taoos-form p,
.not-found .taoos-form p {
  width: 33%;
  float: right;
  margin-right: 0.3%;
}
.single-product .taoos-form p{
  /*width: 23%; */
  width: 33%;  
}
.single-product .taoos-form p:last-child,
.menu-page .taoos-form p:last-child,
.not-found .taoos-form p:last-child{
  width: 100%;
  margin-right: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
}



.single-product .wpcf7 p:last-child input {
    cursor: pointer;
    cursor: hand;
}    


.menu-page .taoos-form p *,
.not-found .taoos-form p *{
  color: #12243c;
}
.single-product .taoos-form p *{
  color: #14c3c4
}
.single-product .taoos-form p label,
.menu-page .taoos-form p label,
.not-found .taoos-form p label{
    right: 0;
    bottom: 0;
    z-index: 100;
    font-size: 4rem;
}
.single-product .taoos-form p.focus label.change,
.menu-page .taoos-form p.focus label.change,
.not-found .taoos-form p.focus label.change{
  color: #14c3c4!important;
  font-size: 4.4rem;
}
.single-product .wpcf7-form-control-wrap,
.menu-page .wpcf7-form-control-wrap,
.not-found .wpcf7-form-control-wrap{
    position: absolute;
    left: 0;
    width: 85%;
    bottom: 0;
}
.single-product .wpcf7 input,
.menu-page .wpcf7 input,
.not-found .wpcf7 input {
    position: relative;
    font-size: 1.5rem;
    border-bottom: 0.3rem solid #12243c;
    width: 90%;
    height: 3rem;
    padding: 0;
}
.single-product .wpcf7 input{
  padding-right: 2rem;
  font-size: 1.5rem;
}
.single-product .wpcf7 p:last-child input,
.menu-page .wpcf7 p:last-child input,
.not-found .wpcf7 p:last-child input {
  border-bottom: none;
  width: 100%;
  height: 5rem;
}

.single-product .wpcf7 p:last-child input{
  background-color: #12243c;
  color: #14c3c4;
}

.single-product .taoos-form p .ajax-loader,
.menu-page .taoos-form p .ajax-loader,
.not-found .taoos-form p .ajax-loader{
  position: absolute;
}
.single-product .wpcf7-response-output,
.menu-page .wpcf7-response-output,
.not-found .wpcf7-response-output,
div.wpcf7-mail-sent-ng{
  border: none;
  border-top: 2px solid #f7ad00;
  border-bottom: 2px solid #f7ad00;
  width: 100%;
  margin: 0;
  padding: 1rem;
  bottom: -5rem;
  font-size: 2rem;
  color: #ff4c6c;
}

.single-product .wpcf7-response-output {
	    bottom: -2rem;
	    position: relative;
}


.single-product div.wpcf7-mail-sent-ok,
.menu-page div.wpcf7-mail-sent-ok,
.not-found div.wpcf7-mail-sent-ok{
  color: #34dda1!important;
  border: none;
  border-top: 2px solid #34dda1;
  border-bottom: 2px solid #34dda1;

}
.single-product div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
.single-product .wpcf7-validation-errors,
.menu-page .wpcf7-validation-errors,
.not-found .wpcf7-validation-errors
{
  color: #f7ad00;
  position: static;
  display: inline-block!important;
  margin-top: 1rem;
}
/*========================
       Project Page
========================*/
@media screen and (min-width: 790px) {
  .project-video > div{
    width: 49%!important;
  }
  .project-video > div:first-child{
    margin-left: 2%;
  }
}
.video-frame{
  position: relative;
  z-index: 10;
}
.video-frame h3.widget-title{
  margin-bottom: 1rem;
  top: 0;
  font-size: 2.5rem;
  background-color: #14c3c4;
}
.video-frame:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #ffffff transparent transparent transparent;
  transform: translate(-40%, 0);
  left: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.project-video .video-frame:hover:after{
    transform: translate(-40%, 100%);
}
.project-video .side-background{
}
.project-video .textwidget p{
  font-size: 1.8rem;
  line-height: 2.8rem
}

@media screen and (max-width:750px) {
  .menu-page h3{
    text-align: center;
  }
  .single-product .taoos-form p,
  .menu-page .taoos-form p,
  .not-found .taoos-form p{
    width: 100%;
    font-size: 2rem;
  }
  .menu-page .cow-bench img{
    bottom: -120px;
    left: -2rem;
  }
  .single-product .taoos-form p label,
  .menu-page .taoos-form p label,
  .not-found .taoos-form p label{
    right: 2rem!important;
    font-size: 5rem;
  }
  .single-product .wpcf7-form-control-wrap,
  .menu-page .wpcf7-form-control-wrap,
  .not-found .wpcf7-form-control-wrap{
    left: 5rem;
  }
}
/*
Catalog Page
============*/




/*
WooCommerce Layout
===================*/
.woo-page{
  /*background-color:#ededed;*/
  padding: 0;
  overflow: hidden;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    margin-right: 0;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 3.8%;
}

.woocommerce ul.products li.product h3{
  padding: 0;
  margin: 0;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  background: rgba(18, 36, 60, 0.95);
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product h3:hover{
  background: rgba(0, 140, 141, .8);
}
.woocommerce ul.products li.product:hover h3{
  transform: translateX(0);
}


.woocommerce ul.products li.product h2{
  padding: 0;
  margin: 0;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  background: rgba(18, 36, 60, 0.95);
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
  line-height: 305px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 2em;
  	font-weight: 600;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    float: right;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    margin-right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size:2em;	
}



.woocommerce ul.products li.product h2:hover{
  background: rgba(0, 140, 141, .8);
}
.woocommerce ul.products li.product:hover h2{
  transform: translateX(0);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  float: right;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #14c3c4;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product{
  float: right;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product-category h3{
  transform: translateX(0);
  z-index: 2;
  top: 0;
  font-weight: 600;
}
li.product-category h3 mark {
  background-color: transparent;
  color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product-category h2{
  transform: translateX(0);
  z-index: 2;
  top: 0;
  font-weight: 600;
}
li.product-category h2 mark {
  background-color: transparent;
  color: #fff;
}

/*.woocommerce ul.products li.product-category:after,
.woocommerce-page ul.products li.product-category:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}
.woocommerce ul.products li.product-category:hover:after,
.woocommerce-page ul.products li.product-category:hover:after{
  background: #14c3c4;
}*/

.woocommerce ul.products li.product a img{
  margin-bottom: 0;
}

.woocommerce ul.products li.product .button{
  display: none;
}
.woocommerce ul.products li.product:before,
.woocommerce-page ul.products li.product:before{
  /*content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;*/
}
.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
  border-right: 1px solid #14c3c4;

}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  padding: 1.5em;
  color: rgba(18, 36, 60, 1);
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #14c3c4;
  color: #FFF;
  font-weight: 700;
}

/*
Singal Product Page
===================*/
.woocommerce a.return,
.woocommerce_cat a.return{
  margin: 2em 0;
  padding: 1em 1.3em;
  background: #12243c;
  color: #14c3c4;
  border-radius: 0px;
  font-weight: 300;
  font-size: 1.5em;
  border: 2px solid #12243c;
}
.woocommerce a.return:hover,
.summary .product_meta a.call:hover,
.woocommerce_cat a.return:hover{
  background-color: transparent;
  border: 2px solid #14c3c4;
  color: #14c3c4;
}
.summary .product_meta a.call{
  margin: 1em 0 0 0;
  display: block;
  text-align: center;
  background: #14c3c4;
  color: #12243c;
  border: 2px solid #14c3c4;
}
.summary .product_meta a.call i{
  margin: 0 1em 0 0;
}

.woocommerce-tabs.wc-tabs-wrapper{
  position: relative;
  z-index: -10;
  height: 0;
}

/*Category Page */
.tax-product_cat a.return,
.woocommerce_cat a.return{
  display: block;
  text-align: center;
}
/*Catalog Page */
.post-type-archive a.return{
  display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 50%;
  border-right: 5px solid #12243c;
  position: relative;
  overflow: hidden;
}
.woocommerce div.product div.images img {
  width: 30rem;

}
.woocommerce div.product div.images:after {
  content: "לחץ על התמונה להגדלה";
  padding: 0.6rem;
  width: 100%;
  height: auto;
  background-color: rgba(20, 195, 196, 1);
  position: absolute;
  right: 0;
  bottom: -50%;
  text-align: center;
  vertical-align: middle;
  color: #12243c;
  letter-spacing: 1px;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product div.images:hover:after {
  bottom: 0;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 50%;
  background: #12243c;
  padding: 3em;
  color: #fff;
}
.woocommerce div.product .product_title {
  color: #14c3c4;
  font-size: 2.5em;
  letter-spacing: 0.02em;
}
.summary.entry-summary span{
  line-height: 1.8em;
  letter-spacing: 0.01em;
}
.summary.entry-summary span.sku_wrapper{
  display: inline-block;
  width: 100%;
}

.summary.entry-summary a{
  color: #14c3c4;
}

.summary .product_meta{
  border-top: 2px solid;
  padding-top: 1em;
}
.related.products{
  clear:both;

}
.related.products h2{
  color: #fff;
  background-color: #14c3c4;
  padding: 0.5em;
}
div.pp_overlay{
  background: rgba(18, 36, 60, 1);
}
div.pp_woocommerce .pp_content_container{
  background: transparent;
  box-shadow: none;
}
div.pp_woocommerce .pp_close,
div.pp_woocommerce .pp_close:hover{
  background: #fff;
  color: #14c3c4 !important;
  text-shadow: none;
}
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand,
div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover{
  background-color: #14c3c4;
  text-shadow: none;
}

div.pp_woocommerce .pp_nav{
  position: absolute;
  float: none;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover{
  background-color: #14c3c4;
  text-shadow: none;
}

/*woo media query*/

@media only screen and (max-width:750px) {
  .woocommerce ul.products li.product h3{
    padding: 0;
    transform: translateX(0);
    font-size: 1.2em;
    background: rgba(18, 36, 60, 0.3);
  }
  .woocommerce ul.products li.product-category h3{
    background: rgba(18, 36, 60, 0.5);
  }
  /*Related Tumbnails*/
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n){
    float: left;
  }
  .woocommerce a.return{
    display: block;
    text-align: center;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    margin-bottom:0;
    width: 100%;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images img {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
      width: 100%;
  }
  .related.products h2{
    text-align: center;
  }
}


/*==================
    Footer Area
====================*/
.site-footer {
  background-color: #12243c;
  line-height: 35px;
  position: relative;
  padding: 0 0 5rem 0;

}
.site-footer.float-footer{
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: fixed;
}
.site-footer.float-footer.end{
  z-index: 10;
}
.site-footer .line{
  left: 0;
  right: 0;
  height: 5rem;
  width: 100%;
  top:0;
  background-color: #14c3c4;
  margin-bottom: 1rem
}
.site-footer .socail {
  display: flex;
  align-items: center;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  font-size: 3rem;
}
.socail .icons-moon{
  color: #14c3c4;
  margin: 0 2%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.socail .icons-moon:hover{
  color: rgb(39, 65, 99);
}

.socail > div{
  display: table-cell;
  vertical-align: middle;
}
footer .text{
  font-size: 2rem;
  text-align: center;
}
footer p{
  margin: 0;
  color: #fff;
}
.go-top.show{
display: none;
}


.single-post-content .panel-layout .panel-row-style {
	padding-top:20px !important;
}

.single-post-content .panel-layout .textwidget p {
    font-size: 2.5rem;
    line-height: 3.8rem;
}


@media only screen and (max-width: 1600px){
  body, html{
    font-size: 12px;
  }
  .btn-menu {
    font-family: "FontAwesome"!important;
    -webkit-transform: translateY(180%);
    transform: translateY(230%);
    margin-right: 80px;
  }
  #mainnav-mobi {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    top: 156px;
    background-color: rgba(18, 36, 60, 0.9);
    z-index: 1000;
    height: 100vh;
  }
  #mainnav-mobi ul li {
    text-align: center;
    border-top: 1px solid rgba(0, 255, 255, 0.2);
  }
  #mainnav-mobi ul > li > a {
    padding: 3rem 50px;
    font-size: 3rem;

  }

  #mainnav.primary ul li a{
    font-size: 22px;
  }
  #mainnav ul li {
    margin: 0 1%;
  }
  .slides-container .slide-item{
    background-size: 55%;
  }
  .float-header #site_logo {
    bottom: -10px;
    width: 8%;
  }
}
@media only screen and (max-width: 1160px){
  .figure-open.pirate,
  .figure-open.cow{
    opacity: 0;
    z-index: -10;
  }
  .where .outline{
    display: block;
  }
  .where .outline span{
  bottom: -322%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 35rem;
  z-index: 0;
  opacity: 0.05;
  }
}
@media only screen and (max-width: 1024px){
  body, html{
    font-size: 9px;
  }
  /*Hide Images*/
  .figure img,
  .figure.is-showing img{
    z-index: -10;
    opacity: 0;
  }
  /*.slide-inner {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }*/

  header#masthead.site-header {
    position: relative!important;
    top:0;
  }
  #site_logo {
    -webkit-transform: translate(-8px,58px);
            transform: translate(-8px,58px);
    max-width: 200px;
    width: 40%;
    bottom: 0;
  }


  .form-wrapper .search-img {
    left: -8%;
    width: 7rem;
  }
  .icon-icons-taoos-play{
    opacity: 0.7;
  }
  .posts-navigation{
    overflow: visible;
  }
}
@media only screen and (max-width: 750px){
  .form-wrapper {
    width: 95%;
  }
  /*.form-wrapper .input-wrapper span{
    font-size: 6rem;
    bottom: -1.5rem;
  }*/
  .search article{
    width: 47%;
  }
  
  
  .page-template-page_front-page #search-pop, .page-template-page_front-page .search-modal {
  	display:none;
  }
  
	.chaty-widget.mobile_active {
	    bottom:0px !important;
	}  
	
	
	.home .controls  {
		position: absolute;
   		right: 18px;
        bottom: 18px;
	}	
  
}
@media only screen and (max-width: 479px){
  header#masthead.site-header.fixed,
  header#masthead.site-header.float-header {
    height: 85px;
    background-color: rgba(18, 36, 60, 1);
    box-shadow: 0 15px 0px rgba(0, 0, 0, 0.10);

  }
  body, html {
    font-size: 7px;
  }
  header#masthead.site-header {
    height: 85px;
  }
  body.home .header-image {
    height: 80vh !important;
  }
  .header-inner{
    height: 100%;
    position: absolute;
    z-index: -100;
  }
  .header-inner .text-header{
    top:50%;
  }

  .figure-open{
    opacity: 0;
    z-index: -100;
    display: none;
  }
  .btn-menu {
    position: absolute;
    bottom: 25px;
    margin-right: 25px;
  }
  #site_logo {
    width: 32%;
  }
  #site_logo .site-logo {
    position: static;
  }
  #mainnav-mobi {
    top: 65px;
  }
  /*.slide-inner {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }*/
  .text-header {
    width: 90%;
    min-width: 90%;
  }
  .text-header .subtitle {
  }
  .panel-row-style {
    padding-bottom: 50px!important;
    padding-top:12rem!important;
  }

  .panel-grid-cell .widget-title {
    top: -50px;
  }
   .textwidget {
    width: 87%;

  }
   .textwidget p {
    font-size: 3.4rem;
    line-height: 5rem;
  }
  .taoos-form p{
    line-height: 2rem;
    margin-top: 0;
  }
  .main-text .widget-title{
    margin-bottom: 0px;
  }
  .main-text .widget-title
  ,.maintext .textwidget p{
    margin-bottom: -40px;
  }
  .main-text.second-line .widget-title:after,
  .main-text.second-line .widget-title:before {
    width: 5rem;
  }
  .taoos-form p{
    text-align: left;
  }
  .wpcf7 input {
    width: 83%;
    padding: 0px 2rem 20px 5rem;
  }
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
  .taoos-form p label {
    right: -10px!important;
    text-align: left;
  }
  .taoos-form p label.name {
    right: 9rem!important;

  }
  .single-product .wpcf7 p:last-child input {
    height: 10rem;
  }
  .where .outline{
    padding: 2.5rem 0;
    display: block;
    border-right: 9px solid #14c3c4;
  }
  .where .outline > div{
    padding: 0;


  }
  .where .outline p,
  .where p{
    text-align: center;
    float: none;
    font-size: 3.2rem;
    padding: 0 7rem;
  }
  .where .outline span {
    bottom: -94px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  /*.where .outline span {
    bottom: -322%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 35rem;
    z-index: 0;
    opacity: 0.05;
  }*/
  .socail .icons-moon{
    color: #fff;

  }
  .woocommerce nav.woocommerce-pagination ul{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span{
    padding: 0.5em;
  }
  .woocommerce div.product p,
  .woocommerce div.product span,
  .woocommerce div.product label,
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span{
    font-size: 2.2rem!important;
  }
    .woocommerce div.product label span{
      font-size: 5rem!important;
    }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product-category h3,
  .woocommerce ul.products li.product h3{
    font-size: 1.6em;
  }
  .woocommerce a.return,
  .woocommerce_cat a.retur{
    font-size: 2.5em;
  }
  .woocommerce div.product .product_title{
    font-size: 4.5em;
  }
  .single-product .wpcf7 input{
    font-size: 2.4rem;
  }
  .related.products{
    margin-top: 6rem;
  }
  .site-footer .socail{
    flex-direction: column;
  }
  .socail > div{
    display: flex;
    justify-content: center;
  }
  .socail .text{
    display: none!important;
  }

  .socail > div a{
    padding: 0 0.4em 0 0.4em;
    font-size: 2em;
  }
  .site-footer .credit{
    border-top: 1px solid #00b4bd;
    margin-top: 4%;
  }
  .site-footer .credit img{
    width: 100%;
  }

  #content{
    padding-bottom: 0;
  }
  .figure-open.pirate.is-showing{
    bottom: -1rem;
    display: block;
    opacity: 1;
    width: 14rem;
    z-index: 1;
  }
  .figure-open.cow.is-showing{
    right: 0;
    display: block;
    opacity: 1;
    width: 19rem;
    z-index: 1;
    bottom: -12px;
  }
  .submit-me input[type="submit"]{
    height: 4em;
  }
  .product-name img{
    width: 85%;
    position: relative;
    float: right;
    right: -20%;
  }
}
@media only screen and (max-height: 800px) {
  .text-header{
    top: 24rem;
  }
}
@media only screen and (max-width: 479px) and (max-height: 700px) {
  .text-header{
    top: 24rem;
  }
  .slide-inner {
      top: 50vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) {

  .slide-inner {
      top: 66vh;
  }
  .lizard{
    opacity: 0;
  }
}
@media (max-height: 400px) {

  .slide-inner {
      top: 40vh;
  }
  .figure-open{
    display: none;
  }
}

@media (min-width: 1200px) {
	
	.container {
    	width: 100%;
    	max-width: 100%;
	}
}


.post-template-default .wp-video {
    max-width: 50% !important;
    height: auto  !important;
    margin: auto !important;
}

@-webkit-keyframes shake {
  0% ,10%{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  90%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes shake {
  0% ,10%{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  90%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes shakeUp {
  0% ,10%{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  90%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes shakeUp {
  0% ,10%{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  90%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0%, 100%{
    background-size: 24%;
  }
  50%{
    background-size: 30%;
  }
  90% {
      background-size: 25%;
  }
}
