/*
	Theme Name: Extra Interactive
*/

@import url(fonts/almoni-dl-aaa-web/init.css);
@import url(fonts/almoni-tzar-aaa-web/init.css);

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
    font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
    direction: rtl;
    color: #1d181f;
    font-size: 20px;
    background: #fff;
    font-weight: 300;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* Clearfix
-------------------------------------------------------------- */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block; margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
.aligncenter {display: block;margin: 5px auto 5px auto;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%; /* Image does not overflow the content area */padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
/**************
KUBE RTL
**************/
.units-row .unit-90, .units-row .unit-80, .units-row .unit-75, .units-row .unit-70, .units-row .unit-66, .units-row .unit-65, .units-row .unit-60, .units-row .unit-50, .units-row .unit-40, .units-row .unit-35, .units-row .unit-33, .units-row .unit-30, .units-row .unit-25, .units-row .unit-20, .units-row .unit-10{
    float: right;
    margin-right: 3%;
    margin-left: 0;
}
.units-padding .unit-100, .units-padding .unit-90, .units-padding .unit-80, .units-padding .unit-75, .units-padding .unit-70, .units-padding .unit-66, .units-padding .unit-65, .units-padding .unit-60, .units-padding .unit-50, .units-padding .unit-40, .units-padding .unit-35, .units-padding .unit-33, .units-padding .unit-30, .units-padding .unit-25, .units-padding .unit-20, .units-padding .unit-10 {
    padding: 0.65em;
}
.units-split .unit-90, .units-split .unit-80, .units-split .unit-75, .units-split .unit-70, .units-split .unit-66, .units-split .unit-65, .units-split .unit-60, .units-split .unit-50, .units-split .unit-40, .units-split .unit-35, .units-split .unit-33, .units-split .unit-30, .units-split .unit-25, .units-split .unit-20, .units-split .unit-10{
    margin-right: 0;
}
.units-row .unit-90:first-child, .units-row .unit-80:first-child, .units-row .unit-75:first-child, .units-row .unit-70:first-child, .units-row .unit-66:first-child, .units-row .unit-65:first-child, .units-row .unit-60:first-child, .units-row .unit-50:first-child, .units-row .unit-40:first-child, .units-row .unit-35:first-child, .units-row .unit-33:first-child, .units-row .unit-30:first-child, .units-row .unit-25:first-child, .units-row .unit-20:first-child, .units-row .unit-10:first-child{
    margin-right: 0;
}
.units-row {
    margin-bottom: 0.65em;
}
ul li, ol li{
    text-align: right;
}
/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
h1,h2,h3,h4,h5,h6{
    position: relative;
    display: block;
    line-height: 1em;
    font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
    margin-bottom: 5px;
}
h1{ font-size: 36px; color: #1d181f;}
h2{ font-size: 36px; color: #1d181f; font-weight: 300;}
h3{ font-size: 26px; color: #1d181f; font-weight: 300;}
h4{ font-size: 14px; color: #000; font-weight: 400;}
p { font-size: 20px; color: #1d181f; margin-bottom: 8px; line-height: 1.2em;   font-weight: 300;}

strong, b{
    font-weight: bold;
}
i, em{
    font-style: italic;
}
ul li, ol li {
    text-align: right;
}
div, p, span, a,input,select, textarea , i, em {
    font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
    font-weight: 300;
}
a, input[type="submit"], .img_overlay, .grayscale, a .grayscale, .widget_nav_menu ul li, .portfolio_preview .overlay{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
/** GRAYSCALE */
.grayscale{

   -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
   filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -moz-filter: gray;



}
.unknown .grayscale{
   /* filter:none !important*/
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
a:hover .grayscale{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
a:hover .unknown .grayscale > svg,
.grayscale:hover > svg {
    opacity: 0.5;
    z-index: -1;
}
a:hover .grayscale,
.grayscale:hover{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}
a:hover .grayscale > svg,
.grayscale:hover > svg {
  opacity: 0;
}

/****/
.split_title{
    font-weight: 300;
}
.split_title b, .split_title strong{
    font-weight: 400;
}
h2.area_title{
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 30px;
}
h3.element_title{
  border-bottom: 4px solid #c2c2c2;
}
h3.element_title a{
    text-decoration: none;
    color: #1d181f;
    font-weight: 300;
}
.flex_container {
    display: flex;
    align-items: center;
    justify-content: center;

    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 100%;
}
/** MY LAYOUT ****************************************/
.layout{
    position: relative;
    display: inline-block;
    width: 100%;
}
.layout .main_sidebar{
    position: relative;
    display: inline-block;
    float: right;
    width: 26.5%;
}
.layout .main_content{
    position: relative;
    display: inline-block;
    float: right;
    width: 71%;
    margin: 0 0 0 2.5% ;
}
.inner_row{
    position: relative;
    display: inline-block;
    width: 100%;
}
.float_right{
    position: relative;
    display: inline-block;
    float: right;
}
.float_left{
    position: relative;
    display: inline-block;
    float: left;
}
/*****************************************************/
.big_container{
    position: relative;
    display: block;
    max-width: 1185px;
    width:100%;
    margin: 0 auto;
    background: #fff;
}
.main_container{
    position: relative;
    display: block;
    max-width: 1105px;
    width:100%;
    margin: 0 auto;
}
#header{
    position: fixed;
    left:0;
    display: block;
    background: rgb(253, 253, 253);
    width: 100%;
    height: 66px;
    z-index: 99999;
}
#header.shrink {
    background: rgba(253, 253, 253, 0.9);
}
.page_container {
    position: relative;
    display: block;
    margin-top: -120px;
}
.page_container.homepage{
    margin-top: 0;
    top:66px;
}
.logo {
    position: relative;
    display: inline-block;
}
.logo a{
    position: relative;
    display: block;
}
.logo a:after{
    position: absolute;
    display: inline-block;
    top:100%;
    right: 48px;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 13px 0 13px;
    border-color: #1d181f transparent transparent transparent;
    z-index: 999;
}
/** MAIN MENU ********************************************************/
#trigger_menu{
    position: relative;
    display: none;
}
.menu_wrapper.main {
    position: relative;
    display: block;
}
ul#main_menu{
    display: block;
    width: 100%;
}
ul#main_menu > li{
    position: relative;
    display: inline-block;
    float: right;
}
ul#main_menu > li > a {
    position: relative;
    display: block;
    color: #1d181f;
    padding: 20px;
    line-height: 1em;
    font-size: 26px;
    font-weight:300;
    text-decoration: none;
}
ul#main_menu > li:first-child > a{
    padding-right: 0;
}
ul#main_menu > li > a:hover,
ul#main_menu > li.current-menu-item > a{
    color: #0097d0;
}
/***** LEVEL 02 *********/
ul#main_menu > li ul.sub-menu{
    position: absolute;
    display: none;
    width: 216px;
    top: 100%;
    margin: 0;
    z-index: 99;
}
ul#main_menu > li:hover ul.sub-menu{
    display: block;
}
ul#main_menu > li ul.sub-menu > li{
    position: relative;
    display: block;
    border-top:1px solid #e9dfdf;
}
ul#main_menu > li ul.sub-menu > li > a{
    text-decoration: none;
    color: #000;
    padding: 10px;
    background: #fff;
    position: relative;
    display: block;
}
/** HOME SLIDER *************/
.wrap_home_main_slider{
    position: relative;
    display: block;
}
.wrap_home_main_slider .lSSlideOuter .lSPager.lSpg > li {
  position: relative;
  bottom: 200px;
  right:0;
}
.home_slide .slide_container{
    position: relative;
    display: block;
    background-repeat: no-repeat;
}
.home_slide .slide_container .spacer{
    position: relative;
    height: 100%;
    max-height: 150px;
    display: block;
}
.home_slide .slide_container .spacer img{
    position: relative;
    height: 100%;
    max-height: 150px;
    display: block;
      width: 100%;
}
.home_slide .wrap_content{
    position: relative;
    display: block;
    width: 100%;
}
.home_slide .slide_content{
    position: relative;
    display: inline-block;
    width: 50%;
    float: right;
    padding: 10% 0 14% 0;
}
.banner_content .title,
.home_slide .slide_content .title {
    color: #fff;
    font-size: 75px;
    line-height: 1em;
}

