/*
Theme Name: WPstart
Theme URI: http://mozinteractive.co.il/
Author: Mozi
Author URI: http://mozinteractive.co.il/
Description: ddlaw wordpress theme
Version: 1.0
Text Domain: rycotheme
*/

/** Main **/


/*fonts*/
@font-face {
  font-family: 'almoni-tzar';
  font-weight:300; /*(black)*/
  font-style: normal;
    src: url('fonts/almoni-tzar-aaa-300.eot?1'); 
    src: url('fonts/almoni-tzar-aaa-300.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-tzar-aaa-300.ttf?1') format('truetype'), 
        url('fonts/almoni-tzar-aaa-300.woff?1') format('woff'), 
        url('fonts/almoni-tzar-aaa-300.svg#almoni-tzar-aaa-300') format('svg');
}

@font-face {
  font-family: 'almoni-tzar';
  font-weight:100; /*(black)*/
  font-style: normal;
    src: url('fonts/almoni-tzar-aaa-100.eot?1'); 
    src: url('fonts/almoni-tzar-aaa-100.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-tzar-aaa-100.ttf?1') format('truetype'), 
        url('fonts/almoni-tzar-aaa-100.woff?1') format('woff');
}

@font-face {
  font-family: 'almoni-tzar';
  font-weight:200; /*(black)*/
  font-style: normal;
    src: url('fonts/almoni-tzar-aaa-200.eot?1'); 
    src: url('fonts/almoni-tzar-aaa-200.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-tzar-aaa-200.ttf?1') format('truetype'), 
        url('fonts/almoni-tzar-aaa-200.woff?1') format('woff');
}

@font-face {
  font-family: 'almoni-tzar';
  font-weight:400; /*(black)*/
  font-style: normal;
    src: url('fonts/almoni-tzar-aaa-400.eot?1'); 
    src: url('fonts/almoni-tzar-aaa-400.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-tzar-aaa-400.ttf?1') format('truetype'), 
        url('fonts/almoni-tzar-aaa-400.woff?1') format('woff');
}

@font-face {
  font-family: 'almoni-tzar';
  font-weight:700; /*(black)*/
  font-style: normal;
    src: url('fonts/almoni-tzar-aaa-700.eot?1'); 
    src: url('fonts/almoni-tzar-aaa-700.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-tzar-aaa-700.ttf?1') format('truetype'), 
        url('fonts/almoni-tzar-aaa-700.woff?1') format('woff');
}


@font-face{
    font-family:'almoni-dl';
    font-weight:300; /*(black)*/
    font-style: normal;
    src: url('fonts/almoni-dl-aaa-300.eot?1'); 
    src: url('fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-dl-aaa-300.ttf?1') format('truetype'), 
        url('fonts/almoni-dl-aaa-300.woff?1') format('woff'), 
        url('fonts/almoni-dl-aaa-300.svg#almoni-dl-300') format('svg');
}

@font-face{
    font-family:'almoni-dl';
    font-weight:400; /*(black)*/
    font-style: normal;
    src: url('fonts/almoni-dl-aaa-400.eot?1'); 
    src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-dl-aaa-400.ttf?1') format('truetype'), 
        url('fonts/almoni-dl-aaa-400.woff?1') format('woff'), 
        url('fonts/almoni-dl-aaa-400.svg#almoni-dl-400') format('svg');
}

@font-face{
    font-family:'almoni-dl';
    font-weight:700; /*(black)*/
    font-style: normal;
    src: url('fonts/almoni-dl-aaa-700.eot?1'); 
    src: url('fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-dl-aaa-700.ttf?1') format('truetype'), 
        url('fonts/almoni-dl-aaa-700.woff?1') format('woff'), 
        url('fonts/almoni-dl-aaa-700.svg#almoni-dl-700') format('svg');
}

@font-face{
    font-family: 'almoni-dl';
    font-weight:900; /*(black)*/
    font-style: normal;
    src: url('fonts/almoni-dl-aaa-900.eot?1'); 
    src: url('fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni-dl-aaa-900.ttf?1') format('truetype'), 
        url('fonts/almoni-dl-aaa-900.woff?1') format('woff'), 
        url('fonts/almoni-dl-aaa-900.svg#almoni-dl-900') format('svg');
}

body, html {
    font-family: 'almoni-dl';
    font-weight: normal;
    color: #14494e;
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background-color: #fff;
}

body {
    padding: 10px;
}

p {
    
    margin: 0 0 1em;
}


::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a {
    color: #14494e;
    text-decoration: none;
}

a, a:focus, a:active, a:hover, input, input:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* {
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

img.aligncenter {
    margin: 15px auto 25px;
    display: block;
}

img.alignright {
    margin: 0 0 25px 15px;
    display: block;
    float: right;
}

img.alignleft {
    margin: 0 15px 25px 0;
    display: block;
    float: left;
}


.h2_sub_title{
margin-top: 0px;    
color: #14494e;
font-size: 24px;
}
.h1_page_title {
    margin-bottom: 7px;
    font-size: 36px;
    margin-top: 0px;
    color: #aa9665;
    font-weight: 300;
}
h1{
    font-size: 36px;
}
h3 ,h2{
    color: #14494e;
}
h2 {
    color: #aa9665;
}
 h4 {
    font-size: 18px;
    color: #14494e;
    font-weight: bold;
}
.screen-reader-text {
    position: absolute;
    top: -1000em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'almoni-tzar';
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0;

}
.h1, .h2, .h3, h1, h2, h3 {

    margin-bottom: 15px;
}

input, textarea {
    font-family: 'almoni-tzar';
}
.slider_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 50px 0;
    font-family: 'almoni-tzar';
}

