/*
Theme Name: CoWeb
Theme URI: http://coweb.com/
Author: Yaniv Sasson
Author URI: http://yanivsasson.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.01
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

.dmbs-container {}
.dmbs-header {}
.dmbs-header-img {}
.dmbs-header-text {}
.dmbs-top-menu {}
.dmbs-content {}
.dmbs-main {}
.dmbs-left {}
.dmbs-right {}
.dmbs-footer-menu {}
.dmbs-author-credits {}
.dmbs-footer {}


@charset "UTF-8";

iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family:'Open Sans Hebrew';
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans Hebrew';
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 52px;
}
h2, .h2 {
    font-size: 45px;
}
h3, .h3 {
    font-size: 36px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
form br {
	display: none;
}
input.form-control {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
textarea.form-control {
	width: 100%;
	height: 90px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
input.btn {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;		
}

.ajax-loader {
	position: absolute;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
}
.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 45px 18px 46px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > a,
.nav > a:hover,
.nav > a:active,
.nav > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:active,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.sub-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 115px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
	margin-left: 10px;
}
.sub-menu > li > a {
    display: block;
    padding: 10px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
	text-align: center;
}
.sub-menu > li > a:active,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
    text-decoration: none;
    color: #000;
	background-color: transparent;
}
.sub-menu > .active > a,
.sub-menu > .active > a:active,
.sub-menu > .active > a:hover,
.sub-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
	background-color: transparent;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
	max-height: 300px;
    opacity: 1;
    margin-top: 0px;
    padding-top: 10px;
	padding-bottom: 0px;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle {
    border: 1px solid #999;
}
.navbar-toggle .icon-bar {
    background-color: #999;
}
.nav.nav-side {

}
.nav.nav-side  li {
    margin-top: 8px;
    margin-bottom: 8px;
	text-align: center;
}
.nav.nav-side  li:hover {

}
.nav.nav-side  li  a {
	background-color: transparent;
    color: #000;	
}
.nav.nav-side  li  a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav.nav-side  li  a:hover, 
.nav.nav-side  li  a:active, 
.nav.nav-side  li  a:focus {
    text-decoration: none;
	background-color: transparent;
    color: #000;
}
.collapsing {
	display: none;
}
#nav-icon3 {
	width: 42px;
    height: 32px;
    position: relative;
    margin: 0;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0px solid #fff;
    border-radius: 3px;
    float: right;
    margin-top: 0px;
    background-color: rgba(0,0,0,0.9);	
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 8px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
}
#nav-icon3 span:nth-child(4) {
    top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.nav.nav-side  .sub-menu {
    position: initial;
    float: initial;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow:initial;
    box-shadow: initial;
}
/*
	navbar
*/
.nav.navbar-nav > li {
	background-color: transparent;
}
.nav.navbar-nav > li:hover,
.nav.navbar-nav > li:focus,
.nav.navbar-nav > li:active {
	background-color: transparent;
}
.nav.navbar-nav > li a {
	color: #000;
	text-align: center;
	cursor: pointer;
}
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li > a:active {
	color: #fff;
	background-color: #776952;
}
.nav.navbar-nav .sub-menu > li > a:hover,
.nav.navbar-nav .sub-menu > li > a:focus,
.nav.navbar-nav .sub-menu > li > a:active {
	color: #fff;
	background-color: #fc9b00;
}
.nav.navbar-nav > li.current-menu-item {
	background-color: transparent;
}
.nav.navbar-nav > li.current-menu-item > a {
	color: #fff;
	background-color: #776952;
}
.nav.navbar-nav.navbar-nav-hover ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav.navbar-nav.navbar-nav-hover ul li {
	margin: 0px;
	padding: 0px;
}
.nav.navbar-nav.navbar-nav-hover ul li a {
	text-decoration: none;
}
.nav.navbar-nav.navbar-nav-hover li.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #000;
}
.nav.navbar-nav.navbar-nav-hover li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.arrowdown {
	display: none;
}
.nav-row {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
	text-align: center;
	border-bottom: 2px dashed #000;
	height: 111px;
}
.header-logo {
	float: right;
	margin-right: 12%;
	margin-top: 20px;
	max-width: 245px;
}
.header-menu {
	display: inline-block;
}
.header-phone-social {
	float: left;
	margin-top: 35px;
	width: 25%;
}
.header-social {
	display: inline-block;
}
.header-icon {
    display: inline-block;	
}
.header-icon .fa {
    position: relative;
    bottom: 0;
    left: 0px;
    padding-bottom: 5px;
    font-size: 28px;
    border: none;
    border-bottom: none;
    border-radius: 12px;
    width: 45px;
    margin: 0 5px;
    padding-top: 5px;
    color: #fff;
    transition: all 0.5s;
    margin-bottom: 0px;
    background-color: #fc9b00;
}
.header-icon .fa:hover {
    padding-bottom: 5px;
    border: none;
    background-color: #666;
}
.header-phone {
	display: inline-block;
}
.header-phone a{
	padding: 7px 10px 7px 45px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	border: 1px solid #776952;
    border-radius: 12px;
	background-image: url(img/header-phone.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	margin-right: 8px;
	margin-top: -3px;
}
/*
	slick slider
*/
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
	position: absolute;
	outline: 0;
	top: 30%;
	z-index: 9000;
    width: 50px;
    height: 50px;
	color: transparent;
	border: 0px;	
	background-color: transparent;
	font-size: 1px;		
}
.slick-next.slick-arrow {
	left: -60px;
}
.slick-prev.slick-arrow {
	right: -60px;
}
.slick-arrow:after {
    display: block;
    width: 78px;
    height: 77px;
    position: absolute;
    top: 0px;	
    color: #000;
    line-height: 40px;
    content: '';	
	background-image: url(img/slider-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%
}
.slick-next.slick-arrow:after {
	left: 0px;	
}
.slick-prev.slick-arrow:after {
	transform: rotate(180deg);	
    right: 0px;	
}
ul.slick-dots {
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	margin: 10px;
	width: 36px;
	height: 36px;
	border: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
ul.slick-dots li button {
	width: 36px;
	height: 36px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	background-color: #ccc;
	background-size: 100% 100%;
	color: transparent;
}
ul.slick-dots li.slick-active button {
	background-color: #000;
}
/* 

	gallery masonry

 */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-sizer,
.grid-item {
	width: 25%;
}
.grid-item {
	float: left;
}
.grid-item img {
	display: block;
	width: 100%;
}
/*

	gallery montage

*/
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}
/*

	Gallery Mix

*/
.gallery-content {
	text-align: center;
}
ul.galler_looper_btns {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
ul.galler_looper_btns li.filter {
	padding: 10px;
	margin: 10px;
	display: inline-block;
	float: right;
}
ul.galler_looper_btns li.filter a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	cursor: pointer;		
}
ul.galler_looper_btns li.filter a:hover,
ul.galler_looper_btns li.filter a:focus {
	color: #000;
	cursor: pointer;	
	
}
ul.galler_looper_btns li.filter.mixitup-control-active a {
	color: #000;
	cursor: default;
}
ul.galler_looper_btns li.filter.mixitup-control-active a:hover,
ul.galler_looper_btns li.filter.mixitup-control-active a:focus {
	color: #000;
	cursor: default;	
}
.grid_3 {
	position: relative;
}
.grid_3_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
}
.thumbb {
	display: block;	
	position: relative;
	width: 100%;
	height: 100%;		
	overflow: hidden;
}
.thumbb img {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100%;
	opacity: 0;
}
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    /*border-top: .5rem solid currentColor;*/
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
	background-size: cover;	
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}
/* 3 Columns */
@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    }
}
/* 4 Columns */
@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}
/* 5 Columns */
@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/*

	Header

*/
.header-wrap {
	position: relative;
	margin-top: 111px;
	margin-bottom: 50px;
    overflow: hidden;
}
.home-slider{
	margin-top: 111px;
}
.header-title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 750px;
	background-color: rgba(226,148,24,0.75);
	text-align: center;
}
.header-title:after {
    content: ""; 
    border-top: 40px solid transparent; 
    border-right: 35px solid rgba(226,148,24,0.75); 
    border-bottom: 40px solid transparent; 
	position: absolute;
	right: 100%;
	top: 0;
}
h1.page-title {
	padding-right: 135px;
	text-align: center;
	position: relative;
	color: rgba(255,255,255,0.75);
	margin: 10px 0;
	display: inline-block;
}
h1.page-title:before{
    content: "";
	position: absolute;
	right: 0;
	top: -30px;
	width: 127px;
	height: 127px;
	background-image: url(img/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*

	footer

*/
.footer-bg {
	display: block;
	position: relative;
	background-color: #fc9b00;
	padding: 0 30px 0px;
	margin-top: 115px;
	border-top: 24px solid #383838;
}
.footer-inner {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right: 50%;
	background-color: #a29e9f;
	-webkit-clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
}
.footer-image {
    margin-top: -104px;
}
.textwidget {
	margin-top: 25px;
	color: #000;
	text-align: inherit;
	font-size: 26px;
}
.footer-info {
	padding-top: 70px;
}
.footer-social {
	padding-top: 95px;
    text-align: center;
}
.footer-icon {
	display: inline-block;
    width: 66px;
    height: 60px;
    position: relative;	 
}
.fa{
	position: absolute;
    bottom: 0;
	left: 0px;	
	padding-bottom: 10px;
	font-size: 38px;
	border: 2px solid #fff;
	border-bottom: none; 
	border-radius: 30% 30% 0 0;
    width: 60px;
    padding-top: 10px;
	color: #fff;
    transition: all 0.5s;
    margin-bottom: -11px;	
}
.fa:hover{
	padding-bottom: 20px;
	border: 2px solid #fff;
	background-color: #666;
}
.footer-form {
	margin-bottom: 0px;
	text-align: center;
}
.footer-form h3 {
	font-size: 44px;
	color: #000;
	margin-bottom: 25px;
	margin-top: 45px;
}
.footer-form input.form-control {
    height: 44px;
    border: 1px solid #676767;
    font-size: 24px;
    display: block;
    margin-right: 43px;
    max-width: calc(100% - 45px);
    margin-top: 0px;
}
.footer-form span {
    margin-top: 10px;
}
.footer-form input.btn {
	font-weight: 600;
	background-color: #fc9b00;
	color: #000;
    border: none;
	margin-top: 10px;
}
.footer-form span.your-phone {
	float: left;
	background-image: url(img/fform-phone.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.footer-form span.your-name {
	float: left;
	background-image: url(img/fform-name.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.footer-form span.your-email {
	float: left;
	background-image: url(img/fform-mail.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.footer-form span.wpcf7-not-valid-tip {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-form div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    font-size: 18px;	
}
.mobile_list {
	display: none;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
/*

	Articles

*/
.category-post {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.tablerow {
	display: table-row;
	width: 100%;
}
.category-text {
	display: table-cell;
	width: 40%;
	background-color: #303030;
	vertical-align: top;
	color: rgba(255,255,255,0.75);
}
.table-image{
	display: table-cell;
	width: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.table-image:before{
	display: block;
	content: '';
	padding-top: 59%;
}
.table-image img{
	opacity: 0;
	position: absolute;
	right:0;
	top: 0;
	max-height: 100%;
	max-width: 100%;
}
.category-title {
	background-color: rgba(226,148,24,0.75);
	margin-top: 40px;
	margin-bottom: 55px;
}
.category-title a {
	padding-right: 100px;
	position: relative;
	color: rgba(255,255,255,0.75);
	margin: 0px 10px 0px 0;
	display: inline-block;
	text-decoration: none;
}
.category-title a:before{
    content: "";
	position: absolute;
	right: 0;
	top: -30px;
	width: 95px;
	height: 95px;
	background-image: url(img/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.category-text p {
	padding: 0 15px;
}
.category-text a.read-more {
	color: inherit;
	text-decoration: none;
	text-align: left;
	margin: 40px 30px;
	display: block;
}
/* 
	Contact
*/
.contact-section {
	margin-top: 111px;
	background-image: url(img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-form {
	background-color: rgba(255,255,255,0.75);
	padding: 75px 75px 40px;
	text-align: center;
	font-size: 32px;
}
.contact-form a{
	text-decoration: none;
	color: inherit;
}
.contact-form p {
	padding: 23px 0;
	margin: 0;
}
.contact-form h2 {
	margin: 0;
}
.contact-form .wpcf7 {
	max-width: 475px;
	display: inline-block;
}
.contact-form input.form-control {
    height: 49px;
    border: 2px solid #a0a0a0;
    font-size: 24px;
    display: block;
    margin-right: 47px;
    max-width: calc(100% - 45px);
	margin-top: 0px;
	direction:rtl;
}
.contact-form input.btn {
	font-weight: 600;
	background-color: #fcae32;
	color: #000;
    border: none;
	margin-top: 10px;
}
.contact-form span.your-phone {
	float: left;
	background-image: url(img/cform-phone.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.contact-form span.your-name {
	float: left;
	background-image: url(img/cform-name.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.contact-form span.your-email {
	float: left;
	background-image: url(img/cform-mail.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.contact-form span {
	margin-top: 10px;
}
.contact-form span.wpcf7-not-valid-tip {
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-form div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    font-size: 18px;	
}
/* 
	recommends
*/
.single-rec {
	background-image: url(img/rec-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px;
	margin: 5px;
	line-height: 1.1;
}
.single-rec-title {
	font-size: 170%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.single-rec a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 5px 20px;
	margin-top: 20px;
	display: inline-block;
}

/*-**-*-* home  *-*-**-*/

.about-section {
	background-image: url(img/about-section.png);
	background-repeat: no-repeat;
	background-size: 50%;	
	background-position: left;
	padding: 40px 0;
}
.about-text {
	max-width: 50%;
	padding-bottom: 50px;
	position: relative;
	font-size: 18px;
	
}
.about-section a.read-more-link {
	color: #fff;
	text-decoration: none;
	font-size: 140%;
	padding: 3px 30px;
	background-color: #fc9b00;
	margin-top: 20px;
	display: inline-block;
	float: left;
}
.single-cat {
	display: inline-block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 3px;
	width: calc(33.33% - 6px);
	margin-left: 4px;
}
.single-cat:nth-child(3n) {
	margin-left: 0
}
.single-cat:before {
	content: '';
	display: block;
	padding-top: 60%;
}
.single-cat img {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.cats-title {
	position: absolute;
	right: 0;
	left: 0;
	bottom:0;
	font-size: 56px;
	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.7);
	text-align: center;
	padding-top: 0px;
    line-height: 1;
    padding-right: 80px;
}
.cats-title:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
    width: 98px;
    height: 107px;
	background-image: url(img/cat-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index:1
}

.cats-hover {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 56px;
	top: 0;	
	background-color: rgba(226,148,24,0.75);
	opacity: 0;
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}
.single-cat:hover .cats-hover {
	opacity: 1;
}

.custom_logos.slick-initialized.slick-slider {
    padding-top: 20px;
}
img.slick-slide.slick-cloned {
	width:100%;
}
section.logos {
	margin-top:20px;
}


.social-container {
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		position: fixed;
		bottom: 82px;
		right: 20px;
}
	
.social-vertical-text {
	display: inline-block;
	margin: 6px 0;
	line-height: 32px;
	writing-mode: vertical-rl;
	text-decoration: none;
	font-size: 1rem;
	color: #234969;
	text-orientation: mixed;
	text-align: center;
}

.social-vertical-text:hover {
	text-decoration: none;
	color: #234969;
}

.social-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FFAB00;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: .5rem;
	   box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.social-item__camera {
	position: relative;
	background: #009BFF;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/camera.svg);
}

.social-item__camera .online {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #5FC515;
}





@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: initial;
	}
	.navbar-collapse.collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.container.container-wide {
		width: 970px;
	}
}

@media (max-width: 1399px){
.custom_logos {
    margin: 0px 80px;
}


@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1759px){ 
	.cats-title {
		font-size: 44px;
		padding-right: 65px;
	}
	.cats-title:before {
	    width: 76px;
		height: 85px;
	}
	.cats-hover {
		bottom: 44px;
	}
	.about-section {
		background-size: 50% auto;
	}
	.header-logo {
		margin-right: 7%;
	}
	.header-phone-social {
		width: 30%;
	}
}
@media (max-width: 1399px){ 
	.rec-slider {
		margin: 0 80px;
	}
	.single-rec a {
		margin-top: 0px;
	}
	.single-rec-title {
		font-size: 120%;
		margin-top: 10px;
		margin-bottom: 17px;
	}
	.single-rec {
		font-size: 80%;
	}
	.cats-title {
		font-size: 34px;
		padding-right: 50px;
	}
	.cats-title:before {
		width: 58px;
		height: 66px;
	}
	.cats-hover {
		bottom: 34px;
	}
	.about-text {
		font-size: 100%;
	}
	.textwidget {
		font-size: 20px;
	}
	.footer-form h3 {
		font-size: 32px;
	}
	.footer-social {
		padding-top: 96px;
	}
	.footer-image {
		margin-top: -83px;
		max-width: 350px;
	}
	.header-logo {
		margin-right: 15px;
	}
	.header-phone-social {
		width: 340px;
	}
	.header-icon .fa {
		margin: 0 1px;
	}
	.header-phone a {
		margin-right: 2px;
	}
	.nav > li > a {
		padding: 45px 15px 46px;
	}
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body .site-nav {
		position: initial;
	}
	.contact-form {
		font-size: 24px;
	}
	.cats-title {
		font-size: 28px;
		padding-right: 45px;
	}
	.cats-title:before {
		width: 49px;
		height: 54px;
	}
	.cats-hover {
		bottom: 28px;
	}
	.textwidget {
		margin-top: 0px;
		font-size: 17px;
	}
	.footer-image {
		margin-top: -83px;
		max-width: 325px;
		margin-right: -25px;
	}
	.footer-form h3 {
		margin-bottom: 10px;
		margin-top: 22px;
		font-size: 26px;
	}	
	.footer-social {
		padding-top: 100px;
	}
	.header-logo {
		max-width: 270px;
		margin: 2px;
	}
	.nav-row {
		height: 80px;
	}
	.home-slider {
		margin-top: 80px;
	}
	.contact-section {
		margin-top: 80px;
	}
	.header-wrap {
		margin-top: 80px;
	}
	.nav > li > a {
		padding: 30px 8px;
	}
	.header-icon .fa {
		font-size: 20px;
		width: 32px;
	}
	.header-phone a {
		padding: 7px 10px 3px 45px;
		font-size: 16px;
	}
	.header-phone-social {
		width: 315px;	
		margin-top: 25px;
	}
}
@media (max-width: 991px){
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.contact-form {
		font-size: 16px;
	}
	.contact-form p {
		padding: 10px 0;
	}
	.contact-form span {
		background-size: auto 93%;
		margin-top: 6px;
	}
	input.form-control {
		height: 30px;
		font-size: 19px;
		margin-right: 29px;
		max-width: calc(100% - 29px);
	}
	input.btn {
		height: 30px;
		margin-top: 6px;
		font-size: 18px;
	}
	.cats-title {
		font-size: 24px;
		padding-right: 32px;
	}
	.cats-title:before {
		width: 40px;
		height: 46px;
	}
	.cats-hover {
		bottom: 24px;
	}
	
	.footer-social {
		padding-top: 73px;
	}	
	.footer-image {
		margin: -89px auto 0;
		display: block;
		max-width: 150px;
	}
	.footer-form {
		margin-bottom: 0px;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.footer-form h3 {
		font-size: 33px;
	}
	.textwidget {
		text-align: center;
		font-size: 18px;
	}
	.footer-inner {
		right: 33%;
	}
	.footer-info {
		padding-left: 40px; 
		padding-top: 79px;
	}
	.header-phone-social {
		width: 225px;
	}
	.nav > li > a {
		padding: 30px 3px;
	}
	.header-title {
		width: 50%;
	}
	.header-phone a {
		padding: 7px 5px 3px 32px;
		font-size: 14px;
	}
	.header-icon .fa {
		font-size: 14px;
		width: 25px;
	}
	.header-logo {
		max-width: 245px;
	}
}
@media (max-width: 767px){
	.navbar-toggle {
		border: 1px solid #fff;
		margin-right: 0px;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: initial;
		border: 0px;
		border-color: transparent;
		box-shadow: initial;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		width: 100%;
		margin: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.arrowdown {
		display: block;
		width: 20px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 3px;
		right: 7px;
		border-radius: 50%;
		background-color: #000;
		text-align: center;
	}
	.menu-item-has-children:hover .sub-menu {
		display: none;
	}
	.menu-item-has-children:hover .sub-menu.open-mobile {
		display: block;
	}
	.sub-menu.open-mobile {
		display: block;
	}
	.header-menu .nav.navbar-nav > li > a {
		display: inline-block;
	}
	.sub-menu {
		position: relative;
		z-index: 1000;
		width: 100%;
		font-size: 14px;
		text-align: left;
		background-color: transparent;
		border: 0px;
		border-radius: 4px;
		background-clip: padding-box;
		margin-left: 10px;
		padding: 5px 0;
		margin: 2px 0 0;
	}
	.menu-item-has-children:hover .sub-menu {
	    padding: 5px 0;
		margin: 2px 0 0;
	}
	.slick-arrow:after {
		width: 40px;
		height: 40px;
	}
	.rec-slider {
		margin: 0 45px;
	}
	.cats-title {
		font-size: 18px;
		padding-right: 22px;
	}
	.cats-title:before {
		width: 29px;
		height: 34px;
	}
	.cats-hover {
		bottom: 18px;
	}
	.footer-info {
		padding-left: 0px; 
		padding-top: 15px;
	}
	.footer-social {
		padding-top: 15px;
		 padding-bottom: 5px; 
		 border-bottom: 3px solid #a29e9f; 
	}
	.footer-inner {
		top: 48%;
		right: 0;
		-webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
	}
	.header-phone-social {
		width: 300px;
		float: right;
		margin-right: 5px;
	}
	.header-icon .fa {
		margin: 0 4px;
	}
	.header-logo {
		float: left;
	}
	.nav > li > a {
		padding: 8px 34px;
	}
	.header-menu {
		display: inline-block;
		position: absolute;
		background-color: rgba(255,255,255,0.7);
		right: 0;
		top: 100%;
		width: 165px;
	}
	.navbar-nav {
		width: 100%;
	}
	.nav.navbar-nav > li {
		width: 100%;
	}
	.mobile_list {
		display: block;
		width: 100%;
		bottom: 0;
		right: 0;
		background: #000;
		position: fixed;
		z-index: 99999;
	}
	.mobile_list li {
		float: right;
		width: 100%;
		text-align: center;
		border-left: 1px solid #fff;
		list-style-type: none;
		height: 38px;
		line-height: 38px;
	}
	.mobile_list li a {
		color: #fff;
		display: block;
	}
	.mobile_list .fa{
		position: inherit;
		bottom: inherit;	
		padding-bottom: inherit;
		font-size: inherit;
		border:inherit;
		border-bottom: inherit;
		border-radius: inherit;
		width: inherit;
		padding-top: inherit;
		color: inherit;
		transition: inherit;
	}
	.mobile_list	.fa:hover{
		padding-bottom: inherit;
		border: inherit;
		border-bottom:  inherit;
		width: inherit;
		color: inherit;
		background-color: inherit;
	}
	.fa-google-plus{
		margin-right: inherit;	
	}
	.fa-facebook{
		margin-right: inherit;
	}
	.bubble-img {
		float: unset;
		max-width: 100%;
	}
	.bubble-number {
		font-size: 50px;
		line-height: 54px;
	}
	.bubble-text {
		margin: 0 28px;
		font-size: 100%;
	}
	.section-bubbles {
		background: none;
	}
	.footer_forms {
		width: 100%;
	}
	.footer-form {
		padding-bottom: 70px;
	}
}
#octAccess .open, #octAccess .octContainer {
    background-color: #fc9b00!important;
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
	.single-cat {
		width: calc(50% - 4px);
		margin-left: 4px;
	}
	.single-cat:nth-child(3n) {
		margin-left: 4px;
	}
	.single-cat:nth-child(2n) {
		margin-left: 0;
	}
	.about-section {
		background-size: 100% auto;
		background-position: top;
	}
	.about-text {
		max-width: 100%;
		padding-bottom: 0;
		padding-top: 48vw;
	}
	.nav-row {
		height: auto;
	}
	.home-slider ,
	.contact-section ,
	.header-wrap {
		margin-top: 120px;
	}
	.header-logo {
		float: initial;
		margin: 2px auto;
	}
	.header-phone-social {
		float: initial;
		margin: 11px auto 12px;
	}
	h1.page-title:before {
		top: -10px;
		width: 50px;
		height: 50px;
	}
	h1.page-title {
		padding-right: 55px;
	}
}
@media (max-width: 465px) {
	.contact-form {
		padding: 15px 25px 10px;
		font-size: 15px;
	}	
	.cats-title {
		font-size: 15px;
		padding-right: 20px;
	}
	.cats-title:before {
		width: 24px;
		height: 28px;
	}
	.cats-hover {
		bottom: 15px;
	}
	.textwidget {
		font-size: 16px;
	}
	h1.page-title {
		font-size: 16px;
		line-height: 18px;
		margin: 0;
	}
}
	
.social-container {
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		position: fixed;
		bottom: 82px;
		right: 20px;
}
	
.social-vertical-text {
	display: inline-block;
	margin: 6px 0;
	line-height: 32px;
	writing-mode: vertical-rl;
	text-decoration: none;
	font-size: 1rem;
	color: #234969;
	text-orientation: mixed;
	text-align: center;
}

.social-vertical-text:hover {
	text-decoration: none;
	color: #234969;
}

.social-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FFAB00;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: .5rem;
	   box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.social-item__camera {
	position: relative;
	background: #009BFF;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/camera.svg);
}

.social-item__camera .online {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #5FC515;
}