.banner_content .title .dot,
.home_slide .slide_content .title .dot{
    position: relative;
    bottom: 0;
    right: 10px;
    display: inline-block;
    background: #0097d0;
    height: 8px;
    width:8px;
}
.home_slide .slide_content .description {
    color: #0097d0;
    font-size: 26px;
    line-height: 1em;
}
.wrap_home_main_slider .lSSlideOuter .lSPager.lSpg > li a{
    background: url(images/slider_pagers.png) no-repeat;
    background-position: -27px 0px;
    height: 23px;
    width:23px;
    text-indent: 99999px;
    right:0;
}
.wrap_home_main_slider .lSSlideOuter .lSPager.lSpg > li.active a,
.wrap_home_main_slider .lSSlideOuter .lSPager.lSpg > li a:hover{
    background-position: 0px 0px;
}
/** HOME SERVICES ***************************/
.home_services{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 20px;
}
.home_service{
    position: relative;
    display: inline-block;
}
.home_service .image{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.home_service .image a{
    position: relative;
    display: block;
    overflow: hidden;
}
.home_service .image a img{
    display: block;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}

.home_service .image a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home_service h3.element_title{
    margin-bottom: 10px;
}
.home_service .content{
    position: relative;
    display: inline-block;
    clear:both;
    line-height: 1.3em;
    font-size: 17px;
    text-align: right;
}
span.more_info,
a.more_info {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #1d181f;
    font-size: 17px;
    margin: 5px 0;
    clear:both;

}
span.more_info:after,
a.more_info:after{
    background: url(images/plus.jpg) no-repeat;
    height: 7px;
    width: 7px;
    content: "";
    top: -2px;
    position: absolute;
    display: inline-block;
    left: -13px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
a.more_info:hover:after {
    top:4px;
}
/******************************************/
.home_clients {
    Position: relative;
    display: block;
    margin-left: 10px;
}
.home_clients .lSSlideOuter {
    direction: ltr;
}
.client_slider {
    position: relative;
    background: #f9fafc;
    direction: ltr;
}
/** home testimonials ********/
.home_testimonials{
    position: relative;
    display: block;
    width: 100%;
}
.testimonials_slider .image.float_right {
    width: 27%;
    margin-left: 3%;
}
.testimonials_slider .content.float_left {
    width: 70%;
    font-size: 15px;
}
.testimonials_slider .testi .quotes {
    padding: 0 50px 0 15px;
    font-size: 18px;
    line-height: 1.3;
}
.testimonials_slider .testi .quotes .quote{
    position: absolute;
    display: inline-block;
    z-index: 999;
}
.testimonials_slider .testi .quotes .quote.before{
    right:0;
    height: 28px;
    width:28px;
}
.testimonials_slider .testi .quotes .quote.after{
    left:5px;
    height: 13px;
    width:13px;
}
.testimonials_slider .testi h4.recommender{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 0;
    text-align: right;
    color: #0097d0;
    font-size: 15px;
}
/** FOOTER ************/
#footer{
    position: relative;
    display: block;
    height: 400px;
    margin-top: 90px;
}
/**************************/
.price_offer span.wpcf7-form-control-wrap{
    position: relative;
    display: inline-block;
    float: right;
    width:21.5%;
    margin-right: 0.5%;
    font-size: 36px;
    line-height: 40px;
    font-weight:300;
}
.price_offer span.wpcf7-form-control-wrap strong {
    font-weight:400;
}
.price_offer span.wpcf7-form-control-wrap:first-child{
    margin-right: 0;
    width: 20%;
}
.price_offer span.wpcf7-form-control-wrap.submit{
    width: 13%;
    margin-right: 1%;
}
.price_offer span.wpcf7-form-control-wrap input{
    position: relative;
    display: block;
    height: 40px;
    color: #fff;
    width: 100%;
    border:4px solid #4a464c;
    background: none;
    padding: 0 10px 0;
    font-size: 25px;
    font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
      line-height: 40px;
      box-shadow: none;
}
.price_offer span.wpcf7-form-control-wrap input:focus {
    border:4px solid #0097d0;
    outline: none;
    box-shadow: none;
}
.form_price_offfer {
    position: relative;
    display: block;
    background: #1d181f;
    padding: 40px 0;
    color: #fff;
}
.price_offer span.wpcf7-form-control-wrap input[type="submit"] {
    background: #0097d0;
    border: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.price_offer span.wpcf7-form-control-wrap input[type="submit"]:hover {
    background: #00B9FF;
}
img.ajax-loader {
    position: absolute;
}
/**********************************/
#footer .footer_widgets{
    position: relative;
    display: block;
    background: url(images/footer_map_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 75px 0;
}
.footer_details{
    position: relative;
    display: block;
    width: 100%;
}
.footer_widgets .left_widget {
    position: relative;
    margin-right: 135px;
}
ul.info_list{
    position: relative;
    display: block;
    width:100%;
    background: url(images/footer_info_bg.png) no-repeat;
    background-position: 10% 50%;
}
ul.info_list li{
    position: relative;
    display: block;
    width:100%;
    padding-right: 50px;
    margin-top: 19px;
}
ul.info_list li:first-child{
    margin-top: 0;
}
ul.info_list li label{
    position: relative;
    display: block;
    width: 100%;
    color: #0097d0;
}
ul.info_list li a{
    position: relative;
    display: block;
    width: 100%;
    color: #1d181f;
    text-decoration: none;
}
ul.info_list li.phone{
    background: url(images/phone.png) no-repeat center right;
}
ul.info_list li.fax{
    background: url(images/fax.png) no-repeat center right;
}
ul.info_list li.email{
    background: url(images/email.png) no-repeat center right;
}
ul.info_list li.map{
    background: url(images/address.png) no-repeat center right;
}
h2.area_title.no_title{
    color: transparent;
    border: none;
    margin-bottom: 5px;
}
/********************/
#footer .bottom_footer {
    position: relative;
    display: block;
    background: #1d181f;
    color: #fff;
}
#footer .bottom_footer .main_container{
    padding: 10px 0;
    background: url(images/3colors.jpg) no-repeat right bottom;
}
.logo.bottom{
    float: left;
}
.logo.bottom a:after{
    display: none;
}
#footer .socials{
    float: left;
}
#footer .copyright {
    position: relative;
    display: block;
    text-align: right;
    line-height: 67px;
    font-family:'almoni-dl';
  font-weight: 300;
    font-size: 16px;
  letter-spacing: -1px;

}
/**********************/
ul.socials_list{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 17px;
}
ul.socials_list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 35px;
    height:35px;
    margin-left: 15px;
}
ul.socials_list li:first-child{
    margin-left: 0;
}
ul.socials_list li a{
    position: relative;
    display: block;
    height:35px;
    width:35px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
ul.socials_list li.facebook a{ background-position: -11px -62px;}
ul.socials_list li.facebook a:hover{ background-position: -11px -12px;}

ul.socials_list li.google_plus a{ background-position: -61px -62px;}
ul.socials_list li.google_plus a:hover{   background-position: -61px -12px;}

ul.socials_list li.linkedin a{ background-position: -111px -62px;}
ul.socials_list li.linkedin a:hover{ background-position: -111px -12px;}

ul.socials_list li.youtube a{   background-position: -161px -62px;}
ul.socials_list li.youtube a:hover{ background-position: -161px -12px;}
/************************************************************/
/** PAGE BANNER **/
.page_banner{
    position: relative;
    display: block;
    width: 100%;
    top:66px;
}
.banner_bg {
    position: relative;
    display: block;
    min-height: 434px;
}
.banner_content{
    position: relative;
    display: block;
    max-width: 560px;
    padding-top: 65px;
    font-size: 75px;
}
/** BREADCRUMBS *************************/
.wrap_breadcrumbs{
    position: relative;
    display: inline-block;
    width: 100%;
}
#qs_breadcrumbs{
    position: relative;
    display: inline-block;
    float: left;
}
#qs_breadcrumbs .crumbs{
    position: relative;
    display: block;
    width:100%;
}
#qs_breadcrumbs .crumbs .crumb{
    position: relative;
    display: inline-block;
    float: right;
}
#qs_breadcrumbs .crumbs .crumb a{
    position: relative;
    display: block;
    color: #1d181f;
    font-size: 14px;
    line-height: 33px;
    text-decoration: none;
}
#qs_breadcrumbs .crumbs .crumb a:hover{
    text-decoration: underline;
}
#qs_breadcrumbs .crumbs .seperator{
    color: #1d181f;
    line-height: 33px;
    margin: 0 5px;
    font-size: 12px;
    float: right;
}
#qs_breadcrumbs .crumbs .crumb.last a{
    font-weight: bold;
}
#qs_breadcrumbs .crumbs .crumb.last a:hover{
    text-decoration: none;
}
/*********************************/
#sidebar {
  position: relative;
  display: block;
  margin-left: 20px;
}
#sidebar .widget{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom:45px;
}
#sidebar h3.widget_title {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 5px;
}
.widget_recent_entries ul,
.widget_nav_menu ul{
    position: relative;
    display: block;
    width: 100%;
    background: #f9fafc;
    padding: 10px 0;
}
.widget_recent_entries ul li,
.widget_nav_menu ul li{
    position: relative;
    display: block;
    width: 100%;
    padding-right: 20px;
}
.widget_recent_entries ul li a,
.widget_nav_menu ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #292d2f;
    padding: 6px 15px 6px;
    background: url(images/menu_li.png) no-repeat 100% 36%;
}
.widget_recent_entries ul li:hover{
    background: #1d181e;
}
.widget_nav_menu > div > ul > li li.current-menu-item > a,
.widget_nav_menu > div > ul > li.current-menu-item > a,
.widget_nav_menu > div > ul > li li:hover a,
.widget_nav_menu > div > ul > li:hover > a{
	background: #1d181e;
	color:#fff;
}