.screen-reader-text:focus {
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #0073aa;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

@media all and (max-width: 767px){
    .col-xs-1:nth-child(12n+1){clear:left;}
    .col-xs-2:nth-child(6n+1){clear:left;}
    .col-xs-3:nth-child(4n+1){clear:left;}
    .col-xs-4:nth-child(3n+1){clear:left;}
    .col-xs-6:nth-child(2n+1){clear:left;}
}

@media all and (min-width: 768px){
    .col-sm-1:nth-child(12n+1){clear:left;}
    .col-sm-2:nth-child(6n+1){clear:left;}
    .col-sm-3:nth-child(4n+1){clear:left;}
    .col-sm-4:nth-child(3n+1){clear:left;}
    .col-sm-6:nth-child(2n+1){clear:left;}
}

@media all and (min-width: 992px){
    .col-sm-1:nth-child(12n+1){clear:none;}
    .col-sm-2:nth-child(6n+1){clear:none;}
    .col-sm-3:nth-child(4n+1){clear:none;}
    .col-sm-4:nth-child(3n+1){clear:none;}
    .col-sm-6:nth-child(2n+1){clear:none;}
    
    .col-md-1:nth-child(12n+1){clear:left;}
    .col-md-2:nth-child(6n+1){clear:left;}
    .col-md-3:nth-child(4n+1){clear:left;}
    .col-md-4:nth-child(3n+1){clear:left;}
    .col-md-6:nth-child(2n+1){clear:left;}
}

@media all and (min-width: 1200px){
    
    .col-md-1:nth-child(12n+1){clear:none;}
    .col-md-2:nth-child(6n+1){clear:none;}
    .col-md-3:nth-child(4n+1){clear:none;}
    .col-md-4:nth-child(3n+1){clear:none;}
    .col-md-6:nth-child(2n+1){clear:none;}
    
    .col-lg-1:nth-child(12n+1){clear:left;}
    .col-lg-2:nth-child(6n+1){clear:left;}
    .col-lg-3:nth-child(4n+1){clear:left;}
    .col-lg-4:nth-child(3n+1){clear:left;}
    .col-lg-6:nth-child(2n+1){clear:left;}
}

.row-eq-height {
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (min-width: 1290px){
.container {
    width: 1280px;
}}

/*FOOTER STYLE*/
.footercont p {
    font-size: 15px;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.footercont a {
    color: #fff;
}
.hrfooter {
    height: 5px;
    width: 1%;
    margin: 0 auto;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}


@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width:991px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}


footer {
    padding: 10px 0px;
    padding-top: 15px;
    background: #14494e;
    color: #FFF;
    z-index: 3;
    position: relative;
}
.container.footercont {
    padding-top: 15px;

    padding-bottom: 15px;
}
.navbar-default {
    padding: 42px 0px;
    background: #ececec;
}
.navbar-default .navbar-nav>li>a {
    color: #14494e;
    border-left: 1px solid;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #14494e;
    background-color: transparent;

}

.navbar-default .navbar-nav>li:last-child>a {
    padding-left: 0;
    border-left: 0;
}

/*Header style*/

.menucont {
    float: right;
}

.phone {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #14494e;
    color: #fff;
    padding: 0;
    padding-right: 20px;
    line-height: 49px;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    padding-right: 30px;
    padding-left: 18px;
}
.phonum {
    font-size: 21px;
    color: #fff;
    margin: 0;
    font-family: 'almoni-tzar';
    font-weight: 300;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ab9867;
    background-color: #ececec;
}
a:focus, a:hover {
      cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.wrapper{
    width: 100%;
    
    margin: 0 auto;
}
.flex-container {
    float: right;
    display: flex;
    flex-wrap: wrap-reverse;
}
.navbar-default {
    padding: 42px 0px;
    margin-bottom: 0px;
    background: #ececec;
}

/** Home Page Slider **/

.home_slider img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.home_slider .slide {
    position: relative;
}

.home_slider .slider_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 50px 0;
}
.home_slider .slider_inner .main_title {
    font-size: 50px;
    margin: 0 0 0px;
    display: block;
    line-height: 1;
    font-weight: 400;
}
.home_slider .slider_inner .sub_title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
}
.cols-2 {
    padding: 0;
}
.cols-2 p {
    margin: 0;
}

.cols-2 > p > img {
    min-width: 100%;
}
.cta {
    text-align: center;
    padding: 28px 65px;
}
.ctacon {
    color: #fff;
    background: #14658b;
    margin: 2px 0px;
}
.ctabtn {
    padding: 15px 24px;
    padding-bottom: 12px;
    background: #aa9665;
    border: none;
    line-height: 1;
    color: #fff;
    border-radius: 0px;
    font-size: 26px;
    font-family: 'almoni-tzar';
    font-weight: 300;
    vertical-align: middle;
}

#bs-example-navbar-collapse-1 {
    background: #ececec;
    padding: 15px 0px;
    font-family: 'almoni-tzar';
    font-size: 24px;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
.flex-container{

    display: flex;
}
.box{
     flex-grow: 1;
    min-width: 200px;

}
.sidebarform_title {
    font-size: 28px;
    color: #14494e;
    margin-top: 0px;
    margin-bottom: 22px;
}
.one{
    background:blue;
}
.two{
    background:green;
}

/*side bar style*/
.side > div > div > ul > li > a > p {
    font-family: 'almoni-dl';
    color: #14494e;
    font-size: 18px;
    margin-bottom: 0px;
}
.half_sidebar {
    padding-top: 25px;
    background: #f1f1f1;
    padding-bottom: 17px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
@media all and (min-width: 992px) {
    
    .left .first {
        order: 2;
    }
    
    .last {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    
    .first img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.right .first {
    padding-right: 0;
    padding-left: 0;
}


.left .first {
    padding-left: 0;
    padding-right: 0;
}
.last {
    padding: 50px 0px;
    padding-bottom: 60px;
}
/*header style*/
#bs-example-navbar-collapse-1 {
    background: #ececec;
    padding: 15px 0px;
}
#logo {
    float: right;
    margin: 0 50px;
}
#menu {
    display: inline-block;
}
#header {
    padding: 15px 0px;
    background: #ececec;
    position: relative;
}
.navbar-default {
    padding: 0px 0px;
    margin-bottom: 0px;
    background: #ececec;
    border: 0;
}

