/* ------------------------------------------------------------------
Theme: Incanto
Description: Main Style
------------------------------------------------------------------ */

/*@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic");
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic");*/
@import url("https://fonts.googleapis.com/css?family=Heebo&display=swap");
/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------ */
.site-link {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 9999;
}#open_sogoacc.topleft {
    left: -2px;
    top: -3px;
}
.mb-0{
    margin-bottom: 0;
}
body,a,p,li,ul,div,h1,h2,h3,h4,h5,h6 {
    font-family: 'Heebo' !important;
}
body {
    background: #fff;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
    /*    font: 400 14px/1.8 "Lato", sans-serif;*/
    color: #777;
    text-align: right;
    direction: rtl;
}
.page-id-1634 .post-entry {
    text-align: left;
    direction: ltr;
}
.post {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 1%;
}
.post-entry {
    width: 100%;
    float: right;
}

#dc_jqaccordion_widget-3-item {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}
#dc_jqaccordion_widget-3-item ul a {
    background: none !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper {
    direction: rtl;
}
.chart {
    width: 180px;
    float: right;
}
.chart-box {
    width: 143px;
    float: right;
    background: #2666CC;
    height: 49px;
    text-align: center;
    margin: 6px 0;
    border-radius: 10px;
    color: #000;
}
.chart-arrow {
    width: 18px;
    height: 20px;
    float: right;
    margin: 5px;
    margin-top: 12px;
}
img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}
.wrapper .vc_custom_1436016438483 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

/* ------------------------------------------------------------------
Transition elsements
------------------------------------------------------------------- */

a,
.btn {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* ------------------------------------------------------------------
Reset box-shadow
------------------------------------------------------------------- */

.btn,
.well,
.panel,
.progress,
.form-control, .form-control:hover, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* ------------------------------------------------------------------
Reset border-radius
------------------------------------------------------------------- */

.well, .label, .alert,
.modal-content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
@media (min-width: 768px) {
    .navbar-nav>li {
        float: right !important;
    } }
/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
    color: rgba(17, 17, 17, 0.55);
}

a:hover, a:focus {
    text-decoration: none;
    color: #111;
    outline: 0;
}