.widget_recent_entries ul li:hover a,
.widget_nav_menu ul > li:hover > a{
    color: #fff;
    background: url(images/menu_li_hover.png) no-repeat 100% 36%;
}
/*****************/
.category_container .post_content{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f4;
}
.category_container .single_post{
    position: relative;
    display: block;
    width:100%;
}
.category_container .single_post a{
    position: relative;
    display: block;
    width:100%;
    text-decoration: none;
    color: #1d181f;
}
.category_container .single_post a:hover span.more_info,
.category_container .single_post a:hover p{
    color: #8b9097;
}
.category_container .single_post .post_image{
    position: relative;
    display: inline-block;
    width: 34%;
    margin-left: 3%;
    float: right;
}

.category_container .single_post .post_description{
    position: relative;
    display: inline-block;
    width:63%;
    float: right;
}
h2.post_title{
    color: #0097d0;
    font-weight: 300;
    text-decoration: none;
}
.category_container .single_post a:hover h2.post_title {
    text-decoration: none;
    color: #0097d0;
}
.content {
  position: relative;
  display: block;
  width: 100%;
}
/*************/
.load_button{
    position: relative;
    display: none;
    width: 98.8%;
    text-align: center;
    border-top: 1px solid #C2C2C2;
    padding-top: 10px;
}
.load_button.visible{
    display:block;
}
.load_button a.load_more {
    position: relative;
    display: inline-block;
    background: url(images/load_more.png) no-repeat 17% 55%;
    height: 36px;
    width: 126px;
    padding: 7px 20px 10px 20px;
    color: #c2c2c2;
    border:2px solid #c2c2c2;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.load_button a.load_more:hover {
    background: url(images/load_more.png) no-repeat 17% 70%;
}
/***********************/
h1.archive_title{
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 5px;
}
/** ARCHIVE PORTFOLIO **********/