.cf_border_home {
    border: 2px solid #aa9665;
    padding: 8px;
    background: #fff;
}
.boxone {
    color:#fff;
    background: #14658b;
    height: 4.89vw;
    line-height: 4.89vw;
}
.boxtwo {
    height: 4.89vw;
    color:#fff;
    background: #16709a;
    padding-right: 30px;
    padding-right: 1.56vw;
    padding-top: 20px;
    padding-top: 1.04vw;
    padding-bottom: 20px;
    padding-bottom: 1.04vw;
    white-space: nowrap;
}
.boxone h1 {
    color:#fff;
}
.boxtwo h1 {
    color:#fff;
}

.boxtwo .formp p {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-size: 1.88vw;
    line-height: 1.65;
    font-family: 'almoni-tzar';
    font-weight: 300;
    margin-left: 0.25vw;
}

.boxtwo .sidebarinput, .boxtwo input[type="submit"] {
    width: 7.78vw;
    height: 2.6vw;
    line-height: 2.5vw;
    border: 0.1vw solid #fff;
    font-size: 1.25vw;
    color: #fff;
    padding: 0 0.52vw;
    margin-left: 0.25vw;
}


    .boxtwo .sidebarinput::-webkit-input-placeholder {
        color: #fff;
    }
    .boxtwo .sidebarinput::-moz-placeholder {
        color: #fff;
    }
    .boxtwo .sidebarinput:-ms-input-placeholder {
        color: #fff;
    }
    .boxtwo .sidebarinput:-moz-placeholder {
        color: #fff;
    }

.boxtwo input[type="submit"] {
    border: 0;
    padding: 0;
    margin: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.boxtwo .wpcf7-form-control-wrap {
    margin: 0;
    padding: 0;
}

.home_section_content hr {
    margin-top: 0px;
    width: 39px;
    border-width: 1px;
    border-color: inherit;
    margin-bottom: 20px;
    color: #14494e;
text-align:right;
}

.home_section_row a {
    color: #14494e;
    border: 1px solid #aa9665;
    padding: 10px 15px;
    font-size: 17px;
    font-family: 'almoni-tzar';
}

.home_section_row a:hover {
    background: #14494f;
    color: #fff;
    border-color: #14494f;
}

.home_section_row .embed-responsive-16by9 {
    height: 100%;
}

.last ul {
     padding: 0px;
    list-style: none;
}
.first ul {
    padding: 0px;
    list-style: none;
}
.first ul li {
    border-bottom: 1px solid #c9c9c9;
}
.last ul li {
    border-bottom: 1px solid #c9c9c9;
}
.align {
    padding-left: 180px;
    padding-right: 120px;
}
/*side bar style*/
.ctabtn1 {
    font-size: 24px;
    padding: 0 45px;
    height: 52px;
    line-height: 56px;
    vertical-align: middle;
    background: #aa9665;
    border: none;
    color: #fff;
    border-radius: 0px;
    font-weight: 300;
}

.ctabtn1:hover, .ctabtn:hover {
    background: #afa07c;
}
.selectedposts_title {
    margin-top: 0px;
    color: #aa9665;
    margin-bottom: 7px;
    font-size: 28px;
}
.sidebarform_title {
    font-weight: 300;
    font-size: 25px;
    font-family: 'almoni-tzar';
}
.sidebarinput {
    width: 100%;
    background: transparent;
    border: 1px solid #b9a981;
    border-radius: 0px;
    padding: 0 10px;
    margin: 0;
    line-height: 50px;
    height: 52px;
    font-size: 24px;
    color: #14494e;
    font-weight: 300;
}

.page_sidebar .wpcf7-form-control-wrap {
    margin: 0 0 7px;
}

.licir {
    padding-left: 6px;
    float: right;
    padding-top: 10px;
    padding-right: 3px;
}
.selctedposts {
    list-style-type: circle;
}

.side ul > li > a > h4 {
    color: #14494e;
}
.side ul {
    padding-right: 20px;
    margin-bottom: 0px;
}

.page_cta {
    margin: 30px 0px;
    background: #f1f1f1;
    padding: 20px 21px 5px;
}
.page_cta h3 {
    margin-top: 5px;
margin-bottom: 10px;
}
/*tabs style*/

.nav-tabs {
    margin-bottom: 25px;
    background: #f1f1f1;
    padding: 27px 20px;
    font-size: 17px;
    font-weight: bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    color: #aa9665;
    cursor: pointer;
    background-color: transparent;
    border-left: 1px solid #14494e;
}
.nav-tabs>li>a {
    margin: 0;
    color: #14494e;
    border: 0;
    border-left: 1px solid #14494e;
    padding: 0 8px;
    line-height: 1;
    border-radius: 0px;
    cursor: pointer;
    font-size: 15px;
}
.nav-tabs>li>a:hover {
    color: #aa9665;
    border: 0;
    border-left: 1px solid #14494e;
    background: transparent;
}

.nav-tabs > li:last-child > a {
    border-left: none;
}

.nav-tabs > li:last-child > a:hover {
    border-left: none;
}

.nav-tabs > li:last-child > a:active {
    border-left: none;
}

.nav-tabs > li:last-child > a:focus {
    border-left: none;
}

/*contact page style*/


.form_rightcol {
    padding-right: 0px;
    padding-left: 4.5px;
}
.form_leftcol {
    padding-left: 0px;
    padding-right: 4.5px;
}
@media (max-width: 992px){

.form_rightcol {
    padding-right: 0px;
    padding-left: 0px;
}
.form_leftcol {
    padding-left: 0px;
    padding-right: 0px;
}}
.formdiv {
    background: #ececec;
    padding: 35px;
    margin-bottom: 35px;
}

.page-template-contact-php .formdiv {
    margin-bottom: 165px;
}

.cptextarea {
    width: 100%;
    background: transparent;
    border: 1px solid #b9a981;
    border-radius: 0px;
    padding: 17px 15px;
    margin: 0;
    font-size: 20px;
    max-height: 192px;
    font-size: 24px;
    color: #14494e;
    font-weight: 300;
    display: block;
}
.acf-map {
    min-height: 400px;
    margin-top: 10px;
    margin-bottom: 55px;
}

#breadcrumbs {
    margin: 20px 0px;
    padding: 0px 15px;
}