.bg-dark a {
    color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

.text-light {
    color: rgba(255, 255, 255, 0.7);
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
    font-weight: 400;
    color: #111;
}

h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p, ol, ul, blockquote {
    margin: 0 0 20px;
}

blockquote {
    border-color: #f7f7f7;
}

blockquote.serif-quote {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.font-alt {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-serif {
    font-family: "Libre Baskerville", "Times New Roman", sans-serif;
    letter-spacing: 1px;
    font-style: italic;
}

.rotate {
    text-shadow: none !important;
}

/* ------------------------------------------------------------------
Forms
------------------------------------------------------------------- */

.form-control {
    border: 2px solid #eee;
    height: 32px;
    letter-spacing: 1px;
    font-size: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.form-control:focus {
    border-color: #111;
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 42px;
    font-size: 12px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 29px;
    font-size: 10px;
}

/* ------------------------------------------------------------------
Buttons
------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 8px 37px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.btn.focus, .btn:focus,
.btn.active.focus, .btn.active:focus,
.btn:active.focus, .btn:active:focus {
    background: none;
    outline: 0;
}

/* Button types */

.btn.btn-round {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.btn.btn-circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

/* Button colors */

.btn.btn-w {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
}

.btn.btn-w:hover, .btn.btn-w:focus {
    background: white;
    color: #111;
}

.btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
}

.btn.btn-border-w:hover, .btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn.btn-g {
    background: #eee;
    color: #111;
}

.btn.btn-g:hover, .btn.btn-g:focus {
    background: rgba(238, 238, 238, 0.7);
    color: #111;
}

.btn.btn-d {
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}

.btn.btn-d:hover, .btn.btn-d:focus {
    background: #111111;
}

.btn.btn-border-d {
    background: transparent;
    border: 2px solid #111;
    color: #111;
}

.btn.btn-border-d:hover {
    background: #111;
    color: #fff;
}

.btn.btn-b {
    background: #111111;
    color: #fff;
}

.btn.btn-b:hover, .btn.btn-b:focus {
    background: rgba(17, 17, 17, 0.8);
}

/* Button sizes */

.btn.btn-lg {
    font-size: 12px;
    padding: 12px 45px;
}

.btn.btn-sm {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 6px 25px;
}

.btn.btn-xs {
    letter-spacing: 0;
    font-size: 10px;
    padding: 4px 19px;
}

/* ------------------------------------------------------------------
Progress bars
------------------------------------------------------------------- */

.progress {
    overflow: visible;
    height: 4px;
}

.progress-title {
    margin-top: 0;
}

.progress-bar {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.progress-bar span {
    position: absolute;
    padding: 4px 0px;
    display: block;
    top: -28px;
    right: 0;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #777;
}

/* PB Colors */

.progress-bar.bar_black {
    background: #111;
}

.progress-bar.bar_blue {
    background-color: #0074CC;
}

.progress-bar.bar_turquoise {
    background-color: #49afcd;
}

.progress-bar.bar_green {
    background-color: #5bb75b;
}

.progress-bar.bar_orange {
    background-color: #faa732;
}

.progress-bar.bar_red {
    background-color: #da4f49;
}

.progress-bar.bar_grey {
    background-color: #e0e0e0;
}

/* ------------------------------------------------------------------
Tabs and Accordion
------------------------------------------------------------------- */

.nav-tabs {
    border-color: #eee;
}

.nav-tabs > li > a {
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs >li.active > a,
.nav-tabs >li.active > a:hover,
.nav-tabs >li.active > a:focus {
    border: 1px solid #eee;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: #eee;
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
}

.tab-content :last-child {
    margin-bottom: 0;
}

/* Accordion */

.panel-group {
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    border: 0;
    border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #eee;
}

.panel-heading {
    padding: 15px 20px;
}

.panel-default > .panel-heading {
    background: transparent;
    border-color: #eee;
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-heading a:after {
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 0px;
    margin-top: -7px;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
}

.panel-heading a.collapsed:after {
    content: "\f107";
}

.panel-title {
    font-size: 12px;
}

.panel-group .panel + .panel {
    border-top: 0;
    margin-top: 0;
}

/* -------------------------------------------------------------------
Checkout table
------------------------------------------------------------------- */

.checkout-table {
    border: 1px solid #eee;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    border-top: 1px solid #eee;
    padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 36px;
}

.pr-remove {
    vertical-align: middle !important;
    text-align: center;
}

/* -------------------------------------------------------------------
Price-tables
------------------------------------------------------------------- */

.price-table {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px 20px;
    margin: 15px 0 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.price-table:hover {
    border-color: #eee;
}

.price-table.best {
    margin: 0 0 30px;
}

.price-table .small {
    margin: 0;
}

.borderline {
    position: relative;
    background: #eee;
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0 15px;
}

.borderline:before {
    position: absolute;
    background: #eee;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.borderline:after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -5px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;
}

.price-table h4 {
    font-weight: 700;
    margin: 0;
}

.price-table p.price {
    font-weight: 700;
    font-size: 60px;
    color: #111;
    padding: 0;
    margin: 0 0 0 -10px;
}

.price-table p.price span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 25px;
}

.price-details {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
}

.price-details li {
    padding: 7px 0;
    font-size: 12px;
}

.price-details li > span {
    text-decoration: line-through;
    color: #aaa;
}

/* ------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */

.pagination > li {
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    background: #f7f7f7;
    border: 0;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 32px;
    font-size: 10px;
    color: #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #111;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: #f0f0f0;
    color: #111;
}
.hp-contact{
    background: #3659CC !important;
}

#wpcf7-f1689-p619-o1 p, #wpcf7-f1689-p619-o2 p {
    float: right;
    margin-right: 20px;
    font-weight: bold;
    color: #111111 !important;
}
#wpcf7-f1689-p619-o1 #hp-submit, #wpcf7-f1689-p619-o2 #hp-submit {
    margin-top: 24px;
    font-weight: bold;
    color: #111111 !important;
}

/* ------------------------------------------------------------------
Social links
------------------------------------------------------------------- */

.social-text-links,
.social-icon-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socicon-round > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.socicon-circle > li > a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.social-text-links > li {
    display: inline-block;
    margin: 0 10px 20px;
}

.social-icon-links > li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.social-icon-links > li > a {
    display: inline-block;
    background: #f7f7f7;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #111;
}

.social-icon-links > li > a:hover {
    background: #f0f0f0;
}

/* ------------------------------------------------------------------
Content box
------------------------------------------------------------------- */
.fc_card.fc_click {
    text-align: center;
    margin: 25px 24px;
    margin-top: 0px;
    margin-bottom: px !important;
    background: #f8f6f2 !important;
    padding: 0 !important;
    border-radius: 20px !important;
}
.fc_card-container  {
    width: 100% !important;
    height: 150px !important;
    margin-top: 72px !important;
}
.fc_card-container .fc_card[data-direction="right"] .fc_front:before, .fc_card-container .fc_card[data-direction="left"] .fc_front:before {
    content: '';
    position:  absolute;
    background: url(../img/pilpil-harif-74x150.png) top center;
    display: block;
    width: 74px;
    height: 162px;
    margin: 0 auto;
    top: -100px;
    z-index: 88888888;
    float: none;
    margin-left: 33%;
}


.fc_card-container .fc_card[data-direction="right"] .fc_front, .fc_card-container .fc_card[data-direction="left"] .fc_front,
.fc_card-container .fc_card[data-direction="right"] .fc_back, .fc_card-container .fc_card[data-direction="left"] .fc_back {
    padding-top: 55px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    background: #f8f6f2 !important;
    cursor: pointer;
    border-radius: 20px !important;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3) !important;
    border: 3px solid #CC0000 !important;
}
.fc_card-container .fc_card[data-direction="right"] .fc_back, .fc_card-container .fc_card[data-direction="left"] .fc_back {
    height: 526px !important;
    position: relative;
    display: block;
    bottom: 440px !important;
    z-index: 9999999;
}

.pilpil .wpb_wrapper .vc_single_image-wrapper img {
    z-index: 645455 !important;
    position: relative;
}
.tp-bgimg.defaultimg {
    background-size: 100% 100% !important;
}

#myppid1.hpicube {
    text-align: left;
    direction: ltr;
    margin: 25px 24px;
    margin-top: 20px;
    margin-bottom: 20px !important;
    background: #f8f6f2;
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}


.page-id-619 .content-box-icon {
    margin-top: -26%;
}
.hr-inner {
    background: #FFFFFF;
    width: 32%;
    left: 50%;
    margin-left: -16%;
    position: absolute;
    height: 1px;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
}
.hr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    background: #FFFFFF;
    top: 0;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.content-box {
    text-align: center;
    margin: 25px 0;
}

.content-box-icon {
    font-size: 42px;
    color: #c3512f;
}

.content-box-title {
    text-align: center;
    margin: 5px 0 18px;
}

/* Alt content box */

.alt-content-box {
    position: relative;
    padding-left: 55px;
    margin: 25px 0;
}

.alt-content-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 38px;
    font-size: 28px;
    color: #111;
}

.alt-content-box-title {
    margin: 0 0 18px;
}

/* ------------------------------------------------------------------
Gallery box
------------------------------------------------------------------- */

.gallery-box {
    text-align: center;
    margin: 35px 0;
}

.gallery-box-text {
    font-size: 12px;
}

.gallery-box .gallery {
    display: block;
    margin: 20px 0 0;
}

.gallery-box .gallery:after {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.gallery-box:hover .gallery:after {
    opacity: 1;
}

/* ------------------------------------------------------------------
Counters
------------------------------------------------------------------- */

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

.counter-number {
    font-weight: 700;
    font-size: 22px;
}

/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image > img {
    width: 100%;
}

.team-image:after {
    position: absolute;
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-item:hover .team-detail {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.team-item:hover .team-image:after {
    background: rgba(17, 17, 17, 0.3);
}

.team-descr {
    text-align: center;
    padding-top: 20px;
}

.team-name {
    margin: 0 0 10px;
}

.team-role {
    font-size: 11px;
}

/* ------------------------------------------------------------------
Client logos
------------------------------------------------------------------- */

.client-item {
    opacity: 0.8;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.client-item:hover {
    opacity: 1;
}

.alt-client-item {
    position: relative;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.alt-client-item a {
    display: block;
    width: 100%;
    padding: 50px 15px;
    opacity: 0.9;
}

.alt-client-item a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.alt-client-item:before {
    position: absolute;
    border-left: 1px solid #eee;
    height: 100%;
    content: "";
    top: 0;
    left: -1px;
}

.alt-client-item:after {
    position: absolute;
    border-bottom: 1px solid #eee;
    width: 100%;
    content: "";
    bottom: -1px;
    left: 0;
}

.quote-author {
    font-size: 12px;
    opacity: 0.75;
}

/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.shop-item {
    text-align: center;
    margin: 0 0 40px;
}

.shop-item-image {
    position: relative;
    overflow: hidden;
}

.shop-item-image img {
    width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.shop-item-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.shop-item-detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.shop-item-title {
    margin: 15px 0 5px;
}

/* Shop item hover */

.shop-item:hover .shop-item-image:after {
    background: rgba(17, 17, 17, 0.3);
}

.shop-item:hover .shop-item-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

.product-gallery {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}

.product-gallery li {
    display: inline-block;
    width: 15%;
    margin: 0 5px;
}

.product-gallery li:first-child {
    margin-left: 0;
}

.product-title {
    margin: 0 0 20px;
    color: #111;
}

.amount {
    font-size: 32px;
    color: #111;
}

/* ------------------------------------------------------------------
Owl sliders
------------------------------------------------------------------- */

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    background: #fff;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    margin: -20px 10px 0;
    padding: 0;
    opacity: 0;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color: #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next{
    right: -20px;
}


.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    opacity: 0.5;
    left: 0px;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
    opacity: 0.5;
    right: 0px;
}

/* Pagination */

.owl-pagination {
    position: absolute;
    z-index: 3;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.slider-testimonials .owl-pagination {
    bottom: -50px;
    margin: 0;
}

/* Slider images */

.slider-images .owl-pagination {
    bottom: 10px;
    margin: 0;
}

.owl-page {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    margin: 6px 4px;
    text-indent: -200%;
    z-index: 1000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
    -moz-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
    -o-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
    box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-page.active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/* ------------------------------------------------------------------
Overlays
------------------------------------------------------------------- */

.bg-light {
    background-color: #f7f7f7;
}

.bg-dark {
    background-color: #111;
}

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,
.bg-dark-30 h1, .bg-dark-30 h2, .bg-dark-30 h3, .bg-dark-30 h4, .bg-dark-30 h5, .bg-dark-30 h6,
.bg-dark-60 h1, .bg-dark-60 h2, .bg-dark-60 h3, .bg-dark-60 h4, .bg-dark-60 h5, .bg-dark-60 h6,
.bg-dark-90 h1, .bg-dark-90 h2, .bg-dark-90 h3, .bg-dark-90 h4, .bg-dark-90 h5, .bg-dark-90 h6,
.bg-dark .content-box-icon, .bg-dark-30 .content-box-icon, .bg-dark-60 .content-box-icon, .bg-dark-90 .content-box-icon {
    color: #fff;
}

.bg-film:before,
.bg-dark-30:before,
.bg-dark-60:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-60:before,
.bg-light-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bg-dark-30:before {
    background: rgba(34, 34, 34, 0.3);
    content: "" !important;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    background: rgba(34, 34, 34, 0.6);
    content: "" !important;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    background: rgba(34, 34, 34, 0.9);
    content: "" !important;
    left: 0;
    top: 0;
}

.bg-light-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "" !important;
    left: 0;
    top: 0;
}

.bg-light-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "" !important;
    left: 0;
    top: 0;
}

.bg-light-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "" !important;
    left: 0;
    top: 0;
}

.bg-film:before {
    background: url(../img/dot.gif);
    opacity: 0.09;
    content: "" !important;
    left: 0;
    top: 0;
}

/* ------------------------------------------------------------------
Navigation
------------------------------------------------------------------- */

.navbar-custom {
    -webkit-transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.navbar-custom {
    background: rgba(255, 255, 255, 0.95);
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    /*webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
           box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);*/
}

.navbar-fixed-top {
    padding: 15px 0;
}

a.search-dropdown i {
    font-size: 13px;
}


.navbar-custom .navbar-brand {
    float: none;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 20px;
    color: #111;
}

.navbar-custom a,
.navbar-custom .navbar-brand {
    font-weight: 700;
    color: #111;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-custom .nav li > a {
    position: relative;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
    background: none;
    color: rgba(17, 17, 17, 0.7);
}

/* Navbar toggle */

.navbar-custom .navbar-toggle {
    margin-top: 13px;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #111;
}

/* Navbar dropdown */

.navbar-custom .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-custom .dropdown-menu > li > a {
    border: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 11px 15px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -1px;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {

    right: 100%;
    left: auto;
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle {
    padding-right: 28px;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.light-logo {
    display: none !important;
}

.navbar-transparent.navbar-dark .light-logo {
    display: block !important;
}

.navbar-transparent.navbar-dark .dark-logo {
    display: none !important;
}

/* Push search */

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle.search-dropdown:after {
    content: "";
}

.dropdown-search {
    position: relative;
    padding: 7px 5px;
    background: #fff;
}

.dropdown-search .form-control {
    position: relative;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    outline: none;
}

.dropdown-search .search-btn {
    position: absolute;
    background: transparent;
    border: none;
    overflow: hidden;
    top: 50%;
    right: 0px;
    width: 42px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
    color: #eee;
    margin-top: -16px;
}
/* ------------------------------------------------------------------
Hero
------------------------------------------------------------------- */

.module-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-caption {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/* Hero caption sizes */

.mh-line-size-1,
.mh-line-size-2,
.mh-line-size-3,
.mh-line-size-4,
.mh-line-size-5,
.mh-line-size-6 {
    font-weight: 700;
    opacity: 0.99;
    margin: 0;
}

.mh-line-size-1 {
    letter-spacing: 50px;
    font-size: 26px;
}

.mh-line-size-2 {
    letter-spacing: 40px;
    font-size: 24px;
}

.mh-line-size-3 {
    letter-spacing: 12px;
    font-size: 22px;
}

.mh-line-size-4 {
    letter-spacing: 8px;
    font-size: 14px;
}

.mh-line-size-5 {
    letter-spacing: 6px;
    font-size: 12px;
}

.mh-line-size-6 {
    font-weight: 400;
    font-size: 16px;
}

/* ------------------------------------------------------------------
Modules
------------------------------------------------------------------- */

.wrapper {
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
#wpcf7-f79-p64-o2 {
    float: right;
}

.collapse.navbar-collapse {
    float: right;
}

.top-contact p {
    float: right;
}
.wpcf7-form-control.wpcf7-submit {
    margin-top: 25px;
    font-size: 17px;
    padding: 0;
    font-weight: bold;
    background: #ff0095;
    color: #ffffff;
    border-color: #ff0095;
}
#lightGallery-outer {
    background: none !important;
}
#lightGallery-action a#lightGallery-prev:before {
    content: "<";
}
#lightGallery-action a#lightGallery-next:after {
    content: ">";
}
#lightGallery-close {
    right: 30% !important;
    top: 10% !important;
}
#lightGallery-close:after {
    content: 'X';
    right: 8px !important;
    top: 6px !important;
}
div#dc_jqaccordion_widget-3-item {
    float: right;
    width: 100%;
}

/** My Custom work **/
.top-contact .wpcf7 {
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3973ba;
    padding: 10px 15px;
    box-shadow: 0px 0px 7px #000;
    -webkit-box-shadow: 0px 0px 7px #000;
    -moz-box-shadow: 0px 0px 7px #000;
    border-radius: 0;
    width: 100%;
    padding: 14px 8px;
    max-height: 100%;
    overflow-y: auto;
}
.top-contact .wpcf7 form{
    width: 100%;
    display: block;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-contact .wpcf7 form p {
    margin-bottom: 0;
    float: none;
    color: #fff;
}
.wrapper {
    padding-bottom: 65px;
}
.top-contact .wpcf7 .wpcf7-form-control.wpcf7-submit {
    background: #ff0095;
    color: #ffffff;
    border-color: #ff0095;
}
.form-flot-btn,.close {
    display: none;    
}
.top-contact .wpcf7 form p input{
    max-width: 100%;
    width: 250px;
}
.row.res-menu.p-4 > div {
    padding-top: 6rem;
    padding-right: 15px;
}
.res-menu .widget li {
    padding-bottom: 5px;
}.res-menu ul {
    padding-right: 15px;
}
.imgLiquid_bgSize.imgLiquid_ready {
    overflow: hidden;
    border: 1px solid #ceceee;
}.imgLiquid_bgSize.imgLiquid_ready img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}.menu-item-has-children.menu-open ul.content_0 {
    display: block !important;
}
div[class^="gallery-master-css"] {
    border: 1px solid #c6c6c6 !important;
}
/** My Custom work **/
@media (max-width: 767px) {
    body{ padding-top:44px; }
}
@media (min-width: 768px) {
    .top-contact p {
        margin-right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1365px) {
    .top-contact .wpcf7 form p input {
        max-width: 250px;
        width: 100%;
    }
    .top-contact .wpcf7 form {
        align-items: flex-start;
    }
}
.module,
.module-small {
    padding: 20px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size:  contain;
}
.module.module-parallax {
    padding: 120px 0;

}
.fa.fa-search {
    display: none;
}
.pr-kesher, .pr-kesher a {
    float: right;
}
.pr-kesher a {
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 6px;
}
.module-small {
    padding: 10px 0;
    padding-bottom: 3rem;
}.navbar-custom + .module {
    display: none;
}.navbar-custom + .module-small {
    padding: 130px 0;
}
.wpcf7-form-control {
    width: 100%;
    max-width: 400px;
}


/* Module titles */

.module-title {
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 70px;
}

.module-subtitle {
    text-align: center;
    font-size: 13px;
    margin-bottom: 70px;
}

.module-icon {
    font-size: 36px;
    margin-bottom: 70px;
}

.module-title + .module-subtitle {
    margin-top: -35px;
}

.divider {
    margin: 0;
}

.separator {
    height: 20px;
}

.copyright {
    padding: 0 5px;
}

/* ------------------------------------------------------------------
Works grid
------------------------------------------------------------------- */

.works-grid-wrapper {
    margin: 0 -5px;
}

.works-grid {
    position: relative;
    width: 100%;
}

.work-item,
.grid-sizer {
    width: 25%;
}

.work-item.wide,
.work-item.wide-tall {
    width: 50%;
}

/* ------------------------------------------------------------------
Works item
------------------------------------------------------------------- */

.work-item a {
    position: absolute;
    top: 0;
    bottom: 10px;
    right: 5px;
    left: 5px;
    overflow: hidden;
}

.work-item a:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item img {
    height: auto;
    width: 100%;
}

.work-caption {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
    z-index: 3;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-title {
    font-size: 14px;
    color: #fff;
    margin: 6px 0 6px;
}

.work-descr {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
}

/* White hover */

.works-hover-w .work-title {
    color: #111;
}

.works-hover-w .work-descr {
    color: rgba(17, 17, 17, 0.75);
}

/* Work item gradien background */

.works-hover-g a:after {
    opacity: 0;
}

/* ------------------------------------------------------------------
Works item hover
------------------------------------------------------------------- */

.work-item:hover a:after {
    background: rgba(0, 0, 0, 0.8);
}

.works-hover-w .work-item:hover a:after {
    background: rgba(255, 255, 255, 0.8);
}

.works-hover-g .work-item:hover a:after {
    background: rgb(111, 226, 158);
    background: -moz-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%, rgba(91,218,209,0.8) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(111,226,158,0.8)), color-stop(100%,rgba(91,218,209,0.8)));
    background: -webkit-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    background: linear-gradient(135deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
    opacity: 1;
}

.work-item:hover .work-caption {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ------------------------------------------------------------------
Portfolio Filter
------------------------------------------------------------------- */

.filters {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
}

.filters > li {
    display: inline-block;
    margin: 5px 30px;
}

.filters > li sup {
    top: -.7em;
    font-size: 80%;
    color: #999;
}

.filters > li > a {
    text-transform: uppercase;
    color: #111;
}

.filters > li > a:hover, .filters > li > a.current,
.filters > li > a:hover sup, .filters > li > a.current sup {
    color: #999;
}

/* ------------------------------------------------------------------
Portfolio Single
------------------------------------------------------------------- */

.image-caption {
    position: relative;
    margin: 0 0 20px;
}

.image-caption .caption-text {
    position: absolute;
    display: table;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    padding: 20px;
    font-size: 12px;
}

.project-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-details li {
    padding: 0 0 10px;
}

/* ------------------------------------------------------------------
Blog
------------------------------------------------------------------- */

/* Fix Firefox 3 column width bug */

@-moz-document url-prefix() {

    @media (min-width: 1310px) {
        .posts-masonry .col-lg-4 {
            width: 33.3333%;
        }
    }

    @media (min-width: 992px) {
        .posts-masonry .col-md-4 {
            width: 33.3333%;
        }
    }

}
div.wpcf7 {
    text-align: right;
    direction: rtl;
    float: left;
        width: 100%;
}
#contp, #contm {
    border: 1px solid #333333;
    border-radius: 5px;
}

.post {
    width: 100%;
    text-align: right;
    direction: rtl;
}

.post-media {
    position: relative;
    margin: 0 0 20px;
}

.post-media img {
    width: 100%;
}

.post-media a:after {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.post-media:hover a:after {
    opacity: 1;
}

.post-title {
    margin: 0;
}

.post-title a {
    color: #111;
}

.post-title a:hover {
    color: rgba(34, 34, 34, 0.55);
}

.post-meta {
    font-size: 10px;
    margin: 0 0 5px;
}

.post-header {
    margin: 0 0 15px;
}

.post-more-link {
    font-size: 12px;
}

/* Single post */

.post-single .post-media,
.post-single .post-header,
.post-single .post-entry {
    margin: 0 0 40px;
}

.post-single .post-meta {
    margin: 0 0 20px;
}

/* ------------------------------------------------------------------
Tags
------------------------------------------------------------------- */

.tags a {
    background: #f7f7f7;
    position: relative;
    display: inline-block;
    padding: 1px 15px 1px 10px;
    margin: 0px 15px 10px 0;
    height: 26px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 11px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.tags a:before {
    border-left: 8px solid #f7f7f7;
    border-top: 13px solid rgba(0, 0, 0, 0);
    border-bottom: 13px solid rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    right: -8px;
    top: 0;
    height: 0;
    width: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.tags a:after {
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    right: 4px;
    top: 11px;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tags a:hover {
    background: #f0f0f0;
}
.tags a:hover:before {
    border-left-color: #f0f0f0;
}

/* ------------------------------------------------------------------
Post author
------------------------------------------------------------------- */

.post-author .author-avatar {
    max-width: 70px;
    float: left;
}

.post-author .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-author .author-content {
    margin-left: 100px;
}

.post-author .author-name {
    margin-top: 0;
}

/* ------------------------------------------------------------------
Comments and Comment form
------------------------------------------------------------------- */

.comment-avatar {
    float: left;
    max-width: 70px;
}

.comment-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-content {
    margin-left: 100px;
    margin-bottom: 40px;
}

.comment-author {
    margin: 0 0 20px;
}

.comment-author a {
    color: #111;
}

.comment-meta {
    font-size: 12px;
}

.comments,
.post-author {
    margin: 80px 0 0;
}

.comment-title,
.comment-form-title,
.post-author-title {
    margin: 0 0 15px;
}

/* ------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.widget {
    margin: 0 0 0px;
}

.widget-title {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget li {
    padding-bottom: 10px;
}

/* Search */

.search-box {
    position: relative;
}

.search-btn {
    background: transparent;
    border: none;
    position: absolute;
    overflow: hidden;
    right: 1px;
    top: 50%;
    height: 40px;
    width: 42px;
    outline: none;
    margin-top: -20px;
    line-height: 38px;
    font-size: 14px;
    color: #eee;
}

/* Recent posts */

.widget-posts li {
    padding-bottom: 20px;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

.widget-posts-title {
    margin: 0 0 5px;
}

.widget-posts-meta {
    letter-spacing: 1px;
    font-size: 11px;
}

/* -------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#module-maps {
    position: relative;
    height: 450px;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

#map img {
    max-width: none;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    background: #ddd;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}


@-webkit-keyframes ball-scale {

    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes ball-scale {

    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
}

.scroll-up a {
    background: #fff;
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 1;
    color: #000;
}



/* -------------------------------------------------------------------
WP Admin Bar
------------------------------------------------------------------- */

.admin-bar .navbar-fixed-top {
    top: 32px;
}

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar */

    .navbar-custom .navbar-brand {
        padding-left: 0;
    }

    .navbar-custom .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .navbar-transparent {
        background: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* Tra */

    .navbar-transparent.navbar-dark .navbar-nav > li > a,
    .navbar-transparent.navbar-dark .navbar-brand {
        color: rgba(255, 255, 255, 0.95);
    }

    .navbar-transparent.navbar-dark .nav > li > a:focus,
    .navbar-transparent.navbar-dark .nav > li > a:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-custom .open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    /* Comments */

    .comment .comment {
        margin-left: 100px;
    }

}

@media (max-width: 782px) {

    /* WP Admin Bar */

    .admin-bar .navbar-fixed-top {
        top: 46px;
    }
}
@media (max-width: 1024px) {
    .module.module-parallax {
        padding: 8.7%; }
}

@media (max-width: 992px) {
    .module.module-parallax {
        padding: 8%; }
    /* Hero captions */

    .mh-line-size-1 {
        letter-spacing: 40px;
        font-size: 26px;
    }

    .mh-line-size-2 {
        letter-spacing: 28px;
        font-size: 20px;
    }

    .mh-line-size-3 {
        letter-spacing: 20px;
        font-size: 22px;
    }

    .mh-line-size-4 {
        letter-spacing: 8px;
        font-size: 16px;
    }

    .navbar-custom {
        letter-spacing: 1px;
        font-size: 9px;
    }

    /* Portfolio grid */

    .work-item,
    .grid-sizer {
        width: 33.3333%;
    }

    .work-item.wide,
    .work-item.wide-tall {
        width: 66.6666%;
    }

}

@media (max-width: 767px) {
    .general-txt span{
        font-size: 16px  !important;
        line-height: 20px  !important;
    }
    .body-overflow .responsive-box {
        background: transparent;
        box-shadow: none;
        z-index: 99999;
    }
    #callnowbutton {
        line-height: 51px;
    }
    .body-overflow #callnowbutton,.body-overflow .float-form-btn {
        z-index: 99;
    }button#close .fa, button#close {
        color: #ff0095;
        opacity: 1;
        text-shadow: none;
        font-size: 28px;
    }
    .right-sidebar-menu{
        clear: both;
    }
    .pr-kesher a:first-child {
        display: none;
    }
    .right-sidebar-menu{ display: none; }
    .navbar-nav>li>a {padding-bottom: 0;}
    .navbar-nav {margin: 4px;}
    .form-flot-btn {
        display: block;
        text-align: center;
        margin-top: 1rem;
    }.form-flot-btn button {
        border: none;
        margin: 0 auto;
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 99999;
        right: 0;
        color: #fff;
        background: #ff0095;
        padding: 9px 10px;
    }.form-flot-btn button .fa {
        font-size: 30px;
    }
    .wrapper {
        padding-bottom: 0;
    }.top-contact .wpcf7{
        transform: translate(0%, 0%) scale(0, 0);
        top: 0;
        height: 100%;
        margin-top: 0;
        padding-right: 0;
        padding-top: 3rem;
        transition: 0.3s linear all;
        z-index: 99999999999;
        display: block !important;
    }.close {
        display: block;
        position: absolute;
        left: 9px;
        top: 6px;
        background: none;
        border: none;
    }.page-left-content .post-entry {
        margin-bottom: 0;
    }
    .module-small {
        padding: 0px 0;
    }section.module-small.bg-light h3 {
        padding-top: 0 !important;
    }section.module {
        padding-bottom: 0;
    }
    .top-contact .wpcf7 form {
        width: 100%;
        display: block;
        height: inherit;
        display: block;
        align-items: center;
        justify-content: center;
        padding: 10px 10px 0 5px;
    }.top-contact .wpcf7 form p, .top-contact .wpcf7 form p input {
        width: 100%;
    }
    .top-contact .wpcf7 form p{
        font-size: 18px;
        margin-bottom: 15px;

    }
    .top-contact .wpcf7 form p input{
        height: 36px;
    }
    /* Navbar */

    .navbar-custom {
        letter-spacing: 2px;
        font-size: 10px;
    }

    .navbar-transparent.navbar-dark .light-logo {
        display: none !important;
    }

    .navbar-transparent.navbar-dark .dark-logo {
        display: block !important;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 25px;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding: 10px 35px;
    }

    .navbar-custom .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 15px;
        content: "\f107";
    }

    .navbar-custom .nav > .open >.dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 15px;
        content: "\f106";
    }

    /* Hero captions */

    .mh-line-size-1 {
        letter-spacing: 24px;
        font-size: 26px;
    }

    .mh-line-size-2 {
        letter-spacing: 16px;
        font-size: 15px;
    }

    .mh-line-size-3 {
        letter-spacing: 14px;
        font-size: 14px;
    }

    .mh-line-size-4 {
        letter-spacing: 4px;
        font-size: 14px;
    }

    .mh-line-size-5 {
        letter-spacing: 2px;
        font-size: 13px;
    }

    .mh-line-size-6 {
        font-size: 13px;
    }



    /* Portfolio filters */

    .filters li {
        display: block;
        margin: 0 10px 10px;
    }

    .filters li:last-child {
        margin: 0 10px 140px;
    }

    /* Portfolio grid */

    .work-item,
    .grid-sizer {
        width: 50%;
    }

    .work-item.wide,
    .work-item.wide-tall {
        width: 100%;
    }
    /** Boxes **/

    div[class^=imgLiquidFill] {
        height: 150px !important;
    }
    div div.gm-thumbnail-container {
        max-width: 48% !important;
        width: 100%;
        margin: 0 !important;
    }
    div[id^=gallery_master_thumbnails]{
        margin-left: -15px;
        margin-right: -10px;
    }
.menu-item-has-children ul.content_0 {
    display: none;
}
.menu-item-has-children.menu-open  ul.content_0 {
    display: block !important;
}
}
#wpcf7-f70-o1, #wpcf7-f79-p64-o2 {
    display: block;
}
#fscf_form1, #fscf_required1, #fscf_div_clear1_0, #fscf_div_clear1_0, #fscf_div_clear1_1, #fscf_div_field1_1, #fscf_div_clear1_2, #fscf_div_clear1_3,
#fscf_div_clear1_0 div, #fscf_div_clear1_1 div, #fscf_div_field1_1 div, #fscf_div_clear1_2 div, #fscf_div_clear1_3 div {
    text-align: right;
    direction: rtl;
    float: right;
}
#dc_jqaccordion_widget-2-item ul a {
    background: none !important;
}
#dc_jqaccordion_widget-2-item {
    float: right;
}
.gm-thumbnail-description h2 {
    direction: rtl !important;
}
#dc_jqaccordion_widget-2-item {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
#dc_jqaccordion_widget-2-item ul, #dc_jqaccordion_widget-2-item ul li {
    float: right;
    width: 100%;
}
#dc_jqaccordion_widget-3-item ul a, #dc_jqaccordion_widget-2-item ul a {
    border-bottom: 0 !important;
}