/** tabs menu */
#tabs_menu ul.tabs_head{
    position: relative;
    display: inline-block;
    width: 100%;
}
#tabs_menu ul.tabs_head li.th{
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
#tabs_menu ul.tabs_head li.th:first-child{
    margin-right: 0;
}
#tabs_menu ul.tabs_head li.th a{
    position: relative;
    display: block;
    width: 155px;
    height: 40px;
    background: url(images/tab.png) no-repeat;
    color: #c2c2c2;
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
    font-size:17px;
}
#tabs_menu ul.tabs_head li.th a:hover,
#tabs_menu ul.tabs_head li.th.active a{
    background: url(images/tab_active.png) no-repeat;
    color: #292d2f;
}
/** tabs content */
#tabs_contanier{
    position: relative;
    display: block;
    width: 100%;
}
#tabs_contanier .tabs_content .tc{
    position: relative;
    /*display: none;*/
    margin-left: -14px;
}
#tabs_contanier .tabs_content .tc.active{
    position: relative;
    display: block;
}
#tabs_contanier .tabs_content .tc .portfolio_preview{
    position: relative;
    /* display: inline-block; */
    /*margin-left: 1.25%;*/
    float: right;
    width: 33.333%;
    max-height: 359px;
    margin-left:0;
    overflow: hidden;
    margin-bottom: 10px;
}