.content_ul {
    padding-right: 15px;
}
.content_ul li {
    list-style-type: circle;
    font-size: 18px;
    color: #14494e;
}
/*Media page*/
.media_image {
    border: 4px solid #f1f1f1;
}
.media_article {
    margin-bottom: 50px;
}


/*Front page style*/
.success {
    background: #f1f1f1;
    padding-top: 90px;
    padding-bottom: 54px;
}
.succses_box {
    margin-top: 20px;
}
.success.text-center > a {
    border: 1px solid #aa9665;
    padding: 10px 15px;
    font-size: 18px;
    color: #14494e;
    text-decoration: none;
    font-family: 'almoni-tzar';
}
.success.text-center > a:hover {
background: #14494f;
    color: #fff;
}
.successrow {
    margin-bottom: 70px;
}

.successrow h1 {
    margin: 0;
    color: #aa9665;
    font-weight: 300;
    margin-bottom: 5px;
}
/*Responsive*/


.featured_image img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    
}

@media all and (max-width: 1680px) {
    
    #logo {
        margin: 0 30px 0 15px;
        width: 190px;
    }
    
    .navbar-default .navbar-nav>li>a {
        padding: 0 20px;
    }
    
    .navbar-collapse li {
        font-size: 22px;
    }
}

@media all and (max-width: 1500px) {
    
    #header {
        text-align: right;
    }

    .navbar-collapse li {
        font-size: 21px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 0 10px!important;
        font-size: 19px!important;
    }
    

}

@media all and (max-width: 1380px) {

    /*.phone {
        top: 10px;
        margin: 0;
    }*/
    
}