@media (max-width: 600px) {

    .admin-bar .navbar-fixed-top {
        position: absolute;
    }
    #wpcf7-f70-o1 {
        display: none;
    }
    .page-id-64 #wpcf7-f70-o1 {
        display: block;
    }
    .pr-kesher {
        display: block;
    }


}
@media (min-width: 567px) and  (max-width: 767px) {
    div[class^=imgLiquidFill] {
        height: 260px !important;
    }
    div div.gm-thumbnail-container {
        max-width: 49% !important;
    }
}
@media (max-width: 500px) {

    /* Hero captions */

    .mh-line-size-1 {
        letter-spacing: 12px;
        font-size: 26px;
    }

    .mh-line-size-2 {
        letter-spacing: 6px;
        font-size: 14px;
    }

    .mh-line-size-3 {
        letter-spacing: 4px;
        font-size: 13px;
    }

    .mh-line-size-4 {
        letter-spacing: 4px;
        font-size: 12px;
    }

    .mh-line-size-5 {
        letter-spacing: 2px;
        font-size: 11px;
    }

    .mh-line-size-6 {
        font-size: 12px;
    }

    /* Portfolio grid */

    .work-item,
    .grid-sizer {
        width: 100%;
    }

    .work-item.wide,
    .work-item.wide-tall {
        width: 100%;
    }

}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

    .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