#tabs_contanier .tabs_content .tc .portfolio_preview a {
    display: inline-block;
    max-width: 99%;
    overflow: hidden;
}

#tabs_contanier .tabs_content .tc .portfolio_preview a .a__inner_wrap {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#tabs_contanier .tabs_content .tc .portfolio_preview a:hover .a__inner_wrap {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#tabs_contanier .tabs_content .tc .portfolio_preview.first{
    margin-left: 0;
}
/** portfolio */
.portfolio_preview{
    position: relative;
    display: block;
    width: 100%;
}
.portfolio_preview .post_image{
    position: relative;
    display: block;
}
.portfolio_preview .overlay{
    position: absolute;
    right:0;
    top:0;
    color: #fff;
    padding: 55px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity:0;
    filter: alpha(opacity=0);
}

.portfolio_preview .overlay .gradient {
    background: url(images/portfolio_hover_gradient.png) no-repeat 0 0;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}

.portfolio_preview a:hover .overlay{
    opacity:1;
    filter: alpha(opacity=100);
}
.portfolio_preview .overlay h2,
.portfolio_preview .overlay h3{
    color: #fff;
    font-size: 36px;
}
.portfolio_preview .overlay h2{
    font-weight: 400;
}
.portfolio_preview span.open {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 41px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
.portfolio_preview .overlay .top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
/** Portfolio Gallery ***********/
.mfp-bg{
    background: none;
}
.popup_inner_container {
    max-width: 1105px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    text-align: center;
}
.popup_gallery {
    position: relative;
    padding-top: 37px;
    background: #292D2F;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    */
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:    0px 0px 40px 0px rgba(0, 0, 0, 0.45);
    box-shadow:         0px 0px 40px 0px rgba(0, 0, 0, 0.45);

    margin-top: 20px;
    margin-bottom: 14px;
}
#popup_placeholder {
  display: none;
}
.mfp-close {
    color: #FFF;
    background: url(images/close_btn.png) no-repeat;
    height: 25px;
    width:25px;
    right:auto;
    display: inline-block;
    left:0;
    top: 0px;
    z-index: 99999;
    text-align: left;
    opacity:1;
    filter: alpha(opacity=100);
    cursor:pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.mfp-close:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}