@media all and (max-width: 1295px){
    
    .ctabtn {
        padding: 18px 24px;
        background: #aa9665;
        border: none;
        color: #fff;
        border-radius: 0px;
        font-size: 26px;
        display: block;
        width: 45%;
        margin: auto;
    }
}
@media all and (max-width: 1200px){
    
    #header {
        padding: 10px 0;
    }
    
    #menu {
        width: 100%;
    }
    
    .navbar {
        min-height: 0;
    }
    
    #bs-example-navbar-collapse-1 {
        padding: 15px 0 0;
    }
    
    .home_section_content > div > ul {
        width: 280px!important;
        font-family: 'almoni-dl';
        margin: 0 auto;
        font-size: 18px;
    }
    .ctabtn {
        padding: 18px 24px;
        background: #aa9665;
        border: none;
        color: #fff;
        border-radius: 0px;
        font-size: 26px;
        display: block;
        width: 45%;
        margin: auto;
    }
    
    .container {
        width: 100%;
    }
    
    .nav-tabs {
        padding: 20px 15px 17px;
        font-size: 16px;
        text-align: center;
    }

    
    .nav-tabs>li {
        float: none;
        display: inline-block;
    }
    
}
@media all and (max-width: 992px){
   .row-eq-height.home_section_row {
    display: block;
}}
@media all and (max-width: 1100px){


    .nav-tabs {
        font-size: 14px;
        padding: 15px 0 12px;
    }
    
    .nav-tabs>li>a {
        padding: 0 9px;
    }
    
    .boxone, .boxtwo {
        height: 60px;
        line-height: 60px;
        padding: 10px;
        width: 100%;
        text-align: center;
        float: none;
    }
    
    .boxone {
        padding: 0;
    }

    .boxtwo .formp {
        display: inline-block;
        vertical-align: top;
    }
    
    .boxone img {
        display: block;
        margin: 0 auto;
    }
    
    .boxtwo .wpcf7 {
        height: 40px;
    }
    
    .boxtwo .formp p {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1.65;
        margin-left: 10px;
        float: none;
    }

    .boxtwo .sidebarinput, .boxtwo input[type="submit"] {
        height: 39px;
        line-height: 37px;
        border: 1px solid #fff;
        font-size: 18px;
        color: #fff;
        padding: 0 5px;
        margin-left: 5px;
        display: block;
        width: 120px;
    }
    
    .boxtwo .form_item {
        display: inline-block;
        vertical-align: top;
    }

    .boxtwo input[type="submit"] {
        border: 0;
        padding: 0;
        margin: 0;
    }
    
}
@media all and (max-width: 1300px){
 .ctacon h2 {
        display: block;
        color: #fff;
        margin: 0 0 10px;
        padding: 0;
        
    }
}
@media all and (max-width: 1024px){
    
    body {
        padding: 0;
    }

    
    .cta {
        text-align: center;
        padding: 25px 15px;
    }
    
    .ctacon h2 {
        display: block;
        color: #fff;
        margin: 0 0 10px;
        padding: 0;

    }
    
    .ctabtn {
        padding: 15px;
        font-size: 22px;
        display: block;
        width: auto;
        margin: 0;
    }

    .navbar-default .navbar-nav>li>a {
        color: #111;
        border-left: none;
        padding: 0 15px;
    }
    .align {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    #header {
        text-align: center;
        padding: 15px 0px;
        background: #ececec;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    
    body {
          padding-top: 89px!important;
    }
    
    .admin-bar #header {
        top: 32px;
    }
    
    .phone {
        display: block;
        padding-right: 15px;
        padding-left: 9px;
        line-height: 49px;
        margin-top: -25px;
    }
    .phonum {
        font-size: 19px;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse.collapse {
        display: none;
    }
    
    .navbar-collapse.collapse.in {
        display: block;
    }
    
    #logo {
        float: none;
        display: inline-block;
        margin: 5px 0;
        width: 180px;
    }
    
    #menu {
        position: absolute;
        right: 15px;
        left: auto;
        top: 20px;
        width: auto;
    }
    
    .navbar-toggle {
        display: block;
        margin: 0;
        border: 0;
        background-color: transparent;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        border: 0;
        background-color: transparent;
    }
    
    #header #menu .navbar {
        position: static;
    }
    
    #bs-example-navbar-collapse-1 {
        padding: 0;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 78px;
        left: 0;
        width: 100%;
        background: #fff;
        border: 0;
        z-index: 99999;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .navbar-collapse.in, .navbar-collapse.collapsing {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .navbar-nav {
        width: 100%;
        float: none;
        margin: 0;
        border-bottom: 2px solid #000;
        border-top: 1px solid #dcdcdc;
        padding: 10px 0 0;
        max-height: calc(100vh - 78px - 52px);
    }
    
    .navbar-nav > li {
        float: none;
        display: block;
        line-height: 45px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    
    body.menu_open:before {
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: visible;
    }

    body:before {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
        content: "";
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 0;
        visibility: hidden;
        z-index: 999;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 0;
    }
    
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    
    .home_section_content > div > ul {
        width: 100% !important;
    }
    
    h1, .h1_page_title {
        font-size: 32px;
    }
    
    .h2, h2 {
        font-size: 28px;
    }
    
    .h3, h3, .sidebarform_title {
        font-size: 22px;
    }
    
    a.phone_mobile {
        position: absolute;
        left: 10px;
        top: 20px;
    }
    
    body.home, body.page-template-contact {
        padding-top: 97px;
    }
    
    body {
        padding-top: 92px;
    }

}

@media all and (max-width: 767px) {
    
    .boxone, .boxtwo, .boxtwo .wpcf7 {
        height: auto;
    }

    .boxtwo .formp {
        display: block;
    }
    
    .boxtwo .form_item {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
    
    .boxtwo .sidebarinput, .boxtwo input[type="submit"] {
        width: 300px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
    
    .page_cta {
        margin: 15px 0;
    }
    
    .half_sidebar {
        margin: 0 0 15px;
    }
    
    .featured_image {
        display: none;
    }
    
    .admin-bar #header {
        top: 46px;
    }
    
    
    .navbar-collapse {
        top: 72px;
    }
    
    .admin-bar .navbar-collapse {
        top: 118px;
    }
    
    h1, .h1_page_title {
        font-size: 30px;
    }
    
    .h2, h2 {
        font-size: 26px;
    }
    
    .h3, h3, .sidebarform_title {
        font-size: 20px;
    }
    
    .select_tabs {
        background: #f1f1f1;
        color: #14494e;
        font-size: 16px;
        padding: 5px 5px 0 15px;
        line-height: 35px;
        height: 40px;
        border: 1px solid #ddd;
        width: 100%;
        margin: 0 0 25px;
    }
    
    .nav-tabs {
        display: none;
    }
    
    .formdiv {
        margin: 15px 0 0;
    }
    
    .acf-map {
        margin-top: 0 !important;
    }
    
    #logo {
    }

}


.form_item {
    display: inline-block;
}

.form_item p {
    color: #fff;
    font-size: 27px;
}

.formp p {
    margin-bottom: 0px;
    float: right;
    font-size: 25px;
    color: #fff;
}
.hroffice {
    color: #aa9665;
    margin: 0px;
}
.selctedposts {
    list-style-type: circle;
    font-size: 17px;
}
.media_article:nth-child(2n+1) {
    clear: right;
}
.files > li {
    list-style-type: circle;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'almoni-dl';
}
.media_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.media_sub_title {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400;
}
p#breadcrumbs {
    font-size: 12px;
    font-weight: bold;
    font-family: 'almoni-dl';
}

.home_section_content > div > ul {
    width: 350px;
    font-family: 'almoni-dl';
    margin: 0 auto;
    font-size: 18px;
}
.home_section_content > div > ul > li {
    font-size: 17px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #14494e;
}
.home_section_content > div > ul > li:last-child {
    border: 0;
}