.et-icons .box1 {
    border: 1px solid #eee;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
    display: inline-block;
    border-right: 1px solid #eee;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons {
    padding: 0 15px;
}
.fa-icons > div {
    padding: 0;
    border: 1px solid #eee;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons > div > i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}


/* -------------------------------------------------------------------
Visual Composer Customization
------------------------------------------------------------------- */

/* Structure */

.vc_row {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0!important;
}

.vc_row:before, .vc_row:after {
    display: block !important;
}

.module-full-height .vc_column_container, .module-full-height .wpb_wrapper {
    height: 100%;
}
.module-parallax.module-full-height {
    height: 375px !important;
}
@media (max-width: 768px) {
    .top-contact p {
        margin: 0;
    }

}

@media (min-width: 768px) {


    .vc_col-sm-2 {
        width: 20% !important;
    }
}
/* Buttons */

button {
    letter-spacing: 1px !important;
}

.vc_btn3-color-grey {
    background: #eee !important;
    color: #111 !important;
}

.vc_btn3.vc_btn3-color-white {
    color: #111 !important;
    border: 2px solid #111!important;
}

.vc_btn3-size-lg {
    font-size: 12px !important;
    padding: 12px 45px !important;
}

.vc_btn3-size-md {
    padding: 8px 37px !important;
    font-size: 10px !important;
}

.vc_btn3-size-sm {
    font-size: 10px !important;
    padding: 6px 25px !important;
}

.vc_btn3-size-xs {
    font-size: 10px !important;
    padding: 4px 19px !important;
}


/* -------------------------------------------------------------------
Theme Customization
------------------------------------------------------------------- */

.navbar-custom .navbar-nav .dropdown .dropdown-toggle {
    cursor: pointer;
}


/* -------------------------------------------------------------------
Woocommerce Customization
------------------------------------------------------------------- */

.woocommerce .amount,
.woocommerce .related .amount {
    font-size: inherit !important;
    color: inherit !important;
}

.woocommerce.single-product .summary .amount {
    font-size: 32px !important;
    color: #111111 !important;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    float: none;
    margin: 0 -15px !important;
}

.woocommerce .button {
    letter-spacing: 1px !important;
    font-size: 10px !important;
    padding: 8px 20px !important;
    background: rgba(17, 17, 17, 0.8) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: inherit !important;
}

.woocommerce .button:hover {
    background: rgba(17, 17, 17, 1) !important;
}

.woocommerce .woocommerce-message {
    border-top: none;
    border-left: 2px solid #8fae1c;
}

.woocommerce .woocommerce-error {
    border-top: none;
    border-left: 2px solid #b81c23;
}

.woocommerce .woocommerce-info {
    border-top: none;
    border-left: 2px solid #1e85be;
}

.woocommerce input[type="number"] {
    width: 100% !important;
    text-align: left !important;
}

input {
    padding-left: 10px;
}

textarea {
    padding: 10px;
}

input, input:hover, input:focus,
select, select:hover, select:focus
textarea, textarea:hover, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

input, select {
    border: 2px solid #eee;
    height: 32px;
    width: 150px;
    letter-spacing: 1px;
    font-size: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.chp {
    float: right;
}

textarea {
    border: 2px solid #eee;
    min-height: 100px;
    letter-spacing: 1px;
    font-size: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

select:focus,
textarea:focus,
input:focus {
    border-color: #111;
}

table {
    width: 100%;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    padding: 12px;
}

table tr td,
table tr th {
    border: 1px solid #eee !important;
}

.woocommerce .variations th,
.woocommerce .variations td {
    border: none !important;
}

table tbody tr td:first-child,
table tbody tr th:first-child {
    max-width: 36px;
}

.woocommerce .cart tbody td,
.woocommerce .cart tbody td a {
    color: #111 !important;
    text-transform: uppercase;
}

.woocommerce a.checkout-button,
.woocommerce .single_add_to_cart_button {
    font-size: 12px !important;
    padding: 12px 45px !important;
    font-weight: 600 !important;
}

.woocommerce .cart_totals table td {
    padding: 12px !important;
    border: 1px solid #eee !important;
}

.woocommerce.archive .star-rating,
.woocommerce.single-product .related .star-rating {
    float: none !important;
    margin: 0 auto !important;
}

.woocommerce.single-product .summary .star-rating,
.woocommerce.single-product .woocommerce-tabs .star-rating {
    float: none !important;
    margin: 0 !important;
}

.woocommerce.single-product .price_single {
    font-size: 32px;
    color: #111111;
}

.woocommerce.single-product input[type="number"] {
    height: 36px;
}

.woocommerce.single-product .single_add_to_cart_button {
    width: 100%;
}

.woocommerce div.product form.cart .variations label {
    padding: 20px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important;
    border-radius: 0 !important;
    margin: 0 9px 0 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 0 !important;
    left: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0 !important;
}

.woocommerce table.shop_attributes td p {
    padding: 0 10px !important;
}

.mfp-title {
    display: none;
}


/* -------------------------------------------------------------------
WP STandard Classes
------------------------------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.widget select {
    max-width: 100%;
}

.bypostauthor, .gallery-caption {
}

.navbar-header, .nav>li {
    float: right !important;
}
.collapse {
    display: block !important;
}
.navbar-right {
    padding-right: 0 !important;
}

.gm_image_overlay .gallery_content_overlay_txt {
    opacity: 0.8 !important;
}
.gallery_content_overlay_txt .hover-thumbnails {
    float: left;
}
.gallery-master-css3234 {
    background: lightblue; color: #5BB75B ;
}
.gm-thumbnail-description {
    margin: 0;
    border: 1px solid #ceceee;
}
.gm-thumbnail-description h2 {
    font-weight: bold !important;
}
h1.page-title {
    text-align: center;
    border-bottom: #49AFCD 2px dotted;
    color: #49AFCD;
    font-weight: bold;
    line-height: 28px;
}