/** PAGERS ***********/
.popup_gallery .lSSlideOuter.lSrtl ul.lSPager{
    position: absolute;
    left:5px;
    top:5px;
    text-align: left;
}
.popup_gallery .lSSlideOuter .lSPager.lSpg > li{
    position: relative;
    top:0;
    float: left;
}
.popup_gallery .lSSlideOuter .lSPager.lSpg > li a{
    height: 12px;
    width:12px;
}
.popup_gallery .lSSlideOuter .lSPager.lSpg > li:nth-child(1n+0) a{
    background: #ffc20f;
}
.popup_gallery .lSSlideOuter .lSPager.lSpg > li:nth-child(2n+0) a{
    background: #0dd282;
}
.popup_gallery .lSSlideOuter .lSPager.lSpg > li:nth-child(3n+0) a{
    background: #0097d0;
}
/** CONTROLERS ***********/
.popup_gallery .lSAction {
    width: 100%;
}
.popup_gallery .lSAction > a{
    background: url(images/controls_new.png) no-repeat;
    margin-top: 0;
    height: 39px;
    width: 24px;
    bottom: 12px;
    top:auto;
    opacity:1 !important;
    filter: alpha(opacity=100) !important;
}
.popup_gallery .lSAction > a:hover{
    opacity:0.7 !important;
    filter: alpha(opacity=70) !important;
}
.popup_gallery .lSAction > a.lSPrev{
    background-position: 0 0;
}
.popup_gallery .lSAction > a.lSNext{
    background-position: -34px 0;
}
/** SLIDER CONTENT ***********/
.portfolio_slider .slide.lslide .bottom_content{
    position: absolute;
    color: #1d181f;
    width: 100%;
    bottom: 0;
    left:0;
    z-index: 99999;
    padding: 15px;
    background: rgba(255,255,255,0.8);
    opacity:0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.lSSlideWrapper .lSAction > a{
    opacity:0 !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.lSSlideWrapper:hover .lSAction > a{
    opacity:1 !important;
}
.portfolio_slider .slide.lslide:hover .bottom_content{
    opacity:1;
}
.portfolio_slider .slide.lslide .bottom_content .inner_row{
    max-width: 780px;
    display: block;
    margin: 0 auto;
}
.portfolio_slider .slide.lslide .bottom_content .inner_row .content{
    display: inline-block;
    float: right;
    text-align: right;
    width: 79%;
}
.portfolio_slider .slide.lslide .bottom_content .inner_row .go_to_website {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
}
.go_to_website a {
    position: relative;
    border: 2px solid #292d2f;
    padding: 9px 20px 6px 30px;
    display: inline-block;
    background: url(images/menu_li.png) no-repeat 10% 50%;
    text-decoration: none;
    color: #292d2f;
    max-width: 125px;
    font-size:18px;
}
.go_to_website a:hover {
    background: url(images/menu_li.png) no-repeat 5% 50%;
}
.portfolio_slider .slide.lslide img {
    width: 100%;
    max-height: 694px;
    height: auto;
}
.thumb {
    position: relative;
  overflow: hidden;
  top:4px;
  width: 100%;
  height: auto;
}

/******************************
        Contact page
******************************/
#contact_map {
  width: 100%;
  height: 286px;
}
#contact_map img {
    max-width: none !important;
}
.contact_map_wrapper {
  direction: ltr;
}
.info_window_wrapper {
  padding-left: 20px;
}
.address_title {
  font-size: 26px;
  color: #0097D0;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.bottom_section {
    padding-top: 40px;
    margin-top: 40px;
    border-top:1px solid #c2c2c2;
}
.address_content p {
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}
.form_title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.contact_form_section input {
    border:4px solid #c2c2c2;
    padding: 0 10px;
    height:41px;
    width:100%;
    max-width: 100%;
    color:#1d181e;
    font-size:25px;
    line-height: 24px;
    font-weight:400;
    font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}