.title_center {
    text-align: center;
}
.hr_title_center {
    
    margin-right: auto;
    margin-left: auto;
}
.home_section_title {
  /*margin-top: 0px;*/
    margin-bottom: 5px;
    color: #aa9665;
}
.gold_hr {
    color: #aa9665!important;
}
.sbox_link > li {
    list-style-type: circle;
    font-size: 17px;
    font-family: 'almoni-dl';
}
.hr {
    width: 39px;
    border-width: 1px;
    border-color: inherit;
    margin-bottom: 18px!important;
    color: #aa9665;
    margin-top: 0px;
text-align:right;
}
.home_section_content > div > h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.home_section_content h2, .home_section_content h3, .home_section_title {
    font-weight: 300;
}

#contact_us .container {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 30px 50px 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#contact_us .xclose {
    position: absolute;
    right: 13px;
    top: 25px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(images/close.png) 0 0 no-repeat;
}
.popup_content {
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_content > h3 {
    padding: 10px 115px;
}

#wpcf7-f370-o2 > form > div.pform > p > span.wpcf7-form-control-wrap.textarea-861 > textarea[placeholder] {
color: #14494e;
}

#wpcf7-f370-o2 > form > div.pform > p > span.wpcf7-form-control-wrap.textarea-861 > input[placeholder] {
color: #14494e;
}
.popupbtn {
    background: #29595d;
    border: 0;
    color: #fff;
    display: block;
    padding: 0px;
    line-height: 54px;
    height: 50px;
    width: 100%;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 300;
}
.popupbtn:hover {
    background: #356b6f;
}
.popupinput {
    width: 100%;
    background: transparent;
    border: 1px solid #b9a981;
    border-radius: 0px;
    padding: 0 15px;
    color: #14494e;
    line-height: 50px;
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    display: block;
}
.popup_title.text-center {
    margin-top: 0px;
    line-height: 1;
    padding-bottom: 20px;
}
.popuptextarea {
    width: 100%;
    background: transparent;
    border: 1px solid #b9a981;
    border-radius: 0px;
    padding: 0 15px;
    line-height: 50px;
    max-height: 220px;
    margin: 0;
    color: #14494e;
    line-height: 50px;
    font-size: 24px;
    font-weight: 300;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin: 0 0 14px;
}
span.wpcf7-not-valid-tip {
    direction: rtl;
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: auto;
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.wpcf7-mail-sent-ok {
    text-align: center!important;
    font-size: 24px!important;
    border: 0!important;
    color: #14494e;
    font-weight: 300;
}
.popup_title {
    font-size: 24px;
    color: #14494e;
    text-align: center;
    font-weight: 300;
    margin: 0 0 25px;
}
div#contact_us {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

#contact_us .wpcf7 {
    max-width: 360px;
    margin: 0 auto;
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px dashed #b9a981;
    background: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px;
}

@media all and (max-width: 768px) {
    
    .popupinput {
        line-height: 32px;
        margin: 0;
        font-size: 18px;
    }
    
    .popuptextarea {
        height: 160px;
        margin: 0;
        font-size: 18px;
    }
    
    .popupbtn {
        padding: 10px;
        line-height: 24px;
        width: 100%;
        font-size: 24px;
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {

    h1, .h1_page_title {
        font-size: 24px;
    }
    
    h2, .ctacon h2, .h2_sub_title {
        font-size: 20px;
    }
    
    h3 {
        
    }
    
}


/*cat style*/
.cat-item {
    display: inline-block;
}
.cat-item > a {
    margin: 0;
    color: #14494e;
    border: 0;
    border-left: 1px solid #14494e;
    padding: 0 15px;
    line-height: 1;
    border-radius: 0px;
    cursor: pointer;
}
.catchoose {
    margin-bottom: 25px;
    background: #f1f1f1;
    padding: 27px 20px;
    font-size: 17px;
    font-weight: bold;
}
.cat-item:last-child > a {
    border-left: none;
}

.sp {
    margin: 0;
    color: #14494e;
    border: 0;
    
    padding: 0 20px 0px 20px;
    line-height: 1;
    border-radius: 0px;
    cursor: pointer;
}
.sp.first {
    border-left: 1px solid #14494e;
}

.sp.last {
    border-right: 1px solid #14494e;
}

.tab-content > div > ul > li {
    list-style-type: circle;
    font-size: 17px;
    font-family: 'almoni-dl';
    line-height: 2.3;
}
.tab-content > div > ul {
    padding-right: 20px;
}
@media all and (max-width: 750px) {
p#breadcrumbs {
display:none;
}}
.single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6 {
font-family: 'almoni-dl';
font-weight: 600;
}
.single_content h2.h2_sub_title, .single_content .page_cta h3{
font-family: 'almoni-tzar';
    font-weight: 300;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
}

.nav-tabs {
    text-align: center;
    margin-bottom: 25px;
    background: #f1f1f1;
    padding: 20px 20px;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
}
@media all and (max-width: 768px) {
.catchoose {
    display: none;
}}
.current-cat > a {
    color: #aa9665!important;
}
a:hover{
    color: #aa9665;
}
td, th {
    padding: 5px;
}
table {
    margin-bottom: 20px;
}
.ctabtn:hover {
    color: #fff;
}
.prev-next {
    display: inline-block;
    background: #f1f1f1;
    margin-top: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*
@media all and (max-width: 768px) {
#page_content {
    padding-top: 30px;
}}*/

.ctacon h2 {
    font-size: 24px;
    vertical-align: middle;
    display: inline;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    font-weight: 300;
}

.ctacon h2 a {
    color: #fff;
}
.shot {
    display: inline;
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
}
.home_slider .slider_inner hr {
    width: 40px;
    border-color: #fff;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 13px;
    line-height: 1;
}

#wpcf7-f92-p11-o1 > form > p {
    margin-bottom: 0px;
}
.side > div > div > hr {
    margin-bottom: 10px!important;
}
#wpcf7-f92-p480-o1 > form > p {
    margin-bottom: 0px;
}
    .hr {
    width: 39px;
    border-width: 1px;
    border-color: inherit;
    margin-bottom: 15px!important;
    color: #aa9665;
    margin-top: 0px;
}
#wpcf7-f182-p24-o1 > form > h3 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 22px;
}
#wpcf7-f182-p24-o1 > form > p > span.wpcf7-form-control-wrap.textarea-457 {
    margin-bottom: 0px;
}
#wpcf7-f182-p24-o1 > form > p > br {
    display: none;
}
#wpcf7-f182-p24-o1 > form > p {
    margin-bottom: 0px;
}

.wpcf7 .row {
    margin: 0 -7px;
}

.wpcf7 .col-xs-12 {
    padding: 0 7px;
}

.file span.arrow {
    font-size: 13px;
}
@media all and (min-width: 768px) {
    .mobile_slider {
        display: none !important;
    }
    
    .caption {
        position: absolute;
        top: 83%;
        left: 40%;
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}
@media all and (max-width: 767px) {

    .desk_slider {
        display: none !important;
    }
    
    .home_slider .slider_inner {
        height: auto;
        top: auto;
        bottom: 0;
        text-align: center;
    }
    
    .home_slider .slider_inner hr {
        margin: 5px auto 15px;
    }
    
    .pages_header {
        margin-bottom: 35px;
    }
    
    .page-template-contact-php .formdiv {
        margin: 15px;
        width: calc(100% - 30px);
    }
    
    .home_slider .slider_inner .main_title {
        font-size: 42px;
    }
    
    .shot {
        font-size: 22px;
    }
    
    .home_slider .slider_inner .sub_title {
        font-size: 25px;
    }
    
}

.caphr{
text-align:right;
}
.first img {
    opacity: 0;
}
.sidebar_form input[type=submit] {
    width: 100%;
}
.pages_header {
background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 200px;
}

.arrow {
    font-size: 13px;
}

#header {
    padding: 15px 0px;
    background: #ececec;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
border-top: 10px solid white;
}
#header.sticky {
    padding: 15px 0px;
    background: #ececec;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    border-top: 10px solid white;
}
body {
    padding-top:97px;
}

@media all and (min-width: 1025px){
#header {
    padding: 15px 0px;
    background: #ececec;
    position: fixed;
    width: calc(100% - 20px);
    z-index: 999;
    top: 0px;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
}
#header.sticky {
    padding: 15px 0px;
    background: #ececec;
    position: fixed;
    width: calc(100% - 20px);
    z-index: 999;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    border-top: 10px solid white;
}
.home {
    padding-top: 97px;
}
}
.hide_help {
    display: none;
}

clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* new layout styles*/
.posts_list {
    list-style: none;
    padding: 0;
}
.posts_list li{
    margin-bottom: 25px; 
   cursor: pointer;
}
#posts_image {
    float: right;
    max-width: 50%;
}
div#postdata {
    float: right;
    max-width: 50%;
    padding: 20px;
    padding-top: 0px;
}
.p_tit {
    margin-top: 0;
    margin-bottom: 10px;
    /* font-size: 24px; */
    font-weight: bold;
    color: #14494e;
}

.navbar-default .navbar-nav>li>a {
    color: #14494e;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
    font-size: 21px;
}
.dropdown-menu {
    background: #ececec;
    top: 30px;
}
.dropdown-menu li {
    padding-right: 0px;
    padding-top: 5px;
}
.dropdown-menu li a {
    font-size: 19px;
    color: #164a4f;
font-weight: 300;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ececec;
    outline: 0;
    color: #aa9665;
    font-weight: 300;
}
.dropdown-menu li a:hover {
    background: #ececec;
}
@media all and (max-width: 767px) {



#posts_image {
    float: right;
    max-width: 100%;
    margin-bottom: 20px;
}
div#postdata {
float: right;
    max-width: 100%;
    padding: 0px;
    padding-top: 0px;
}


}

.single_content #cat {
    display: none;
}
.home_section_row a {
color: #14494e;
    border: 1px solid #aa9665;
    padding: 10px 15px;
    font-size: 17px;
    min-width: 165px;
    text-align: center;
    font-family: 'almoni-tzar';
    display: inline-block;
    margin-bottom: 5px;
}

#p_mob {
    display: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ececec;
}
.ulclass h3 {
    font-family: 'almoni-dl';
    font-weight: 600;
}

@media all and (max-width: 1024px){
#p_mob {
    display: block;
}

#p_desk {
    display: none;
}

}
@media all and (max-width: 1360px){


.navbar-default .navbar-nav>li>a {
    padding: 0 12px!important;
    font-size: 17px!important;
}

}

@media all and (max-width: 1250px){


.navbar-default .navbar-nav>li>a {
    padding: 0 7px!important;
    font-size: 19px!important;
    text-align: right;
}

}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    #header {
    text-align: center;
    padding: 15px 0px;
    background: #ececec;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
#logo {
    float: none;
    display: inline-block;
    margin: 5px 0;
    width: 180px;
}
#menu {
    position: absolute;
    right: 15px;
    left: auto;
    top: 20px;
    width: auto!important;
}
.phone_mobile {
    position: absolute;
    left: 10px;
    top: 20px;
}
body {
    padding-top: 89px!important;
}
.navbar-toggle {
    display: block;
    margin: 0;
    border: 0;
    background-color: transparent;
}
}