.contact_form_section input:focus {
    border:4px solid #0097d0;
    box-shadow: none;
}

.contact_form_section textarea {
    border:4px solid #c2c2c2;
    padding: 0 10px;
    height:150px;
    width:100%;
    max-width: 100%;
    color:#1d181e;
    font-size:25px;
    line-height: 32px;
    font-weight:400;
    font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
    margin-top: 3px;
}
.contact_form_section textarea:focus {
    border:4px solid #0097d0;
    box-shadow: none;
}


.form_row {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom:5px;
}
.form-50 {
  width: 49%;
  float: right;
  margin-right: 2%;
}
.form-50:first-child {
    margin-right: 0;
}

.contact_form_section input::-webkit-input-placeholder {
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section input:-moz-placeholder { /* Firefox 18- */
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section input::-moz-placeholder {  /* Firefox 19+ */
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section input:-ms-input-placeholder {
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}



.contact_form_section textarea::-webkit-input-placeholder {
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section textarea:-moz-placeholder { /* Firefox 18- */
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section textarea:-ms-input-placeholder {
   color: #1d181e;
   font-size:25px;
   line-height: 32px;
   font-weight:400;
   font-family: almoni-tzar, 'PT Sans Narrow', sans-serif;
}

.contact_form_section input[type="submit"] {
    width:170px;
    height:40px;
    background: #0097d0;
    color:#FFF;
    font-size:25px;
    font-weight: 400;
    line-height: 40px;
    cursor:pointer;
    border:0;
    float: left;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.contact_form_section input[type="submit"]:hover {
    background: #00B9FF;
}
span.wpcf7-not-valid-tip {
    margin-top: 0px;
    font-size: 14px;
    color: #0097D0;
}
div.wpcf7-validation-errors {
    clear: both;
    margin: 0;
    padding: 5px;
}
.page-template-template-contacts #footer {
    height:auto;
}
/****************
    Service
******************/

.service_banner_inner {
    padding: 30px 15px;
}
.service_banner_content {
    max-width: 590px;
}
.price_link {
  margin-top: 44px;
}
.price_link a {
  background: url(images/price_link.png) no-repeat 5px 50%;
  display: inline-block;
  padding-left: 20px;
  color: #292D2F;
  font-size: 26px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.price_link a:hover {
    background: url(images/price_link.png) no-repeat 0px 50%;
}

.service_tax_thumb {
  position: relative;
  overflow: hidden;
  max-width: 358px;
  max-height: 163px;
}
.service_tax_thumb img{
    -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.service_tax_thumb:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.service_tax_box {
    padding-top: 40px;
    margin-top: 40px;
    border-top:1px solid #c2c2c2;
}
.service_info_toggle a {
    background: url(images/service_plus.jpg) no-repeat 0 0;
    display: inline-block;
    padding-left: 10px;
    color:#1d181f;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.service_info_toggle a:hover {
    background: url(images/service_plus.jpg) no-repeat 0 5px;
}

.single_service_item {
    display: inline-block;
    width:50%;
    float: right;
    margin-bottom:40px;
}
.single_service_item.even {
    clear:both;
}
.single_service_thumb {
  float: right;
  width: 26%;
  margin-left:2%;
}
.single_service_container {
  float: right;
  width: 70%;
}
.ss_title {
  color: #0097D0;
}
.service_info_wrapper {
  display: none;
  width: 100%;
  padding-top: 40px;
}
.tax_title {
  color: #1D181F;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}
.mobile_menu_wrap {
    display: none;
}

/*****************************
        Rev slider
*****************************/
.slide_content_title{
    color: #fff !important;
    font-size: 75px;
    line-height: 1em;
}
.slide_content_description {
    color: #0097d0 !important;
    font-size: 26px;
    line-height: 1em;
}
.wrap_home_main_slider {
    margin-bottom: 40px;
}

.tp-bullets.simplebullets.custom .bullet {
    height: 17px;
    width:17px;
    display: inline-block;
    background: #000;
    border:2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 12px;
    cursor:pointer;
}
.tp-bullets.simplebullets.custom .bullet.selected {
    background: transparent;
    border:2px solid #FFF;
}
.tp-bullets.simplebullets.custom .bullet.last {
    margin: 0 12px !important;
}
.tp-bullets {
    z-index: 100;
}

.home_service_item {
  max-width: 358px;
  width: 33%;
  float: right;
  margin-left: 1.4%;
}
.home_service_item.last {
    margin-left:0;
}
.more_info_wrapper {
    display: inline-block;
    width: 100%;
    clear: both;
}

.flex_container_no img {
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.flex_container_no:hover img {
    top:4px;
}

.archive_title_wrapper .close_ajax {
    position: absolute;
    top:34px;
    left:0;
}
.flex_container_no {
  min-height: 116px;
}
.imc-logo-wrapper {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    min-height: 90px;
    top:15px;
}
.imc-logo {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  width: 96%;
  height: 96%;
  margin: 0 auto;
  position: absolute;
  top: 2%;
  left: 2%;
  opacity: 0.6;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.imc-logo-wrapper:hover .imc-logo {
  opacity: 1;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  top:8%;
}


.main_home_slider_container {
  position: relative;
  top: 0px;
  /*height: 606px;*/
  width: 100%;
}
.main_frame_container {
  position: relative;
  background: #FFF;
  z-index: 999;
}

.trigger_menu_span {
    height: 3px;
    width:100%;
    background: #0097D0;
    display: block;
    margin:6px 0;
}

/***********
    MixItUp
        ***********/

#Container .mix{
	display: none;
}
#qs_breadcrumbs {
    padding-left: 1%;
}

/*********
    Fonts fix
        **********/
.wp_content_wrapper,
.wp_content_wrapper p,
.home_service .content {
    font-weight: 300;
    font-size: 20px;
    text-align: right;
}
/*
.post-type-archive-portfolio .parallax-mirror img {
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:auto !important;
}
*/

#footer .widget_content p {
    text-align: right;
}

.gecko .grayscale {
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important; */
    filter:none !important;
}
.minus_content{
    display: none;
}
.hide_content_content{
    display: none;
}
.plus_content{
    width: 20px;
    height: 20px;
    background: #1d181f;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.hide_content{
    position: relative;
   /* top:75px*/
    top:-27px
}

.hide_content_content h2{
    font-size: 30px;
    color:#fff
}
.hide_content_content h1{
    font-size: 40px;
    color:#fff
}