@media all and (max-width: 1400px){




.align {
    padding-left: 60px;
    padding-right: 60px;
}

}


@media all and (max-width: 1024px){




.align {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.last {
    padding: 25px 0px;
}

}

@media all and (max-width: 500px){
/*.ulclass iframe {
    min-width: 100%;
    min-height: 340px!important;
    max-width: 100%;
}*/
}

@media all and (max-width: 375px){
.home_section_row a {
    color: #14494e;
    border: 1px solid #aa9665;
    padding: 10px 15px;
    font-size: 16px;
    min-width: 155px;
    text-align: center;
    font-family: 'almoni-tzar';
    display: inline-block;
    margin-bottom: 5px;
}

}

@media all and (max-width: 360px){
.home_section_row a {
    color: #14494e;
    border: 1px solid #aa9665;
    padding: 10px 15px;
    font-size: 14px;
    min-width: 145px;
    text-align: center;
    font-family: 'almoni-tzar';
    display: inline-block;
    margin-bottom: 5px;
}
}
@media all and (max-width: 340px){
.home_section_row a {
    color: #14494e;
    border: 1px solid #aa9665;
    padding: 10px 15px;
    font-size: 13px;
    min-width: 135px;
    text-align: center;
    font-family: 'almoni-tzar';
    display: inline-block;
    margin-bottom: 5px;
}
}


@media (max-width: 1200px){
.navbar-nav {
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 2px solid #000;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0 0;
    max-height: calc(100vh - 78px - 52px);
}
.navbar-collapse {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-nav > li {
    float: none;
    display: block;
    line-height: 45px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.navbar-default .navbar-nav>li>a {
    color: #111;
    border-left: none;
    padding: 0 15px;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
.side{
     -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
        top: 0px;
}
.side.sticky {
    position: sticky;
    right: auto;
    top: 120px;
    left: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.page-template-page_tabs .nav-tabs {
    display: none;
}
@media (max-width: 1024px){
.prev-next {
    display: inline-block;
    background: #f1f1f1;
    margin-top: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.last {
    padding: 0px 0px;
    border-right: 0!important;
}
.sp.first {
    border-left: 0;
    float: right;
    line-height: 22px;
}
.last {
    padding: 0px 0px;
    border-right: 0!important;
    float: left;
    line-height: 22px;
    padding: 0 20px 0px 20px;
}
}
.sp.last {
    border-right: 0;
}

.ulclass ul li {
    line-height: 1.8;
}
/*.ulclass iframe {
    min-width: 100%;
    min-height: 460px;
    max-width: 100%;
}*/
@media all and (min-width: 1500px){
.navbar-default .navbar-nav>li>a {
    font-size: 19px!important;
}
}
@media all and (min-width: 1700px){
.navbar-default .navbar-nav>li>a {
    font-size: 22px!important;
}
}



@media all and (max-width: 600px){
.align {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
}

.caret {
    margin-right: 2px;
    margin-left: 0;
    float: left;
    margin-top: 6px;
}

.page_cta h3 {
    font-family: 'almoni-tzar';
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0;
}

/*more posts*/

ul.more_posts {
    list-style: none;
    padding: 0;
    margin: 0;
     display: flex;
         margin: 0 -7.5px;
    flex-wrap: wrap;
}

ul.more_posts li .rel_posts_image {
    height: 200px;
    background-size: cover;
    background-position: center;
}
ul.more_posts li {
    flex-basis: 100%;
    padding: 0px 7.5px;
}

@media all and (min-width: 750px){
ul.more_posts li {
    flex-basis: 33.33333333%;
}
}

ul.more_posts li h3.potitle {
    font-size: 16px;
}

div#rel_posts h3.rel_pos_title {
    margin-bottom: 35px;
}

div#rel_posts {
    margin-bottom: 50px;
}


.go_to_form {


    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #1800ff;
	/*background: #2e2b4a;*/

    color: #f1f1f1;
    text-align: center;
    padding: 25px 10px;
    z-index: 2;
    opacity: 0;
    line-height: 1;
	cursor:pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}

.go_to_form.show_btn {
    bottom: 0px;
     opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.go_to_form a{

    color: #f1f1f1;
}

@media all and (max-width: 768px){


    .go_to_form {

        display: block!important;

    }


}

.home .go_to_form {

     display: none!important;
}

.go_to_form a {
    color: #f1f1f1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.call_to_action {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #146ff8;
    height: 78px;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
      -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.call_to_action .c_btns {
    height: 40px;
    color: white;
    border: 1px solid;
    line-height: 40px;
    width: 130px;
    text-align: center;
    background: black;
}

.call_to_action a.blue_bg.c_btns {
    background: black;
}

@media all and (min-width: 600px){

.call_to_action {
  display: none;
}
}

@media (max-width: 767px){
	
.page-template-contact .acf-map {
    display: none;
}
.page-template-contact div#page_content {
    padding-top: 50px;
}
	
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl!important;
}


.blogpagecat_list .blog_cat #cat_image img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blogpagecat_list .blog_cat {
    margin-bottom: 20px;
}

.blogpagecat_list .blog_cat div#cat_image {
    margin-bottom: 15px;
}

.blogpagecat_list .blog_cat {
    margin-bottom: 30px;
}

.blogpagecat_list .blog_cat h4.p_tit {
    text-align: center;
}

@media all and (min-width: 1024px){


.blogpagecat_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.blogpagecat_list .blog_cat {
    margin-bottom: 30px;
    flex: 0 0 32%;
    max-width: 32%;
    margin-top: 40px;
}

}